.checkbox1 { width:39.1%; float:left; margin:38px 2.2% 0 0;}
.checkbox1 a { color:#000000;}
.checkbox2 { width:58.6%; float:left; margin:35px 0 0;}
.checkbox2 a { color:#000000;}
.checkbox3 { width:100%; float:left; margin:5px 0 0 0;}
.checkbox3 a { color:#fff;}
.checkbox4 { width:100%; color:#000000; font-size:12px; line-height:21px; float:left; margin:5px 0 0 0;}
.checkbox4 a { color:#000000;}
.checkbox1, .checkbox2, .checkbox3 { text-align:left; font-size:14.3px; color:#ffffff; line-height:21px; font-family: 'sofia-pro-regular';}
.checkbox1 span, .checkbox2 span { display:block; position:relative; top:-2px;}
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 27px;
	height: 15px;
	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 -15px;
}
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 input[type=checkbox].css-checkbox + label.css-label {
	padding:0 0 0 26px;
	height: 18px;
	display: inline-block;
	background-position: 0 3px;
}
.sidbar-wrapp input[type=checkbox].css-checkbox:checked + label.css-label {	background-position: 0 -15px;}
.sidbar-wrapp label.css-label {	background-image:url(../images/checkbox-thumb2.png);}

.contac-wrapp input[type=checkbox].css-checkbox + label.css-label {
	padding:0 0 0 26px;
	height: 18px;
	display: inline-block;
	background-position: 0 3px;
}
.contac-wrapp input[type=checkbox].css-checkbox:checked + label.css-label {	background-position: 0 -15px;}
.contac-wrapp label.css-label {	background-image:url(../images/checkbox-thumb2.png);}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; text-align:center; margin:0 0 18px;}
.checkbox2 { width:100%; text-align:center; margin:0 0 0;}
.checkbox1, .checkbox2, .checkbox3, .checkbox4 { font-size:14px; line-height:24px;}
.checkbox1 span, .checkbox2 span { display:inherit; top:0;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 1px; display:initial; padding:0 0 0 31px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; text-align:center; margin:0 0 18px;}
.checkbox2 { width:100%; text-align:center; margin:0 0 0;}
.checkbox1, .checkbox2, .checkbox3, .checkbox4 { font-size:14px; line-height:24px;}
.checkbox1 span, .checkbox2 span { display:inherit; top:0;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 1px; display:initial; padding:0 0 0 31px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; text-align:center; margin:0 0 18px;}
.checkbox2 { width:100%; text-align:center; margin:0 0 0;}
.checkbox1, .checkbox2, .checkbox3, .checkbox4 { font-size:14px; line-height:24px;}
.checkbox1 span, .checkbox2 span { display:inherit; top:0;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 1px; display:initial; padding:0 0 0 31px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1, .checkbox2, .checkbox3 { font-size:12px; line-height:22px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1, .checkbox2 { font-size:13px; line-height:23px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}