*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.column-search {
	float: left;
	width: 92%;
	padding: 0;
	min-height: 64px;
	position: absolute;
	top:0;
}

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

.sb-search-label {
    position: absolute;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none !important;
	outline: none;
	background: #FFF !important;
	width:100%;
	height: 64px !important;
	margin: 0;
	z-index: 1;
	padding: 0 0 0 64px !important;
	color: #5c5f60 !important;
	display: none !important;
	visibility: hidden; 
	opacity: 0;
}

.sb-search-input::-webkit-input-placeholder {
	color: #5c5f60;
}

.sb-search-input::-moz-placeholder {
	color: #5c5f60;
}

.sb-search-input::-moz-placeholder {
	color: #5c5f60;
}

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

.sb-search-submit {
    width: 64px;
    height: 74px;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #fff;
}

.sb-search-submit:hover,
.sb-search-submit:focus {
	background: #FFF url(../img/ic_search_white_36dp.png) no-repeat 16px center; /* IE needs this */
	color: transparent;
}

@media only screen and (max-width: 40em) {
.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 64px;
}
.sb-search-submit {
	background: #FFF url(../img/ic_search_white_36dp-mini.png) no-repeat 16px center; /* IE needs this */
}
.sb-search {
	min-width: 50px;

}

}
@media only screen and (max-width: 414px) {
	.column-search {
	width: 81%;
}
}

.sb-icon-search {
	z-index: 2;
	width: 36px;
    height: 36px;
}

.sb-icon-search:before {
	/*content: "\e000";*/
}

/* Open state */
.sb-search.sb-search-open .sb-search-input {
	display: block !important;
	visibility: visible;
	opacity: 1;
}
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	margin-right: 0;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #FFF url(../img/close_search.png) no-repeat center center;
	/*opacity: 0.5; filter: Alpha(Opacity=50);*/
	z-index: 11;
	
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 2;
	left:0;
}

/* APP */

input[type="text"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* Large screens */
@media only screen and (min-width: 1021px) {}

/* Medium screens */
@media only screen and (max-width: 1024px) and (min-width: 768px) {}

/* Small screens */
@media only screen and (max-width: 767px) 
{
    .sb-icon-search {z-index: 1007;}}

/* Landscape Orientation */
@media screen and (orientation: landscape) {}

/* Portrait Orientation */
@media screen and (orientation: portrait) {}