.checkbox1 {
	width: auto;
	float: left;
	margin: 23px 0 26px;
}
.checkbox2 {
	width: auto;
	float: right;
	margin: 23px 0 26px;
}
.checkbox1, .checkbox2 {
	text-align: center;
	font-size: 13px;
	color: #a3a3a3;
	letter-spacing: 0.2px;
	line-height: 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #a3a3a3;
	text-decoration:underline;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #343333;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 0;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	margin: 0 0 0;
	padding: 0 0 0 26px;
	height: 11px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 2px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
label.css-label {
	background-image: url(../images/checkbox-thumb1.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sidbar-wrapp .checkbox1 { margin:18px 0 0;}
.sidbar-wrapp .checkbox2 { margin:13px 0 21px;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { text-align:left; font-size:12px; line-height:20px; color:rgba(54,54,54,70);}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a {color:rgba(54,54,54,70); }
.sidbar-wrapp .checkbox1 a:hover, .sidbar-wrapp .checkbox2 a:hover { color:#2d6134;}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:14px;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { top:-1px;}


@media screen and (-webkit-min-device-pixel-ratio:0) { /* this will target only Mac Safari and Chrome browsers */ 
.mac-os input[type=checkbox].css-checkbox + label.css-label { background-position: 0 1px;} 
.mac-os label.css-label { background-size:13px;}
.mac-os input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -16px;}
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12px; line-height:24px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12px; line-height:24px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12px; line-height:24px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1 { width:100%; margin:23px 0 6px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12px; line-height:25px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 { width:100%; margin:23px 0 6px;}
.checkbox2 { width:100%; margin:0 0 23px;}
.checkbox1, .checkbox2 { font-size:12px; line-height:25px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.checkbox1 { width:100%; margin:23px 0 6px;}
.checkbox2 { width:100%; margin:0 0 26px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.checkbox1 { width:100%; margin:23px 0 6px;}
.checkbox2 { width:100%; margin:0 0 26px;}
}