/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
    height: 48px;
    margin-top: -36px;
    min-width: 48px;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: width 0.3s ease 0s;
    width: 0;
    z-index: 20;

}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 25%;
	height: 60px;
	margin: 0;
	z-index: 88;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #005189;
}

.sb-search-input::-webkit-input-placeholder {
	color: #005189;
}

.sb-search-input:-moz-placeholder {
	color: #005189;
}

.sb-search-input::-moz-placeholder {
	color: #005189;
}

.sb-search-input:-ms-input-placeholder {
	color: #005189;
}

.sb-icon-search, .sb-search-submit {
    cursor: pointer;
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
}

.sb-search-submit {
	background: #fff; /* IE*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
    background: #b5b3a6 none repeat scroll 0 0;
    color: #fff;
    font-family: "icomoon";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    z-index: 90;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #005189;
	color: #fff;
	z-index: 91;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 92;
}
