/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	float: left;
	height: 20px;
	width: 20px;
	background: #eee;
	position: relative;
	overflow: visible;
}
.chk-area span {
	position: absolute;
	width: 20px;
	height: 16px;
	top: 1px;
	right: -4px;
	opacity: 0;
	-webkit-transition: all .3s;
			transition: all .3s;
	background: url(/sf_images/ico-check-gray-0001.svg) no-repeat;
}
.chk-checked span {
	opacity: 1;
	margin: 0;
}
/* radio button styles */
.rad-area {
	float: left;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #eee;
	border-radius: 100%;
	position: relative;
}
.rad-area span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #eee;
	margin: 3px auto 0;
	position: relative;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.rad-checked span {background: #3c475d;}
/* custom select styles */
.select-area {
	background: #fff;
	color: #4b596e;
	float: left;
	position: relative;
	overflow: hidden;
	height: 50px;
	font: 16px/19px 'Stag-Book', serif;
}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	color: #3b465a;
	text-decoration: none;
}
.select-area .select-opener:before {
	/*content: '\f107';*/
	content: '\f078';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
	font: 12px/1em 'FontAwesome';
}
.select-area .left {
	display: none;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	display: block;
	padding: 15px 5px 15px 20px;
	margin: 0 40px 0 0;
	z-index: 2;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fff;
	position: absolute;
	font: 16px/19px 'Stag-Book', serif;
}
.select-options .drop-holder {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
}
.select-options-flipped .drop-holder {
	border-width: 0 0 1px;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul li + li {
	border-top: 1px solid #ccc;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #4b596e;
	display: block;
	overflow: hidden;
	padding: 5px 5px 5px 20px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #4b596e;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
.select-area.select-type2{
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 40px;
	width: auto !important;
	border: solid 2px #f5f5f5;
	background: #fff;
	cursor: pointer;
	float: none;
}
.sfFormDropdown.sfErrorWrp .select-area{border-color: #f00;}
.select-area.select-type2.select-active{border-bottom: 0;}
.select-area.select-type2 .select-opener {
	width: 36px;
	cursor: pointer;
}
.select-area.select-type2 .select-opener:before{
	content: '';
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 8px;
	background: url(/sf_images/arrow-down-gray-0001.svg) no-repeat;
	margin: -2px 0 0 -9px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-type2.select-active .select-opener:before{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.select-area.select-type2 .center {
	text-overflow: ellipsis;
	cursor: pointer;
	color: #9b9b9b;
	padding: 9px 40px 9px 15px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 36px 0 0;
}
.select-options.drop-type2 .drop-holder {
	border: solid #f5f5f5;
	border-width: 0 2px 2px;
	background: #fff;
}
.select-options.drop-type2 ul li {
	font-size: 14px;
	line-height: 18px;
	border: 0;
}
.select-options.drop-type2 ul li + li{border: 0;}
.select-options.drop-type2 ul a {
	cursor: pointer;
	padding: 7px 15px;
	color: #9b9b9b;
}
.select-options.drop-type2 .item-selected a {
	background: #9b9b9b;
	color: #fff;
}
.select-options.drop-type2 ul a:after{display: none;}
@media only screen and (max-width: 767px) {
	.select-area.select-type2{
		height: 50px;
		border: 0;
		background: #f2f2f2;
	}
	.select-area.select-type2 .select-opener {width: 50px;}
	.select-area.select-type2 .select-opener:before{margin: -2px 0 0 -9px;}
	.select-area.select-type2 .center {
		padding: 16px 10px 16px 18px;
		margin: 0 50px 0 0;
	}
	.select-options.drop-type2 .drop-holder {
		border: 0;
		background: #f2f2f2;
	}
}