.checkbox1 { width:39.7%; float:left; line-height:24px; margin:34px 0 0;}
.checkbox1 a { color:#d049d8;}
.checkbox2 { width:58.6%; float:right; line-height:24px; margin:34px 0 0;}
.checkbox2 a { color:#d049d8;}
.checkbox3 { width:100%; float:left; line-height:18px; margin:0 0 0;}
.checkbox3 a { color:#d049d8;}
.checkbox3 span { display:block; position:relative; top:-2px;}
.checkbox4 { width:100%; float:left; line-height:24px; margin:-1px 0 0;}
.checkbox4 a { color:#d049d8;}
.checkbox4 span { display:block; position:relative; top:-4px;}
.checkbox1, .checkbox2, .checkbox3, .checkbox4 { text-align:left; font-size:14.3px; color:#d049d8; letter-spacing:0.26px; font-family: 'futura-medium-font';}
.checkbox1 span, .checkbox2 span { display:block; position:relative; top:-6px;}
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 26px;
	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;
}

.addres-wrapp label.css-label {
	background-image:url(../images/checkbox-thumb2.png);
}
.addres-wrapp input[type=checkbox].css-checkbox + label.css-label {
	padding:0 0 0 26px;
	height: 15px;
}
.addres-wrapp input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 18px;}
.checkbox2 { width:100%; margin:0 0 0;}
.checkbox1, .checkbox2 { font-size:14px; line-height:24px;}
.checkbox3 { width:100%; margin:0 0 14px;}
.checkbox4 { width:100%; margin:0 0 14px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 18px;}
.checkbox2 { width:100%; margin:0 0 0;}
.checkbox1, .checkbox2 { font-size:14px; line-height:24px;}
.checkbox3 { width:100%; margin:0 0 14px;}
.checkbox4 { width:100%; margin:0 0 14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 18px;}
.checkbox2 { width:100%; margin:0 0 0;}
.checkbox1, .checkbox2 { font-size:14px; line-height:24px;}
.checkbox3 { width:100%; margin:0 0 14px;}
.checkbox4 { width:100%; margin:0 0 14px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1, .checkbox2 { font-size:13px; letter-spacing:0.2px; line-height:23px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1, .checkbox2 { font-size:14px; letter-spacing:0.3px; line-height:24px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}