/*--------------------start search--------------------*/
.body .search
{
	padding-top:35px; 
	padding-bottom:50px; 
}
.body .search input
{
	width:100%;
	height:40px;
	border-radius:25px;
	border:2px solid #06559F;
	padding-left:50px;
	padding-right:110px;
	color:#21242C;
}
.body .search .times-icon
{
	font-size:20px;
	position:absolute;
	right:100px;
	top:8px;
	color:#CCC;
}
.body .search .left-icon
{
	font-size:24px;
	position:absolute;
	left:35px;
	top:8px;
	color:#3666AC;
}
.body .search .close-search
{
	cursor:pointer;
}
.body .search .btn-search
{
	width:auto;
	height:40px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	background:#06559F;
	padding-left:20px; 
	padding-right:20px; 
	color:white;
	font-size:14px;
	position:absolute;
	right:15px;
	top:0;
}
.body .search .btn-search:hover,.body .search .btn-search:focus
{
	border-color:#06559F;
	color:#06559F;
	background:white;
}
/*--------------------end search--------------------*/