@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Playball');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Lato');
/* #Set basic css
================================================== */



/* #Grid
================================================== */
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-44 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}

.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.col-32per {
	width: 32%;
}
.col-45per {
	width: 45%;
}
.col-60per {
	width: 60%;
}
@media (max-width: 768px) {
	.col-4, .col-8 {
	width: 100% !important;
}
}

.wrap__acc .container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
}

.wrap__content {
	    padding: 10px 0px 40px 60px;
}

/* #Helper Class
================================================== */
._text-r {
	text-align: right !important;
}
._text-l {
	text-align: left !important;
}
._text-c {
	text-align: center !important;
}
._text-j {
	text-align: justify !important;
}
._fl-l {
	float: left;
}
._fl-r {
	float: right;
}
._fl-none {
	float: none;
}
._mg_c {
	margin: auto;
}
._mg_none {
	margin: 0;
}
._title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
	text-decoration: underline;
}
._bg-full {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

._set_mobile {
	display: none;
}


.show_moblie {
	display: none;
}
.wrap_scroll {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	right: calc(50% - 600px);
	width: 130px;
}
.btn_scroll {
	color: #fff;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.btn_scroll img {
	float: left;
	margin-right: 16px;
}
.btn_scroll:hover {
	color: #fff;
}
.btn_scroll span {
	padding-top: 12px;
	display: block;
	float: left;
	position: relative;
}
.btn_scroll span:after {
	content: "";
	height: 2px;
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
}
.btn_scroll:hover span:after {
	width: 40px;
}
#link_top_scroll {
	position: absolute;
	top: -100px;
}
/* #Header
================================================== */

.header_r {
	float: right;
}
.mainmenu {
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 16px;
	margin-top: 10px;
}
.mainmenu li {
	display: inline-block;
	float: left;
	position: relative;
}
.mainmenu li a {
	text-decoration: none;
	color: #333;
	padding: 15px 10px;
	display: block;
	position: relative;
}
.mainmenu li:hover > a {
	color: #cc8492;
}
.mainmenu li a:after {
	content: "";
	height: 2px;
	width: 0;
	bottom: 10px;
	left: 10px;
	background-color: #cc8492;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
}
.mainmenu li:hover > a:after {
	width: 40px;
}
/*.dropdown{ background:url(../images/icon-arrow--down.png) no-repeat center bottom; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease; }
.dropdown:hover{ background-image:url(../images/icon-arrow--down-pk.png); }*/
.mainmenu .menu_drop > a {
	display: block;
	padding: 10px 5px;
	cursor: pointer;
	margin: 13px 10px 15px 5px;
}
.mainmenu .btn_res a {
	background: url(../images/icon-cal.png) no-repeat 15px center #5c6492;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 17px 20px 14px 50px;
	cursor: pointer;
}
.mainmenu .btn_res a:hover {
	background-color: #cc8492;
	color: #fff;
}
.mainmenu .btn_res a:after, .mainmenu .menu_drop > a:after {
	content: initial;
}
.submenu {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 10px 3px 10px;
	width: 160px;
	max-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin-top: -20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
li:hover .submenu {
	opacity: 1;
	margin-top: 0;
	max-height: none;
	height: auto;
	overflow: initial;
}
.submenu:after {
	bottom: 100%;
	left: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: rgba(255, 255, 255, 0.8);
	border-width: 5px;
	margin-left: -5px;
}
.submenu li {
	width: 100%;
}
.submenu li a {
	padding: 5px 8px 15px;
}
.icon-dropmenu {
	width: 30px;
	height: 1px;
	background-color: #333;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.icon-dropmenu:before {
	width: 30px;
	height: 1px;
	position: absolute;
	content: "";
	background-color: #333;
	top: -8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.icon-dropmenu:after {
	width: 30px;
	height: 1px;
	position: absolute;
	content: "";
	background-color: #333;
	bottom: -8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
li:hover > a .icon-dropmenu {
	background-color: #cc8492;
}
li:hover > a .icon-dropmenu:before {
	background-color: #cc8492;
	top: 8px;
}
li:hover > a .icon-dropmenu:after {
	background-color: #cc8492;
	bottom: 8px;
}
.wrap__mobilemenu {
	display: none;
}
.wrap__mobilemenu__list {
	display: none;
}
.mainmenu li.lang a {
	padding-right: 15px;
}
.lang a {
	text-decoration: none;
	color: #555;
}
.lang a:hover {
	color: #cc8492;
}
.lang a:before {
	content: url(../images/flag-chinese.jpg);
	height: 20px;
	margin-right: 5px;
}
/* #Main slide
================================================== */
.wrap_mainslide {
	width: 100%;
	position: relative;
}
.mainslide__mark {
	background: url(../images/mark-white.png) repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px;
	z-index: 30;
}
#mainslide__slide {
	height: calc(100vh - 20px);
	overflow: hidden;
	position: relative;
}
#mainslide__slide .slick-track {
	position: relative;
	height: calc(100vh - 20px);
}
#mainslide__slide .slick-slide {
	height: calc(100vh - 20px);
}
#mainslide__slide .slick-slide:after {
}
#mainslide__slide .slide_photo {
	height: 100%;
	position: absolute;
	transform: scale(1);
	transition: all 15s;
}
#mainslide__slide .slick-active .slide_photo {
	transform: scale(1.1);
	transition: all 20s;
}
#mainslide__slide .slide_content--block {
	display: block;
	width: 50%;
	position: absolute;
	right: 0;
	top: 45%;
}
#mainslide__slide .slide_content--inslide {
	width: 100%;
	position: relative;
	z-index: 100;
}
.slide_content--title {
	color: #fff;
	font-weight: normal;
	font-family: 'Tangerine', cursive;
	font-size: 68px;
	line-height: 62px;
	text-align: center;
	display: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.slide_content--subcontent {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.slick-dots {
	position: absolute;
	right: 10%;
	bottom: 10%;
}/*
.slick-arrow {
	height: 85px;
	width: 50px;
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.slick-prev {
	background: url(../images/icon-arrow--left.png) no-repeat center center;
	left: -15px;
}
.slick-next {
	background: url(../images/icon-arrow--right.png) no-repeat center center;
	right: -15px;
}
.slick-slider:hover .slick-prev {
	left: 15px;
	opacity: 1;
}
.slick-slider:hover .slick-next {
	right: 15px;
	opacity: 1;
}*/


/* #Home
================================================== */

#acc__slide {
	height: 600px;
	overflow: hidden;
	position: relative;
}
#acc__slide .slick-track {
	position: relative;
	height: 600px;
}
#acc__slide .slick-slide {
	height: 600px;
}
#acc__slide .slide_content--block {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	right: 0;
	top: 0;
}
#acc__slide .slide_content--inslide {
	width: 50%;
	margin: auto;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#acc__slide .slide_content--title {
	display: block;
	margin-bottom: 20px;
}
.slide_content--half {
}
.btn__explore {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
.btn__explore:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	left: 0;
	background: url(../images/icon-arrow--up.png) top center no-repeat;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn__explore:hover {
	color: #fff;
}
.btn__explore:before {
	content: "";
	height: 2px;
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
}
.btn__explore:hover:before {
	width: 40px;
}
.btn__explore:hover:after {
	top: -15px;
}
._wrap_h {
	border-top: 5px solid #da251c;
	margin-top: -90px;
	background-color: #fff;
	padding: 25px 60px 17px;
}
.list_acc {
	text-align: center;
	margin-top: 30px;
}
.list_acc li {
	display: inline-block;
	margin: 30px 30px;
}
.icon_acc {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
.wrap__offer {
	background-color: #f7f7f7;
	border-bottom: 1px solid #fff;
}
.wrap__offer h4 {
	text-align: center;
    padding: 50px 0;
    font-size: 68px;
    line-height: 48px;
    color: #333;
    font-family: 'Tangerine', cursive;
}
.social a {
	color: #adb1ca;
}
.social li {
	display: inline-block;
	float: none;
	margin: 0 3px;
}
#offer__slide {
	height: 450px;
	position: relative;
	margin-bottom: 60px;
	width: calc(100% + 1px);
	margin-left: -1px;
}
#offer__slide .slick-slide {
	height: 450px;
	padding: 0 20px;
}
#offer__slide .slick-slide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 390px;
	/*background-color: #333;*/
}
#offer__slide .wrap__slide {
	position: relative;
	height: 100%;
}
#offer__slide ._bg-full {
	height: 390px;
}
#offer__slide .slide_content--block {
	width: 70%;
	padding-top: 30px;
	padding-bottom: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	background-color: #f7f7f7;
}
#offer__slide .slide_list:nth-child(even) .slide_content--block {
	text-align: left;
	left: 0;
	right: auto;
}
#offer__slide .slide_content--topic span {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}
#offer__slide .slide_content--topic span:after {
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	content: "";
}
#offer__slide .slide_content--title {
	display: block;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 36px;
    color: #333;
    font-weight: 500;
    text-align: right;
    text-shadow: 1px 1px 0px #fff;
    padding: 2px 10px;
}
#offer__slide .slide_list:nth-child(even) .slide_content--title {
	text-align: left;
}
.btn_offers {
	color: #333;
	text-decoration: none;
	position: relative;
}

.btn_offers:hover {
	color: #333;
}
.btn_offers:hover:after {
	left: -38px;
}
#offer__slide .slide_list:nth-child(even) .btn_offers:after {
	background: url(../images/icon--arrow_rh.png) no-repeat right center;
	right: -28px;
	left: auto;
}
#offer__slide .slide_list:nth-child(even) .btn_offers:hover:after {
	right: -38px;
}
#offer__slide.slick-slider:hover .slick-prev {
	left: 0;
}
#offer__slide.slick-slider:hover .slick-next {
	right: 0;
}
#offer__slide.slick-slider .slick-arrow {
	top: 33%;
}
/* #Contact form
================================================== */
.wrap_formcontact {
	width: 80%;
	max-width: 900px;
	margin: auto;
}
.row_form {
	height: 45px;
	position: relative;
	margin-bottom: 10px;
}
.row_form.field_textarea {
	height: 70px;
}
.subject {
	width: 30%;
	float: left;
	text-align: right;
	padding: 13px 13px 13px 0;
}
.inputfield {
	width: 70%;
	float: left;
	text-align: left;
	position: relative;
}
.inputfield input, .inputfield select, .inputfield textarea {
	outline: none !important;
	width: 70%;
	height: 42px;
	border-width: 0 0 0 0;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 0 0 15px;
}
.inputfield textarea {
	width: calc(70% - 20px);
	padding: 13px 17px;
}
.inputfield select {
	width: calc(70% + 15px);
	background: #fff;
	border-bottom: 1px solid #ddd;
	-moz-appearance: inherit;
	-webkit-appearance: inherit;
	appearance: inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
	background: url(../images/icon-arrow--down.png)no-repeat center right;
	padding-left: 15px;
}
.inputfield input[name="password"] {
	width: calc(70% - 120px);
}
.inputfield .add_important.active {
	border-bottom: 1px solid #cc8492;
}
div[class*="error_msg"] {
	opacity: 0;
	position: absolute;
	background-color: #cc8492;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	bottom: -20px;
	left: 10px;
	z-index: 100;
	transition: all 0.4s;
	width: 65%;
	z-index: -1;
}
div[class*="error_msg"]:after {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #cc8492;
	border-width: 7px;
	margin-left: -7px;
}
div.active[class*="error_msg"] {
	opacity: 1;
	z-index: 10;
	bottom: -36px;
	transition: all 0.4s;
}
.required {
	margin-left: 10px;
	padding: 15px 10px 0 0;
	color: #8b143d;
}
.row_form_submit {
	text-align: left;
	padding: 0;
	width: 70%;
	float: right;
}
.img_verify {
	height: 45px;
	width: 100px;
	float: left;
	font-size: 12px;
	margin-right: 20px;
}
.wrap_formcontact button {
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background-color: #5c6492;
	border: 2px solid #5c6492;
	padding: 10px 15px;
	width: 180px;
	text-transform: uppercase;
}
.wrap_formcontact button[type="reset"] {
	background-color: #56545b;
	border: 2px solid #56545b;
	color: #fff;
}
.wrap_formcontact button:hover {
	color: #fff;
	background-color: #cc8492;
	border: 2px solid #cc8492;
}
.wrap_formcontact button[type="reset"]:hover {
	color: #fff;
	background-color: #cc8492;
}
div.error_msg-password {
	width: calc(70% - 150px);
}
/* #Accommodation
================================================== */
.list_acc__block {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 60px 60px;
	height: 420px;
}
.wrap-list_acc__block {
	position: relative;
	height: 100%;
}

.wrap__list_acc .list_acc__block:nth-child(even):before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 360px;
	background-color: #cecece;
}

.wrap__list_acc .list_acc__block:nth-child(even) .list_acc--title:after {
	text-align: left;
	right: auto;
	left: 20px;
}
.wrap__list_acc .list_acc__block:nth-child(even) .btn_offers:after {
	background: url(../images/icon--arrow_rh.png) no-repeat right center;
	right: -28px;
	left: auto;
}
.wrap__list_acc .list_acc__block:nth-child(even) .btn_offers:hover:after {
	right: -38px;
}
.wrap-amenities__block {
	position: absolute;
	top: 0;
	left: 60px;
	right: 60px;
	bottom: 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.amenities__block strong {
	text-align: center;
	display: block;
}
.amenities__block .list_acc li {
	margin: 10px 35px 20px;
}
/* #Junior Suite
================================================== */
.room_amenities__block strong {
	text-align: left;
}
.room_amenities__block .list_acc li {
	margin: 10px 70px 20px 0;
}
#roomtype__slide {
	position: relative;
}
#roomtype__slide .slick-dots {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
#roomtype__slide .slick-dots li {
	float: none;
	text-align: center;
	display: inline-block;
	margin: 1px;
}
/* #Dining
================================================== */
#section_sub__slide {
	height: 450px;
	overflow: hidden;
	position: relative;
}
#section_sub__slide .slick-track {
	position: relative;
	height: 450px;
}
#section_sub__slide .slick-slide {
	height: 450px;
}
#section_sub__slide2 {
	height: 450px;
	overflow: hidden;
	position: relative;
}
#section_sub__slide2 .slick-track {
	position: relative;
	height: 450px;
}
#section_sub__slide2 .slick-slide {
	height: 450px;
}
._wrap_img {
	padding: 60px;
}
._wrap_img img {
	width: calc(50% - 5px);
	margin-right: 5px;
	float: left;
}
._wrap_img img:nth-child(2) {
	width: calc(50% - 5px);
	margin-left: 5px;
	margin-right: 0;
}
.wrap__content2 {
	padding: 60px 0;
}
/* #Offer
================================================== */
.photo_offer {
	height: 450px;
	position: relative;
}
.wrap__content_offer {
	position: relative;
}
.offer_booknow {
	padding: 40px 0 0;
}
.btn_booknow {
	background: #5c6492;
	font-weight: 400;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100px;
	text-align: center;
}
.btn_booknow:hover {
	background-color: #cc8492;
	color: #fff;
}
.wrap__content_offer th, .wrap_inside_offer td {
	font-size: 14px;
	vertical-align: middle;
}
.wrap__content_offer th {
	background-color: #5c6492;
	color: #fff;
	padding: 10px;
	border: 1px solid #ffffff;
	text-align: center;
	font-weight: 700;
}
.wrap__content_offer td {
	padding: 7px 10px;
	border: 1px solid #ededed;
	background-color: #fff;
	text-align: center;
}
.wrap__content_offer ul {
	padding-left: 50px;
	margin-top: 10px;
}
.wrap__content_offer ul li {
	list-style-type: disc;
	padding: 0 0 0;
	margin-bottom: 5px;
}
.offer_page .section_sub {
}
/* #Location
================================================== */
#map-canvas {
	height: 500px;
	width: 100%;
}
#product_address {
	width: 350px;
	text-align: left;
	overflow: hidden;
	padding: 15px 10px;
}
#product-left {
	float: left;
	width: 35%;
	margin-right: 20px;
}
#product-right #title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}
#product-right a {
	color: #000;
}
#product-right a:hover {
	text-decoration: underline;
}
#product-right span {
	line-height: 18px;
}
#product-right {
	margin-left: 42%;
}
#map .gm-style #product-right {
	float: right;
	width: 65%!important;
	padding-left: 10px;
}
#product-right h4 {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
#product_attraction #product-left img {
	width: 200px;
	margin-bottom: 10px;
}
#map .gm-style #product_attraction #product-right {
	width: 100%!important;
	line-height: 19px;
	padding-left: 0;
}
#map .gm-style #product_attraction #product-right .product_box {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
#product_attraction #product-right strong a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
}
#product_attraction #product-right p {
	line-height: 18px;
	font-size: 14px;
	color: #333;
}
.location-banner {
	position: relative;
	width: 100%;
	height: 100vh;
}
/* #Reservation box
================================================== */
.wrap_rsv {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 300;
	height: 100%;
	opacity: 0;
	transition: all 1s ease;
	top: 0;
	z-index: -1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wrap_rsv.active {
	opacity: 1;
	transition: all 1s ease;
	z-index: 100;
}
.btn_close {
	cursor: pointer;
	position: fixed;
	top: 50px;
	right: 50px;
	height: 20px;
	width: 20px;
	color: #333;
	font-size: 21px;
}
.btn_close_menu {
	cursor: pointer;
	position: fixed;
	top: 50px;
	right: 50px;
	height: 20px;
	width: 20px;
	color: #333;
	font-size: 21px;
}
.box-reser--wrap {
	width: 400px;
	margin: auto;
	text-align: center;
}
.title_res {
	font-family: 'Tangerine', cursive;
	font-size: 36px;
	display: block;
	padding: 20px 0;
	font-weight: 400;
}
.lockscroll {
	height: calc(100vh - 20px);
	overflow: hidden;
}
.row_date, .row_guest, .row_res {
	width: 47%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
#reserv_form .row_date:nth-child(1) {
	margin-right: 6%;
}
#reserv_form .row_guest:nth-child(3) {
	margin-right: 6%;
}
#reserv_form .row_res:nth-child(5) {
	margin-right: 6%;
}
#reserv_form strong {
	font-weight: 400;
}
#reserv_form input {
	width: calc(100% - 22px);
	font-size: 14px;
	padding: 9px 10px;
	border: 1px solid #ddd;
	outline: none !important;
}
.res_input select {
	width: 100%;
	font-size: 14px;
	padding: 4px 10px;
	border: 1px solid #ddd;
	height: 35px;
	background-color: #fff;
	outline: 0px;
	border-radius: 0;
	-webkit-appearance: none;
	background: url(../images/icon-arrow--down.png) 159px 6px no-repeat;
}
.res_subject {
	padding: 0 0 5px 0;
}
#reserv_form input.hasDatepicker {
	background: url(../images/icon_date.png) center right no-repeat;
}
#reserv_form .btn_booknow {
	margin: 31px 0 0;
	width: 188px;
	padding: 10px 20px;
}
.wrap__maincontent .img_incontent {
	float: right;
	margin: 0 0 20px 30px;
	width: 50%;
	display: none;
}
/* #Responsive
================================================== */
@media screen and (max-width:1450px) {
/*.container {
	max-width: none;
	margin: 0 30px;
}*/
#mainslide__slide .slide_content--block {
	right: 30px;
}
.wrap_scroll {
	right: 80px;
}
#mainslide__slide .slick-dots {
	right: 225px;
}
}
 @media screen and (max-width:1350px) {
.list_acc li {
	margin: 30px 30px;
}
.amenities__block .list_acc li {
	margin: 10px 25px 20px;
}
}
 @media screen and (max-width:1100px) {
#offer__slide ._bg-full {
	height: 290px;
}
#offer__slide .slick-slide {
	height: 440px;
}
#offer__slide .slide_content--block {
	padding-top: 20px;
	width: 100%;
}
.list_acc__photo._bg-full {
	height: 250px;
}
.room_amenities__block .list_acc li {
	margin: 10px 50px 10px 0;
}
}
 @media screen and (max-width:1024px) {
._block__bottom img {
	display: none;
}
.wrap__maincontent {
	width: 100%;
}
#top_container ._block__bottom {
	bottom: -5px;
	padding: 0;
}
.wrap__maincontent .img_incontent {
	display: block;
}
#mainslide__slide .slide_content--block {
	width: 520px;
	right: 60px;
}
.list_acc__content {
	width: 80%;
	padding-top: 20px;
}
.set_subpage h1 {
	font-size: 52px;
	line-height: 56px;
}
.set_subpage #top_container ._block__top.top_subpage {
	padding-bottom: 5px;
}
#top_container ._block__bottom._no_bottom {
	width: 100%;
	padding: 0 60px 60px;
}
.room_amenities__block .list_acc li {
	margin: 10px 25px 10px 25px;
}
}
 @media screen and (max-width:960px) {
li.menu_drop > ul.submenu > li > .submenu {
	display: none;
}
li.menu_drop > ul.submenu > li:hover > .submenu {
	display: block;
	margin-top: -54px;
	left: 170px;
}
.submenu:after {
	display: none;
}
}
 @media screen and (max-width:940px) {
.wrap_formcontact {
	text-align: center;
	width: 100%;
}
._wrap_img {
	padding: 60px 0px;
}
}
@media screen and (max-width:900px) {
h1 {
	font-size: 52px;
	line-height: 56px;
}
#top_container ._block__top {
	margin-top: -20px;
}
.slide_content--title {
	font-size: 52px;
	line-height: 56px;
}
.slide_content--subcontent {
	font-size: 18px;
}
h3 {
	font-size: 42px;
}
.list_acc {
	margin-bottom: 10px;
	    margin-left: -40px;
}
.list_acc li {
	margin: 30px 30px 0px 30px;
}

.wrap__offer h4 {
	padding: 70px 0 40px;
}
h4 {
	font-size: 42px;
	line-height: 48px;
}
.list_acc__block {
	width: 100%;
}
.list_acc__content {
	width: 50%;
}
.wrap__list_acc .list_acc__block:nth-child(even):before {
	width: 0;
}
.list_acc__photo._bg-full {
	height: 100%;
}
#mainslide__slide .slide_content--block {
	width: 80%;
	right: 10%;
}
.set_subpage h1 {
	font-size: 46px;
	line-height: 56px;
}
#list_room #offer__slide.slick-slider:hover .slick-prev {
	left: 75px;
}
#list_room #offer__slide.slick-slider:hover .slick-next {
	right: 75px;
}
.wrap_formcontact button {
	width: 160px;
}
.logo {
	width: 200px;
}
}
 @media screen and (max-width:800px) {
#acc__slide {
	height: 420px;
}
#acc__slide .slick-track {
	height: 420px;
}
#acc__slide .slick-slide {
	height: 420px;
}
#mainslide__slide .slide_content--block {
	right: 0;
	width: 100%;
}
#acc__slide .slide_content--inslide {
	height: 340px;
	right: 30px;
	width: calc(60% - 30px);
}
#offer__slide .slick-slide:before {
	width: 0;
}
._wrap_h {
	padding: 25px 60px 17px 40px;
}
.slick-arrow {
	height: 75px;
}
.wrap__mainmenu {
	display: none;
}
.wrap__mobilemenu {
	display: block;
	width: 240px;
}
.wrap__mobilemenu__list {
	display: block;
}
.logo {
	width: 200px;
}
.wrap__mobilemenu .btn_res a {
	background: url(../images/icon-cal.png) no-repeat 19px 11px #5c6492;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 20px 9px 50px;
	cursor: pointer;
	text-decoration: none;
}
.wrap__mobilemenu .btn_res a:hover {
	background-color: #cc8492;
	color: #fff;
}
.wrap__mobilemenu .btn_res a:after, .mainmenu .menu_drop > a:after {
	content: initial;
}
.btn_menu {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	height: 40px;
	padding-top: 2px;
}
.btn_reservation {
	float: right;
}
.btn_menu_text {
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	color: #000;
}
.btn_menu:hover .btn_menu_text {
	color: #cc8492;
}
.icon-dropmenu {
}
.icon-dropmenu:before {
}
.icon-dropmenu:after {
}
.btn_menu:hover > .icon-dropmenu {
	background-color: #cc8492;
}
.btn_menu:hover > .icon-dropmenu:before {
	background-color: #cc8492;
	top: 8px;
}
.btn_menu:hover > .icon-dropmenu:after {
	background-color: #cc8492;
	bottom: 8px;
}
.wrap__mobilemenu__list {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 300;
	height: 100%;
	opacity: 0;
	transition: all 1s ease;
	top: 0;
	left: 0;
	z-index: -1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wrap__mobilemenu__list.active {
	opacity: 1;
	transition: all 1s ease;
	z-index: 100;
}
.mobile_logo {
	width: 200px;
	margin: 0 auto 20px;
}
.mobilemenu {
	width: 400px;
	margin: auto;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}
.mobilemenu li {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.mobilemenu li a {
	position: relative;
	text-decoration: none;
	color: #333;
}
.mobilemenu li a:hover {
	color: #cc8492;
}
.mobilemenu li a:after {
	content: "";
	height: 2px;
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #cc8492;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
}
.mobilemenu li:hover > a:after {
	width: 40px;
}
li:hover .submenu {
	position: relative;
	display: none;
	background: none;
}
.mobilemenu li .submenu {
	width: 100%;
}
.mobilemenu li .submenu a {
	color: #cc8492;
}
.mobilemenu li .submenu li > a:after {
	left: calc(50% - 20px);
	bottom: 10px;
}
.wrap__content {
	padding: 40px 40px;
}
.wrap__maincontent {
	padding: 0 40px 40px;
}
.set_subpage .wrap__maincontent {
	padding: 40px 40px;
}
#top_container ._block__bottom._no_bottom {
	padding: 0 40px 60px;
}
#top_container ._block__top {
	padding: 45px 40px 60px;
}
#offer__slide .slick-slide {
	padding: 0 40px;
}
.list_acc__block {
	padding: 0 40px 40px;
}
.wrap_scroll {
	right: 30px;
}
#mainslide__slide .slick-dots {
	right: 175px;
}
.mobile_lang {
	padding-top: 15px !important;
	border-top: 1px solid #ccc;
	margin-top: 15px
}
.mobile_lang a:before {
	content: url(../images/flag-chinese.jpg);
	height: 20px;
	margin-right: 5px;
}
}
 @media screen and (max-width:768px) {
._wrap_h {
	width: 100%;
}
._block__bottom {
	width: 100%;
}
.wrap_scroll {
	bottom: 118px;
	left: calc(50% - 20px);
}
#mainslide__slide .slick-dots {
	bottom: 114px;
	right: calc(50% + 33px);
}
#top_container ._block__top.top_subpage {
	width: 100%;
}
#offer__slide .slide_content--title {
	font-size: 24px;
	padding: 10px 0 0;
}
._wrap_img {
	padding: 0px 0px 60px 0px;
	width: 100%;
}
}
 @media screen and (max-width:650px) {
.wrap_formcontact {
	width: 80%;
}
.row_form {
	height: 70px;
}
.subject {
	width: 100%;
	text-align: left;
	padding: 0;
}
.inputfield {
	width: 100%;
}
.inputfield input, .inputfield select, .inputfield textarea {
	width: 100%;
	height: 35px;
}
.inputfield select {
	width: calc( 100% + 15px);
}
.inputfield textarea {
	width: calc( 100% - 20px);
}
.required {
	position: absolute;
	right: -10px;
	bottom: 10px;
	padding: 15px 0 0 0;
}
.row_form_submit {
	text-align: center;
	padding: 0;
	width: 100%;
	float: right;
}
.img_verify {
	margin-top: 10px
}
.inputfield input[name="password"] {
	width: calc(80% - 120px);
	margin-top: 18px;
}
.row_form.field_pass {
	height: 100px;
}
.row_form.field_textarea {
	height: 95px;
}
.wrap_formcontact button {
	width: 40%;
}
}
 @media screen and (max-width:640px) {
._wrap_h {
	width: 100%;
}
#top_container ._block__bottom {
	width: 100%;
}
#acc__slide .slide_content--inslide {
	width: 100%;
	right: 0;
}
.wrap__content {
	padding: 60px 30px;
}
._sub__h1 {
	margin-top: 8px;
}

.list_acc__content {
	width: 80%;
}
}
 @media screen and (max-width:600px) {
#top_container ._block__top.top_subpage {
	padding: 15px 30px 0px;
}
.wrap__maincontent {
	padding: 0 30px 40px;
}
.set_subpage .wrap__maincontent {
	padding: 30px;
}
#top_container ._block__bottom._no_bottom {
	padding: 0 30px 40px;
}
#offer__slide .slick-slide {
	padding: 0 30px;
}
h1 {
	line-height: 80px;
}
._wrap_h {
	padding: 35px 30px 0px 30px;
}
.list_acc li {
	margin: 10px 0px 0px 5px;
}
.wrap-amenities__block {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: 0;
}
.set_subpage #top_container ._block__top.top_subpage {
	padding-bottom: 10px;
}
.row_form_submit {
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}
}
 @media screen and (max-width:540px) {
.list_acc__photo._bg-full {
	height: 260px;
	position: relative;
}
.list_acc__content {
	position: relative;
	width: 100%;
}
}
@media (min-width:768px) and (max-width:1024px) {
.container {
	margin: 0 0px !important;
}

}

 @media screen and (max-width:768px) {
header {
	padding: 20px 0 0;
}
.logo {
	width: 160px;
}
.wrap__mobilemenu .btn_res a {
	font-size: 12px;
	padding: 7px 10px 6px 10px;
	background-image: none;
}
.wrap__mobilemenu {
	width: 160px;
}
.btn_menu {
	padding-top: 0;
}
.container {
	margin: 0 20px;
}
#mainslide__slide .slide_content--block {
	right: 10%;
	width: 80%;
	top: 38%;
}
.slick-arrow {
	top: 60%;
}
.slide_content--title {
	font-size: 42px;
	line-height: 46px;
}
.wrap__content {
	padding: 30px 30px;
}
#offer__slide .slick-slide {
	height: 420px;
}
.wrap__offer h4 {
	padding: 60px 0 40px;
}
#offer__slide {
	margin-bottom: 30px;
}

}
 @media screen and (max-width:450px) {
.wrap__maincontent .img_incontent {
	display: none;
}
#offer__slide ._bg-full {
	height: 240px;
	position: relative;
}
#offer__slide .slide_content--block {
	position: relative;
}
#offer__slide .slick-slide {
	height: 390px;
}
#offer__slide {
	height: auto;
}
.box-reser--wrap {
	width: 280px;
}
#reserv_form .btn_booknow {
	width: 128px;
}
.amenities__block {
	margin-top: 20px;
}
.mobilemenu {
	width: 90%;
}
}
 @media screen and (max-width:420px) {
.list_acc__photo._bg-full {
	height: 190px;
}
.list_acc__block {
	height: 340px;
}
.amenities__block .list_acc li {
	margin: 10px 15px 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
}
@media screen and (max-width:400px) {
.wrap__maincontent .img_incontent {
	display: none;
}
.container {
	margin: 0 10px;
}
}
 @media screen and (max-width:320px) {
.logo {
	width: 110px;
	margin-top: 7px;
}
h3 {
	font-size: 32px;
}
h1 {
	line-height: 50px;
	font-size: 40px;
	margin-top: -10px;
}
.set_subpage h1 {
	font-size: 36px;
	line-height: 56px;
	margin-top: -10px;
}
#offer__slide ._bg-full {
	height: 150px;
}
#offer__slide .slick-slide {
	height: 320px;
}
#list_room #offer__slide .slick-slide {
	height: 280px;
}
.btn_close_menu {
	top: 20px;
	right: 20px;
}
.slide_content--title {
	font-size: 32px;
	line-height: 36px;
}
.slide_content--subcontent {
	font-size: 14px;
}
}
@media (min-width:768px){
.wrap__list_acc .list_acc--title {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    line-height: 36px;
    color: #333;
    font-weight: 500;
	text-align: right;
	text-shadow: 1px 1px 0px #fff;
	padding: 1px 20px;
	position: relative;
	margin-bottom: 13px;
}
.wrap__list_acc .list_acc--title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: 100px;
	background-color: #333;
	right: 20px;
}
.list_acc__content {
	width: 60%;
	padding-top: 10px;
	padding-bottom: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	background-color: #fff;
}
.btn_offers:after {
	content: "";
	position: absolute;
	background: url(../images/icon--arrow_lf.png) no-repeat left center;
	left: -28px;
	top: 1px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wrap__list_acc .list_acc__block:nth-child(even) .list_acc--title {
	text-align: left;
}
.wrap__list_acc .list_acc__block:nth-child(even) .list_acc__content {
	text-align: left;
	left: 0;
	right: auto;
}
.list_acc__block {
	padding: 0 30px 40px;
}
}
@media (max-width:768px){
.wrap__list_acc .list_acc--title {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    line-height: 36px;
    color: #333;
    font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	/*padding: 10px 20px;*/
	margin-bottom: 5px;
	position: relative;
	
}
.wrap__list_acc .list_acc--title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: 100px;
	background-color: #333;
	right: 20px;
}
.list_acc__content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	background-color: #fff;
}
.btn_offers:after {
	display: none;
}

.wrap__list_acc .list_acc__block:nth-child(even) .list_acc--title {
	text-align: center;
}
.wrap__list_acc .list_acc__block:nth-child(even) .list_acc__content {
	text-align: center;
	left: 0;
	right: auto;
}
.list_acc__block {
	padding: 0 0px 60px;
}
}