.checkbox1 {
	width:100%;
	float: left;
	margin: 0 0 20px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1, .checkbox2 {
	text-align: left;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0.2px;
	line-height: 23px;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 0;
	font-family: 'gilroy-medium-font';
}
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: 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 -25px;
}
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;
}

.contact-wrapp label.css-label {
	background-image: url(../images/checkbox-thumb3.png);}
.contact-wrapp .checkbox1 { margin:0;}
.contact-wrapp .checkbox1, .contact-wrapp .checkbox2 { color:#47565f;}
.contact-wrapp .checkbox1 a, .contact-wrapp .checkbox2 a { color:#47565f;}
.contact-wrapp .checkbox1 span, .contact-wrapp .checkbox2 span { display:inline-block; top:-4px;}
.contact-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height: 14px; background-position: 0 0;}
.contact-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -14px;}

.sidbar-wrapp checkbox1 span { top:2px;}
.sidbar-wrapp label.css-label {
	background-image: url(../images/checkbox-thumb2.png);}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { text-align:center; font-size:12px; line-height:22px;}
.contact-wrapp .checkbox1, .contact-wrapp .checkbox2 { text-align:left;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { text-align:center; font-size:12px; line-height:22px;}
.contact-wrapp .checkbox1, .contact-wrapp .checkbox2 { text-align:left;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { text-align:center; font-size:12px; line-height:22px;}
.contact-wrapp .checkbox1, .contact-wrapp .checkbox2 { text-align:left;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1 { margin:0 0 14px;}
.checkbox1, .checkbox2 { font-size:11px; line-height:21px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 { margin:0 0 17px;}
.checkbox1, .checkbox2 { font-size:12px; line-height:22px;}
}

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

}