.checkbox1 { width:40%; float:left; margin:28px 0 0;}
.checkbox1 a { color:#707070;}
.checkbox2 { width:58.6%; float:right; margin:28px 0 0;}
.checkbox2 a { color:#707070;}
.checkbox3 { width:100%; float:left; margin:0 0 18px; text-align:center; font-size:13.5px; color:#959595; letter-spacing:0.4px; line-height:23px;}
.checkbox3 a { color:#707070;}
.checkbox3 span { display:inherit; position:relative; top:2px;}
.checkbox4 { width:100%; float:left; margin:0 0 2px; text-align:left; font-size:13px; color:#fff; line-height:24px;}
.checkbox4 a { color:#fff;}
.checkbox4 span { display:inherit; position:relative; top:-7px;}
.checkbox1, .checkbox2 { text-align:left; font-size:13.5px; color:#707070; letter-spacing:0.4px; line-height:23px;}
.checkbox1 span, .checkbox2 span { display:block; position:relative; top:-7px;}
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 28px;
	height: 9px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -9px;
}
label.css-label {
	background-image:url(../images/checkbox-thumb1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sidber-wrapp label.css-label {
	background-image:url(../images/checkbox-thumb2.png);
}
.sidber-wrapp input[type=checkbox].css-checkbox + label.css-label {
	margin:0 0 0;
	padding:0 0 0 28px;
	height: 16px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 3px;
	cursor: pointer;
}

.sidber-wrapp input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -13px;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; text-align:center; margin:24px 0 0;}
.checkbox2 { width:100%; text-align:center; margin:17px 0 0;}
.checkbox1 span, .checkbox2 span, .checkbox4 span { display:inherit; top:0;}
label.css-label { background-image:url(../images/checkbox-thumb11.png);}
input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 3px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -10px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; text-align:center; margin:24px 0 0;}
.checkbox2 { width:100%; text-align:center; margin:17px 0 0;}
.checkbox1 span, .checkbox2 span, .checkbox4 span { display:inherit; top:0;}
label.css-label { background-image:url(../images/checkbox-thumb11.png);}
input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 3px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -10px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; text-align:center; margin:24px 0 0;}
.checkbox2 { width:100%; text-align:center; margin:17px 0 0;}
.checkbox1 span, .checkbox2 span, .checkbox4 span { display:inherit; top:0;}
label.css-label { background-image:url(../images/checkbox-thumb11.png);}
input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 3px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -10px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}