/* Table of Content
==================================================
	1.0  -  Custom Class
	2.0  -  Browser Fix
	3.0  -  DT Responsive*/

	/*--------------------------------------------------------------
	1.0 - Custom Class
	--------------------------------------------------------------*/
	
	a.video-image span:after, #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail:after, #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail:before, .dt-sc-hb-room-facilities li span, .hb_single_room .camera_next > span, .hb_single_room .camera_prev > span, .Search-form-type2 .hotel-booking-search .hb-form-table .selection-box:before, .dt-product-item .dt-sc-product-thumb a:after, .dt-product-item .dt-sc-product-thumb a:before, .rooms .hb_room .summary .price, .rooms .hb_room .media:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
	
	.title_uppercase { text-transform:uppercase; }
	.title_bold { font-weight:bold; }
	
	/* http://prntscr.com/dydrzx = Reseller Hosting page */
	 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner, .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner { position: relative; } 
	.extend-bg-fullwidth-left:not(.vc_col-has-fill):after, .extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
	.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after, .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after { content:""; display:inline !important; height:100%; position:absolute; top: 0; width: 9999px; z-index: -1; }
	.extend-bg-fullwidth-left:not(.vc_col-has-fill):after, .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after { z-index: 0; right:100%; }
	.extend-bg-fullwidth-right:not(.vc_col-has-fill):after, .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after { z-index: 0; left:100%; }

	.extend-bg-fullwidth-left:after, .extend-bg-fullwidth-right:after,
	.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after, .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after { background-color: inherit; }

		
	.dt-sc-special-testimonial-container .extend-bg-fullwidth-left:after, .dt-sc-special-testimonial-container .extend-bg-fullwidth-right:after { background: none; }

	.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after, 
	.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after { right: 0; transform: skewX(-30deg) translateX(18px); z-index: 0; box-shadow: 8px 0 0 0 #fff; }

	.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.dt-col-static-position) > .vc_column-inner { position: relative; z-index: 1 !important; }	

	.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before { left: 0; transform: skewX(-30deg) translateX(-32px); }

	.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left[class*="dt-skin-"],
	.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right[class*="dt-skin-"] { background-color: transparent; }

	a.video-image span { font-size: 25px; position: relative; height: 60px; width: 60px; line-height: 60px; color: #fff; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; text-align: center; }
	a.video-image span:after { position: absolute; display: block; content: ""; height: 60px; width: 60px; line-height: 60px; border-radius: 50%; color: #fff; -webkit-box-shadow: 0px 0px 0px 4px #fff; -moz-box-shadow: 0px 0px 0px 4px #fff; box-shadow: 0px 0px 0px 4px #fff; z-index: 0; top: 0; left: 0; }

	a.video-image.large span:after { width: 80px; height: 80px; line-height: 80px; }
	a.video-image.large span { font-size: 30px; height: 80px; width: 80px; line-height: 80px; }
		
	.image-overlay-icon .vc_single_image-wrapper { position: relative; }
	.image-overlay-icon .vc_single_image-wrapper:before { content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.4); top: 0; left: 0; right: 0; margin: 0 auto; position: absolute; }
	
	.image-overlay-icon a.video-image { position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; width: 100%; text-align: center; }
	
	.gradient-parallax:before { content: ""; position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; z-index: 9;
    background: -moz-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1); }
	
	.gradient-parallax .gradient-content { z-index: 9; padding-right: 45px; }

	.top-image { box-shadow: 0 0 0 10px #fff; -webkit-box-shadow: 0 0 0 10px #fff; -ms-box-shadow: 0 0 0 10px #fff; position: absolute; top: 20px; right: 0; }
	.bottom-image { margin-left: 45px; margin-top: 180px; }
	.dt-sc-dark-bg .dt-sc-button.filled:hover { background-color: #fff; color: #111; }
	.fullwidth-newsletter { margin-top: -150px; }

	.dt-sc-contact-info.custom_Size span { font-size: 16px; }
	.custom_white_color a, #footer .custom_white_color a { color: #ddd; }
	.custom_white_color a:hover { color: rgba(255, 255, 255, 0.8); }
	div.wpcf7 .request-form .ajax-loader { display: block; margin: 10px auto 0; text-align: center; }
	.wpcf7-form.request-form div.wpcf7-validation-errors, .wpcf7-form.request-form div.wpcf7-mail-sent-ok { margin: 5px 0 25px; }


	/** Room List **/
	.rooms.hb-catalog-column-4 .hb_room { width: 25%; }
	.rooms.hb-catalog-column-3 .hb_room { width: 33.33%; }
	.rooms.hb-catalog-column-2 .hb_room { width: 50%; }

	.rooms .hb_room .title-wrapper .title h4 a { color: #111; }
	.rooms .hb_room .summary, .rooms .hb_room .media { float: left; width: 100%; text-align: center; }
	.rooms .hb_room .title-wrapper { display: inline-block; width: 90%; background-color: #fff; position: relative; box-shadow: 0 0 18px rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14); -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14); padding: 40px 40px 50px; margin: -40px auto 0; text-align: left; }
	.rooms .hb_room .title-wrapper .title h4 { font-size: 24px; font-weight: 400; margin: 0 0 20px; }
	.rooms .hb_room .title-wrapper .room-type { display: block; margin: 0 0 20px; font-size: 16px; }
	.rooms .hb_room .title-wrapper .room-type a:before { content: "~"; margin: 0 10px 0 6px; }
	.rooms .hb_room .title-wrapper .room-type a:first-child:before, .rooms .hb_room .media a:before, .rooms .hb_room .summary .title-wrapper .price span.title-price { display: none; }
	.rooms .hb_room .summary .title-wrapper .price { bottom: -20px; right: -18px; font-size: 18px; font-weight: 400; margin: 0; padding: 10px 20px; }
	.rooms .hb_room .summary .title-wrapper .price span { display: inline-block; font-size: 18px; font-weight: 400; border: none; padding: 0; }
	.rooms .hb_room .summary:hover .title-wrapper .price { transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
	.rooms .hb_room .summary .title-wrapper .price span.price_value:after { content: "/"; margin: 0 -3px 0 0; }
	.rooms .hb_room .summary .title-wrapper .price span.unit { font-size: 14px; }
	.rooms .hb_room .summary .title-wrapper .price span.unit:before { display: none; }
	.rooms .hb_room .media { display: block; position: relative; }
	.rooms .hb_room .media:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.8); opacity: 0; }
	.rooms .hb_room .media a { display: block; }
	.rooms .hb_room .media a img { width: auto; }
	.rooms .hb_room .media a.dt-sc-button { display: inline-block; margin: 0; position: absolute; left: 50%; margin: auto; top: 45%; transform: translate(-50%, -45%); -webkit-transform: translate(-50%, -45%); -ms-transform: translate(-50%, -45%); opacity: 0; }
	.rooms .hb_room .media a.dt-sc-button:hover { background-color: #fff; color: #111; }
	.rooms .hb_room:hover .media:after, .rooms .hb_room:hover .media a.dt-sc-button { opacity: 1; }
	.rooms .hb_room .media a:not(.dt-sc-button) { line-height: 0; }


	/** Search **/
	.hotel-booking-search form { float: left; width: 100%; background-color: #fff; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); z-index: 9; }
	.hotel-booking-search { float: left; width: 100%; padding: 0; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.hotel-booking-search .hb-form-table { display: table-cell; width: 75%; padding: 55px 30px; vertical-align: middle; }
	.hotel-booking-search .hb-form-table li { display: inline-block; font-weight: 400; width: 33.33%; float: left; padding: 0 30px 0; border-right: 1px solid #dddddd; margin: 0; }
	.hotel-booking-search .hb-form-table .hb_input_field { float: left; width: 100%; }
	.hotel-booking-search .hb-form-table li label { display: block; font-size: 17px; font-weight: 400; color: #777; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"], .hotel-booking-search .hb-form-table li .hb-form-field-input input[type="email"], .hotel-booking-search .hb-form-table li .hb-form-field-input input[type="number"], .hotel-booking-search .hb-form-table li select { padding: 15px 0 0; border: 0; min-width: auto; height: auto; line-height: normal; }
	.hotel-booking-search .hb-form-table .hb_input_date_check, .hotel-booking-search .hb-form-table .hb_input_field:after { display: none; }
	.hotel-booking-search .hb-form-table button.ui-datepicker-trigger { font-size: 30px; position: absolute; padding: 0; height: auto; background: none; color: #000; right: 10px; bottom: 15px; border-width: 0; margin: auto; text-align: right; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input input.month { color: #111; display: inline-block; padding: 0; font-size: 30px; position: absolute; bottom: 8px; width: 65px; left: 0; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input .day, .hotel-booking-search .hb-form-table li select { font-size: 24px; }
	.hotel-booking-search .hb-form-table li select option { font-size: 14px; }
	.hotel-booking-search .hb-form-table li .selection-box:after { border: 0; }

	.hotel-booking-search .hb-form-table li .hb-form-field-input { display: inline-block; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input ~ span { display: inline-block; font-size: 30px; margin: 0 10px 0 0; vertical-align: middle; color: #111; } 
	.hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"].day { float: left; padding: 0 0 0 75px; font-size: 60px; color: #111; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input span { color: #111; font-size: 30px; position: absolute; left: 60px; top: 0; bottom: 5px; margin: auto; height: 0; }
 
	.hotel-booking-search .hb-form-table li select { color: #111; width: 100%;  padding: 0px 40px 0 0; }
	.hotel-booking-search .hb-form-table li:last-child, .hotel-booking-search .hb-form-table li:nth-child(3) { border-right-width: 0; }
	.hotel-booking-search .hb-submit { display: table-cell; vertical-align: middle; width: 25%; text-align: center; height: 100%; background-color: #111; margin: 0; padding: 20px 15px 25px; }
	.hotel-booking-search .hb-submit > span { color: #fff; font-size: 17px; margin-bottom: 10px; display: block; }
	.hotel-booking-search .hb-submit .dt-sc-button { float: none; height: auto; min-width: inherit; color: #fff; margin: 0; font-weight: 400; border-width: 0; border-radius: 0; }
	.hotel-booking-search .hb-submit .dt-sc-button:hover { background-color: #fff; color: #111; }
	.hotel-booking-search .hb-form-table .selection-box:before { content: "\f107"; color: #777; font-size: 25px; font-family: Fontawesome; border: 0; height: auto; top: 7px; right: 10px; }
	.hotel-booking-search .search-info { padding: 48px 0 40px 10%; background-color: #1e3e86; color: #fff; float: left; width: 100%; position: relative; z-index: 1; }
	.hotel-booking-search .search-info:after { content: "\f073"; position: absolute; font-family: FontAwesome; right: 0; font-size: 134px; line-height: normal; color: #264a9b; bottom: 0; z-index: -1; }
	.hotel-booking-search .search-info h3 { margin-bottom: 10px; text-transform: uppercase; color: #fff; }
	
	.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox select { font-size: 30px; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox select { font-size: 60px; }
	.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox .selection-box:before { bottom: 9px; top: auto;  }
	.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox, .hotel-booking-search .hb-form-table li .hb-form-field-input ~ span { position: relative; top: 13px; }

	.booking-search-form .hotel-booking-search { margin: -215px 0 100px; }
	.hb-search-results { clear: both; }
	.hb-search-results .hb_button.hb_view_cart { line-height: 18px; }

		/* Type 2 */
		.Search-form-type2 .hotel-booking-search form { background-color: #111; padding: 30px; }
		.Search-form-type2 .hotel-booking-search { display: block; }
		.Search-form-type2 .hotel-booking-search .hb-form-table { display: block; width: 100%; padding: 0; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li { background-color: #222; border: 0; width: 45.50%; padding: 20px 30px; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li:first-child { margin: 0 9% 0 0; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li:last-child { width: 100%; margin: 30px 0; text-align: center; }
		.Search-form-type2 .hotel-booking-search .hb-submit { width: 100%; height: auto; display: block; background-color: inherit; padding: 0; clear: both; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"].month { text-align: right; padding: 5px 0 0; font-size: 14px; color: #fff; bottom: 33px; right: 0; left: auto; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li .hb-form-field-input span, .Search-form-type2 .hotel-booking-search .hb-submit > span { display: none; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"].day { font-size: 44px; color: #fff; padding: 0; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li label, .Search-form-type2 .hotel-booking-search .hb-form-table li select, .Search-form-type2 .hotel-booking-search .hb-form-table .selection-box:hover:before, .Search-form-type2 .hotel-booking-search .hb-form-table li .hb-form-field-input ~ span, .Search-form-type2 .hotel-booking-search .hb-form-table button.ui-datepicker-trigger:hover { color: #fff; }
		 
		 .Search-form-type2 .hotel-booking-search .hb-form-table button.ui-datepicker-trigger { min-width: 100%; width: 100%; font-size: 14px; bottom: 6px; right: 0; }


	/** Booking Result **/
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .selection-box { min-width: 110px; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li select { padding: 3px 25px 3px 10px; font-size: 15px; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li { margin-bottom: 20px; padding-bottom: 0; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-name { display: inline-block; margin-bottom: 30px; color: #111; font-weight: 400; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-name a { color: #111; display: block; }
	#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details { color: #777; font-size: 16px; }
	.hb-search-results .hb_addition_package_extra a.hb_package_toggle:after { content: "\f0d7"; font-family: FontAwesome; font-size: 20px; }
	.hb-search-results .hb_addition_package_extra a.hb_package_toggle.active:after { content: "\f0da"; }
	.hb_extra_detail_price .hb_optional_quantity { float: left; margin-right: 15px; }
	#hotel-booking-results .hb-search-results > .hb-room, .hb_addition_package_extra .hb_addition_packages, .hb_addition_packages_ul li, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity { border-color: rgba(0, 0, 0, 0.15); }
	#hotel-booking-results .hb-search-results > .hb-room { margin: 0 0 45px; padding-bottom: 40px; }
	.hb_addition_package_extra .hb_addition_packages { margin-bottom: -40px; padding: 15px 30px 20px; }
	#hotel-booking-results .hb-search-results > .hb-room:last-child .hb_addition_package_extra .hb_addition_packages { border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
	.hb_addition_package_extra .hb_addition_packages_ul { padding-left: 0; }
	.hb_addition_package_extra .hb_addition_packages_ul .hb_extra_title p { margin-bottom: 20px !important; }
	.hb_package_title label { font-size: 16px; color: #111; }
	.hb_addition_package_extra .hb_addition_packages_ul li { padding: 20px 20px 30px 0; }
	#hotel-booking-results form .hb_button.hb_checkout, #hotel-booking-results form button.hb_add_to_cart, #hotel-booking-results form button[type="submit"], #hotel-booking-cart .hb_button.hb_checkout, #hotel-booking-payment .hb_button.hb_checkout, #hotel-booking-cart button[type="submit"], #hotel-booking-payment button[type="submit"], #hotel-booking-cart button[type="button"], #hotel-booking-payment button[type="button"], .hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"], .widget .owl-theme .owl-controls .owl-buttons div, .hb_button { font-weight: 400; padding: 13px 19px; line-height: normal; display: inline-block; margin: 10px 0px 0px; cursor: pointer; outline: none; position: relative; z-index: 1; border-radius: 0; font-size: 16px; color: #fff; }
	@-moz-document url-prefix() {  
		.hotel-booking-search .hb-form-table li select option, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li select option { font-size: inherit; }
		#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li select { padding: 3px 25px 3px 5px; }
	}
	.hb-booking-room-details table tbody tr:last-child td, .hb-booking-room-details table tbody tr td, .hb-booking-room-details table tr td.hb_search_item_total_description { padding: 15px 0; }
	.hb-booking-room-details table tr td:first-child { color: #111; }
	#hotel-booking-results > h3 { color: #111; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > label, .hb-booking-room-details table tr td.hb_search_item_total_description { color: #777; }
	.hb_addition_package_extra .hb_addition_package_title_toggle { display: inline-block; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity > div, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_max_child > div, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_price { font-weight: 600; }

	.hb_success_message label { color: #77be32; font-weight: bold; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-name > label { color: #d33; font-weight: bold; }

	#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail { text-align: center; position: relative; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail > a, #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img { display: block; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail:after { content: ""; position: absolute; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); top: 0; pointer-events: none; opacity: 0; }
	#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail:before { content: "\f002"; font-family: Fontawesome; font-size: 0; color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 30px; width: 25px; z-index: 9; cursor: pointer; pointer-events: none; }
	#hotel-booking-results .hb-search-results > .hb-room:hover .hb-room-thumbnail:before { font-size: 23px; }
	#hotel-booking-results .hb-search-results > .hb-room:hover .hb-room-thumbnail:after { opacity: 1; }
	#hotel-booking-results .hb-search-results > .hb-room:last-child { border-bottom-width: 0; }

	form.hb-select-extra-results { float: left; width: 100%; margin: 0 0 50px; }
	.hb-select-extra-results ul.list-room-extra li { display: block; list-style: none; } 
	.hb-select-extra-results ul.list-room-extra li input[type="checkbox"] { display: inline-block; margin: 13px 10px 0 0; vertical-align: top; }
	.hb-select-extra-results .hb_package_title { display: inline-block; }
	.hb-select-extra-results button.hb_button { margin: 10px 10px 0 0; }
	.hb-select-extra-results a.hb_button { line-height: 18px; }


	/** Calender **/
	.ui-datepicker.ui-widget { width: 260px; border: 1px solid rgba(0, 0, 0, 0.1); z-index: 99 !important; }
	.ui-datepicker.ui-widget .ui-datepicker-calendar { margin: 0; }
	.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title { color: #111; }
	.ui-datepicker.ui-widget .ui-datepicker-header { padding: 7px 0; }
	.ui-datepicker.ui-widget .ui-datepicker-calendar th { color: #fff; }
	.ui-datepicker.ui-widget .ui-datepicker-calendar th span { border-bottom-width: 0; }
	.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next { top: 7px; }
	.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default { font-size: 13px; text-align: center; }
	.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default.ui-state-active { color: #fff; }


	/** Cart **/
	#hotel-booking-cart table th, #hotel-booking-payment table th { color: #fff; padding: 15px 17px; }
	#hotel-booking-cart button[type="submit"], #hotel-booking-cart .hb_button.hb_checkout { float: right; margin-left: 5px; font-size: 16px; color: #fff; border-radius: 0; }
	#hotel-booking-cart input[type="number"], #hotel-booking-payment input[type="number"] { font-size: 15px; max-width: 55px; text-align: center; display: inline-block; padding: 2px 0px 2px 10px; }
	#hotel-booking-cart .hb_advance_payment .hb-align-right, #hotel-booking-payment .hb_advance_payment .hb-align-right, #hotel-booking-cart .hb_advance_grand_total .hb-align-right, #hotel-booking-payment .hb_advance_grand_total .hb-align-right, #hotel-booking-cart .hb_advance_tax .hb-align-right, #hotel-booking-payment .hb_advance_tax .hb-align-right, #hotel-booking-cart .hb_sub_total .hb-align-right, #hotel-booking-payment .hb_sub_total .hb-align-right { border-color: rgba(0, 0, 0, 0.1); text-align: center; }
	#hotel-booking-cart table tr.hb_checkout_item:first-child td:first-child, #hotel-booking-payment table tr.hb_checkout_item:first-child td:first-child { vertical-align: middle; border-right: 1px solid rgba(0, 0, 0, 0.1); }
	#hotel-booking-cart table tr td, #hotel-booking-payment table tr td { border-right: 1px solid rgba(0, 0, 0, 0.1); font-weight: 400; }
	#hotel-booking-cart .hb_addition_services_title td, #hotel-booking-payment .hb_addition_services_title td { font-weight: 600; font-style: normal; }
	#hb-cart-form .hb_table, #hb-payment-form .hb_table { border-left: 1px solid rgba(0, 0, 0, 0.1); }
	#hotel-booking-cart select, #hotel-booking-payment select, .hb-col-border, #hotel-booking-cart input[type="number"], #hotel-booking-payment input[type="number"], #hotel-booking-cart input[type="text"], #hotel-booking-payment input[type="text"], #hotel-booking-cart input[type="email"], #hotel-booking-payment input[type="email"], #hotel-booking-cart .hb-addition-information textarea, #hotel-booking-payment .hb-addition-information textarea { border-color:#ddd; }
	#hotel-booking-cart select, #hotel-booking-payment select { height: 40px; }
	#booking-details .booking-data { margin-bottom: 15px; }
	#booking-details .booking-data-number { margin-bottom: 10px; }
	#hotel-booking-cart table tr td.hb_quantity p { margin: 0; } 
	#hotel-booking-cart .hb_remove_cart_item, #hotel-booking-payment .hb_remove_cart_item, #hotel-booking-cart .hb_remove_cart_item .fa, #hotel-booking-payment .hb_remove_cart_item .fa { width: auto; height: auto; line-height: normal; display: inline-block; }

	#hotel-booking-cart .hb_advance_grand_total .hb-align-right, #hotel-booking-cart .hb_advance_payment .hb-align-right, #hotel-booking-cart .hb_advance_tax .hb-align-right, #hotel-booking-cart .hb_sub_total .hb-align-right, #hotel-booking-payment .hb_advance_grand_total .hb-align-right, #hotel-booking-payment .hb_advance_payment .hb-align-right, #hotel-booking-payment .hb_advance_tax .hb-align-right, #hotel-booking-payment .hb_sub_total .hb-align-right { padding: 11px 0 11px 20px; }
	#hotel-booking-cart, #hotel-booking-payment { float: left; width: 100%; margin: 0 0 70px; }
	#hotel-booking-cart table tr.hb_checkout_item td:first-child { display: table-cell; vertical-align: middle; }


	/** Checkout **/
	#hotel-booking-cart h3, #hotel-booking-payment h3 { margin: 0 0 25px; font-size: 30px; text-align: center; color: #111; }
	.hb-order-new-customer .hb-form-table.col-2 { padding: 0 10px; }
	.hb_payment_all .hb-align-right input[type="checkbox"] { margin-right: 5px; }
	.hb-col-padding { padding: 30px 25px; }
	.hb-customer .hb-form-field-label { margin-bottom: 10px; font-weight: 500; color: #111; }
	.hb-order-existing-customer > div > h4, .hb-order-new-customer > div > h4, .hb-payment-form > div > h4, .hb-addition-information > div > h4 { text-align: center;  margin-bottom: 30px; }
	.hb-order-existing-customer .hb-form-field { margin: 0 0 20px 0; }
	#hb-payment-form > p { text-align: center; }
	#hb-payment-form > p button { float: none; }
	.hb-payment-form .hb-payment-methods label { display: block; padding-bottom: 10px; }
	.hb-payment-form .hb-payment-methods label input { margin-right: 5px; }
	.hb-order-new-customer .selection-box:after { border-width: 0; }
	.hb-order-new-customer .selection-box:before { border-width: 0; top: 5px; content: "\f107"; color: #777; font-size: 21px; font-family: Fontawesome; bottom: 0; margin: auto; height: auto; } .hb-customer .hb-order-new-customer input[name="first_name"] { margin-bottom: 0; }
	#hotel-booking-payment table tr.hb_checkout_item td.hb_room_type { display: table-cell; vertical-align: middle; }
	#hb-payment-form > p label { vertical-align: middle; font-size: 16px; }
	#hb-payment-form > p label input[type="checkbox"] { margin-right: 5px; }
	#hb-payment-form .hotel_checkout_errors { color: #ff0000; }


	/** Account **/
	.hb_booking_wrapper > h2 { font-size: 30px; text-align: center; }
	.hb_booking_wrapper .hb_booking_table td { border-right: 1px solid rgba(0, 0, 0, 0.15); }
	.hb_booking_wrapper .hb_booking_table { border-left: 1px solid rgba(0, 0, 0, 0.15); font-weight: 400; }
	.hb_booking_table td, .hb_booking_table th { font-size: 14px; }

	/** Booking Items **/
	#booking-items, #booking-details {float: left; width: 100%; margin: 0 0 20px; }
	.hb-message { border-color: #77be32; background-color: rgba(119, 190, 50, 0.05); margin: 0 0 45px; padding: 0 0 0 10px; }
	.hb-message.error { background-color: rgba(255, 0, 0, 0.08); padding: 10px 0 10px 20px; color: red; }
	.hb-message.error p { margin: 0; }
	#booking-customer { float: left; font-weight: 400; width: 100%; margin: 0 0 70px; }
	.hb-message-content { color: #77be32; }
	.booking_item_table td { border-right: 1px solid rgba(0, 0, 0, 0.15); }
	.booking_item_table { border-left: 1px solid rgba(0, 0, 0, 0.15); font-weight: 400; }

	/** Single Room **/
	.hb_single_room .hb-room-single-title-wrapper { float: left; width: 100%; position: relative; z-index: 9; margin: 0 0 20px; }
	.hb_single_room .hb-room-single-title-wrapper .title { display: block; clear: both; }
	.hb_single_room .hb-room-single-title-wrapper .title h4 { font-size: 60px; font-weight: 400; position: relative; }
	.hb_single_room .hb-room-single-title-wrapper .title h4 a { color: #111; }
	.hb_single_room .hb-room-single-title-wrapper .price { font-size: 40px; margin: -65px 0 0; }
	.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before { border-width: 4px; }
 	.hb_single_room .hb_room_gallery { margin-bottom:130px !important; z-index: 9; }
	.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li { width: 24%; }
	.hb_single_room .hb-room-single-title-wrapper .price span.title-price { font-size: 18px; color: #111; }
	.hb_single_room .hb-room-single-title-wrapper .price span.unit { font-size: 16px; font-weight: 400; }
	.hb_related_other_room .rooms li.hb_room { width: auto; min-width: inherit; max-width: inherit; padding: 0 15px 20px; }
	.hb_single_room .hb_single_room_details .hb_single_room_tabs > li a { color: #111; font-size: 20px; font-weight: 400; }
	.hb_single_room .hb_single_room_details .hb_single_room_tabs > li  { padding: 0 55px 0 0; }
	.hb_single_room table.hb_room_pricing_plans tr th { color: #fff; }
	.hb_single_room table.hb_room_pricing_plans tr td { border-right: 1px solid rgba(0, 0, 0, 0.15); }
	.hb_single_room table.hb_room_pricing_plans { border-left: 1px solid rgba(0, 0, 0, 0.15); }
	.hb_single_room #reviews #review_form_wrapper form p.comment-form-rating { margin-bottom: 0; }
	.hb_single_room .hb_single_room_details .hb_single_room_tabs > li:last-child { padding: 0; }
	.hb_single_room .hb_single_room_details .hb_single_room_tabs > li a .comment-count { font-weight: 400; }
	#hb_room_reviews h2 { font-size: 24px; }
	.hb_single_room .summary.entry-summary img ~ .hb-room-single-title-wrapper { margin: 40px 0 20px; }


		/** Single Room Carousel **/
		.hb_single_room .camera_prev > span:before, .hb_single_room .camera_next > span:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; color: #fff; font-weight: 900; font-family: "Font Awesome 5 Free"; }
		.hb_single_room .camera_prev > span:before { content: "\f30a"; }
		.hb_single_room .camera_next > span:before { content: "\f30b"; }
		.hb_single_room .camera_next > span, .hb_single_room .camera_prev > span { background-color: #eee; margin: 0; width: 40px; position: relative; line-height: 40px; background: none; }
		.hb_single_room .camera_next { left: auto; right: 0; }
		.hb_single_room .camera_prev { left: auto; right: 55px; }
		.hb_single_room .camera_prev > span { text-align: right; }
		.hb_single_room .camera_next, .hb_single_room .camera_prev { top: 20px; }
		.hb_single_room .camera_commands { display: none; }

		/* Facilities */
		.dt-sc-hb-room-facilities { float: left; width: 100%; }
		.dt-sc-hb-room-facilities li { float: left; width: 100%; list-style: none; display: block; padding: 0 0 40px; }
		.dt-sc-hb-room-facilities li span { display: inline-block; float: left; text-align: center; width: 70px; height: 70px; line-height: 65px; border: 2px solid #ddd; border-radius: 50%; margin: 0 15px 0 0; }
		.dt-sc-hb-room-facilities li span img { display: inline-block; vertical-align: middle; }
		.dt-sc-hb-room-facilities li p { font-size: 20px; font-weight: 400; color: #111; margin: 17px 0 10px; }

		/* Room Meta */
		.dt-sc-hb-room-meta { display: table; float: none; width: 100%; border: 2px solid #ddd; }
		ul.hb-meta-wrapper { display: table-cell; margin: 0; vertical-align: middle; padding: 25px 5px 10px 30px; }
		/* one item */
		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(1) { width: 100%; }

		/* two items */
		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(2),
		ul.hb-meta-wrapper li:nth-child(2):nth-last-child(1) { width: 50%; }

		/* three items */
		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(3),
		ul.hb-meta-wrapper li:nth-child(2):nth-last-child(2),
		ul.hb-meta-wrapper li:nth-child(3):nth-last-child(1) { width: 33.3333%; }

		/* four items */
		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(4),
		ul.hb-meta-wrapper li:nth-child(2):nth-last-child(3),
		ul.hb-meta-wrapper li:nth-child(3):nth-last-child(2),
		ul.hb-meta-wrapper li:nth-child(4):nth-last-child(1) { width: 25%; }

		ul.hb-meta-wrapper li { display: inline-block; font-weight: 400; padding: 0 20px; vertical-align: middle; }
		ul.hb-meta-wrapper li:first-child { padding: 0; }
		ul.hb-meta-wrapper li:last-child { padding-right: 0; }		
		.dt-sc-hb-room-meta .price { color: #fff; float: none; font-size: 60px; display: table-cell; vertical-align: middle; margin: 0; line-height: normal; text-align: center; font-weight: 400; }
		.dt-sc-hb-room-meta .price span.unit { font-size: 30px; font-weight: 400; }
		ul.hb-meta-wrapper li > p { font-size: 40px; color: #111; }
		ul.hb-meta-wrapper li > p > span { font-size: 18px; }
		.dt-sc-hb-room-meta .price span.unit:before { content: '/'; padding: 0 5px; }

	/* Room Item */
	.dt-sc-room-item { float: left; width: 100%; }
	.dt-sc-room-item .dt-sc-room-content-wrapper { width: 47%; float: left; }
	.dt-sc-room-item .dt-sc-room-image-wrapper { width: 48%; float: left; margin: 0 0 0 4%; }
	.dt-sc-room-item .dt-sc-room-content-wrapper > h2 { background:url(../images/dec-line.png) left bottom no-repeat; font-size: 60px; padding: 0 0 55px; margin: 0 0 30px; }
	.dt-sc-room-item .dt-sc-room-content-wrapper > h2 a { color: #111; }
	.dt-sc-room-item .dt-sc-hb-room-meta { position: relative; z-index: 1; background: #fff; display: block; width: auto; display: flex; align-content: center; margin: 0 -75% 50px 0; }
	.dt-sc-room-item ul.hb-meta-wrapper { flex-grow: 1; align-self: center; align-items: center; display: flex; }
	.dt-sc-room-item .dt-sc-hb-room-meta .price { align-items: center; align-self: stretch; display: flex; padding: 0 20px; }
	.dt-sc-room-item .dt-sc-hb-room-meta .price span.unit { position: relative; bottom: -10px; }
	.dt-sc-room-item .dt-sc-hb-room-meta span.symbol {font-size: 30px; position: relative; bottom: -10px; }
	.dt-sc-room-item .dt-sc-room-content-wrapper .room-description {float: left; width: 100%; margin: 0 0 35px; }
	.dt-sc-room-item .dt-sc-room-content-wrapper .room-description h3 { margin-bottom: 35px; }
	.dt-sc-room-item .dt-sc-room-content-wrapper .room-description p { margin-bottom: 20px; }
	.dt-sc-room-item .dt-sc-room-content-wrapper > a { font-size: 16px; }
	.dt-sc-room-item .dt-sc-room-content-wrapper > a span { margin-left: 10px; vertical-align: middle; }

	.dt-sc-room-item.imgalign-left .dt-sc-room-image-wrapper { margin: 0 4% 0 0; }
	.dt-sc-room-item.imgalign-left .dt-sc-room-content-wrapper { float: right; }
	.dt-sc-room-item.imgalign-left .dt-sc-hb-room-meta { margin: 0 0 50px -75%;  }


	/** Related Room **/
	.hb_related_other_room > .title { font-size: 60px; line-height: normal; text-align: center; background: url(../images/img-captn-dec-line.png) center bottom no-repeat; padding-bottom: 40px; }
	.hb_related_other_room > .title:after { display: none; }
	.hb_related_other_room { position: relative; margin: 0; float: left; width: 100%; }
	.hb_related_other_room .navigation { position: absolute; bottom: -60px; left: 0; right: 0; margin: auto; text-align: center; }
	.hb_related_other_room .navigation .prev, .hb_related_other_room .navigation .next { float: none; }
	.hb_related_other_room .rooms .hb_room .media img { display: block; }
	.hb_related_other_room .tp-hotel-booking { position: relative; }
	.hb_related_other_room .tp-hotel-booking, .hb_related_other_room .caroufredsel_wrapper, .hb_related_other_room .tp-hotel-booking .owl-stage-outer,  .hb_related_other_room .tp-hotel-booking .owl-stage { float: left; width: 100%; } 
	.hb_related_other_room .tp-hotel-booking .owl-stage .owl-item { float: left; }
	.hb_related_other_room button.owl-prev, .hb_related_other_room button.owl-next { float: none; width: 40px; height: 40px; line-height: 38px; padding: 0; margin: 0 10px; }
	.hb_related_other_room button.owl-prev { text-align: right; }
	.hb_related_other_room button.owl-next { text-align: left; }

	.hb_related_other_room .tp-hotel-booking .owl-nav { display: block; text-align: center; float: left; width: 100%; margin: 70px 0 0; }


	/** Request Form **/
	.request-form input[type="text"], .request-form input[type="tel"], .request-form input[type="number"], .request-form input[type="range"], .request-form input[type="date"], .request-form textarea, .request-form input.text, .request-form select { border-color: #222; background-color: #222; color: #777; }
	.request-form .selection-box:after, .reservation-form .selection-box:after { display: none; }
	.request-form .selection-box:before, .reservation-form .selection-box:before { content: "\f107"; color: #777; font-family: Fontawesome; border: 0; height: auto; top: 10px; }
	.request-form input[type="submit"]:hover { background-color: #ffffff; color: #111; }
	.request-form input[type="submit"] { margin-top: 20px; }

	.reservation-form span.wpcf7-list-item { margin: 0; font-size: 16px; }
	.reservation-form span.wpcf7-list-item input[type="checkbox"] { display: none; }
	.reservation-form span.wpcf7-list-item input[type="checkbox"] ~ span:before { border: 1px solid #dddddd; cursor: pointer; content: ''; display: inline-block; height: 16px; margin-bottom: 2px; margin-right: 15px; vertical-align: middle; width: 16px; }
	.reservation-form span.wpcf7-list-item input[type="checkbox"]:checked ~ span:before { background-color: #777; border-color: #777; }
	.reservation-form span.wpcf7-list-item label { color: #777; font-weight: 300; letter-spacing: 0; }
	.reservation-form .wpcf7-not-valid span.wpcf7-list-item input[type="checkbox"] ~ span:before { border-color: #ff0000; }


	/* Pager */
	.carousel_items.top-pager .dt-carousel-pagination { position: absolute; top: -75px; margin: 0; }
	.carousel_items.top-pager .dt_carousel > div { margin: 0; }
	.carousel_items.top-pager .dt-carousel-pagination a { margin: 0 9px; }


	/** Video Play **/
	.carousel_items.video-carousel a.video-image { display: inline-block; float: left; width: 100%; opacity: 0; }
	.carousel_items.video-carousel .vc_column-inner:hover a.video-image { opacity: 1; }
	.carousel_items.video-carousel a.video-image span { color: #fff; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; display: inline-block;  font-size: 20px; z-index: 1; text-align: center; width: 60px; height: 60px; line-height: 60px; }
	.carousel_items.video-carousel a.video-image:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 0; }

	.carousel_items.video-carousel .dt_carousel > div { margin: 0; }
	.carousel_items.video-carousel .dt-carousel-navigation { margin: 50px 40px 20px 0px; text-align: right; }

	.carousel_items.video-carousel .dt-carousel-navigation a { font-size: 16px; width: 36px; height: 36px; margin: 0 5px; line-height: 36px; }
	.carousel_items.video-carousel .dt-carousel-navigation a.next-arrow { margin-right: 0; }
	.carousel_items.video-carousel .dt-carousel-navigation a.prev-arrow { margin-left: 0; }


	/** Image Caption Counter **/
	.img-caption-counter { counter-reset: my-sec-counter; }
	.img-caption-counter .dt-sc-image-caption.type9 { counter-increment: my-sec-counter; }
	.img-caption-counter .dt-sc-image-caption.type9 .dt-sc-image-wrapper:after { content: counter(my-sec-counter, decimal-leading-zero); position: absolute; left: 0; width: 100%; z-index: 1; font-size: 20px; bottom: 20px; color: #fff; text-align: center; }


	/** Product Item **/
	.dt-products-list { float: left; width: 100%; }
	.dt-product-item { display: block; }
	.dt-product-item .dt-sc-product-thumb { float: left; width: 100%; position: relative; }
	.dt-product-item .dt-sc-product-thumb a { display: block; position: relative; }
	.dt-product-item .dt-sc-product-thumb a:before { content: ""; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; opacity: 0; }
	.dt-product-item .dt-sc-product-thumb a:after { content: "\f14d"; font-family: "Font Awesome 5 Free"; font-size: 20px; color: #fff; position: absolute; top: 0; bottom: 0; margin: auto; height: 0; line-height: 0; left: 0; right: 0; text-align: center; font-weight: 900; opacity: 0; }
	.dt-product-item:hover .dt-sc-product-thumb a:before, .dt-product-item:hover .dt-sc-product-thumb a:after { opacity: 1; }

	.dt-product-item .dt-sc-product-details { float: left; width: 100%; background-color: #eee; padding: 35px 40px 40px; } 
	.dt-product-item .dt-sc-product-title-wrapper { display: block; clear: both; }
	.dt-product-item .dt-sc-product-title-wrapper h2 { font-size: 24px; margin: 0 0 25px; }
	.dt-product-item .dt-sc-product-details .dt-product-excerpt { display: block; margin: 0 0 30px; }
	.dt-product-item .dt-sc-product-details .price-wrapper { font-size: 16px; color: #111; }
	.dt-product-item .dt-sc-product-details .price-wrapper span.price { font-size: 30px; }
	.dt-product-item .dt-sc-product-details .price-wrapper span.price ins { background-color: inherit; }
	.dt-product-item .dt-sc-product-details .price-wrapper span.price .woocommerce-Price-currencySymbol { font-size: 20px; }
	.carousel_items.dark-bg-carousel .dt-carousel-navigation a { background-color: #fff; }
	.carousel_items.dark-bg-carousel .dt-carousel-navigation a:hover { color: #fff; }

	.product-menu-carousel { overflow: visible; }
	.product-menu-carousel .carousel_items .dt-carousel-navigation.nav-top { position: absolute; left: -150px; top: 150px; margin: 0; right: auto; }
	.product-menu-carousel.right .carousel_items .dt-carousel-navigation.nav-top { position: absolute; left: auto; right: -130px; top: 150px; margin: 0; }

	.wp-hotel-booking-search-rooms .hotel-booking-search, .wp-hotel-booking-account .hb-booking-account { margin: 0 0 80px; }
	.wp-hotel-booking-rooms .rooms.tp-hotel-booking { margin: 0 0 50px; padding: 0; }

	
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		::i-block-chrome, .safari-hack.vc_row.vc_row-flex { display: block !important; }
	}
	/*.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container*/

	/*----*****---- << Vc Column custom class >> --****--*/
	.rs_no-padding_column.wpb_column, .vc_col-md-12.wpb_column.rs_no-padding_column { margin-top: -1px; padding-bottom: 0; margin-bottom:0; } /* http://prntscr.com/dydqdv */
	
	.light-overlay:before { background:rgba(255, 255, 255, 0.8); } /* http://prntscr.com/dydsrd  = Model Home page contact section */
	.dark-overlay:before { background:rgba(0, 0, 0, 0.8);  }	

	/*----*****---- << Gray Scale >> --****--*/ /* http://prntscr.com/dydr06 = Hotel Our Firm Page */
	.gray-scale:hover, .gray-scale:hover img { -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); filter: grayscale(1); -webkit-transition-property: -webkit-filter; -moz-transition-property: -moz-filter; -ms-transition-property: -ms-filter; -o-transition-property: -o-filter; transition-property: filter; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -ms-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; }
	
	/*----*****---- << Text with icon >> --****--*/ /* http://prntscr.com/dydrax = Fitness Home Page */
	.dt-sc-text-with-icon { width:100%; clear:both; float:left; font-weight:bold; padding:12px 0px 12px 20px; }
	.dt-sc-text-with-icon span { font-size:18px; margin:0px 7px 0px 0px; position:relative; top:2px; font-weight:bold; }
	
	.dt-sc-text-with-icon.border-bottom { border-bottom:1px solid; }
	.dt-sc-text-with-icon.border-right { border-right:1px solid; }

	.dt-sc-dark-bg .dt-sc-text-with-icon span { color:#ffffff; }
	
	/*----*****---- << Hosting Domain Page Table >> --****--*/ /* http://prntscr.com/dydxr3 = Hosting Domain Page */
	.hosting-table { border-top:0px; font-family:'Open Sans', sans-serif; }
	.hosting-table th { background:#e1e1e1; border-radius:5px 5px 0px 0px; color:#000000; font-weight:600; font-size:16px; border-right:1px solid #ffffff; padding:20px 15px; }
	.hosting-table tr td, .hosting-table tbody tr:nth-child(2n+1) td { background:rgba(0, 0, 0, 0.95); border-right:1px solid rgba(255, 255, 255, 0.2); border-bottom:0px; font-size:16px; font-weight:600; padding:25px 15px; }
	.hosting-table tbody tr td:last-child, .hosting-table tr th:last-child { border:none; }
	
	.hosting-table tbody tr:nth-child(2) td { background:rgba(0, 0, 0, 0.9); }
	.hosting-table tbody tr:nth-child(3) td { background:rgba(0, 0, 0, 0.85); }
	.hosting-table tbody tr:nth-child(4) td { background:rgba(0, 0, 0, 0.8); }
	.hosting-table tbody tr:nth-child(5) td { background:rgba(0, 0, 0, 0.75); }
	.hosting-table tbody tr:nth-child(6) td { background:rgba(0, 0, 0, 0.7); }
	.hosting-table tbody tr:nth-child(7) td { background:rgba(0, 0, 0, 0.65); }
	.hosting-table tbody tr:nth-child(8) td { background:rgba(0, 0, 0, 0.6); }
	.hosting-table tbody tr:nth-child(9) td { background:rgba(0, 0, 0, 0.55); }
	.hosting-table tbody tr:nth-child(10) td { background:rgba(0, 0, 0, 0.5); }
	.hosting-table tbody tr:nth-child(11) td { background:rgba(0, 0, 0, 0.45); }
	.hosting-table tbody tr:nth-child(12) td { background:rgba(0, 0, 0, 0.4); }
	
	.hosting-table tbody tr td:first-child { position:relative; }
	.hosting-table tbody tr td:first-child:before { content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; background:#60ae0d; z-index:-1; }
	
	.hosting-table tbody tr td.new, .hosting-table tbody tr td.hot { position:relative; overflow:hidden; }
	.hosting-table tbody tr td.new:before, .hosting-table tbody tr td.hot:before { content:"New"; position:absolute; left:-20px; top:5px; padding:2px 22px; background:#60ae0d; color:#ffffff; font-size:12px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);  transform:rotate(-45deg); }
	.hosting-table tbody tr td.hot:before { content:"Hot"; background:#e80505; padding:2px 24px; }

	/*----*****---- << Spa rounded corner image >> --****--*/ /* http://prntscr.com/dydylt = Spa */
	.dt-sc-partially-rounded-alt { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
	
	.vc_min_height_right.wpb_column.vc_col-sm-6 { margin-left: 30px; width: calc(50% - 30px); } /* http://prntscr.com/e0ka7y *
	
	/*----*****---- << Image Caption With Counter >> --****--*/	 /* http://prntscr.com/dydzek = Image caption counter */
	.dt-sc-image-caption-with-counter { counter-reset:image-caption-counter; }
	.dt-sc-image-caption-with-counter h3 { counter-increment:image-caption-counter; }
	.dt-sc-image-caption-with-counter h3:before { content:counter(image-caption-counter, decimal-leading-zero); font-size:36px; font-weight:600; border-bottom:2px solid; float:left; margin:-10px 20px 0px 0px; padding:0px; }
	.dt-sc-image-caption-with-counter h3:before { font-family:'Open Sans', sans-serif; }
	
	.dt-sc-contact-details-on-map .dt-sc-map-overlay h3, .dt-sc-contact-details-on-map .map-switch-icon, .dt-sc-contact-details-on-map .map-switch-icon:hover { color:#ffffff; }	
	.dt-sc-contact-details-on-map .map-switch-icon:hover { background:#000000; } /* http://prntscr.com/dydzs2 = Restaurant */
	
	/*----*****---- << Photography Readmore Plus >> ----*****----*/ /* http://prntscr.com/dydzxp = Photography */
	.dt-sc-readmore-plus-icon:before, .dt-sc-readmore-plus-icon:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } 
	
	.dt-sc-readmore-plus-icon { position:absolute; right:0px; bottom:0px; width:60px; height:60px; text-indent:-9999px; }
	.dt-sc-readmore-plus-icon:before, .dt-sc-readmore-plus-icon:after { content:""; position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; }
	.dt-sc-readmore-plus-icon:before { height:1px; width:30px; }
	.dt-sc-readmore-plus-icon:after { height:30px; width:1px; }	
	
	.dt-sc-readmore-plus-icon:before, .dt-sc-readmore-plus-icon:after { background:#ffffff; }	
	.dt-sc-readmore-plus-icon { background:#000000; }	
	.dt-sc-readmore-plus-icon:hover { background:rgba(0, 0, 0, 0.8); }
	
	/*----*****---- << Nightclub Home page Social icons >> ----*****----*/
	.diamond-narrow-square-border li:before { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
	
	.diamond-narrow-square-border li a { color:#000000; }	
	.diamond-narrow-square-border li a:hover { color:#ffffff; }

 	
	/*--------------------------------------------------------------
	2.0 - Browser Fix
	--------------------------------------------------------------*/
	/* IE9 and above override */	
	@media screen and (min-width:0\0) { 
			
		.dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 71px 0 0; }
		#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li select { padding: 3px 3px 3px 10px; }
		.hb_related_other_room .rooms li.hb_room { max-width: 100%; }
		.video-carousel.carousel_items .vc_column-inner a.video-image { display: none; }
		.video-carousel.carousel_items .vc_column-inner:hover a.video-image { display: block; }
	}
	
	/* IE9 only override */	
	.ie9 .dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 72px 0 0; }	


	/*--------------------------------------------------------------
	3.0 - DT Responsive
	--------------------------------------------------------------*/

	@media only screen and (max-width: 1380px) and (min-width: 1200px) {

		ul.hb-meta-wrapper { padding: 25px 5px 10px 25px; }
		ul.hb-meta-wrapper li { padding: 0 10px; }
		ul.hb-meta-wrapper li > p { font-size: 34px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price { font-size: 50px; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li { padding: 20px; }

	}


	/* Note: Design for a width of 960px */	
    @media only screen and (min-width:992px) and (max-width:1199px) {
		
		
		/*----*****---- << Hosting >> ----*****----*/
		.hosting-contact-info-container .dt-sc-contact-info.type7 span { left:10px; }
		
		/*----*****---- << Restaurant >> ----*****----*/
		.dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 72px 0 0; }
		
		/*----*****---- << Miscellaneous >> ----*****----*/
		.dt-sc-text-with-icon { font-size: 13px; }
		
		.dt-sc-image-caption.type8 .dt-sc-image-title h6 { line-height: normal; }		


		.top-image { top: 50%; }
		.bottom-image { margin: 0; }

		/** Booking Search **/
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox, .hotel-booking-search .hb-form-table li .hb-form-field-input ~ span { position: relative; top: 5px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox select { font-size: 40px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox select { font-size: 25px; }
		.hotel-booking-search .hb-form-table li { padding: 0 20px 0; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input input.month { font-size: 18px; bottom: 5px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input span { left: 37px; bottom: 20px; font-size: 22px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"].day { padding: 0 0 0 55px; font-size: 35px; }
		.hotel-booking-search .hb-form-table button.ui-datepicker-trigger { font-size: 18px; bottom: 5px; right: 5px; }
		.hotel-booking-search .hb-form-table { padding: 55px 22px; }
		.hotel-booking-search .hb-submit .dt-sc-button { font-size: 16px; }

		/* Room Items */
		.dt-sc-room-item .dt-sc-hb-room-meta { margin: 0 -100% 50px 0; }
		ul.hb-meta-wrapper li { padding: 0 10px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price { font-size: 45px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price span.unit { bottom: -4px; }
		ul.hb-meta-wrapper li > p { font-size: 36px; }
		.dt-sc-room-content-wrapper ul.hb-meta-wrapper li > p { font-size: 29px; }
		.dt-sc-room-item ul.hb-meta-wrapper { padding: 25px 5px 10px 30px; }
		.dt-sc-room-item.imgalign-left .dt-sc-hb-room-meta { margin: 0 0 50px -100%; }

		.product-menu-carousel .carousel_items .dt-carousel-navigation.nav-top { position: static; left: 0; top: 0; margin: auto; right: 0; text-align: center; float: none; margin: 20px 0 0; }
		body .hb_related_other_room .rooms li.hb_room { min-width: inherit; max-width: inherit; min-height: inherit; }
		.carousel_items .dt-carousel-navigation.nav-side > div { left: -40px; }
		.carousel_items .dt-carousel-navigation.nav-side > div.carousel-next-arrow { right: -40px; }

		.hb_single_room .hb-room-single-title-wrapper .title h4 { font-size: 47px; }

		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox .selection-box:before { bottom: 2px; }
		ul.hb-meta-wrapper li > p > span { font-size: 16px; }
		.rs_margin-xs-default.right-side.vc_row { margin-right: -15px !important; }
	}

	
	 /* Note: Design for a width of 768px */
    @media only screen and (min-width:768px) and (max-width:991px) {
		
		.dt-sc-text-with-icon { font-size: 11px; }
		
		.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 { padding-left: 5px; padding-right: 5px; }
		.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 { font-size: 13px; padding-left: 10px; padding-right: 10px; }
		.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 h6 { font-size: 15px; }
	
		.dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 76px 0 0; }	
		
		.rs_line_height p { line-height:normal !important; }

		.rooms.tp-hotel-booking.hb-catalog-column-3 .hb_room { width: 50%; }
		
		/*----*****---- << Event >> ----*****----*/
		.dt-sc-content-with-hexagon-shape { margin-left:16%; }
		.event-colored-box { margin-top:0; }
		.event-contact-info { margin-left:25%; }
		
		/*----*****---- << Architecture >> ----*****----*/
		.architecture-process.rs_padding_override { padding-left:20px !important; padding-right:20px !important; }
		.column.wpb_column.dt-sc-one-fifth.vc_col-md-4 { width:32%; margin-bottom:20px; min-height:290px; }
		.column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(4), .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(10) { margin-left:0; }
		
		.secondary-skin-gradient .dt-sc-contact-info, .secondary-skin-gradient .dt-sc-contact-info span { font-size: 40px; }	


		/** Booking Search **/
		.hotel-booking-search .hb-form-table { display: inline-block; width: 100%; }
		.hotel-booking-search .hb-submit { display: block; width: 100%; height: auto; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox, .hotel-booking-search .hb-form-table li .hb-form-field-input ~ span { position: relative; top: 5px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox select { font-size: 40px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox select { font-size: 25px; }
		.hotel-booking-search .hb-form-table li { padding: 0 20px 0; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input input.month { font-size: 18px; bottom: 5px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input span { left: 37px; bottom: 20px; font-size: 22px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"].day { padding: 0 0 0 55px; font-size: 35px; }
		.hotel-booking-search .hb-form-table button.ui-datepicker-trigger { font-size: 18px; bottom: 5px; right: 5px; }
		.hotel-booking-search .hb-form-table { padding: 55px 22px; }
		.hotel-booking-search .hb-submit .dt-sc-button { font-size: 16px; }	

		/* Room Items */
		.dt-sc-room-item .dt-sc-hb-room-meta { display: block; float: left; width: 100%; margin: 0 0 20px; }
		.dt-sc-room-item .dt-sc-room-content-wrapper { width: 100%; }
		.dt-sc-room-item .dt-sc-room-image-wrapper { width: 100%; margin: 20px 0 0; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price { display: block; font-size: 45px; padding: 10px 20px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price span.unit { bottom: 0; }
		.dt-sc-room-item ul.hb-meta-wrapper { padding: 25px 10px 10px 30px; }
		.dt-sc-room-item ul.hb-meta-wrapper li { padding: 0 10px; }
		.dt-sc-room-item.imgalign-left .dt-sc-hb-room-meta { margin: 0px 0 30px 0; }
		.dt-sc-room-item.imgalign-left .dt-sc-room-image-wrapper { margin: 30px 0 0; }

		.carousel_items.video-carousel .dt-carousel-navigation { margin: 50px 0 20px 0px; text-align: center; }
		body .hb_related_other_room .rooms li.hb_room { min-width: inherit; max-width: inherit; min-height: inherit; }
		.carousel_items .dt-carousel-navigation.nav-side > div.carousel-next-arrow { right: -30px; }
		.carousel_items .dt-carousel-navigation.nav-side > div { left: -30px; }

		.hb_single_room .hb-room-single-title-wrapper .title h4 { font-size: 45px; }
		.hb_single_room .hb-room-single-title-wrapper .price { margin: 10px 0 15px; float: left; }
		.carousel_items .dt-carousel-navigation.nav-side > div { left: -40px; }
		.carousel_items .dt-carousel-navigation.nav-side > div.carousel-next-arrow { right: -40px; }

		#primary.page-with-sidebar #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail, #primary.page-with-sidebar #hotel-booking-results .hb-search-results>.hb-room .hb-room-info { width: 100%; }
		#primary.page-with-sidebar #hotel-booking-results .hb-search-results>.hb-room .hb-room-info { padding: 0; }
		#primary.page-with-sidebar #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img { max-width: 100%; }

		#hotel-booking-cart .hb_capacity, #hotel-booking-payment .hb_capacity { display: table-cell; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox .selection-box:before { bottom: 2px; }
		.rooms .hb_room .media a.dt-sc-button { top: 35%; padding: 13px 15px; }
		.product-menu-carousel .carousel_items .dt-carousel-navigation.nav-top { float: none; position: static; left: 0; margin: 40px 0 0; }
		.rs_margin-xs-default.right-side.vc_row { margin-right: -15px !important; }
	}
	
	/*----*****---- << Mobile (Landscape) >> ----*****----*/	
	
	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {
			
		.fitness-form-container.extend-bg-fullwidth-right::after { background-color:transparent; }
		.fitness-form-container.extend-bg-fullwidth-right .vc_column-inner { padding-left:30px !important; padding-right:30px !important; }
		.fitness-contact-boxes .wpb_text_column, .fitness-contact-boxes .wpb_text_column:nth-child(2), .fitness-contact-boxes .wpb_text_column:last-child, .fitness-contact-boxes .wpb_text_column:nth-child(3) { width:100%; padding:10px 0px; }
		
		.hotel_blockquote-type4 blockquote.type4 { margin-top:0; }
		
		.event-colored-box { margin-top:0; }
		.event-contact-info.wpb_column { width: 320px; padding: 85px 30px 30px; float: none; }
			
		.gradient-parallax:before { background: -moz-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.75) 30%, rgba(242, 243, 246, 0.65) 40%, rgba(242, 243, 246, 0.55)60%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.75) 30%, rgba(242, 243, 246, 0.65) 40%, rgba(242, 243, 246, 0.55)60%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.75) 30%, rgba(242, 243, 246, 0.65) 40%, rgba(242, 243, 246, 0.55)60%, rgba(229, 229, 229, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1); }
		
		/*----*****---- << Hosting >> ----*****----*/
		.hosting-contact-info-container .dt-sc-contact-info.type7 span { left:0; }
		.hosting-contact-info-container .dt-sc-contact-info.type7 { padding-left:100px; }
		.rs_client_testimonial-center .dt-sc-image-flip a { position:relative; display:block; }
		.rs_client_testimonial-center .dt-sc-image-flip { text-align:center; }
		
		.hosting-table th { font-size:13px; padding:13px 10px; text-transform: capitalize; }
		.hosting-table tr td, .hosting-table tbody tr:nth-child(2n+1) td { font-size:13px; padding:21px 10px; }
		.hosting-contact-info-container:before { content:none; }
		
		.extend-bg-fullwidth-left::after { content:none; }
		
		/*----*****---- << Custom Class >> ----*****----*/
		.rs_col_no_btm_space .wpb_column, .rs_col_no_btm_space.wpb_column, 
		.rs_negative-margin_override.vc_row { margin-left:0 !important; }
					
		.rs_padding_override_zero.vc_row,
		.rs_padding_override_zero.wpb_column .vc_column-inner { padding-left: 0 !important; padding-right: 0 !important; }
		
		.secondary-skin-gradient .dt-sc-contact-info, .secondary-skin-gradient .dt-sc-contact-info span { font-size: 30px; }
		
		/*----*****---- << Custom Class >> ----*****----*/
		.rs_padding_override.vc_row, 
		.rs_padding_override.wpb_column .vc_column-inner { padding-left: 50px !important; padding-right: 50px !important; }

		.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after, 
		.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
		.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right:not(.vc_col-has-fill):after, 
		.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after { margin: 0 -15px; left: 0; right: 0; transform: none; }

		/** Booking Search **/
		.hotel-booking-search .hb-form-table { display: inline-block; width: 100%; }
		.hotel-booking-search .hb-submit { display: block; width: 100%; height: auto; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox, .hotel-booking-search .hb-form-table li .hb-form-field-input ~ span { position: relative; top: 5px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox select { font-size: 40px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-kidsbox select { font-size: 25px; }
		.hotel-booking-search .hb-form-table li { padding: 0 10px 10px; width: 100%; border-bottom: 1px solid #ddd; border-right: 0; margin: 0 0 25px; } 
		.hotel-booking-search .hb-form-table li:last-child { margin: 0; border: 0; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input input.month { font-size: 18px; bottom: 5px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input span { left: 37px; bottom: 20px; font-size: 22px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input input[type="text"].day { padding: 0 0 0 55px; font-size: 35px; }
		.hotel-booking-search .hb-form-table button.ui-datepicker-trigger { font-size: 18px; bottom: 5px; right: 5px; width: 100%; }
		.hotel-booking-search .hb-form-table { padding: 55px 22px; }
		.hotel-booking-search .hb-submit .dt-sc-button { font-size: 16px; }	

		/* Room Items */
		.dt-sc-room-item .dt-sc-hb-room-meta { display: block; float: left; width: 100%; margin: 0 0 20px; }
		.dt-sc-room-item .dt-sc-room-content-wrapper { width: 100%; }
		.dt-sc-room-item .dt-sc-room-image-wrapper { width: 100%; margin: 20px 0 0; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price { display: block; font-size: 40px; padding: 10px 20px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price span.unit { bottom: 0; font-size: 25px; }
		.dt-sc-room-item ul.hb-meta-wrapper { display: block; padding: 25px 10px 0px 20px; }
		.dt-sc-room-item ul.hb-meta-wrapper li, .dt-sc-hb-room-meta ul.hb-meta-wrapper li { padding: 0 10px 25px; }
		.dt-sc-room-item.imgalign-left .dt-sc-hb-room-meta { margin: 0px 0 30px 0; }
		.dt-sc-room-item.imgalign-left .dt-sc-room-image-wrapper { margin: 30px 0 0; }
		ul.hb-meta-wrapper { padding: 35px 5px 10px 20px; }
		/* four items */
		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(4),
		ul.hb-meta-wrapper li:nth-child(2):nth-last-child(3),
		ul.hb-meta-wrapper li:nth-child(3):nth-last-child(2),
		ul.hb-meta-wrapper li:nth-child(4):nth-last-child(1) { width: 50%; }
		.dt-sc-room-item .dt-sc-room-content-wrapper > h2 { font-size: 47px; }

		.rooms .hb_room .media a { display: block; }

		.top-image { position: static; top: auto; }
		.bottom-image { margin: 0; }

		.rooms.hb-catalog-column-3 .hb_room { width: 100%; margin-bottom: 65px; }
		.fullwidth-newsletter { margin-top: 100px; } 

		.reservation-form .dt-sc-hr-top-30, .reservation-form .dt-sc-hr-top-40 { margin: 0; }
		.carousel_items.video-carousel .dt-carousel-navigation { margin: 50px 0 20px 0px; text-align: center; }
		.hb_single_room .hb_single_room_details .hb_single_room_tabs > li { padding: 0px 0 30px 0; width: 100%; text-align: center; } 
		.hb_single_room .hb-room-single-title-wrapper .price { margin: 10px 0 15px; float: left; }
		.hb_single_room .hb-room-single-title-wrapper .title h4 { font-size: 42px; }
		.rs_fontsize_small { font-size: 45px !important; }
		.hb_single_room .hb_room_gallery { margin-bottom: 100px !important; }
		.hb_single_room .hb-room-single-title-wrapper .price { font-size: 32px; }
		.carousel_items .dt-carousel-navigation.nav-side > div { left: -40px; }
		.carousel_items .dt-carousel-navigation.nav-side > div.carousel-next-arrow { right: -40px; }

		#hotel-booking-results .hb-search-results > .hb-room .hb-room-name { font-size: 25px; }
		#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li { font-size: 16px; }
		#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail { width: 100%; }
		#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img { max-width: 100%; }

		.hb-booking-room-details table tbody tr td, .hb-booking-room-details table tr td.hb_search_item_total_description, .hb-booking-room-details table tfoot tr td { font-size: 14px; }
		.hb-booking-room-details { min-width: 100%; right: 0; }

		.rooms.hb-catalog-column-3.owl-carousel .hb_room { width: 100%; min-width: 100%; max-width: 100%; min-height: inherit; }
 
		#hb-cart-form .hb_table thead, #hb-payment-form .hb_table thead { float: left; display: block; }
		#hb-cart-form .hb_table thead th, #hb-payment-form .hb_table thead th { width: 160px; display: block; height: 49px; }
		#hb-cart-form .hb_table tbody, #hb-payment-form .hb_table tbody { display: block; overflow-x: auto; position: relative; width: auto; white-space: nowrap; border-right: 1px solid rgba(0, 0, 0, 0.1); }
		#hb-cart-form .hb_table tbody tr, #hb-payment-form .hb_table tbody tr { display: inline-block; border-top: 1px solid rgba(0, 0, 0, 0.1); }
		#hb-cart-form .hb_table tbody tr:first-child, #hb-payment-form .hb_table tbody tr:first-child { border-top-width: 0; }
		#hb-cart-form .hb_table tbody tr td, #hb-payment-form .hb_table tbody tr td { display: block; width: 260px; height: 49px;}
		#hb-cart-form .hb_table, #hb-payment-form .hb_table { display: block; }
		#hb-cart-form .hb_table tbody tr:last-child td, #hb-payment-form .hb_table tbody tr:last-child td { border-right-width: 0; }
		#hotel-booking-cart .hb_remove_cart_item, #hotel-booking-payment .hb_remove_cart_item { display: inline-block; }
		#hotel-booking-cart .hb_advance_payment .hb-align-right, #hotel-booking-payment .hb_advance_payment .hb-align-right { border: none; }
		#hb-payment-form .hb_table tbody tr.hb_payment_all td { text-align: center;  }
		#hb-cart-form .hb_table, #hb-payment-form .hb_table { border-left-width: 0; }
		#hb-cart-form .hb_table tbody tr td, #hb-payment-form .hb_table tbody tr td, #hb-cart-form .hb_table thead th, #hb-payment-form .hb_table thead th, #hotel-booking-cart input[type="number"], #hotel-booking-payment input[type="number"], #hb-payment-form .hb_table .hb_checkout_item.package td { font-size: 13px; } 

		.rooms.hb-catalog-column-3 .hb_room { width: 100%; }

		#hb-order-new-customer .hb-form-table.col-2 { width: 100%; }

		#booking-customer .hb-form-table, #booking-customer .booking-notes { font-size: 16px; }
		.hotel-booking-search .hb-form-table li .hb-form-field-input.dt-sc-adultbox .selection-box:before { bottom: 4px; }
		.wpb_single_image.vc_align_left.rs_aligncenter { text-align: center; }
		.carousel_items .dt-carousel-navigation.nav-side > div { position: static; margin: 10px 5px 0; }
		body .hb_related_other_room .rooms li.hb_room { min-width: 100%; }
		.hb_related_other_room > .title { font-size: 45px; }

	}
	
	/* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 479px) {
		
		/*----*****---- << Event location page >> ----*****----*/
		.event-contact-info.wpb_column { width:100%; margin:20px 0px 0px 0px; }
		.event-contact-info:before { left:0px; width:100%; background-size:100%; }
		.event-contact-info .dt-sc-sociable li { margin-bottom:20px; }
	
		/*----*****---- << Custom Class >> ----*****----*/
		.rs_padding_left-override.vc_row .vc_column-inner, .rs_padding_left-override.wpb_column .vc_column-inner { padding-left:15px !important; }
		.vc_row.vc_row-no-padding .responsive-padding > .vc_column-inner { padding-right: 35px; padding-left: 35px; }
		
		.gradient-content .dt-sc-button.medium { padding: 14px 20px; }
		
		.overflow-content { margin: 0; }
		
		/*----*****---- << Hosting >> ----*****----*/
		.hosting-table th { text-transform:capitalize; font-size:12px; padding:13px 6px; }
		.hosting-table tr td, .hosting-table tbody tr:nth-child(2n+1) td { font-size:12px; padding:22px 8px; }
		
		/*----*****---- << Miscellaneous >> ----*****----*/
		.rs_fontsize_small { font-size: 40px !important; }		
						
		.rs_padding_override.vc_row, 
		.rs_padding_override.wpb_column .vc_column-inner { padding-left: 30px !important; padding-right: 30px !important; }
		
		/*----*****---- << Business >> ----*****----*/	
		.business-contact-social li { margin: 0 15px; }


		.dt-sc-room-item ul.hb-meta-wrapper { padding: 25px 10px 0px 10px; }
		ul.hb-meta-wrapper li > p { font-size: 30px; }
		ul.hb-meta-wrapper li > p > span { font-size: 14px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price span.unit { font-size: 20px; }
		.dt-sc-room-item .dt-sc-hb-room-meta .price { font-size: 30px; }
		.dt-sc-room-item .dt-sc-room-content-wrapper > h2 { font-size: 43px; }
		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(4),
		ul.hb-meta-wrapper li:nth-child(2):nth-last-child(3),
		ul.hb-meta-wrapper li:nth-child(3):nth-last-child(2),
		ul.hb-meta-wrapper li:nth-child(4):nth-last-child(1) { width: 100%; }

		.rooms .hb_room .title-wrapper { padding: 30px 20px 40px; margin: -10px auto 0; width: 100%; }
		.rooms .hb_room .summary .title-wrapper .price { position: static; text-align: center; margin: 25px 0 0; }
		.rooms .hb_room .title-wrapper .room-description p { font-size: 17px; } 

		.Search-form-type2 .hotel-booking-search .hb-form-table li { width: 100%; margin: 0 0 20px; padding: 20px; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li:first-child { margin: 0 0 20px 0; }
		.Search-form-type2 .hotel-booking-search .hb-form-table li:last-child { margin: 0px 0 30px; }

		#hb-cart-form .hb_table tbody tr td, #hb-payment-form .hb_table tbody tr td, #hb-cart-form .hb_table thead th, #hb-payment-form .hb_table thead th, #hotel-booking-cart input[type="number"], #hotel-booking-payment input[type="number"], #hb-payment-form .hb_table .hb_checkout_item.package td { font-size: 13px; } 
		#hotel-booking-cart table .hb_checkout_item.package td, #hotel-booking-payment table .hb_checkout_item.package td { padding: 10px !important; }
		#booking-customer .hb-form-table, #booking-customer .booking-notes { font-size: 14px; }
		#booking-items .booking_item_table th, #booking-items .booking_item_table td { font-size: 12px; }
		.hb-message { font-size: 16px; }
		.rooms .hb_room .media a.dt-sc-button.large { font-size: 16px; padding: 13px 21px; }
		.hb-booking-room-details table tbody tr:last-child td, .hb-booking-room-details table tbody tr td, .hb-booking-room-details table tr td.hb_search_item_total_description { padding: 15px 10px; }
		#hotel-booking-cart select, #hotel-booking-payment select option { font-size: 12px; }
		.hb_booking_table td, .hb_booking_table th { padding: 20px 5px; }
		.hb_related_other_room > .title { font-size: 35px; }

		.pp_pic_holder #pp_full_res iframe { width: 100%; }

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 319px) {
		
		/*----*****---- << Event location page >> ----*****----*/
		.event-contact-info.wpb_column { padding-left:20px; padding-right:20px; }
		.event-contact-info .dt-sc-contact-info span { width:100%; text-align:center; float:none; margin:0; }
		
		/*----*****---- << Hosting contact Page >> ----*****----*/	
		.hosting-contact-info-container:before { left:0; }
		.hosting-contact-info-container .dt-sc-contact-info.type7 { padding-left:0px; }
		.hosting-contact-info-container .dt-sc-contact-info.type7 span { left:0px; }
		.hosting-contact-info-container:before { width:100%; }
		
		/*----*****---- << Hosting Domain Page >> ----*****----*/		
		.hosting-table th { font-size:10px; padding:13px 0; }
		.hosting-table tr td, .hosting-table tbody tr:nth-child(2n+1) td { font-size:10px; padding:21px 7px; }

		/*----*****---- << Common >> ----*****----*/
		.rs_fontsize_small { font-size: 32px !important; }
		
		/* http://prntscr.com/dydp42, http://prntscr.com/dydpkf */
		.rs_padding_override.vc_row, 
		.rs_padding_override.wpb_column .vc_column-inner { padding-left: 20px !important; padding-right: 20px !important; }
	
		/*----*****---- << Fitness >> ----*****----*/
		.dt-sc-text-with-icon { font-size: 10px; padding-left: 15px; }
		.dt-sc-text-with-icon span { font-size: 15px; margin-right: 5px; }		

		ul.hb-meta-wrapper li:nth-child(1):nth-last-child(4), ul.hb-meta-wrapper li:nth-child(2):nth-last-child(3), ul.hb-meta-wrapper li:nth-child(3):nth-last-child(2), ul.hb-meta-wrapper li:nth-child(4):nth-last-child(1) { width: 100%; }

	}