/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
.sb-search {
	position: relative;
	width: 40px;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background-color: #36ABDA;
	z-index: 100;
	top: 55px;
	left: 41px;
	font-family: "Open sans";
	font-size: 12px;
	color: #36ABDA;
}
#sb-search input.sb-search-input
 {
 padding-top:0 !important;
 }
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 240px;
	height: 40px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 14px;
	color: #36ABDA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #36ABDA;
}
.sb-search-input:-moz-placeholder {
	color: #36ABDA;
}
.sb-search-input::-moz-placeholder {
	color: #36ABDA;
}
.sb-search-input:-ms-input-placeholder {
	color: #36ABDA;
}
.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #36ABDA;
}
.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 {
	color: #fff;
	z-index: 90;
	font-size: 0px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background-color: #36ABDA;
	background-image: url(../images/search-ikon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.sb-icon-search:before {
	content: "\e000";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 250px;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
	background-color: #36ABDA;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
@media (min-width: 960px) and (max-width: 1169px) {
.sb-search {
	width: 35px;
	min-width: 35px;
	height: 34px;
	top: 42px;
	left: 51px;
}	
.sb-icon-search {
	background-position: center 9px;
	background-repeat: no-repeat;
}
}

@media (min-width: 200px) and (max-width: 959px) {
.sb-search {display:none}
}