/* custom checkbox styles */
.jcf-checkbox {
	float: left;
	position: relative;
	cursor: default;
	background: #fff;
	border: 1px solid #888888;
	margin: 0 2.2% 0 0;
	height: 18px;
	width: 18px;
}
.jcf-checkbox:after{
	clear:both;
	content: '';
	display: block;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:20px;
	width:26px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	background:url(/assets/img/sprite.png) no-repeat -64px -25px;
}
:root .jcf-checkbox span {margin:-12px 0 0 -8px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked span{display:block;}
/* custom radio styles */
.jcf-radio {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #555555;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 20px;
	width: 19px;
}
.jcf-radio span{
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:#209cd0;
	border-radius:100%;
}
.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {display:block;}
/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #d9d9d9;
	background: #fff;
	margin: 0 0 12px;
	max-width: 309px;
	width:100%;
	height: 50px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin: 0 49px 0 14px;
	color: #a1a1a1;
	font-weight: 300;
	padding: 9px 0 13px 0;
	border-right: 2px solid #d9d9d9;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: url(/assets/img/sprite.png) no-repeat -69px -66px;;
	width: 13px;
	bottom: 0;
	right: 18px;
	top: 14px;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-drop-active,
.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid #209cd0;
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}
/* custom file input styles */
.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 2px solid #888888;
	width:100%;
	height:50px;
}
.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}
.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 9px 115px 9px 8px;
	font-size: 13px;
	line-height: 28px;
	height: 47px;
	width:100%;
}
.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 0 -1px;
	width:118px;
	text-align: center;
	line-height: 28px;
	height: 47px;
	color: #209cd0;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	padding: 16px 0 0 25px;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	border-left:2px solid #e5e5e5;
}
.jcf-file .jcf-upload-button:after{
	position: absolute;
	top: 15px;
	left: 21px;
	background:url(/assets/img/sprite.png) no-repeat -110px -51px;
	width:13px;
	height:19px;
	content: '';
}
.jcf-select-country{ 
	width:100%;
	max-width:inherit;
}
legend {
    margin: 0 0 5px;
    display: block;
    color: #a1a1a1;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;    
}
.input label {
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #333;
    
}
.submit button[type="submit"],.freeform-column button[type="submit"] {
    color: #209cd0;
    text-align: center;
    border: 1px solid #888888;
    text-transform: uppercase;
    width: 140px;
    float: right;
    font-weight: 900;
    margin: 31px 13px 0;
    padding: 18px 5px;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; 
}

@media only screen and (max-width:1210px) {
	.jcf-select .jcf-select-text{
		margin: 0 37px 0 14px;
	}
	.jcf-select .jcf-select-opener{ right: 13px;}
	.jcf-file{ width:100%;}
}
@media only screen and (max-width:767px){
	.jcf-file{ width:100%;}
	.jcf-select .jcf-select-text{ margin: 0 37px 0 14px;}
	.jcf-file .jcf-upload-button:after{ left: 15px;}
	.jcf-file .jcf-upload-button{ 
		width:93px;
		font-size: 11px;
	}
	.jcf-checkbox{ margin: 2px 2.2% 0 0;}
}