@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;
}
body {
	line-height: 1;
	font-family: 'Comfortaa', 'Open Sans', cursive;
	font-size: 17px;
	color:#3c3231;
	background: #ffffff;
}
.line_break {
    display: block;
    margin: 0 0 4px 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.pad-cont {
    width: 100%;
    padding: 0 20px;
    max-width: 970px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
margin: 0 auto;
}
.espa {
    position: fixed;
    bottom: 70px;
    left: 20px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    overflow: hidden;
    font-size: 28px;
	line-height: 16px;
    z-index: 999999999999999;
}
.espa:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	line-height: 16px;
}
.espa img {
    display: inline-block;
	max-width: 300px; 
	border: 0px;
}
#menu .mobile-btn+ul {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: -230px;
    width: 230px;
    height: 100%;
    z-index: 9;
    border-right: 0px solid #4e4e4e;
    transition: left 0.4s ease-out;
    background: #a79b89;
    text-align: center;
}
#menu .mobile-btn+ul.menu-active {
    left: 0px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    overflow-y: auto;
    overflow-x: hidden;
}
#menu .mobile-btn+ul li a {
    padding: 4px 0;
    display: block;
    color: #fff;
}
#menu .mobile-btn+ul li a:hover {color: #fff;background: #313131;}
	a.extlink {
    background: #8c8273;
    color: #fff !important;
	}
	a.extlink:hover {
	background: #545352 !important;
    padding: 4px 0;
    display: block;
	}
	a.extlink2 {
    background: #9d9282;
    color: #fff !important;
	}
	a.extlink2:hover {
	background: #545352 !important;
    padding: 4px 0;
    display: block;
	}	
.mobile-btn {
    background: url(images/ham-menu.png) no-repeat left top;
    display: inline-block;
    width: 52px;
    height: 36px;
    margin: 0 10px 0 0;
    cursor: pointer;
    padding: 0;
    text-indent: 99999999999999px;
    font-size: 0;
    vertical-align: middle;
    overflow: hidden;
}
.mobile-btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.mobile-btn p {
    font-size: 0;
    line-height: 0;
}
.hotel_name_cont {
    display: inline-block;
    vertical-align: middle;
}
#header {
    width: 100%;
    float: left;
    padding: 0;
    height: 120px;
    transition: height 0.4s ease-out;
    background: #ffffff;
}
#header.smallheader {
    height: 62px;
}
.smallheader #menu, .smallheader .hotel-title, .smallheader .logo-cont {
    height: 60px;
}
.smallheader .logo-cont img {
    max-width: 120px;
}
.logo-cont img.logo_mobile {
    display: none;
}
#menu {
    width: 35%;
    float: left;
    padding: 0;
    margin: 0;
    display: table;
    height: 120px;
    transition: height 0.4s ease-out;
    text-align: left;
}
h1 {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #a79b89;
}
h2 {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    color: #545352;
}
a.languages_icon {
    display: inline-block;
    background: url(images/menu_icons.png) no-repeat left -120px;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 0 0 29px;
    white-space: nowrap;
    text-indent: 0;
width: 26px;
    margin: 0 4px 0 4px;
color: #545352;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.logo-cont {
    width: 25.333333%;
    height: 120px;
}
.hotel-title {
    width: 37.333333%;
    height: 120px;
}
.bottom_links {
    float: left;
}
.bottom_tracker {
    float: right;
}
.bottom_tracker p a {
    margin: 0 0 0 6px;
}
.tel-top {
	float:left;
}
.tel-top p {
    background: url(images/info_icon.png) center left no-repeat;
    text-align: left;
color: #065D16;
    font-size: 12px;
    padding: 0 0 0 20px;
    line-height: 25px;
}
.lang-cont ul li:hover a, .lang-cont ul li:hover span, .lang-cont ul li.clicked-lang a, .lang-cont ul li.clicked-lang span {
}
.lang-cont ul li:hover li a, .lang-cont ul li.clicked-lang li a {
    color: #fff;
}
.lang-cont ul li ul li {
    background: #a79b89;
    width: 100%;
    padding: 0;
    text-align: center;
}
.lang-cont ul li ul li:hover, .lang-cont ul li ul li:hover a {
    background: #545352;
}
.lang-cont ul li li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    display: block;
}
.lang-cont ul li ul li a {
  background: none;
  border: none;
}
.lang-cont ul li a img {
  display: inline-block;
  margin: 0 4px 0 0;
}
.lang-cont ul li.clicked-lang span {
  background-image: url("images/flag-close.png");
 }
.lang-cont ul li ul {
    position: absolute;
    left: -36px;
    top: 34px;
    display: none;
    padding: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.lang-cont ul li.clicked-lang ul {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
.head-sub {
    width: 100%;
    display: inline-block;
    padding: 6px 0 28px 0;
}
.logo-cont {
    text-align: center;
    padding: 0;
width: 30%;
    float: left;
	display: table;
    height: 120px;
	transition: height 0.4s ease-out;
}
.logo-cont .inner {
    padding: 0;
}
.logo-cont img {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 242px;
	height: auto;
	transition: max-width 0.4s ease-out;
}
.hotel-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    line-height: 26px;
    margin: 0;
    width: 35%;
    float: left;
	display: table;
    height: 120px;
	transition: height 0.4s ease-out;
}

.hotel-title h1 {
    font-size: 20px;
font-weight: bold;
    text-align: right;
line-height: 26px;
    color: #f5f5f5;
	transition: all 0.4s ease-out;
}
.hotel-title h2 {
    font-size: 16px;
    color: #c1c1c1;
    text-align: right;
    line-height: 22px;
font-weight: bold;
	transition: all 0.4s ease-out;
}
.bottom_links_column {
    float: left;
    margin: 0 60px 0 0;
}
p.foot_hotel_name {
    font-weight: bold;
    font-size: 18px;
}
.large-img {
    width: 100%;
    float: left;
}
#gallery {
    width: 100%;
    float: left;
background: #efe7db;
}
 #rates {
    width: 100%;
    display: inline-block;
    padding: 30px 0 0 0;
    text-align: left;
    background: #efe7db;
}
.large-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
min-height: 700px;
}
img {
    display: block;
}
.stars-container img {
    margin: 0;

    display: inline-block;
}
#overview, #facilities, #contact {
    width: 100%;
    float: left;
    padding: 0;
text-align: left;
}

h3 {
    font-weight: bold;
    font-size: 17px;
color: #a79b89;
    padding: 0 0 12px 0;
line-height: 24px;
}
p {
    font-size: 16px;
    color: #545352;
    line-height: 30px;
font-weight: normal;
}
a {
    font-size: 16px;
    color: #a79b89;
    line-height: 30px;
font-weight: normal;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
 color: #545352;
}
.lg-on .lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
}
.lg-on .lg-outer .lg-thumb-item.active, .lg-on  .lg-outer .lg-thumb-item:hover {
    background: #3C474A;
}
.lg-on .lg-outer .lg-thumb-item.active img, .lg-on  .lg-outer .lg-thumb-item:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.lg-on .lg-outer .lg-toogle-thumb {
    border-radius: 0;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}
.stickybody .logo-mobile img {
    padding: 6px 0;
    width: 80px;
    height: auto;
}
.pad-cont .bx-wrapper {
    padding: 50px 0px 14px 0px;
    display: inline-block;
    margin: 0 auto;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0px solid #E7DCC8;
    border-top: 0px solid #E7DCC8;
}
.pad-cont .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}
.pad-cont .bx-wrapper .bx-pager {
    padding: 28px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
}
.pad-cont .bx-wrapper .bx-controls-direction a.bx-next.disabled {
    background: url(images/all-icons.png) no-repeat center -292px;
display:block;
}
.pad-cont .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
    background: url(images/all-icons.png) no-repeat center -500px;
display:block;
}
.pad-cont .bx-wrapper .bx-next {
    right: -30px;
    background: url(images/all-icons.png) no-repeat center -148px;
}
.pad-cont .bx-wrapper .bx-prev {
    left: -30px;
   background: url(images/all-icons.png) no-repeat center -355px;
}
.pad-cont .bx-wrapper .bx-controls-direction a {
    margin-top: -46px;
    width: 25px;
    height: 72px;
    z-index: 1;
}
#facilities .pad-cont {
    border-bottom: 0px solid #E7DCC8;
}
.pad-cont .bx-wrapper .bx-next:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: url(images/all-icons.png) no-repeat center -148px;
}
.pad-cont .bx-wrapper .bx-prev:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: url(images/all-icons.png) no-repeat center -355px;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-wrapper img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.pad-cont .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    position: static;
    float: right;
    padding: 10px 0 0 0;
}
.pad-cont .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    float: left;
}
.pad-cont .bx-wrapper .bx-pager.bx-default-pager a {
    width: 4px;
    height: 4px;
    margin: 0 4px;
background: #A2A2A2;
}
.pad-cont .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #545352;
}
.stuck {
  position:fixed;
  top:0;
left: 0;
    z-index: 2;
}
.video-cont {
    padding: 12px 0 12px 0;
    border-bottom: 0px solid #E7DCC8;
}
.video-cont a {
    background: #545352 url(images/video-btn.png) no-repeat 6px center;
    padding: 8px 10px 8px 36px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 12px auto;
}
.video-cont a:hover {
    background: #796A4C url(images/video-btn.png) no-repeat 6px center;
}
.logo-mobile {
	display:none;
}
.sticky-wrapper {
}
.large-img .pad-cont {
}
.logo-mobile img {
    width: 130px;
    height: auto;
    padding: 8px 0;
    margin: 0 auto;
}
.info-cont {
    float: left;
    width: 33.3%;
}
.info-cont img {
    float: left;
    margin: 6px 6px 0px 0;
}
a.map-link {
    background: url(images/all-icons.png) no-repeat 0 -134px;
    display: block;
    margin: 24px 0 0 0;
    padding: 0 0 0 14px;
    line-height: 16px;
}
.form-cont {
    float: left;
    width: 61.66666%;
    margin: 0 0 0 5%;
}
.form-cont h3 {
    padding: 0 0 8px 20px;
}
#footer {
    width: 100%;
    float: left;
    padding: 40px 0 40px 0;
    background: #ffffff;
    border-top: 4px solid #efe7db;
}
.foot-left {
    float: left;
    width: 60%;
    text-align: left;
}
.foot-left p, .foot-left a{
    color: #545352;
}
img.foot-logo {
    width: 100%;
    max-width: 242px;
    height: auto;
    margin: 0 0 18px 0;
}
p.hotel-info {
    display: block;
    clear: both;
}
.bread-container a {
    color: #545352;
    padding: 0 20px 0 0;
    display: inline-block;
    background: url(images/all-icons.png) no-repeat right -62px;
    margin: 0 8px 0 0;
}
.bread-container a:last-child {
    padding: 0;
    background: none;
}
.bread-container a:hover, .foot-right li a:hover, .foot-left a:hover {
    color: #a79883;
}
.bread-container a:last-child:after {
	display:none;
}
.foot-right {
    float: right;
width: 40%;
    text-align: right;
}
.foot-right li a{
color: #545352;	
}
.foot-right li {
    background: url(images/all-icons.png) no-repeat right -66px;
    padding: 0 20px 0 0;
}
#copyright {
    background: #a79b89;
    width: 100%;
padding: 30px 0;
    float: left;
}
#copyright p, #copyright a {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
}
#copyright .bottom_links a {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    float: left;
    background: url(images/bottom-links-column.png) no-repeat left top;
    padding: 4px 0 4px 18px;
    display: block;
}
#copyright .bottom_links a:hover {
    color: #a79b89;
}
.wrap-cont {
    position: absolute;
    top: 119px;
    right: 0;
    left: 0;
    display: block;
    z-index: 0;
    padding: 0;
    bottom: 0px;
}
.large-img {
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    z-index: 1045;
}
.white-popup {
    position: relative;
    background: #efe7db;
    padding: 100px 40px 200px 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.large-image-cont {
    position: relative;
    float: left;
    width: 60%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    margin: 0 20px 0 0;
}
img.large-image {
    width: 100%;
    float: left;
    margin: 0;
    cursor: pointer;
}
.mfp-inline-holder .mfp-content .large-image-cont p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.enlarge-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 46px;
    height: 47px;
    background: url(images/enlarge_icon.png) no-repeat top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    cursor: pointer;
}
.mfp-inline-holder .mfp-content h4 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 1px solid #a79b89;
    overflow: hidden;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    color: #a79b89;
}
.mfp-inline-holder .mfp-content p {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: #545352;
    margin: 0 0 0 0;
}
.popup-bottom {
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.mfp-inline-holder .mfp-content button.mfp-close {
    background: #000000;
    margin-right: -20px;
    margin-top: -20px;
    color: #fff!important;
    border-radius: 25px;
    line-height: 31px;
    font-size: 21px;
    padding: 0 0 0px 0;
}
.mfp-inline-holder .mfp-content #bookdirecttext button.mfp-close {
    background: #545352;
    border: solid 3px #efefef;
    color: #efefef!important;
}
.mfp-inline-holder .mfp-content #bookdirecttext button.mfp-close:hover, .mfp-inline-holder .mfp-content #bookdirecttext button.mfp-close:focus {
    background-color: #ff0000!important;
}
.mfp-inline-holder .mfp-content #specialoffertext button.mfp-close {
    background: #000000;
    margin-right: -20px;
    margin-top: -20px;
    color: #fff!important;
    border-radius: 25px;
    line-height: 28px;
    font-size: 28px;
    padding: 0 0 0px 0;
}
.mfp-inline-holder .mfp-content .mfp-close:hover, .mfp-inline-holder .mfp-content .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #82abf7!important;
    color: #fff!important;
}
.popup-logo {
    float: left;
    width: 210px;
    text-align: center;
}
.popup-logo img {
    width: 100%;
    height: auto;
margin: 0;
    max-width: 100px;
}
.mfp-inline-holder .mfp-content .popup-bottom a.mfp-close:hover, .mfp-inline-holder .mfp-content .popup-bottom a.mfp-close:focus {
    background-color: #545352!important;
}
.popup-bottom a {
    float: right;
    width: auto;
    height: auto;
    position: static;
    line-height: 14px;
    padding: 8px 16px;
    font-family: 'Comfortaa', 'Open Sans', cursive;
    font-size: 12px;
    color: #fff!important;
margin: 6px 0 0 0;
    font-weight: bold;
    text-align: center;
    background-color: #a79b89;
    outline: none;
}
.large-image-cont.image-toggle {
    width: 100%;
}
.large-image-cont:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    -khtml-opacity: 0.92;
    opacity: 0.92;
}
.mfp-inline-holder .large-image-cont.image-toggle+h4+p {
    display: none;
}
.large-image-cont.image-toggle .enlarge-icon {
    background-position: bottom;
}
.mfp-inline-holder .large-image-cont.image-toggle+h4 {
    display: none;
}
#hotelrates {
    margin: 12px 0 0 0;
}
.ratesheader {font-size: 17px; font-weight: bold;}
.col0 {display: none; }
.col1 {display: none; }
.col2 {display: none; }
.col3 {display: none; }
.col4 {display: none; }
.col5 {display: none; }
.col6 {display: none; }
.col7 {display: none; }
.col8 {display: none; }
.col9 {display: none; }
.col10 {display: none; }
.col11 {display: none; }
.hcol0, .hcol1, .hcol2, .hcol3, .hcol4, .hcol5, .hcol6, .hcol7, .hcol8, .hcol9, .hcol10, .hcol11 {padding: 8px 10px;float: left;cursor: pointer;background: #ffffff;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;margin: 0 2px 0 0;border-top: 1px solid #f9f4eb;border-bottom: 1px solid #f9f4eb;font-size: 14px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #000000;}
.sep1 {font-weight: normal; float: left;}
.minmax {display: none; float: left; }
.none {
display: none;
}
div.show0 .col0 { display: inline-block; text-align: left; margin-bottom: 0; vertical-align: top; width: 100%;}  
div.show1 .col1 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show2 .col2 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show3 .col3 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show4 .col4 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show5 .col5 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show6 .col6 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show7 .col7 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show8 .col8 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show9 .col9 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show10 .col10 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.show11 .col11 { display: inline-block; text-align: left; margin-bottom: 0px; vertical-align: top; width: 100%;}
div.monthweight0 .hcol0, div.monthweight1 .hcol1, div.monthweight2 .hcol2, div.monthweight3 .hcol3, div.monthweight4 .hcol4, div.monthweight5 .hcol5, 
div.monthweight6 .hcol6, div.monthweight7 .hcol7, div.monthweight8 .hcol8, div.monthweight9 .hcol9,  div.monthweight10 .hcol10, div.monthweight11 .hcol11{
    background: #a79b89;
    padding: 8px 10px;
    margin: 0 2px 0 0;
    color: #ffffff;
    float: left;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #a79b89;
    border-bottom: 1px solid #a79b89;
    cursor: default;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hcol0:hover, .hcol1:hover, .hcol2:hover, .hcol3:hover, .hcol4:hover, .hcol5:hover, .hcol6:hover, .hcol7:hover, .hcol8:hover, .hcol9:hover, .hcol10:hover, .hcol11:hover {
    background: #a79b89;
    color: #ffffff;
    border-top: 1px solid #a79b89;
    border-bottom: 1px solid #a79b89;
}
.rates-outer {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 24px 0 0 0px;
}
.single-image {
    text-align: left;
    vertical-align: top;
    width: 22%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 4% 24px 0;
}

.single-image:nth-child(4n+4) {
    margin: 0 0 24px 0;
}
.single-image img {
	width:100%;
	height:auto;
}
.rates-text {
    text-align: right;
}
.rates-text p {
    font-weight: normal;
    color: #545352;
    padding: 4px 12px 0 12px;
    line-height: 20px;
    text-align: left;
}

.hotelrate p {
    text-align: left;
    padding: 8px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
a.open-popup-link {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
a.open-popup-link:hover span.roomtype{
    background: none;
}
a.open-popup-link table {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
div.show0.show1 .col1, div.show0.show2 .col1, div.show0.show3 .col1, div.show0.show4 .col1, div.show0.show5 .col1, div.show0.show6 .col1, div.show0.show7 .col1, div.show0.show8 .col1, div.show0.show9 .col1, div.show0.show10 .col1, div.show0.show11 .col1, 
div.show0.show1 .col2, div.show0.show2 .col2, div.show0.show3 .col2, div.show0.show4 .col2, div.show0.show5 .col2, div.show0.show6 .col2, div.show0.show7 .col2, div.show0.show8 .col2, div.show0.show9 .col2, div.show0.show10 .col2, div.show0.show11 .col2,
div.show0.show1 .col3, div.show0.show2 .col3, div.show0.show3 .col3, div.show0.show4 .col3, div.show0.show5 .col3, div.show0.show6 .col3, div.show0.show7 .col3, div.show0.show8 .col3, div.show0.show9 .col3, div.show0.show10 .col3, div.show0.show11 .col3,
div.show0.show1 .col4, div.show0.show2 .col4, div.show0.show3 .col4, div.show0.show4 .col4, div.show0.show5 .col4, div.show0.show6 .col4, div.show0.show7 .col4, div.show0.show8 .col4, div.show0.show9 .col4, div.show0.show10 .col4, div.show0.show11 .col4,
div.show0.show1 .col5, div.show0.show2 .col5, div.show0.show3 .col5, div.show0.show4 .col5, div.show0.show5 .col5, div.show0.show6 .col5, div.show0.show7 .col5, div.show0.show8 .col5, div.show0.show9 .col5, div.show0.show10 .col5, div.show0.show11 .col5,
div.show0.show1 .col6, div.show0.show2 .col6, div.show0.show3 .col6, div.show0.show4 .col6, div.show0.show5 .col6, div.show0.show6 .col6, div.show0.show7 .col6, div.show0.show8 .col6, div.show0.show9 .col6, div.show0.show10 .col6, div.show0.show11 .col6, 
div.show0.show1 .col7, div.show0.show2 .col7, div.show0.show3 .col7, div.show0.show4 .col7, div.show0.show5 .col7, div.show0.show6 .col7, div.show0.show7 .col7, div.show0.show8 .col7, div.show0.show9 .col7, div.show0.show10 .col7, div.show0.show11 .col7, 
div.show0.show1 .col8, div.show0.show2 .col8, div.show0.show3 .col8, div.show0.show4 .col8, div.show0.show5 .col8, div.show0.show6 .col8, div.show0.show7 .col8, div.show0.show8 .col8, div.show0.show9 .col8, div.show0.show10 .col8, div.show0.show11 .col8,
div.show0.show1 .col9, div.show0.show2 .col9, div.show0.show3 .col9, div.show0.show4 .col9, div.show0.show5 .col9, div.show0.show6 .col9, div.show0.show7 .col9, div.show0.show8 .col9, div.show0.show9 .col9, div.show0.show10 .col9, div.show0.show11 .col9,
div.show0.show1 .col10, div.show0.show2 .col10, div.show0.show3 .col10, div.show0.show4 .col10, div.show0.show5 .col10, div.show0.show6 .col10, div.show0.show7 .col10, div.show0.show8 .col10, div.show0.show9 .col10, div.show0.show10 .col10, div.show0.show11 .col10,
div.show0.show1 .col11, div.show0.show2 .col11, div.show0.show3 .col11, div.show0.show4 .col11, div.show0.show5 .col11, div.show0.show6 .col11, div.show0.show7 .col11, div.show0.show8 .col11, div.show0.show9 .col11, div.show0.show10 .col11, div.show0.show11 .col11 {
	display:none;
}
.months-1, .months-2, .months-3, .months-4 {
    display: inline-block;
    float: left;
	    font-size: 15px;
}

.inputContainer {	position: relative;	float: left;}
.formError {
position: absolute;
display: block;
z-index: 1;
cursor: pointer;
}

			.ajaxSubmit {	padding: 20px;	background: #55ea55;	border: 1px solid #999;	display: none}
.formError .formErrorContent {
    position: relative;
    z-index: 1;
    color: red;
    font-family: 'Comfortaa', 'Open Sans', cursive;
    font-size: 12px;
    padding: 0 0 0 20px;
    margin: -10px 0 0 0;
}
.greenPopup .formErrorContent {	background: #33be40;}
			.blackPopup .formErrorContent {	background: #393939;	color: #fff;}
			.formError .formErrorArrow {	width: 15px;	margin: -2px 0 0 13px;  position:relative;  z-index: 5006;}
			.formError .formErrorArrowBottom {  box-shadow: none;  -moz-box-shadow: none;  -webkit-box-shadow: none;	margin: 0px 0 0 12px;  top:2px;}
			.formError .formErrorArrow div {	font-size: 0px;	height: 1px;	background: #ee0101;	margin: 0 auto;	line-height: 0;	font-size: 0;	display: block;}
			.formError .formErrorArrowBottom div {  box-shadow: none;  -moz-box-shadow: none;  -webkit-box-shadow: none;}
			.greenPopup .formErrorArrow div {	background: #33be40;}
			.blackPopup .formErrorArrow div {	background: #393939;	color: #fff;}
			.formError .formErrorArrow .line10 {	width: 15px;	border: none;}
			.formError .formErrorArrow .line9 {	width: 13px;	border: none;}
			.formError .formErrorArrow .line8 {	width: 11px;}
			.formError .formErrorArrow .line7 {	width: 9px;}
			.formError .formErrorArrow .line6 {	width: 7px;}
			.formError .formErrorArrow .line5 {	width: 5px;}
			.formError .formErrorArrow .line4 {	width: 3px;}
			.formError .formErrorArrow .line3 {	width: 1px;	border-left: 2px solid #ddd;	border-right: 2px solid #ddd;	border-bottom: 0 solid #ddd;}
			.formError .formErrorArrow .line2 {	width: 3px;	border: none;	background: #ddd;}
			.formError .formErrorArrow .line1 {	width: 1px;	border: none;	background: #ddd;}

			/* 		styles for formatting form	*/
			div.xmp-form fieldset { margin-bottom: 10px; }
			div.xmp-form legend { padding: 0 2px; font-weight: bold; _margin: 0 -7px; /* IE Win */ }    
			div.xmp-form label { display:block; float:left; width: 120px;text-align: left; margin-right: 5px; }
			div.xmp-form fieldset ol { margin: 0; padding: 0; }
			div.xmp-form fieldset li { list-style: none; padding: 5px; margin: 0; }
			div.xmp-form fieldset fieldset { border: none; margin: 3px 0 0; }
			div.xmp-form fieldset fieldset legend { padding: 0 0 5px; font-weight: normal; }
			div.xmp-form fieldset fieldset label { display: block; width: auto; }
			div.xmp-form em { font-weight: bold; font-style: normal; color: #f00; }
			div.xmp-form label { width: 120px; } /* Width of labels */
			div.xmp-form fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
			div.xmp-form { width: 390px; font-size: 1.1em; color: #333; }
			div.xmp-form legend { padding-left: 0; }
			div.xmp-form legend, div.xmp-form label { color: #333; }
			div.xmp-form fieldset { border: none; border-top: 1px solid #6FA4D8; background: url([[Portal:HomeDirectory]]Images/xmpform-fieldset.gif) left bottom repeat-x; }
			div.xmp-form fieldset fieldset { background: none; }
			div.xmp-form fieldset li { padding: 5px 10px 7px; background: url([[Portal:HomeDirectory]]Images/xmpform-divider.gif) left bottom repeat-x; }


			/* 		DNNdev list styles	*/
			#navcontainer {margin-top:8px; border:1px solid #C0C0C0; background-color:#fff8F0; padding:12px; width:750px;}
			#navlist {list-style: none;	padding: 0;	margin: 0;	}
			#navlist li	{display: inline;	padding: 0;	margin: 0;	}
			#navlist li:before {content: "| "; }
			#navlist li:first-child:before {content: ""; }
			* html #navlist li {border-left: 1px solid black;	padding: 0 0.4em 0 0.4em;	margin: 0 0.4em 0 -0.4em;}
			* html #navlist { height: 1%; }
			* html #navlist li	{display: block; float: left;}
			* html #navlist li:first-child { border-left: 0; }
      

      
.xmp-HotelContact {
    padding: 0!important;
    margin: 10px 0;
    float: left;
}
.xmp-HotelContact .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row+.xmp-form-row {
    margin: 0;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.xmp-HotelContact .persons-cont .xmp-form-row {
    width: 50%;
}
.xmp-HotelContact .persons-cont .xmp-form-row input {
    width: 47px!important;
    display: inline-block;
    float: none;
    vertical-align: baseline;
    text-align: left;
}
.xmp-HotelContact .xmp-form-row+.xmp-form-row {
    width: 50%;
}
.persons-cont {
    text-align: left;
}

.email-tel-country-cont {
    float: left;
    width: 50%;
}
.xmp-HotelContact .persons-cont label.xmp-form-label {
    float: none;
    display: inline-block;
    text-align: left;
    margin-right: 6px;
	margin-left: 10px;
    font-size: 15px;
    line-height: 16px;
    color: #545352;
    font-weight: normal;
    width: auto;
}
      .xmp-HotelContact label.xmp-form-label, .xmp-HotelContact span.xmp-form-label{ display:block; float:left; width: 120px;text-align: left; margin-right: 5px; }
      .xmp-HotelContact .xmp-button { margin-right: 5px; }
.xmp-HotelContact label.xmp-form-label, .xmp-HotelContact span.xmp-form-label {
display: block;
float: left;
width: 168px;
text-align: left;
margin-right: 5px;
font-size: 16px;
line-height: 32px;
color: #43535b;
font-weight: bold;
}
.xmp-form-row select {
    float: left;
    margin: 0 0 14px 0;
    line-height: 28px;
    height: 32px;
    font-size: 15px;
    padding: 0 10px;
    border: none;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    color: #545352;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #efe7db url(images/all-icons.png) no-repeat right -598px;
    cursor: pointer;
    outline: none;
    font-family: 'Comfortaa', 'Open Sans', cursive;
}
.xmp-form-row input.hasDatepicker {
    background: #efe7db url(images/all-icons.png) no-repeat right -30px;
    cursor: pointer;
}
.xmp-form-row input {
    float: left;
    background-color: #efe7db;
    margin: 0 0 14px 0;
    line-height: 32px;
    font-size: 15px;
    padding: 0 10px 0 10px;
    border: none;;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    font-family: 'Comfortaa', 'Open Sans', cursive;
    color: #545352;
}
.xmp-form-row textarea {
    float: left;
    background-color: #efe7db;
    line-height: 14px;
    font-size: 15px;
    margin: 0;
    height: 124px!important;
    padding: 8px 10px;
    border: none;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    font-family: 'Comfortaa', 'Open Sans', cursive;
    color: #545352;
}

.xmp-form-row input[type="submit"] {
    display: inline-block;
    line-height: 17px;
    padding: 0;
    margin: 14px 0 0 0;
    float: left;
    border: none;;
    height: 32px;
    font-size: 15px;
    outline: none;
    font-family: 'Comfortaa', 'Open Sans', cursive;
background: #a79b89;
    color: #fff;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.xmp-form-row input[type="submit"]:hover {
    text-decoration: none;
    font-weight: bold;
    background: #545352;
    color: #fff;
}
.send-btn-container {
    position: relative;
    display: inline-block;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #545352;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #545352;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #545352;
}
:-moz-placeholder { /* Firefox 18- */
  color: #545352;
}
input::-moz-placeholder {
  color: #545352;
    }
input:-moz-placeholder {
  color: #545352;
    }
input[placeholder] { color: #545352; }
::-moz-placeholder { color: #545352; } /* firefox 19+ */
input:-moz-placeholder { color: #545352; }
::-moz-placeholder {
  opacity: 1;
}
select::-ms-expand {
    display: none;
}

#txtError {
font-weight: bold!important;
color: white!important;
background-color: #F00;
font-family: 'Comfortaa', 'Open Sans', cursive;
line-height: 28px;
font-size: 15px;
padding: 0 10px;
margin: 10px 0 0 0;
border-radius: 4px;
border: 4px solid #fff;
box-shadow: 1px 1px 4px #B9B9B9;
-moz-box-shadow: 1px 1px 4px #B9B9B9;
-webkit-box-shadow: 1px 1px 4px #B9B9B9;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#B9B9B9')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#B9B9B9');
float: right;
}
.mfp-arrow:active {
    margin-top: 0;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;

    height: 100%;
    left: 0;
}
span.roomtype {
    text-align: center;
    margin: 0;
    color: #FCFBF9;
    font-size: 16px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.74);
}
.roomtype p {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
}
#select-lang {
    display: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    padding: 4px 0px;
    white-space: nowrap;
    color: #545352;
    background: none;
    width: auto;
    overflow: hidden;
    cursor: pointer;
    text-align: right;
}
#select-lang select {
    border: none;
    display: inline-block;
    padding: 2px 0 0 25px;
    font-size: 15px;
    line-height: 23px;
    text-indent: 0;
    background: url(images/menu_icons.png) no-repeat left -120px;
width: 56px;
    height: 24px;
    margin: 4px 0px 2px 0;
    outline: none;
    cursor: pointer;
    color: #545352;
    font-family: 'Comfortaa', 'Open Sans', cursive;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
text-align: left;

}
select::-ms-expand {
    display: none;
}
#select-lang select option{
	color:#545352;
}
img.ch-logo {
    display: inline-block;
    margin: 6px 0 8px 0;
	max-width: 80px;
}
body.lg-on {
    overflow: hidden;
}
.lg-outer .lg-toolbar {
    background-color: transparent;
    z-index: 1080;
}
.lg-outer .lg-toolbar .lg-icon {
    color: #DDD;
}
.lg-outer .lg-sub-html {
    background-color: #000;
}
.lg-fullscreen-on .lg-close {

}
#specialoffertext h1 {
    margin: 0 0 14px 0;
}
#specialoffertext p, #specialoffertext a {
    color: #fff;
    line-height: 20px;
    font-size: 15px;
}
#specialoffertext a:hover {
    color: #CACACA;
}
b, strong {
	font-weight:bold;
}
.social-cont {
    float: right;
    clear: both;
    text-align: right;
    margin: 20px 0 0 0;
}
.social-cont a {
    display: inline-block;
    margin: 0 0 0 2px;
}
.social-cont a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
#lg-counter {
    float: right;
    clear: both;
    padding-right: 14px;
}
.formError .formErrorArrowBottom {
    top: 0;
    left: -10px;
}
.stickybody.contact-message .xmp-form-row input, .stickybody.contact-message .xmp-form-row select {
    margin: 0 0 30px 0;
}
.stickybody.contact-message .xmp-form-row textarea {
    height: 200px;
    width: 400px;
    margin: 0 0 14px 0;
    height: 158px!important;
}
.form-success {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.72);
    left: 0;
    top: 0;
	cursor:pointer;
}
.form-success h3 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin: -60px 0 0 -175px;
}
.form-success.success-static {
    position: static;
    background: none;
    cursor: default;
    width: auto;
    height: inherit;
}
.form-success.success-static h3 {
    position: static;
    width: auto;
    margin: 0;
}
.mfp-close-btn-in .mfp-iframe-holder .mfp-close {
    right: 3px;
    line-height: 28px;
    padding: 2px 0 0 2px;
}
.roomtype-relative {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.roomtype-tbl {
    width: 100%;
    height: 100%;
    display: table;
}
.body-active {
}
ul.share-cont ul {

	display:none;	
}
ul.share-cont p {
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    text-indent: 99999999999999px;
    font-size: 0;
    background: url(images/menu_icons.png) no-repeat left -144px;
    width: 24px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
}
ul.share-cont p:hover {
color: #a79b89;
}
ul.share-cont {
    display: inline-block;
}
ul.share-cont > li {
    position: relative;
}
ul.share-cont ul.clicked-share {
    display: block;
    position: absolute;
    width: 122px;
    right: -77px;
    background: #fff;
    padding: 8px 8px;
}
ul.share-cont ul.clicked-share li a {
    float: left;
    padding: 0 4px;
}
ul.share-cont ul a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.ui-widget.ui-widget-content, .ui-datepicker select.ui-datepicker-month {
font-family: 'Comfortaa', 'Open Sans', cursive;
    font-size: 14px;
}
#bookdirecttext {
    padding: 40px 40px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    background-color: #FFFFFF;
    font-family: arial;
    line-height: 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 4px solid #545352;
}
#bookdirecttext p a {
    display: inline-block;
    position: static;
    width: auto;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #545352;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
    height: auto;
}
#bookdirecttext p a:hover, #bookdirecttext p a:focus {
    background-color: #efefef!important;
    color: #a79b89!important;
}
.lang-cont {
    display: inline-block;
    position: relative;
}
.lang-tel {
    display: inline-block;
    margin: 0;
}
.book_direct_link {
    position: relative;
    display: inline-block;
    padding: 0 40px 0 20px;
    background: #a79b89;
    line-height: 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
margin: 0;
    color: #fff;
    border: 1px solid #a79b89;
    transition: all 0.4s ease-out;
vertical-align: middle;
}
.book_direct_link:hover, .book_direct_link:focus {
    color: #ffffff;
    background: #545352;
    border: 1px solid #545352;
}
.book_direct_link img {
    position: absolute;
    right: 0;
    top: -4px;
	width:30px;
	height:auto;
	transition: all 0.4s ease-out;
}
.book_direct_link_tablet {
                display:none;
}
.flexholder {
    position: relative;
    float: left;
    width: 60%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    margin: 0 20px 0 0;
}
@media (max-width: 1260px) {
.months-1, .months-2, .months-3, .months-4 {
    width: 100%;
}
div.monthweight0 .hcol0, div.monthweight1 .hcol1, div.monthweight2 .hcol2, div.monthweight3 .hcol3, div.monthweight4 .hcol4, div.monthweight5 .hcol5, div.monthweight6 .hcol6, div.monthweight7 .hcol7, div.monthweight8 .hcol8, div.monthweight9 .hcol9, div.monthweight10 .hcol10, div.monthweight11 .hcol11 {
    width: 30%;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 0 12px 0;
}
.hcol0, .hcol1, .hcol2, .hcol3, .hcol4, .hcol5, .hcol6, .hcol7, .hcol8, .hcol9, .hcol10, .hcol11 {
    width: 30%;
    margin: 0 0 12px 0;
	    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
text-align: center;
}
.months-1 div+div {
    margin: 0 5%!important;
}
.months-1 div+div+div {
    margin: 0 0 12px 0!important;
}
.months-2 div+div {
    margin: 0 5% 12px 5%!important;

}
.months-2 div+div+div {
    margin: 0 0 12px 0!important;
}
.months-3 div+div {
    margin: 0 5% 12px 5%!important;
}
.months-3 div+div+div {
    margin: 0 0 12px 0!important;
}
.months-4 div+div {
    margin: 0 5% 12px 5%!important;
}
.months-4 div+div+div {
    margin: 0 0 12px 0!important;
}

.line_break {
    display: inline-block;
    margin: 0;
}
.logo-cont {
width: 53%;
    height: 100px;
}

.logo-cont img {
    float: left;
max-width: 178px;
}
.logo-cont img.logo_mobile {
    display: block;
}

.hotel-title {
    width: 47%;
    height: 100px;
}
.hotel-title .inner {
    padding: 0 10px 0 0;
}
.wrap-cont {
    top: 142px;
}
.smallheader #menu {
    height: 42px;
top: 60px;
}
#menu {
    position: absolute;
    top: 100px;
    width: 100%;
background: #efe7db;
    height: 42px;
transition: top 0.4s ease-out;
}
.mobile-btn {
width: 37px;
    height: 26px;
    background-size: cover;
    display: block;
    float: left;
    margin: 2px 0 0 0;
}
.hotel_name_cont {
    display: block;
    float: right;
}
.inner {
    padding: 0 10px;
}
h1,h2 {
    font-size: 14px;
    text-align: right;
    line-height: 1.22;
}
.logo-cont .inner {
padding: 0 0 0 10px;
}
#header {
    height: 142px;
border-bottom: none;
}
#header.smallheader {
    height: 102px;
}
}
@media (max-width: 1100px) {
.book_direct_link {
                display:none;
}
.book_direct_link.book_direct_link_tablet {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0 32px 0 14px;
}
.book_direct_link.book_direct_link_tablet img {
    width: 25px;
    height: auto;
}
}
@media (min-width: 971px) {
.pad-cont {
    max-width: 83%;
	padding:0;
}
#overview .pad-cont, #facilities .pad-cont, #contact .pad-cont{
padding: 30px 0;
}
}
@media (max-width: 960px) {
.bottom_links {
    float: none;
}
.bottom_links_column {
    float: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #a79b89;
    padding: 0 0 20px 0;
    text-align: left;
}
#copyright .bottom_links a {
    float: none;
    display: inline-block;
    margin: 5px 20px 5px 0;
    text-align: left;
}
.bottom_tracker {
    float: none;
}
img.ch-logo {
    margin: 40px auto 10px auto;
    float: none;
}
#copyright p, #copyright a {
    margin: 0 auto;
    float: none;
}
}
@media only screen and (max-width : 1382px){

#gallery .pad-cont {
    max-width: 100%;
    padding: 0 30px;
}
#overview .pad-cont, #facilities .pad-cont, #contact .pad-cont, #rates .pad-cont{
    padding: 30px;
    max-width: none;
float: left;
}
#footer .pad-cont, #copyright .pad-cont{
    padding:0 30px;
    max-width: none;
float: left;
}
#facilities .pad-cont {
    border-bottom: none;
}
#rates {
    padding: 0;
}
#rates .pad-cont {
    padding: 0 30px;
}
#rates h3 {
    border-top: 0px solid #E7DCC8;
    padding: 30px 0 12px 0;
}
}
@media screen and (min-width: 1356px) and (max-width: 1400px) and (orientation : landscape) {
.wrap-cont {
    bottom: 0;
}
.large-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
}

@media (max-width: 1220px) {
.large-img {
    position: relative;
}
.large-img img {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -600px;
    height: 100%;
    min-height: inherit;
}
	
}
@media (max-width: 969px) {
.hotel-title h1 {
    font-size: 18px;
    line-height: 22px;
}
.hotel-title h2 {
    font-size: 14px;
    line-height: 18px;
}
.large-img .pad-cont{
    padding: 0;
}
.rates-outer {
    border-top: none;
}

}
@media (max-width: 880px) {
.book_direct_link.book_direct_link_tablet {
    margin: 0;
}
.sticky-wrapper {
    overflow: visible;
    height: auto;
    background: none;
    border: none;
    margin: 0 0 22px 0;
}
.mobile-btn.btn-active {
}
.head-sub {
    padding: 14px 0 0 0;
}
.stickybody .logo-mobile img {
    padding: 6px 0 7px 0;
}
.stickybody .logo-mobile img {
}
.stickybody .large-img {

    margin-top: 0px;
}
.single-image {
    width: 30%;
    margin: 0 0 24px 0;
}	
.single-image:nth-child(3n+2) {
    margin: 0 5% 24px 5%;
}
}
@media (max-width: 806px) {
.rates-text p {
    line-height: 16px;
    font-size: 15px;
}
.hotelrate p {
    font-size: 14px;
}
}
@media (max-width: 780px) {
.single-image:nth-child(odd) {
    width: 47.5%;
    margin: 0 5% 24px 0!important;
}
.single-image:nth-child(even) {
    width: 47.5%;
    margin: 0 0 24px 0!important;
}
}

@media (max-width: 750px) {
.info-cont, .form-cont {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
}
.form-cont h3 {
    padding: 0 0 20px 0;
}
.xmp-HotelContact .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row+.xmp-form-row {
    padding: 0 10px;
}
.foot-right {
    display: none;
}
.foot-left {
    width: 100%;
    text-align: center;
}
img.foot-logo {
    margin: 0 auto 24px auto;
}
.bread-container {
    display: inline-block;
    margin: 4px 0 0 0;
}
.single-image {
    width: 47.5%;
    margin: 0 2.5% 36px 0;
}
.single-image:nth-child(3n+2) {
    margin: 0 2.5% 36px 0;
}
.single-image:nth-child(2n+2) {
    margin: 0 0 36px 2.5%;
}
.social-cont {
    float: none;
    clear: both;
    text-align: center;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}
}
@media only screen and (max-width: 670px) {
.book_direct_link.book_direct_link_tablet {
    margin: 4px 0 0 0;
}
.tel-top {
    display: none;
}
.lang-cont {
    display: none;
}
#select-lang {
    display: inline-block;
    margin: 0 4px 0 6px;
    padding: 0;
    vertical-align: middle;
}
.book_direct_link.book_direct_link_tablet {
    font-size: 0;
    color: transparent;
    padding: 0 26px 0 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 30px;
}
.book_direct_link.book_direct_link_tablet img {
    right: -2px;
    top: -4px;
}
.smallheader .logo-cont {
    display: none;
}
.smallheader .hotel-title {
    display: block;
    width: 180px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 0;
}
.smallheader .hotel-title .inner {
    float: right;
}
.smallheader #menu {
    top: 0;
}
#header.smallheader {
    height: 42px;
}
.smallheader .hotel_name_cont {
    display: none;
}
}
@media only screen and (max-width: 630px) {
.xmp-HotelContact {
    width: 100%;
}
.flexholder {
    width: 100%;
    margin: 0 0 0 0;
}
.popup-logo {
    float: none;
margin: 18px auto 0px auto;
    width: 210px;
    text-align: center;
}
.popup-logo img {
    margin: 0 auto;
    max-width: 110px;
}
.popup-bottom a {
    float: none;
    display: inline-block;
}
.popup-bottom {
    padding: 14px 40px 20px 40px;
}
.white-popup {
    padding: 40px 40px 184px 40px;
}
.header-logo {
display: inline-block;
clear: both;
width: 400px;
margin: 44px auto 0 auto;
}
.header-h1 {
width: 400px;
}
.umgclassic .controls .mediathumb {
width: 57px!important;
height: 33px!important;
}
.umgclassic .controls {
height: 42px!important;
}
.umgclassic .pager2 {
top: 50%!important;
margin-top: -48px!important;
}
.large-image-cont {
    width: 100%;
    margin: 0 0 0 0;
}
img.large-image {
    cursor: default;
}
.mfp-inline-holder .mfp-content h4 {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}
.mfp-inline-holder .mfp-content p {
    margin: 0 0 0 0;
    display: inline-block;
    width: 100%;
padding: 0;
    cursor: default;
}
.enlarge-icon {
	display:none;
}
.mfp-inline-holder .mfp-content .large-image-cont p {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}
}

@media (max-width: 540px) {
.single-image:nth-child(odd) {
    width: 100%;
    margin: 0 auto 30px auto!important;
    max-width: 320px;
    float: none;
}
.single-image:nth-child(even) {
    width: 100%;
    margin: 0 auto 30px auto!important;
    max-width: 320px;
    float: none;
}
.hotelrate p, .rates-text p {
    text-align: center;
}

}

@media only screen and (max-width: 520px) {
.xmp-HotelContact .xmp-form-row+.xmp-form-row {
    width: 100%;
}
.email-tel-country-cont {
    width: 100%;
}
.xmp-HotelContact .persons-cont .xmp-form-row, .xmp-HotelContact .persons-cont .xmp-form-row+.xmp-form-row {
    width: 50%;
    float: left;
}
.xmp-HotelContact .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row+.xmp-form-row {
    padding: 0;
}

}
@media only screen and (max-width: 470px) {
#copyright .bottom_links a {
    display: block;
}
.xmp-HotelContact .persons-cont .xmp-form-row, .xmp-HotelContact .persons-cont .xmp-form-row+.xmp-form-row {
    width: 100%;
    float: left;
}
.xmp-HotelContact .persons-cont label.xmp-form-label {
    min-width: 150px;
}
.stickybody .logo-mobile img {
    margin: 2px 0 0 20px;
    width: 74px;
}
div.monthweight0 .hcol0, div.monthweight1 .hcol1, div.monthweight2 .hcol2, div.monthweight3 .hcol3, div.monthweight4 .hcol4, div.monthweight5 .hcol5, div.monthweight6 .hcol6, div.monthweight7 .hcol7, div.monthweight8 .hcol8, div.monthweight9 .hcol9, div.monthweight10 .hcol10, div.monthweight11 .hcol11 {
    width: 100%;
    margin: 0 0 0 0!important;
    display: block;
    color: #efe7db;
    background: #a79b89 url("images/month-drop.png") right no-repeat;
    border: none;
    cursor: pointer;
	border-radius: 0;
}
div.monthweight0 .hcol0:hover, div.monthweight1 .hcol1:hover, div.monthweight2 .hcol2:hover, div.monthweight3 .hcol3:hover, div.monthweight4 .hcol4:hover, div.monthweight5 .hcol5:hover, div.monthweight6 .hcol6:hover, div.monthweight7 .hcol7:hover, div.monthweight8 .hcol8:hover, div.monthweight9 .hcol9:hover, div.monthweight10 .hcol10:hover, div.monthweight11 .hcol11 {
    background: #a79b89 url("images/month-drop.png") right no-repeat;
    color: #efe7db;
}
.hotelheader-active .hcol0, .hotelheader-active .hcol1, .hotelheader-active .hcol2, .hotelheader-active .hcol3, .hotelheader-active .hcol4, .hotelheader-active .hcol5, .hotelheader-active .hcol6, .hotelheader-active .hcol7, .hotelheader-active .hcol8, .hotelheader-active .hcol9, .hotelheader-active .hcol10, .hotelheader-active .hcol11 {
    display: block;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #efe7db;
margin: 0!important;
}
.hcol0, .hcol1, .hcol2, .hcol3, .hcol4, .hcol5, .hcol6, .hcol7, .hcol8, .hcol9, .hcol10, .hcol11 {
    width: 100%;
	margin:0!important;
    display: none;
}
div.monthweight0.hotelheader-active .hcol0, div.monthweight1.hotelheader-active .hcol1, div.monthweight2.hotelheader-active .hcol2, div.monthweight3.hotelheader-active .hcol3, 
div.monthweight4.hotelheader-active .hcol4, div.monthweight5.hotelheader-active .hcol5, div.monthweight6.hotelheader-active .hcol6, div.monthweight7.hotelheader-active .hcol7, 
div.monthweight8 .hcol8.hotelheader-active, div.monthweight9 .hcol9.hotelheader-active, div.monthweight10 .hcol10.hotelheader-active, div.monthweight11 .hcol11.hotelheader-active {
    background: #a79b89 url(images/all-icons.png) no-repeat left -64px;
    border-radius: 0;
}
.rates-outer {
    border-top: none;
	    margin: 0;
}
#hotelheader {
	cursor:pointer;
	display:inline-block;
	width:100%;
}
.lg-outer .lg-actions {
    display: none;
}
#overview, #facilities, #contact {
    padding: 20px 0;
}
#rates {
    padding: 20px 0 0 0;
}
#contact {
    padding: 20px 0 0 0;
}
.logo-cont img {
    margin: 8px auto 7px auto;
}
.hotel-title h1, .hotel-title h2 {
    text-align: center;
font-size: 16px;
    line-height: 20px;
}
ul.share-cont p{
    font-size: 0;
}
}
@media only screen and (max-height: 740px)  {
	.large-img img {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    margin: 0;
height: auto;
}

}
@media only screen and (max-width: 420px) {
.logo-cont {
    width: 100%;
    height: 46px;
}
.mobile-btn {
    width: 32px;
    height: 22px;
}
.hotel-title {
    width: 180px;
    height: 30px;
    position: absolute;
top: 137px;
    right: 0;
transition: top 0.4s ease-out;
}
.logo-cont .inner {
    padding: 0 30px;
}
.logo-cont img {
    margin: 8px auto 0 auto;
    max-width: 156px;
    float: none;
}
.hotel_name_cont {
    position: absolute;
    top: -46px;
    width: 100%;
    left: 0;
}
#menu {
    top: 130px;
}
h1, h2 {
    text-align: center;
}
}
@media only screen and (max-width: 340px) {
.pad-cont .bx-wrapper {
    padding: 34px 20px;
}
}
@media only screen 
and (max-width : 768px) 
and (orientation : portrait) {
.large-img {
    position: relative;
}
.large-img img {
    width: auto;
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
    min-width: 100%;
}
.stickybody .large-img {
    margin-top: 0;
    height: 340px;
}
#overview, #facilities, #contact {
    padding: 0;
}
}
@media only screen 
and (max-width : 768px) 
and (orientation : landscape) {
.sticky-wrapper {
    height: auto!important;
}
.stickybody.contact-message {
    padding-top: 0;
}
.stickybody.contact-message .formError {
    padding-top: 0;
}
.mobile-btn {
    margin: 4px 0px 5px 0;
}
ul.share-cont {
}
}
@media only screen 
and (max-width : 470px) 
and (orientation : portrait) {
.large-img img {
    margin: 0 0 0 -150px;
}
.espa {
    position: fixed;
    bottom: 20px;
    left: 20px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    overflow: hidden;
    font-size: 28px;
	line-height: 16px;
    z-index: 999999999999999;
}
.espa:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	line-height: 16px;
}
.espa img {
    display: inline-block;
	max-width: 150px; 
	border: 0px;
}
}