/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    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-left:23px;
	/*height:15px; */
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 3px;
	font-size:12px;  font-weight: 300;
	vertical-align:middle;
	cursor:pointer;
	
	color:#858585; font-size:13px; font-family:'Open Sans';
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	/*background-position: 0 -15px;*/
	background:url(../../images/front/lite-red-uncheck.png) no-repeat; background-position:0 3px;
}



/*specific classes related to Checkbox skins*/

/*.lite-red-check{background-image:url(http://csscheckbox.com/checkboxes/lite-red-check.png);}*/
/*.lite-red-check{background-image:url(../../images/front/lite-red-check.png); background-repeat:no-repeat}*/
.lite-red-check{background:url(../../images/front/lite-red-check.png) no-repeat;}
.lite-red-check span{font-size:12px; font-family:'Open Sans'; margin-right:10px;}

input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}




/*@media all and (max-width:1024px){
	input[type=checkbox].css-checkbox + label.css-label{height:20px; line-height:20px; margin-bottom:12px;}
	.lite-red-check{background-position:}
	input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -20px; padding-top:1px;}
}*/