@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
	font-family:'spark-icon-fill';
	src:url('font-spark-icon-fill.woff2');	
}
@font-face {
	font-family:'spark-icon-line';
	src:url('font-spark-icon-line.woff2');	
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
    color: #333;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#000;	text-decoration:none;}

a:hover {text-decoration:none; color:inherit;}

a:focus {outline:0;text-decoration:none; }

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus , select:focus{	outline:0 !important;	}

ul,li,h1,h2,h3,h4,h5,h6 , .h2, .h3, .h4, .h5, .h6{list-style-type:none;margin:0;padding:0}



hr {
    background: #ccc;
    border: 0;
    height: 1px;
    margin: 16px 0;
    padding: 0;
	opacity:1;
}

hr:not([size]) {
    height: 1px;
}

.op-6 {
    opacity: .6;
}

p:not(:last-child){
	margin-bottom:20px;
}


h1       { font-size:30px; }
h2       { font-size:30px; }
h3       { font-size:26px; }
h4       { font-size:22px; }
h5       { font-size:18px; }
h6       { font-size:14px; }

.h2      { font-size:28px; }
.h3      { font-size:24px; }
.h4      { font-size:20px; }
.h5      { font-size:15px; }
.h6      { font-size:13px; }

.fsize-24{
	font-size:24px;
}

/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.container{
	max-width:1280px;
	margin:0 auto;
	width:100%;
}

.header{
	padding:10px 0;
}

.site-logo{
	display:block;
}

.site-logo img{
	object-fit:contain;
	max-width:200px;
	height:70px;
}

.nav_area > ul > li{
	display:inline-block;
	padding:0 30px 0 0;
}

.nav_area > ul > li > a{
	text-transform:uppercase;
}

.dropdown-menu li a{
	font-size:15px;
	padding:8px 12px;
	font-weight:600;
}

.menu-side{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.user-bar_phoneNumber::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F14E";
	margin-right:7px;
}

.text-end {
    text-align: right;
}
.btn.button_link {
    font-weight: 700;
    font-size: 14px;
    padding: 12px 25px;
	    color: #a1a1a1;
}

.card-body{
	border:1px solid #ddd;
	border-radius:5px;
}

span.valid-error {
    background: #ac0000;
    color: #FFF;
    display: block;
    padding: 8px;
    font-size: 12px;
}

.btn-close::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: 700;
    content: "\F123";
}

/*------------------------------------*\
	        MAIN
\*------------------------------------*/

p{
	margin:0;
}

.banner {
/*    background: url(../image/banner.jpg);*/
    background-size: cover;
    height: 350px;
    background-attachment: fixed;
	position:relative;
}

.banner img {
    height: 350px;
    object-fit: cover;
}


.banner-box {
    position: absolute;
    bottom: 0;
    max-width: 350px;
    padding: 20px;
    background: rgba(255,255,255,0.75);
    color: #333;
    font-weight: 400;
}

.banner-box h2 {
    color: #555;
    font-size: 28px;
	margin-bottom:16px;
}

.banner-box p {
    font-size: 16px;
}

.hero-image_phone a {
    color: #333;
    font-weight: 400;
}


.hero-image_address::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F139";
}

.hero-image_phone::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F14E";
	margin-right:6px;
}

span.hero-image_addressLine {
    display: inline-block;
}

.hero-image_address:before, .hero-image_phone:before, .hero-image_website:before {
    vertical-align: top;
    font-size:19px;
}

.hero-image_phone {
    margin-bottom: 15px;
}

.reservation-box {
    /*position: sticky;
    top: 25px;*/
}

.reservation-inner {
    /*border: 1px solid #d7d7d7;
    background: #f2f2f2;
    border-radius: 4px;*/
    /*padding: 20px 15px;
    position: relative;
    z-index: 1;*/
}

.reservation-inner h2 {
    color: #333;
    font-size: 22px;
    font-weight: 300;
    font-family: Arial, serif;
}

.reservation-inner h4{
	color: #333;
    font-size: 17px;
    font-weight: 600;
    font-family: Arial, serif;
    text-transform: none;
    line-height: 1.3;
}

.reservation-inner h5{
	font-size: 17px;
}


.reservation-inner  b{
	font-weight:700;
}

.reservation-bottom-bar {
    background: #f2f2f2;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.price-totalprice {
    font-weight: 700;
    font-size: 18px;
}

.button_primary {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0.25rem;
    background: rgba(161,171,200,1);
    border: 1px solid #a1abc8;
    color: #fff;
	line-height: 18px;
    padding: 12px 22px;
    white-space: nowrap;
}

.button_secondary {
     font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0.25rem;
    background: #fff;
    border: 1px solid #a1abc8;
    color: #a1abc8;
	 padding: 10px 25px;
	 box-shadow: inset 0px -2px 0px #a1abc8;
}

.select_container {
    min-width: 200px;
}

select.room-no {
    padding: 6px;
    min-width: 80px;
    vertical-align: middle;
}

span.room-off {
    background:#a1abc8 ;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    max-width: fit-content;
    float: left;
    border-radius: 4px;
    position: relative;
    display: inline-block !important;
    margin-right: 10px;
}

span.room-off:after {
    content: '';
    border-left: 5px solid #a1abc8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    display: inline-block;
    top: 8px;
    right: -5px;
}

.room-price .del {
    font-size: 16px;
    text-decoration: line-through;
    color: #aaa;
    font-weight: 400;
    display: inline-block !important;
}


.room-price {
    font-size: 22px;
    font-weight: 700;
	padding-bottom: 5px;
}

.card-right p {
    font-size: 14px;
    margin-bottom: 3px;
}

.card-item {
    padding-top: 18px;
    margin-top: 16px;
    border-top: 1px solid #bdbdbd;
}

.room-details h3 {
    font-size: 14px;
    padding-bottom: 15px;
}

.subheading2 a{
	font-weight:700;
	font-size:17px;
	color: #333;
	/*text-decoration:underline;*/
}

.list-room {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 15px 5px;
    margin: 0 0 20px 0;
}

.button_link {
    font-size: 16px;
    text-transform: uppercase;
}

.button_link.button_arrowDownAfter:after{
	display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F10F";
	padding-left:5px;
}

.view-more{
	border-top: 1px solid #ccc;
    padding: 1rem 0 0;
    margin: 1rem 0 0;
}

#more-content > div{
	padding:30px 0;
	border-top:1px solid #ddd;
}


.search-bar-container_inner {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
}

.search-bar-container_checkIn, .search-bar-container_checkOut, .search-bar-container_checkInAndCheckOut, .search-bar-container_guests {
    background: none;
    border: 0;
	position: relative;
	padding: 8px 8px 8px 55px;
	flex-grow: 2;
	border-right: 1px solid #ccc;
}

.search-bar-container_guests::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F165";
	    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
	left:15px;
}

.search-bar-container_checkIn::before, .search-bar-container_checkOut::before, .search-bar-container_checkInAndCheckOut::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    vertical-align: baseline;
    font-weight: normal;
    content: "\F11E";
	position: absolute !important;
    top: 50%;	
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
	left:15px;
	margin-right: .25em;
	    
}

.search-bar-container_guests {
    text-align: left;
	width: 100%;
}

.search-bar-container_checkIn, .search-bar-container_checkOut{
	flex-grow: 2;
	text-align:left;
}


span.search-bar-container_label {
    font-weight: 700;
    color: #000000;
    display: block;
    text-align: left;
}

.search-bar-container_guestsWrapper {
    /*display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-positive: 2;
    flex-grow: 2;*/
	    width: 33.33%;
}

.t-dates:before{
	    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 26px;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F11E";
}


.t-datepicker label.t-date-info-title {
    padding-left: 45px;
    color: #000;
    opacity: 1;
    font-size: 16px !important;
}

.t-datepicker {
    max-width: initial;
    width: 66%;
    display: flex;
    align-items: center;
}

.t-check-in .t-date-info-title, .t-check-out .t-date-info-title{
	top:4px;
}

.t-check-in, .t-check-out{
	height:57px;
}

.t-check-in{
	border-right:1px solid #ccc;
}

.t-dates {
    height: 57px;
    padding: 15px 10px !important;
    font-size: 22px;
    color: blue;
    text-decoration: underline;
}

.flyout-container{
	    padding: 1rem 1rem 0.5rem;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
    border-radius: 4px;
    margin-top: 1rem;
    position: absolute;
   
    z-index: 999;
}


.room-details .btn-sm {
    font-size: 12px;
    padding: 3px 8px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0 !important;
    font-weight: 300;
    text-decoration: none;
}


.flyout-container .card-header {
    background: transparent;
}

.flyout-container .card-body {
    border:0;
}

.search-bar-container_advancedSearch {
    display: block;
    border-top: 1px solid #ccc;
}

.search-bar-container_advancedSearchButton {
    padding: 8px 16px;
    text-align: right;
}

.input-field_container {
    position: relative;
    font-size: 16px;
}

.input-field_label {
    display: block;
    padding: 0 12px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 56px;
    transition-duration: 0.1s;
    transition-property: font-size,opacity,line-height;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all .3s;
}

.input-field_container input {
    height: 56px;
	padding: 12px;
	width:100%;
	border:1px solid #ddd;
	border-radius:4px;	
}

.input-field_container input:focus::placeholder{
	color: transparent;
}

span.form-error {
    display: block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: red;
}

.success-icon .lnr{
	font-size:60px;
	color:#a1abc8;
	transition:all .9s;
	transform:rotate(-180deg);
	display: block;
}

.show .success-icon .lnr{
	transform:rotate(0deg);
}

#successbook h2, #errorbook h2{
	font-size:36px;
	padding-bottom:20px;
}

#errorbook h2{
	color:#ff0000;
}

.error-btn{
	background:#ff0000;
}

.error-icon .lnr{
	font-size:60px;
	color:#ff0000;
	transition:all .9s;
	transform:scale(1.2);
	display: block;
}

.show .error-icon .lnr{
	transform:scale(1);
}

.modal-sm.modal-dialog{
	max-width:450px;
}


.input-field_container textarea{
	width:100%;
	border:1px solid #ddd;
	border-radius:4px;	
	height:120px;
	padding:10px;
	resize:none;
}

 .input-field_container .select2-container--default .select2-selection--single,
  .input-field_container .select2-container--default .select2-selection--single{
	 height:56px;
 }
 
 .input-field_container  .select2-container--default .select2-selection--single .select2-selection__arrow{
	 height:56px;
 }
 

label {
    display: block;
}


.input-field_container input:focus ~ .input-field_label {
    transform:translateY(-13px);
	font-size:14px;	
}


.input-field_container input:focus  {
	background:#ddd;
	border:1px solid #aaa;
}


.number input {
    max-width: 70px;
    text-align: center;
    border: 0;
}

.number {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: -1px;
    overflow: hidden;
}

.number span {
    background: rgba(161,171,200,1);
    border: 1px solid #a1abc8;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.adults-number {
    gap: 40px;
}

.dr-adult-qty {
    padding: 15px 0;
}

#advance_search .select2-container .select2-selection--single{
	height:56px;
	border-color:#ddd;
}

#advance_search .select2-container{
	width:100% !important;
	display:block;
}

#advance_search .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:56px;
}

.view-more .button_link.button_arrowDownAfter.active:after {
        content: "\F112";
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.room-thumbimg{
	position:relative;
}

.cards-openimage {
	position:absolute;
	right:10px;
	bottom:10px;	
	padding: 4px 8px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
	transition:all .3s;
}

.cards-openimage:hover{
	background:#fff;
	color:#000;
}

.cards-openimage:before{
	display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size:25px;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F150";
}

.select_container .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:56px;
}


.filter-bar , .filter-area{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.filter-bar_close::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F123";
}

.filter-inner > div {
    padding: 0 10px;
}

.result-by label, .sort-by label {
    font-size: 13px;
}

.result-by, .sort-by {
    width: 180px;
}

.filter-inner .select2-container--default .select2-selection--single{
    border: 0;
    font-size: 16px;
    font-weight: 600;
}

.filter-inner .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left:0;
}

.select2-search.select2-search--dropdown{
	display:none;
}

.select2-container--open .select2-dropdown--below{
	border-top:1px solid #aaa !important;
}

.sort-filter a {
    display: block;
    padding-bottom: 7px;
	font-weight: 600;
    color: #505050;
}

.filter-area .filter-bar_checkbox,  .filter-area .filter-bar_radio {
    padding-left: 35px;
    position: relative;
    min-height: 25px;
    margin-bottom: 10px;
}

.filter-area span.app_radioBox {
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    border-radius: 100%;
}

.filter-area .filter-bar_checkbox span.app_radioBox {
	border-radius:2px;
}

.filter-area .filter-bar_checkbox input, .filter-area .filter-bar_radio input {
    position: absolute;
    left: 0;
    opacity: 0;
}


.filter-area .filter-bar_radio .app_radioBox:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 7px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	visibility:hidden;
}


.filter-area .filter-bar_checkbox .app_radioBox:before{
	display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F121";
	visibility:hidden;
	    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.filter-area .filter-bar_checkbox input:checked ~ label span.app_radioBox:before,
.filter-area .filter-bar_radio input:checked ~ label span.app_radioBox:before{
	visibility:visible;
}

.br-right {
    border-right: 1px solid #ddd;
}



.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 10px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}

.ui-widget.ui-widget-content{
	border-radius:10px !important;
	border:0 !important;
}

.price-range-slider .range-bar .ui-slider-handle {
    top: -5px;
    border: 1px solid #ddd;
    background: #ececec;
}

.price-range-slider .range-bar .ui-slider-handle + span {
    background: #ececec;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #ddd;
}

span.loader img {
    max-width: 25px;
    vertical-align: middle;
    padding-left: 10px;
}





/*------------------------------------*\
	        MODAL
\*------------------------------------*/


#all-features.modal-full .modal-dialog,
#all-roomtypes.modal-full .modal-dialog {
    max-width: 760px;
}



.rounded-border-img img{
	border-radius:4px;
}

.guests-selection-flyout_closeButton {
    display: block;
    min-height: 35px;
    min-width: 35px;
    background: transparent;
    border: 0;
    color: inherit;
    -ms-flex-positive: 0;
    flex-grow: 0;
    cursor: pointer;
 }

.guests-selection-flyout_closeButton::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F123";
}

.modal-dialog {
    padding-top: 50px;
}

.modal-header {
    margin-top: -37px;
    border: 0;
}



.modal-header .btn-close {
    background: transparent;
    border: 0;
    text-align: right;
    display: block;
    width: 100%;
	filter: invert(250%) brightness(50);
	opacity:1;
}

.modal-body {
    padding: 30px;
}

.modal-body h2{
	font-size:24px;
	line-height:32px;
}

.modal-body h3{
	font-size:13px;
	line-height:22px;
	font-weight:700;
}

.modal-body h4{
	font-size:16px;
	font-weight:700;
	padding-top:5px;
}

ul.product-icons_iconList li {
    padding: 0 0 8px 0px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}


span.ame-icon img {
    min-width:35px;
    vertical-align: middle;
    
    height: 30px;
    object-fit: contain;
}


.red-trash{
	color:#ff0000; padding-left:5px;
}

.modal-full .modal-dialog{
	max-width:1280px;
	width:98%;
	margin:0 auto;
}

.modal2-desc .more-text {
    display: none;
}

.popup-sidebar .prize-block {
    background: #f2f2f2;
    padding: 10px;
}

.popup-sidebar .price-row{
	padding:8px;
	border-bottom:1px solid #ccc;
}


.popup-sidebar .price-row:last-of-type{
	border-bottom:0;
}

.popup-sidebar-btn button{
	width:100%;
	display:block;
}


#gallery .modal-body {
    padding: 0;
}

#gallery .modal-dialog {
    max-width: 100%;
    margin-top: 0;
}

#gallery .modal-content {
    background: transparent;
}
#gallery {
	background:#000;
}



.owl-stage-outer {
    max-width: 900px;
    margin: 0 auto;
}

.pop-gallery .slide-item img{
	height:380px;
	object-fit:cover;
}

.owl-prev::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F110";
}

.owl-next::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F111";
}

.owl-theme .owl-nav [class*=owl-] span{
	display:none;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 35px;
    color: #fff;
    left: 0;
    margin: 0;
	transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.column-2 li{
	display:inline-block;
	width:49%;
	vertical-align:top;
}


.breadcrumbs_header .breadcrumbs_backArrow::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F10C";
}

.breadcrumbs_header .breadcrumbs_backArrow {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.3;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
}


.facility-thumbimg img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.list-facility {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.facility-item{
	background:#fff;
	border:1px solid #ddd;
	border-radius: 4px;
	padding:15px;
	margin-bottom:25px !important;
}

.facility-desc .more-text {
    display: none;
}

.modal2-more:after, .load-more:after{
	display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F111";
}

a.custom-drop {
    font-size: 14px;
}

.custom-drop::after {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F10F";
	margin-left:5px;
}


.button_add::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F142";
	margin-right:10px;
}


.button_circle::before {
    color: #fff;
    background: rgba(161,171,200,1);
    border: 1px solid #a1abc8;
    font-size: 1em;
    border-radius: 50%;
    padding: .5em;
    vertical-align: middle;
}

.text-right{
	text-align:right;
}

a.custom-drop[aria-expanded=true]:after {
    transform: rotate(180deg);
}

.next-room.active-room {
    background: #fff;
    padding: 15px;
    margin: 15px -16px 15px -15px;
    border-left: 4px solid #000;
    border-right: 1px solid #ddd;
    position: relative;
}

.next-room.active-room:before {
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #000;
    position: absolute;
    left: -15px;
    top: 40px;
}

.t-0 {
    top: 0 !important;
}

.guest-payment img {
    height: auto;
    width: 45px;
    display: inline-block;
    margin: 0 15px 15px 0;
	opacity:.5;
}

.child-age select{
	width:150px;
	height:40px;
	border:1px solid #ddd;
}





.media .lnr {
    color: #fff;
    font-size: 32px;
}
.media h6 {
    font-size: 22px;
    color: #fff;
}
.media {
    background: #a1abc8;
    padding: 25px;
    border-radius: 5px;
}

.box {
    border: 1px solid #ddd;
    padding: 25px 20px;
    border-radius: 4px;
	margin-bottom:15px;
	background:#f4f4f4;
	    -webkit-box-shadow: 0 3px 7px 0 rgb(55 94 246 / 20%);
    box-shadow: 0 3px 7px 0 rgb(55 94 246 / 20%)
	
}


h3.sec-title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
}

h3.sec-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #a1abc8;
    margin: 15px 0 0;
}


.child-age select {
    margin-left: 15px;
}

.child-age span {
    font-size: 13px;
    font-weight: 600;
}

.box ul li {
    border-bottom: 2px dotted #a1abc8;
    padding: 8px 0;
}

.card-img{
	max-width:32px;
	margin-right:15px;
}

.contact-details span{
	display:block;
}

.acknowledgement-box input {
	height:25px;
	width:25px;
	vertical-align:middle;
	margin-right:10px;
}

.button_secondary{
	background:#fff;
}


.message_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
	position:relative;
    background: #75a01f;
    color: #FFF;
}


.message_icon::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-fill';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F121";
	font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button_print::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 18px;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F152";
	margin-right:15px;
}

.button_calendar::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F11E";
	margin-right:15px;
}

.button_share::before {
    display: inline-block;
    line-height: 1em;
    font-family: 'spark-icon-line';
    font-size: 1em;
    vertical-align: baseline;
    font-weight: normal;
    content: "\F156";
	margin-right:15px;
}


.social-share-hotel a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 15px;
	margin-right:15px;
}



.social-share-hotel a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
	text-align:center;
	color:#fff;
	transition:all .4s;
	margin:0 15px 0 0;
	line-height:40px;
}


.social-share-hotel a i{
	line-height:40px;
}

.social-share-hotel .facebook i{background:#3b5998}
.social-share-hotel .twitter i{background:#00aced}
.social-share-hotel .linkedin i{background:#007bb6}

.social-share-hotel .facebook {border-color:#3b5998; color:#3b5998;  }
.social-share-hotel .twitter {border-color:#00aced; color:#00aced; }
.social-share-hotel .linkedin {border-color:#007bb6; color:#007bb6; }


#share_room h3 , #calendar h3 {
    font-size: 26px;
    text-align: left;
    padding-bottom: 20px;
	font-weight:400;
}

.apple-link {
    background: url(../image/apple-calendar-white.png) #999   no-repeat;
}

.google-link {
    background: url(../image/google-calendar-white.png) #4285F4   no-repeat;
}

.outlook-link {
    background: url(../image/outlook-calendar-white.png) #1d6eb6   no-repeat;
}

.outlookcom-link {
    background: url(../image/outlook-calendar-white.png) #1d6eb6 no-repeat;
}

.yahoo-link {
    background: url(../image/yahoo-calendar-white.png) #A207D6  no-repeat;
}

.share-itinerary-tools_item li a {
    display: inline-block;
    padding:10px 15px 10px 55px;
    border-radius: 0.25rem;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	background-size:25px;
	width:250px;
	margin-bottom:15px;
	background-position:left 15px center;
}

.offer-text {
    position: fixed;
    right: 10px;
    width: 150px;
    height: 150px;
    background: #a1abc8;
    top: 26%;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	cursor:pointer;
}

.offer-text:before {
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px dashed #fff;
    border-radius: 100%;
}

.offer-text a{
	display:block;
	color:#fff;
}

.offer-img img {
    max-width: 50px;
}

.offer-pop-title{
	padding-bottom:15px;
    padding-top:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}

.offer-title {
    font-size: 17px;
    font-weight: 700;
}

.offer-table tr{
	background:rgb(161 171 200 / 25%);
	border-bottom:1px solid #fff;
}

.offer-table tr th {
    padding: 15px 0;
	font-size: 20px;
    text-align: center;
}

.offer-table  tr td {
	padding:8px 10px;
	text-align: center;
}
a.text-underline {
    border-bottom: 1px solid #333;
}



.cal-box{
    background: #fff;
    margin-bottom: 10px;
}

.SBCSS_TabPeriodo {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    border: solid 1px #cfcfcf;
}

.SBCSS_TabPeriodo td {
    text-align: center;
    border: solid 1px #fff;
    vertical-align: middle;
	width: 22px;
}

.SBCSS_TabPeriodo td.SBCSS_Mese {
    width: auto;
    height: 20px;
    text-align: left;
    color: #3a3b3c;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

.SBCSS_Head {
    font-size: 12px;
    color: #5a5b5c;
    background-color: #ededed;
}

.SBCSS_TabPeriodo td.SBCSS_tdCam {
    width: 100px;
    text-align: left;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
}

.SBCSS_Pax {
 
    color: #1b3578;
    background-color: #ededed;
}

.SBCSS_NDisp {
   
    color: #fff;
    background-color: #dc3522;
}
.SBCSS_NDispWE {
    
    color: #fff;
    background-color: #dc3522;
}

.SBCSS_Disp, .SBCSS_DispWE {
  
    color: #000;
    background-color: #61b361;
}

.SBCSS_HeadWE {
    
    color: #5a5b5c;
    background-color: #ddd;
    font-weight: 700;
}

/*--------------------------*/
.general-title {
    padding: 16px;
    background: #f2f2f2;
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 600;
    
}
.available-date{background-color: #f2f2f2;padding: 10px;}
.available-date h3 {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #dc3522;
    background: rgba(220,53,34,.2);
    border: 1px solid #dc3522;
    border-radius: 4px;
}

.available-date h6 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.a-date {
     background: #a1abc8; 
    border: 1px solid #a1abc8 !important;
    border-radius: 10px;color: #fff;
	
}
.a-date h4 {
    font-size: 17px;
    font-weight: 700;
    padding: 0 5px;
}

.a-date h5 span {
    color: #000;    padding-right: 5px;
}
.a-date h5 {
    font-size: 12px;
    font-weight: 500;
}
.a-date .top{
    background: #a1abc8;border-top-left-radius: 10px;border-top-right-radius: 10px;padding: 5px;
}
.a-date .bottom-date{
    background: #8592b8;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;padding: 5px;
	align-items: center;
}
.SBCSS_Cam a:hover {
    color: red;
    text-decoration: underline;
}
.table-bottom h4 {
    font-size: 14px;padding-bottom: 5px;position: relative;padding-left: 20px;
}
.table-bottom h4:before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
}

h4.available:before {
    background: #61b361;
}
h4.not-available:before {
    background: #dc3522;
}
.table-bottom p {
    font-size: 11px;
    margin-bottom: 0;
}
.table-bg {
    background: #f2f2f2;
    padding: 10px;
    margin-top: 15px;
}
h3.change-date {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
}
h3.change-date:before{
    content: '\f104';display: block; position: absolute;left: 0;font-family: 'Font Awesome 5 Free';color: #61b361;
}
.need-help h4{
    position: relative;
    color: #61b361;
    font-size: 20px;
    padding-left: 42px;
}
.need-help h3{
    position: relative;
    color: #61b361;
    font-size: 35px;
    padding-left: 42px;
}
.need-help{position: relative;}
.need-help:before {
    content: '\f879';
    display: block;
    position: absolute;
    font-size: 50px;
    font-family: 'Font Awesome 5 Free';
    color: #61b361;font-weight: 900;left: -20px;
}
.submit h3 {
    font-size: 25px;
    padding-bottom: 15px;
    font-weight: bold;
}
.submit p {
    font-size: 13px;
    padding-bottom: 25px;margin-bottom: 0 !important;
}

.submit button {
        background: #a1abc8;
    box-shadow: inset 0 1px 1px 0 #a1abc8;
    border-color: #a1abc8;
    border: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}

.inactive .a-date .top {
    background: #b6b6b6;
}

.inactive .a-date {
    background: #b6b6b6;
    border: 1px solid #b6b6b6 !important;
    border-radius: 10px;
    color: #fff;
}

.inactive .a-date .bottom-date {
    background: #696969;
}


.request-form {
    background: #f2f2f2;
	margin-bottom:15px;
	    display: none;
}

.request-form > h2 {
    padding: 10px 15px;
    font-weight: 700;
    font-size: 26px;
    border-bottom: 1px solid #ddd;
}

.available-form {
    padding: 15px;
}

.available-form h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}

.available-form p{
	font-size:14px;
}
form.req-form input:not([type=checkbox]), form.req-form textarea {
    width: 100%;
    border: 0;
    background: transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px;
}

form.req-form .agree{
	font-size:14px;
}

.agree input[type="checkbox"] {
    margin: 3px 5px 0 0;
}

.req-form button {
	background: #a1abc8;
    border: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}

/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/



@media(min-width:992px){
.confirm-text span{
	color:#75a01f;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	font-weight:700;
}

}


@media(min-width:738px){	


    
    
}


@media(min-width:768px){	

.modal-dialog {
    max-width: 760px;
}




}




/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/


@media (max-width:1100px){

	.nav_area > ul > li {padding-right:15px;}
	.nav_area > ul > li {		padding: 0 10px 0 0;  }
	.nav_area > ul > li a {    font-size: 16px;  }

}

@media (max-width:1024px){
	.container{max-width:95%;}
}


@media (max-width:991px){
	
	.SBCSS_TabPeriodo {
    overflow-x: scroll;
    width: 100%;
    display: block;
}
	
}


@media (max-width:767px){
    .reservation-inner{margin-bottom:10px;}
    
	.popup-sidebar {
    margin-top: 25px;
}
  
	.room-details h3 {    padding-top: 15px;  }
	
	.header .row > *:first-child{		width:40%;  	}
	.header .row > *:last-child{		width:60%;  	}
	
	
	.menu-side {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
	text-align: right;
}
	
	.filter-inner {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
}

.room-price {
    text-align: right;
    padding: 12px 0;
}

ul.product-icons_iconList {
    padding-bottom: 20px;
}

.search-bar-container_guestsWrapper {
    width: 100%;
}

.search-bar-container_top {
    display: block !important;
    width: 100%;
}

.t-datepicker {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.t-check-in, .t-check-out {
	border:0;
	width:100%;
}



.flyout-container {
    top: auto;
}

.select2-container {
    width: 100% !important;
}

.btn-list .btn {
    display: table;
    margin: 10px auto 0;
}

.message_icon {
    min-width: 50px;
}

.t-check-out .t-datepicker-day {
    left: 0;
}

.banner-box {
    width: 100%;
    max-width: 100% !important;
    left: 0;
    padding: 10px;
}

.stick-btn{
	/*position:fixed;
	bottom:0;
	width:100%;
	left:0;
	z-index:999;
    padding: 10px;*/
}

.reservation-inner h5 {
    font-size: 14px;
    padding-top: 5px;
}

.reservation-inner h5 small {
    display: block;
    padding-left: 0 !important;
    padding-top: 5px;
}
	.need-help {    padding: 15px; }
	.need-help:before{left:0;}
	.a-date {
    margin-bottom: 10px;
	}

    .filter-bar{ display: none; }

    span.split_mobile {
        display: block;
        padding-bottom: 5px;
    }

    div#room_result {
        overflow: hidden;
    }

}


@media (max-width:576px){
	
	
	
}

.card-left {
    padding-right: 10px;
    min-width: 60%;
}
a.text-underline {
    border-bottom: 1px solid #afafaf;
}

.card-right button.btn.button_primary.add_room {
    font-size: 12px;
    padding: 7px 8px;
}

.card-right select.room-no {
    margin: 0 5px 0 0;
}
