.sb-search {
	right: 3px;
	position: fixed;
	bottom: 2em;
	width: 0%;
	z-index: 10001;
	cursor: default;
	min-width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.6s;
	-moz-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-backface-visibility: hidden;
    border: #123456 1px solid;
	padding: 1px 5px 5px 5px !important;
}

.sb-search2 {
	right: 0;
	position: fixed;
	width: 100%;
	z-index: 10001;
	cursor: default;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.6s;
	-moz-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-backface-visibility: hidden;
    border: #123456 1px solid;
	padding: 1px 5px 5px 5px !important;
    display: none;
}

@media screen and (min-width: 980px) {

    .sb-search {
	    display: none;
    }
}

@media screen and (may-width: 980px) {

    .sb-search2 {
	    display: none;
    }
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff !important;
	width: 100%;
	height: 53px;
	margin: 0;
	z-index: 10;
	padding: 0px 65px 20px 10px !important;
	font-family: inherit;
    font-family: Cabin !important;
	font-size: 25px;
	color: #000 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE 8 */
    filter: alpha(opacity=95); /* IE 5-7 */
    opacity: 0.95;
    border: none !important;
}

.sb-search-input::-webkit-input-placeholder {
	color: #358bca;
}

.sb-search-input:-moz-placeholder {
	color: #358bca;
}

.sb-search-input::-moz-placeholder {
	color: #358bca;
}

.sb-search-input:-ms-input-placeholder {
	color: #358bca;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	height: 50px;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	color: transparent;
	outline: none;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
}

.sb-icon-search 
{
	color: #fff;
	background: #e67e22;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
    color: #123456;
    background: #f5f5f5;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 500px;
}

@media screen and (max-width: 980px) {

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 95%;
    }
}


.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	z-index: 11;
    background-color: #123456;
    color: #f5f5f5;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
