.header .icon-wrap-search {
	position:relative;
	float:left;
	width:40px;
	height:37px;
	margin:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	text-align:center;
	cursor:pointer;
	z-index:99;
}

@media (max-width: 767px) {
	.header .icon-wrap-search {
		display:inline-block;
		float:none;
		margin:0;
		vertical-align:top;
	}
}

.header .icon-wrap-search:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#68BEBB;
}
.header .icon-wrap-search:before {
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:37px;
	font-family:FontAwesome;
	font-size:21px;
	text-align:center;
	color:#c9c9c9;
	content:'\f0c9';
}
.header .icon-wrap:before {
	content:'\f0c9';
}
.header .icon-wrap-search:before {
	content:'\f002';
}
.header .icon-wrap-search.active {
	background:#fff;
	-webkit-box-shadow:0 -11px 46px rgba(0,0,0,0.1);
	-moz-box-shadow:0 -11px 46px rgba(0,0,0,0.1);
	box-shadow:0 -11px 46px rgba(0,0,0,0.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.header .icon-wrap-search.active:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	color:#68BEBB;
	content:'\f00d';
}

@media (min-width: 0px) and (max-width: 768px) {
	header.header .span3 .icon-wrap-search { display:block !important; }
}