﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Swis721_Cn_BT_Roman';
    src: url('../fonts/Swis721_Cn_BT_Roman.eot');
    src: url('../fonts/Swis721_Cn_BT_Roman.eot') format('embedded-opentype'), url('../fonts/Swis721_Cn_BT_Roman.woff2') format('woff2'), url('../fonts/Swis721_Cn_BT_Roman.woff') format('woff'), url('../fonts/Swis721_Cn_BT_Roman.ttf') format('truetype'), url('../fonts/Swis721_Cn_BT_Roman.svg#Swis721_Cn_BT_Roman') format('svg');
}

@font-face {
    font-family: 'Swis721_Cn_BT_Bold';
    src: url('../fonts/Swis721_Cn_BT_Bold.eot');
    src: url('../fonts/Swis721_Cn_BT_Bold.eot') format('embedded-opentype'), url('../fonts/Swis721_Cn_BT_Bold.woff2') format('woff2'), url('../fonts/Swis721_Cn_BT_Bold.woff') format('woff'), url('../fonts/Swis721_Cn_BT_Bold.ttf') format('truetype'), url('../fonts/Swis721_Cn_BT_Bold.svg#Swis721_Cn_BT_Bold') format('svg');
}
.clearfix {
	clear:both;
}
a {
	color:#0d0e0e;
	font-weight:bold;
	cursor:pointer;
}
a:hover {
	color:#827C67;
	transition:color 0.5s ease-out 0s;
}
p {
	padding-bottom:10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:185%;
	color:#0d0e0e;

}
img {
    max-width:100%;
}
#map img {
    max-width:none;
}
input[type=button], input[type=submit], input[type=reset], button{
	height:29px;
	padding:0px 20px;
	color:#fff;
	background: #000; 
	background: linear-gradient(to bottom,  #2222FF 65%,#00B8FF 100%); 
	font-size:14px;
    font-family: 'Swis721_Cn_BT_Roman';
    display:inline-block;
    line-height:26px;
    border-radius:5px;
    border:0px;
    cursor:pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover{
	background: #b2aa8a; 
	background: linear-gradient(to bottom,  #c8bf9c 0%,#b2aa8a 100%); 
	color:#423f2c;
}


#toTop {
    width:30px;
    background:#000;
    text-align:center;
    padding:5px;
    position:fixed; /* this is the magic */
    bottom:10px; /* together with this to put the div at the bottom*/
    right:10px;
    cursor:pointer;
    display:none;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    border-radius:20px;
    z-index:999;
    font-family:Verdana;
    line-height:30px;
}
#toTop:hover {
    background:#3a70c8;
    color:#fff;
}   
#mainWrapper {
	width:100%;
	height:auto;
	text-align:center;
	background:url(../images/bg_body.png) repeat-x;
}
.wrapper {
	width:960px;
	height:auto;
	text-align:left;
	margin:0px auto;
}
#header {
	height:176px;
	width:100%;
}
.headerInner
{
    width:960px;
    position:relative;
    margin:0px auto;
    height:176px;    
}
.logo {
	position:absolute;
	top:29px;
	left:0px;
}
.topContactLeft {
    position:absolute;
    top:8px;
    left:0px;
    font-size:12px;
    color:#141414;
    line-height:24px;
}
.topContact {
    position:absolute;
    top:8px;
    right:0px;
    font-size:12px;
    color:#141414;
    line-height:24px;
}
.topContact > ul > li
{
    float:left;
    padding:0px 14px;    
    background:url(../images/bgTopContact.png) no-repeat left center;
    height:24px;
}
.topContact > ul > li:first-child
{
    background:url(../images/icoPhone.png) no-repeat left center;
    padding-left:20px;
}
.topContact > ul > li.weather
{
    padding-right:0px;
    width:168px;
}
.topContact a{
    color:#141414;
}
.topContact a:hover{
    color:#423f2c;
}
.topContact > ul > li > span
{
    float:right;
    padding-left:0px;
}
nav select {
    display: none;
}
#nav {
	position:absolute;
	top:129px;
	left:0px;
	height:47px;
	font-size:15px;
	text-transform:uppercase;
	z-index:9;
    font-family: 'Swis721_Cn_BT_Roman';
}
#nav > ul 
{
    float:left;
    width:100%;
    height:47px;    
}
#nav > ul > li {
	float:left;
	padding:0px 9px;
	line-height:47px;
	position:relative;
}
#nav > ul > li > a {
	color:#fff;
	float:left;
	height:47px;
	line-height:47px;
}
#nav > ul > li:hover, #nav > ul > li.active{
	background: #e2ddbf; 
	background: linear-gradient(to bottom,  #e2ddbf 0%,#c5bb97 100%); 
	
	
}
#nav > ul > li:hover a, #nav > ul > li.active > a{
	color:#423f2c;
}
 
 
#nav.fixed
{
    position:fixed;
    top:0px;
    width:100%;
    background:#423f2c;
    height:47px;
    z-index:999;    
}
#nav.fixed ul
{
    width:1085px;
    margin:0px auto;
    float:none;
}
.ie #nav.fixed ul { width:1120px;  }



#nav ul li ul {
	display: none;
	position: absolute;
	top: 47px;
	width: 210px;
	z-index: 9999;
	left: 0px;
	font-weight:bold;
	color:#fff;
}
#nav ul li:hover ul {
	display: block;
}


#nav ul li ul li {
	float: left;
	width: 210px;
	height: 35px;
	line-height: 35px;
	background: #423F2C;
	padding: 0 0 0 15px;
	font-size:13px;
	text-transform:none;
	font-family: 'Swis721_Cn_BT_Roman';
	text-align:left;
	text-transform:uppercase;

}
#nav ul li ul li a{
	
	color:#fff !important;
}
#nav ul li ul li:hover {
	background: #E2DDBF ;
	color:#fff !important;
}
#nav ul li ul li ul{
position: absolute;
 left: 100%;
 top:0;
 display:none  !important;
width:440px;	
}

#nav.fixed ul li ul li ul{
position: absolute;
 left: 100%;
 top:0;
 display:none  !important;
width:440px;	
}

#nav ul li ul li:hover ul{
 display:block  !important;
	
}
#nav ul li ul li a:hover {
	color:#423f2c !important;
}
#nav ul li ul li  {
	
	position: relative;

}
#nav.fixed ul li ul li ul li {
	
	width:100%;

}

#nav ul li ul li ul li {
	
	width:100%;

}








#nav.fixed ul li ul {
	display: none;
	position: absolute;
	top: 47px;
	width: 210px;
	z-index: 9999;
    font-weight:bold;
	left:0px;
	color:#fff;
}
#nav.fixed ul li:hover ul {
	display: block;
}
#nav.fixed ul li ul li {
	float: left;
	width: 210px;
	height: 35px;
	line-height: 35px;
	background: #423F2C;
	padding: 0 0 0 15px;
	font-size:13px;
	text-transform:uppercase;
	
	text-align:left;
}
#nav.fixed ul li ul li:hover {
	background: #E2DDBF ;
	color:#fff;
}

#nav.fixed ul li ul li a:hover {
	color:#fff;
}


#nav ul li.button_nav {display: none;}
#nav.fixed ul li.button_nav {display: block;float: left; padding:0px; margin-left:9px;}
#nav.fixed ul li.button_nav:hover, #nav.fixed ul li.button_nav.active { background:none; border:none; padding:0px; }


.low-pb-5{margin-bottom: 35px;}

















.bookTicketArea{
    position:absolute;
    right:0px;
    top:50px;
	width:455px;
	height:46px;
	padding:16px 6px 13px 40px;
	color:#0000FF;
	background:#fff;
	border-radius:5px;
	box-shadow:0px -2px 5px #cfcfcf;
}
.bookTicketArea ul {
	float:left;
	width:241px;
}
.bookTicketArea ul li {
	float: left;
	height: 28px;
	padding: 0px 20px 0px 0px;
	line-height:28px;
}
.bookTicketArea ul li label {
	font-size: 12px;
	float:left;
	line-height:17px;
}
.bookTicketArea ul li.chkinOut {
	width:100px;
	height:46px;
	float:left;
}
.bookTicketArea ul li.chkinOut input[type=text] {
	border: none;
	float: left;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	margin:0;
	text-align: center;
	width:94px;
	background:#fff;
	color:#000;
	border:1px solid #cdcdcd;
}
.bookTicketArea ul li.book_now {
	width: 124px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
}
.slider {
    width:100%;
    height:auto;
    float:left;    
    position:relative;
    min-height:376px;
    height:auto; 
    border-bottom:3px solid #fff;
}


.flexslider ul > li > div 
{
    width:960px;
    margin:0px auto;
    position:relative;}

.banner > div 
{
    width:960px;
    margin:0px auto;
    position:relative;}


.banner > div > .caption
{
    width:auto;
    position:absolute;

    bottom:25px;    
    min-height:67px;
    background:url(../images/bg_caption.png) repeat;
    text-align:left;
    padding-left:20px;
}

.banner > div > .caption > span
{
    font-size:20px;
    line-height:67px;
    color:#fff;
    width:270px;
    padding-right:20px;
    text-align:left;
   	font-family: 'Overlock', cursive;
   	text-transform:uppercase;
}

.low-pb-5 .pt-2 {padding-top: 15px;}






.flexslider ul > li > div > .caption
{
    width:auto;
    position:absolute;

    bottom:25px;    
    min-height:67px;
    background:url(../images/bg_caption.png) repeat;
    text-align:left;
    padding-left:20px;
}
.flexslider ul > li > div > .caption > span
{
    font-size:20px;
    line-height:67px;
    color:#fff;
    width:270px;
    padding-right:20px;
    text-align:left;
   	font-family: 'Overlock', cursive;
   	text-transform:uppercase;
}
.flexslider ul > li > div > .caption > span > span
{
    font-weight:200;
    font-size:22px;
}

.flexslider ul > li > div >.flex-direction-nav
{
    display:block;}

.flex-direction-nav{ display:none;}


.content
{
    float:left;
    width:100%;    
    height:auto;
    padding:26px 0px 35px 0px;
}
.TopCta a
{
    color:#000;

}
.TopCta a:hover
{
    color:#827C67
}

.TopCta
{
    width:100%;
    height:194px;    
    float:left;
    margin-bottom:35px;
}
.TopCta > ul 
{
    float:left;
    width:100%;    
}
.TopCta > ul > li
{
    border-bottom:1px solid #423f2c;
    background:#e1dcbd;
    float:left;
    height:175px;
    width:290px;    
    padding:9px;
}
.TopCta > ul > li.mid
{
    margin:0px 18px;
}
.TopCta > ul > li > .ctaImg
{
    float:left;
    width:281px;
    height:132px;
    border:1px solid #b8b39a;   
    padding:4px;
    background:#fff;
    position:relative;
    overflow:hidden;
}
.TopCta > ul > li > .ctaImg > img
{
    width:281px;
    height:132px;
    display:block;
}
.TopCta > ul > li > .ctaImg > .textctaImg
{
    background:url(../images/bg_textctaImg.png) no-repeat;
    width:241px;
    height:90px;
    position:absolute;
    left:0px;
    bottom:-500px;
    padding:25px;
    color:#fff;
    font-size:15px;
    line-height:28px;
}
.TopCta > ul > li > .ctaImg > .textctaImg strong
{
    font-size:18px;    
    font-family: 'Swis721_Cn_BT_Bold';
    line-height:18px;
}
.TopCta > ul > li > .ctaTitle
{
    text-align:center;
    font-size:18px;
    color:#000;
    line-height:42px;
    overflow:hidden;
    padding:0px 10px;
    width:270px;   
    font-family: 'Swis721_Cn_BT_Roman';
}
.TopCta > ul > li.last > .ctaTitle
{
    font-size:17px;
    color:#000;
    line-height:1.25em;
}
h1 {
	font-size:32px;
    font-family: 'Swis721_Cn_BT_Roman';
	color:#423f2c;
	line-height:40px;
	padding-bottom:15px;
}
h2{
	font-size:25px;
    font-family: 'Swis721_Cn_BT_Roman';
	line-height:30px;
	padding-bottom:5px;
}
 
h3{
	font-size:20px;
	color:#0d0e0e;
    font-family: 'Swis721_Cn_BT_Roman';
	padding-bottom:5px;
}

h4{
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.gallery_inner
{
    width:1000px;
    height:195px;    
    position:relative;
    float:left;
    top:-120px;
}
#carousel_inner {
	overflow: hidden;  /* important (hide the items outside the div) */
	height:195px;
	width:1000px;
	float:left;
	position:relative;
}
#carousel_inner ul {
	width:9999px; /* important */
	height:195px;
}
#carousel_inner ul li {
	float: left; 
	width:187px;
	height:195px;
	margin:0px 7px;
	position:relative;
	background:url(../images/bg_cta.png) no-repeat bottom center;
}
#carousel_inner ul li .ctaImg{
    border-radius:3px 3px 0px 0px;
    width:187px;
    height:102px;
    float:left;
    overflow:hidden;
    position:relative;
}
#carousel_inner ul li .ctaImg span
{
    position:absolute;
    left:20px;
    bottom:0px;
    width:19px;
    height:8px;
    background:url(../images/ctaArrow.html) no-repeat;    
}
#carousel_inner ul li .ctaImg img{
    border-radius:3px 3px 0px 0px;
    float:left;
} 
#carousel_inner ul li .ctaDetail{
    border-radius:0px 0px 3px 3px;
    width:167px;
    height:45px;
    float:left;
    overflow:hidden;
    background:#3a70c8;
    padding:15px 10px 28px 10px;
    font-size:14px;
    font-weight:600;
    line-height:18px;
    color:#fff;
    position:relative;
}
#carousel_inner ul li .ctaDetail .links{
    position:absolute;
    left:10px;
    bottom:5px;
    width:167px;
}
#carousel_inner ul li .ctaDetail .links a{
    float:left;
    font-size:11px;
    color:#fff;
}
#carousel_inner ul li .ctaDetail .links a + a{
    float:right;
}
#carousel_inner ul li .ctaDetail .links a:hover
{
    color:#000;    
}
#carousel_inner ul li.active .ctaImg, #carousel_inner ul li.active .ctaImg img{
    border-radius:0px 0px 3px 3px;
}
#carousel_inner ul li.active .ctaDetail
{
    border-radius:3px 3px 0px 0px;
    background:#000;
}
#carousel_inner ul li.active .ctaImg span
{
    left:20px;
    bottom:94px;
    background:url(../images/ctaArrowActive.html) no-repeat;    
}
#carousel_inner ul li.active .ctaDetail .links a:hover
{
    color:#999;    
}
.left_scroll {
	height:11px;
	width:8px;
	background:url(../images/slider_arrow_small.png) no-repeat top left;
	position:absolute;
	top:25px;
	right:28px;
	cursor:pointer;
}
.right_scroll {
	position:absolute;
	top:25px;
	right:17px;
	height:11px;
	width:8px;
	background:url(../images/slider_arrow_small.png) no-repeat top right;
	cursor:pointer;
}

.left_scroll:hover {
	background:url(../images/slider_arrow_small.png) no-repeat bottom left;
}
.right_scroll:hover {
	background:url(../images/slider_arrow_small.png) no-repeat bottom right;
}

.colLeft{
	float:left;
	width:660px;
}
.colRight{
	float:right;
	width:265px;	
}
.rightBox
{
    float:left;
    width:235px;
    height:auto;
    border-bottom:1px solid #c6bc99;
    margin-bottom:18px;
    background:#fff;
   padding: 15px 15px 8px; 
    position:relative;   
}

.rightBox1
{
    float:left;
    width:auto;
    height:auto;
    margin-bottom:11px;
    
  
    
}


.hours ul li{ list-style:none !important; margin-left:0 !important;}
 
.specialOffers 
{
    width:235px;
    height:300px;
    position:relative;
    margin-top:15px;
    font-size:13px;
    color:#000;
    line-height:170%;
}
#specialOffers 
{
    width:235px;
    height:300px;
    position:relative;
    overflow:hidden;
}
.specialOffers ul li
{
    height:auto !important; 
}
.offerImg
{
   float:left;
   width:232px;
   height:auto;   
   margin-bottom:15px;  
}
#specialOffers h4 > a
{
    font-size:15px;
    color:#ff7d01;    
    height:23px;
    line-height:23px;
    overflow:hidden;
    
}
.offerTxt
{
    float:left;
    height:auto;    
    width:100%;
    overflow:hidden;
}
a.readmore
{
	height:30px;
	padding:0px 20px;
	color:#fff;
	background: #000; 
	background: linear-gradient(to bottom,  #5c5c5c 0%,#000000 100%); 
	font-size:14px;
    font-family: 'Swis721_Cn_BT_Roman';
    display:inline-block;
    line-height:30px;
    border-radius:5px;
    margin:15px 0 0 65px;
    
}
a.readmore:hover
{
	background: #b2aa8a; 
	background: linear-gradient(to bottom,  #c8bf9c 0%,#b2aa8a 100%); 
	color:#423f2c;
}
.testimonialsArea
{
    width:100%;
    height:auto;
    background:#fff;
    height:80px;    
    padding:13px 0px;
}
.testimonialInner
{
    width:960px;
    margin:0px auto;
    height:80px;    
}
.footerTestimonials{
    background:url(../images/bg_testimonials.png) no-repeat;
    float:left;
    height:48px;
    padding:0px 30px;
    line-height:48px;
    width:900px;
    overflow:hidden;
    text-align:center;
}
#footer {
	width:100%;
	min-height:560px;
	height:auto;
	background:#f2f2f2;
	font-size:13px;
	color:#000;
}
#footer a
{
	color:#000;
}
#footer a:hover, #footer .active a
{
	color:#827c67;
}
.footerInner{
	width:960px;
	margin:0px auto;	
	height:auto;
	position:relative;
}
.footerAddress
{
    position:absolute;
    left:0px;
    top:5px;  
    text-align:left;
    padding:30px 0px;
    border-bottom:1px dotted #c2c2c2;
    width:100%;
}
.ie .footerAddress
{
font-size:13px;
}




.footerAddress > ul > li
{ 
    float:left;
    width:30%;
}
.footerAddress > ul > li + li
{ 
    width:30%;
}
.footerAddress > ul > li + li + li
{ 
    width:20%;
    float:right;
}


.footerAddress > ul > li:first-child
{ 
    width:40%;
}
.footerMenu {
  border-bottom: 1px dotted #c2c2c2;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 54px;
  position: absolute;
  text-align: center;
  top: 180px;
  width: 100%;
}

.footerMenu li
{
    display:inline-block;
    font-size:14px;
    text-align:center;
    font-family: 'Swis721_Cn_BT_Roman';
    padding:0px 21px;
    line-height:155%;
}
.footerSocial
{
    position:absolute;
    right:0px;
    top:380px;    
    border-bottom:1px dotted #c2c2c2;
    width:100%;
    height:85px;
}
.footerSocial > .facebook
{
    position:absolute;
    right:192px;
    top:29px;
}
.footerSocial > .googleplus
{
    position:absolute;
    right:145px;
    top:29px;
}





.footerSocial > .bookNow
{
    position:absolute;
    left:123px;
    top:22px;
}
.footerSocial > .turismLogo
{
    position:absolute;
    left:427px;
    top:16px;
}


.footerSocial > .greenlogo
{
    position:absolute;
    right:250px;
    top:5px;
}




.footerSocial > .newsletterArea
{
    position:absolute;
    left:0px;
    top:2px;    
    width:385px;
    text-align:left;
}
.newsletterArea span
{
    float:left;
    width:100%;
    font-size:12px;
}

.newsletterArea input[type=text]
{ 
    float:left;
    width:228px;
    height:16px;
    border:1px solid #d2d2d2;
    line-height:16px;
    padding:6px 14px;
    font-size:13px;
    color:#696969;
    margin-right:15px;
}



.copyright
{
    position:absolute;
    left:0px;
    top:460px;    
    
    height:35px;
    padding:22px 0px;
    width:100%; 
    font-size:12px;
    line-height:20px;
    text-align:center;
} 


.Hospitality
{
    position:absolute;
    left:0px;
    top:530px;    
    border-bottom:1px dotted #c2c2c2;
    height:35px;
    width:100%; 
    font-size:12px;
    line-height:20px;
    text-align:center;
} 



.banner
{
    width:100%;
    height:auto;    
}
.banner img
{
    width:100%;
    height:auto;    
}




#tabs-nav
{
  /*  float:left;*/
    width:100%;    
    padding-top:0px;
	height:53px;
	font-size: 12px;
	background:#006e87;
	background: url(../images/bgNavNew.png) repeat-x top left;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	 font-family: 'Swis721_Cn_BT_Roman';
}


#tabs-nav ul
{


}
#tabs-nav ul li
{
    float: left;
	color: #ffffff;
    font-weight: normal;
    height: 30px;
    line-height: 32px;
    margin: 0px 3px 0 0;
    padding: 10px 13px 10px 13px;
    text-transform: uppercase;
    cursor:pointer;
  
    
    
}
#tabs-nav ul li.flex-active
{
    color:#423f2c;
    padding-left:10px;
    cursor:pointer;
  background:#dfd9ba;
  position:relative;
      
}
#tabs-nav ul li.flex-active span
{
    position:absolute;
    left:50%;
    bottom:-14px;
    background:url("../images/BgNavBttom.png") no-repeat;
    margin-left:-9px;
    width:34px;
    height:11px;
    
   
}


.roomDetail
{
    width:100%;
    height:auto;
    padding:40px 0 0 0px;
    float:left;
}

.roomDetail .roomImg
{
    width:450px;
    height:auto;
    float:left;
}

.roomDetail ul 
{
 
    list-style:disc;
    margin:0px 0px 0px 15px;
    float:left;
    width:210px;
  
    }


.roomDetail .roomContent
{
    width:460px;
    float:left;
    padding-left:50px;
}

.roomDetail .roomContent .description
{
    min-height:310px;}




.roomImage
{
    width:692px;
    height:308px;
    padding:4px;
    margin-bottom:15px;    
}






.amenitiesNew
{
    width:100%;
    background:url(../images/bgTestimonials.html) repeat;
    height:350px;

    padding:20px 0px; 
}


.amenities_container
{
	height: auto;
	padding:0px 0;
    margin:0px auto;
    width:960px;
    }
    

    
.amenities_container h2
{
    font-size:22px;
    text-align:left;

}

.amenities_container ul
{
    width:300px;
    float:left;  
    margin-right:27px;  
}

.amenities_container ul li
{
    float:left;
    width:290px;
    padding:8px 8px;
  
  
}

.amenities_container ul li a
{
    color:#0D0E0E;
    font-weight:bold;
  
}
.amenities_container ul li a:hover
{
    color:#444444;
    font-weight:bold;
  
}
.amenities_container ul li.color a{color:#0D0E0E;}
.amenities_container ul li.color a:hover{color:#444444;}
.amenities_container ul li.color
{
    float:left;
    width:290px;
    padding:8px 8px;
    background:#e1dcbd;
    color:#444444;
    border-bottom:2px solid #3e3e3e;
  
}


.SpecialRoomAmenities ul{ float:left; margin-right:25px; width:270px;}
.SpecialRoomAmenities ul li{ list-style-type:disc; margin-left:15px;}



.footer_address_area2 span a{ color:#fff; font-weight:normal;}
.footer_address_area2 span a:hover{ color:#e1bb6d; font-weight:normal;}
.footerAddress ul li span .email a{ color:#000; font-weight:bold !important;}
.footerAddress ul li span .email a:hover{ color:#827C67; font-weight:bold !important;}

.footerAddress span a{ color:#fff; font-weight:normal;}
.footerAddress span a:hover{ color:#e1bb6d; font-weight:normal;}
.footerAddress ul li span .email a{ color:#000; font-weight:bold !important;}
.footerAddress ul li span .email a:hover{ color:#827C67; font-weight:bold !important;}




.widSSPData
{
	border:none !important;
	
	}

/*.highslide-dimming
{
    background:none !important;}
*/
.rental
{
    float:left;
}


.rental h4{
	font-size:16px;
	color:#0d0e0e;
    font-weight:bold;
	
}


.rental ul
{
    float:left;
}


.rental_secondul
{
    margin-left:50px;
    margin-right:50px;
    
    
}




.reservation
{
    float:left;
}

.reservation ul 
{
    list-style-type:disc;
    margin-left:20px;
}
 
.privacydetail
{
    width:100%;
    height:auto;
    padding:10px 0 0 0px;
    float:left;
}



.privacydetail .privacyImg
{
    width:460px;
    height:auto;
    float:left;
}



.privacydetail .privacyContent
{
    width:465px;
    float:right;

}







.privacydetail
{
    width:100%;
    height:auto;
    padding:10px 0 0 0px;
    float:left;
}



.privacydetail .privacyImg2
{
    width:460px;
    height:auto;
    float:right;

}



.privacydetail .privacyContent2
{
    width:460px;
    float:left;
}
.privacyContent2 ul li { list-style-type:disc; margin-left:15px;  }

.amentieslist
{
    float:left;
}

.amentieslist ul li
{
    margin-left:25px;
    list-style-type:disc;
}





















/*--------------------------map-------------*/

.map_left_area
{
    width:30%;
    height:auto;
    float:left;
    padding:1.5%;
    background-color:#e6e0e0;
    min-height:521px;
}
.map_left_area imput{ width:200px; height:100px; }
.map_right_area
{
    width:65% !important;
    height:auto;
    float:right;
    padding:0px;
    background-color:#A8A7A7;
}


.map_right_area_contact
{
    width:100% !important;
    height:auto;
    float:right;
    padding:0px;
    background-color:#A8A7A7;
}


.point_of_interast {
    float: left;
    height: auto;
    margin-top: 0;
    padding:0px;
    width: 100%;
}
.point_of_interast ul li {
   
    list-style: none outside none;
    margin: 0;
    padding: 0 0 20px 30px;
}

.point_of_interast ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}
.point_of_interast ul li a:hover, .point_of_interast ul li.active a {
    color: #CCCCCC;
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}


.input-validation-error{    border:1px solid #ED1C24 !important;}
.input-validation-error {	border:1px solid #b50007 !important;		}
.field-validation-error {    color: #B50007;    float: left;    padding: 0;}

.field-validation-error {    color: #B50007;    padding: 0;    float:left;}


input[type=text].valid{background-color:#ffffff !important;}

input[type=text].input-validation-error{background-color:#ffffff !important;}
#contactName.valid{background:#ffffff url(../images/success.png) no-repeat right 2px;}
#contactName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right 2px;}

#contactEmail.valid{background:#ffffff url(../images/success.png) no-repeat right 2px;}
#contactEmail.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right 2px;}

input[type=text].valid{background-color:#ffffff !important;}

input[type=text].input-validation-error{background-color:#ffffff !important;}

#Address1.valid{background:#ffffff url(../images/success.png) no-repeat right 2px;}
#Address1.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right 2px;}

#City.valid{background:#ffffff url(../images/success.png) no-repeat right 2px;}
#City.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right 2px;}

#txtemail.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtemail.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}
#PostedByFirstname.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#PostedByFirstname.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#PostedByLastname.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#PostedByLastname.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}



#BC_Message.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#BC_Message.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#EndUserFirstName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#EndUserFirstName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#EndUserLastName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#EndUserLastName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#Comment.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#Comment.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#imgblogName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#imgblogName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}


#PtxtName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#PtxtName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}
#txtCategory.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#txtCategory.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}


#PtxtEmail.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#PtxtEmail.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}


#BA_UserName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#BA_UserName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#BA_FirstName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#BA_FirstName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#txtLastName.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#txtLastName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}




#BA_Password.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#BA_Password.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}



#txtConfirmPassword.valid{background:#ffffff url(../images/success-small.png) no-repeat right top;}
#txtConfirmPassword.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right top;}

#imgblogName.valid{background:#ffffff url(../images/success-small.png) no-repeat right;}
#imgblogName.input-validation-error{ background-color:#ffffff !important; clear:both !important; background:url(../images/error-small.png) no-repeat right top;}

#BP_Title.valid{background:#ffffff url(../images/success-small.png) no-repeat right;}
#BP_Title.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right;}

#FirstName.valid{background:#ffffff url(../images/success-small.png) no-repeat right;}
#FirstName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right;}

#LastName.valid{background:#ffffff url(../images/success-small.png) no-repeat right;}
#LastName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error-small.png) no-repeat right;}


#StateId.valid{background:#ffffff}
#StateId.input-validation-error{ background-color:#ffffff !important;}




#txtCompany.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtCompany.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}
#txtAddress.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtAddress.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}
#txtTelephone.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtTelephone.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}
#txtReservations.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtReservations.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}
#txtTelphone1.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtTelphone1.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}

#txtEmail1.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtEmail1.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}









.point_of_interast fieldset label {
    color: #000000;
    float: left !important;
    height: auto;
    width: 100%;
}

.point_of_interast fieldset input
{
    background:#ffffff;
    border:solid 1px #cccccc;
    padding:8px 1%;
    width:58%;
}


.point_of_interast fieldset select
{
    background:#ffffff;
    border:solid 1px #cccccc;
    padding:8px 1%;
    width:60%;
}

.point_of_interast input[type="button"]
{
    margin-left:0px !important;
}




.intrast_button
{
    width:108px;
    height:auto;
    padding:0px;
    float:right;
} 
.content_body{ float:left; width:100%; height:auto; margin-bottom:15px;  }
.content_body ul li{ list-style-type:disc;  margin-left:15px; }


.package_heading_area
{width:522px;
	}
.package_left_heading
{ 
	float: left;
	width:264px;
	border:0px solid red; 
	padding-top:1px;
}


.package_rate_code_area {
    border:0px solid red; 
    float: left;
    padding-left: 0; 
    width:250px;
  
    text-align:left}
    

   
.package_details {width:600px; height:auto; float:left; padding:0 0 0px 8px; background:none}
.package_details_text {width:600px; height:auto; float:left; padding:0 0 10px 0px; background:none}
.package_table {width:522px; height:auto; float:left; margin-top:25px; padding:0 0 0px 0px; border:1px solid #423F2C; border-bottom:0px solid #423F2C; }
.package_table_heading {width:522px; height:auto; float:left; padding:0px 0 0px 0px; background:#423F2C; color:#ffffff;}
.package_duration_heading {width:367px; height:auto; float:left; padding:5px 10px 5px 10px; background:#423F2C; border-right:1px solid #ffffff;color:#ffffff; }
.package_cost_heading {width:113px; height:auto; float:left; padding:5px 10px 5px 10px; background:#423F2C;color:#ffffff;}

.package_table_details {width:522px; height:auto; float:left; padding:0px 0 0px 0px; background:none; border:0px solid ##423F2C; border-top:none;}
.package_duration_details {width:367px; min-height:25px;height:auto; float:left; padding:5px 10px 5px 10px; border-right:1px solid #423F2C;border-bottom:1px solid #423F2C;font-size:12px;color:#000000;}
.package_cost_details {width:113px; min-height:25px;height:auto; float:left; padding:5px 10px 5px 10px;border-bottom:1px solid #423F2C;font-size:12px;color:#000000;}
.package_table_bottom_text {width:522px; height:auto; float:left; padding:10px 0 0px 0px; background:none; text-align:center;}
.package_booking_main
{
	width:522px;
	height: auto;
	float: left;
	background: none;
	padding: 15px 0 0 0px;
	text-align: center;
	color:#000000;
}



.roomDetail2 a
{ color:#000;
	
}

.roomDetail2 a:hover
{ 	color: #827C67;
	transition:all 0.5s ease-out 0s;
	
}


.roomDetail2 {
	width:100%;
	height:auto;
	padding:20px 0px;
	float:left;	
	margin-bottom:10px;
}

.roomDetail2 .roomImg {
	width:450px;
	float: left;
	overflow: hidden;
	max-height:235px;
	
}
.roomDetail2 .roomImg img {
	width:450px;
	height:auto;	
	float: left;
	
}
.roomDetail2 .roomImg a + a
{
    display:none;
}
.roomDetail2 .roomContent {
	width: 475px;
	float: right;
	height:auto;
}
.roomDetail2 .roomContent .txtContent 
{
    width: 490px;
	float: left;
	min-height:112px;
	color:#000;
	font-size:14px;
	line-height:170%;
	font-family: Arial,Helvetica,sans-serif;
}
.roomDetail2.alt .roomImg 
{
   float:right;
  
}
.roomDetail2.alt .roomContent
{
   float:left;
  
}
.roomDetail2.alt .dynamicroomImg 
{
   float:right;
  
}

.dynamicroomImg
{
    width:390px;
    height:260px;
    float:left;
}

.roomDetail2 .dynamicroomImg 
{
   float:left;
  
}

.roomDetail2 .roomImg 
{
   float:left;
  
}
.roomDetail2 .roomContent
{
   float:right;
  
  
}

fieldset {
    border: 0 solid #C6C6C3;
    color: #494949;
    margin-bottom: 10px !important;
    padding: 15px 0;
}


.inputLabel {
    color: #0D0E0E;
    float: left;
    margin: 2px 0 10px;
    padding-right: 10px;
    width: 300px;
}

.text {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 238px;
}

.selectBox {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 250px;
}


.inputBox, .input_box {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 238px;
}


.inputLabel span {
    color: #FF0000;
}

#txtFirstName.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtFirstName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}

#txtLastName.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtLastName.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}

#txtEmail.valid{background:#ffffff url(../images/success.png) no-repeat right top;}
#txtEmail.input-validation-error{ background-color:#ffffff !important;background:url(../images/error.png) no-repeat right top;}



/*------------------map section end --------------*/


.mobile_responsive { display:none; }



.ie .top-bar{ display:none;  }


.flexslider2 {height: auto;min-height: 435px;}

.contactaddress button { background:#000; }

.contactaddress button:hover  {  	background: #b2aa8a; 
	background: linear-gradient(to bottom,  #c8bf9c 0%,#b2aa8a 100%); 
	color:#423f2c; }

#___plusone_0 { width:62px !important; }
.hcard p{width:100%; text-align:center; padding-top:20px;}

.w100{width:100%; height:100%; margin-bottom: 20px; float: left;}

.left1{width:50%; float:left;}

.right1{width:50%;float:left;}
.privacyImg.onsite-slider{position:relative;}
.privacyImg.onsite-slider .flex-direction-nav {position: absolute;bottom: 25px;    width: 120px;    left:0; }
.lowrate-text span {
	font-size: 16px;
	font-weight: 700;
	font-family: Swis721_Cn_BT_Roman;
}


.covid19-banner {
	width: 100%;
    position:fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #ad1e42;
	color: #fff;
    display:none; 
}
.covid-container{
    width:100%;
    height:100%;
    display:flex;
}
.covid-container .co-close{
    width:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.co-close svg{
    height:18px;
    width:18px;
    fill:#fff;
}
.covid19-banner .covid-container .text-c{
    flex:1;
    padding:15px;
}
 .covid-section{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:40px 0;
    }
    .covid_container{
        width:70%;
        text-align:left;
    }
    .covid_container ul{
        list-style:disc;
        margin-left:50px;
    }
    .covid_container .h2{
        font-size:24px;
    }

@media only screen and (max-width:1100px)
{
.wrapper{ width:100%; }    
.headerInner { width:100%; }   
.slider{ min-height:286px; }
.content{ width:98%; padding:26px 9px 35px; }
#nav.fixed ul li.button_nav { margin-left:-1px;   }
#nav.fixed ul { width:100%; }   

#nav > ul > li { padding:0 27px;  }
#nav > ul > li:hover, #nav > ul > li.active { padding:0 26px 0 27px;  }
 
#nav.fixed > ul > li { padding:0 20px;  }
#nav.fixed  > ul > li:hover, #nav.fixed  > ul > li.active { padding:0 19px 0 20px;  }
 
 
 }


@media only screen and (max-width:1000px)
{
.bookTicketArea{ width:53%; padding-left:15px;  }    
.bookTicketArea ul{ width:53%;  }  
.bookTicketArea ul li{ padding-right:5px;  }
.slider{ min-height:215px; }
.flex-direction-nav{ right:230px !important;  }
.content{ width:98%; padding:26px 4px 35px; }
.TopCta > ul > li{ width:31%; padding:5px; }    
.TopCta > ul > li > .ctaImg{ width:96%; padding:4px; }
.TopCta > ul > li > .ctaTitle { padding:0px; font-size:17px; width:100%; }
.TopCta > ul > li.mid{ margin:0 10px; }
.TopCta > ul > li > .ctaImg > .textctaImg{ width:86%; left:-17px; }
.TopCta > ul > li > .ctaImg > .textctaImg strong { font-size:17px; }
.colLeft{ width:61%; }
.testimonialInner{ width:100%; }
.footerTestimonials { width:92%; background-size:100%; }

#footer{ min-height:610px; }
.footerInner{ width:99%; }
.footerAddress > ul > li:first-child { width:24%; margin-right:5%; margin-left:5%; }
.footerAddress > ul > li + li + li{ width:27%; }
.footerSocial  { height:110px; }
.footerSocial > .newsletterArea { top:30px; width:40%; }
.newsletterArea input[type="text"] {  width:45%;  }
.footerSocial > .turismLogo { left:40%; top:32%; }
.footerSocial > .greenlogo { top:21%; right:26.5%;  }
.footerSocial > .facebook{ top:49%; right:22%;  }
.footerSocial > .googleplus{ top:49%; right:17.5%;  }
.book_nowmb { position:absolute; top:21% !important; right:0px; }
.Hospitality{ top:575px; }
.copyright { top:500px; }
#nav > ul > li:hover, #nav > ul > li.active { padding:0px 10px 0px 11px; }
#nav > ul > li { padding:0px 11px;  }

#nav.fixed > ul > li:hover, #nav.fixed > ul > li.active { padding:0px 10px 0px 11px; }
#nav.fixed > ul > li { padding:0px 11px;  }
#nav.fixed ul li ul li { font-size:12px; }


#nav ul li ul.mob_lastul{ left:-133px; }
.roomDetail .roomImg{ width:43%; }
.roomDetail .roomContent { width:53%; padding-left:27px; }
#tabs-nav{ font-size:10px; }
#tabs-nav ul li{ padding:10px 4px;  }
.amenities_container { width:99%; }
.amenities_container ul{ width:30%; }
.amenities_container ul li{ width:100%; }
.amenities_container ul li.color{ width:100%; }
.privacydetail .privacyImg{ width:47%; }
.privacydetail .privacyContent{ width:47%; }
.privacydetail .privacyContent2{ width:47%; }
.privacydetail .privacyImg2{ width:47%; }
#mycustomscroll { width:100% !important; }
#side_bar { width:100% !important; }
#side_bar ul > li.hotelTitle { width:85% !important; height:auto !important; }
#side_bar ul > li + li{ width:85% !important;  }

.pkgDescriptions{ width:100% !important; text-align:left; padding-left:10px;}
.package_table{ width:300px !important; margin-left:85px;}
.package_duration_heading{ width:145px !important;}
.package_duration_details{ width:145px !important; min-height:102px !important;}
.package_cost_details{ width:114px !important; min-height:102px !important;}
.package_booking_main{ width:100% !important; text-align:left; float:left; margin:0 auto; }
.package_heading_area{ width:100% !important;}
.package_left_heading{ width:100% !important;}
.package_table_heading{ width:300px !important; margin:0 auto;}
.package_cost_heading{ width:100px !important;}
.package_table_details{ width:300px !important;}
.package_rate_code_area{ width:100%; float:none; text-align:center; } 

.dynamicroomImg{ width:47%; }
.roomDetail2 .roomContent{ width:48% !important; }
.roomDetail2 .roomContent .txtContent { width:99%;  }
.TextBox{ width:73% !important;  }
.TextBoxDDL{ width:76% !important;  }
.PrintDirectionbtn{ padding-top:45px !important; margin-left:-145px !important;  }
.map_left_area{ min-height:761px !important;  }
.directionmoz_plan { height:275px !important;  }
.map_headingarea { width:100% !important; height:auto !important;  }
.map_heading { width:70%; }

.flexslider ul > li > div > .caption { width:50%;  }
.flexslider ul > li > div > .caption > span { line-height:35px;  }
.rental ul { width:43%; margin-bottom:20px; }
#nav.fixed{ font-size:12px; }
.printbtn_mb { margin-right:-45px !important  }



.footerAddress{ padding:0 !important;}

}








@media only screen and (max-width:767px)
{

.footerSocial {top: 640px;}
.footerMenu {top: 461px;}
.copyright {top: 787px !important;}
.Hospitality {top: 885px !important;}
#toTop {bottom: -74px;}

.content { text-align:center; }
.slider {min-height: 134px;}    
.topContact > ul > li { padding:0 6px; }   
.topContact > ul > li.weather {  width:100px; }

.topContact > ul > li iframe { width:65px !important;    }
.logo{ width:100%; top:45px; }    
#mainWrapper { background:none; } 
#header{ height:235px; margin-top:50px;}  
.headerInner{ height:235px; }   
.bookTicketArea{ width:85%; top:140px; right:25px;  } 
.TopCta{ width:70%; height:auto; float:none; margin:0 auto; } 
 
.TopCta > ul > li { width:89%; padding:9px; }
.TopCta > ul > li.mid { margin:15px 0px; }
.TopCta > ul > li > .ctaImg > .textctaImg{ left:0px; width:85%; background-size:100%; }
h1 { font-size:27px; text-align:center; }
h2 { font-size:22px;  }
.colLeft {text-align: center;width: 100%;} 
.colRight {float: none;margin: 0 auto;width: 57%;}
.footerTestimonials { background:#f2f2f2; line-height:27px; height:50px; width:98%; padding:10px 5px;  }
.testimonialsArea { height:115px; }
.footerAddress > ul > li:first-child { width:90%; text-align:center; } 
.footerAddress > ul > li + li { width:99%; text-align:center; } 
.footerAddress > ul > li + li + li { width:68%; } 
#footer {min-height: 845px;}

.footerMenu li { padding:0 8px; }
.copyright {top: 715px; }
.Hospitality {top: 810px; }
.footerSocial > .newsletterArea {top: 15px;width: 68%;}
.newsletterArea input[type="text"] {width: 52%;}
.footerSocial > .turismLogo { top:11%; left:70%; }
.footerSocial > .greenlogo {right: 67%;top: 52%;}
.footerSocial > .facebook {right: 55%;top: 70%;}
.footerSocial > .googleplus {right: 44%;top: 70%;}  
.book_nowmb {position: absolute;right: 13%;top: 52% !important;} 
.flex-direction-nav { display:none !important; } 
.roomDetail .roomImg{ float:none; margin:0 auto; width:75%; }
.roomDetail .roomContent { width:90%; text-align:center; }
 
.amenities_container ul {width: 32%; margin-right:7px;} 
.amenities_container ul li.color { background:none; border:none; padding:8px 0px; }
.amenities_container ul li  {padding:8px 0px;  }
#tabs-nav{ height:95px; background:#423f2c; border-bottom:5px solid #cec6a4; }
#tabs-nav ul li.flex-active span { bottom:-11px; }
#tabs-nav ul li { padding: 10px 5px; }
#tabs-nav ul li.flex-active { padding-left:9px; }
.reservation ul { text-align:left; }
.content > iframe {width:100%; }

.privacydetail .privacyImg {float: none;margin: 0 auto;width: 75%;}
.privacydetail .privacyContent {float: none;margin: 0 auto 15px; padding: 0px;width: 95%;}

.privacydetail .privacyImg2 {float: none;margin: 0 auto;width: 75%;}
.privacydetail .privacyContent2 {float: none;margin: 0 auto 15px; padding: 0px;width: 95%;}
.amenities_container { text-align:left; }
.map_left_area { width:97% !important; text-align:left; }
.map_right_area { width:100% !important; text-align:left; margin-top:25px !important; }
.wraper_reservation { text-align:left; }
.selectBox { float:left; }
.rental ul { width:100%; margin-bottom:20px; }
.rental_secondul { margin:0px;  }
.inputBox, .input_box { float:left; }
.dynamicroomImg {width: 100%; margin:0 auto; float:none; text-align:center; }

.roomDetail2.alt .roomContent {width: 100% !important; text-align:center; }
.roomDetail2 .roomContent{width: 100% !important; }
.package_left_heading{text-align:center;  }
.package_booking_main { width:98% !important; text-align:center; margin:0 auto; float:left;  }
.sitemap_mb { text-align:left; }
.flexslider ul > li > div > .caption { bottom:10px; min-height:40px; width:21%;  }
.flexslider ul > li > div > .caption > span { font-size:12px; line-height:20px; }

.large { display:none;  }
.mobile_responsive { display:block; }
.PrintDirectionbtn { padding-top:7px;  }
.TextBoxDDL { width:114% !important; }

#menu-toggle ~ #content { overflow-x:hidden;  }
.TopCta > ul > li > .ctaImg > img { width:100%; }
.inputLabel { width:37%; }
.printbtn_mb { margin-right:141px !important  }
.roomDetail .roomContent .description { min-height:230px; height:auto;  }
a.readmore { margin-left:0px; }
.roomDetail ul { margin:0px; width:100%; } 
.roomDetail ul li { list-style-type:none; }
.map_left_area{ min-height:458px !important; overflow:auto;  }
#map_div { height:380px !important; }

.right1 {
    width: 100%;
    float: left;
}

.left1 {
    width: 100%;
    float: left;
}

}







@media only screen and (max-width:479px) {

    #header {
        height: 265px;
    }

    .headerInner {
        height: 265px;
    }

    .logo {
        top: 55px;
    }

        .logo img {
            width: 90%;
        }

    .bookTicketArea {
        right: 7px;
        top: 150px;
        width: 88%;
        padding-left: 5px;
        height: 105px;
    }

        .bookTicketArea ul {
            width: 100%;
            margin-bottom: 7px;
        }

            .bookTicketArea ul li.chkinOut {
                margin-left: 30px;
            }

        .bookTicketArea button {
            margin-top: 2px;
        }

    .flexslider ul > li > div > .caption {
        display: none;
    }

    .slider {
        min-height: 89px;
    }

    .TopCta {
        width: 99%;
    }

        .TopCta > ul > li {
            width: 93%;
        }

    .colRight {
        width: 86%;
    }

    .rightBox {
        margin-top: 20px;
    }

    .testimonialsArea {
        text-align: center;
        display: none;
    }


    .footerAddress > ul > li:first-child {
        margin: 0px;
        width: 100%;
    }

    .footerAddress {
        font-size: 12px;
    }


    #tabs-nav {
        height: 147px;
    }

    .roomDetail .roomImg {
        width: 90%;
    }

    .roomDetail .roomContent {
        width: 98%;
        padding-left: 0px;
    }

    .amenities_container ul {
        margin-right: 5px;
    }

    .roomDetail ul {
        width: 100%;
        margin: 0px;
    }

    .banner > div > .caption {
        display: none;
    }

    #footer {
        min-height: 980px;
    }

    .copyright {
        top: 805px;
        height: auto;
    }

    .Hospitality {
        top: 945px;
    }

    .footerSocial {
        top: 590px;
        height: 215px;
    }

        .footerSocial > .newsletterArea {
            width: 100%;
        }

    .newsletterArea input[type="text"] {
        width: 50%;
    }

    .footerSocial > .turismLogo {
        left: 5%;
        top: 43%;
    }

    .footerSocial > .greenlogo {
        right: 5%;
        top: 39%;
    }

    .footerSocial > .facebook {
        right: 75%;
        top: 80%;
    }

    .footerSocial > .googleplus {
        right: 61%;
        top: 80%;
    }

    .book_nowmb {
        right: 16%;
        top: 66% !important;
    }

    .footerAddress > ul > li + li + li {
        width: 100%;
        margin-top: 7px;
    }

    .topContact > ul > li.weather {
        display: none;
    }

    .footerMenu li {
        padding: 0 5px;
        font-size: 13px;
    }

    .PrintDirectionbtn {
        margin-left: -196px !important;
    }

    .TextBoxDDL {
        width: 76% !important;
    }


    .gm-style-iw img {
        display: none;
    }

    .printbtn_mb {
        margin-right: 96px !important;
    }

    .package_table {
        margin-left: 8px;
    }

    .package_cost_details {
        width: 114px !important;
    }

    .mb_table {
        width: 100% !important;
    }

    .first input {
        margin-bottom: 10px;
    }

    .inputLabel {
        width: 88%;
    }

    .first > div {
        height: auto !important;
    }

    input[type="button"], input[type="submit"], input[type="reset"], button {
        height: auto;
        margin-bottom: 7px;
    }

    #divimg > img {
        width: 95% !important;
    }

    .linonemb {
        display: none !important;
    }

    .topContact {
        right: 20%;
    }

    .footerAddress {
        padding: 0;
    }

    .footerSocial {
        top: 643px !important;
    }

    .copyright {
        top: 843px !important;
    }

    .Hospitality {
        top: 972px !important;
    }

    .footerMenu {
        top: 400px !important;
        padding-top: 0px;
    }

    .content {
        width: 90%;
        padding: 26px 15px 35px;
    }

    .bookTicketArea {
        padding: 7px 6px 13px 40px;
    }

    .covid_container ul{
        margin-left:15px;
    }
    .covid_container .h2{
        font-size:20px;
    }
    } 
    @media only screen and (min-width:350px) and (max-width:380px) {
        .colRight {
            width: 74%;
        }

        .mMenuPostiong {
            height: 480px !important;
        }
    }
  
    
    
    
/* RTE content enduser */
figure.image img {
    width: inherit !important;
	max-width:100%;
}

figure.image {
    margin: auto !important;
}

    figure.image.image-style-align-right {
        float: right;
        margin: 0 0 10px 10px !important;
    }

    figure.image.image-style-align-left {
        float: left;
        margin: 0 10px 10px 0 !important;
    }

.blogpage .blogp ul li, .packageP ul li {
    list-style: disc !important;
    list-style-position: inside !important;
}

.blogpage .blogp ol li, .packageP ol li {
    list-style: decimal !important;
    list-style-position: inside !important;
}

.blogpage p, .packageP p {
    margin-bottom: 0;
}

.packageP ul, .packageP ol {
    padding-left: 40px;
}

.packageP blockquote, .blogp blockquote {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}

    
    