/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	width:auto !important;
	max-width: 250px;
	position: relative;
	overflow: hidden;
	height: 55px;
	margin:0 0 15px;
	font:300 14px/18px 'Roboto', Helvetica,  sans-serif;
}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom:0;
	width: 45px;
}
.select-area .select-opener:before {
	position:absolute;
	top:23px;
	left:15px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #555a6e;
	content:"";
	transition:all .3s;
	-webkit-transition:all .3s;
}
.select-area .left {
	display:none;
	background: url(../images/bg-select.gif) no-repeat;
	position: absolute;
	width: 10px;
	height: 31px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	cursor: default;
	display: block;
	padding: 17px 12px 18px;
	z-index: 2;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#2b324f;
	border:1px solid #555a6e;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.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;
	position: absolute;
}
.select-options .drop-holder {
	border: 1px solid #555a6e;
	border-width: 0 1px 1px;
	height: 1%;
	margin:-4px 0 0;
	background:#fff;
	overflow:hidden;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.select-options-flipped .drop-holder {
	border-width: 1px 1px 0;
	margin:0 0 -4px;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	font:300 14px/18px 'Roboto', Helvetica,  sans-serif;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #2b324f;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 17px 12px 18px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #f2fcf0;
}
.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;
	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
.select-disabled {background-position: 0 -124px;color: #bbb;}
.select-disabled .left {background-position: 0 -93px;}
.select-disabled .select-opener {background-position: 100% -155px;}

.select-focus {background-position: 0 -217px;}
.select-focus .left {background-position: 0 -186px;}
.select-focus .select-opener {background-position: 100% -248px;}
.select-active .select-opener:before { opacity:0; }
.select-active .center { background:#fff; }

.select-inline{
	float: left;
	margin-right: 10px;
	width: 250px !important;
}