.checkbox { width:100%; float:left; text-align:left; font-size:12px; color:#fff; line-height:17px; margin:0 0 10px;}
.checkbox a { color:#fff;  font-family: 'Exo 2', sans-serif; font-weight: 400; font-weight:400;}
.checkbox span { display:block;  font-family: 'Exo 2', sans-serif; font-weight: 400; font-weight:400;}
.checkbox1 { width:100%; float:left; text-align:left; font-size:15px; color:#58585a; line-height:normal; margin:0 0 9px; font-family: 'Exo 2', sans-serif; font-weight: 400;}
.checkbox1 a { color:#58585a; font-family: 'Exo 2', sans-serif; font-weight: 400; font-weight:400;}
.checkbox1 span { display:block;}
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 {
	width:100%;
	margin:0 0 0 2px;
	padding:0 0 0 30px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	 font-family: 'Exo 2', sans-serif; font-weight: 400;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -22px;
}
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;
}

.contac-wrapp input[type=checkbox].css-checkbox + label.css-label {
height: 13px;
}
.contac-wrapp input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 0 -13px;
}
.contac-wrapp label.css-label {
background-image:url(../images/checkbox-thumb2.png);
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { margin:0 0 10px;}
.checkbox span { display:contents;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { margin:0 0 10px;}
.checkbox span { display:contents;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { margin:0 0 10px;}
.checkbox span { display:contents;}
}

@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) {
.checkbox { font-size:11px;}
}