/* 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 {
	position: absolute;
	right: 0;
	top: 0px;
	width: 0%;
	min-width: 56px;
	height: 43px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 55px;
	border: none;
	outline: none;
	background: #f5f5f5;
	width: 210px;
	height: 43px;
	margin: 0;
	z-index: 10;
	padding: 5px 10px;
	font-family: 'AlegreyaSans-Regular';
	font-size: 16px;
	color: #000;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #000;
}
 .sb-search-input:-moz-placeholder {
 color: #efb480;
}
 .sb-search-input::-moz-placeholder {
 color: #efb480;
}
 .sb-search-input:-ms-input-placeholder {
 color: #efb480;
}
.sb-icon-search, .sb-search-submit {
	width: 56px;
	height: 43px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.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: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	position: relative;
	float: right;
	background: #c81f25;
	width: 56px;
	height: 43px;
	z-index: 90;
	font-size: 0px;
	font-family: 'icomoon';
	speak: none;
	transition: all 0.4s ease-in-out;
}
.sb-icon-search:before {
	background: url(../images/sprites-img01.png) no-repeat -3px -16px;
	position: absolute;
	width: 21px;
	height: 21px;
	top: 11px;
	left: 0;
	right: 0px;
	margin: 0px auto;
}
.sb-icon-search:hover {
	background: #00396c;
}
.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: #c81f25;
	width: 56px;
	height: 43px;
	z-index: 90;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
