@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  background-color: #f4f7f8;
  color: #000;
  font-size: 18px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #7b7c7e;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:hover {
  color: #000;
}

.clear {
	clear: both;
	height: 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.link {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8b998;
  font-weight: 400;
}

.button {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
  background-color: #b79a85;
  margin-bottom: 5px;
}

hr {
	background-color: #e3e3e3;
	height: 1px;
	clear: both;
	width: 100%;
	margin: 30px 0;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #a2a7b0;
  z-index: 900;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.slider .header {
  background-color: rgba(40,40,40,.6);
}

.header.scrolled {
  background-color: #a2a7b0;
}

.moduletable.brand {
  width: 200px;
  height: 95px;
  position: absolute;
  left: 27px;
  top: 13px;
}

.moduletable.brand img {
  display: block;
  width: 272px;
  height: 100px;
}


.moduletable_menu {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: -100;
}






.moduletable.masthead {
  position: relative;
}

.moduletable.masthead img {
  display: block;
  width: 100%;
  height: auto;
}








.moduletable_masthead.page-title {
  position: relative;
}

/*
.tabs .moduletable_masthead.page-title {
  padding: 175px 5% 130px 5%;
}
*/

h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 1em;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 1em;
}

h3 {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 1em;
}


.page-title h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  width: 100%;
  display: block;
  padding: 53px 5%;
  
  
  margin: 0 auto;
}

.tabs .page-title h1 {
  margin: 0 auto 80px auto;
}







.moduletable_social {
  position: fixed;
  top: 50%;
  margin-top: -100px;
  right: 0;
  width: 40px;
  z-index: 900;
  
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

.moduletable_social:hover {
  opacity: 1;
}

.moduletable_social a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #282828;
  
  opacity: .8;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.moduletable_social a:hover {
  opacity: 1;
}

.moduletable_social a img {
  display: block;
  width: 100%;
  height: 100%;
}








.moduletable_floating {
  position: fixed;
  top: 50%;
  right: 0;
  width: 60px;
  z-index: 900;
  
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

.moduletable_floating:hover {
  opacity: 1;
}

.moduletable_floating a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #282828;
  padding-top: 16px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  
  opacity: .8;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.moduletable_floating a:hover {
  opacity: 1;
}

.moduletable_floating a img {
  display: block;
  width: 100%;
  height: 100%;
}







.masthead .camera_caption {
  width: 100%;
  bottom: 10%;
}

.masthead .camera_caption > div {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  background-image: url(../images/title-bar03.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 27px;
}

.masthead .camera_caption > div .camera_caption_title,
.masthead .camera_caption > div .camera_caption_desc {
  font-size: 50px;
  line-height: 40px;
  text-transform: uppercase;
}

.masthead .camera_caption > div .camera_caption_title {
  font-weight: 600;
}

.masthead .camera_caption > div .camera_caption_desc {
  font-weight: 400;
}

.masthead .camera_pag {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 16px;
	margin: 0 5px;
	position: relative;
	text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden;
	width: 16px;
	padding: 0;
}

.masthead .camera_wrap .camera_pag .camera_pag_ul {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

.masthead .camera_pie {
  position: absolute;
  top: 130px;
  right: 10px;
  width: 38px;
  height: 38px;
}
  




.wrap-content {
  padding: 60px 0;
  background-color: #fff;
  border-top: 1px solid #eaeeef;
  border-bottom: 1px solid #eaeeef;
}

.slider .wrap-content {
  padding: 0;
  margin-top: -130px;
}

.tabs .wrap-content {
  padding: 0;
}

.content {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
  z-index: 800;
}

.content img {
  max-width: 100%;
}

body.gallery .content {
  width: 90%;
  max-width: 90%;
}

.tabs .content {
  margin: -100px auto 0 auto;
}

.content .left {  
}

.sidebar {
  position: fixed;
  width: 250px;
  bottom: 42px;
  right: 10%;
  z-index: 900;
}

.sidebar .toggle-div {
  padding-bottom: 20px;
}

.content h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 70px 0 30px 0;
}

.content h2,
.content h3,
.content h4 {
  margin: 30px 0;
}

.content p, 
.content ul, 
.content ol, 
.sidebar p {
  line-height: 23px;
  margin-bottom: 1em;
  color: #666;
}

.content ul,
content ol {
  margin-left: 20px;
  font-size: 18px;
}

.sidebar {
  text-align: center;
}

.sidebar h3 {
  background-color: #282828;
  font-size: 14px;
  line-height: 49px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.sidebar h3 span {
  display: inline-block;
  background-image:url(../images/ico-star.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.sidebar h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin: 26px 0 15px 0;
}

.sidebar p {
  font-size: 14px;
}









.resp-tabs-list h3 {
  margin: 0 0 5px 0;
}








.item-row {
  margin-bottom: 90px;
}

.item-row:last-child {
  margin-bottom: 0;
}

.item-row .item-img {
  float: left;
  width: 700px;
  margin-right: 50px;
}

.item-row .item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.item-row .item-desc {
  padding-left: 525px;
}

.item-row:nth-child(even) .item-img {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}

.item-row:nth-child(even) .item-desc {
  padding-left: 0;
  padding-right: 525px;
}








.moduletable_reservation {
  position: absolute;
  top: 25px;
  right: 30px;
  height: 32px;
}

.moduletable_reservation form > * {
  vertical-align: middle;
}

.moduletable_reservation .custom-select {
  width: 80px;
  padding: 0 32px 0 13px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border: none;
  background-image: url(../images/open.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  background-color: #ccc;
  text-align: left;
  border-radius: 4px;
  display: inline-block;
}

.moduletable_reservation .input_dates {
  width: 100px;
  padding: 0 0 0 13px;
  line-height: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  background-color: #ccc;
  text-align: left;
  border-radius: 4px 0 0 4px;
}

.moduletable_reservation .tcalIcon[style] {
  display: block !important;
  float: right !important;
}

.moduletable_reservation label {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  opacity: .8;
}


.moduletable_reservation .input-wrap {
  position: relative;
  display: inline-block;
  background-color: #ccc;
  border-radius: 4px 0 0 4px;
  height: 32px;
}

.moduletable_reservation .button {
  border-radius: 4px;
  margin-left: 10px;
}



body div#tcal {
	position: fixed;
}

body div#tcalShade {
	display: none;
}






#nav {
	list-style: none;
}
#nav:before,
#nav:after {
    content: " "; 
    display: table; 
}
#nav:after {
    clear: both;
}
#nav ul {
	list-style: none;
	width: auto;
}
#nav a {
	padding: 0 11px;
	font-size: 13px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #eee;
	text-align: left;
	font-weight: normal;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#nav > li a {
}

#nav > li:first-child a {
}
#nav a:hover, #nav li.active a, #nav li.hover a {
	color: #fff;
}

#nav li {
    position: relative;
}
#nav > li {
	display: inline-block;
    zoom: 1;
    *display: inline;
	vertical-align: top;
}
#nav > li > .parent {
	background-image: url(../images/menu-arrow-down01.png);
	background-repeat: no-repeat;
	background-position: 90% center;	
	padding-right: 30px
}
#nav > li.active > .parent {
	background-image: url(../images/menu-arrow-down02.png);
}
#nav li li.active a {
	
}
#nav a.parent:hover, #nav li.hover a.parent, #nav li.current a.parent {
	background-image: url(../images/menu-arrow-down02.png);
}
#nav > li > a {
    display: block;
}
#nav li ul {
	position: absolute;
	left: -9999px;
	min-width: 100%;
	top: 50px;
  background-color: #333;
}
#nav > li.hover > ul {
    left: 0;
}
#nav li li.hover ul {
    left: 100%;
    top: 0;
}
#nav li li {
	display: block;
}

#nav li li.mobile {
	display: none;
}

#nav li li a, #nav li li li a, #nav li li:last-child li a {
	display: block;
	position: relative;
	z-index: 100;
	line-height: 50px;
	background-image: none;
	padding: 0 15px;
	font-size: 14px;
}

#nav li li a.mobile, #nav li li li a.mobile, #nav li li:last-child li a.mobile {
	display: none;
}

#nav li li:last-child a, #nav li li li:last-child a {

}
#nav li li a:hover, #nav li li a.active {
}
#nav li li li a {
	z-index: 200;
	font-size: 12px;
}
#nav li.hover li a {
	background-image: none;
}







.moduletable_boxes {
  background-color: #f4f7f8;
  text-align: center;
  z-index: 20;
  position: relative;
}

.custom_boxes {
  width: 90%;  
  margin: 0 auto;
}

.moduletable_boxes h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0 72px 0;
  background: url(../images/title-bar.png) no-repeat center top;
  color: #000;
}

.moduletable_boxes .box {
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 28%;
  margin: 0 14px;
  background-color: #fff;
  vertical-align: middle;
}

.moduletable_boxes .box img {
  width: 100%;
  display: block;
}

.moduletable_boxes .box .box-content {
  padding: 22px;
}

.moduletable_boxes .box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.moduletable_boxes .box p {
  font-size: 14px;
}







.moduletable_amenities {
  background-color: #f4f7f8;
  padding: 60px 0;
  text-align: center;
  z-index: 20;
  position: relative;
  margin-top: 60px;
}

.custom_amenities {
  display: table;
  border-collapse: collapse;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.moduletable_amenities h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0 40px 0;
  background: url(../images/title-bar.png) no-repeat center top;
  color: #000;
}

.moduletable_amenities .row {
  display: table-row;
}

.moduletable_amenities .box {
  display: table-cell;
  width: 33%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #eaeeef;
  height: 200px;
  padding: 0 30px;
  font-size: 18px;
}

.moduletable_amenities .box i {
  display: block;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 15px auto;
  opacity: .7;
}

.moduletable_amenities .box i.curtain {
  background-image: url(../images/ico-curtain.png)
}

.moduletable_amenities .box i.open {
  background-image: url(../images/ico-open.png)
}

.moduletable_amenities .box i.nonsmoking {
  background-image: url(../images/ico-nonsmoking.png)
}

.moduletable_amenities .box i.bed {
  background-image: url(../images/ico-bed.png)
}

.moduletable_amenities .box i.robe {
  background-image: url(../images/ico-robe.png)
}

.moduletable_amenities .box i.wifi {
  background-image: url(../images/ico-wifi.png)
}









.moduletable_banner {
  position: relative;
/*  padding-top: 120px;*/
}

.moduletable_banner h3 {
  width: 216px;
  height: 216px;
  background-color: rgba(50,50,50,.95);
  text-align: center;
  padding-top: 80px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -108px;
  margin-left: -108px;
  font-weight: normal;
  -webkit-border-radius: 50%;
	border-radius: 50%;
}

.moduletable_banner h3 span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.moduletable_banner img {
  width: 50%;
  height: auto;
  float: left;
  display: block;
}




.form{width:50%;}
.form .form_row{margin-bottom:10px;}
.form label{display:block;}
.form .text_box{width:94%;padding:0px 3%;line-height:24px;height:24px;border:1px solid #666;}
.form textarea{width:94%;padding:5px 3%;border:1px solid #666;}
.form .submit_button{background-color:#b79a85;font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;display:inline-block;font-size:14px;line-height:29px;text-transform:uppercase;color:#fff;text-decoration:none;-webkit-border-radius:3px;border-radius:3px;border-bottom:1px solid #000;font-weight:bold;padding:0px 18px;background-repeat:repeat-x;background-position:center;cursor:pointer;}



.moduletable_submenu {
  background-color: #fff;
  padding-top: 30px;
  text-align: center;
}

.moduletable_submenu ul {
  
}

.moduletable_submenu ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
}

.moduletable_submenu ul li:last-child {
  border-right: none;
}

.moduletable_submenu ul li a {
  display: block;
  padding: 5px 20px;
  color: #999;
}

.moduletable_submenu ul li:last-child a {
  padding: 5px 0 5px 20px;
}

.moduletable_submenu ul li.active a,
.moduletable_submenu ul li a:hover {
  color: #000;
}








body ul.sigProSleek {
  margin: 0 auto !important;
  padding: 0 0 !important;
  list-style: none;
  clear: both;
  overflow: hidden;
  
  text-align: center;
}

body ul.sigProSleek li.sigProThumb {
  float: none;
  background: none !important;
  margin: 2px;
  padding: 0;  
  display: inline-block;
  overflow: hidden;
}

body ul.sigProSleek li.sigProThumb a.sigProLink {
  color: #fff;
  border: none;
  position: relative;
}

body ul.sigProSleek li.sigProThumb a.sigProLink:hover {
  color: #fff;
  text-decoration: none;
  border: none;
}

.zoom-icon:hover {
  background-image: url(../../../images/zoom-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

body ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg {
  background-position: center center;
  background-size: cover;
}

body ul.sigProSleek span.sigProCaption {
  display:block; 
}

body ul.sigProSleek span.sigProCaption,
body ul.sigProSleek span.sigProPseudoCaption {
  display: block;
  position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 8px 15px;
	font-family: "Lato", Arial, Verdana, sans-serif;
	font-size: 12px;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body ul.sigProSleek li.sigProThumb a.sigProLink:hover span {
	display: block;
  bottom: 0;
}










.moduletable_newsletter {
  padding: 112px 0 225px 0;
  text-align: center;
  position: relative;
  background: url(../images/newsletter-bg.jpg) no-repeat right bottom;
  background-size: cover;
  background-color: #f4f7f8;
}

.moduletable_newsletter h3 {
  font-size: 44px;
  text-transform: uppercase;
  padding: 20px 0 16px 0;
  background: url(../images/title-bar02.png) no-repeat center top;
  color: #fff;
}

.moduletable_newsletter p {
  font-size: 42px;
  margin-bottom: 44px;
  color: #fff;
}

.moduletable_newsletter .input {
  width: 460px;
  height: 48px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.moduletable_newsletter .input input {
  display: block;
  float: left;
  width: 320px;
  color: #000;
  background-color: #eee;
  text-align: left;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  padding-left: 20px;
  background-color: #eee;
  
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.moduletable_newsletter .input input:hover,
.moduletable_newsletter .input input:focus {
  background-color: #fff;
}

.moduletable_newsletter .input input[placeholder] {
  color: #666;
}

.moduletable_newsletter .input a {
  display: block;
  float: right;
  width: 140px;
  color: #fff;
  background-color: #b79a85;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.moduletable_newsletter a:hover {
  background: #BA977E;
}

.moduletable_newsletter .pictures {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  height: 160px;
  text-align: center;
}

.moduletable_newsletter .pictures img {
  display:inline-block;
  zoom:1;
  *display:inline;
  margin: 0 7px;
}







.moduletable_guests {
  padding: 20px 0 12px 0;
  text-align: center;
  position: relative;
}

.custom_guests {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
}

.moduletable_guests h3 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  background: url(../images/title-bar.png) no-repeat center bottom;
  color: #000;
}

.moduletable_guests p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.moduletable_guests .unslider-arrow {
  position: absolute;
  top: 40%;
  margin-top: 60px;
  width: 26px;
  height: 48px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  
  text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden;
  opacity: .8;
  
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.moduletable_guests .unslider-arrow:hover {
  opacity: 1;
}

.moduletable_guests .unslider-arrow.next {
  background-image: url(../images/ico-right.png);
  right: 10%;
}

.moduletable_guests .unslider-arrow.prev {
  background-image: url(../images/ico-left.png);
  left: 10%;
}



.moduletable_scroll.first {
  position: relative;
  margin: -180px auto 180px auto;
  width: 70px;
}

.moduletable_scroll {
  position: relative;
  margin: 40px auto 100px auto;
  width: 70px;
}

@keyframes fading {
  0% {opacity: .8;}
  50% {opacity: .3;}
  100% {opacity: .8;}
}

.moduletable_scroll a {
  display: block;
  background-image: url(../images/ico-bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40px;
  width: 70px;
  height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  padding-top: 32px;
  background-color: rgba(0,0,0,.6);
  border-radius: 50%;
  
  animation-name: fading;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}






.moduletable_map {
  position: relative;
}

.moduletable_map iframe {
  display: block;
}

.moduletable_map .map-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
}

.moduletable_map .map-overlay.hide {
	display: none;
}

.moduletable_logos {
  background-color: #7b7c7e;
  padding: 24px 0;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 42px;
}

.moduletable_logos div {
  display:inline-block;
  zoom:1;
  *display:inline;
  margin: 0 30px;
  vertical-align: middle;
}





.bottom {
  
}

.moduletable_bottom {
  background-color: #ccc;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: center;
  color: rgba(0,0,0,.6);
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
}

.moduletable_bottom ul {
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
}

.moduletable_bottom ul li {
  display:inline-block;
  zoom:1;
  *display:inline;
}

.moduletable_bottom ul li a {
  display:block;
  border-right: 1px solid #bbb;
  padding: 0 10px;
  color: rgba(0,0,0,.6);
  text-transform: uppercase;
}

.moduletable_bottom ul a:hover {
  color: rgba(0,0,0,1);
}


.moduletable_bottom .address {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0 10px;
  color: rgba(0,0,0,.6);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  width: 335px;
}

.moduletable_bottom .brand {
  padding: 6px 0;
}

.moduletable_bottom img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin-right: 14px;
}

.moduletable_bottom span {
  display: inline-block;
  line-height: 15px;
  vertical-align: top;
  text-align: left;
}








@media screen and (min-width: 960px) and (max-width: 1096px) {


#nav a {
	padding: 0 6px;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #eee;
	text-align: left;
	font-weight: normal;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
  
  .moduletable_reservation .input_dates {
	width: 75px;
	padding: 0 0 0 13px;
	line-height: 32px;
	height: 32px;
	border: none;
	cursor: pointer;
	background-color: #ccc;
	text-align: left;
	border-radius: 4px 0 0 4px;
}
  
.moduletable_reservation .custom-select {
	width: 60px;
	padding: 0 25px 0 13px;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	border: none;
	background-image: url(../images/open.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	background-color: #ccc;
	text-align: left;
	border-radius: 4px;
	display: inline-block;
}

  .moduletable.brand img {
	display: block;
	width: auto;
	height: 90px;
}


}






@media screen and (max-width: 959px) {
  
  
  
  body {
    background-color: #fff;
  }
  
	
.desktop {
	display: none;
}

.mobile {
	display: block;
}



a.link {
  font-size: 14px;
}



.header {
  position: fixed;
  top: auto;
  width: 100%;
  height: 72px;
  background-color: #a2a7b0;
}

.header .moduletable_menu-button,
.header .moduletable_call-button,
.header .moduletable_map-button {
  width: 20%;
  float: left;
  height: 72px;
  background-color: #a2a7b0;
  border-right: 1px solid #333;
  position: relative;
}

.header .moduletable_reservation-button {
  width: 40%;
  float: left;
  height: 72px;
  background-color: #b79a85;
  position: relative;
}

.header .moduletable_menu-button a,
.header .moduletable_call-button a,
.header .moduletable_map-button a,
.header .moduletable_reservation-button a {
  display: block;
  height: 72px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.header .moduletable_menu-button a {
  background-image: url(../images/ico-menu.png);
}

.header .moduletable_call-button a {
  background-image: url(../images/ico-phone.png);
}

.header .moduletable_map-button a {
  background-image: url(../images/ico-map.png);
}

.header .moduletable_reservation-button a {
  background-image: url(../images/ico-reservation.png);
}

.moduletable.masthead {
  padding-top: 72px;
}


.moduletable_menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 72px;
  height: 0;
}





#main-nav {
	position: relative;
	right: auto;
	bottom: auto;
  background-color: #a2a7b0;
}
  
  
  #nav {
    border-bottom: 10px solid #a2a7b0;
  }
  
#nav > li {
	float: none;
	display: block;
}
#nav a {
	padding-right: 5%;
	padding-left: 5%;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
  background-color: #a2a7b0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	border-top: 1px solid #333;
	border-bottom: none;
}
#nav li li a, #nav li li li a, #nav li li:last-child li a {
    width: 100%;
}

#nav li li a.mobile, #nav li li li a.mobile, #nav li li:last-child li a.mobile {
	display: block;
}

#nav li.hover a {
	padding-left: 5%;
	background-image: none;
}
#nav li:first-child a {
	padding-left: 5%;
	background-image: none;
	border-left: none;
	border-right: none;
}
#nav > li > .parent {
	background-repeat: no-repeat;
	background-position: 95% center;	
}

#nav li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	padding-top: 0px;
	background-image: none;
	background-color: #f8f6f3;
	width: 100%;
}
#nav > li.hover > ul {
    left: auto;
	position: relative;
	margin-left: 0px;
}
#nav li li {
	display: block;
	background-color: transparent;
	border: none;
	border-top: none;
}
#nav li li.mobile {
    display: block;
}
#nav ul li a {
  padding-left: 8%;
}




  
  
  
  
  

 body .masthead .camera_caption {
	width: 100%;
	bottom: 0;
   background-color: rgba(0,0,0,.6);
   padding: 20px 0 40px 0;
}
  
 body .masthead .camera_caption > div {
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	width: 90%;
	max-width: 990px;
	margin: 0 auto;
	background-image: url(../images/title-bar03.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 15px;
   
}
  
  .masthead .camera_caption > div .camera_caption_title, .masthead .camera_caption > div .camera_caption_desc {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
  
 body .camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 16px;
	margin: 0 5px;
	position: relative;
	/* text-align: left; */
	text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden;
	width: 16px;
	padding: 0;
}
  
    .masthead .camera_pag {
	position: absolute;
	width: 100%;
	bottom: 10px;
}
  
  .masthead .camera_pie {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
}
  
  
  




.moduletable_title {
  background-color: #828282;
  text-align: center;
  padding: 14px;
}

.moduletable_title h1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.moduletable_title h1 span {
  font-size: 10px;
  margin-top: 5px;
  font-weight: normal;
}


  
  
  
  
  .wrap-content {
	padding: 40px 0;
	background-color: #fff;
	border-top: 1px solid #eaeeef;
	border-bottom: none;
}
  
  

  



.content .left {
  margin-right: 0;
}

.content .sidebar {
  display: none;
}


.content,
.tabs .content {
  padding-bottom: 10px;
  margin: 0 auto;
}


.content p {
    font-size: 14px;
    line-height: 23px;
}

.content h1 {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin: 20px 0 1em 0;
}


  .content h2, .content h3, .content h4 {
    margin: 20px 0;
}
  
#parentHorizontalTab h3 {
  color: white;
}

.content ul,
content ol {
  margin-left: 20px;
  font-size: 14px;
}
  
  
.moduletable_masthead.page-title {
	text-align: left;
text-transform: uppercase;
font-weight: 400;
width: auto;
display: block;
background-color: transparent;
background-image: none;
background-repeat: no-repeat;
background-position: center bottom;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
}
  
  .page-title h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    width: 100%;
    display: block;
    padding: 42px 5%;
    margin: 0 auto;
}
  
 body.tabs .moduletable_masthead.page-title {
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}
  
body.tabs .page-title h1 {
	margin: 0;
} 
  
body .wrap-content {
	padding: 0 0 40px 0;
	background-color: #fff;
	border-top: none;
	border-bottom: none;
}
  
  body .moduletable_submenu {
	background-color: #fff;
	padding-top: 0;
	text-align: center;
    margin-bottom: 20px;
}
  
  body .moduletable_submenu ul li {
	display: block;
	border-right: none;
}
  
  .moduletable_submenu ul li a {
	display: block;
	padding: 5px 5%;
	color: #fff;
}
  
  
  
.item-row {
  margin-bottom: 60px;
}

.item-row .item-img {
  float: none;
  width: 100%;
  max-width: 475px;
  margin-right: 0;
  margin-bottom: 10px;
}

.item-row .item-desc {
  padding-left: 0;
}

.item-row:nth-child(even) .item-img {
  float: none;
  margin-right: 0;
  margin-left: 0;
}

.item-row:nth-child(even) .item-desc {
  padding-left: 0;
  padding-right: 0;
}
  
  
  
  
  
  body .slideshowck[style] {
    height: 400px !important;
  }
  
  
  
  .slider .wrap-content {
	padding: 0;
	margin-top: 0;
}

  
  

  


}




@media screen and (max-width: 500px) {
 
  
  .moduletable_amenities {
  background-color: #f4f7f8;
  padding: 30px 0;
  text-align: center;
  z-index: 20;
  position: relative;
  margin-top: 30px;
}

.custom_amenities {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.moduletable_amenities h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0 10px 0;
  background: url(../images/title-bar.png) no-repeat center top;
  color: #000;
}

.moduletable_amenities .row {
  display: block;
}

.moduletable_amenities .box {
  display: block;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #eaeeef;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: auto;
  padding: 20px 5%;
  font-size: 12px;
}

.moduletable_amenities .box i {
  display: block;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 15px auto;
  opacity: .7;
}
  
  
}