@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

6. Section Title
7. Button
8. Listings
9. Search Box
	9.1 Search Box Title
	9.2 Search Form
10. Listings
11. Services



******************************/



/*********************************
6. Section Title
*********************************/

.section_title
{
	padding-top: 40px;
	margin: 0 auto;
}
.section_title img 	/*clipicon.svg control*/
{
	padding-bottom: 10px;
	margin: 0 auto;
	width: 40px;
}
.section_title::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0px;
	height: 25px;
	background: #fd784f;
	content: '';
}
.section_title h3
{
	text-transform: uppercase;
	color: #1e2c4e;
	font-weight: 700;
}
.section_subtitle
{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #b0b1b3;
	margin-top: -4px;
}

/*********************************
7. Button
*********************************/

.button
{
	display: inline-block;
	height: 51px;
}
.button a
{
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 51px;
	padding-left: 34px;
	padding-right: 33px;
}

/*********************************
8. Listings
*********************************/

.listings
{
	padding-top: 100px;
	padding-bottom: 100px;
}

/*********************************
9. Search Box
*********************************/

.search_box
{
	width: 100%;
	height: auto;
	z-index: 10;
}
.search_box_content
{
	width: 100%;
	background: #0e1d41;
	padding-bottom: 81px;
}
.search_box_inner
{
	width: 100%;
	
	padding-bottom: 25px;
}

/*********************************
9.1 Search Box Title
*********************************/

.search_box_title
{
	width: 100%;
	height: 51px;
}
.search_box_title_inner
{
	width: 100%;
	height: 100%;
	background: #fd784f;
}
.search_box_title_icon
{
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 51px;
	background: #0e1d41;
}
.search_box_title_icon img
{
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
}
.search_box_title_inner span
{
	font-size: 16px;
	font-weight: 600;
	line-height: 51px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 7%;
}

/*********************************
9.2 Search Form
*********************************/

.search_form
{
	width: 100%;
	margin-top: 32px;
}
.search_box_container
{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.search_box_container:nth-child(2)
{
	margin-top: 6px;
}
.dropdown_row
{
	display: block;
	width: 100%;
}
.dropdown_item
{
	display: block;
	margin-bottom: 28px;
	float: left;
	width: 100%;
}
.dropdown_item_half
{
	width: calc(50% - 5px);
}
.dropdown_item_half:nth-child(odd)
{
	margin-left: 10px;
}
.dropdown_item_title
{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-left: 1px;
}
.dropdown_item_select
{
	width: 100%;
	height: 34px;
	background: #FFFFFF;
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-padding-end: 34px;
	-webkit-padding-start: 15px;
	-webkit-user-select: none;
	background-image: url(../images/dropdown_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	color: #838383;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
	border: solid 1px #fd784f;
}
.dropdown_item_select:focus
{
	outline-color: #fd784f;
}
.search_button
{
	margin-top: 50px;
}
.search_submit_button
{
	width: 97px;
	height: 34px;
	background: #fd784f;
	border: none;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-transform: uppercase;
	cursor: pointer;
}
.search_features_container
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0px;
}
.search_features_trigger
{
	display: inline-block;
	width: auto;
}
.search_features_trigger a
{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 18px;
}
.search_features_trigger a::before
{
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	content: '+';
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 8px;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding-left: 1px;
}
.search_features_trigger.active a::before
{
	content: '-';
	padding-left: 2px;
}
.search_features
{
	display: block;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.search_features.active
{
	margin-top: 35px;
	opacity: 1;
}
.search_features_item
{
	width: 20%;
	float: left;
	margin-bottom: 10px;
}
.search_features_item div
{
	display: inline-block;
	cursor: pointer;
}
.search_features_item div:hover .search_features_cb
{
	border: 1px solid #fd784f;
}
.search_features_checkbox
{
	cursor: pointer;
}
.search_features_cb
{
	width: 12px;
	height: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 9px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.search_features_cb:focus
{
	outline: none;
	border: 1px solid #fd784f;
}
.search_features_cb:checked::after
{
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: '';
	background: #fd784f;
}
.search_features label
{
	display: inline-block;
	position: relative;
	padding-left: 3px;
	margin-bottom: 0px;
	cursor: pointer;
	color: #FFFFFF;
}

/*********************************
10. Listings
*********************************/

.listings
{
	width: 100%;
}
.listing_item
{
	width: 100%;
	background: #edeff4;
	margin-bottom: 49px;
}
.listing_item_inner
{
	width: 100%;
}
.listing_item:last-child
{
	margin-bottom: 0px;
}
.listing_image_container
{
	width: 50%;
	padding-right: 15px;
}
.listing_image
{
	width: 100%;
	height: calc(100% - 86px);
}
.listing_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.listing_content
{
	width: 50%;
	padding-left: 26px;
	background: #edeff4;
	padding-bottom: 27px;
	padding-left: 15px;
	padding-right: 15px;
}
.listing_title
{
	margin-top: 28px;
}
.listing_title a
{
	font-size: 22px;
	font-weight: 600;
	color: #0e1d41;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.listing_title a:hover
{
	color: #fd784f;
}
.listing_text
{
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #838383;
	margin-top: 11px;
}
.rooms
{
	margin-top: 19px;
}
.room
{
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 6px;
}
.room_title
{
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
}
.room_content
{
	margin-top: 8px;
	padding-left: 2px;
}
.room_image
{
	display: inline-block;
	width: 32px;
}
.room_number
{
	position: relative;
	top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
	margin-left: 5px;
}
.room_tags
{
	margin-top: 22px;
}
.room_tag
{
	display: inline-block;
	font-size: 12px;
	background: #fd784f;
	margin-right: 7px;
	margin-bottom: 9px;
}
.room_tag a
{
	display: block;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.featured_card_box
{
	width: 100%;
	height: 86px;
	background: #edeff4;
	padding-left: 30px;
}
.featured_card_container:hover .featured_card_box
{
	box-shadow: 0px 40px 40px rgba(0,0,0,0.55);
}
.featured_card_box img
{
	width: 30px;
	height: 30px;
}
.featured_card_box_content
{
	padding-left: 28px;
}
.featured_card_price_title
{
	font-size: 12px;
	font-weight: 400;
	color: #1e2c4e;
}
.featured_card_price
{
	font-size: 24px;
	font-weight: 600;
	color: #1e2c4e;
	margin-top: -3px;
}
.listing_item_inner:hover
{
	box-shadow: 0px 40px 40px rgba(0,0,0, 0.25);
}
.listing_item_inner:hover .featured_card_price,
.listing_item_inner:hover .featured_card_price_title
{
	color: #FFFFFF;
}
.listing_item_inner:hover .featured_card_box
{
	background: #1e2c4e;
}
.listings_nav
{
	margin-top: 100px;
	float: right;
}
.listings_nav_item
{
	display: inline-block;
	width: 28px;
	text-align: center;
	margin-right: 2px;
}
.listings_nav_item:hover
{
	background: #fd784f;
}
.listings_nav_item.active
{
	background: #fd784f;
}
.listings_nav_item a
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	color: #0e1d41;
}
.listings_nav_item:hover a
{
	color: #FFFFFF;
}
.listings_nav_item.active a
{
	color: #FFFFFF;
}

/*********************************
11. services
*********************************/

.featured				/*body top-bottom gap cantrol*/
{
	padding-top: 10px;
	padding-bottom: 60px;
}
.featured_row
{
	padding-top: 50px; 
	padding-bottom: 50px; 
}
.featured_card_container
{
	width: 100%;
}
.featured_panel
{
	position: absolute;
	left: 0;
	top: 170px;				/*step 1 2 3 orange block, white text position*/
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #fd784f;
	line-height: 41px;
	padding-left: 29px;
	padding-right: 26px;
}
.card
{
	display: block;
	border-radius: 0px;
	border: none;
}
.featured_card_container:hover .card
{
	box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
}
.card-img-top
{
	border-radius: 0px;
	border: solid 0px #7e7774;
	outline: 0px solid #7e7774; /* The inner border color and width */
  	outline-offset: -0px; /* Pulls the outline inside */
}
.card-body				/* Step 1 2 3 blocks text box sixe*/
{
	padding-left: 26px;
	background: #edeff4;
	padding-bottom: 30px;
	height: 150px;
}
.card-title
{
	margin-top: 24px;
}
.card-title a
{
	font-size: 22px;
	font-weight: 600;
	color: #0e1d41;
}
.card-text
{
	font-size: 14px;
	font-weight: 400;
	color: #838383;
	margin-top: 14px;
}
.rooms
{
	margin-top: 30px;
}
.room
{
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 6px;
}
.room_title
{
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
}
.room_content
{
	margin-top: 8px;
	padding-left: 2px;
}
.room_image
{
	display: inline-block;
	width: 32px;
}
.room_number
{
	position: relative;
	top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
	margin-left: 5px;
}
.room_tags
{
	margin-top: 27px;
}
.room_tag
{
	display: inline-block;
	font-size: 12px;
	background: #fd784f;
	margin-right: 7px;
	margin-bottom: 9px;
}
.room_tag a
{
	display: block;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.featured_card_box
{
	width: 100%;
	height: 86px;
	background: #1e2c4e;
	margin-top: 7px;
	padding-left: 30px;
}
.featured_card_container:hover .featured_card_box
{
	box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
}
.featured_card_box img
{
	width: 30px;
	height: 30px;
}
.featured_card_box_content
{
	padding-left: 28px;
}
.featured_card_price_title
{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.featured_card_price
{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: -3px;
}

