/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
.sb-search *, .sb-search *:after, .sb-search *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

.sb-search-input {
	position: absolute;
	top: -1px;
	right: 0;
	border: none;
	outline: none;
	background: #000000;
	color: #808080;
	width: 100%;
	margin: 0;
	z-index: 6;
	padding: 0 35px 0 0;
	font-family: inherit;
}

/*.sb-search-input::-webkit-input-placeholder {
}

.sb-search-input:-moz-placeholder {
}

.sb-search-input::-moz-placeholder {
}*/

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	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 {
	color: #808080;
	z-index: 7;
	speak: none;
	-webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sb-icon-search:hover {
	color: #ffffff;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open input{
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #333333;
    font-family: 'museo_sans300';
    font-size: 1.2857142857142858em;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #808080;
	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 (min-width: 1601px) and (max-width: 1680px) {}
/* 1600 X 900 ----------- */

@media only screen and (min-width: 1441px) and (max-width: 1600px) {}
/* 1440 X 900 ----------- */

@media only screen and (min-width: 1367px) and (max-width: 1440px) {}
/* 1366 X 768 ----------- */

@media only screen and (min-width: 1281px) and (max-width: 1366px) {}
/* 1280 X 1024 ----------- */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {}
/* 1024 X 768 ----------- */

@media only screen and (min-width: 801px) and (max-width: 1024px) {
}
/* 800 X 600 ----------- */

@media only screen and (max-width: 800px) {
}
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.sb-search.sb-search-open input{
	    font-size: 1em;
	}
}
/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
}
/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
}
/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}
/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}
/* The New iPad (iPad 3) ----------- */

@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}
/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}