h3.hotel_list_title{font-size: 14px; margin: 10px 0 0; font-family: inherit; min-height: 55px;}
p.hotel_list_address {font-size: small; line-height: normal; margin: 1px 0; font-weight: normal; text-align: center;}		
p.hotel_list_address, img.hotel_list_image {cursor: pointer;}
.hidden_info_window{display: none;}
p.iwt, p.iwa{font-size: 11px; font-weight: normal; text-align: left; margin: 0;}
p.iwt{font-weight: bold;}
.hotel_map_clicked{border: solid 3px red;}

.hidden_detail_window{
	display: none;
    font-size: 10px;
	padding: 15px;
}
.button_inquiry{
	border: solid 1px rgb(16, 76, 151); 
	color: rgb(16, 76, 151);
	border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
	width: 100%;
    padding: 5px 0;
}
.button_inquiry_select{
	background: #104c97;
	color: white;
}

.blur {
	filter:blur(5px);
    -o-filter:blur(5px);
    -ms-filter:blur(5px);
    -moz-filter:blur(5px);
    -webkit-filter:blur(5px);
}

/* Taken from filters script */


/* Filters */
.mhl_search_form_wrapper{border: solid 2px #009cde; border-radius: 5px;}
.mhl_search_form_wrapper label{cursor: pointer;}
.mhl_search_form_wrapper table{width: 100%; margin: 0px; border: 0px;}
.mhl_search_form_wrapper table td{border-left: 0px; border-bottom: 0px; padding: 0; font-weight: 300; height: 40px;}
.mhl_search_form_wrapper input{border-color: initial;}
#area-brands {text-align: center;}
#area-brands .brand-wrapper{width: 150px; height: 90px; margin: 0 20px 10px 0; display: inline-block;}
/*#area-brands .brand-wrapper input{position: relative; top: 20px;}*/
.button-amenities, .button-brands{padding: 7px; cursor: pointer;}

/* Hotels Grid */
#ajax_result_html{margin: 0; padding: 0;}
h3.hotel_list_title{font-size: 14px; margin: 10px 0 0; font-family: inherit;}
p.hotel_list_address {font-size: small; line-height: normal; margin: 1px 0; font-weight: normal; text-align: center;}		
p.hotel_list_address, img.hotel_list_image {cursor: pointer;}
.hidden_info_window{display: none;}
.hidden_info_cart{display: none;}
p.iwt, p.iwa{font-size: 11px; font-weight: normal; text-align: left; margin: 0;}
p.iwt{font-weight: bold; cursor: pointer;}
.hotel_map_clicked{border: solid 3px red;}

/* Inquiry */
#area-inquiry{border: solid 5px #104c97; border-radius: 5px; color: #104c97; padding: 20px;}
#area-inquiry table{border: 0; margin: 0;}
#area-inquiry td{border-left: 0; border-bottom: 0; padding: 0 10px 0 0;}
#area-inquiry h4{margin: 0;}
.width100{width: 100%;}
.border5{border: solid 1px #009cde !important; border-radius: 5px;}

#sd-date{font-weight: 700; font-size: 50px; cursor: pointer;}
#sd-month-day, #ed-month-day{line-height: normal;}
#ed-date{font-weight: 700; font-size: 50px; cursor: pointer;}
#sd-month-day b, #ed-month-day b{font-weight: 900;}

#sd-datepicker, #ed-datepicker{width: 0px; height: 0px; margin: 0; padding: 0;}

*::placeholder {
	color: #104c97 !important;
	opacity: 0.4 !important;
}

.button_submit{
	border: solid 1px rgb(16, 76, 151); 
	color: rgb(16, 76, 151);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 30px;
	background: #104c97;
	color: white;
	width: 170px;
}

.cart-item{
	margin: 15px 0 0 0;
	clear: both;
	height: 90px;
	/*border-bottom: dotted 1px;	*/
}

/*img.size-100x55 {max-width: 110px; max-height: 70px;}*/

.del_cart{
	float: left; 
	margin: 0 5px 0; 
	width: 20px; 
	color: white; 
	background: red; 
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

/* Progress Bar */

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #a4bad6;
    width: 32%;
    float: left;
    position: relative;
}
#progressbar li.active {
    color: #0b4b94;
    font-weight: bold;
}
#progressbar li.active:before, #progressbar li.active:after {
    color: white;
    border-color: #0b4b94;
    background: #0b4b94;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 34px;
    /*line-height: 20px;*/
    display: block;
    color: #a4bad6;
    border-radius: 20px;
    margin: 0 auto 5px auto;
    font-size: x-large;
    font-weight: 900;
    border: solid 2px #a4bad6;
    padding: 5px;
    text-align: center;
}
#progressbar li:after {
    content: '';
    width: 80%;
    height: 2px;
    background: #a4bad6;
    position: absolute;
    left: -40%;
    top: 9px;
}
#progressbar li:first-child:after {
	content: none; 
}