/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family:'FontAwesome';

}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	right: 0;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 100;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	width: 0%;
	padding: 0;
	margin: 0;
	z-index: 10;
    opacity: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	height: 40px;
    max-width: 260px;
}
.sb-search-open .sb-search-input {
	opacity: 1;
	padding: 7px 10px 7px 35px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
    border: 1px solid #DF2B7E;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #fff;
}

.sb-search-input::-moz-placeholder {
	color: #fff;
}

.sb-search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-icon-search, .sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	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 {
	z-index: 90;
	speak: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	
}
/*
.sb-icon-search:before {
	content: "\e000";
}
*/
.sb-search{
	z-index: 1;
}
/* Open state */
.sb-search.sb-search-open{
	z-index: 20;
}
.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-image: url(../images/search_icon_btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;

	
}
@media (max-width:767.98px){
	
}