/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

.sb-search {
    float: right;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    position: relative;
    width: 0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
    background-color: #242433 !important;
    border: 0 none !important;
    font-family: inherit;
    font-size: 20px;
    height: 50px;
    margin: 0 !important;
    outline: medium none;
    padding: 0 65px 0px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 10;
    color:#ffffff !important;
}

.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: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	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 {
    background-image: url("/static/images/sprite.png");
    background-position: -230px -110px;
    color: #ffffff;
    font-family: "icomoon";
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 20px;
    text-transform: none;
    width: 20px;
    z-index: 90;
    margin-right: 15px;
    margin-top: 15px;
	-webkit-font-smoothing: antialiased;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 400px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

