/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  border: 0;
}

/* COMMON */
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #222426;
}

body {
  font: 14px/1.2 Helvetica,Arial,Sans-Serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #777778;
}

input {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.hide {
  display: none;
}

a {
  color: #3ac3ff;
}

.button {
  display: inline-block;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  position: relative;
  text-align: left;
  z-index: 1;
  color: #3ac3ff;
  text-decoration: underline;
  cursor: pointer;
  background: none;
}

#page-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* HEADER */
#header {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 3;
  background: #000000;
  /* TOP MENU STYLES */
}
.gallery-page #header {
  display: none;
}
#header #logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -55px;
  text-indent: -1000px;
  overflow: hidden;
  height: 26px;
  width: 110px;
  background: url(../images/logo.png) no-repeat 50% 50%;
  z-index: 100;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
  background-size: 100%;
}
.show-booknow #header #logo {
  left: 0;
}
#header #action-menu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  margin-top: -25px;
  z-index: 10;
  text-align: justify;
  height: 50px;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
.show-booknow #header #action-menu {
  left: -50%;
}
#header #action-menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
}
#header #action-menu > ul {
  list-style: none;
  display: inline;
}
#header #action-menu > ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#header #action-menu > ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
#header #action-menu > ul li a.active {
  color: #a00000;
}
#header #action-menu > ul li a#sliding-menu {
  text-indent: -1000px;
  width: 50px;
}
#header #action-menu > ul li a#sliding-menu:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  background: url(../images/sprite.svg) 0 0 no-repeat;
}
.no-svg #header #action-menu > ul li a#sliding-menu:after {
  background-image: url(../images/sprite.png);
}
.open-sliding-nav #header #action-menu > ul li a#sliding-menu:after {
  background-position: 0 -36px;
}
#header #action-menu > ul li a#book-now {
  line-height: 16px;
  text-transform: uppercase;
  color: #3ac3ff;
  padding: 8px 0;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.show-booknow #header #action-menu > ul li a#book-now {
  color: #5f5f5f;
}
.open-sliding-nav #header #action-menu > ul li a#book-now {
  display: none;
}
#header ul.book-now {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50%;
  background: #1b1b1b;
  border-left: 1px solid #656565;
  -webkit-transition: right 0.25s;
  transition: right 0.25s;
  list-style-type: none;
  box-shadow: inset 0 0 5px #000;
}
#header ul.book-now li {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 50px;
  margin-top: 5px;
  text-align: center;
}
#header ul.book-now li a {
  display: inline-block;
  height: 50px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#header ul.book-now li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0 0;
  background: url(../images/sprite.svg) 0 0 no-repeat;
}
.no-svg #header ul.book-now li a:after {
  background-image: url(../images/sprite.png);
}
#header ul.book-now li a.booking-link:after {
  background-position: -341px 0;
}
#header ul.book-now li a.phone-number:after {
  background-position: -377px 0;
}
.show-booknow #header ul.book-now {
  right: 0;
}

/* MAIN MENU STYLES */
#top-menu {
  height: 51px;
  overflow: hidden;
  text-align: justify;
}
.gallery-page #top-menu {
  display: none;
}
#top-menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
}
#top-menu > ul {
  display: inline;
}
#top-menu > ul li {
  display: inline-block;
  text-align: center;
  width: 32%;
  font-size: 0;
  border-bottom: 1px solid #393a3c;
  padding: 0;
}
#top-menu > ul li.first {
  padding-left: 0;
}
#top-menu > ul li.last {
  padding-right: 0;
}
#top-menu > ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 25px;
  padding-top: 25px;
  position: relative;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #1d1d1d;
  box-shadow: inset 0 0 10px 2px #0e0e0e;
}
#top-menu > ul li a.active {
  color: #3ac3ff;
}
#top-menu > ul li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 50%;
  margin: 0 0 0 -8px;
  background: url(../images/sprite.svg) -36px 0 no-repeat;
}
.no-svg #top-menu > ul li a:after {
  background-image: url(../images/sprite.png);
}
#top-menu > ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 20px;
  top: -50%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}
#top-menu > ul li a.active:after {
  background-position: -36px -36px;
}
#top-menu > ul li a.m1:after {
  background-position: -72px 0;
}
#top-menu > ul li a.m1.active:after {
  background-position: -72px -36px;
}
#top-menu > ul li a.m2:after {
  background-position: -108px 0;
}
#top-menu > ul li a.m2.active:after {
  background-position: -108px -36px;
}
#top-menu > ul ul {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
}

/* TOPIMAGES */
#photo-wrapper {
  width: 100%;
  min-height: 180px;
  position: relative;
  /* SLIDING NAV */
}
#photo-wrapper #local-weather {
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
#photo-wrapper .weather {
  padding-left: 60px;
}
#photo-wrapper .weather sup {
  font-size: 16px;
  line-height: 40px;
  vertical-align: top;
}
#photo-wrapper .weather .temp {
  font: 400 36px/55px 'Noto Sans', Arial, sans-serif;
  color: #fff;
}
#photo-wrapper .weather .ic {
  background: url(../images/weather-sprite.png) no-repeat 0 100px;
  background-image: url(../images/weather-sprite.svg), none;
  display: block;
  position: absolute;
  height: 50px;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
}
#photo-wrapper .weather .w3200,
#photo-wrapper .weather .w32,
#photo-wrapper .weather .w36 {
  background-position: 0 0 !important;
}
#photo-wrapper .weather .w28,
#photo-wrapper .weather .w30,
#photo-wrapper .weather .w34 {
  background-position: 0 -50px !important;
}
#photo-wrapper .weather .w26,
#photo-wrapper .weather .w44 {
  background-position: 0 -400px !important;
}
#photo-wrapper .weather .w19,
#photo-wrapper .weather .w20,
#photo-wrapper .weather .w21,
#photo-wrapper .weather .w22,
#photo-wrapper .weather .w24 {
  background-position: 0 -450px !important;
}
#photo-wrapper .weather .w5,
#photo-wrapper .weather .w6,
#photo-wrapper .weather .w7,
#photo-wrapper .weather .w18 {
  background-position: 0 -500px !important;
}
#photo-wrapper .weather .w8,
#photo-wrapper .weather .w9,
#photo-wrapper .weather .w11 {
  background-position: 0 -550px !important;
}
#photo-wrapper .weather .w0,
#photo-wrapper .weather .w1,
#photo-wrapper .weather .w2,
#photo-wrapper .weather .w3,
#photo-wrapper .weather .w4,
#photo-wrapper .weather .w17,
#photo-wrapper .weather .w23,
#photo-wrapper .weather .w35,
#photo-wrapper .weather .w37,
#photo-wrapper .weather .w38 {
  background-position: 0 -600px !important;
}
#photo-wrapper .weather .w39 {
  background-position: 0 -650px !important;
}
#photo-wrapper .weather .w13,
#photo-wrapper .weather .w14,
#photo-wrapper .weather .w15,
#photo-wrapper .weather .w16,
#photo-wrapper .weather .w25,
#photo-wrapper .weather .w41,
#photo-wrapper .weather .w42,
#photo-wrapper .weather .w43,
#photo-wrapper .weather .w46 {
  background-position: 0 -700px !important;
}
#photo-wrapper .weather .w10,
#photo-wrapper .weather .w12,
#photo-wrapper .weather .w40 {
  background-position: 0 -750px !important;
}
#photo-wrapper .weather .w31 {
  background-position: 0 -800px !important;
}
#photo-wrapper .weather .w27,
#photo-wrapper .weather .w29,
#photo-wrapper .weather .w33 {
  background-position: 0 -850px !important;
}
#photo-wrapper .weather .w45,
#photo-wrapper .weather .w47 {
  background-position: 0 -900px !important;
}
.cms-type-mhome #photo-wrapper {
  min-height: 320px;
}
#photo-wrapper.photo-specials, .cms-widget-gallery #photo-wrapper, .cms-widget-mobilemap #photo-wrapper {
  min-height: 0;
}
.gallery-page #photo-wrapper {
  display: none;
}
#photo-wrapper .close-sliding-nav {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -38px;
  right: 20px;
  background: url(../images/sprite.svg) 0 -156px no-repeat;
  z-index: 10;
}
.no-svg #photo-wrapper .close-sliding-nav {
  background-image: url(../images/sprite.png);
}
.open-sliding-nav #photo-wrapper .close-sliding-nav {
  display: block;
}
#photo-wrapper #sliding-nav {
  position: relative;
  z-index: 10;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid #3ac3ff;
}
.open-sliding-nav #photo-wrapper #sliding-nav {
  max-height: 2000px;
}
#photo-wrapper #sliding-nav > ul {
  width: 100%;
}
#photo-wrapper #sliding-nav > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#photo-wrapper #sliding-nav > ul li a {
  display: block;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  color: #a0a0a0;
  padding: 12px 20px;
  margin: 0;
  border-bottom: 1px solid #353334;
  font-size: 18px;
}
#photo-wrapper #sliding-nav > ul li a.active {
  color: #3ac3ff;
}
#photo-wrapper #sliding-nav > ul li ul a {
  text-transform: none;
  padding-left: 40px;
}
#photo-wrapper #sliding-nav > ul li ul ul a {
  padding-left: 60px;
}
#photo-wrapper .inner-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.cms-widget-gallery #photo-wrapper .inner-wrapper {
  display: none;
}
#photo-wrapper #photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  z-index: 0;
}
#photo-wrapper #photos figure {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#photo-wrapper #photos figure img {
  display: none;
}
#photo-wrapper .slider__arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 3;
}
#photo-wrapper .slider__arrows div {
  height: 19px;
  width: 19px;
  position: absolute;
  top: 0;
  text-indent: -1000em;
  overflow: hidden;
  background: url(../images/sprite.svg) no-repeat -176px 0;
}
.no-svg #photo-wrapper .slider__arrows div {
  background-image: url(../images/sprite.png);
}
#photo-wrapper .slider__arrows div.slider__arrows-item--right {
  right: 10px;
}
#photo-wrapper .slider__arrows div.slider__arrows-item--left {
  left: 10px;
  background-position: -144px 0;
}

#content-wrapper {
  overflow: hidden;
  position: relative;
  /* GALLERY POPUP*/
}
#content-wrapper .page-content {
  padding: 20px 20px 20px;
  background: #ffffff;
  overflow: hidden;
}
#content-wrapper #read-more {
  background: none;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}
#content-wrapper #read-more:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background: url(../images/sprite.svg) no-repeat -302px 0;
}
.no-svg #content-wrapper #read-more:after {
  background-image: url(../images/sprite.png);
}
#content-wrapper #read-more.up:after {
  background-position: -262px 0;
}
#content-wrapper #content {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 2;
  /* FORMS */
  /* MAP */
  /* SPECIALS */
  /* CALENDAR */
  /* GALLERY */
}
.gallery-page #content-wrapper #content {
  display: none;
}
#content-wrapper #content h1, #content-wrapper #content h2, #content-wrapper #content h3, #content-wrapper #content h4, #content-wrapper #content h5, #content-wrapper #content h6 {
  font-weight: normal;
  color: #222325;
  margin: 0 0 10px 0;
}
#content-wrapper #content h1 {
  color: #000;
  font-size: 1.4em;
}
#content-wrapper #content h2 {
  font-size: 1.2em;
  margin: 5px 0 5px 0;
  font-weight: normal;
}
#content-wrapper #content > h1, #content-wrapper #content > h2 {
  color: #fff;
  margin: 10px 0 10px 20px;
}
#content-wrapper #content h3 {
  font-size: 1em;
  margin-bottom: 10px;
}
#content-wrapper #content h4 {
  color: #575a5f;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
}
#content-wrapper #content p {
  padding: 0.5em 0;
}
#content-wrapper #content ul, #content-wrapper #content ol {
  margin: 10px 0 10px 20px;
}
#content-wrapper #content ul li, #content-wrapper #content ol li {
  padding: 2px 0;
  list-style-position: outside;
}
#content-wrapper #content ul ul, #content-wrapper #content ul ol, #content-wrapper #content ol ul, #content-wrapper #content ol ol {
  margin: 0 0 0 10px;
  padding: 2px 0 2px 10px;
}
#content-wrapper #content .form {
  padding: 1px 10px 10px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
#content-wrapper #content .form h3 {
  text-align: center;
  margin-top: 10px;
}
#content-wrapper #content .form fieldset {
  border: 0;
  margin-top: 10px;
}
#content-wrapper #content .form label {
  display: inline-block;
  width: 40%;
  float: left;
  font: 10px/1 'Arial', sans-serif;
  text-transform: uppercase;
  text-align: right;
  padding: 7px 10px 5px 0;
}
#content-wrapper #content .form label em {
  color: red;
  font-weight: normal;
  padding-right: 5px;
}
#content-wrapper #content .form p {
  clear: both;
  margin: 3px 0;
}
#content-wrapper #content .form p .group {
  display: block;
  width: 60%;
  float: left;
}
#content-wrapper #content .form p .group label {
  padding: 2px 10px 2px 0;
  line-height: 20px;
  width: auto;
}
#content-wrapper #content .form p .group label input {
  margin-right: 5px;
  height: 20px;
  width: 20px;
  float: left;
}
#content-wrapper #content .form p span label {
  text-align: left;
}
#content-wrapper #content .form p input {
  border: 0;
}
#content-wrapper #content .form p input[type='text'],
#content-wrapper #content .form p textarea {
  width: 50%;
  padding: 5px;
  height: 25px;
  float: left;
  -webkit-appearance: none;
  border-radius: 5px;
}
#content-wrapper #content .form p select {
  width: 50%;
  padding: 5px;
  height: 25px;
  float: left;
  -webkit-appearance: none;
  border-radius: 5px;
  background: #ffffff;
}
#content-wrapper #content .form p textarea {
  height: 50px;
}
#content-wrapper #content .form p input[type='text'],
#content-wrapper #content .form p textarea,
#content-wrapper #content .form p select {
  border: 1px solid #888888;
}
#content-wrapper #content .form input[type='checkbox'] {
  margin-right: 5px;
}
#content-wrapper #content .form .date-pick {
  background: #fff url(../images/sprite.svg) 100% -174px no-repeat;
}
#content-wrapper #content .form .controls p {
  padding: 0;
  margin: 0;
}
#content-wrapper #content .form .controls p .button {
  background: #3ac3ff;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}
#content-wrapper #content .error, #content-wrapper #content ul.list_errors {
  background: #ce1c25;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 12px !important;
}
#content-wrapper #content .error {
  padding: 5px 10px;
}
#content-wrapper #content ul.list_errors {
  margin-left: 0;
}
#content-wrapper #content ul.list_errors li {
  padding-left: 10px;
  list-style: none;
}
#content-wrapper #content #map {
  height: 300px !important;
  margin: 20px -20px;
  overflow: hidden;
}
#content-wrapper #content #map * {
  margin: 0;
  padding: 0;
}
#content-wrapper #content #map h3 {
  color: #000;
}
#content-wrapper #content #map p {
  font-size: 0.8em;
  color: #6d6761;
  margin-top: 10px;
}
#content-wrapper #content #map img {
  background: none;
}
#content-wrapper #content #map .button {
  background: #3ac3ff;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}
#content-wrapper #content.specials .special,
#content-wrapper #content.specials .event, #content-wrapper #content.calendar .special,
#content-wrapper #content.calendar .event {
  display: block;
  overflow: hidden;
  position: relative;
  color: #a0a0a0;
  text-decoration: none;
  padding: 20px 20px 20px 0;
}
#content-wrapper #content.specials .special.c2,
#content-wrapper #content.specials .event.c2, #content-wrapper #content.calendar .special.c2,
#content-wrapper #content.calendar .event.c2 {
  background: rgba(255, 255, 255, 0.1);
}
#content-wrapper #content.specials .special .thumbnail,
#content-wrapper #content.specials .event .thumbnail, #content-wrapper #content.calendar .special .thumbnail,
#content-wrapper #content.calendar .event .thumbnail {
  width: 50%;
  float: left;
  overflow: hidden;
}
#content-wrapper #content.specials .special .thumbnail img,
#content-wrapper #content.specials .event .thumbnail img, #content-wrapper #content.calendar .special .thumbnail img,
#content-wrapper #content.calendar .event .thumbnail img {
  width: 100%;
  display: block;
}
#content-wrapper #content.specials .special .inner,
#content-wrapper #content.specials .event .inner, #content-wrapper #content.calendar .special .inner,
#content-wrapper #content.calendar .event .inner {
  display: block;
  padding: 0 0 0 10px;
  overflow: hidden;
}
#content-wrapper #content.specials .special .inner header,
#content-wrapper #content.specials .event .inner header, #content-wrapper #content.calendar .special .inner header,
#content-wrapper #content.calendar .event .inner header {
  color: #fff;
  font-size: 16px;
}
#content-wrapper #content.specials .special .inner p,
#content-wrapper #content.specials .event .inner p, #content-wrapper #content.calendar .special .inner p,
#content-wrapper #content.calendar .event .inner p {
  padding-top: 0;
}
#content-wrapper #content.specials nav, #content-wrapper #content.calendar nav {
  font-size: 12px;
  line-height: 14px;
}
#content-wrapper #content.specials nav .button, #content-wrapper #content.calendar nav .button {
  font-size: 12px;
  line-height: 14px;
  height: auto;
  padding: 0;
  margin: 5px 0 0 0;
}
#content-wrapper #content.specials img.thumbnail, #content-wrapper #content.calendar img.thumbnail {
  float: right;
  width: 50%;
  margin: 5px 0 5px 10px;
}
#content-wrapper #content.specials .calendar-content,
#content-wrapper #content.specials .special-content, #content-wrapper #content.calendar .calendar-content,
#content-wrapper #content.calendar .special-content {
  margin: 0 20px;
  overflow: hidden;
}
#content-wrapper #content.specials .back-to, #content-wrapper #content.calendar .back-to {
  display: block;
  position: relative;
  padding: 0 0 0 50px;
  height: 45px;
  line-height: 45px;
  background: #1b1b1b;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  box-shadow: inset 0 0 10px 0 #000;
}
#content-wrapper #content.specials .back-to:after, #content-wrapper #content.calendar .back-to:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -9px 0 0 0;
  background: url(../images/sprite.svg) no-repeat -144px 0;
}
.no-svg #content-wrapper #content.specials .back-to:after, .no-svg #content-wrapper #content.calendar .back-to:after {
  background-image: url(../images/sprite.png);
}
#content-wrapper #content.specials .no-events, #content-wrapper #content.calendar .no-events {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
#content-wrapper #content.calendar #calendar-nav {
  overflow: hidden;
  margin: 0 20px 20px;
}
#content-wrapper #content.calendar #calendar-nav #days, #content-wrapper #content.calendar #calendar-nav #month {
  padding: 5px 0;
  clear: both;
  overflow: hidden;
  border-radius: 8px;
}
#content-wrapper #content.calendar #calendar-nav strong {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
}
#content-wrapper #content.calendar #calendar-nav a {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 14%;
}
#content-wrapper #content.calendar #calendar-nav a.active {
  color: #fff;
}
#content-wrapper #content.calendar #calendar-nav a.arrow {
  width: 15%;
  position: relative;
  height: 30px;
  padding: 0;
}
#content-wrapper #content.calendar #calendar-nav a.arrow:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: url(../images/sprite.svg) no-repeat -176px 0;
}
.no-svg #content-wrapper #content.calendar #calendar-nav a.arrow:after {
  background-image: url(../images/sprite.png);
}
#content-wrapper #content.calendar #calendar-nav a.arrow.prev:after {
  right: auto;
  left: 0;
  background-position: -144px 0;
}
#content-wrapper #content .gallery {
  margin: 10px -20px;
  overflow: hidden;
}
.gallery-page #content-wrapper #content .gallery {
  display: none;
}
#content-wrapper #content .gallery article {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#content-wrapper #content .gallery article h3 {
  margin-left: 20px;
}
#content-wrapper #content .gallery article ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#content-wrapper #content .gallery article ul li {
  float: left;
  vertical-align: top;
  width: 33.3%;
  margin-bottom: 1%;
  padding: 0 0.5%;
}
#content-wrapper #content .gallery article ul li.first {
  padding-right: 0.5%;
}
#content-wrapper #content .gallery article ul li.third {
  padding-left: 0.5%;
  float: right;
}
#content-wrapper #content .gallery article ul li a {
  display: block;
  width: 100%;
}
#content-wrapper #content .gallery article ul li a img {
  display: block;
  width: 100%;
}
#content-wrapper #bigimage {
  position: relative;
  overflow: hidden;
  z-index: 100;
  width: 100%;
}
#content-wrapper #bigimage header {
  margin: 15px 10px;
  font-weight: bold;
}
#content-wrapper #bigimage .counter {
  float: right;
  font-size: 14px;
}
#content-wrapper #bigimage .button {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 0 0 40px 0;
  min-height: 50px;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#content-wrapper #bigimage .button span.back {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -8px 0 0 0;
  background: url(../images/sprite.svg) 0 -156px no-repeat;
}
.no-svg #content-wrapper #bigimage .button span.back {
  background-image: url(../images/sprite.png);
}
#content-wrapper #bigimage .button span.caption {
  display: block;
  margin-right: 40px;
}
#content-wrapper #bigimage #gallerySwipe {
  overflow: hidden;
  width: 100%;
}
#content-wrapper #bigimage #gallerySwipe ul {
  list-style: none;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#content-wrapper #bigimage #gallerySwipe ul li {
  overflow: hidden;
  float: left;
  width: 100%;
}
#content-wrapper #bigimage #gallerySwipe ul li img {
  width: 100%;
  margin: 0;
}
#content-wrapper #bigimage #gallerySwipe .slider__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 200;
}
#content-wrapper #bigimage #gallerySwipe .slider__arrows div {
  position: absolute;
  top: -10px;
  right: 20px;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/sprite.svg) no-repeat -176px 0;
  text-indent: -1000px;
  overflow: hidden;
}
.no-svg #content-wrapper #bigimage #gallerySwipe .slider__arrows div {
  background-image: url(../images/sprite.png);
}
#content-wrapper #bigimage #gallerySwipe .slider__arrows div.slider__arrows-item--left {
  right: auto;
  left: 20px;
  background-position: -144px 0;
}
#content-wrapper .gallery-wrapper {
  overflow: hidden;
}
#content-wrapper .gallery-wrapper div.bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content-wrapper .gallery-wrapper div.bx-viewport ul {
  list-style: none;
  overflow: hidden;
  clear: both;
  width: 100%;
}
#content-wrapper .gallery-wrapper div.bx-viewport ul li {
  position: relative;
  padding: 5px;
}
#content-wrapper .gallery-wrapper div.bx-viewport ul li a {
  overflow: hidden;
  display: block;
  width: 100%;
}
#content-wrapper .gallery-wrapper div.bx-viewport ul li a img {
  width: 100%;
  display: block;
  height: auto !important;
}

.gallery-page #additional-content {
  display: none;
}

/* ROOMS TEMPALTE 2 */
.rooms {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.rooms .categories-list {
  margin: 20px;
  position: relative;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #340606;
}
.rooms .categories-list:before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.rooms .categories-list:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 3;
  background: url(../images/sprite.svg) no-repeat -302px 0;
}
.no-svg .rooms .categories-list:after {
  background-image: url(../images/sprite.png);
}
.rooms .categories-list .inner-wrapper {
  width: 100%;
  padding-top: 38px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
.rooms .categories-list .inner-wrapper button {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: none;
  padding: 0 40px 0 10px;
  text-decoration: none;
  color: #340606;
}
.rooms .categories-list .inner-wrapper button.active {
  position: absolute;
  top: 0;
  left: 0;
}
.rooms .categories-list.active .inner-wrapper {
  height: auto;
  padding: 0;
  top: 40px;
  overflow: visible;
}
.rooms .categories-list.active .inner-wrapper button.active {
  top: -40px;
}
.rooms .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #340606;
}
.rooms .rooms-entry:nth-child(even) {
  background: #c5a932;
}
.rooms .rooms-entry:nth-child(even) .description h3 {
  color: #fff !important;
}
.rooms .rooms-entry:nth-child(even) .description p {
  color: #fff !important;
}
.rooms .rooms-entry:nth-child(even) .description nav a {
  color: #fff;
}
.rooms .rooms-entry .description {
  width: 100%;
  color: #fff;
  padding: 10px 20px 40px;
}
.rooms .rooms-entry .description h3 {
  font-size: 15px;
  line-height: 18px;
  color: #fff !important;
  margin: 10px 0 15px;
}
.rooms .rooms-entry .description p {
  font-size: 13px;
  line-height: 24px;
}
.rooms .rooms-entry .description ul {
  margin: 10px 0 10px 20px;
}
.rooms .rooms-entry .description ul li {
  padding: 2px 0;
}
.rooms .rooms-entry .description .expand-collapse {
  position: relative;
  margin: 20px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.rooms .rooms-entry .description .expand-collapse:before {
  border-bottom: 1px dashed #fff;
  content: attr(data-expand);
}
.rooms .rooms-entry .description .expand-collapse:after {
  border-bottom: 1px dashed #fff;
  content: attr(data-collapse);
}
.rooms .rooms-entry .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .rooms-entry .description .expand-collapse.expand:after {
  display: none;
}
.rooms .rooms-entry .description .expand-collapse span {
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -3px;
  background: url(../images/sprite.svg) no-repeat -40px -120px;
}
.no-svg .rooms .rooms-entry .description .expand-collapse span {
  background-image: url(../images/sprite.png);
}
.rooms .rooms-entry .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .rooms-entry .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .rooms-entry .description .expand-collapse.collapse span {
  background-position: -40px -140px;
}
.rooms .rooms-entry .description nav {
  text-align: center;
}
.rooms .rooms-entry .description nav a {
  margin: 0 10px 10px;
  color: #fff;
}
.rooms .rooms-entry .description .full-description {
  display: none;
}
.rooms .rooms-entry .description .full-description.show {
  display: block;
}
.rooms .rooms-entry .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100px;
}
.rooms .rooms-entry .thumbnail img {
  display: block;
  width: 100%;
}
.rooms .rooms-entry .thumbnail nav {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.rooms .rooms-entry .thumbnail nav .price {
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -19px;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
.rooms .rooms-entry .thumbnail nav .price .number {
  font-size: 26px;
}
.rooms .rooms-entry .thumbnail nav .button {
  position: absolute;
  right: 17px;
  top: 0;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  color: #c5a932;
}

/* ROOMS TEMPALTE 3 */
#footer {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
  line-height: 16px;
  font-size: 13px;
  color: #a0a0a0;
}
#footer > * {
  padding: 0 10px;
}
.gallery-page #footer {
  display: none;
}
#footer #social-links {
  display: table;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}
#footer #social-links a {
  display: table-cell;
  font-size: 0;
  height: 50px;
  overflow: hidden;
  text-indent: -1000px;
  background: #24639e;
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0;
}
#footer #social-links a span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#footer #social-links a span:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background: url(../images/sprite.svg) no-repeat -50px -70px;
}
.no-svg #footer #social-links a span:after {
  background-image: url(../images/sprite.png);
}
#footer #social-links a.m_twitter {
  background-color: #3bb8ff;
}
#footer #social-links a.m_twitter span:after {
  background-position: 0 -70px;
}
#footer #social-links a.m_google, #footer #social-links a.m_googleplus {
  background-color: #dd4735;
}
#footer #social-links a.m_google span:after, #footer #social-links a.m_googleplus span:after {
  background-position: -100px -70px;
}
#footer #social-links a.m_instagram {
  background-color: #1d5f86;
}
#footer #social-links a.m_instagram span:after {
  background-position: -150px -70px;
}
#footer #social-links a.m_youtube {
  background-color: #dc2419;
}
#footer #social-links a.m_youtube span:after {
  background-position: -200px -70px;
}
#footer #social-links a.m_pinterest {
  background-color: #ce1c25;
}
#footer #social-links a.m_pinterest span:after {
  background-position: -250px -70px;
}
#footer #social-links a.m_linkedin {
  background-color: #0075b3;
}
#footer #social-links a.m_linkedin span:after {
  background-position: -300px -70px;
}
#footer #social-links a.m_flickr {
  background-color: #ff0084;
}
#footer #social-links a.m_flickr span:after {
  background-position: -350px -70px;
}
#footer h3 {
  color: #f7f7f7;
  margin: 0;
  line-height: 1;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #a0a0a0;
  text-decoration: none;
}
#footer .last-phone {
  color: #3ac1fc;
}
#footer .copy {
  margin-top: 10px;
}

/* Datepicker */
.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(234, 234, 234, 0.98);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 8px;
  padding: 0 30px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/sprite.svg) 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: -20px -156px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: -40px -156px;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 16px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #b3c0c7;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #262727;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #c2c8cc;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  border: 1px solid #b3c0c7;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-highlight a {
  background: #fff;
  border: 1px solid #b3c0c7;
  color: #262727;
}

.ui-datepicker-trigger {
  display: none;
}

html {
  background: #340606;
}

body {
  color: #7e7e7e;
}

a {
  color: #C6A943;
}

.button {
  color: #340606;
}

#header {
  background: #340606;
}
#header #logo {
  margin: -10px 0 0 -67px;
  width: 134px;
  height: 20px;
}
#header #action-menu > ul li a#book-now {
  color: #ffffff;
}
.show-booknow #header #action-menu > ul li a#book-now {
  color: #c5a932;
}
#header ul.book-now {
  background: #c5a932;
  border-left: 0;
  box-shadow: none;
}
#header ul.book-now li a {
  color: #340606;
}

#photo-wrapper #sliding-nav {
  background: #340606;
  background: rgba(52, 6, 6, 0.85);
  border-bottom: 3px solid #c5a932;
}
#photo-wrapper #sliding-nav > ul li a {
  color: #ffffff;
  border-bottom: 1px solid rgba(197, 169, 50, 0.3);
}
#photo-wrapper #sliding-nav > ul li a.active {
  color: #c5a932;
}

#top-menu {
  height: 60px;
  padding: 5px 0;
}
#top-menu > ul li {
  border-bottom: 0;
}
#top-menu > ul li a {
  color: #ffffff;
  background: #c5a932;
  box-shadow: none;
}
#top-menu > ul li a.active {
  color: #340606;
}
#top-menu > ul li a:before {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

#content-wrapper {
  /*	background:#ffffff;*/
}
#content-wrapper #bigimage .button span.caption {
  color: inherit;
}
#content-wrapper #bigimage #gallerySwipe .slider__arrows div {
  background-position: -176px -36px;
}
#content-wrapper #bigimage #gallerySwipe .slider__arrows div.slider__arrows-item--left {
  background-position: -144px -36px;
}
#content-wrapper #content {
  background: #ffffff;
  /* MAP */
  /* CALENDAR & SPECIALS */
}
#content-wrapper #content h2, #content-wrapper #content h4, #content-wrapper #content h5, #content-wrapper #content h6 {
  color: #7e7e7e;
}
#content-wrapper #content h1 {
  text-transform: uppercase;
}
#content-wrapper #content h1, #content-wrapper #content h3 {
  color: #c5a932;
}
#content-wrapper #content #map h3 {
  color: #340606;
  text-transform: uppercase;
}
#content-wrapper #content #map p {
  color: #7e7e7e;
}
#content-wrapper #content #map .button {
  background: #c5a932;
  color: #ffffff;
  border-radius: 0;
}
#content-wrapper #content.calendar #calendar-nav strong, #content-wrapper #content.specials #calendar-nav strong {
  color: #340606;
}
#content-wrapper #content.calendar #calendar-nav a.active, #content-wrapper #content.specials #calendar-nav a.active {
  color: #fff;
  background: #C6A943;
}
#content-wrapper #content.calendar .event,
#content-wrapper #content.calendar .special, #content-wrapper #content.specials .event,
#content-wrapper #content.specials .special {
  background: #e5e5e5;
}
#content-wrapper #content.calendar .event.c2,
#content-wrapper #content.calendar .special.c2, #content-wrapper #content.specials .event.c2,
#content-wrapper #content.specials .special.c2 {
  background: #f2f2f2;
}
#content-wrapper #content.calendar .event .inner header,
#content-wrapper #content.calendar .special .inner header, #content-wrapper #content.specials .event .inner header,
#content-wrapper #content.specials .special .inner header {
  color: #340606;
}
#content-wrapper #content.calendar .event .inner p,
#content-wrapper #content.calendar .special .inner p, #content-wrapper #content.specials .event .inner p,
#content-wrapper #content.specials .special .inner p {
  color: inherit;
}
#content-wrapper #content.calendar .event img.thumbnail,
#content-wrapper #content.calendar .special img.thumbnail, #content-wrapper #content.specials .event img.thumbnail,
#content-wrapper #content.specials .special img.thumbnail {
  margin: 0;
}
#content-wrapper #content.calendar .back-to, #content-wrapper #content.specials .back-to {
  background: #e5e5e5;
  color: #340606;
  box-shadow: none;
}

#footer {
  color: #bcbdbc;
}
#footer h3 {
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .last-phone {
  color: #bcbdbc;
}
