.checkbox1 { width:43%; float:left; text-align:left; margin:35px 1.8% 0 0;}
.checkbox2 { width:38.8%; float:left; text-align:left; margin:35px 0 0;}
.checkbox3 { width:100%; float:left; text-align:left; margin:0 0 16px;}
.checkbox1 a, .checkbox2 a, .checkbox3 a { color:#ffffff;}
.checkbox1 span, .checkbox2 span, .checkbox3 span { display:inline; position:relative; top:-4px;}
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 {
	padding:0 0 0 32px;
	height: 10px;
	font-size: 11px;
	color: #ffffff; 
	letter-spacing: 2px;
	line-height: 18px;
	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 -10px;
}
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;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:30px auto 0;}
.checkbox2 { width:100%; margin:17px auto 0;}
input[type=checkbox].css-checkbox + label.css-label { line-height:20px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:30px auto 0;}
.checkbox2 { width:100%; margin:17px auto 0;}
input[type=checkbox].css-checkbox + label.css-label { line-height:20px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:30px auto 0;}
.checkbox2 { width:100%; margin:17px auto 0;}
input[type=checkbox].css-checkbox + label.css-label { line-height:20px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1 span { display:inline;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 span { display:inline;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}