.checkbox1 { width:100%; float:left; margin:11px 0 0;}
.checkbox1 a { color:#6d6e71;}
.checkbox1 span { display:block; position:relative; top:-5px;}
.checkbox2 { width:100%; float:left; margin:7px 0 0;}
.checkbox2 a { color:#6d6e71;}
.checkbox2 span { display:block; position:relative; top:-5px;}
.checkbox3 { width:100%; float:left; margin:0 0 10px;}
.checkbox3 a { color:#6d6e71;}
.checkbox3 span { display:block; position:relative; top:-5px;}
.checkbox3, .checkbox3 span { line-height:19px;}
.checkbox1, .checkbox1 span, .checkbox2, .checkbox2 span { line-height:23px;}
.checkbox1, .checkbox1 span, .checkbox2, .checkbox2 span, .checkbox3, .checkbox3 span { font-size:13px; color:#6d6e71; font-family: 'futura-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 27px;
	height: 12px;
	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 -12px;
}
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:auto; float:none; display:inline-block; margin:0 0 10px;}
.checkbox2 { width:auto; float:none; display:inline-block; margin:0 0 0;}
.checkbox3 { width:100%; margin:0 0 12px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:auto; float:none; display:inline-block; margin:0 0 10px;}
.checkbox2 { width:auto; float:none; display:inline-block; margin:0 0 0;}
.checkbox3 { width:100%; margin:0 0 12px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:auto; float:none; display:inline-block; margin:0 0 10px;}
.checkbox2 { width:auto; float:none; display:inline-block; margin:0 0 0;}
.checkbox3 { width:100%; margin:0 0 12px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1, .checkbox2 { font-size:10.5px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1, .checkbox2 { font-size:11.5px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.checkbox1, .checkbox2 { font-size:10.5px;}
}