@charset "UTF-8";
@font-face {
  font-family: 'Font Name';
  src: url("http://www.bonaventureresortandspa.com/assets/fonts/font.eot");
  src: url("http://www.bonaventureresortandspa.com/assets/fonts/font.eot#iefix") format("embedded-opentype"), url("http://www.bonaventureresortandspa.com/assets/fonts/font.woff") format("woff"), url("http://www.bonaventureresortandspa.com/assets/fonts/font.ttf") format("truetype");
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont_v-4.5.0.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff2"), url("fonts/fontawesome-webfont_v-4.5.0.woff") format("woff"), url("http://www.bonaventureresortandspa.com/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("http://www.bonaventureresortandspa.com/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/* HEADER
*********************************************************** */
header {
  width: 100%;
  height: 90px;
  padding-top: 11px;
  position: fixed;
  background-color: #282828;
  font-family: "Lato", "sans-serif";
  text-transform: uppercase;
  z-index: 999;
}
header a:hover {
  opacity: 0.7;
}
header .btn.reserve {
  background-color: #ebebeb;
  color: #282828;
  font-family: "Amiri", serif;
  font-size: 18px;
  padding: 10px 75px;
  letter-spacing: 1px;
  margin: 12px 0 0 40px;
  text-transform: uppercase;
}
header .btn.reserve:hover {
  background-color: white;
}
header a.logo {
  width: 71px;
  height: 71px;
  background: url("images/logo-bonaventure.png") center center no-repeat;
  background-size: cover;
  text-indent: -10000px;
  display: inline-block;
  float: left;
}
header #primary-nav {
  float: right;
  display: inline-block;
  clear: right;
}
header #primary-nav li {
  display: inline-block;
  list-style: none;
}
header #primary-nav li a {
  color: #f0f0f0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 10px;
  display: block;
}
header #primary-nav li:last-child a {
  padding-right: 0;
}
header #secondary-nav {
  float: right;
  display: inline-block;
}
header #secondary-nav ul {
  margin-bottom: 5px;
}
header #secondary-nav ul li {
  display: inline-block;
  list-style: none;
}
header #secondary-nav ul li a {
  color: #ebebeb;
  font-size: 10px;
  padding: 10px;
  display: block;
}
header span.best-rate {
  float: right;
  font-size: 11px;
  margin: 10px 0 0 10px;
  text-transform: capitalize;
  font-style: italic;
  color: #ebebeb;
  border-left: 1px solid #505050;
  padding-left: 20px;
}

#footer {
  clear: both;
  /* Fixes clearing on Gallery template */
  background-color: #282828;
  color: #fff;
  padding: 4em 0 0 0;
}
#footer a {
  color: #fff;
}
#footer p {
  font-size: 13px;
  overflow: hidden;
}
#footer .left img {
  width: 64px;
  height: auto;
  float: left;
  margin: 0px 25px 10px 0px;
  opacity: 0.7;
}
#footer .left form {
  margin-top: 3em;
}
#footer .left form input[type="text"] {
  background-color: transparent;
  color: #acacac;
  border: 1px solid #acacac;
  text-align: center;
  height: 45px;
  font-size: 13px;
  width: 210px;
}
#footer .left form .btn {
  border: 1px solid #fff;
  height: 45px;
  font-size: 13px;
  line-height: 2.2;
  width: 110px;
}
#footer .left form input::-webkit-input-placeholder {
  color: #acacac;
}
#footer .left form input:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}
#footer .left form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
#footer .left form input:-ms-input-placeholder {
  color: #fff;
}
#footer .right {
  text-align: right;
}
#footer .right ul.social-media {
  margin-bottom: 2em;
}
#footer .right ul.social-media li {
  display: inline-block;
  border: 1px solid #fff;
  width: 42px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5;
  margin-left: 10px;
}
#footer .right ul.social-media li a:hover {
  opacity: 0.7;
}
#footer .right .tambourine {
  text-align: center;
  width: 160px;
  float: right;
}
#footer .right .tambourine p {
  font-size: 10px;
  display: block;
}
#footer .right .tambourine p a img {
  display: block;
  margin-top: -5px;
}
#footer .footer-logos {
  border-top: 1px solid #303030;
  padding: 3em 0;
  margin-top: 1em;
}
#footer .footer-logos ul.logos {
  text-align: center;
  overflow: auto;
}
#footer .footer-logos ul.logos li {
  width: 25%;
  float: left;
  list-style: none;
}
#footer .footer-logos ul.logos li img {
  width: auto;
}

.booking-wrapper {
  width: 100%;
  min-height: 390px;
  position: fixed;
  top: 85px;
  z-index: 100;
  padding: 2em 0 0 0;
  background-color: #eee;
  color: #000;
  text-transform: none;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.booking-wrapper.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.booking-wrapper .close {
  width: 27px;
  height: 27px;
  background: url(images/icon-close.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  right: 53px;
  z-index: 10;
}
.booking-wrapper .form h3 {
  margin-top: 0;
}
.booking-wrapper .form form {
  margin-top: 1em;
}
.booking-wrapper .form .row-entry {
  margin-bottom: 30px;
}
.booking-wrapper .form .form-entry {
  display: inline-block;
  margin-bottom: 25px;
  overflow: visible;
}
.booking-wrapper .form .form-entry label {
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
}
.booking-wrapper .form .form-entry label,
.booking-wrapper .form .form-entry input {
  display: inline-block;
  width: auto;
}
.booking-wrapper .form .form-entry input,
.booking-wrapper .form .form-entry select {
  float: right;
}
.booking-wrapper .form .form-entry input[type="number"], .booking-wrapper .form .form-entry select {
  width: 50px;
}
.booking-wrapper .form .form-entry input[type="text"], .booking-wrapper .form .form-entry input[type="number"], .booking-wrapper .form .form-entry select {
  background: url(images/icon-arrow-down-black.png) 98% 10px no-repeat transparent;
  border: none;
  border-bottom: 3px solid #282828;
  border-radius: 0;
  padding: 0 3% 10px;
  height: 38px;
  font-family: "Amiri", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-appearance: none;
  color: #000;
}
.booking-wrapper .form .form-entry input::-webkit-input-placeholder {
  color: #000;
}
.booking-wrapper .form .form-entry input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.booking-wrapper .form .form-entry input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.booking-wrapper .form .form-entry input:-ms-input-placeholder {
  color: #000;
}
.booking-wrapper .form .form-entry.promo input, .booking-wrapper .form .form-entry.email input {
  background-image: none;
}
.booking-wrapper .form .form-entry.email {
  padding-right: 4%;
}
.booking-wrapper .form .form-entry input.error {
  border: none !important;
  border-bottom: 3px solid #F00 !important;
}
.booking-wrapper .form .form-entry label.error {
  font-style: italic;
}
.booking-wrapper .form .form-entry.form-picker {
  width: 100%;
}
.booking-wrapper .form .form-entry.form-picker input {
  float: none;
  margin-left: 10px;
}
.booking-wrapper .form .form-entry.form-picker span {
  font-family: "Amiri", serif;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: #272525;
  margin: 0 8px;
}
.booking-wrapper .form .form-entry.purpose select {
  min-width: 170px;
}
.booking-wrapper .form .form-entry.promo input {
  max-width: 74px;
}
.booking-wrapper .form .form-entry.add-special p {
  opacity: 0.5;
  font-size: 15px;
  letter-spacing: 0;
}
.booking-wrapper .form .form-entry.cancel p {
  line-height: 1.8;
  letter-spacing: 0px;
}
.booking-wrapper .form .form-entry.cancel p a {
  text-decoration: underline !important;
  font-weight: 700;
}
.booking-wrapper .form .form-entry input[type="submit"], .booking-wrapper .form .form-entry a.btn {
  padding: 15px 40px !important;
  margin-top: 0 !important;
}
.booking-wrapper .specials {
  background: #fff;
  /* Slick Arrows */
}
.booking-wrapper .specials h3 {
  margin-bottom: 0;
}
.booking-wrapper .specials ul {
  padding: 0 1em;
}
.booking-wrapper .specials ul img {
  width: 100%;
  height: auto;
}
.booking-wrapper .specials ul p {
  text-transform: uppercase;
  margin-top: 15px;
}
.booking-wrapper .specials .slick-prev,
.booking-wrapper .specials .slick-next {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.booking-wrapper .specials .slick-prev:hover,
.booking-wrapper .specials .slick-prev:focus,
.booking-wrapper .specials .slick-next:hover,
.booking-wrapper .specials .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.booking-wrapper .specials .slick-prev:hover:before,
.booking-wrapper .specials .slick-prev:focus:before,
.booking-wrapper .specials .slick-next:hover:before,
.booking-wrapper .specials .slick-next:focus:before {
  opacity: 1;
}
.booking-wrapper .specials .slick-prev.slick-disabled:before,
.booking-wrapper .specials .slick-next.slick-disabled:before {
  opacity: .25;
}
.booking-wrapper .specials .slick-prev:before,
.booking-wrapper .specials .slick-next:before {
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.booking-wrapper .specials .slick-prev {
  left: -10px;
}
.booking-wrapper .specials .slick-prev:before {
  content: "\f053";
  /* Chevron */
  content: "\f104";
  /* Angle */
}
.booking-wrapper .specials .slick-next {
  right: -10px;
}
.booking-wrapper .specials .slick-next:before {
  content: "\f054";
  /* Chevron */
  content: "\f105";
  /* Angle */
}

@-webkit-keyframes home-scroll {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

@keyframes home-scroll {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
#home .top-content .easter {
  background: url("images/easter.png") no-repeat center bottom #fff;
  padding: 15px 40px;
  position: absolute;
  right: 10%;
  bottom: 20px;
  text-align: center;
  z-index: 10;
}
#home .top-content .easter .title {
  font-family: "Amiri", serif;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: 700;
}
#home .top-content .easter p {
  font-family: "Amiri", serif;
  margin-bottom: 10px;
}
#home .top-content img {
  margin: 0 auto;
}
#home .top-content .logo-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(images/logo-overlay.png);
  background-repeat: no-repeat;
  background-position: 40% center;
  background-size: 1150px 499px;
  z-index: 1;
}
#home .top-content .logo-overlay .uvp {
  color: #fff !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-left: -130px;
  margin-top: -45px;
  font-size: 50px;
}
#home .top-content .logo-overlay .uvp span {
  color: #fff;
  font-size: 25px;
}
#home .top-content .logo-overlay .uvp:before {
  display: none;
}
#home .intro-content {
  padding: 4em 0;
}
#home .intro-content .home-video {
  display: inline-block;
  width: 100%;
}
#home .intro-content .home-video a {
  display: block;
}
#home .intro-content .home-video a img {
  width: 100%;
  max-width: 305px;
}
#home .intro-content .book-direct {
  width: 261px;
  height: 300px;
  padding: 15px;
  background-color: #ebebeb;
  display: inline-block;
}
#home .intro-content .book-direct .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1.8;
  margin: 15px auto;
}
#home .intro-content .book-direct h3 {
  color: #4d4c48;
  font-size: 29px;
  margin-top: 0;
}
#home .intro-content .book-direct h3 span {
  font-size: 21px;
  font-style: italic;
  display: block;
}
#home .intro-content .book-direct p {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  width: 90%;
  margin: 0 auto;
}
#home .events > img {
  width: 100%;
  height: auto;
}
#home .events ul.tabs-menu {
  background-color: #282828;
  text-align: center;
  margin: 0;
}
#home .events ul.tabs-menu li {
  display: inline-block;
  list-style: none;
}
#home .events ul.tabs-menu li a {
  color: #ebebeb;
  padding: 1em;
  display: block;
}
#home .events ul.tabs-menu li a:hover {
  color: #fff;
}
#home .events ul.tabs-menu li.current a {
  color: #fff;
}
#home .events ul.tabs-menu li.current a::before {
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  /* same as padding-left set on li */
  width: 1em;
  /* same as padding-left set on li */
}
#home .events .tab {
  background-color: #ebebeb;
}
#home .events .tab .tab-content {
  display: none;
  overflow: auto;
  padding: 2em 0;
}
#home .events .tab .tab-content#tab-2 {
  display: block;
}
#home .events .tab .tab-content .btn {
  margin-top: 2em;
}
#home .events .tab .tab-content ul.details {
  overflow: auto;
  width: 70%;
}
#home .events .tab .tab-content ul.details li {
  list-style: none;
  width: 33%;
  float: left;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  min-height: 110px;
  margin: 1em 0;
}
#home .events .tab .tab-content ul.details li img {
  width: auto;
  opacity: 0.7;
}
#home .events .tab .tab-content ul.details li p {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#home .events .tab .tab-content ul.details li p span {
  display: block;
  color: #ababab;
}
#home .events .tab .tab-content .grid img {
  margin: 7px 5px;
}
#home .trip-advisor {
  padding: 4em 0;
}
#home .trip-advisor i {
  font-size: 5em;
  color: #e6e6e6;
}
#home .trip-advisor ul li blockquote {
  font-size: 19px;
}
#home .trip-advisor ul li cite {
  margin-bottom: 2em;
  font-style: normal;
  letter-spacing: 0;
  color: #282828;
  display: block;
}
#home .trip-advisor ul li h3 {
  margin-top: 1em;
  color: #282828;
}
#home .accommodations {
  padding: 1em 0;
}
#home .accommodations .img {
  background: url(images/home-accommodations.jpg) right center no-repeat;
  background-size: cover;
}
#home .accommodations .btn {
  margin: 2em 0 4em;
}
#home .spa {
  padding: 1em 0;
  border-top: 30px solid #ebebeb;
  border-bottom: 30px solid #ebebeb;
}
#home .spa .img {
  background: url(images/home-alaya-spa.jpg) left center no-repeat;
  background-size: cover;
}
#home .spa .btn {
  margin: 2em 0 4em;
}
#home .dining {
  padding: 1em 0;
}
#home .dining .img {
  background: url(images/home-dining.jpg) right center no-repeat;
  background-size: cover;
}
#home .dining .btn {
  margin: 2em 0 4em;
}
#home .map {
  padding: 1em 0;
}
#home .map .row-height {
  min-height: 520px;
}
#home .map .row-height h2 {
  margin: -1em 0 0 0;
}
#home .map .row-height .img {
  background: url(images/home-map.jpg) left top no-repeat;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
#home .map .row-height .img.sawgrass-mall {
  background: url(images/home-map-sawgrass.jpg) left top no-repeat;
}
#home .map .row-height .btn {
  margin: 2em 0 0em;
}
#home .map .row-height ul#accordion li {
  list-style: none;
}
#home .map .row-height ul#accordion li .accordion-toggle {
  cursor: pointer;
  background: url(images/icon-marker-accordion.png) left center no-repeat;
  background-size: 11px 14px;
  padding-left: 30px;
  color: #515151;
  display: block;
  margin-bottom: 10px;
}
#home .map .row-height ul#accordion li .accordion-content {
  display: none;
}
#home .map .row-height ul#accordion li .accordion-content p {
  padding: 0 10px;
  color: rgba(81, 81, 81, 0.8);
}
#home .map .row-height ul#accordion li .accordion-content.default {
  display: block;
}
#home .map .row-height ul.marker-pins {
  width: 100%;
  height: 100%;
}
#home .map .row-height ul.marker-pins li {
  width: 100px;
  height: 105px;
  position: absolute;
  z-index: 10;
  display: block;
  background-size: cover;
  text-indent: -10000px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
}
#home .map .row-height ul.marker-pins li.active {
  z-index: 50;
}
#home .map .row-height ul.marker-pins li.active, #home .map .row-height ul.marker-pins li.active:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#home .map .row-height ul.marker-pins li.active:hover {
  opacity: 0.8;
}
#home .map .row-height ul.marker-pins li.bonaventure-golf {
  top: 245px;
  left: 350px;
  background-image: url(images/pin-golf.png);
}
#home .map .row-height ul.marker-pins li.alaya-spa {
  top: 290px;
  left: 240px;
  background-image: url(images/pin-alaya-spa.png);
}
#home .map .row-height ul.marker-pins li.everglades {
  top: 151px;
  right: 383px;
  background-image: url(images/pin-everglades.png);
}
#home .map .row-height ul.marker-pins li.sawgrass-mall {
  top: 183px;
  left: 280px;
  background-image: url(images/pin-sawgrass.png);
}
#home .map .row-height ul.marker-pins li.hotel {
  background-image: url(images/pin-hotel.png);
  width: 60px;
  height: 95px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-size: cover;
  top: 348px;
  left: 311px;
  z-index: 75;
}
#home .map .row-height ul.marker-pins li a {
  display: block;
  width: 100%;
  height: 100%;
}
#home .gallery {
  padding: 4em 0;
}
#home .gallery ul.slides li {
  display: inline-block;
  width: 19%;
}
#home .gallery ul.slides li img {
  width: 100%;
  height: auto;
  padding: 2%;
}
#home .fancybox-iframe {
  height: 500px;
}

body#restaurant header {
  background-color: transparent;
  padding-top: 0;
  height: auto;
  position: absolute;
}
body#restaurant header .top-bar {
  background-color: #282828;
  height: 58px;
  padding-top: 10px;
}
body#restaurant header .top-bar .container {
  position: relative;
}
body#restaurant header .top-bar .container p {
  color: #737272;
  font-size: 10px;
  margin-bottom: 0;
}
body#restaurant header .top-bar .container p a {
  color: #eeeeee;
}
body#restaurant header .top-bar .container p img {
  height: 40px;
  width: auto;
  margin: 0 10px;
}
body#restaurant header .top-bar .container p.return {
  line-height: 3.5;
  position: absolute;
}
body#restaurant header .top-bar .container .btn.reserve {
  text-transform: capitalize;
  padding: 7px 13px;
  position: absolute;
  right: 0;
  top: -13px;
}
body#restaurant header .logo {
  width: 151px;
  height: 97px;
  background-image: url(images/logo-alaya.png);
  margin-top: 20px;
}
body#restaurant #content {
  padding-top: 58px;
}
body#restaurant #footer .footer-logos {
  border-top-color: #332826;
}
body#restaurant .top-content {
  position: relative;
  background-color: #000;
}
body#restaurant .top-content img {
  margin: 0 auto;
}
body#restaurant .top-content .logo-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
body#restaurant .top-content .sym-slide {
  height: auto !important;
}
body#restaurant .main-content {
  padding-top: 0;
}
body#restaurant .main-content .open-table {
  background-color: #2a1f1d;
  height: 86px;
}
body#restaurant .main-content .intro-content {
  background-color: #fff;
  padding: 4em 0;
}
body#restaurant .main-content .intro-content .left p {
  color: #6e6e6e;
  font-size: 15px;
}
body#restaurant .main-content .intro-content .right p {
  color: #282828;
  font-size: 15px;
  background: url(images/restaurant-icon-marker.png) left top no-repeat;
  padding-left: 30px;
}
body#restaurant .main-content .yelp-reviews {
  background-color: #2a1f1d;
  color: #fff;
  padding: 2em 0 4em;
}
body#restaurant .main-content .yelp-reviews h3, body#restaurant .main-content .yelp-reviews h5 {
  font-family: "Lato", "sans-serif";
}
body#restaurant .main-content .yelp-reviews h5 {
  color: #ababab;
  font-style: italic;
  letter-spacing: 1px;
}
body#restaurant .main-content .yelp-reviews p {
  font-size: 18px;
  margin-bottom: 2.5em;
}
body#restaurant .main-content .menu {
  padding: 0em 0 13em;
}
body#restaurant .main-content .menu .img {
  background: url(images/bar-zen-inset.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
}
body#restaurant .main-content .menu .img a {
  position: absolute;
  bottom: -50px;
  left: 140px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0;
}
body#restaurant .main-content .menu .img a i {
  color: #be4a22;
}
body#restaurant .main-content .menu .text {
  position: relative;
  z-index: 10;
}
body#restaurant .main-content .menu .text .right {
  padding: 5em 0 0 0;
  text-align: right;
}
body#restaurant .main-content .menu .text .right .copy {
  background-color: #2a1f1d;
  color: #fff;
  padding: 3em 5em 3em 7em;
  text-align: left;
  max-width: 585px;
  float: right;
}
body#restaurant .main-content .menu .text .right img {
  margin-right: -90px;
  margin-bottom: -100px;
  margin-top: -30px;
  box-shadow: 10px -10px 40px rgba(0, 0, 0, 0.3);
}
body#restaurant .main-content .gallery {
  padding: 4em 0;
}
body#restaurant .main-content .gallery h4 {
  font-family: "Lato", "sans-serif";
  letter-spacing: 2px;
  margin-bottom: 2em;
}
body#restaurant .main-content .gallery ul li {
  list-style: none;
}
body#restaurant .main-content .gallery ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
body#restaurant .OT_wrapper {
  width: auto;
  background-color: transparent;
  border: none;
}
body#restaurant .OT_wrapper .OT_header {
  display: none;
}
body#restaurant .OT_wrapper ul.OT_list {
  padding: 13px 0 0 0;
  margin: 0;
  width: auto;
  height: auto;
}
body#restaurant .OT_wrapper ul.OT_list li {
  height: auto;
  width: auto;
  border: none;
  background: none;
  padding: 10px 8px;
  position: relative;
}
body#restaurant .OT_wrapper ul.OT_list li .OTButton, body#restaurant .OT_wrapper ul.OT_list li #OTButton {
  width: auto;
}
body#restaurant .OT_wrapper ul.OT_list li input, body#restaurant .OT_wrapper ul.OT_list li .OT_Find_a_Table {
  height: 40px;
  font-family: "Lato", "sans-serif";
  letter-spacing: 1px;
}
body#restaurant .OT_wrapper ul.OT_list li input {
  background-color: transparent;
  border: 1px solid #fff;
  background: none;
  border-radius: 0;
  width: 130px;
  color: #f0f0f0 !important;
  font-size: 13px;
  padding: 20px;
}
body#restaurant .OT_wrapper ul.OT_list li input::-webkit-input-placeholder {
  color: #f0f0f0 !important;
}
body#restaurant .OT_wrapper ul.OT_list li input:-moz-placeholder {
  color: #f0f0f0 !important;
}
body#restaurant .OT_wrapper ul.OT_list li input::-moz-placeholder {
  color: #f0f0f0 !important;
}
body#restaurant .OT_wrapper ul.OT_list li input:-ms-input-placeholder {
  color: #f0f0f0 !important;
}
body#restaurant .OT_wrapper ul.OT_list li .OT_Find_a_Table {
  background-color: #fff;
  background-image: none;
  color: #be4a22;
  text-shadow: none;
  width: 170px;
  text-transform: uppercase;
  padding: 10px 20px;
}
body#restaurant .OT_wrapper ul.OT_list li #OT_timeList,
body#restaurant .OT_wrapper ul.OT_list li #OT_partyList {
  left: 8px;
  bottom: -190px;
  top: auto;
  width: 130px;
}
body#restaurant .OT_wrapper ul.OT_list > li::after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 15px;
  color: #be4a22;
  top: 50%;
  right: 20px;
  margin: -10px 0 0 0;
  z-index: 1;
}
body#restaurant .OT_wrapper ul.OT_list > li:last-child::after {
  display: none;
}
body#restaurant .ui-datepicker.ui-widget {
  width: auto;
}

/*** Bar Zen ***/
body#restaurant.bar-zen .open-table, body#restaurant.bar-zen .yelp-reviews {
  background-color: #2a1f1d;
}
body#restaurant.bar-zen .top-content .logo-overlay {
  background: url(images/logo-bar-zen.png) center 8% no-repeat;
}
body#restaurant.bar-zen .main-content .menu .img {
  background: url(images/bar-zen-inset.jpg) left top no-repeat;
}
body#restaurant.bar-zen .main-content .menu .img i {
  color: #be4a22;
}
body#restaurant.bar-zen .main-content .menu .text .copy {
  background-color: #282828;
}
body#restaurant.bar-zen #footer .footer-logos {
  border-top-color: #1b1413;
}
body#restaurant.bar-zen ul.OT_list li .OT_Find_a_Table {
  color: #be4a22;
}
body#restaurant.bar-zen ul.OT_list li::after {
  color: #be4a22;
}

/*** Irelands ***/
body#restaurant.irelands .open-table, body#restaurant.irelands .yelp-reviews {
  background-color: #1c2124;
}
body#restaurant.irelands .top-content .logo-overlay {
  background: url(images/logo-irelands.png) center 8% no-repeat;
}
body#restaurant.irelands .main-content .menu .img {
  background: url(images/irelands-inset.jpg) left top no-repeat;
}
body#restaurant.irelands .main-content .menu .img i {
  color: #be4a22;
}
body#restaurant.irelands .main-content .menu .text .copy {
  background-color: #282828;
}
body#restaurant.irelands ul.OT_list li .OT_Find_a_Table {
  color: #be4a22;
}
body#restaurant.irelands ul.OT_list li::after {
  color: #be4a22;
}
body#restaurant.irelands #footer .footer-logos {
  border-top-color: #111416;
}

/*** Banyan ***/
body#restaurant.banyan .yelp-reviews {
  background-color: #5d7941;
}
body#restaurant.banyan #secondary-nav li a {
  color: #96ae62;
}
body#restaurant.banyan .open-table {
  background-color: #5d7941;
}
body#restaurant.banyan .top-content .logo-overlay {
  background: url(images/logo-banyan.png) center 8% no-repeat;
}
body#restaurant.banyan .main-content .menu .img {
  background: url(images/banyan-inset.jpg) left top no-repeat;
}
body#restaurant.banyan .main-content .menu .img i {
  color: #96ae62;
}
body#restaurant.banyan .main-content .menu .text .copy {
  background-color: #282828;
}
body#restaurant.banyan ul.OT_list li .OT_Find_a_Table {
  color: #6d8143;
}
body#restaurant.banyan ul.OT_list li::after {
  color: #6d8143;
}
body#restaurant.banyan #footer .footer-logos {
  border-top-color: #506838;
}

/*** Cabana ***/
body#restaurant.cabana .yelp-reviews, body#restaurant.cabana .open-table {
  background-color: #4c270a;
}
body#restaurant.cabana #secondary-nav li a {
  color: #904a13;
}
body#restaurant.cabana .top-content .logo-overlay {
  background: url(images/logo-cabana.png) center 8% no-repeat;
}
body#restaurant.cabana .main-content .menu .img {
  background: url(images/cabana-inset.jpg) left top no-repeat;
}
body#restaurant.cabana .main-content .menu .img i {
  color: #be4a22;
}
body#restaurant.cabana .main-content .menu .text .copy {
  background-color: #282828;
}
body#restaurant.cabana ul.OT_list li .OT_Find_a_Table {
  color: #7d3116;
}
body#restaurant.cabana ul.OT_list li::after {
  color: #7d3116;
}
body#restaurant.cabana #footer .footer-logos {
  border-top-color: #351b07;
}

body#spa_home .top-content .sym-slide,
body.spa_home .top-content .sym-slide {
  height: 580px !important;
}
body#spa_home .top-content .arrow-home,
body.spa_home .top-content .arrow-home {
  bottom: 80px;
  left: 48%;
}
body#spa_home .intro-content .copy,
body.spa_home .intro-content .copy {
  margin-top: -8em;
}
body#spa_home .services,
body.spa_home .services {
  padding: 3em 0 6em;
}
body#spa_home .services ul,
body.spa_home .services ul {
  overflow: auto;
  color: #eeeeee;
}
body#spa_home .services ul li,
body.spa_home .services ul li {
  width: 25%;
  text-align: center;
  float: left;
  list-style: none;
  height: 90px;
  padding-bottom: 20px;
  position: relative;
  margin: 3em 0;
}
body#spa_home .services ul li h5,
body.spa_home .services ul li h5 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #b8b8b8;
  font-family: "nimbus-sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body#spa_home .membership,
body.spa_home .membership {
  color: #eeeeee;
}
body#spa_home .membership .img,
body.spa_home .membership .img {
  background: url(images/spa-membership-bg.jpg) right center no-repeat;
  background-size: cover;
}
body#spa_home .membership .btn,
body.spa_home .membership .btn {
  margin: 2em 0 4em;
}
body#spa_home .membership ul,
body.spa_home .membership ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body#spa_home .membership ul li,
body.spa_home .membership ul li {
  padding-left: 1em;
  text-indent: -.7em;
}
body#spa_home .membership ul li:before,
body.spa_home .membership ul li:before {
  content: "• ";
  color: red;
}
body#spa_home .explore,
body.spa_home .explore {
  padding: 3em 0;
}
body#spa_home .explore ul,
body.spa_home .explore ul {
  overflow: auto;
  margin-left: -1%;
  margin-right: -1%;
}
body#spa_home .explore ul li,
body.spa_home .explore ul li {
  background-color: #eeeeee;
  background-size: cover;
  float: left;
  width: 23%;
  list-style: none;
  margin: 0 1%;
  padding: 2em 0;
  color: #282828;
}
body#spa_home .explore ul li h2,
body.spa_home .explore ul li h2 {
  font-size: 21px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
}
body#spa_home .explore ul li h6,
body.spa_home .explore ul li h6 {
  font-style: italic;
  font-size: 15px;
}
body#spa_home .explore ul li img,
body.spa_home .explore ul li img {
  display: block;
  margin: 0 auto 2em;
}
body#spa_home .explore ul li:nth-child(1),
body.spa_home .explore ul li:nth-child(1) {
  background: url(images/spa-gallery-1.jpg) center center no-repeat;
}
body#spa_home .explore ul li:nth-child(3),
body.spa_home .explore ul li:nth-child(3) {
  background: url(images/spa-gallery-2.jpg) center center no-repeat;
}
body#spa_home .explore ul li:nth-child(4),
body.spa_home .explore ul li:nth-child(4) {
  background: url(images/spa-gallery-3.jpg) center center no-repeat;
}
body#spa_home .visit,
body.spa_home .visit {
  padding: 3em 0 6em;
}
body#spa_home .visit h2,
body.spa_home .visit h2 {
  padding-top: 0;
  margin: 12px 0;
}
body#spa_home .visit h2:before,
body.spa_home .visit h2:before {
  display: none;
}
body#spa_home .visit .btn,
body.spa_home .visit .btn {
  margin-top: 7px;
}

body.spa_home,
body.spa_internal,
body.spa {
  background-color: #282828;
  color: #eeeeee;
  font-family: "ff-tisa-web-pro", serif;
}
body.spa_home .btn:hover,
body.spa_internal .btn:hover,
body.spa .btn:hover {
  color: #fff !important;
  background-color: #c00002 !important;
}
body.spa_home .main-content .btn,
body.spa_internal .main-content .btn,
body.spa .main-content .btn {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 15px;
  padding: 15px 35px;
  background-color: #eeeeee;
  color: #282828;
}
body.spa_home .main-content .btn:hover, body.spa_home .main-content .btn.dark:hover,
body.spa_internal .main-content .btn:hover,
body.spa_internal .main-content .btn.dark:hover,
body.spa .main-content .btn:hover,
body.spa .main-content .btn.dark:hover {
  color: #fff !important;
  background-color: #c00002 !important;
}
body.spa_home .main-content .btn.dark,
body.spa_internal .main-content .btn.dark,
body.spa .main-content .btn.dark {
  background-color: #282828 !important;
  color: #eeeeee;
}
body.spa_home .two-lines,
body.spa_internal .two-lines,
body.spa .two-lines {
  font-family: "nimbus-sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
body.spa_home .two-lines span,
body.spa_internal .two-lines span,
body.spa .two-lines span {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
}
body.spa_home .two-lines.light, body.spa_home .two-lines.light span,
body.spa_internal .two-lines.light,
body.spa_internal .two-lines.light span,
body.spa .two-lines.light,
body.spa .two-lines.light span {
  color: #eeeeee;
}
body.spa_home header,
body.spa_internal header,
body.spa header {
  background: transparent;
  padding-top: 0;
  height: auto;
  position: absolute;
}
body.spa_home header .top-bar,
body.spa_internal header .top-bar,
body.spa header .top-bar {
  background-color: #282828;
  height: 58px;
  padding-top: 10px;
}
body.spa_home header .top-bar .container,
body.spa_internal header .top-bar .container,
body.spa header .top-bar .container {
  position: relative;
}
body.spa_home header .top-bar .container p,
body.spa_internal header .top-bar .container p,
body.spa header .top-bar .container p {
  color: #737272;
  font-size: 10px;
  margin-bottom: 0;
}
body.spa_home header .top-bar .container p a,
body.spa_internal header .top-bar .container p a,
body.spa header .top-bar .container p a {
  color: #eeeeee;
}
body.spa_home header .top-bar .container p img,
body.spa_internal header .top-bar .container p img,
body.spa header .top-bar .container p img {
  height: 40px;
  width: auto;
  margin: 0 10px;
}
body.spa_home header .top-bar .container p.return,
body.spa_internal header .top-bar .container p.return,
body.spa header .top-bar .container p.return {
  line-height: 3.5;
  position: absolute;
}
body.spa_home header .top-bar .container .btn.reserve,
body.spa_internal header .top-bar .container .btn.reserve,
body.spa header .top-bar .container .btn.reserve {
  text-transform: capitalize;
  padding: 7px 13px;
  position: absolute;
  right: 0;
  top: -13px;
}
body.spa_home header .logo,
body.spa_internal header .logo,
body.spa header .logo {
  width: 151px;
  height: 97px;
  background-image: url(images/logo-alaya.png);
  margin-top: 20px;
}
body.spa_home header .sub-menu,
body.spa_internal header .sub-menu,
body.spa header .sub-menu {
  padding-top: 30px;
  background-color: transparent;
}
body.spa_home header .sub-menu ul,
body.spa_internal header .sub-menu ul,
body.spa header .sub-menu ul {
  text-align: right;
}
body.spa_home header .sub-menu ul li,
body.spa_internal header .sub-menu ul li,
body.spa header .sub-menu ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  text-transform: none;
  border-right: none;
  padding: 0;
}
body.spa_home header .sub-menu ul li a,
body.spa_internal header .sub-menu ul li a,
body.spa header .sub-menu ul li a {
  color: rgba(255, 255, 255, 0.85);
  font-family: "ff-tisa-web-pro", serif;
  font-size: 15px;
  padding: 0 0 5px 0;
}
body.spa_home header .sub-menu ul li a.active,
body.spa_internal header .sub-menu ul li a.active,
body.spa header .sub-menu ul li a.active {
  border-bottom: 1px solid #fff;
}
body.spa_home header .sub-menu ul li a.active:before,
body.spa_internal header .sub-menu ul li a.active:before,
body.spa header .sub-menu ul li a.active:before {
  display: none;
}
body.spa_home header .sub-menu ul li:last-child a,
body.spa_internal header .sub-menu ul li:last-child a,
body.spa header .sub-menu ul li:last-child a {
  padding: 10px;
  border: 1px solid #fff;
}
body.spa_home #content,
body.spa_internal #content,
body.spa #content {
  padding-top: 58px;
}
body.spa_home #content .top-content .sym-slide,
body.spa_internal #content .top-content .sym-slide,
body.spa #content .top-content .sym-slide {
  height: 300px;
}
body.spa_home #content .top-content .sym-slide img,
body.spa_internal #content .top-content .sym-slide img,
body.spa #content .top-content .sym-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
body.spa_home #content .main-content,
body.spa_internal #content .main-content,
body.spa #content .main-content {
  padding-top: 0;
}
body.spa_home #content .main-content .intro-content,
body.spa_internal #content .main-content .intro-content,
body.spa #content .main-content .intro-content {
  background-color: #eeeeee;
  color: #282828;
  padding: 0 0 2em 0;
}
body.spa_home #content .main-content .intro-content p,
body.spa_internal #content .main-content .intro-content p,
body.spa #content .main-content .intro-content p {
  text-align: justify;
}
body.spa_home #content .main-content .intro-content .mini-gallery,
body.spa_internal #content .main-content .intro-content .mini-gallery,
body.spa #content .main-content .intro-content .mini-gallery {
  margin-top: -3em;
}
body.spa_home #content .main-content .intro-content .mini-gallery a,
body.spa_internal #content .main-content .intro-content .mini-gallery a,
body.spa #content .main-content .intro-content .mini-gallery a {
  width: 50%;
  height: auto;
  padding: 6px;
  display: inline-block;
  position: relative;
}
body.spa_home #content .main-content .intro-content .mini-gallery a .img-overlay,
body.spa_internal #content .main-content .intro-content .mini-gallery a .img-overlay,
body.spa #content .main-content .intro-content .mini-gallery a .img-overlay {
  height: calc( 100% - 12px);
  width: calc( 100% - 12px);
  position: absolute;
  background: url(images/icon-open-gallery.png) center center no-repeat rgba(37, 37, 37, 0.75);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.spa_home #content .main-content .intro-content .mini-gallery a img,
body.spa_internal #content .main-content .intro-content .mini-gallery a img,
body.spa #content .main-content .intro-content .mini-gallery a img {
  width: 100%;
}
body.spa_home #content .main-content .intro-content .mini-gallery a:hover .img-overlay,
body.spa_internal #content .main-content .intro-content .mini-gallery a:hover .img-overlay,
body.spa #content .main-content .intro-content .mini-gallery a:hover .img-overlay {
  opacity: 1;
}
body.spa_home #content .main-content .intro-content .description .copy,
body.spa_internal #content .main-content .intro-content .description .copy,
body.spa #content .main-content .intro-content .description .copy {
  background-color: #eeeeee;
  padding: 2em 5em;
}
body.spa_home #content .main-content .intro-content .description .copy .btn,
body.spa_internal #content .main-content .intro-content .description .copy .btn,
body.spa #content .main-content .intro-content .description .copy .btn {
  margin-top: 1em;
}
body.spa_home #content .main-content .intro-content .description .copy p,
body.spa_internal #content .main-content .intro-content .description .copy p,
body.spa #content .main-content .intro-content .description .copy p {
  color: #272525;
  font-size: 16px;
}
body.spa_home #content .main-content .intro-content .description .copy p a,
body.spa_internal #content .main-content .intro-content .description .copy p a,
body.spa #content .main-content .intro-content .description .copy p a {
  color: rgba(0, 0, 0, 0.85);
  font-family: "nimbus-sans", sans-serif;
  background: url(images/icon-spa-arrow-red.png) left center no-repeat;
  padding-left: 20px;
}
body.spa_home #content .main-content .content-copy,
body.spa_internal #content .main-content .content-copy,
body.spa #content .main-content .content-copy {
  padding-bottom: 5em;
}
body.spa_home #content .main-content .content-copy h2, body.spa_home #content .main-content .content-copy h3, body.spa_home #content .main-content .content-copy h4, body.spa_home #content .main-content .content-copy h5, body.spa_home #content .main-content .content-copy h6,
body.spa_internal #content .main-content .content-copy h2,
body.spa_internal #content .main-content .content-copy h3,
body.spa_internal #content .main-content .content-copy h4,
body.spa_internal #content .main-content .content-copy h5,
body.spa_internal #content .main-content .content-copy h6,
body.spa #content .main-content .content-copy h2,
body.spa #content .main-content .content-copy h3,
body.spa #content .main-content .content-copy h4,
body.spa #content .main-content .content-copy h5,
body.spa #content .main-content .content-copy h6 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.spa_home #content .main-content .content-copy hr,
body.spa_internal #content .main-content .content-copy hr,
body.spa #content .main-content .content-copy hr {
  border-top: 1px solid #403f3f;
}
body.spa_home #content .main-content .content-copy ul.bullets,
body.spa_internal #content .main-content .content-copy ul.bullets,
body.spa #content .main-content .content-copy ul.bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}
body.spa_home #content .main-content .content-copy ul.bullets li,
body.spa_internal #content .main-content .content-copy ul.bullets li,
body.spa #content .main-content .content-copy ul.bullets li {
  padding-left: 1em;
  text-indent: -.7em;
}
body.spa_home #content .main-content .content-copy ul.bullets li:before,
body.spa_internal #content .main-content .content-copy ul.bullets li:before,
body.spa #content .main-content .content-copy ul.bullets li:before {
  content: "• ";
  color: red;
}
body.spa_home #content .main-content .content-copy #tabs-container ul.tabs-menu,
body.spa_internal #content .main-content .content-copy #tabs-container ul.tabs-menu,
body.spa #content .main-content .content-copy #tabs-container ul.tabs-menu {
  text-align: center;
  background-color: #151414;
  padding: 1em 0;
}
body.spa_home #content .main-content .content-copy #tabs-container ul.tabs-menu li,
body.spa_internal #content .main-content .content-copy #tabs-container ul.tabs-menu li,
body.spa #content .main-content .content-copy #tabs-container ul.tabs-menu li {
  display: inline-block;
}
body.spa_home #content .main-content .content-copy #tabs-container ul.tabs-menu li a,
body.spa_internal #content .main-content .content-copy #tabs-container ul.tabs-menu li a,
body.spa #content .main-content .content-copy #tabs-container ul.tabs-menu li a {
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0;
  padding: 0 1em;
}
body.spa_home #content .main-content .content-copy #tabs-container ul.tabs-menu li a:hover,
body.spa_internal #content .main-content .content-copy #tabs-container ul.tabs-menu li a:hover,
body.spa #content .main-content .content-copy #tabs-container ul.tabs-menu li a:hover {
  opacity: 1;
}
body.spa_home #content .main-content .content-copy #tabs-container ul.tabs-menu li.current a,
body.spa_internal #content .main-content .content-copy #tabs-container ul.tabs-menu li.current a,
body.spa #content .main-content .content-copy #tabs-container ul.tabs-menu li.current a {
  opacity: 1;
}
body.spa_home #content .main-content .content-copy #tabs-container div.tab .tab-content,
body.spa_internal #content .main-content .content-copy #tabs-container div.tab .tab-content,
body.spa #content .main-content .content-copy #tabs-container div.tab .tab-content {
  display: none;
  padding-top: 2em;
}
body.spa_home #content .main-content .content-copy #tabs-container div.tab .tab-content img,
body.spa_internal #content .main-content .content-copy #tabs-container div.tab .tab-content img,
body.spa #content .main-content .content-copy #tabs-container div.tab .tab-content img {
  width: 100%;
  height: auto;
}
body.spa_home #content .main-content .content-copy #tabs-container div.tab .tab-content#tab-1,
body.spa_internal #content .main-content .content-copy #tabs-container div.tab .tab-content#tab-1,
body.spa #content .main-content .content-copy #tabs-container div.tab .tab-content#tab-1 {
  display: block;
}
body.spa_home #content .main-content .content-copy ul.accordion,
body.spa_internal #content .main-content .content-copy ul.accordion,
body.spa #content .main-content .content-copy ul.accordion {
  border-top: 1px solid #403f3f;
  margin: 5em 0;
}
body.spa_home #content .main-content .content-copy ul.accordion li,
body.spa_internal #content .main-content .content-copy ul.accordion li,
body.spa #content .main-content .content-copy ul.accordion li {
  list-style: none;
  border-bottom: 1px solid #403f3f;
  padding-left: 15%;
  padding-right: 15%;
}
body.spa_home #content .main-content .content-copy ul.accordion li .accordion-toggle,
body.spa_internal #content .main-content .content-copy ul.accordion li .accordion-toggle,
body.spa #content .main-content .content-copy ul.accordion li .accordion-toggle {
  color: #eee;
  font-family: "nimbus-sans", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 1.5em 0;
  cursor: pointer;
}
body.spa_home #content .main-content .content-copy ul.accordion li .accordion-toggle i,
body.spa_internal #content .main-content .content-copy ul.accordion li .accordion-toggle i,
body.spa #content .main-content .content-copy ul.accordion li .accordion-toggle i {
  color: #c00002;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
body.spa_home #content .main-content .content-copy ul.accordion li .accordion-toggle.active i,
body.spa_internal #content .main-content .content-copy ul.accordion li .accordion-toggle.active i,
body.spa #content .main-content .content-copy ul.accordion li .accordion-toggle.active i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.spa_home #content .main-content .content-copy ul.accordion li .accordion-toggle:hover,
body.spa_internal #content .main-content .content-copy ul.accordion li .accordion-toggle:hover,
body.spa #content .main-content .content-copy ul.accordion li .accordion-toggle:hover {
  opacity: 0.7;
}
body.spa_home #content .main-content .content-copy ul.accordion li .accordion-content,
body.spa_internal #content .main-content .content-copy ul.accordion li .accordion-content,
body.spa #content .main-content .content-copy ul.accordion li .accordion-content {
  display: none;
  padding-bottom: 2em;
}
body.spa_home #footer,
body.spa_internal #footer,
body.spa #footer {
  background-color: #151414;
}
body.spa_home #footer .left img,
body.spa_internal #footer .left img,
body.spa #footer .left img {
  display: none;
}
body.spa_home #footer .footer-logos,
body.spa_internal #footer .footer-logos,
body.spa #footer .footer-logos {
  background-color: #1d1c1c;
}

body.promotions .content-copy .row {
  margin: 2em 0;
}
body.promotions .content-copy .row img {
  width: 100%;
  height: auto;
}

form {
  margin-bottom: 2em;
  width: 100%;
}
form .form-entry,
form .field {
  margin-bottom: 10px;
  position: relative;
  overflow: auto;
}
form .form-entry label,
form .field label {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  color: #515151;
}
form .form-entry label span,
form .field label span {
  font-size: 0.8em;
}
form .form-entry label.error,
form .field label.error {
  color: red;
}
form .form-entry input[type=text],
form .form-entry select,
form .form-entry textarea,
form .field input[type=text],
form .field select,
form .field textarea {
  width: 100%;
  border: 0px none;
  margin: 0px 0px 10px;
  color: #515151;
  padding: 5px 3%;
  /*** Removes Safari weird default styling ***/
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #F5F5F5;
}
form .form-entry textarea,
form .field textarea {
  min-height: 120px;
  width: 100%;
  background-color: #F5F5F5;
  border: none;
}
form .form-entry input[type=text].error, form .form-entry select.error, form .form-entry textarea.error,
form .field input[type=text].error,
form .field select.error,
form .field textarea.error {
  border: 1px solid red !important;
}

/*** Error Handling ***/
.errorMsg,
#email-error p {
  color: #D85B5B;
  overflow: visible !important;
  line-height: 1.4;
  background-color: #D85B5B;
  color: #fff !important;
  clear: both;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 70%;
}

.errorMsg ul,
.errorMsg ul li {
  color: #fff !important;
  margin-bottom: 0;
  list-style: none;
}

.errorMsg ul li:before {
  display: none;
}

/*** Sucess! Message ***/
#email-error.success p {
  background-color: #65BCB3;
}

/*** Style placeholder ***/
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  opacity: 1;
}

/*** Fieldset ***/
fieldset {
  border: 1px solid #BBC6CC;
  padding: 0 15px;
}
fieldset legend {
  font-size: 110%;
  margin-bottom: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* CONTACT
*********************************************************** */
#frmContact, #formRFP {
  width: 100%;
  margin: 2em auto;
}

.form-entry.one-line label {
  float: left;
  width: 35%;
}
.form-entry.one-line input[type=text], .form-entry.one-line .form-entry input[type=text].small, .form-entry.one-line .form-entry select.small {
  width: auto;
}

/* RFP
*********************************************************** */
#formRFP .ui-datepicker-trigger {
  left: 168px;
  position: absolute;
  top: 39px;
}
#formRFP .field input.hasDatepicker {
  width: 160px;
}
#formRFP fieldset {
  width: 49%;
  float: left;
  border: none;
  padding: 0 20px 0 0;
}
#formRFP fieldset legend {
  padding: 0;
}
#formRFP .btn {
  margin-top: 2em;
}

.contact_type {
  width: 160px;
  float: left;
  display: inline;
  margin-top: 17px;
  padding-right: 30px;
  text-align: left;
  color: #515151;
}

/* GET DIRECTIONS
*********************************************************** */
#panel label {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
#panel br {
  display: none;
}

.mode select {
  font-family: inherit;
  display: block;
  padding: 10px 25px;
}

.mode, .startdir, .enddir {
  color: #222;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.mode label, .startdir label, .enddir label {
  width: 150px;
  margin-bottom: 15px;
}
.mode select, .startdir select, .enddir select {
  font-family: inherit;
  display: block;
  padding: 10px 25px;
}
.mode input[type=text], .startdir input[type=text], .enddir input[type=text] {
  color: #515151;
  background-color: #EDEDED;
  border: medium none;
  width: 100%;
  font-family: inherit;
  padding: 8px 3%;
}

.intro {
  background-color: #282828;
  opacity: 1;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 999;
  -webkit-animation-name: intro;
          animation-name: intro;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes intro {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes intro {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.big_logo {
  position: fixed;
  z-index: 1000;
  top: 291px;
  left: 50%;
  margin-left: -143px;
  opacity: 0;
  -webkit-animation-name: introLogo;
          animation-name: introLogo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes introLogo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes introLogo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.big_img {
  position: absolute;
  z-index: 998;
  width: 120%;
  height: 120%;
  opacity: 1;
  left: -10%;
  overflow: hidden;
  top: -10%;
  /*
  	background: url(http://www.bonaventureresortandspa.com/assets/images/home.jpg) no-repeat;
  	background-size: cover;
  */
  background: rgba(33, 33, 33, 0.7);
  -webkit-animation-name: introImg;
          animation-name: introImg;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  /* Chrome, Safari, Opera */
}

@-webkit-keyframes introImg {
  0% {
    opacity: 0;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
  }
  40% {
    opacity: .7;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    visibility: hidden;
  }
}

@keyframes introImg {
  0% {
    opacity: 0;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
  }
  40% {
    opacity: .7;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    visibility: hidden;
  }
}
html, body {
  font-size: 1em;
}

body {
  font-family: "Lato", "sans-serif";
  color: #515151;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 1px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**** UTILITIES ***/
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

ul {
  padding-left: 0;
}

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.hide {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.caps {
  text-transform: uppercase;
}

.em {
  font-style: italic;
  font-weight: 400;
}

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/*** TYPOGRAPHY ***/
h1, h2, h3, h4, h5, h6 {
  font-family: "Amiri", serif;
  letter-spacing: 0px;
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.998em;
}

h2 {
  font-size: 2.827em;
}

h3 {
  font-size: 1.999em;
}

h4 {
  font-size: 1.414em;
}

h5 {
  font-size: 1.2em;
}

small, .font_small {
  font-size: 0.707em;
}

p {
  margin-bottom: 1.3em;
  letter-spacing: 0;
}

blockquote {
  letter-spacing: 0;
  border-left: 0;
}

.two-lines {
  color: #282828;
  font-family: "Amiri", serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 50px;
  position: relative;
}
.two-lines span {
  display: block;
  text-transform: capitalize;
  font-style: italic;
  color: #ababab;
  font-size: 80%;
  font-weight: 700;
}
.two-lines::before {
  content: '';
  width: 48px;
  height: 4px;
  background-color: #515151;
  display: block;
  top: 25px;
  left: 0;
  position: absolute;
}
.two-lines.text-center::before {
  left: 50%;
  margin-left: -24px;
}

/*** BUTTONS ***/
a {
  color: #282828;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
a:hover {
  color: #848484;
}

.btn,
.btnSubmit,
.viewDetails,
.getdir,
input[type="button"],
input[type="submit"] {
  background-color: #282828;
  font-family: "Lato", "sans-serif";
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus,
.btnSubmit:hover,
.btnSubmit:focus,
.viewDetails:hover,
.viewDetails:focus,
.getdir:hover,
.getdir:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #424242;
  color: #fff;
}
.btn.large, #formRFP .btn,
.btnSubmit.large,
#formRFP .btnSubmit.btn,
.viewDetails.large,
#formRFP .viewDetails.btn,
.getdir.large,
#formRFP .getdir.btn,
input[type="button"].large,
#formRFP input[type="button"].btn,
input[type="submit"].large,
#formRFP input[type="submit"].btn {
  padding: 9px 70px;
  padding: 9px 35px;
}
.btn.light,
.btnSubmit.light,
.viewDetails.light,
.getdir.light,
input[type="button"].light,
input[type="submit"].light {
  background-color: #fff;
  color: #282828 !important;
}
.btn.light:hover,
.btnSubmit.light:hover,
.viewDetails.light:hover,
.getdir.light:hover,
input[type="button"].light:hover,
input[type="submit"].light:hover {
  background-color: #cccccc;
}

/* ACCOMMODATIONS
*********************************************************** */
#accomodations .top-content .sym-slide {
  background-size: cover;
  background-position: center center;
  height: 250px;
}
#accomodations .content-heading {
  padding: 3em 0 5em;
}
#accomodations .content-heading p {
  text-align: justify;
}
#accomodations ul.accommodations {
  margin-bottom: 4em;
}
#accomodations ul.accommodations li.room {
  padding: 1em 0;
}
#accomodations ul.accommodations li.room .accommodation-img {
  padding: 0;
}
#accomodations ul.accommodations li.room .accommodation-img * {
  height: 100%;
}
#accomodations ul.accommodations li.room .accommodation-img .sym-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #282828;
  transition: all 0.3s ease-in-out;
}
#accomodations ul.accommodations li.room .accommodation-img .sym-slide a {
  height: 100%;
  width: 100%;
  display: block;
}
#accomodations ul.accommodations li.room .accommodation-img .sym-slide:hover {
  opacity: 0.7;
}
#accomodations ul.accommodations li.room .accommodation-copy ul {
  overflow: auto;
  list-style: none;
  padding: 0;
}
#accomodations ul.accommodations li.room .accommodation-copy ul li {
  width: 50%;
  float: left;
  letter-spacing: 0px;
  padding-left: 1em;
  padding-right: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
#accomodations ul.accommodations li.room .accommodation-copy ul li::before {
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  /* same as padding-left set on li */
  width: 1em;
  /* same as padding-left set on li */
}
#accomodations ul.accommodations li.room .accommodation-copy .btn {
  margin: 2em 0 4em;
}
#accomodations ul.accommodations li.room:nth-child(even) .accommodation-img {
  float: right;
}

/* QUADRANTS BAR
*********************************************************** */
.quads-bar {
  background-color: #ebebeb;
}
.quads-bar ul li.quad {
  width: 33%;
  display: inline-block;
  padding: 3em 2em 1em;
}
.quads-bar ul li.quad img {
  width: 100%;
  height: auto;
}

/* SPECIALS
*********************************************************** */
#specials ul.specials {
  margin-bottom: 6em;
}
#specials ul.specials li {
  padding: 1em 0;
}
#specials ul.specials li .img {
  background: url(images/home-dining.jpg) right center no-repeat;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
#specials ul.specials li .btn {
  margin: 2em 0 4em;
}

/* ALL PAGES
*********************************************************** */
.top-content {
  position: relative;
}
.top-content .arrow-home {
  background: url("images/icon-mouse.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 30px;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -14px;
  cursor: pointer;
  bottom: 8%;
}
.top-content .arrow-home:after {
  content: '';
  width: 7px;
  height: 32px;
  background: url("images/icon-mouse-arrow.png") no-repeat;
  background-size: contain;
  -webkit-animation: home-scroll 2s infinite 0s;
          animation: home-scroll 2s infinite 0s;
  display: block;
  position: absolute;
  right: 0px;
  top: 8px;
}

#default .top-content .sym-slide {
  background-size: cover;
  background-position: center center;
  height: 250px;
}
#default .main-content {
  padding-top: 2em;
}
#default .main-content .content-copy {
  margin-bottom: 4em;
}

#content {
  padding-top: 90px;
}
#content .content h1 {
  font-family: "Lato", "sans-serif";
  font-size: 2em;
  color: #282828;
}
#content .content h2 {
  font-family: "Amiri", serif;
}
#content .content p {
  color: #515151;
  font-size: 1em;
}

/*** Custom Navigation ***/
.sub-menu {
  background-color: #efefef;
  text-align: center;
  margin: 0;
}
.sub-menu ul {
  margin-bottom: 0;
}
.sub-menu ul li {
  display: inline-block;
  margin: 14px 8px;
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
  list-style: none;
  line-height: 1;
}
.sub-menu ul li a {
  color: #ebebeb;
  padding: 0 1em;
  display: block;
  font-size: 14px;
  color: #898989;
}
.sub-menu ul li a:hover {
  color: #282828;
}
.sub-menu ul li a.active {
  color: #282828;
}
.sub-menu ul li a.active::before {
  color: #ababab;
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  /* same as padding-left set on li */
  width: 1em;
  /* same as padding-left set on li */
}
.sub-menu ul li:last-child {
  border-right: 0px;
}

/*** Slick Dots ***/
.slick-dots {
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  background-color: #ebebeb;
  background-clip: padding-box;
  /* Prevents border-radius causing bg color bleed in FF */
}
.slick-dots li.slick-active button {
  background-color: #282828;
}

/* CUSTOMIZE DATEPICKER
*********************************************************** */
#ui-datepicker-div.ui-widget-content {
  background: #FBFBFB !important;
  z-index: 1000 !important;
  border: none !important;
}

#ui-datepicker-div.ui-widget-content * {
  font-family: sans-serif;
  font-weight: normal !important;
  font-size: 14px;
  text-align: center;
}

#ui-datepicker-div .ui-widget-header {
  background: #ececec !important;
  border-radius: 0 !important;
  border: 0 !important;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div.ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: none !important;
  border: 1px solid #000;
}

#ui-datepicker-div .ui-datepicker th {
  font-weight: normal !important;
}

#ui-datepicker-div.ui-widget-content a,
#ui-datepicker-div.ui-widget-content a {
  text-align: center;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div.ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #282828 !important;
  border-color: #282828;
  color: #fff !important;
}

#ui-datepicker-div .ui-datepicker th {
  padding: 5px 0 !important;
  font-size: 12px;
}

#ui-datepicker-div .ui-datepicker-month, .ui-datepicker-year {
  background-color: transparent;
  border: none;
  font-size: 16px !important;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-datepicker .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-datepicker .ui-state-focus,
#ui-datepicker-div .ui-datepicker .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-datepicker .ui-widget-header .ui-state-focus {
  color: #fff !important;
  background: #282828 !important;
}

#ui-datepicker-div .ui-accordion-content {
  height: auto !important;
}

/* SITEMAP
*********************************************************** */
ul.global-sitemap li {
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: none;
}
ul.global-sitemap li ul {
  border-left: 1px solid #EAEAEA;
  margin-left: 0px;
  margin-bottom: 10px;
}
ul.global-sitemap li ul li {
  padding: 10px 5px 5px 5px;
  list-style: none !important;
  line-height: 1.2;
  font-size: 90%;
}
ul.global-sitemap li ul li a {
  text-decoration: none !important;
  color: grey;
  padding-left: 10px;
}
ul.global-sitemap li ul li:before {
  display: none;
}

/* MAP POPUP
*********************************************************** */
.map_popup {
  background: #FFFFFF !important;
  width: 250px !important;
}
.map_popup img {
  display: block;
}
.map_popup .desc h2 {
  color: #282828 !important;
}
.map_popup .desc p {
  color: #515151 !important;
}

/* NEIGHBORHOOD ACTIVITIES
*********************************************************** */
body.neighborhood .content-copy .row {
  margin: 1em 0;
}
body.neighborhood .content-copy .row img {
  width: 100%;
  height: auto;
}
body.neighborhood .content-copy .row h5 {
  text-transform: uppercase;
}

/* EVENTS
*********************************************************** */
body.events .book-event {
  background-color: #282828;
  color: #fff;
  padding: 2em 0 4em;
}
body.events .book-event .btn {
  margin-top: 1em;
}

/* EVENTS OVERVIEW
*********************************************************** */
.events-overview {
  color: #282828;
}
.events-overview ul.event-type {
  margin-bottom: 6em;
}
.events-overview ul.event-type li {
  list-style: none;
}
.events-overview ul.event-type li span {
  height: 50px;
  display: block;
}
.events-overview ul.event-type li h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.events-overview ul.event-type li .btn {
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 3em;
}
.events-overview ul.event-type li.weddings {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.events-overview .gallery {
  padding: 3em 0;
  background-color: #ebebeb;
}
.events-overview .gallery img {
  max-width: 100%;
  height: auto;
}
.events-overview .gallery .no-pad-left {
  padding-left: 0;
}
.events-overview .gallery .no-pad-left img {
  width: 100%;
}
.events-overview .gallery .col-md-6, .events-overview .gallery .col-md-12 {
  padding-right: 0;
}
.events-overview .gallery .col-md-12 {
  margin-top: 15px;
}

/* EVENTS SPACES OLD LAYOUT
*********************************************************** */
body.events.space-old aside {
  background: #ebebeb;
  margin-top: -3em;
  color: #282828;
  margin-bottom: 2em;
}
body.events.space-old aside h4 {
  border-bottom: 1px solid #ccc;
  display: none;
}
body.events.space-old aside form {
  padding: 10px 20px 0px;
}
body.events.space-old aside form .row {
  margin-bottom: 1em;
  text-align: center;
}
body.events.space-old aside form label {
  letter-spacing: 0px;
  display: block;
  font-size: 18px;
  margin: 15px 0;
  text-align: left;
}
body.events.space-old aside form label i {
  font-size: 15px;
}
body.events.space-old aside form select {
  -webkit-appearance: none;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  display: inline-block;
  width: 30%;
  max-width: 250px;
  margin: 0 auto;
  padding: 0 1em;
  color: #656565;
  text-align: left;
  background: url(images/icon-arrow-down.png) 95% center no-repeat #fff;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
body.events.space-old aside form input[type="submit"], body.events.space-old aside form .btn {
  padding: 9px 80px;
}
body.events.space-old ul.event-spaces {
  margin-bottom: 2em;
}
body.events.space-old ul.event-spaces li {
  list-style: none;
  padding: 2em;
  margin-bottom: 1em;
}
body.events.space-old ul.event-spaces li h3 {
  margin-top: 0;
}
body.events.space-old ul.event-spaces li input, body.events.space-old ul.event-spaces li .btn {
  height: 50px;
  margin-left: 10px;
  padding: 12px 30px !important;
  width: 230px;
  font-size: 14px;
  line-height: 1.8;
}
body.events.space-old ul.event-spaces li .see-location {
  padding: 10px !important;
  width: auto;
  color: #808080;
  background: transparent;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
}
body.events.space-old ul.event-spaces li p {
  font-size: 15px;
}
body.events.space-old ul.event-spaces li .act-image {
  width: 360px;
  float: left;
  margin-right: 40px;
}
body.events.space-old ul.event-spaces li input {
  background: url(images/icon-arrow-down.png) 95% center no-repeat #fff;
  border: 1px solid #b7b7b7;
}
body.events.space-old ul.event-spaces li table {
  margin-bottom: 2em;
}
body.events.space-old ul.event-spaces li table tr td {
  text-align: center;
  min-width: 80px;
  font-size: 13px;
  background-position: center top;
  background-repeat: no-repeat;
}
body.events.space-old ul.event-spaces li table tr td.size {
  background-image: url(images/icon-event-size.png);
}
body.events.space-old ul.event-spaces li table tr td.classroom {
  background-image: url(images/icon-event-classroom.png);
}
body.events.space-old ul.event-spaces li table tr td.exhibit {
  background-image: url(images/icon-event-exhibit.png);
}
body.events.space-old ul.event-spaces li table tr td.hollow {
  background-image: url(images/icon-event-hollow_square.png);
}
body.events.space-old ul.event-spaces li table tr td.theater {
  background-image: url(images/icon-event-theater.png);
}
body.events.space-old ul.event-spaces li table tr td.reception {
  background-image: url(images/icon-event-reception.png);
}
body.events.space-old ul.event-spaces li table tr td.banquet {
  background-image: url(images/icon-event-banquet.png);
}
body.events.space-old ul.event-spaces li table tr td.u-shape {
  background-image: url(images/icon-event-u_shape.png);
}
body.events.space-old ul.event-spaces li table tr:first-child td {
  padding: 50px 0 5px;
}
body.events.space-old ul.event-spaces li table tr:nth-child(2) td {
  color: #ebebeb;
}
body.events.space-old ul.event-spaces li:nth-child(even) {
  background-color: #ebebeb;
}

/* EVENTS SPACES TABLE
*********************************************************** */
body.events.space table.event-spaces {
  margin-bottom: 2em;
  width: 100%;
}
body.events.space table.event-spaces thead tr {
  background-color: #ebebeb;
}
body.events.space table.event-spaces thead tr th {
  text-align: center;
  min-width: 100px;
  font-size: 13px;
  background-position: center 30px;
  background-repeat: no-repeat;
  height: 140px;
  vertical-align: bottom;
  padding: 30px 0 40px;
}
body.events.space table.event-spaces thead tr th.size {
  background-image: url(images/icon-event-size.png);
}
body.events.space table.event-spaces thead tr th.classroom {
  background-image: url(images/icon-event-classroom.png);
}
body.events.space table.event-spaces thead tr th.exhibit {
  background-image: url(images/icon-event-exhibit.png);
}
body.events.space table.event-spaces thead tr th.hollow {
  background-image: url(images/icon-event-hollow_square.png);
}
body.events.space table.event-spaces thead tr th.theater {
  background-image: url(images/icon-event-theater.png);
}
body.events.space table.event-spaces thead tr th.reception {
  background-image: url(images/icon-event-reception.png);
}
body.events.space table.event-spaces thead tr th.banquet {
  background-image: url(images/icon-event-banquet.png);
}
body.events.space table.event-spaces thead tr th.u-shape {
  background-image: url(images/icon-event-u_shape.png);
}
body.events.space table.event-spaces thead tr th.boardroom {
  background-image: url(images/icon-event-boardroom.png);
}
body.events.space table.event-spaces tbody tr {
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s ease-in-out;
}
body.events.space table.event-spaces tbody tr td {
  text-align: center;
  font-size: 15px;
  height: 60px;
}
body.events.space table.event-spaces tbody tr td h6 {
  margin-bottom: 0;
  font-size: 15px;
}
body.events.space table.event-spaces tbody tr td i {
  color: #bdbdbd;
}
body.events.space table.event-spaces tbody tr td:nth-child(-n+9) {
  display: none;
}
body.events.space table.event-spaces tbody tr td:first-child {
  display: table-cell !important;
  text-align: left;
  padding-left: 10px;
}
body.events.space table.event-spaces tbody tr.subheader {
  border-bottom: none;
}
body.events.space table.event-spaces tbody tr.subheader td {
  font-family: "Amiri", serif;
  text-transform: capitalize;
  font-style: italic;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  vertical-align: bottom;
  padding-left: 10px;
}
body.events.space table.event-spaces tbody tr:hover {
  background-color: #F3F1F1;
  cursor: pointer;
}
body.events.space .event-modal {
  width: 700px;
}
body.events.space .event-modal h3 {
  text-transform: uppercase;
  font-size: 1.4em;
}
body.events.space .event-modal h5 {
  font-family: "Lato", "sans-serif";
  letter-spacing: 1px;
  font-size: 1.1em;
}
body.events.space .event-modal .act-image {
  width: 320px;
}
body.events.space .event-modal .act-image img {
  width: 280px;
  height: auto;
  margin: 20px;
}
body.events.space .gallery {
  padding: 4em 0;
}
body.events.space .gallery ul.slides li {
  display: inline-block;
  width: 19%;
}
body.events.space .gallery ul.slides li img {
  width: 100%;
  height: auto;
  padding: 2%;
}

/* EVENTS WEDDINGS
*********************************************************** */
body.events.weddings .featured .img {
  background: url(images/events-weddings-inset.jpg) right center no-repeat;
}
body.events.weddings .featured .text ul {
  margin-bottom: 4em;
}
body.events.weddings .featured .text ul li {
  list-style-position: inside;
  letter-spacing: 0px;
}
body.events.weddings .testimonials {
  padding: 6em 0;
}
body.events.weddings .gallery {
  padding: 3em 0;
  background-color: #ebebeb;
}
body.events.weddings .gallery img {
  max-width: 100%;
  height: auto;
}
body.events.weddings .gallery .no-pad-left {
  padding-left: 0;
}
body.events.weddings .gallery .no-pad-left img {
  width: 100%;
}
body.events.weddings .gallery .col-md-6, body.events.weddings .gallery .col-md-12 {
  padding-right: 0;
}
body.events.weddings .gallery .col-md-12 {
  margin-top: 15px;
}

/* CONFERENCES
*********************************************************** */
body.conferences .awards {
  padding: 4em 0;
}
body.conferences .awards h3 {
  padding: 2em 0;
  border-right: 1px solid #CCC;
  margin: 0;
}
body.conferences .awards img {
  margin: 1em 0;
}

/* MEDIA QUERIES
*********************************************************** */
/* Ipad */
/*Ipad Portrait only */
@media only screen and (max-width: 1020px) {
  header .btn.reserve {
    padding: 10px 25px;
    margin-left: 10px;
  }
  header #primary-nav li a {
    letter-spacing: 0px;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: normal;
  }
  header header #secondary-nav ul li a {
    padding-bottom: 6px;
  }

  .quads-bar ul li.quad {
    width: 32%;
    padding: 3em 0.5em 1em;
  }
  .quads-bar ul li.quad h4 {
    font-size: 1.2em;
  }

  .sub-menu ul li {
    margin: 14px 4px;
    padding-right: 8px;
  }

  #home .events .grid {
    padding-top: 4em;
  }
  #home .events .grid img {
    width: 47%;
    height: auto;
    float: left;
  }
  #home .map .row-height {
    display: block;
  }
  #home .map .row-height .copy {
    display: block;
    height: auto;
    padding: 3em 0;
  }
  #home .map .row-height .img {
    display: block;
    height: 520px;
  }
  #home .gallery {
    padding: 0 0 3em;
  }

  #accomodations ul.accommodations li.room .accommodation-img .sym-slide {
    height: 500px;
  }

  body.spa header .logo {
    display: none;
  }
  body.spa header #third-nav ul {
    text-align: center;
  }
  body.spa header #third-nav ul li {
    margin: 0 5px;
  }
  body.spa header #third-nav ul li:last-child {
    display: none;
  }
  body.spa .arrow-home {
    bottom: 100px;
  }
  body.spa .intro-content .description {
    margin-bottom: 4em;
  }
  body.spa .intro-content .description,
  body.spa .intro-content .mini-gallery {
    margin-top: 0;
  }
  body.spa .intro-content .copy {
    margin-top: -4em !important;
  }
  body.spa .membership .img {
    background-position-x: center !important;
  }
  body.spa .explore ul li {
    width: 31% !important;
  }
  body.spa .explore ul li:last-child {
    display: none;
  }
  body.spa .visit {
    text-align: center;
  }

  body.events ul.event-type li {
    padding: 0 2%;
  }
  body.events ul.event-type li h3 {
    font-size: 24px;
  }
  body.events ul.event-type li img {
    max-width: 100%;
  }
  body.events .events-overview .gallery .col-md-6,
  body.events .events-overview .gallery .col-md-12, body.events.weddings .gallery .col-md-6, body.events.weddings .gallery .col-md-12 {
    padding: 10px 15px;
  }
  body.events.space table.event-spaces thead tr th {
    min-width: 72px;
    font-size: 11px;
    background-size: auto 25%;
  }
}