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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body{font-size:16px !important;overflow-x:hidden;}

body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
#booking_form{
    display: flex;}

.experience_map{
	position:relative;}
	
.view_in_map{
	background:white;
	padding:5px 10px;
	position:absolute;
	bottom:30px;
	left:8px;}
	
.experience_icon{
	display:inline-block;
	width:100%;
	text-align:center;}	
	
	.icon_experience{
		width:auto !important;
		background:none !important;
		height:auto !important;
		display:inline-block;
    }	
.error_m{
	color:red;
	font-size:12px;}
	
.pagemethod-success .page_title{
	margin-bottom:2rem;
    padding-top: 16rem;
	}
	
.booking_search_row {
	position:relative;}	
	
.datepicker2{
	background-image: url(../images/datepicker.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 2px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    background-size: 23px !important;}	


header#header {
    width: 100%;
    float: left;
	min-height:17rem;
}

.header {
    width: 100%;
    text-align: center;
    padding-top:1rem;
   
    margin-bottom: 0.5rem;
    float: left;
	position:relative;
	z-index:10000;

}

.room_type_row .slick-arrow{
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -1rem;
    border: none;
    background: none;
    font-size: 0;
    height: 2rem;
    width: 2rem;
    text-align: center;
    background: rgba(255,255,255,0.2);
}

.room_type_row .slick-arrow:hover{
  background: rgba(255,255,255,1);
}

.room_type_row .slick-arrow:after{
border: solid black;
    border-width: 0 0.2rem 0.2rem 0;
    display: inline-block;
    padding: 0.3rem;
    content: "";
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 0.1rem;
    position: relative;
}

.room_type_row  .slick-prev.slick-arrow{
    left:auto;
    right:1rem;
}


.room_type_row .slick-prev.slick-arrow:after{
      right: 0.2rem;
      left:auto;
    position: relative;
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.experience_banner  .slick-arrow{
    position: absolute;
    top: 50%;
    left: 1rem;
    border-radius: 100%;
    margin-top: -2rem;
    border: none;
    background: none;
    font-size: 0;
    height: 4rem;
    width: 4rem;
    text-align: center;
    background: rgba(255,255,255,0.2);
}

.experience_banner  .slick-arrow:hover{
  background: rgba(255,255,255,1);
}

.experience_banner  .slick-arrow:after{
border: solid black;
    border-width: 0 0.2rem 0.2rem 0;
    display: inline-block;
    padding: 0.3rem;
    content: "";
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 0.1rem;
    position: relative;
}

.experience_banner   .slick-prev.slick-arrow{
    left:auto;
    right:1rem;
}


.experience_banner  .slick-prev.slick-arrow:after{
      right: 0.2rem;
      left:auto;
    position: relative;
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.room_type_row{
    margin-bottom:1rem;
}

.room_type_img{
    margin-bottom:1rem;
}

.item_gallery img{
    height:13rem;
    object-fit:cover;
    width:100%;
}

.pageclass-rooms.pagemethod-index .room_type_row  img{
    height:18rem;
}

.room_banners{
    margin-bottom:4rem;
    z-index:10000;
}
.room_banners img{
    max-height:52rem;
    object-fit:cover;
}

.header .navigation_bar{
	 border-bottom: 2px #cbcbcb solid;}


.messages {
     width: 100%;
     display: inline-block;
     vertical-align: top;
     
     /*position: absolute;
     top: 0;
     right: 0;
     z-index: 1000;*/
}
.messages .container {
     position: relative;
}
.messages .error {
     width: 100%;
     display: inline-block;
     vertical-align: top;
     padding: 2%;
     background-color: rgba(255, 0, 0, .2);
     border: 1px solid #ff0000;
     color: #ff0000;
     margin:0.2rem 0;
	 line-height:1.3;
}
.messages .success {
     width: 100%;
     display: inline-block;
     vertical-align: top;
     padding: 2%;
     background-color: rgba(22, 155, 16, .2);
     border: 1px solid #169b10;
     color: #169b10;
     margin:0.2rem 0;
}
.messages .error p {
     color: #ff0000;
}
.messages .success p {
     color: #169b10;
}
.messages .error p,
.messages .success p {
     font-size: 1rem;
     margin-bottom: 1px;
     padding-bottom: 0
}



.logo img {
    width: 12rem;
}

.navigation_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    font-size: 1.25rem;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 2rem;
        padding-bottom: 1rem;
}

.navigation ul li a {
    color: #717171;
}

.social_icon {
    display: flex;
    align-items: end;
    position: absolute;
    right: 0;
	top: -0.01rem;
}

ul.sub_menu {
    background: #717171;
    z-index:99;
    top: 34px;
    text-align: left;
}

.navigation ul li:hover ul.sub_menu {
    display: block;
}

ul.sub_menu li {
    font-size: 1.1rem;
    width: 100%;
    display: block;
    padding: 0;
}

ul.sub_menu li a {
    color: #fff;
    padding: 0.6rem 0.5rem;
    border-bottom: 1px rgba(255, 255, 255, 0.16) solid;
    display: block;
}


ul.sub_menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #717171 transparent;
    content: "";
    position: absolute;
    top: -9px;
    left: 12px;
}

ul.sub_menu li:last-child a {
    border: 0;
}

.social_icon ul {
    display: flex;
    align-items: center;
}

.social_icon ul li {
    background: #648ca4;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100px;
    margin: 0 0.5rem;
}

.social_icon ul li a {
    color: #fff;
    display: block;
}

.logo {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 1.8rem;
}

.navigation ul li a:hover {
    color: #1d98b8;
}

.navigation ul li.active a {
    color: #1d98b8;
}

.innerHeader{
	float:left;
	width:100%;}

header#header.darkHeader .innerHeader{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000000;
    background: #fff;
}

header#header.darkHeader .logo {
    display: none;
}

header#header.darkHeader .header {
    padding-top: 1rem;
    margin-bottom: 0;
}

.banner_section {
	width: 100%;
    clear: both;
    float: left;
	position: relative;
}

.banner_section_row img {
    width: 100%;
    display: block;
}

.banner_section_row {
    position: relative;
}

.banner_caption {
    /*position: absolute;*/
    z-index: 11;
    color: #fff;
    font-size: 3.2vw;
	display:inline-block;
    font-weight: bold;
    border-top: 0.4vw #fff solid;
    border-bottom: 0.4vw #fff solid;
    padding: 1vw 7.2vw;
   /* top: 2rem;*/
	text-transform: uppercase;
    text-shadow: 0px 0.3vw 0.6vw rgba(0, 0, 0, 0.52);
}

.imgTable{
	display:table;
	width:100%;
	height:100%;}

.imgCell{
	display:table-cell;
	text-align:center;
	vertical-align:middle;}
	
.m_top .imgCell{
		vertical-align:top;
		}
		
.m_bottom .imgCell{
		vertical-align:bottom;
		}
		
.m_right .imgCell{
	text-align:right;
		}	
		
.m_left .imgCell{
	text-align:left;
		}						

.banner_caption_bx{
	    position: absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index: 100;}	

.banner_caption_bx.ban_0{
	text-align:right;}
	
.banner_caption_bx.ban_1{
	text-align:center;}

.banner_caption_bx.ban_2{
	text-align:left;}	
	
.banner_section_row:after {
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.24;
}

.caption_bottom {
    bottom: 3rem;
    top: initial;
    margin: auto;
    right: 0;
    left: 0;
    width: 930px;
    display: block;
    text-align: center;
}

.rating_slider .slick-dots{
	 bottom: -1.6rem;
    right: 5px;
    text-align: right;}

#CDSWIDSSP{
	width:100% !important;}

.testimonial_section h5{
	margin-top:-1rem;
	margin-bottom:1rem;}
	
.rateing_patner_row img{
	max-width:4rem;}	
	
.award img{border:1px solid #1d98b8;}	
	
.rateing_patner_row.award{
	margin-right: 2rem;
    position: relative;
    top: 2rem;}		

input.disabled{
  background: #dddddd !important;
}

.FormResult .error_result{
	padding:1rem 2rem;
	background-color:rgba(148,14,14,0.3);}
	
.FormResult .success_result{
	padding:1rem 2rem;
	background-color:rgba(11,181,43,0.3);}	
	
.FormResult .error_result p{
	margin-bottom:8px;}	

.billing_information_title {
    text-align: center;
    padding: 3rem 0;
    border-top: 1px rgba(112, 112, 112, 0.51) solid;
    margin-top: 2rem;
}

.confirm_booking_btn button, .confirm_booking_btn input[type="submit"] {
    background: #1D97B8;
    text-align: center;
    width: 460px;
    margin: auto;
    height: 47px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
}

.confirm_booking_btn {
    text-align: center;
    border-top: 1px rgba(112, 112, 112, 0.51) solid;
    margin-top: 1rem;
    padding-top: 2rem;
    margin-bottom: 4rem;
}

.banner_caption.caption_center {
right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    display: inline-table;
}

.banner_caption.caption_right {
position:relative;}

.banner_caption.caption_left {
    left: 0;
}

.social_icon ul li.header_phone {
    background: #d3b4a8;
    transform: rotate(95deg);
}

.social_icon ul li:hover {
    background: #1d98b8;
}

.booking_search {
    position: absolute;
    bottom: 5rem;
    max-width: 996px;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.46);
    padding: 1rem;
    border: 1px #8daeb0 solid;
    
    align-items: center;
}

ul.slick-dots {position: absolute; bottom: 1rem; width: 100%; text-align: center; }
ul.slick-dots li {display: inline-block; margin: 0 0.4rem;     position: relative;}
ul.slick-dots li button {border-style: solid; border-width: 1px; border-color: rgb(141, 174, 176); border-radius: 50%; background-color: rgb(0, 0, 0); opacity: 0.522; width: 22px; height: 22px; }
ul.slick-dots li.slick-active:after {border-radius: 50%; background-color: rgb(29, 152, 184); width: 4px; height: 4px; content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 9px; }

.booking_search_row label {
    font-size: 1rem;
    color: #cdcdcd;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 0.7rem;
}

.booking_search_row input, .booking_search_row select {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px #8daeb0 solid;
    height: 33px;
	    line-height: 33px;
    -webkit-appearance: none;
/*    background-image: url(../images/checkin_arrow.png);
    background-position: 90%;*/
    background-repeat: no-repeat;
    outline: none;
    color: #fff;
    padding-left: 1rem;
    font-size: 1rem;
}

.booking_search_row {
    margin: 0 0.3rem;
}

.success_order{
	line-height:1.3;
	padding:3rem 3rem !important;
	margin-top:100px;
	border:1px solid #ccc;}
	
.success_order table{
	max-width:100% !important;}	

.img_hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
    
}

.img_hover:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img_hover {
    overflow: hidden;
}

button.booking_btn {
    width: 137px;
    height: 33px;
    background: #8eadaf;
    border: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 1.6rem;
    font-size: 1.1rem;
}

button.booking_btn:hover {
    background: #1d98b8;
}

.page_title {
   color: #1d98b8;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
}

.home_intro {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 3rem;
    max-width: 1135px;
    padding-bottom: 6rem;
    margin: auto;
}

.page_content {
    color: #555555;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
}

.home_intro .page_content {
    padding-top: 3rem;
}

.room_type_row img {
    width: 100%;
    display: block;
}

.room_type_row {
    margin: 0 0.5rem;
    text-align: left;
    position: relative;
	margin-bottom:2rem;
}

.room_type_row a:before {
    background-image: url(../images/image_overlay.png);
    content: "";
    width: 100%;
    height: 100%;
    background-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
}

.room_type {
    width: 100%;
    text-align: center;
}

.room_type_row a p {
    position: absolute;
    bottom: 0.8rem;
    z-index: 1;
    left: 0.8rem;
    font-size: 1.5rem;
    color: #ffffff;
}

.room_type_row h4 a{
    color: #555555;
    font-size: 1.5rem;}
.room_type_row h4 a:before{display:none;}
h3.sub_page_title {
    color: #6d6d6d;
    font-size: 1.4rem;
    font-weight: 300;
    padding-top: 0.5rem;
	
}

.slick-slide, div, .experience_slider_midd{
	outline:none !important;}



h3.sub_page_title a{
	  color: #6d6d6d;}

.room_type_titlerow {
    width: 100%;
    padding-bottom: 4rem;
}

.room_type_row a p sub {
    font-size: 1.1rem;
    position: relative;
    top: 1px;
}

.room_type_row a {
    position: relative;
    display: block;
    overflow: hidden;
}

.room_type_row h4 {
    color: #555555;
    font-size: 1.5rem;
    padding-top: 1rem;
}


.rateing_testimonial {
    width: 100%;
    background: #f0f0f0;
	padding: 6rem 0;
    margin-top: 6rem;
}

.rateing_testimonial_row {
    max-width: 1135px;
    margin: auto;
    display: flex;
}

.rateing_row {
    width: 50%;
}
.testimonial_section_slider {
	height:100%;}
.testimonial_section {
    width: 50%;
}

.rateing_patner {
    width: 100%;
    padding-top: 3rem;
}

.rateing_patner_row {
/*    width: 70px;
    height: 70px;*/
    display: inline-block;
}

.testimonial_row h3 {
color: #6d6d6d;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 1rem;
    margin-bottom: 0.6rem;
}

.messages .error p:first-child, .messages .success p:first-child{
	padding-top:0;}

.testimonial_section h5 {
    color: #1d98b8;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-weight: 300;
}

.testimonial_content {
    color: #878787;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
}

.testimonial_content span {
    padding-top: 1rem;
    display: block;
	font-size:1rem;
}

.testimonial_section button {
    position: absolute;
    bottom: -1rem;
    background: rgba(117, 140, 164, 0.45);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 0;
    left: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
        background-image: url(../images/arrow-white-2.png);
    background-repeat: no-repeat;
    background-position: center;

}

.testimonial_section button.slick-prev.slick-arrow {
    left: 47px;
    background-image: url(../images/arrow-white-1.png);
    background-repeat: no-repeat;
    background-position: center;

}

.testimonial_section button:hover {
    background-color: #1d98b8;
}

.rateing_row {
    text-align: right;
	padding-right: 4rem;
    position: relative;
    padding-top: 3rem;
}

.rateing_row:after {
    content: "";
    position: absolute;
    background-image: url(../images/testimonial-icon.png);
    width: 69px;
    height: 51px;
    top: -25px;
    right: 68px;
}

.rateing_row span {
    color: #758ca4;
    font-weight: 500;
    font-size: 1.2rem;
    padding-top: 1rem;
    display: block;
    clear: both;
}


.confirm_booking_btn button:hover {
    background: #8EADAF;
}

.rateing_row h5 {
    color: #758ca4;
    font-size: 1.8rem;
    font-weight: lighter;
    width: 95%;
    text-align: right;
    float: right;
    line-height: 1.45;
}


.footer_link ul li a {
    color: #b2b2b2;
    font-size: 1.2rem;
}

.footer_link ul li a:hover {
    color: #fff;
}

.email_phpnelink p > a:hover {
    color: #fff;
}
.address_m{
	color:#b2b2b2;}
	
.address_m:hover{
	color:white;}	
.hide_sitemap a {
    color: #b1b1b1;
    font-weight: 300;
    font-size: 1.2rem;
    position: relative;
    /*background-image: url(../images/hide-icon.png);*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
	position:relative;
}

.hide_sitemap a:after{
	position:absolute;
	top:0;
	height:100%;
	width:30px;
	left:0;
	content:"";
	transform: scaleY(1);
	background-image: url(../images/hide-icon.png);
    background-repeat: no-repeat;
    background-position: left;
	
	}
	
.hide_sitemap a.active:after{
	  transform: scaleY(-1);}	

.footer_link ul li {
    padding-bottom: 1rem;
    font-weight: 300;
}

.footer_link > p {
    color: #e0e0e0;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.footer_page_link ul li a {
    color: #e0e0e0;
}

.footer_page_link ul li {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    font-weight: 300;
}

footer#footer {
   background: #454545;
    clear: both;
    width: 100%;
}

.hide_sitemap {
    background: #545454;
    padding: 17px 0;
    margin-bottom: 0;
}

.hide_sitemap a{
	color:white !important;
	cursor:pointer;}

.footer_bx{
	padding-top:3rem;}
.footer_row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
}

.footer_box {border-right: 1px #616161 solid;width: 25%;padding: 0 2rem;}

.footer_box:nth-child(1) {
    padding-left: 0;
    width: 20%;
}

.footer_box:nth-child(2) {
}

.footer_link ul li:last-child {
    padding-bottom: 0;
}

.footer_link {
    color: #b2b2b2;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.45;
}

.email_phpnelink p a {
    color: #b2b2b2;
    font-size: 1.2rem;
    padding: 0 5px;
    border-right: 1px #b2b2b2 solid;
    line-height: 1.5;
    display: inline-block;
}

.email_phpnelink p {
    display: flex;
}

.email_phpnelink p a:last-child {
    border: 0;
}

.follw_us p {
    color: #e0e0e0;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.follw_us {
    padding-top: 1rem;
}

.follw_us ul {
    display: flex;
}

.footer_link address{
	position:relative;
	padding-left:28px;}

.contactus_bx.active.newsletter_section{
	padding-bottom:2rem;}
.newsletter_row, .contact_form_row, .contactus_bx{
	position:relative;}
	
.contact_form  .control_btn{
    top: 24px;
}

.contactus_bx.contact_form.active .page_title{
	padding-bottom:1.5rem;}
	

.control_btn {
	cursor:pointer;
    position: absolute;
    top: -16px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: url(../images/select-arrow.png) no-repeat center center;
}
.address_m{
	vertical-align: top;
    margin-left: 1px;}

.follw_us ul li, .footer_icon {
    width: 21px;
    height: 21px;
    background: #d7d7d7;
    margin-right: 10px;
    text-align: center;
    border-radius: 100px;
    font-size: 0.6rem;
    line-height: 23px;
	display:inline-block;
}

.footer_icon{
	position:absolute;
	top:5px;
	left:0;} 

.footer_icon i:before{
	color:#454545;}
.follw_us ul li a {
    font-size: 0.8rem;
    color: #454545;
}

.follw_us ul li:hover{
	background:#316279;}
.follw_us ul li:hover i:before{color:white;}
.footer_box:last-child {
    padding-right: 0;
    border: 0;
}

.sub_header {
    width: 100%;
    border-top: 1px #616161 solid;
}

.sub_header_row {
    display: flex;
    justify-content: space-between;
    height: 53px;
    align-items: center;
    font-size: 1.2rem;
    color: #b1b1b1;
    font-weight: 300;
}

.sub_header_row a {
    color: #b1b1b1;
}

.inner_banner {
    width: 100%;
    position: relative;
    clear: both;
}

.inner_banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.23;
}

.inner_banner img {
    width: 100%;
    display: block;
}

.about_page {
    width: 100%;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.about_content_row {
    color: #555555;
    font-size: 1.35rem;
    text-align: justify;
    width: 50%;
    padding: 0 2rem;
    line-height: 1.45;
    font-weight: 300;
}

.about_page_content {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1130px;
    margin: auto;
    padding: 0 15px;
    padding-top: 3rem;
}

.about_content_row p {
    padding-bottom: 2rem;
}

.about_content_row:nth-child(2) {
    padding-right: 0;
}
.about_content_row:nth-child(1) {
    padding-left: 0;
}

.din-photo-bx, .dining_content{
	display:none;}
	
.din-photo-bx.active, .dining_content.active{
	display:block;}

.stat_feature {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 4rem 0;
}

.stat_feature_row {
    padding: 0 1.5rem;
}

.price_details {
	position:absolute;
	right:0;
	text-align:center;
	top:3rem;
	font-size:2rem;
	color:#1d98b8;}
	
.price_details span{
	text-transform:capitalize;}
	
.price_details .price_m{
		font-weight:500;}	
		
.price_details  .price_type{
	width:100%;
	float:left;
	text-align:center;
	font-size:1.2rem;}	

.stat_feature_row p {
    color: #757575;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.45;
	    max-width: 7rem;
}

.stat_feature_row i {
    padding-bottom: 1rem;
    display: block;
}

.stay_list {
    width: 100%;
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.stay_list ul li {
display: inline-block;
    font-size: 1rem;
    color: #757575;
    border-right: 1px #757575 solid;
    padding: 0 0.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.stay_page_bx{
	
	position:relative;}
.stay_page {
    width: 72%;
    margin: auto;
    padding: 0 15px;
    padding-top: 3rem;
    text-align: center;
    position: relative;
}

.stay_content {
    color: #555555;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.45;
    padding-bottom: 3rem;
    padding-top: 1rem;
}


.booking_search.inner_bookingsearch {
    position: static;
    margin-bottom: 5rem;
    background: #e0e0e0;
    text-align: left;
}

.booking_search.inner_bookingsearch label {
    color: #333333;
    text-align: left;
}

.rother_room_title {
    width: 100%;
    padding-bottom: 3rem;
}

.other_room_type {
    width: 100%;
    padding-bottom: 4rem;
    text-align: center;
}


.getin_touch {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
    clear: both;
}

.getin_touch_box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 4rem 0 2rem;
    clear: both;
}

.getin_touch_row i {
    width: 71px;
    height: 71px;
    background: #1d98b8;
    line-height: 71px;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.getin_touch_row p {
    color: #555555;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.45;
    text-align: right;
}

.getin_touch_row p a {
    color: #555555;
}

.getin_touch_row p a:hover {
    color: #1d98b8;
}


.newsletter_section {
	width: 100%;
    clear: both;
    text-align: center;
    background: #f3f3f3;
    padding: 2rem 0 4rem;
}

.newsletter_row p {
    color: #555555;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 1.5rem 0 1rem;
}

.newsletter_form {
    max-width: 562px;
    margin: auto;
    position: relative;
}

.newsletter_form input[type="text"] {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px #8eadaf solid;
    outline: none;
    padding: 0 1rem;
}


.newsletter_btn {
    position: absolute;
    right: 1px;
    top: 1px;
}

.newsletter_btn input[type="submit"] {
    width: 120px;
    height: 43px;
    background: #fff;
    border: 0;
    border-left: 1px #8eadaf solid;
    color: #1d98b8;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
	cursor:pointer;
}

.contact_form {
    width: 100%;
    clear: both;
    text-align: center;
    background: #f3f3f3;
    padding: 2rem 2rem 1rem;
    margin-top: 3rem;
	margin-bottom: 4rem;
}

.newsletter_btn input[type="submit"]:hover {
    background: #1d98b8;
    color: #fff;
}

.input-row {
    width: 100%;
    text-align: left;
    color: #858585;
    margin-bottom: 2rem;
}

.input-row input[type="text"], select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 1rem;
    border: 1px #8eadaf solid;
    font-weight: 300;
    font-size: 1.35rem;
    color: #858585;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff;
}

.input-row select {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
}

.input-row label {
    padding-bottom: 0.5rem;
    display: block;
    font-weight: 300;
    font-size: 1.35rem;
}

.contact_form_row {
    max-width: 80%;
    margin: auto;
}

.contact_form_row h3.page_title {
    padding-bottom: 3rem;
}

.input-row textarea {
    width: 100%;
    height: 93px;
    line-height: 45px;
    padding: 0 1rem;
    border: 1px #8eadaf solid;
    font-weight: 300;
    font-size: 1.35rem;
    resize: none;
}

.input-row button, .btn_m{
    width: 170px;
    height: 43px;
    background: #fff;
    border: 1px #1d98b8 solid;
    color: #1d98b8;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
	cursor:pointer;
}

.input-row.input-btn, .btn_m {
    text-align: center;
}

.input-row button:hover, .btn_m:hover {
    background: #1d98b8;
    color: #fff;
}

.getin_touch_row i:hover {
    background: #d3b4a8;
}

.error-msg p {
    font-size: 1rem;
    color: #F44336;
    padding: 1rem 0 0;
    font-weight: 300;
}

.dining_page {
    max-width: 1135px;
    margin: auto;
    padding: 0 15px;
    padding-bottom: 5rem;
}

.dining_photo {
    width: 100%;
    position: relative;
}

.dining_photo img {
    width: 100%;
    display: block;
}

.dining_link {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dining_link ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dining_link ul li {
    flex: 1;
}

.dining_link ul li a {
    color: #fff;
    display: block;
    height: 77px;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 77px;
    background: rgba(134, 134, 134, 0.5);
    margin-right: 1px;
	cursor:pointer;
}

.dining_link ul li:hover {
    background: #1d97b8;
}


button, select{
	cursor:pointer;
	outline:none !important;}
	
.prime_location_row {
	}	
.dining_link ul li a:hover, .dining_link ul li.active a{
    background: #1d97b8;
}

.dining_content {
background: #1d97b8;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 3rem 6rem 3.5rem;
    margin-top: 0.2rem;
}

.dining_link ul li a:last-child {
    border: 0;
}

.dining_title {
    text-align: center;
    padding: 3rem 0;
}

.dining_link ul li a.active {
    background: #1d97b8;
}


tr.bookingtop_row {
    background: #efefef;
    width: 100%;
    text-align: center;
    height: 50px;
    align-items: center;
}

.booking_page_table table {
    width: 100%;
}

tr.bookingtop_row th {
    vertical-align: middle;
    font-size: 1.2rem;
    color: #414141;
    font-weight: 300;
    border: 1px #cdcdcd solid;
}

.bookingroom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

.bookingroom-img {
    width: 180px;
}

.bookingroom-img img {
    width: 100%;
    display: block;
}

.bookingroom_titleedit p {
    color: #676767;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    padding-bottom: 1rem;
}

.bookingroom_titleedit a {
    color: #000;
}

.booking_page_table td {
    border: 1px #cdcdcd solid;
    vertical-align: middle;
    text-align: center;
}

.delte_edit {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
}

.delte_edit a {
    padding: 0 0.5rem;
    line-height: 15px;
    display: inline-block;
    color: #bfbfbf;
}

.delte_edit a:nth-child(1) {
    color: #808081;
    border-right: 1px #808081 solid;
    padding-left: 0;
}

.bookingroom_titleedit {
    padding-left: 2rem;
}

.experience_slider{
		   box-sizing: border-box;

     -webkit-box-sizing: border-box;

     -moz-box-sizing: border-box;

     -o-box-sizing: border-box;

     -ms-box-sizing: border-box;}

.experience_slider_midd h3{
     text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #555555;
    font-weight: 300;
    padding-bottom: 3rem;   
}

.pageclass-aboutus .banner_caption{
	padding-right:1rem;
	padding-left:0;
	font-size: 2.8vw;}

.experience_slider_content {
    display: flex;
    align-items: center;
	padding: 0 15rem;
    justify-content: space-around;
}


.experience_slider_midd {
    padding: 0 2rem;
}

.experience_slider_middrow {
      width: 40%;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.45;
}

.experience_slider {
      width: 100%;
    margin: auto;
    background: #F3F3F3;
    padding: 2rem;
    padding-bottom: 7rem;
    margin-bottom: 2rem;
}

.experience_slider .slick-arrow {position: absolute; bottom: 42%; /*text-align: center; margin: auto;*/ right: 50px;  width: 28px; height: 28px; border: 0; font-size: 0; background: #D9DADE; border-radius: 100px;    background-image: url(../images/arrow-white-1.png);
    background-repeat: no-repeat;
    background-position: center; }
.experience_slider button.slick-next.slick-arrow {    left: 50px;
    background-image: url(../images/arrow-white-2.png);
    background-repeat: no-repeat;
    background-position: center; }

.experience_slider .slick-arrow:hover {
    background-color: #3c98b8;
}

.experience_map {
     width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

.experience_map img {
    width: 100%;
    display: block;
}

.experience_title {
    text-align: center;
    padding: 4rem 0 2rem;
}
.iti{
	width:100%;}
.experience_slider_middrow:nth-child(2) {
    width: 20%;
    margin: 0 2rem;
}

.experience_slider_middrow:nth-child(2) i img {
    display: block;
    margin: auto;
}


.quantity_input {
    width: 100%;
    display: flex;
    justify-content: center;
}


.mob{
	display:none;}

.checkin_checkout input{
	width: 10rem;
	padding-left: 1rem !important;}
	


.quantity_input button {height: 30px;width: 30px;border: 0;background: #DEDDDE;color: #fff;font-size: 1.3rem; cursor: pointer;outline: none;}
.quantity_input button:hover {background: #1d98b8; }
 
.quantity_input input {
    text-align: center;
    padding: 0;
    margin: 0;
    color: #414141;
    background: #E7E6E7;
    border: 0;
    text-indent: 1px;
	width: 3rem;
}

.checkin_checkout {
    display: flex;
    justify-content: center;
    /*margin-bottom: 2rem;*/
    padding: 0 1rem;
}

.checkin_checkout_row {
    margin: 0 0.5rem;
}

.checkin_checkout_row input[type="text"] {
    background: #858585;
    border: 0;
    height: 33px;
    padding: 0;
    position: relative;
}

.checkin_checkout_row:nth-child(1) {
    margin-left: 0;
}

.checkin_checkout_row:nth-child(2) {
    margin-right: 0;
}


.total_price {
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: flex-start;
    align-items: center;
}

.total_price_right {
    width: 460px;
    background: #EFEFEF;
    height: 100%;
}

.price_row {
    padding: 1.5rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proceed_check {
    background: #8EADAF;
    text-align: center;
    padding: 1.2rem 0;
}

.proceed_check:hover {
    background: #1d98b8;
}

.proceed_check a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
}

.price_row p {
    color: #3F3F3F;
    font-size: 1.4rem;
    font-weight: 300;
}

.price_row span {
    color: #424242;
    padding-left: 3rem;
    font-size: 2rem;
}

.booking_page {
    clear: both;
    padding-top: 3rem;
}

.booking_page_table {
    width: 100%;
}


.prime_location_row i {
    width: 88px;
    height: 88px;
    background: #1d98b8;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 1rem;
}

.back_btn{
    float: right;
    width: 170px;
    height: 43px;
    background: #fff;
    border: 1px #1d98b8 solid;
    color: #1d98b8;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 42px;}
	
.back_btn:hover{
	background:#1d98b8;
	color:white;}	

.prime_location_row {
    text-align: center;
    margin: 0 0.5rem;
}

.prime_location_row p {
    color: #555555;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.45;
}


.prime_box h3 {
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #555555;
    font-weight: 300;
    padding-bottom: 2rem;
}

.experience_slider_middrow a {
    display: block;
    color: #555555;
    font-weight: 300;
    margin-top: 0.7rem;
}

.experience_slider_middrow i {
    width: 26px;
    height: 26px;
    background: #228099;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 27px;
    margin-right: 0.4rem;
}

td.price_night p {
    color: #424242;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 0.8rem;
}

.radiobox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(142, 173, 175);
    border-radius: 50%;
    background-color: rgb(244, 244, 244);
}

.radiobox:hover input ~ .checkmark {
  background-color: #ccc;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radiobox input:checked ~ .checkmark:after {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(142, 173, 175);
    border-radius: 50%;
    background-color: rgb(29, 151, 184);
}

.radiobox .checkmark:after {
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
}

.smoking_checkbox {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.input-row p {
    color: #858585;
    font-weight: 300;
    font-size: 1.5rem;
}

.check_box_row p {
    color: #858585;
    font-weight: 300;
}

.check_box_row p i {
    font-style: italic;
}

.check_box_row {
    margin-right: 2rem;
}

.quantity_box {
    padding: 0 1.5rem;
}

.hamburger_menu {
    display: none;
}

.other_room_booking {
    width: 100%;
    padding-bottom: 6rem;
    text-align: center;
    border-top: 1px #b9b9b9 solid;
    padding-top: 4rem;
    margin-top: 4rem;
}






#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}

#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333;}

.getin_touch_box {width: 90%;}
.error-msg p {font-size: 1rem;color: #F44336 !important; }
.availability_days_wrapper{
    width: 100%;
    float: left;
    margin: 25px 0px;
}
.availability_days_row{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.availability_days_block{
    float: left;
    width: 12%;
    border: 1px #cdcdcd solid;
    margin: 0 0.5%;
}
.availability_days_block h3{
    vertical-align: middle;
    font-size: 1rem;
    color: #414141;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px #cdcdcd solid;
    background: #efefef;
    padding: 15px 10px;
    text-transform: capitalize;
}
.availability_days_block h4{
    vertical-align: middle;
    font-size: 1rem;
    color: #414141;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px #cdcdcd solid;
    padding: 10px 5px;
}
.availability_days_block p{
    vertical-align: middle;
    font-size: 1rem;
    color: #414141;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    color: #2299ba;
}
h2.checkout-h2{
    vertical-align: middle;
    font-size: 1.3rem;
    color: #414141;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px #cdcdcd solid;
    float: left;
    padding-bottom: 15px;
    margin: 0 0.5% 15px 0.5px; 
    text-transform: capitalize;
    width: 100%;
}
.paid_services{ float: left; margin: 0 0.5% 15px 0.5px; width: 100%; }
.paid_services ul{ 
    list-style: none; 
    margin-top: 10px; 
}
.paid_services ul li{
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 20px;
    /*color:#2299ba;*/
}
.display_none {
    display: none;
}
.alert-box {
    color: #555 !important;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 10px 10px 36px;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.alert-box span {
    font-weight: bold;
    text-transform: uppercase;
    color: #777777;
}
.alert-box p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
    margin-top:0px;
    color: #777777;
}
.alert-box p:last-child {
    margin-bottom: 0px
}
.alert-box.error {
    background: #ffecec url('../images/icons/error.png') no-repeat 10px 8px;
    border: 1px solid #f5aca6;
}
.alert-box.success {
    background: #e9ffd9 url('../images/icons/success.png') no-repeat 10px 8px;
    border: 1px solid #a6ca8a;
}
.alert-box.warning {
    background: #fff8c4 url('../images/icons/warning.png') no-repeat 10px 8px;
    border: 1px solid #f2c779;
}
.alert-box.notice {
    background: #e3f7fc url('../images/icons/notice.png') no-repeat 10px 8px;
    border: 1px solid #8ed9f6;
}
.cur {
    cursor: pointer;
}
@media only screen and (max-width: 1200px) {

.booking_page {clear: both; padding-top: 0; }
.booking_page_table td {width: calc(50% - 20px); min-height: 136px; align-items: center; display: flex; flex-wrap: wrap; justify-content: center; float: left; position: relative; margin: 0 10px; margin-bottom: 4rem; } .booking_page_table th {display: none !important; background: transparent !important; opacity: 0 !important; }
tr.bookingtop_row {opacity: 0; } td.room_mobile:after {content: "Room"; position: absolute; top: -30px; left: 0; font-size: 1.5rem; font-weight: 300; }
td.adults_mobile:after {content: "Adults"; position: absolute; top: -30px; left: 0; font-size: 1.5rem; font-weight: 300; }
td.children_mobile:after {content: "Children"; position: absolute; top: -30px; left: 0; font-size: 1.5rem; font-weight: 300; }
td.rooms_mobile:after {content: "Rooms"; position: absolute; top: -30px; left: 0; font-size: 1.5rem; font-weight: 300; }
td.night_mobile:after {content: "Night"; position: absolute; top: -30px; left: 0; font-size: 1.5rem; font-weight: 300; }
td.price_night:after {content: "Price/night"; position: absolute; top: -30px; left: 0; font-size: 1.5rem; font-weight: 300; }
.booking_page_table td:nth-child(odd) {clear: both; }

.total_price {display: block; width: 100%; }
.total_price .stat_feature {padding: 0rem 0 3rem; margin-top: 15px; }
.total_price_right {width: 100%; float: left; }

.booking_search {position: static; }
.home_intro {padding: 4rem 2rem; }
.room_type_box  ul.slick-dots {bottom: -4rem; }
.caption_bottom {width: 96%; }
.experience_slider {
    width: 96%;
}

.innerroomtype_box ul.slick-dots {
    bottom: -3rem;
}


.footer_row {
    flex-wrap: wrap;
}

.footer_box {
    width: 50%;
    margin-bottom: 2rem;
    border-bottom: 1px #616161 solid;
    padding-bottom: 3rem;
}

.footer_box:nth-child(1) {
    width: 50%;
}

.footer_box:nth-child(2) {
    border-right: 0;
}

.footer_box:last-child {
    border-bottom: 1px #616161 solid;
}



}

@media only screen and (max-width: 767px) {
header#header{
	min-height:15rem !important;}
.footer_row {
    padding-bottom: 0;
}	
.footer_box:last-child {
    border-bottom: none;
}
#header.darkHeader .header{
	padding-top:0 !important;}	
.banner_section_row img{
	height:250px;
	width:100%;
	object-fit:cover;}
.booking_page_table tr {
    width: 100%;
}

.booking_page_table td {
display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 4rem;
    padding: 0.5rem 0;
    position: relative;
    min-height: 100%;
}

tr.bookingtop_row th {
    width: 50%;
    display: inline-block;
    padding: 11px 0;
}

.booking_page_table tbody {
    width: 100%;
}

.total_price_right {
    width: 100%;
}

.total_price {
    display: block;
    width: 100%;
}

.stat_feature {
    display: inline-block;
    text-align: center;
    margin: auto;
}

.stat_feature_row {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin-bottom: 2rem;
}


.confirm_booking_btn button {
    width: 100%;
}

.footer_row {
    display: block;
}

.footer_box {
    border-bottom: 1px #616161 solid;
    border-right: 0;
    width: 100%;
    padding-left: 0;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.footer_box:nth-child(1) {
    width: 100%;
}

.bookingroom {
    display: block;
}

.bookingroom-img {
    width: 100%;
    padding-bottom: 1rem;
}

.bookingroom_titleedit {
    text-align: left;
    padding-left: 0;
}



.hamburger_menu {
    display: flex;
    width: 100%;
    background: #1d98b8;
    height: 49px;
    align-items: center;
    padding: 0 0.5rem;
}

.mobile_header ul {
    display: flex;
}

.mobile_header ul li {
    background: #fff;
    width: 30px;
    text-align: center;
    margin-right: 0.5rem;
    height: 30px;
    border-radius: 100px;
    line-height: 31px;
}

.mobile_header ul li a {
    color: #3c98b8;
}


.btn2 {
     position: absolute;
    width: 40px;
    height: 50px;
    top:0px;
    right: 15px;
    transition-duration: 0.5s;
    float: right;
    text-align: start;
}
.btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 3px;
    width: 40px;
    top: 24px;
    background-color: #fff;
    right: 0;
}
.btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #fff;
    content: "";
    top: -11px;
}
.btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #fff;
    content: "";
    top: 12px;
}
.btn2.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn2.open .icon:before {
    -webkit-transform: rotateZ(45deg) scaleX(0.8) translate(7px, 7px);
    transform: rotateZ(45deg) scaleX(0.8) translate(7px, 7px);
}
.btn2.open .icon:after {
    -webkit-transform: rotateZ(-45deg) scaleX(0.8) translate(11px, -11px);
    transform: rotateZ(-45deg) scaleX(0.8) translate(11px, -11px);
}
.btn2:hover {cursor: pointer; }
.navigation > ul {display: block; }
.navigation > ul > li {display: block; padding: 20px 0; border-bottom: 1px #fff solid; }
.navigation_bar {position: absolute; width: 100%; left: 0; top: 0; background: #3c98b8;z-index: 99; }
.navigation > ul > li a {color: #fff; }
.navigation > ul li.active a {color: #fff;font-weight: bold;}
.social_icon {display: none; }
ul.sub_menu {
    width: 100%;
    text-align: center;
    top: 54px;
}

ul.sub_menu:after {
    left: 0;
    right: 0;
    margin: auto;
    top: -8px;
}

.logo {
    padding: 1rem 0;
}

.logo img {
    width: 12rem;
}

.header {
    padding: 0;
}

.banner_caption {
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    font-size: 1.5rem;
  
}

.booking_search {
    position: static;
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.booking_search_row {
    width: 48%;
    display: inline-block;
    margin: 0 0.6%;
    margin-bottom: 1rem;
    vertical-align: top;
}

.booking_btn_row.booking_search_row {
	width:100%;
	}
	
.booking_btn_row button.booking_btn{
		width:100%;
		margin-top: 10px;}

.booking_search_row label {
    font-size: 1.4rem;
}

.booking_search_row input {
    background-position: 97%;
}


.home_intro {
    padding: 4rem 2rem;
}

.home_intro .page_content {
    padding-top: 1rem;
}

.room_type_titlerow {
    padding-bottom: 2rem;
}

.room_type ul.slick-dots {
    bottom: -3rem;
}

.rateing_testimonial {
}

.rateing_testimonial_row {
    display: block;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
}

.testimonial_section {
    width: 100%;
}

.rateing_row {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5rem;
}

.testimonial_row {
    text-align: right;
}

.testimonial_section button {
    bottom: -4rem;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial_section button.slick-prev.slick-arrow {
    left: 94px;
}


.about_page_content {
    display: block;
}

.about_content_row {
    width: 100%;
    padding: 0;
}

.about_content_row p {
    padding-bottom: 1rem;
}

.about_page {
    padding-bottom: 2rem;
    padding-top: 2rem;
}



.dining_link {
    position: static;
}

.dining_link ul {
    display: block;
}

.dining_link ul li a {
    border-bottom: 1px #fff solid;
}

.dining_link ul li {
    margin-bottom: 1px;
}


.experience_slider_midd {
    padding: 0;
}

.experience_slider {
    width: 96%;
    padding-bottom: 6rem;
}

.experience_slider_content {
    display: block;
}

.experience_slider_middrow {
    width: 100%;
}

.experience_slider_middrow:nth-child(2) {
    width: 100%;
    margin: 0;
}

.experience_slider .slick-arrow {
    bottom: -4rem;
}

.experience_map {
    width: 100%;
    padding: 0 1rem;
}

.getin_touch_box {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.getin_touch_row p {
    text-align: center;
}

.getin_touch_row {
    padding-bottom: 3rem;
    margin-bottom: 0rem;
    display: inline-block;
}


.newsletter_form {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
}

.newsletter_btn {
    position: relative;
    width: 100%;
}

.newsletter_btn input[type="submit"] {
    width: 150px;
    border: 1px #8eadaf solid;
    margin-top: 1rem;
	cursor:pointer;
}

.contact_form_row {
    max-width: 100%;
}

#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width: 100%;border-top: 0px solid #444;text-align: left;padding: 15px 20px;}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none;    position: relative;}
#cssmenu ul ul li a{padding-left:20px}
#cssmenu ul ul li{background:#333!important;    padding:9px 0;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700;}
.button{    width: 55px; height: 46px; position: absolute; right: -6px; top: -53px; cursor: pointer;} .button:after{position: absolute; top: 26px; right: 20px; display: block; height: 14px; width: 40px; border-top: 3px solid #fff; border-bottom: 3px solid #fff; content: '';} .button:before{-webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; position: absolute; top: 16px; right: 20px; display: block; height: 3px; width: 40px; background: #fff; content: '';} .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:26px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:26px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fff;height:45px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px;}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
#cssmenu ul ul {position: absolute; top: 46px; z-index:999; }
#cssmenu li:hover > ul {left: 0;}
ul.sub_menu:after {opacity: 0; }

}





