.sb-search {
	position: relative;
	position: absolute;
	margin-top: 0px;
	margin-right:12%;
	width: 0%;
	min-width: 60px;
	width: 60px;
	height: 60px;
	/*float: right;*/
	right:0;
	top:0px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search form {
	
	height: 60px;
	
}





.sb-search-input {
	position: absolute;
	top: 0;
	right: 60px;
	border: none;
	outline: none;
	background: #fff;
	width: 20%;
	height: 34px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	padding-top: 14px;
	padding-right: 35px;
	padding-bottom: 14px;
	padding-left: 20px;
	-webkit-appearance: none;
}


#sb-search input, #sb-search2 input, #sb-search3 input, #sb-search4 input {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #77787b;
}
 .sb-search-input:-moz-placeholder {
 color: #77787b;
}
 .sb-search-input::-moz-placeholder {
 color: #77787b;
}
 .sb-search-input:-ms-input-placeholder {
 color: #77787b;
}
/* interior page search styles &/*/

header.interior .sb-search {
	
	margin-right:10.7%;
	
}

header.interior .sb-search-input {
	color: #FFF;
	background-color:#939192;
}
 header.interior .sb-search-input::-webkit-input-placeholder {
 color: #FFF;
}
header.interior .sb-search-input:-moz-placeholder {
 color: #FFF;
}
 header.interior .sb-search-input::-moz-placeholder {
 color: #FFF;
}
header.interior .sb-search-input:-ms-input-placeholder {
 color: #FFF;
}
.sb-icon-search, .sb-search-submit {
	width: 60px;
	height: 60px;
	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;
	background: url(../images/mag-glass.png) 0 0;
	background-repeat:no-repeat;
	background-color: #36C7E6;
	background-position: center center;
}




.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 22px;
	background: url(../images/mag-glass.png) 0 0;
	background-repeat:no-repeat;
	background-position: center center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}




.sb-icon-search:focus-visible {
	outline: 2px solid #d71ef7;
	
	border: 2px solid #d71ef7;
}




.sb-icon-search:before {
/*content: "\e000";*/
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
	background-image: url(../images/mag-glass.png);
	background-repeat:no-repeat;
	background-position: right center;
}
.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;
}

 @media only screen and (max-width: 900px) {
	 
	 header.interior .sb-search {
	
	margin-right:2.5%;
	
}
 
}

 @media only screen and (max-width: 800px) {
 .sb-search-input {
 width: 30%;
}
}
 @media only screen and (max-width: 650px) {
	 
	 	 header.interior .sb-search {
	
	margin-right:0px;
	
}
 .sb-search {
 min-width: 54px;
 width: 54px;
 height: 54px;
 margin-right:0px;
}
.sb-search-input {
 width: 40%;
}



.sb-search-input {
	
	right: 54px;
	
}

 .sb-icon-search, .sb-search-submit {
 width: 54px;
 height: 54px;
 line-height: 54px;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
 width: 100%;
 background-image: url(../images/mag-glass.png);
 background-repeat:no-repeat;
 background-position: right center;
}
}
