.removeButtonStyling {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "Caslon 540 W01 Roman";
  src: url("/css/fonts/cc3c3e83-7364-42fc-af57-c555d3f00904.eot?#iefix");
  src: url("/css/fonts/cc3c3e83-7364-42fc-af57-c555d3f00904.eot?#iefix") format("eot"), url("/css/fonts/7194b1a6-135b-4fb6-af44-f5cbf8fcbe04.woff") format("woff"), url("/css/fonts/2a4b6ead-d768-4fcc-a36f-a7fc9da0e23f.ttf") format("truetype"), url("/css/fonts/c28fb4d0-5c88-4caf-9575-acb8ef5129f2.svg#c28fb4d0-5c88-4caf-9575-acb8ef5129f2") format("svg");
}
@font-face {
  font-family: "Gill Sans W01 Book";
  src: url("/css/fonts/2cebe80c-b289-4ae0-a3b0-baa82c6c6e10.eot?#iefix");
  src: url("/css/fonts/2cebe80c-b289-4ae0-a3b0-baa82c6c6e10.eot?#iefix") format("eot"), url("/css/fonts/2bc69477-90c2-4415-a51f-36e36eee3d5e.woff") format("woff"), url("/css/fonts/33447d8d-d920-48e7-b0a9-1d3dda80d6a6.ttf") format("truetype"), url("/css/fonts/e49c440c-7653-44ce-96d2-f775947ba9fe.svg#e49c440c-7653-44ce-96d2-f775947ba9fe") format("svg");
}
@font-face {
  font-family: 'iconmoon-icon';
  src: url('/css/fonts/icomoon.eot?v=1');
  src: url('/css/fonts/icomoon.eot?#iefix&v=1') format('embedded-opentype'), url('/css/fonts/icomoon.woff?v=1') format('woff'), url('/css/fonts/icomoon.ttf?v=1') format('truetype'), url('/css/fonts/icomoon.svg?v=1#iconmoon-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.arrow-after:after {
  display: inline-block;
  padding-left: 3px;
  content: ">";
}
.serif {
  font-family: 'Caslon 540 W01 Roman';
}
.sans1 {
  font-family: 'Gill Sans W01 Book';
}
.icons {
  font-family: 'iconmoon-icon';
}
a.icons-P:before {
  content: "\f003";
}
a.icons-F:before {
  content: "\f005";
}
a.icons-T:before {
  content: "\f006";
}
a.icons-E:before {
  content: "\f004";
}
a.icons-L:before {
  content: "\f007";
}
a.icons-P2:before {
  content: "\f008";
}
a.icons-I:before {
  content: "\f00f";
}
a.icons-Y:before {
  content: "\f00e";
}
.transition1 {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inlineBlock {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
}
.cmp-accessibility-nav {
  position: relative;
}
.cmp-accessibility-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cmp-accessibility-nav ul li {
  padding: 0;
  margin: 0;
}
.cmp-accessibility-nav a {
  position: absolute;
  top: -100px;
  font-family: 'Gill Sans W01 Book';
  padding: 20px;
  border: 1px dashed #000000;
  text-decoration: none;
  color: #000000 !important;
  background-color: #e9e5e1;
  font-size: 16px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
}
.cmp-accessibility-nav a:focus {
  position: relative;
  top: 0;
}
.txtHd2 {
  font-family: 'Caslon 540 W01 Roman';
  font-size: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
}
.txtHd3 {
  font-family: 'Caslon 540 W01 Roman';
  background-color: #b5aba1 !important;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px;
  position: relative;
  margin-bottom: 3px;
  font-weight: normal;
}
.txt1 {
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
}
.txt2 {
  font-family: 'Gill Sans W01 Book';
  color: #555555;
  font-size: 1.0em;
}
.txt2.bold {
  font-weight: bold;
}
.txt-booking {
  position: relative;
  background-color: #7a756f;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
  padding-left: 8px;
}
.colorDark {
  color: #000000 !important;
}
.colorDarkBackground {
  background-color: #231F20!important;
}
.colorLight {
  color: #ffffff;
}
.color1 {
  color: #555555;
}
.color2Background {
  background-color: #b5aba1 !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.offscreen {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearboth {
  clear: both;
}
.hide {
  display: none;
}
.hide2 {
  display: none!important;
}
a .iconPlay {
  position: absolute;
  background-image: url('/media/_images/icon_play.png');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin: -48px 0 0 -38px;
  opacity: 0.8;
}
a:hover .iconPlay {
  opacity: 1;
}
.unveil {
  display: none!important;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #000;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font: 16px Helvetica, Helvetica Neue, Arial;
}
noscript {
  z-index: 1000;
  position: fixed;
  width: 100%;
}
noscript div {
  border: 10px solid #e3dfdb;
  background: #fff;
  height: 200px;
  font-size: 2em;
  padding: 30px;
  font-weight: bold;
  color: #000000 !important;
  text-align: center;
}
.cookie-policy-hide .cookie-policy {
  display: none;
}
.wrapper {
  width: 100%;
}
.main {
  background: #fff;
}
.header-container > div.header {
  display: block;
  position: relative;
}
.header-container > div.header div.logo {
  background-color: #000;
  text-align: center;
  padding: 9px 0 5px 0;
}
.header-container > div.header div.logo a {
  background-image: url(/media/_images/Logo_mobile2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 168px;
  height: 60px;
  display: inline-block;
}
.header-container > div.header div.logo a span {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.cookie-policy-show .cookie-policy {
  padding: 5px 0;
  background-color: #000;
  color: #fff;
}
.cookie-policy-show .cookie-policy button.close {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
  font-family: 'iconmoon-icon';
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 8px;
  z-index: 1;
}
.cookie-policy-show .cookie-policy button.close:before {
  content: "\f011";
}
.cookie-policy-show .cookie-policy button.close span {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.cookie-policy-show .cookie-policy a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-policy-show .cookie-policy div {
  position: relative;
  display: table;
  height: 100%;
}
.cookie-policy-show .cookie-policy div div {
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
  position: relative;
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
}
.section-content .h2 {
  margin: 6px 0 3px 0;
  padding-bottom: 3px;
  font-size: 100%;
  font-weight: normal;
  display: block;
  text-align: center;
  background-position-x: 1000px;
  background-repeat: no-repeat;
}
.section-content .h2 > a {
  font-family: 'Caslon 540 W01 Roman';
  font-size: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
}
.section-content .h2 a {
  color: inherit;
}
.section-content .h2 a:hover {
  color: #000000 !important;
}
.section-content .h2 p {
  margin: 4px 0 4px 0;
  line-height: 140%;
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
}
.background-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.background-content div {
  height: 100%;
  background-color: #fff;
}
.background-container {
  display: none;
}
.section-navigation {
  display: none;
  position: absolute;
  left: 0;
  z-index: 3;
  background: #fff;
  width: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
}
.section-navigation nav {
  padding-left: 10px;
}
.section-navigation nav h2 {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.flexslider {
  display: none;
  z-index: 1;
}
.flexslider button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .flex-caption {
  position: absolute;
  bottom: 8px;
  left: 20px;
}
.flexslider .flex-on-image-caption {
  text-decoration: none;
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 10%;
  width: 80%;
  margin-top: -26px;
  padding: 10px 10px 14px 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Caslon 540 W01 Roman';
  color: #ffffff;
  font-size: 4.7vw;
  text-shadow: 0.5px 1.5px 1.2px rgba(0, 0, 0, 0.8);
}
.flexslider .flex-on-image-caption .flex-on-image-caption-main {
  display: block;
  line-height: 1.06;
}
.flexslider .flex-on-image-caption .flex-on-image-caption-sub {
  font-family: 'Gill Sans W01 Book';
  margin-top: 5px;
  font-weight: bold;
  font-size: 2.4vw;
  letter-spacing: 0.15vw;
  display: block;
  z-index: 1;
  line-height: 1.25;
}
.flexslider .flex-viewport li img {
  /* width: 798px;
        height: 446px;*/
}
.main main h1 {
  font-size: 2em;
}
.main aside {
  color: white;
  padding: 0px 5% 10px;
}
.footer-container footer {
  background-color: #fff;
  margin-bottom: 20px;
}
.header-container,
.booking-container,
.main-container,
.footer-container {
  position: relative;
  z-index: 5;
}
.header-container {
  z-index: 7;
}
.main-container {
  z-index: 6;
}
.booking-container option:disabled {
  color: #000000;
}
.footer-content {
  padding: 0 10px 50px 10px;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
.cmp-datepicker2 ul {
  list-style: none;
  padding: 10px 0 10px 18px;
  margin: 0;
  background-color: #6e6962;
}
.cmp-datepicker2 ul li {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  height: 22px;
}
.cmp-datepicker2 ul li label {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.cmp-datepicker2 ul li select {
  z-index: 1;
  width: 100%;
}
.cmp-datepicker2 ul li:nth-of-type(1) {
  width: 70px;
}
.cmp-datepicker2 ul li:nth-of-type(2) {
  width: 90px;
}
.cmp-datepicker2 ul li:nth-of-type(3) {
  width: 140px;
}
.cmp-datepicker2 .customSelect {
  background-color: #e3dfdb;
  font-family: 'Gill Sans W01 Book';
  color: #000000 !important;
  border-radius: 13px;
  border: none;
  position: absolute;
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  margin-bottom: 5px;
  font-size: 11.2px;
  text-transform: uppercase;
  width: 100%;
  height: 22px;
  cursor: pointer;
  padding-left: 10px;
}
.cmp-datepicker2 .customSelect .customSelectInner {
  padding: 5px 60px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block!important;
  overflow: hidden;
  width: 100%!important;
  white-space: nowrap;
  position: absolute;
}
.cmp-datepicker2 .customSelect:after {
  content: "\f009";
  font-family: 'iconmoon-icon';
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 5px;
}
.cmp-quick-book button {
  font-weight: normal;
  text-align: center;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
  font-size: 1.1em;
  display: block;
  width: 100%;
  border: none;
  padding: 2px 20px;
  background-color: #b5aba1;
  text-decoration: none;
  color: #ffffff;
}
.cmp-quick-book button:hover {
  color: #000000 !important;
}
.cmp-quick-book button:after {
  content: "\f00B";
  font-family: 'iconmoon-icon';
  position: absolute;
  right: 20px;
}
.cmp-booking {
  width: 100%;
  z-index: 2;
  margin: 3px 0;
  /*
    >a {
        .txt-booking;
        margin: 0;
        text-decoration: none;
        height: 36px;
        display: block;
        vertical-align: middle;
        .box-sizing;
        padding-top: 6px;
        &:after {
            vertical-align: top;
            content: @icon-arrowDown;
            .icons;
            .colorDark;
            font-size: 11px;
            position: absolute;
            right: 6px;
            top: 9px;
        }
    }
*/
}
.cmp-booking form {
  display: none;
  background: #b5aba1;
  padding-bottom: 6px;
}
.cmp-booking form > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-booking form > ul > li {
  display: none;
  position: relative;
  color: #ffffff;
  font-size: 0.9em;
  font-family: 'Gill Sans W01 Book';
  margin: 0 5px 13px 5px;
}
.cmp-booking form > ul > li label:not([class*='hidden']) {
  margin: -12px 0 0 0;
  position: relative;
  top: -1px;
  display: block;
}
.cmp-booking form > ul > li select {
  width: 100%;
  font-family: 'Gill Sans W01 Book';
  /*.box-sizing;*/
  text-transform: uppercase;
  padding: 3px;
  background: #7a756f;
  color: #ffffff;
  border: none;
}
.cmp-booking form > ul > li select optgroup {
  background-color: #7a756e!important;
}
.cmp-booking .cmp-booking-invalid {
  outline: 1px solid red;
}
.cmp-booking .cmp-booking-brb,
.cmp-booking .cmp-booking-btb,
.cmp-booking .cmp-booking-beb,
.cmp-booking .cmp-booking-bva {
  padding-right: 8px;
  background-color: #000000;
  text-align: center;
}
.cmp-booking .cmp-booking-brb:after,
.cmp-booking .cmp-booking-btb:after,
.cmp-booking .cmp-booking-beb:after,
.cmp-booking .cmp-booking-bva:after {
  content: "";
}
.cmp-booking .cmp-booking-brb:hover,
.cmp-booking .cmp-booking-btb:hover,
.cmp-booking .cmp-booking-beb:hover,
.cmp-booking .cmp-booking-bva:hover {
  background-color: #7a756f;
}
.cmp-booking .cmp-booking-brv {
  display: block;
  position: relative;
  background-color: #7a756f;
  color: #ffffff;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding-top: 9px;
  height: 36px;
  padding-top: 2px;
  border: none;
  width: 100%;
}
.cmp-booking .cmp-booking-brv::placeholder {
  color: #fff;
}
.cmp-booking ul.cmp-cal {
  position: absolute;
  top: 29px;
}
.cmp-booking select {
  cursor: pointer;
  z-index: 1;
  width: 100%!important;
}
.cmp-booking .customSelect {
  position: relative;
  background-color: #7a756f;
  color: #ffffff;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
  padding-left: 8px;
  margin: 0;
  text-decoration: none;
  height: 36px;
  display: block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  display: block!important;
}
.cmp-booking .customSelect .customSelectInner {
  padding: 3px 60px 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block!important;
  overflow: hidden;
  width: 100%!important;
  white-space: nowrap;
  position: absolute;
}
.cmp-booking .customSelect:after {
  vertical-align: top;
  content: "\f009";
  font-family: 'iconmoon-icon';
  color: #000000 !important;
  font-size: 11px;
  position: absolute;
  right: 6px;
  top: 9px;
}
.cmp-booking .cmp-rooms input {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
  left: -10000px !important;
}
.cmp-booking .cmp-rooms fieldset > span > label {
  padding-left: 11px!important;
}
.cmp-booking.cmp-booking-open h2:after {
  content: "\f00C";
}
.cmp-bottom-link {
  padding-top: 8px;
  padding-left: 10px;
}
.cmp-bottom-link a:hover {
  color: #000000 !important;
}
ul.cmp-cal {
  display: none;
  color: #3d454b;
  background-color: #6e6962;
  font-family: 'Gill Sans W01 Book';
  margin: 7px 0 0 0;
  padding: 0;
  z-index: 100;
  list-style: none;
}
ul.cmp-cal li {
  padding: 1px 10px 0 10px;
  margin: 0;
}
ul.cmp-cal li article {
  float: left;
  width: 100%;
}
ul.cmp-cal li article header {
  color: #ffffff;
  text-align: center;
  padding: 6px 0 16px 0;
  position: relative;
  margin: 0 -9px;
}
ul.cmp-cal li article header h1 {
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  width: 130px;
  padding: 3px 0 0 0;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
ul.cmp-cal li article header a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 6px;
  position: relative;
  top: 6px;
  font-size: 150%;
}
ul.cmp-cal li article header div {
  font-size: 1.0em;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 6px 10px 6px 10px;
  padding-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
}
ul.cmp-cal li article section {
  margin-bottom: 10px;
}
ul.cmp-cal li article section table {
  color: inherit;
  font-size: inherit;
  border-collapse: collapse;
  /*
                    .cmp-cal_selected {
                        background-color:@colorBooking3; 
                    }
                    */
}
ul.cmp-cal li article section table thead tr th {
  padding: 5px 0 0 0;
  font-size: 0.8em;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  height: 2em;
}
ul.cmp-cal li article section table .cmp-cal-i {
  display: block;
  position: relative;
  height: 100%;
}
ul.cmp-cal li article section table .cmp-cal-hol,
ul.cmp-cal li article section table .cmp-cal-st {
  color: #000000 !important;
  font-size: 70%;
  text-align: center;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  width: 100%;
}
ul.cmp-cal li article section table .cmp-cal-hol {
  display: none;
}
ul.cmp-cal li article section table .cmp-cal-st {
  top: 70%;
  font-size: 90%;
}
ul.cmp-cal li article section table .cmp-cal-txt {
  display: block;
  padding: 2px;
  color: #000;
}
ul.cmp-cal li article section table .cmp-cal_disabled {
  background-color: #6E6962;
}
ul.cmp-cal li article section table .cmp-cal_disabled a {
  display: none;
}
ul.cmp-cal li article section table .cmp-cal_today {
  background: #ceb0b5;
}
ul.cmp-cal li article section table .cmp-cal_in-range {
  /*:not(.cmp-cal_past_month):not(.cmp-cal_future_month)*/
  background-color: #ADA8A3!important;
}
ul.cmp-cal li article section table .cmp-cal_highlighted {
  outline: 1px dotted red;
}
ul.cmp-cal li article section table tbody {
  background-color: #e9e5e1;
}
ul.cmp-cal li article section table tbody tr td {
  vertical-align: top;
  font-size: 0.7em;
  border: 1px solid #b5aba1;
  background-color: #e9e5e1;
  width: 45px;
  height: 45px;
  position: relative;
}
ul.cmp-cal li article section table tbody tr td.cmp-cal_past_month,
ul.cmp-cal li article section table tbody tr td.cmp-cal_future_month {
  background-color: #6E6962;
}
ul.cmp-cal li article section table tbody tr td a {
  display: block;
  color: #000000 !important;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
ul.cmp-cal li article section table tbody tr td:first-child {
  border-left: none;
}
ul.cmp-cal li article section table tbody tr td:last-child {
  border-right: none;
}
.cmp-design-hotel-logo {
  margin: 30px 0 20px 0;
}
.cmp-book-here-banner {
  text-align: center;
  text-transform: uppercase;
  color: #555555;
  font-size: 2.8vw;
  padding: 0.9vw 0 0 0;
}
.cmp-book-here-banner a {
  color: #555555;
}
.cmp-book-here-banner button {
  background-color: transparent;
  border: none;
  box-sizing: content-box;
  padding: 0;
  text-decoration: none;
  font-family: 'iconmoon-icon';
  color: #555555;
  font-weight: bold;
  zoom: 85%;
}
.cmp-book-here-banner button:before {
  content: "\f011";
  display: inline-block;
  padding: 15px;
}
.cmp-book-here-banner button span {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.cmp-flexslider-social .flex-control-paging li button.flex-active {
  background-color: #231F20!important;
}
.cmp-flexslider-social .flexslider {
  margin-bottom: 0;
}
.cmp-flexslider-social .flexslider .flex-control-nav {
  bottom: -28px;
}
.cmp-flexslider-social .flexslider .flex-viewport img {
  /* height: 544px;*/
}
.cmp-flexslider-social .flexslider .flex-caption {
  display: none;
}
.cmp-flexslider-social .cmp-flexslider-social-controls {
  position: relative;
  padding-top: 10px;
  margin-bottom: 32px;
  height: 110px;
}
.cmp-flexslider-social .cmp-flexslider-social-controls ul {
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
  padding: 0;
  height: 10px;
}
.cmp-flexslider-social .cmp-flexslider-social-controls ul li {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  margin-right: -1px;
}
.cmp-flexslider-social .cmp-flexslider-social-controls ul li a {
  display: block;
  width: 30px;
  height: 23px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  padding: 20px;
}
.cmp-flexslider-social .cmp-flexslider-social-controls ul li a:before {
  font-family: 'iconmoon-icon';
  font-size: 20px;
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  background-repeat: no-repeat;
}
.cmp-flexslider-social .cmp-flexslider-social-controls ul li a:hover {
  color: #000000 !important;
}
.cmp-flexslider-social .cmp-flexslider-social-controls ul li a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
}
.cmp-flexslider-social .cmp-flexslider-social-controls .cmp-flexslider-social-controls-link {
  position: absolute;
  top: 120px;
  width: 100%;
}
.cmp-flexslider-social .cmp-flexslider-social-controls .cmp-flexslider-social-controls-link a {
  background-color: #000000;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Caslon 540 W01 Roman';
  font-size: 1.0em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}
.cmp-flexslider-social .cmp-flexslider-social-controls .cmp-flexslider-social-controls-caption {
  font-family: 'Gill Sans W01 Book';
  height: 15px;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  top: 15px;
}
nav.cmp-footer-upper ul {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0 0 0;
}
nav.cmp-footer-upper ul li {
  width: 100%;
  border-bottom: 1px solid rgba(85, 85, 85, 0.6);
}
nav.cmp-footer-upper ul li a {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  margin: 5px 0;
  font-family: 'Gill Sans W01 Book';
  color: #555555;
  text-decoration: none;
  font-size: 1em;
}
nav.cmp-footer-upper ul li a:hover {
  color: #000000 !important;
}
nav.cmp-footer-lower {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 0.8em;
  color: #555555;
  font-family: 'Gill Sans W01 Book';
}
nav.cmp-footer-lower h2 {
  font-size: 100%;
  font-weight: normal;
  display: inline-block;
  margin: 0 7px 0 0;
}
nav.cmp-footer-lower ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.cmp-footer-lower ul li {
  display: inline-block;
}
nav.cmp-footer-lower ul li a {
  color: #555555;
  text-decoration: none;
}
nav.cmp-footer-lower ul li a:hover {
  color: #000000 !important;
}
nav.cmp-footer-lower ul li a:after {
  content: " |";
}
nav.cmp-footer-lower ul li:last-of-type a:after {
  content: "";
}
nav.cmp-footer-right {
  margin-top: 10px;
}
nav.cmp-footer-right span {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
nav.cmp-footer-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.cmp-footer-right ul a {
  display: block;
  overflow: hidden;
  color: #555555;
  text-decoration: none;
}
nav.cmp-footer-right ul a:before {
  font-family: 'iconmoon-icon';
  font-size: 1.5em;
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
}
nav.cmp-footer-right ul a:hover {
  color: #000000 !important;
}
nav.cmp-footer-right ul li {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  margin-right: 10px;
}
nav.cmp-hotel-nav {
  padding-top: 25px;
}
nav.cmp-hotel-nav .cmp-hotel-nav-hide {
  display: none;
}
nav.cmp-hotel-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.cmp-hotel-nav a {
  text-decoration: none;
}
nav.cmp-hotel-nav a:hover {
  color: #000000 !important;
}
nav.cmp-hotel-nav a.active {
  color: #000000 !important;
}
nav.cmp-hotel-nav > .h3 {
  margin: 0 0 3px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.75em;
  font-family: 'Gill Sans W01 Book';
}
nav.cmp-hotel-nav > .h3 > a {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  padding-right: 30px;
}
nav.cmp-hotel-nav > ul {
  margin-bottom: 15px;
}
nav.cmp-hotel-nav > ul > li {
  margin-bottom: 3px;
}
nav.cmp-hotel-nav > ul > li > .subText {
  font-family: 'Caslon 540 W01 Roman';
  text-transform: uppercase;
  font-size: 10px;
}
nav.cmp-hotel-nav > ul > li > a {
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: 'Caslon 540 W01 Roman';
}
nav.cmp-hotel-nav > ul > li > ul > li {
  padding-top: 2px;
  line-height: 0.95em;
}
nav.cmp-hotel-nav > ul > li > ul > li > a {
  text-transform: uppercase;
  font-size: 0.75em;
  font-family: 'Gill Sans W01 Book';
}
nav.cmp-hotel-nav > ul > li > ul > li > ul {
  margin-left: 20px;
  margin-bottom: 3px;
}
nav.cmp-hotel-nav > ul > li > ul > li > ul > li {
  padding-top: 2px;
}
nav.cmp-hotel-nav > ul > li > ul > li > ul > li > a {
  font-size: 0.75em;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
}
div.cmp-people {
  width: 285px;
}
div.cmp-people a {
  padding-left: 13px;
  padding-right: 13px;
}
/* Header Rooms widget */
.cmp-rooms {
  display: none;
  position: absolute;
  top: 29px;
  color: #ffffff;
  background-color: #6e6962;
  margin: 7px 0 0 0;
  padding: 15px 0 14px 15px;
  z-index: 100;
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.cmp-rooms .cmp-rooms-li {
  margin-top: 8px;
  display: none;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
}
.cmp-rooms .cmp-rooms-li.show {
  display: block;
}
.cmp-rooms fieldset {
  display: inline-block;
}
.cmp-rooms fieldset legend {
  margin: 5px 0 2px 0;
}
.cmp-rooms fieldset > span {
  position: relative;
}
.cmp-rooms fieldset > span > label {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  border-radius: 20px;
  width: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #e3dfdb;
  padding: 4px 16px 4px 22px;
  display: inline-block !important;
  margin: 0 6px 5px 0!important;
  top: 0!important;
  line-height: 90%;
  color: #000000 !important;
  font-family: 'Gill Sans W01 Book';
  text-decoration: none;
  float: none!important;
}
.cmp-rooms fieldset > span input {
  position: absolute;
  left: 5px;
  top: 0px;
  z-index: 1;
}
.cmp-rooms fieldset > span input[type='checkbox'] {
  left: 7px;
}
.cmp-rooms fieldset + fieldset {
  margin-left: 20px;
}
.cmp-rooms label {
  cursor: pointer;
}
.cmp-rooms input:disabled + label {
  opacity: 0.2;
  cursor: default;
}
.cmp-rooms input:checked:not(disabled) + label {
  background-color: #bdbec1;
}
.cmp-rooms.show,
div.cmp-times.show,
div.cmp-people.show {
  display: block!important;
}
.cmp-booking-iframe iframe {
  width: 100%;
  height: 1050px;
  overflow: hidden;
}
.cmp-section > div.cmp-room-rates {
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  width: 100%;
  padding: 20px 10px;
}
.cmp-section > div.cmp-room-rates table {
  width: 100%;
}
.cmp-section > div.cmp-room-rates table td {
  padding-bottom: 6px;
}
.cmp-section > div.cmp-room-rates table td:first-of-type {
  width: 25%;
}
.cmp-section > div.cmp-section-w2 {
  width: 100%;
}
/* ===============
Section Component
=============== */
.cmp-section {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmp-section > div {
  position: relative;
  width: 50%;
  float: left;
  margin: 0 0 3px 0;
  min-height: 100px;
}
.cmp-section > div img {
  display: block;
}
.cmp-section > div.cmp-section-content2 {
  position: relative !important;
}
.cmp-section > div.offset-x {
  left: -3px;
}
.cmp-section > div.cmp-section-content-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
}
.cmp-section > div.cmp-section-content-recipe {
  width: 100%;
}
.cmp-section div.cmp-section-link.iconPlay a:before {
  margin-top: -70px;
}
.cmp-section:not(.cmp-events-section) div.cmp-section-link a > span > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
}
.cmp-section div.cmp-section-link a {
  font-family: 'Gill Sans W01 Book';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.80em;
  line-height: 0.95em;
  display: inline-block;
}
.cmp-section div.cmp-section-link a > span {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
  height: 30px;
}
.cmp-section div.cmp-section-link a.hover span,
.cmp-section div.cmp-section-link a:hover span {
  background-color: #231F20!important;
}
.cmp-section div.cmp-section-link a:focus img {
  outline: 1px dotted #89837B;
}
.cmp-section div.cmp-section-link img {
  width: 100%;
}
.cmp-section div.cmp-section-link[class*='cmp-section-doubleSizedFirst'] .flexslider {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cmp-section div.cmp-section-link[class*='cmp-section-doubleSizedFirst'] .flexslider .flex-control-nav {
  bottom: 30px;
}
.cmp-section div.cmp-section-link[class*='cmp-section-flex'] > a span {
  z-index: 2;
}
.cmp-section div.cmp-section-largeButton {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.cmp-section div.cmp-section-largeButton a {
  text-transform: uppercase;
  display: block;
  height: 100%;
  position: relative;
}
.cmp-section div.cmp-section-largeButton a.hover span span,
.cmp-section div.cmp-section-largeButton a:hover span span {
  color: #000000 !important;
}
.cmp-section div.cmp-section-largeButton a > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.cmp-section div.cmp-section-largeButton a > span > span {
  display: table;
  height: 100%;
  width: 100%;
}
.cmp-section div.cmp-section-largeButton a > span > span > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  font-family: 'Caslon 540 W01 Roman';
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.cmp-section div.cmp-section-largeButton img {
  width: 100%;
}
.cmp-section .cmp-section-textbox {
  width: 100%;
  display: table;
  font-family: 'Gill Sans W01 Book';
  font-size: 0.75em;
}
.cmp-section .cmp-section-textbox .cmp-section-textbox-video-transcript-link {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0 16px;
  font-size: 80%;
}
.cmp-section .cmp-section-textbox .cmp-section-textbox-video-transcript-link:hover {
  text-decoration: underline;
}
.cmp-section .cmp-section-textbox div {
  padding: 1% 10px;
  display: table-cell;
  vertical-align: middle;
  color: #000000 !important;
  background-color: #fff;
}
.cmp-section .cmp-section-textbox div p,
.cmp-section .cmp-section-textbox div ul {
  margin: 0 0 10px 0;
}
.cmp-section .cmp-section-textbox div p:last-child,
.cmp-section .cmp-section-textbox div ul:last-child {
  margin-bottom: 0;
}
.cmp-section .cmp-section-textbox div ul {
  padding-left: 15px;
}
.cmp-section .cmp-section-textbox a {
  color: #000000 !important;
  text-decoration: underline;
  font-weight: bold;
}
.cmp-section .cmp-section-textbox a:hover {
  color: #000000 !important;
}
.cmp-section .cmp-section-textbox strong {
  font-weight: normal;
  text-transform: uppercase;
}
.cmp-section .cmp-section-textbox .bold {
  font-weight: bold;
}
.cmp-section .cmp-section-textbox h2,
.cmp-section .cmp-section-textbox h5,
.cmp-section .cmp-section-textbox .h5,
.cmp-section .cmp-section-textbox h3,
.cmp-section .cmp-section-textbox h6,
.cmp-section .cmp-section-textbox h3.s2 {
  font-size: 140%;
  line-height: 110%;
  font-weight: normal;
  font-family: 'Caslon 540 W01 Roman';
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.cmp-section .cmp-section-textbox h3.s1 {
  text-transform: uppercase;
  font-size: 100% !important;
  font-weight: normal;
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-family: 'Gill Sans W01 Book';
}
.cmp-section .cmp-section-textbox h3.s1 + ul {
  margin-top: -10px !important;
}
.cmp-section .cmp-section-image {
  width: 100%;
  height: auto;
}
.cmp-section .cmp-section-image span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 27px;
  padding: 5px 0 0 0;
  text-align: center;
}
.cmp-section .cmp-section-image img {
  display: block;
  width: 100%;
}
.cmp-section .cmp-section-textbox .cmp-section-widget {
  display: block;
  background: #fff;
}
.cmp-section .cmp-section-textbox .cmp-section-widget h2,
.cmp-section .cmp-section-textbox .cmp-section-widget .OT_ExtLink {
  display: none !important;
}
.cmp-section .cmp-section-textbox .cmp-section-widget div {
  padding: 0;
}
.cmp-section .cmp-section-textbox .cmp-section-widget div li a.OT_navLink,
.cmp-section .cmp-section-textbox .cmp-section-widget div .ui-datepicker-calendar,
.cmp-section .cmp-section-textbox .cmp-section-widget div .ui-datepicker-title,
.cmp-section .cmp-section-textbox .cmp-section-widget div a.ui-state-default:not(.ui-state-active) {
  color: #000 !important;
}
.cmp-section .cmp-section-textbox .cmp-section-widget .ui-datepicker-header {
  position: relative;
  left: 10px;
  top: 2px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px !important;
}
.cmp-section .cmp-section-textbox .cmp-section-widget .OTButton {
  position: relative;
  left: 15px;
}
.cmp-section .cmp-section-textbox .cmp-section-widget .OTButton > a {
  color: #fff !important;
}
.cmp-section .cmp-section-recipe-image img {
  display: block;
  width: 100%;
}
.cmp-section div.cmp-section-content span {
  font-size: 1.5em;
  display: block;
  position: relative;
}
.cmp-section div.cmp-section-content span a {
  display: block;
  height: 100%;
}
.cmp-section div.cmp-section-content span a span {
  position: absolute;
  z-index: 1;
}
.cmp-section div.cmp-section-content img {
  width: 100%;
}
.cmp-section div.cmp-section-content h4,
.cmp-section div.cmp-section-content .h4 {
  margin: 0;
  padding: 16px 16px 5px 16px;
  font-weight: normal;
  font-family: 'Caslon 540 W01 Roman';
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
}
.cmp-section div.cmp-section-content p {
  padding: 0 16px 0 16px;
  margin: 0;
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
  color: #ffffff;
}
.cmp-section div.cmp-section-content > a {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  margin: 8px 0 16px 16px;
  font-family: 'Caslon 540 W01 Roman';
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
}
.cmp-section div.cmp-section-content > a:hover {
  color: #000000 !important;
}
.cmp-section div.cmp-section-content .cmp-section-x0 {
  left: 0;
}
.cmp-section div.cmp-section-content .cmp-section-y0 {
  top: 0;
}
.cmp-section .cmp-section-alignTop div {
  display: table-cell;
  vertical-align: top;
}
.cmp-section-bottom {
  padding-top: 7px;
  padding-left: 16px;
  padding-right: 16px;
  clear: both;
}
.cmp-section-bottom a {
  text-decoration: none;
}
.cmp-section-bottom a:hover {
  text-decoration: underline;
}
.cmp-section-bottom p {
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
}
.cmp-section-bottom .cmp-section-bottom-left {
  text-align: center;
}
.cmp-section-bottom .cmp-section-bottom-left p {
  margin-bottom: 7px;
}
.cmp-section-bottom .cmp-section-bottom-right {
  text-align: center;
}
.cmp-section-bottom .cmp-section-bottom-right a {
  margin: 22px 0 7px 0;
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
}
.cmp-section-bottom .cmp-section-bottom-right p {
  color: #7a756f;
  line-height: 1.1em;
}
.cmp-section-bgStretch {
  width: 1px;
  display: none;
}
nav.cmp-section-nav {
  border-color: #c7c2be;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-top: 19px;
}
nav.cmp-section-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.cmp-section-nav a {
  text-decoration: none;
}
nav.cmp-section-nav a:hover,
nav.cmp-section-nav a.active {
  color: #000000 !important;
}
nav.cmp-section-nav > ul {
  margin-bottom: 20px;
}
nav.cmp-section-nav > ul > li {
  padding-top: 2px;
}
nav.cmp-section-nav > ul > li > a {
  font-family: 'Caslon 540 W01 Roman';
  text-transform: uppercase;
  font-size: 0.85em;
}
nav.cmp-section-nav > ul > li > ul {
  margin-top: 2px;
  margin-bottom: 2px;
}
nav.cmp-section-nav > ul > li > ul > li > a {
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 3px;
  font-family: 'Gill Sans W01 Book';
}
nav.cmp-section-nav > ul > li > ul > li > ul {
  margin-left: 20px;
}
nav.cmp-section-nav > ul > li > ul > li > ul > li > a {
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 3px;
  font-family: 'Gill Sans W01 Book';
}
nav.cmp-section-nav > ul > li > ul > li > ul > li > ul {
  margin: 4px 0 0px 20px;
}
nav.cmp-section-nav > ul > li > ul > li > ul > li > ul > li {
  margin-top: -2px;
}
nav.cmp-section-nav > ul > li > ul > li > ul > li > ul > li > a {
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
  font-size: 0.75em;
}
nav.cmp-section-nav .colorA {
  color: #555555;
}
nav.cmp-section-nav .colorB {
  color: #c7c2be;
}
nav.cmp-section-nav[class*='cmp-section-nav-sectionB'] > ul > li {
  padding-top: 0;
}
nav.cmp-section-nav[class*='cmp-section-nav-sectionB'] > ul > li > a {
  font-family: 'Gill Sans W01 Book';
  font-size: 0.75em;
}
nav.cmp-section-nav[class*='cmp-section-nav-sectionB'] > ul > li > ul {
  margin-left: 20px;
}
nav.cmp-section-nav.cmp-section-nav-sectionSF {
  border-width: 0 0 1px 0;
}
nav.cmp-section-nav.cmp-section-nav-sectionSF li a {
  font-size: 1.1em;
}
nav.cmp-section-nav.cmp-section-nav-sectionSF li:nth-child(3) a {
  color: #647831;
}
nav.cmp-section-nav.cmp-section-nav-sectionSF li:nth-child(1) a {
  color: #EC008D;
}
nav.cmp-section-nav.cmp-section-nav-sectionSF li:nth-child(2) a {
  color: #e71b17;
}
.cmp-select {
  position: relative;
}
.cmp-select select.fancified {
  left: -2000px;
}
.cmp-select .trigger {
  height: 36px;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.cmp-select .trigger:after {
  content: "\f009";
  font-family: 'iconmoon-icon';
  color: #000000 !important;
  font-size: 11px;
  position: absolute;
  top: 9px;
  right: 8px;
}
.cmp-select .trigger.open {
  background-color: #6e6962;
}
.cmp-select .trigger.open:after {
  content: "\f00A";
  top: 8px;
}
.cmp-select .options {
  list-style: none;
  margin: 0;
  padding: 0 3px 3px 3px;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
}
.cmp-select .options li {
  padding: 2px 4px 2px 4px;
  cursor: pointer;
  white-space: nowrap;
}
.cmp-select .options li.selected,
.cmp-select .options li.hover {
  color: #000000 !important;
}
.cmp-select .options .cmp-select-option-style1 {
  font-family: 'Gill Sans W01 Book';
  font-size: 80%;
  padding-top: 8px;
  padding-bottom: 0px;
}
.cmp-select .options.open {
  visibility: visible;
  opacity: 1;
}
.cmp-select .options.overflowing {
  /*top: auto;
        bottom: 40px;*/
}
.cmp-select .options.overflowing.open {
  /*top: auto;
        bottom: 50px;*/
}
.cmp-show-nav {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  font-size: 1.01em;
  color: #ffffff;
  text-decoration: none;
}
.cmp-show-nav span {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
.cmp-show-nav:before {
  content: "\f00D";
  display: inline-block;
  font-family: 'iconmoon-icon';
  width: 20px;
  height: 20px;
}
.cmp-show-nav:after {
  content: "Menu";
  position: relative;
  top: -3px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
  font-size: 0.8em;
}
div.cmp-times,
div.cmp-people,
div.cmp-quantity {
  display: none;
  position: absolute;
  top: 23px;
  color: #ffffff;
  font-family: 'Gill Sans W01 Book';
  background-color: #6e6962;
  font-size: 80%;
  margin: 7px 0 0 0;
  padding: 12px 10px;
  z-index: 100;
  list-style: none;
  width: 320px;
}
div.cmp-times > span > a,
div.cmp-people > span > a,
div.cmp-quantity > span > a {
  color: #ffffff;
  /* ipad add link to tel */
}
div.cmp-times span,
div.cmp-people span,
div.cmp-quantity span {
  display: block;
  border-top: 1px solid #e3dfdb;
  padding-top: 3px;
  margin-top: 7px;
}
div.cmp-times ul,
div.cmp-people ul,
div.cmp-quantity ul {
  padding: 0;
  margin: 0;
}
div.cmp-times li a,
div.cmp-people li a,
div.cmp-quantity li a {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  border-radius: 20px;
  width: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e3dfdb;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 90%;
  color: #000000 !important;
  text-decoration: none;
  float: left;
  font-size: 11px;
  font-family: 'Gill Sans W01 Book';
}
div.cmp-times a.cmp-times-active,
div.cmp-people a.cmp-times-active,
div.cmp-quantity a.cmp-times-active {
  background-color: #bdbec1;
}
div.cmp-times li,
div.cmp-people li,
div.cmp-quantity li {
  display: inline-block;
  /*display: -moz-inline-stack;
    vertical-align: top;
    zoom: 1;
    *display: inline;*/
  margin: 0 6px 5px 0;
  float: left;
}
div.cmp-times li a {
  width: 53px;
}
div.cmp-people {
  width: 220px;
}
.cmp-trig {
  position: relative;
  display: block;
}
.cmp-trig > a {
  position: relative;
  background-color: #7a756f;
  color: #ffffff;
  font-family: 'Gill Sans W01 Book';
  text-transform: uppercase;
  padding-left: 8px;
  margin: 0;
  text-decoration: none;
  height: 36px;
  display: block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 9px;
}
.cmp-trig > a:after {
  vertical-align: top;
  content: "\f009";
  font-family: 'iconmoon-icon';
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  right: 6px;
  top: 9px;
}
/*
@-moz-document url-prefix() {
	.cmp-trig>a:after {
		top: -1px;
	}
}
*/
.cmp-trig > a.cmp-trig-active {
  background-color: #6e6962;
}
.cmp-trig > a.cmp-trig-active:after {
  content: "\f00A";
}
.cmp-video {
  margin-bottom: 6px;
  width: 100%;
  height: 0;
  position: relative;
  padding: 0px 0 56.5% 0;
}
.cmp-video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cmp-commerce-sitemap {
  list-style: circle;
}
.cmp-commerce-sitemap h2,
.cmp-commerce-sitemap h3,
.cmp-commerce-sitemap h4,
.cmp-commerce-sitemap h5,
.cmp-commerce-sitemap h6 {
  padding: 0;
  margin: 0;
  font-family: 'Gill Sans W01 Book' !important;
  text-transform: none!important;
  font-size: 10px!important;
  font-weight: normal!important;
}
.cmp-firmdale-account {
  width: 100%;
  height: 29px;
  text-align: center;
  font-family: 'Gill Sans W01 Book';
  color: #555555;
  font-size: 1.0em;
}
.cmp-firmdale-account.bold {
  font-weight: bold;
}
.cmp-firmdale-account a {
  color: #555555;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px;
}
.cmp-firmdale-account a span.cmp-firmdale-account-icon {
  display: inline-block;
  position: relative;
  top: -7.5px;
  text-decoration: none;
}
.cmp-firmdale-account a span.cmp-firmdale-account-icon span {
  width: 26px;
  height: 0;
  padding-bottom: 110%;
  background-position-x: 40%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/Media/_images/commerce/icons/basket-sprite.gif);
}
.cmp-firmdale-account.cmp-firmdale-account-logged-in span.cmp-firmdale-account-icon > span {
  background-position-x: 28%;
}
.cmp-topbar-container {
  padding-bottom: 25px;
}
.cmp-room-reservation-summary {
  font-size: 0.75em;
  line-height: 1.4em;
  font-family: 'Gill Sans W01 Book';
}
.cmp-room-reservation-summary .cmp-room-reservation-summary-body {
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 150%;
}
.cmp-room-reservation-summary .cmp-room-reservation-summary-body .cmp-room-reservation-summary-body-policy {
  text-transform: none;
  margin-bottom: 12px;
}
.cmp-room-reservation-summary .cmp-room-reservation-summary-total {
  margin-top: 10px;
  font-size: 140%;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'iconmoon-icon';
  src: url('/css/fonts/icomoon.eot?v=1');
  src: url('/css/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/css/fonts/icomoon.woff?v=1') format('woff'), url('/css/fonts/icomoon.ttf?v=1') format('truetype'), url('/css/fonts/icomoon.svg?v=1#iconmoon-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides a {
  display: inline-block;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
}
.flex-pauseplay {
  position: absolute;
  bottom: 4vw;
  width: 100%;
  text-align: center;
}
.flex-pauseplay button {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 1.6vw;
  z-index: 1000;
  position: relative;
}
.flex-pauseplay button:before {
  content: "\e901";
  font-family: 'iconmoon-icon';
  display: block;
  font-size: 2.5vw;
  background-color: transparent;
  color: #ffffff;
  border: none;
  padding: 5px 13px;
  border-radius: 1.6vw;
  text-shadow: -1px 0 0.2px #797771, 0 1px 0.2px #797771, 1px 0 0.2px #797771, 0 -1px 0.2px #797771;
}
.flex-pauseplay button:hover {
  border-color: #ffffff;
  background-color: #000000;
}
.flex-pauseplay button:hover:before {
  text-shadow: none;
}
.flex-pauseplay button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
}
.flex-pauseplay button.flex-pause:before {
  content: "\e900";
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  display: block!important;
  margin: 0 0 3px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flexslider .slides a:focus img {
  outline: 1px dotted #89837B;
}
.flexslider .slides .no-pointer {
  cursor: default;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav button {
  box-sizing: content-box;
  display: block;
  width: 36px;
  height: 55px;
  padding-top: 10px;
  margin: -26px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  background: #646464;
  background: #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  text-decoration: none;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-next {
  opacity: 1;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-on-image-caption,
.flexslider .slides a:focus .flex-on-image-caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.flex-next:focus,
.flex-prev:focus {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav button:before {
  font-family: "iconmoon-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f002";
  margin-left: -3px;
  margin-top: 2px;
  margin-bottom: 20px;
}
.flex-direction-nav button.flex-next:before {
  content: "\f001";
}
/* Control Nav */
.flex-control-nav {
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 2px;
  text-align: center;
  z-index: 1000;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li button {
  width: 6px;
  height: 6px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #7a756f;
}
.flex-control-paging li button span {
  display: block!important;
  position: absolute!important;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden!important;
  border: none!important;
  outline: none!important;
}
/*.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }*/
.flex-control-paging li button.flex-active {
  background: #000000;
  cursor: default;
}
