/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('/search-bar/fonts/icomoon/icomoon.eot');
	src:url('/search-bar/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/search-bar/fonts/icomoon/icomoon.woff') format('woff'),
		url('/search-bar/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('/search-bar/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: fixed;
	margin-top: 7px;
	margin-bottom: 4px;
	/*margin-right: 25px;*/
	width: 0%;
	min-width: 44px;
	height: 44px;
	/*float: right;*/
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	/*right: 10%;*/
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	/*border: 1px solid #CFA461;*/
	/*border: thin solid #209B96;*/
	border-bottom: 2px solid #FFFFFF;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	outline: none;
	background: #215774;
	color: #FFFFFF;
	width: 100%;
	height: 44px;
	margin: 0;
	z-index: 10;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: inherit;
	font-size: 18px;
	/*color: #2c3e50;*/
}
.sb-search-input::-webkit-input-placeholder {
	/*color: #efb480;*/
	color: #999999;
}
.sb-search-input:-moz-placeholder {
	/*color: #efb480;*/
	color: #999999;
}
.sb-search-input::-moz-placeholder {
	/*color: #efb480;*/
	color: #999999;
}
.sb-search-input:-ms-input-placeholder {
	/*color: #efb480;*/
	color: #999999;
}
.sb-icon-search, .sb-search-submit {
    cursor: pointer;
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	/*border: 1px solid #CFA461;*/
	/*border: thin solid #209B96;*/
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #49ADA9;
	/*background: #e67e22;*/
	/*background-color: #209B96;*/
	background-color: #0B4666;
	/*border: thin solid #838383;*/
	z-index: 90;
	font-size: 24px;
	padding-top: 2px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:hover {
	color: #FFFFFF;
	/*background: #e67e22;*/
	background-color: #215774;
	z-index: 90;
	font-size: 24px;
	padding-top: 2px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "\e000";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	/*width: 100%;*/
	width: 360px;;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	/*background: #da6d0d;*/
	background-color: #215774;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}