body{
	position: relative;
}

header .search-content{
	display: none;
}

.search-overlay{
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top:50px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.search-description{
	color: #686868;
}

.search-box{
	margin-top: 35px;
}



.search-box .searchtext{
	width: 98%;
	border-top: none !important;
	box-shadow: none !important;
	border-left: none;
	border-right: none;
	border-bottom: #ebebeb 1px solid;
	font-size: 3em;
	line-height: 3em;
	height: 2em;
	color: #000;
	background-color: transparent !important;
}

.searchtext::-webkit-input-placeholder{
	color:#000;
	text-transform: uppercase;
}

.searchtext::-moz-placeholder{
	color:#000;
	text-transform: uppercase;
}

.searchtext:::-ms-input-placeholder{
	color:#000;
	text-transform: uppercase;
}

.search-box .button{
	display: none;
}

.search-hint{
	display: inline-block;
}

.search-close{
	display: inline-block;
	float: right;
	text-align: right;
	text-transform: lowercase;
	
}

.search-close a{
	color: #31347c;
}

.search-hint span{
	color:#31347c;
}

