





.search-style-2 #searchform .form-field {

    margin: 5px 0 0 0;

}



.search-style-2 #searchform .form-field select, .search-style-2 #searchform .form-field input[type="text"]{

	border-radius: 0;

	width: 280px;

}



.search-style-2 .search-suggestions ul li{

	padding: 0 4px;;	

}



.search-style-2 .search-suggestions ul li div:hover{

	color: #ffa8a0;

	background-color: #fff; 

}



.search-suggestions:before {

    border-color: transparent  transparent #ffffff;

    border-style: solid;

    border-width:0 7px 8px;

    top: -8px;

    content: "";

    height: 0;

    position: absolute;

    left: 13px;

    width: 0;

}



.search-suggestions{

    background: none repeat scroll 0 0 #ffffff;

    border: 1px solid #afafaf;

    box-shadow: 1px 1px 0 rgba(80, 80, 80, 0.2);

    color: #333333;

    display: block;

    padding: 0;

    position: absolute;

    right: 0;

    top: 60px;

    width: 500px;

    z-index: 3;

	font-size: 13px;

	max-height: 300px;

	overflow-x: hidden;

	overflow-y: auto;

}



.search-suggestions ul{

	list-style: none;

	margin: 0;

	padding: 5px;

	line-height: 27px;

}



.search-suggestions ul li{

	cursor: pointer;

	margin:0;

}





.search-suggestions li.city-suggestion{

	margin-left: 10px;

}



.search-suggestions .scol-3{

	display: inline-block;

	vertical-align: top;

	border-right: 1px solid #d9d9d9;

	box-sizing: border-box;

	padding: 2%;

	width: 60%;

	text-align: right;

}



#location-search-suggestion{

	width: 400px;

}



.search-suggestions .scol-2{

	display: inline-block;

	vertical-align: top;

	border-right: 1px solid #d9d9d9;

	box-sizing: border-box;

	padding: 2%;

	width: 48.8%;

	text-align: left;

}



.search-suggestions .scol-3:last-child{

	border-right: none;

}



.search-suggestions .scol-2:last-child{

	border-right: none;

}





@media (max-width: 1024px) {

	#searchform .form-field select, #searchform .form-field input[type="text"]{

		width: 250px;

	}

}



@media (max-width: 767px) {

	.search-suggestions{

		max-width: 100%;

	}

}



@media (max-width: 484px) {

	

	.search-style-2 #searchform .form-field{

		margin-bottom: 5px;

	}

	

	.search-suggestions .scol-3{

		width: 94%;	

		border: none;

	}

	.search-suggestions .scol-2{

		width: 94%;	

		border: none;

	}

}