.checkbox { width:100%; float:left; margin:0 0 1px; text-align:center; font-size:14.3px; color:#575656; line-height:21px;}
.checkbox a { color:#575656;}
.checkbox1 { width:100%; float:left; margin:0 0 1px; text-align:center; font-size:13px; color:#fff; line-height:21px;}
.checkbox1 a { color:#fff;}
.checkbox span { display:block; position:relative; top:-4px;}
.checkbox1 span { display:inherit; position:relative; top:-3px;}
.checkbox2 { width:100%; float:left; margin:0 0 1px; text-align:left; font-size:12px; color:#575656; line-height:21px;}
.checkbox2 a { color:#575656;}
.checkbox2 span { display:inherit; position:relative; top:-3px;}
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: 14px;
	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 -14px;
}
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;
}

.sidbar-wrapp label.css-label {
	background-image:url(../images/checkbox-thumb3.png);
}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { display:initial;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox { width:100%; text-align:center; margin:5px 0 0;}
.checkbox span { display:inherit; top:3px;}
input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 6px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}
.sidbar-wrapp label.css-label {
	background-image:url(../images/checkbox-thumb2.png);
}
.checkbox1 span { top:0;}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 5px;}
.sidbar-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}

.contac-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; background-position:0 0;}
.contac-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox { width:100%; text-align:center; margin:5px 0 0;}
.checkbox span { display:inherit; top:3px;}
input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 6px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}
.sidbar-wrapp label.css-label {
	background-image:url(../images/checkbox-thumb2.png);
}
.checkbox1 span { top:0;}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 5px;}
.sidbar-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}

.contac-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; background-position:0 0;}
.contac-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox { width:100%; text-align:center; margin:5px 0 0;}
.checkbox span { display:inherit; top:3px;}
input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 6px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}
.sidbar-wrapp label.css-label {
	background-image:url(../images/checkbox-thumb2.png);
}
.checkbox1 span { top:0;}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { display:initial; background-position:0 5px;}
.sidbar-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}

.contac-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; background-position:0 0;}
.contac-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -14px;}
}

@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) {

}