#searchBtn {
	cursor: pointer;
}

#search_input_box {
	position: absolute;
	height: 139px;
	
	background-color: #FFF;
	width:1024px;
	opacity:0;
	z-index: 9999;
}

.search_bg {
	position: absolute;
	background-color:rgb(255,255,255);
	width:100%;
	height:100%;
	opacity:0;
	z-index: 9998;
}
/*search form style*/
.search-form input{
	font-size: 90px;
	font-family: 'Lato';
	font-weight: 300;
	text-transform: capitalize;
	color:rgb(148,148,153);
    width:976px;
    height: 142px;
    text-decoration: none;
    background-color:white;
    margin: 0px !important;
    padding:0px!important;
    border:0 !important;
    border-radius: 0 !important;
    padding-left:48px!important;
    -webkit-font-smoothing: antialiased;

    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-form input:focus {
	font-size: 90px;
	font-family: 'Lato';
	font-weight: 200;
	text-transform: capitalize !important;
	color:rgb(148,148,153) !important;
	outline:none;
}
.search_text{
	position: absolute;
	margin-top:145px;
	z-index: 9999;
 font-family: 'Lato';
 color:rgb(88,89,91);
 font-size:16px;
 letter-spacing: 0px;
 line-height: 19px;
 font-weight:400;
 margin-left: 48px;
}

input[type="search"]::-ms-clear {
	display: none;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
