.checkbox1 {
	width: 100%;
	float: left;
	margin: 16px 0 26px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.checkbox1 a, .checkbox2 a {
	color: #ba9e71;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1, .checkbox2 {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.4px;
	line-height: 25px;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 0;
}
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 24px;
	height: 11px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 -2px;
	background-size: 16px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	background-image: url(../images/checkbox-thumb1.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox3 input[type=checkbox].css-checkbox + label.css-label , .checkbox4 input[type=checkbox].css-checkbox + label.css-label {
	padding: 0 20px 0 0;
	background-position: right 0;
}
.checkbox3 input[type=checkbox].css-checkbox:checked + label.css-label, .checkbox4 input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: right -11px;
}

.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a {
	color: #000000;
}
.sidbar-wrapp .checkbox1, .sidbar-wrapp.checkbox2 {
	color: #000000;
}

.form-wrapp .checkbox1 {
	width: 100%;
	float: left;
	margin: 16px 0 0;
}
.form-wrapp .checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.form-wrapp .checkbox1 a, .form-wrapp .checkbox2 a {
	color: #fff;
}
.form-wrapp .checkbox1 a:hover, .form-wrapp .checkbox2 a:hover {
	color: #ffffff;
}
.form-wrapp .checkbox1, .form-wrapp .checkbox2 {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.4px;
	line-height: 25px;
}
.form-wrapp .checkbox1 span, .form-wrapp .checkbox2 span {
	display: inherit;
	position: relative;
	top: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 24px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:15px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -18px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 24px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:15px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -18px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 24px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:15px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -18px;}
}

@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) {

}