@charset "utf-8";
/* CSS Document */

.checkbox { font-size:12px; color:#fff; letter-spacing:0.4px; line-height:22px; margin-bottom:8px;}
.checkbox a { color:#fff;}
.checkbox2 { font-size:14px; color:#3c3c3b; line-height:21.85px; margin-bottom:10px;}
.checkbox2 a { color:#fff;}
.checkbox-row1 {
	width: 100%;
	float: left;
	margin: 14px 0 0;
}
.checkbox-row1 span { position:relative; top:2px;}
.checkbox-row1 .checkbox-bar1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 0 7px;
}
.checkbox-row1 .checkbox-bar1 a {
	color: #ffffff;
}
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 29px;
	height: 15px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.4px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 2px;
	cursor: pointer;
	font-family: 'futura-book-font';
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -13px;
}
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 {
	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;
}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label {
	padding: 0 0 0 22px;
	height: 15px;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 21.85px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.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);
	-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) {
.checkbox-row1 { width:100%; margin:19px 0 0;}
.checkbox-row1 span { position:relative; top:0;}
.checkbox-row1 .checkbox-bar1 { width:auto; margin:0 0 12px;}
input[type=checkbox].css-checkbox + label.css-label { display:initial;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox-row1 { width:100%; margin:19px 0 0;}
.checkbox-row1 span { position:relative; top:0;}
.checkbox-row1 .checkbox-bar1 { width:auto; margin:0 0 12px;}
input[type=checkbox].css-checkbox + label.css-label { display:initial;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox-row1 { width:100%; margin:19px 0 0;}
.checkbox-row1 span { position:relative; top:0;}
.checkbox-row1 .checkbox-bar1 { width:auto; margin:0 0 12px;}
input[type=checkbox].css-checkbox + label.css-label { display:initial;}
}

@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) {

}