html {
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'latoregular';
	font-size: 14px;
	line-height: 26px;
	background: #ffffff;
	overflow-x: hidden;
	color: #757575;
}

a {
	color: inherit;
	text-decoration: none;
	/* display: inline-block; */
}

*:focus { outline: none; }

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

.list-unstyled {
	list-style: none;
}

.list-inline {
	list-style: none;
}

.list-inline > li {
	float: left;
	padding: 0;
}

.list-inline-b > li {
	display: inline-block;
	padding: 0;
}

.btn {
	width: 100%;
	display: inline-block;
	font-family: 'latobold';
	height: 28px;
    padding: 8px 10px;
    line-height: 1;
    font-size: 11px;
    letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	color: #fff;
	border: none;
	background-color: #f27320;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0;
}
.btn:hover {
	color: white;
	text-decoration: none;
	background: #e2620f;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	color: white;
	background: #e2620f;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tbl { width: 100%; height: 100%; display: table; }
.tbl .cell { display: table-cell; vertical-align: middle; }

.nav {
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder { font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; letter-spacing: 0; opacity: 0.5; }

.form-control { font-family: 'latoregular'; border-radius: 0; display: block; width: 100%; height: 30px; padding: 0px 5px; font-size: 14px;line-height: 2; background-image: none; border: 1px solid #ffe1ce; position: relative; color: #000000; margin-bottom: 15px; }
.form-control:focus { /* border-color: #6dcff6; */ outline: 0; background: white; }
.form-control.error { border-color: #ff0000 !important; background: white !important; }
.form-control.form-sign.error { border-color: #eb2227 !important; background: #363636 !important }
.form-error { font-size: 12px; margin-top: 10px; color: #9e0b0f; line-height: 1.5; }
textarea.form-control { height: 135px; resize: none; line-height: 1.8; }
.form-control::-moz-placeholder { color: #54301a; padding-top: 1px; }
.form-control:-ms-input-placeholder { color: #54301a; padding-top: 1px; }
.form-control::-webkit-input-placeholder { color: #54301a; padding-top: 1px; }
.form-control.input-pass { font-family:'Arial'; line-height: 1px; color: #000000; font-size: 35px; letter-spacing: 1px; }

.finalMsg { display: none; color: red; }
.cwhite { color: #fff; }
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 8000; background: white; box-shadow: 0 0 10px 0 rgba(242,115,32,.1); -webkit-box-shadow: 0 0 10px 0 rgba(242,115,32,.1); }
.content { margin-top: 120px; }

.pelican-secret-deal.desktop { cursor: pointer; position: absolute; top: 0; right: 0; z-index: 7000; opacity: 0.95; margin-top: 190px; }
.homepage .pelican-secret-deal.desktop:hover { opacity: 1; }
.homepage .pelican-secret-deal.ipad { cursor: pointer; position: relative; margin-top: -80px; z-index: 7000; margin-bottom: 70px; text-align: center; font-size: 20px; color: white; background: #f27320; line-height: 0; padding: 15px 0; }
.homepage .pelican-secret-deal.mobile { cursor: pointer; position: relative; margin-top: -40px; z-index: 7000; margin-bottom: 35px; text-align: center; font-size: 15px; color: white; background: #f27320; line-height: 0; padding: 10px 0; }

.notHomepage .pelican-secret-deal.ipad { cursor: pointer; position: relative; margin-top: 0; z-index: 7000; margin-bottom: 0; text-align: center; font-size: 20px; color: white; background: #f27320; line-height: 0; padding: 15x 0; }
.notHomepage .pelican-secret-deal.mobile { cursor: pointer; position: relative; margin-top: 0; z-index: 7000; margin-bottom: 0; text-align: center; font-size: 15px; color: white; background: #f27320; line-height: 0; padding: 10px 0; }

.homepage .pelican-secret-deal.mobile span, .notHomepage .pelican-secret-deal.mobile span { position: relative; top: 2px; }
.homepage .pelican-secret-deal.ipad span, .notHomepage .pelican-secret-deal.ipad span { position: relative; top: 1.5px; }

@media(max-width:991px){
	.pelican-secret-deal.desktop { display: none; }
	.pelican-secret-deal.mobile { display: none; }
	.pelican-secret-deal.ipad { display: block; }
}

@media(max-width:767px){
	.pelican-secret-deal.desktop { display: none; }
	.pelican-secret-deal.ipad { display: none; }
	.pelican-secret-deal.mobile { display: block; }
}

.main-header-top { height: 76px; padding: 12px 0; border-bottom: solid 1px #f4f1ed; }
.main-header-top .language .select2-container { float: right; width: 93px !important; margin-top: 11px !important; }

@media(max-width:991px){
	.main-header-top .language .select2-container { margin-top: 10px !important; }
}

.adult-type .select2-container { width: 105px !important; }
.children-type .select2-container { width: 105px !important; }
.room-type .select2-container { width: 105px !important; }
.subject-contact .select2-container { width: 100% !important; }
.count-person .select2-container .select2-selection--single, .subject-contact .select2-container .select2-selection--single, .count-room .select2-container .select2-selection--single, .custom-side-menu-select .select2-container .select2-selection--single { height: 42px; }
.count-person .select2-container--default .select2-selection--single .select2-selection__rendered, .subject-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .count-room .select2-container--default .select2-selection--single .select2-selection__rendered, .custom-side-menu-select .select2-container--default .select2-selection--single .select2-selection__rendered { height: 42px; line-height: 42px; }
.count-person .select2-container--default .select2-selection--single .select2-selection__arrow, .subject-contact .select2-container--default .select2-selection--single .select2-selection__arrow, .count-room .select2-container--default .select2-selection--single .select2-selection__arrow, .custom-side-menu-select .select2-container--default .select2-selection--single .select2-selection__arrow { height: 39px; }
.select2-container--open .select2-dropdown { z-index: 8002; border: 1px solid #ffe1ce; border-radius: 0; border-top: 0; }
.select2-container--default .select2-selection--single { border-radius: 0; border: 1px solid #ffe1ce; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #f37320 transparent transparent transparent; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #f37320 transparent; }
.img-flag { margin-top: -2px; }
.notHomepage .count-person .select2-container { width: 100% !important; margin-bottom: 20px; }
.notHomepage .count-room .select2-container { width: 100% !important; margin-bottom: 20px; }
.notHomepage .custom-side-menu-select .select2-container { width: 100% !important; margin-bottom: 30px; }
.select2-results__option { position: relative; }
.select2-container--default .select2-results__option[aria-selected=true] { background-color: white !important; }
.select2-container--default .select2-results__option[aria-selected=true]:after { width: 13px; height: 26px; content: ''; position: absolute; background: url('../images/roomtype-check.svg') no-repeat; top: 4px; right: 7px; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: white !important; color: #f27320 !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { right: 5px; }

.main-header-bottom { margin-top: 9px; margin-bottom: 1px; }
.main-header-bottom .nav-menu { display: inline-block; }
.main-header-bottom .nav-menu li > a { padding: 13px 15px; font-family: 'latobold'; font-size: 13px; color: #54301a; letter-spacing: 1px; }
.main-header-bottom .nav-menu li > a.mreward { background: #54301a; color: white; }
.main-header-bottom .nav-menu a.active, .main-header-bottom .nav-menu a:hover { color: #f27320; }
.main-header-bottom .nav-menu .dropdown:hover a { color: #f27320; }
.main-header-bottom .nav-menu .dropdown:hover .dropdown-menu { opacity: 0.9; filter: alpha(opacity=90); visibility: visible; top: 34px; }
.main-header-bottom .nav-menu .dropdown-menu { background: #ffffff; display: block; opacity: 0; position: absolute; z-index: 99; margin-left: 0; width: 395px; visibility: hidden;  filter: alpha(opacity=0); transition: all .3s; top: 25px; left: 0; padding: 25px 0 10px 0; }
.main-header-bottom .nav-menu .dropdown-menu .collectionmenu { text-align: left; letter-spacing: 1px; position: relative; font-size: 12px; }
.main-header-bottom .nav-menu .dropdown-menu .collectionmenu .collectionmenubox { width: 190px; padding-left: 15px; letter-spacing: 0; }
.main-header-bottom .nav-menu .dropdown-menu .collectionmenu .collectionmenubox a { display: block; font-family: 'latobold'; font-size: 13px; color: #54301a; line-height: 1.25; margin-bottom: 10px; }
.main-header-bottom .nav-menu .dropdown-menu .collectionmenu .collectionmenubox a:hover { color: #f27320; }

.homepage { position: relative; }
.homepage .slider { margin-bottom: 80px; }
.homepage .slider .owl-controls { position: absolute; top: 50%; margin-top: -21.5px; width: 100%; }
.homepage .slider .owl-controls .owl-prev { float: left; width: 15px; height: 43px; background: url('../images/slider-arrow.svg') left 0 no-repeat !important; margin-left: 30px !important; }
.homepage .slider .owl-controls .owl-next { float: right; width: 15px; height: 43px; background: url('../images/slider-arrow.svg') right 0 no-repeat !important; margin-right: 30px !important; }
.homepage .slider .owl-controls .owl-prev:hover { background-position: left -83px !important; }
.homepage .slider .owl-controls .owl-next:hover { background-position: right -83px !important; }
.homepage .slider .banner-title { position: absolute; top: 0; color: white; height: 100%; width: 50%; font-family: 'latobold'; font-size: 45px; letter-spacing: 0.75px; text-transform: uppercase; padding-left: 170px; line-height: 55px; }

.homepage .specialoffers { margin-bottom: 60px; }
.homepage .specialoffers .sp-title { font-family: 'latoregular'; font-size: 16px; line-height: 26px; color: #885833; margin: 20px 0 10px 0; }

.learnmore { font-family: 'latoregular'; font-size: 14px; line-height: 26px; color: #f37320; margin-top: 10px; }
.learnmore a { display: inline-block; position: relative; padding-right: 10px; }
.learnmore a:after { width: 5px; height: 26px; content: ''; position: absolute; right: 0; top: 0; background: url('../images/learnmore-arrow.svg') no-repeat; }
.learnmore:hover { color: #e2620f; }
.learnmore:hover a { text-decoration: underline; }

.homepage .roomtype { margin-bottom: 60px; }
.homepage .roomtype .rt-description { padding: 0 15px 20px 15px; background: #f0ede7; cursor: pointer; }
.homepage .roomtype .rt-title { padding: 20px 0; font-family: 'latobold'; font-size: 16px; color: #885833; cursor: pointer; }
.homepage .roomtype .rt-option { margin-bottom: 10px; }
.homepage .roomtype .rt-option .hotel-option > ul li { padding: 0 20px; }
.homepage .roomtype .rt-option .hotel-option > ul li:nth-child(2) { border-left: 1px dotted #f27320; border-right: 1px dotted #f27320; }
.homepage .roomtype .rt-option .hotel-option > ul li:first-child { padding-left: 0; }
.homepage .roomtype .rt-option .hotel-option > ul li:last-child { padding-right: 0; }
.homepage .roomtype .rt-option .hotel-option > ul li:first-child .hotel-select:after, .homepage .roomtype .rt-option .hotel-option > ul li:last-child .hotel-select:after { background: none; }
.homepage .roomtype .hotel-label { font-size: 11px; line-height: 1.5; }
.homepage .roomtype .hotel-select { font-family: 'latobold'; font-size: 16px; line-height: 1.5; color: #f27320; position: relative; }
.homepage .roomtype .hotel-select:after { width: 10px; height: 24px; position: absolute; content: ''; background: url('../images/roomtype-arrow.svg') no-repeat; right: 0; top: 0; }
.homepage .roomtype .hotel-select sub { vertical-align: super; }
.homepage .roomtype .hotel-select.active1 .size1 { display: block; }
.homepage .roomtype .hotel-select.active1 .size2 { display: none; }
.homepage .roomtype .hotel-select.active2 .size2 { display: block; }
.homepage .roomtype .hotel-select.active2 .size1 { display: none; }

.homepage .room-info { display: none !important; }

.room-info { visibility: hidden; background: white; position: absolute; z-index: 999; width: 178px; padding: 10px; padding-bottom: 0; border: 1px solid #f0ede7; top: 50px; transition: all .3s; left: 10px; opacity: 0; filter: alpha(opacity=0); }
.room-info.active { visibility: visible; top: 80px; left: 10px; opacity: 1; filter: alpha(opacity=100); }
.room-info:after { width: 12px; height: 8px; content: ''; position: absolute; background: url('../images/info-arrow.svg') no-repeat; top: -8px; left: 10px; }
.room-info .info-label { color: #885833; font-size: 12px; font-family: 'latobold'; margin-bottom: 10px; }
.room-info .list-info { background: #f6f4f1; width: 73px; margin-bottom: 10px; padding: 9px 5px 5px; }
.room-info .list-info:nth-child(2n+1) { margin-right: 10px; }
.room-info .list-info p:nth-child(1) { font-size: 11px; line-height: 1; }
.room-info .list-info p:nth-child(2) { font-family: 'latobold'; font-size: 16px; color: #f27320; }

.homepage .roomtype .rt-learnmore { font-family: 'latoregular'; font-size: 14px; line-height: 26px; color: #f37320; margin-top: 10px; }
.homepage .roomtype .rt-learnmore a { display: inline-block; position: relative; padding-right: 10px; }
.homepage .roomtype .rt-learnmore a:after { width: 5px; height: 26px; content: ''; position: absolute; right: 0; top: 0; background: url('../images/learnmore-arrow.svg') no-repeat; }
.homepage .roomtype .rt-learnmore:hover { color: #e2620f; }
.homepage .roomtype .rt-learnmore:hover a { text-decoration: underline; }
.homepage .roomtype .rt-image { overflow: hidden; height: 310px; }
.homepage .roomtype .rt-image .rt-description { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.homepage .roomtype .rt-image:hover .rt-description { -webkit-transform: translateY(-245px); -moz-transform: translateY(-245px); -o-transform: translateY(-245px); -ms-transform: translateY(-245px); transform: translateY(-245px); }
.homepage .roomtype .rt-image > img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.homepage .roomtype .rt-image:hover > img { -webkit-transform: translateY(-245px); -moz-transform: translateY(-245px); -o-transform: translateY(-245px); -ms-transform: translateY(-245px); transform: translateY(-245px); }
.homepage .roomtype .roomtypeslider .owl-stage-outer { width: 100%; }
.homepage .roomtype .roomtypeslider .owl-dot span { background: white; border: 1px solid #f27320; }
.homepage .roomtype .roomtypeslider .owl-dot.active span { background: #f27320; }

.homepage .infobox { background: #f0ede7; margin-bottom: 60px; }
.homepage .infobox .item-list { padding: 60px 10px 35px 10px; }
.homepage .infobox .item-list .ib-title { margin: 20px 0 5px 0; font-size: 15px; line-height: 1.5; color: #885833; }

.homepage .gallery .item-list { padding: 0; margin: 0; }
.homepage .gallery .galleryslider .item { margin: 0; }
.homepage .gallery .galleryslider .item img { display: block; width: 100%; height: auto; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.homepage .gallery .galleryslider .item:hover img { opacity: 0.5; filter: alpha(opacity=50); }
.homepage .gallery .galleryslider .owl-stage-outer { width: 100%; }
.homepage .gallery .galleryslider a i { background: #f27320; }
.homepage .gallery .galleryslider a i {	width: 35px; height: 35px; position: absolute; top: 80%; left: 50%; display: block; margin: -22px 0 0 -22px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 10px;	color: #fff; text-align: center; text-decoration: none; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.homepage .gallery .galleryslider a:hover i { top: 45%; opacity: 1; transform: translateY(20); }
.homepage .gallery .galleryslider a:hover i { opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.homepage .gallery .galleryslider .owl-controls { display: none; }


.homepage .reservation-table { margin-top: -152px; z-index: 7999; position: relative; margin-bottom: 95px; background: rgba(85,48,27,0.8); padding: 15px 0; }
.homepage .reservation-table .reservation-form { height: 42px; }
.homepage .reservation-table .reservation-form > ul { display: inline-block; }
.homepage .reservation-table .reservation-form > ul > li { margin-right: 15px; text-align: left; }
.homepage .reservation-table .reservation-form > ul > li:last-child { margin-right: 0; }
.homepage .reservation-table .reservation-form #checkin { width: 130px; height: 42px; border: 1px solid #ffe1ce; padding: 5px 40px 5px 10px; background: white url('../images/icon-cal.svg') right no-repeat; background-position-x: 92%; cursor: pointer; font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; }
.homepage .reservation-table .reservation-form #checkout { width: 130px; height: 42px; border: 1px solid #ffe1ce; padding: 5px 40px 5px 10px; background: white url('../images/icon-cal.svg') right no-repeat; background-position-x: 92%; cursor: pointer; font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; }
.homepage .reservation-table .reservation-form #promo { width: 130px; height: 42px; border: 1px solid #ffe1ce; padding: 5px 10px; background: white; cursor: pointer; font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; }
.homepage .reservation-table .reservation-form #promo::-moz-placeholder { color: #444 !important; padding-top: 1px; }
.homepage .reservation-table .reservation-form #promo:-ms-input-placeholder { color: #444 !important; padding-top: 1px; }
.homepage .reservation-table .reservation-form #promo::-webkit-input-placeholder { color: #444 !important; padding-top: 1px; }
.homepage .reservation-table .reservation-form .count-person { width: width: 100%; }
.homepage .reservation-table .reservation-form .count-person:nth-child(2) { margin-left: 18px; }
.homepage .reservation-table .reservation-form .btn { font-size: 14px; height: 42px; width: 141px; }

.btn-newsletter { height: 30px; }

.pp_social { display: none; }

.headerLanguage  { visibility: hidden; }

.group-title { font-family: 'latoregular'; font-size: 24px; line-height: 26px; color: #f27320; margin-bottom: 15px; }
.group-subtitle { font-family: 'latoregular'; font-size: 16px; line-height: 26px; margin-bottom: 45px; }
.item-list { margin-bottom: 20px; }
.item-list:last-child { margin-bottom: 0; }

.item-list:hover img { opacity: 0.8; filter: alpha(opacity=80); }
.item-list:hover .sp-title, .item-list:hover .list-title { color: #f27320; }
.item-list:hover .learnmore { color: #e2620f; }
.item-list:hover .learnmore a { text-decoration: underline; }

.emailLink:hover { color: #f27320; }
.menuBottom a:hover { color: #f27320; }

.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.mt40 { margin-top: 40px; }

footer { background: #55301b url('../uploads/footer-icon.html') right bottom no-repeat; padding: 60px 0 40px 0; }

.sosmed { margin-top: 5px; }
.sosmed-fb { width: 8px; height: 15px; background: url('../images/sosmed.svg') left 0 no-repeat; transition: all .3s; }
.sosmed-tw { width: 15px; height: 15px; background: url('../images/sosmed.svg') -35px 0 no-repeat; margin: 0 10px 0 20px; transition: all .3s; }
.sosmed-ig { width: 13px; height: 15px; background: url('../images/sosmed.svg') -72px 0 no-repeat; margin: 0 20px 0 10px; transition: all .3s; }
.sosmed-yt { width: 16px; height: 15px; background: url('../images/sosmed.svg') right 0 no-repeat; transition: all .3s; }

.sosmed-fb:hover { background-position: left -19px; }
.sosmed-tw:hover { background-position: -35px -19px; }
.sosmed-ig:hover { background-position: -72px -19px; }
.sosmed-yt:hover { background-position: right -19px; }

.copyright { font-family: 'latoregular'; font-size: 12px; color: #fff; margin-top: 40px; }

.bookNow { width: calc(100% - 95px); margin: 11px; max-width: 120px; }
.btn-book { font-size: 12px; background: #f27320; color: #fff; border: none; width: 100%; }
.btn-book-lg { width: 100%; max-width: 180px; background: #f27320; color: white; border: none; font-weight: bold; padding: 7px 0; margin: 30px 0; }
.btn-book-lg:hover { background: #e2620f; }

.breadcrumb { margin: 35px 0 50px 0; letter-spacing: 0.5px; font-size: 11px; }
.breadcrumb .active, .breadcrumb a:hover { color: #f27320; }

.notHomepage.content { margin-bottom: 100px; }
.notHomepage .title { font-size: 24px; color: #f27320; }
.notHomepage .subtitle { font-size: 16px; }
.notHomepage .list-show { height: auto; overflow: hidden; }
.notHomepage .list-title { font-family: 'latobold'; font-size: 21px; color: #885833; margin-bottom: 10px; }
.notHomepage .list-description { display: block; max-height: 0; overflow: hidden; transition: all 1s; }
.notHomepage .sp-closebtn { width: 30px; height: 30px; background: url('../images/sp-btn.svg') bottom no-repeat; cursor: pointer; margin-top: 30px; }
.notHomepage .item-list.active .list-description { max-height: 500px; }
.notHomepage .item-list.active .sp-closebtn { width: 30px; height: 30px; background: url('../images/sp-btn.svg') top no-repeat; margin-top: 30px; }
.notHomepage .dotted { height: 1px; padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px dotted #f27320; }

.notHomepage .spa-description { background: #f4f1ed; height: 100%; }
.notHomepage .spa-category { font-family: 'latobold'; font-size: 18px; color: #f27320; margin: 20px 0; }
.notHomepage .spa-description > div img { width: 100%; }
.notHomepage .spa-description > div:nth-child(1) { width: 320px; padding: 0; }
.notHomepage .spa-description > div { height: 230px; padding: 25px; width: calc(100% - 320px); }
.notHomepage .spa-description > div .spa-title { font-size: 17px; color: #885833; }

.notHomepage .dining-description { background: #f0ede7; padding: 30px 20px 20px; }
/* .notHomepage .dining-description .list-summary { height: 104px; } */

.notHomepage .side-menu { padding-left: 20px; }
.notHomepage .side-menu-mainTitle { font-family: 'latobold'; font-size: 16px; color: #f27320; margin-bottom: 10px; }
.notHomepage .side-menu-list { font-size: 15px; border-bottom: 1px dotted #f27320; color: #885833; padding: 10px 0; }
.notHomepage .side-menu-list a:hover, .notHomepage .side-menu-list.active a { color: #f27320; }
.notHomepage .side-menu-list:last-child { border: none; padding-bottom: 0; }

.notHomepage .btn-meeting { height: 40px; font-size: 14px; }
.notHomepage .table-meeting .table > thead > tr > th { line-height: 1; vertical-align: middle; color: #f27320; background: #f0ede7; border-right: 1px solid white; border-bottom: none; }
.notHomepage .table-meeting .table > thead > tr > th:first-child, .notHomepage .table-meeting .table > tbody > tr > td:first-child { text-align: left; }
.notHomepage .table-meeting .table > thead > tr > th, .notHomepage .table-meeting .table > tbody > tr > td { text-align: center; }
.notHomepage .table-meeting .table > tbody > tr > td { border: 1px solid #f3f1ec; border-left:none; border-top: none; }
.notHomepage .table-meeting .table > tbody > tr > th:last-child, .notHomepage .table-meeting .table > tbody > tr > td:last-child { border-right: none; }
.notHomepage .btn-meeting-group .btn-meeting { width: 179px; }
.notHomepage .btn-meeting-group .btn-m-download { margin:7px 0 0 30px; color:#f27320; font-weight:bold; }
.notHomepage .btn-meeting-group .btn-m-download:hover { text-decoration: underline; color: #e2620f; }

.notHomepage .gallerylist { margin-bottom: -100px; }
.notHomepage .gallerylist .item { padding: 0; margin: 0; }
.notHomepage .gallerylist a:hover img { opacity: 0.5; filter: alpha(opacity=50); }
.notHomepage .gallerylist a i { background: #f27320; }
.notHomepage .gallerylist a i {	width: 35px; height: 35px; position: absolute; top: 80%; left: 50%; display: block; margin: -22px 0 0 -22px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 10px;	color: #fff; text-align: center; text-decoration: none; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.notHomepage .gallerylist a:hover i { top: 45%; opacity: 1; transform: translateY(20); }
.notHomepage .gallerylist a:hover i { opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.notHomepage #map-canvas { height: 360px; }

.notHomepage label { line-height: 1; color: #54301a; }
.notHomepage input.form-control { height: 40px; padding: 0 15px; color: #54301a; margin-bottom: 20px; }
.notHomepage textarea.form-control { padding: 5px 15px; color: #54301a; }

.notHomepage .btn-contact { height: 40px; font-size: 14px; }

.notHomepage .hotel-category { font-family: 'latobold'; font-size: 20px; color: #885833; margin-top: 20px; margin-bottom: 20px; display: inline-block; }
.notHomepage .hotel-option { margin-bottom: 10px; cursor: pointer; }
.notHomepage .hotel-option ul li { padding: 0 25px; }
.notHomepage .hotel-option ul li:nth-child(2) { border-left: 1px dotted #f27320; border-right: 1px dotted #f27320; }
.notHomepage .hotel-option ul li:first-child { padding-left: 0; }
.notHomepage .hotel-option ul li:last-child { padding-right: 0; }
.notHomepage .hotel-option ul li:last-child .hotel-select:after { background: none; }
.notHomepage .hotel-option.residence-option ul li { border-right: 1px dotted #f27320; }
.notHomepage .hotel-option.residence-option ul li:last-child { border: none; padding-right: 0; }
.notHomepage .hotel-option.residence-option ul li:last-child .hotel-select:after { background: url('../images/roomtype-arrow.svg') no-repeat; }
.notHomepage .hotel-label { font-size: 11px; line-height: 1.5; }
.notHomepage .hotel-select { font-family: 'latobold'; font-size: 16px; line-height: 1.5; color: #f27320; position: relative; }
.notHomepage .hotel-select:after { width: 10px; height: 24px; position: absolute; content: ''; background: url('../images/roomtype-arrow.svg') no-repeat; right: 0; top: 0; }
.notHomepage .hotel-select sub { vertical-align: super; }
.notHomepage .hotel-select.active1 .size1 { display: block; }
.notHomepage .hotel-select.active1 .size2 { display: none; }
.notHomepage .hotel-select.active2 .size2 { display: block; }
.notHomepage .hotel-select.active2 .size1 { display: none; }

.notHomepage .reservation-table { border: 1px solid #f4f1ed; }
.notHomepage .reservation-table .reservation-info { border-bottom: 1px solid #f4f1ed; padding: 20px; }
.notHomepage .reservation-table .reservation-info .res-room-name { font-family: 'latobold'; font-size: 16px; color: #885833; }
.notHomepage .reservation-table .reservation-info .res-room-price .price { font-family: 'latobold'; font-size: 18px; color: #f27320; }
.notHomepage .reservation-table .reservation-form { padding: 30px 20px; }
.notHomepage .reservation-table .reservation-form #checkin { width: calc(50% - 10px); height: 40px; border: 1px solid #ffe1ce; padding: 5px 40px 5px 10px; background: url('../images/icon-cal.svg') right no-repeat; background-position-x: 92%; cursor: pointer; font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; }
.notHomepage .reservation-table .reservation-form #checkout { width: calc(50% - 10px); margin-left: 15px; height: 40px; border: 1px solid #ffe1ce; padding: 5px 40px 5px 10px; background: url('../images/icon-cal.svg') right no-repeat; background-position-x: 92%; cursor: pointer; font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; }
.notHomepage .reservation-table .reservation-form #promo { width: 100%; height: 40px; border: 1px solid #ffe1ce; padding: 5px 40px 5px 10px; background: white; cursor: pointer; font-family: 'latobold'; font-size: 14px; color: #54301a; line-height: 2; }
.notHomepage .reservation-table .reservation-form #promo::-moz-placeholder { color: #444 !important; padding-top: 1px; }
.notHomepage .reservation-table .reservation-form #promo:-ms-input-placeholder { color: #444 !important; padding-top: 1px; }
.notHomepage .reservation-table .reservation-form #promo::-webkit-input-placeholder { color: #444 !important; padding-top: 1px; }
.notHomepage .reservation-table .reservation-form .count-person { width: calc(50% - 10px); }
.notHomepage .reservation-table .reservation-form .count-person:nth-child(2) { margin-left: 18px; }
.notHomepage .reservation-table .reservation-form .btn { font-size: 14px; height: 40px; }


.fancybox-opened .fancybox-skin { box-shadow: none !important; padding: 0 !important; }
.fancybox-close { position: fixed; top: 25px; right: 42px; width: 23px; height: 22px; background: url('../images/gallery-close.svg') no-repeat; }
.fancybox-nav { width: 0px; }
.fancybox-nav span { width: 17px; height: 51px; margin-top: -25px; background: url('../images/gallery-arrow.svg') no-repeat; visibility: visible; }
.fancybox-prev span { background-position: left 0; left: 0px; }
.fancybox-next span { background-position: right 0; right: 0px; }
.customTitle { font-family: 'latobold'; font-size: 18px; color: #885833; padding-right: 10px; display: inline; }
.customClose { position: absolute; top: 10px; right: 10px; cursor: pointer; }
.btn-gallery-book { width: 152px; position: relative; z-index: 9999; display: inline-block; }
.galleryHide { display: none; }
.galleryHide img { width: 75%; margin: 0 auto; margin-bottom: 20px; }

body.offcanvas-menu-open { min-height: 100%; position: relative; }
body.offcanvas-menu-open #p-page { position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; }
#offcanvas-menu { position: fixed; top: 0; left: 0; z-index: 99999; width: 47%; height: 100%; background: #55301b; visibility: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); color: #7c7c7c; padding-top: 5px; overflow-y: auto; padding-bottom: 27px; padding-left: 20px; padding-right: 20px; }
#offcanvas-menu > .list { position: relative; line-height: 1.25; font-family: 'latobold'; font-size: 14px; color: #fff; letter-spacing: 1px; margin-top: 20px; }
#offcanvas-menu > .list > a { margin-bottom: 30px; display: block; }
#offcanvas-menu > .list > a:hover { color: #f37320; }
#offcanvas-menu > .list.offdropdown.open .offdropdown-menu { display: block; }
.offcanvas-menu-open #offcanvas-menu { visibility: visible; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#p-page { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.offcanvas-menu-open #p-page { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; -webkit-transform: translate3d(47%,0,0); transform: translate3d(47%,0,0); }

.ui-datepicker { padding: 0; border-radius: 0; border: 0; width: 200px; }
.ui-datepicker .ui-datepicker-header { border: none; border-radius: 0; background: #f27320; }
.ui-datepicker .ui-datepicker-title { color: white; font-size: 14px; }
.ui-datepicker .ui-state-hover { border: none; background: transparent; border-radius: 0; right: 2px; top: 2px; }
.ui-datepicker th { padding: 0; font-weight: normal; }
.ui-datepicker tbody td { padding: 0; border: none; }
.ui-datepicker tbody td:last-child { border: none; }
.ui-datepicker tbody tr { border: none; }
.ui-datepicker tbody tr:last-child { border: none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: none; background: transparent; font-size: 11px; }
.ui-datepicker td span, .ui-datepicker td a { padding: 0; text-align: center; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { color: #f27320; }

.finalMsg {  }

@media (min-width: 991px) {
	.offcanvas-menu-open #offcanvas-menu { visibility: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }
	.offcanvas-menu-open #p-page { -webkit-transition: all 0.5s; transition: all 0.5s; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@media (min-width:992px) and (max-width:1219px) {
	.homepage .roomtype .rt-image { height: 365px; }
	.homepage .roomtype .rt-image:hover > img, .homepage .roomtype .rt-image:hover .rt-description { -webkit-transform: translateY(-303px); -moz-transform: translateY(-303px); -o-transform: translateY(-303px); -ms-transform: translateY(-303px); transform: translateY(-303px); }
	.main-header-bottom .nav-menu li > a { padding-right: 7px; padding-left: 7px; }
}

@media (max-width: 991px) {
	#side-menu-select { margin-bottom: 40px; width: 100% !important; padding: 0 30px 0 10px !important; background: transparent !important; border-radius: 0 !important; border: solid 1px #ffe1ce !important; padding: 10px 10px 10px 5px !important; }
	
	.side-menu-list { display: none; }
	
	.notHomepage .side-menu { padding-left: 0px; }
	
	.content { margin-top: 76px; }
	
	.container { padding-left: 20px; padding-right: 20px; }
	
	.homepage .roomtype .container .row { margin-left: 0; margin-right: 0; }
	
	.responsive-menu { width: 14px; height: 14px; background: url('../images/menu.svg') no-repeat; margin: 18px 0; }
	
	.bookNow { width: calc(100% - 60px); margin: 10px 0; margin-right: 10px; }
	
	.logo { width: calc(100% - 40px); margin: 1% 0; padding-left: 20px; }
	
	.addressHome, .newsletterHome { text-align: center; }
	
	.newsletterHome { margin: 20px 0 0; }
	
	.newsletterHome .sosmed { display: inline-block; }
	
	.copyright { margin-top: 20px; text-align: center; }
	
	.homepage .roomtype .rt-image { height: auto; }
	
	.homepage .roomtype .rt-image:hover > img, .homepage .roomtype .rt-image:hover .rt-description { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	.notHomepage .dining-description .list-summary p span { width: 100%; }
	
	#offcanvas-menu { width: 60%; }
	.offcanvas-menu-open #p-page { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; -webkit-transform: translate3d(60%,0,0); transform: translate3d(60%,0,0); }
	
	.boxGrey { display: inline-block; }
	.boxGrey .cell { display: block; }
	.rightBox { border-left: none !important; height: auto !important; border-top: 1px solid white; }
	
	.galleryHide div:nth-child(1) { display: block; width: 100%; text-align: center; }
	.galleryHide div:nth-child(2) { display: block; margin: 0 auto; margin-top: 10px; }
	
	.homepage .slider .banner-title { padding-left: 100px; font-size: 25px; line-height: 40px; }
}

@media (max-width:767px) {
	.notHomepage .btn-meeting-group a:nth-child(2) { width: 100%; }
	.notHomepage .btn-meeting-group .btn-m-download { margin-left: 0; }
	.fancybox-prev span { left: 10px; }
	.fancybox-next span { right: 10px; }
	
	.bookNow { width: calc(100% - 60px); margin: 10px 0; margin-right: 10px; max-width: 66px; }
	.btn-book { font-size: 6px; }
	
	.main-header-top .language .select2-container { width: 45px !important; }
	.main-header-top .language .optionText, .optionText { display: none; }
	
	.notHomepage .dining-description .list-title { margin-top: 0px; font-size: 18px; }
	.notHomepage .list-title { margin-top: 20px; font-size: 18px; }
	.notHomepage .list-show .list-title { margin-top: 20px; font-size: 18px; }
	
	.group-subtitle { margin-bottom: 25px; }
	
	.homepage .slider { margin-bottom: 40px; }
	.homepage .specialoffers { margin-bottom: 0; border-bottom: 1px solid #fce3d2; padding-bottom: 40px; }
	.homepage .roomtype { margin-bottom: 0; border-bottom: 1px solid #fce3d2; padding-bottom: 40px; padding-top: 40px; }
	.homepage .infobox { margin-bottom: 40px; }
	
	.homepage .infobox .item-list { padding: 40px 0 0; }
	.homepage .infobox .item-list:last-child { margin-bottom: 40px; }
	
	.notHomepage.content { margin-bottom: 60px; }
	.notHomepage .btn-meeting { font-size: 11px; }
	
	.notHomepage .gallerylist { margin-bottom: -60px; }
	
	.select2-container--default .select2-selection--single .select2-selection__arrow { right: 2px; }
	.select2-container--default .select2-results__option[aria-selected=true]:after { right: 4px; }
	
	.notHomepage .spa-description > div:nth-child(1) { display: block; width: 100%; text-align: center; }
	.notHomepage .spa-description > div { display: block; width: 100%; height: auto; }
	
	.homepage .slider .banner-title { /* font-size: 24px; line-height: 40px; width: 100%; padding: 0px 75px; text-align: center; */ display: none; }
}

@media (max-width:480px) {
	
	.logo { padding-left: 10px; }
	
	.homepage .roomtype .rt-option ul li, .notHomepage .hotel-option ul li { padding: 0 15px; }
	
	.room-amenities li { width: 100% !important; }
	
	.homepage .slider .banner-title { font-size: 12px; line-height: 20px; width: 100%; padding: 0px 75px; text-align: center; }
	
	.homepage .roomtype .rt-option ul li, .notHomepage .hotel-option ul li { padding: 0 !important; display: inline-block; width: 100%; border: none !important; text-align: left; }

}
.select2-results__group { color: #000; }
.select2-container--default .select2-results__option .select2-results__option { padding-left: 40px; }

.owl-item { -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

@media screen and (max-width: 768px){
	.fancybox-wrap {
		width: 100% !important;
		left: 0 !important;
	}
	.fancybox-outer, .fancybox-inner {
		width: 100% !important;
	}
	.galleryHide img {
		width: 100%;
	}

	.fancybox-nav span {
		background-image: url(../images/gallery-arrow-mobile.svg);
		background-repeat: no-repeat;
	}
}