@charset "UTF-8";
/*   
Theme Name: Tantalo
Author: TVI Designs
Author URI: http://tvidesigns.com
Version: 1
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------ Structure ------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.image {
  position: relative;
  overflow: hidden;
  display: block; }
  .image img {
    position: absolute;
    display: block; }

/* ------------ Variables ------------ */
@font-face {
  font-family: 'socicon';
  src: url("_fonts/socicon.eot");
  src: url("_fonts/socicon.eot?#iefix") format("embedded-opentype"), url("_fonts/socicon.woff") format("woff"), url("_fonts/socicon.ttf") format("truetype"), url("_fonts/socicon.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: initial; }
/* ------------ Animate ------------ */
.left {
  float: left; }

.right {
  float: right; }

.columns {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .columns .column {
    display: table-cell;
    vertical-align: top; }

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #767676;
  padding-top: 120px; }

.button {
  height: 70px;
  border: 3px solid #EE7F0B;
  display: inline-block;
  padding: 0 25px;
  color: #696969;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5em;
  padding-top: 11px;
  font-weight: 600;
  font-size: .85em; }
  .button span {
    display: block;
    font-size: 1.6em; }

header {
  height: 120px;
  width: 100%;
  background: #fff;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  header #logo {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 175px;
    margin-left: -87px; }
    header #logo img {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
  header .quad.right {
    margin-top: 25px; }
    header .quad.right #socialMedia {
      margin: 20px 30px 0 0; }
    header .quad.right #navicon {
      width: 70px;
      height: 70px;
      border: 3px solid #EE7F0B;
      float: left;
      padding: 22px 16px;
      cursor: pointer; }
      header .quad.right #navicon:before {
        content: '';
        height: 11px;
        display: block;
        border: 3px solid #000;
        border-right: 0;
        border-left: 0;
        margin-bottom: 5px; }
      header .quad.right #navicon:after {
        content: '';
        height: 3px;
        display: block;
        background: #000; }
  header .quad.left {
    margin-top: 25px; }
    header .quad.left .button {
      float: left;
      display: block; }
      header .quad.left .button:before {
        background: #EE7F0B; }
    header .quad.left #translate {
      float: left;
      display: block;
      font-size: .9em;
      margin: 25px 0 0 15px;
      font-weight: 600; }
      header .quad.left #translate a {
        display: inline-block;
        text-transform: uppercase;
        vertical-align: top;
        padding: 0 3px;
        cursor: pointer; }
  header nav {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    padding: 30px;
    display: none; }
    header nav #close {
      width: 70px;
      height: 70px;
      cursor: pointer;
      display: block;
      position: absolute;
      top: 25px;
      right: 20px;
      background: #333; }
      header nav #close:before, header nav #close:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 3px;
        background: #fff;
        display: block;
        top: 33px;
        left: 20px; }
      header nav #close:before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      header nav #close:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    header nav #navLogo {
      margin: 0 auto 30px auto;
      width: 150px;
      display: block; }
      header nav #navLogo img {
        display: block;
        width: 100%;
        height: auto; }
    header nav #address {
      position: absolute;
      top: 20px;
      left: 20px;
      color: #fff;
      font-size: 1em; }
      header nav #address span {
        color: #EE7F0B;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px; }
      header nav #address p {
        line-height: 1.3em; }
    header nav > ul {
      width: 100%;
      max-width: 620px;
      margin: 0 auto;
      list-style: none; }
      header nav > ul > li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #444; }
        header nav > ul > li > a {
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 2em;
          display: block;
          padding: 10px; }
        header nav > ul > li ul {
          padding-bottom: 12px;
          list-style: none;
          display: none; }
          header nav > ul > li ul li a {
            color: #EE7F0B;
            text-decoration: none;
            display: block;
            padding: 2px; }
  header.small {
    height: 60px; }
    header.small #logo {
      height: 30px;
      overflow: hidden; }
      header.small #logo img {
        top: -61px; }
    header.small .quad.left {
      margin-top: 7px; }
      header.small .quad.left .button {
        float: left;
        display: block;
        font-size: 14px !important;
        height: 46px;
        padding: 0 15px;
        line-height: 41px; }
        header.small .quad.left .button span {
          display: inline-block;
          font-size: 14px !important;
          margin-left: 4px; }
      header.small .quad.left #translate {
        margin-top: 15px; }
    header.small .quad.right {
      margin-top: 6px; }
      header.small .quad.right #socialMedia {
        margin: 8px 15px 0 0; }
      header.small .quad.right #navicon {
        width: 48px;
        height: 48px;
        padding: 12px 5px; }

#socialMedia {
  list-style: none;
  float: left; }
  #socialMedia li {
    display: inline-block; }
    #socialMedia li a {
      display: block;
      height: 32px;
      width: 32px;
      background: #000;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      font-family: "socicon" !important;
      color: #fff;
      text-decoration: none;
      text-align: center;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #socialMedia li a:before {
        background: #EE7F0B; }
      #socialMedia li a:hover {
        background: #EE7F0B; }

h1 {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 25px; }

h2 {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: 15px; }
  h2.singleTitle {
    text-align: center;
    color: #000;
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 20px; }

h3 {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 1.9em;
  margin-bottom: 10px; }

a {
  color: #EE7F0B; }

section {
  width: 100%;
  position: relative; }

.mediumWidth {
  max-width: 1300px;
  width: 95% !important;
  margin: 0 auto; }

.shortWidth {
  max-width: 880px;
  width: 95% !important;
  margin: 0 auto; }

#headerImage {
  height: 340px;
  background: #ccc;
  position: relative; }
  #headerImage:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    z-index: 250;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: -o-linear-gradient(top, transparent 0%, black 100%);
    background: -ms-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: .8; }
  #headerImage.tall {
    height: 650px; }
  #headerImage #headerImageCaption {
    position: absolute;
    z-index: 299;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff; }
    #headerImage #headerImageCaption h2 {
      text-transform: uppercase;
      font-size: 2.9em;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff; }
    #headerImage #headerImageCaption h3 {
      text-transform: uppercase;
      font-size: 1.3em;
      line-height: 1;
      font-weight: 600;
      color: #EE7F0B;
      margin-bottom: 3px;
      letter-spacing: 1px; }
    #headerImage #headerImageCaption h4 {
      text-transform: uppercase;
      font-size: 1.6em;
      line-height: 1.4;
      font-weight: 600;
      color: #fff;
      letter-spacing: 1px;
      padding: 0 100px 80px 100px; }
  #headerImage .progressArrow {
    height: 60px;
    width: 60px;
    background: rgba(78, 78, 79, 0);
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -35px;
    z-index: 300;
    cursor: pointer; }
    #headerImage .progressArrow:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #fff;
      position: absolute;
      top: 25px;
      left: 20px;
      opacity: .5; }
  #headerImage .arrow {
    height: 60px;
    width: 60px;
    background: transparent;
    position: absolute;
    bottom: 50px;
    z-index: 350;
    cursor: pointer; }
    #headerImage .arrow:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      top: 15px;
      opacity: .5; }
    #headerImage .arrow.prev {
      left: 50px; }
      #headerImage .arrow.prev:before {
        border-right: 15px solid #fff;
        left: 22px; }
    #headerImage .arrow.next {
      right: 50px; }
      #headerImage .arrow.next:before {
        border-left: 15px solid #fff;
        left: 25px; }
  #headerImage ul {
    list-style: none;
    width: 100% !important;
    height: 100% !important;
    position: relative; }
    #headerImage ul li {
      width: 100% !important;
      height: 100% !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }

#quickLinks {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff; }
  #quickLinks .column {
    height: 410px;
    background: #EE7F0B;
    border: 4px solid #fff; }
    #quickLinks .column .inner {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      #quickLinks .column .inner:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 70%;
        z-index: 1;
        background: -moz-linear-gradient(top, transparent 0%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
        background: -webkit-linear-gradient(top, transparent 0%, black 100%);
        background: -o-linear-gradient(top, transparent 0%, black 100%);
        background: -ms-linear-gradient(top, transparent 0%, black 100%);
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        opacity: .8; }
      #quickLinks .column .inner .title {
        position: absolute;
        bottom: 55px;
        left: 0px;
        width: 100%;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 2.5em;
        font-weight: 600;
        line-height: 1;
        z-index: 2;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #quickLinks .column .inner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: table;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #quickLinks .column .inner .overlay .overlayInner {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          padding: 50px; }
          #quickLinks .column .inner .overlay .overlayInner a {
            display: block;
            color: #fff;
            border: 3px solid #EE7F0B;
            margin: 20px 0;
            line-height: 1;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            background: rgba(0, 0, 0, 0.3);
            padding: 15px; }
      #quickLinks .column .inner:hover .title {
        bottom: -100px; }
      #quickLinks .column .inner:hover .overlay {
        opacity: 1; }

#bookEvents {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff; }
  #bookEvents #booking {
    margin-bottom: 30px; }
  #bookEvents.alt {
    padding: 4px; }
    #bookEvents.alt > .column {
      border: 1px solid #F2F2F2; }
      #bookEvents.alt > .column.gutter {
        border: 0px;
        width: 8px;
        padding: 0px; }
      #bookEvents.alt > .column.upcomingEvents {
        border-color: #1A1A1A; }
  #bookEvents.contact {
    padding: 30px 0; }
    #bookEvents.contact > .column {
      padding: 30px; }
  #bookEvents > .column {
    border: 4px solid #fff;
    padding: 55px; }
    #bookEvents > .column h3 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 2.5em;
      margin-bottom: 25px; }
    #bookEvents > .column a.bookButton {
      background: #EE7F0B;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1;
      font-size: .9em;
      font-weight: 600;
      padding: 15px; }
    #bookEvents > .column.bookYourStay {
      background: orange url("_img/tiger.jpg") no-repeat center center;
      background-size: cover;
      vertical-align: middle; }
      #bookEvents > .column.bookYourStay p {
        color: #fff;
        font-style: italic;
        font-size: .95em;
        line-height: 1.5em; }
    #bookEvents > .column.upcomingEvents {
      background: #1A1A1A url("_img/upcoming_events.jpg") no-repeat top center;
      background-size: cover; }
      #bookEvents > .column.upcomingEvents #upcomingEventsTicker {
        position: relative; }
        #bookEvents > .column.upcomingEvents #upcomingEventsTicker ul {
          list-style: none;
          margin-bottom: 40px;
          width: 100% !important; }
          #bookEvents > .column.upcomingEvents #upcomingEventsTicker ul li {
            width: 100% !important; }
            #bookEvents > .column.upcomingEvents #upcomingEventsTicker ul li .date {
              color: #EE7F0B;
              font-weight: 600;
              font-size: 1.1em;
              margin-bottom: 1px; }
            #bookEvents > .column.upcomingEvents #upcomingEventsTicker ul li h6 {
              color: #fff;
              font-weight: 500;
              font-size: 1.4em;
              margin-bottom: 15px; }
            #bookEvents > .column.upcomingEvents #upcomingEventsTicker ul li p {
              color: #fff;
              padding-right: 100px;
              font-style: italic; }
        #bookEvents > .column.upcomingEvents #upcomingEventsTicker #pager {
          position: absolute;
          bottom: 0px;
          right: 0px; }
          #bookEvents > .column.upcomingEvents #upcomingEventsTicker #pager span {
            display: inline-block;
            width: 15px;
            height: 15px;
            background: rgba(255, 255, 255, 0.5);
            margin-left: 5px;
            overflow: hidden;
            text-indent: -200px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            cursor: pointer; }
            #bookEvents > .column.upcomingEvents #upcomingEventsTicker #pager span.cycle-pager-active {
              background: rgba(255, 255, 255, 0.8); }
    #bookEvents > .column.nightlifeBlock {
      background: #EE7F0B url("_img/nightlife-box.jpg") no-repeat center center;
      background-size: cover; }
      #bookEvents > .column.nightlifeBlock h3 {
        color: #fff; }
      #bookEvents > .column.nightlifeBlock p {
        font-size: 1.2em;
        margin-bottom: 60px;
        line-height: 1.6em;
        font-style: italic;
        color: #fff; }
      #bookEvents > .column.nightlifeBlock a.bookButton {
        background: #1A1A1A; }
    #bookEvents > .column.contactInfo h3 {
      color: #1A1A1A;
      font-size: 1.9em;
      text-transform: none;
      margin-bottom: 20px; }
    #bookEvents > .column.contactInfo h4 {
      color: #EE7F0B;
      font-weight: 700;
      font-size: 1.1em;
      margin-bottom: 15px; }
    #bookEvents > .column.contactInfo p {
      color: #252525;
      line-height: 1.9em;
      font-size: 1.1em; }
    #bookEvents > .column.map {
      background: #f1f1f1;
      padding: 0px; }
      #bookEvents > .column.map #mapCanvas {
        display: block;
        width: 100%;
        height: 100%; }

#instagramBlocks {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff; }
  #instagramBlocks .column {
    border: 4px solid #fff;
    height: 210px;
    background: #ccc; }
    #instagramBlocks .column .inner {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      #instagramBlocks .column .inner .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #instagramBlocks .column .inner .overlay .icon {
          font-family: "socicon" !important;
          color: #fff;
          position: absolute;
          top: 20px;
          left: 20px;
          font-size: 35px;
          font-weight: normal; }
        #instagramBlocks .column .inner .overlay .links {
          position: absolute;
          bottom: 20px;
          left: 20px;
          font-size: 1em;
          color: #fff; }
          #instagramBlocks .column .inner .overlay .links a {
            color: #fff;
            text-decoration: none;
            display: block; }
        #instagramBlocks .column .inner .overlay:hover {
          opacity: 1; }
    #instagramBlocks .column:first-of-type .inner .overlay {
      opacity: 1 !important; }

#awardStripe {
  background: #000;
  text-align: center;
  padding: 30px;
  position: relative; }
  #awardStripe .award {
    height: 100px;
    width: 100px;
    background-color: #1e1e1e;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #2E2E2E;
    display: inline-block;
    margin: 0 6px -4px 6px;
    text-align: center; }
  #awardStripe .viewAll {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: 20px;
    color: #474747;
    border: 3px solid #474747;
    height: 56px;
    display: block;
    padding: 9px 10px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700;
    line-height: 1.4em; }

#reservationStripe {
  padding: 35px 20px;
  width: 100%;
  background: orange url("_img/tiger.jpg") no-repeat center center;
  background-size: cover; }
  #reservationStripe #booking {
    max-width: 630px;
    margin: 0 auto; }

#booking {
  width: 100%;
  border: 0px; }
  #booking table {
    width: 100%; }
    #booking table tr {
      width: 100%; }
      #booking table tr td.gutter {
        width: 8px; }
      #booking table tr td.submitCell {
        width: 90px; }
      #booking table tr td input[type="text"] {
        width: 100%;
        height: 50px;
        border: 0px;
        padding-left: 10px;
        color: #1A1A1A;
        font-size: .85em;
        line-height: 50px;
        background: rgba(255, 255, 255, 0.9); }
      #booking table tr td #submitWrapper {
        width: 170px;
        padding-right: 15px;
        position: relative; }
        #booking table tr td #submitWrapper input[type="submit"] {
          width: 100%;
          height: 50px;
          color: #fff;
          border: 0px;
          background: #1A1A1A;
          text-transform: uppercase;
          font-size: .85em;
          line-height: 50px;
          padding: 0 10px 0 15px; }
        #booking table tr td #submitWrapper:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 0;
          height: 0;
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent;
          border-left: 15px solid #1A1A1A; }

#paragraph {
  color: #767676;
  padding: 50px 0px; }
  #paragraph h2 {
    color: #000;
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 20px; }
  #paragraph p {
    margin-bottom: 30px;
    line-height: 1.7em;
    font-size: 1.1em; }
    #paragraph p:last-of-type {
      margin-bottom: 0px; }
  #paragraph ul {
    list-style: none; }
    #paragraph ul li {
      padding-left: 15px;
      position: relative;
      line-height: 1.6em; }
      #paragraph ul li:before {
        content: '•';
        position: absolute;
        top: 2px;
        left: 0px;
        color: #EE7F0B;
        font-size: 1.3em;
        line-height: 1em; }

#detailBlocks {
  max-width: 75%;
  margin: 10px auto 50px auto; }
  #detailBlocks .column {
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center; }
    #detailBlocks .column h3 {
      color: #EE7F0B;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 8px; }
    #detailBlocks .column p {
      font-weight: 600;
      line-height: 1.7em; }
    #detailBlocks .column.gutter {
      width: 10px;
      border: 0px;
      padding: 0px; }
    #detailBlocks .column:last-of-type.gutter {
      display: none; }

#previewBlock .column.text h5 {
  color: #EE7F0B;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 10px; }
#previewBlock .column.text h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 600;
  margin-bottom: 15px; }
#previewBlock .column.text p {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 30px; }
#previewBlock .column.text a.roomButton {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  padding: 15px 50px;
  font-weight: 600; }
#previewBlock .column.roomImage {
  background-color: #1A1A1A;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 58%;
  position: relative; }
#previewBlock.contentLeft .column.text {
  padding: 50px 50px 50px 0; }
#previewBlock.contentLeft .column.roomImage:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  float: left;
  margin-top: 35px; }
#previewBlock.contentRight .column.text {
  padding: 50px 0 50px 50px; }
#previewBlock.contentRight .column.roomImage:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #fff;
  float: right;
  margin-top: 35px; }
#previewBlock.room {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
#previewBlock.default {
  padding: 10px 0; }
  #previewBlock.default .column.roomImage {
    width: 40%; }

#singleImage {
  width: 100%;
  margin: 0 auto;
  height: 400px; }
  #singleImage .image {
    height: 400px;
    background: purple; }
  #singleImage.room {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }

#bookBlock {
  padding: 60px 0; }
  #bookBlock .column {
    font-size: 1.1em; }
    #bookBlock .column h3 {
      color: #000;
      text-transform: uppercase;
      font-size: 1.7em;
      font-weight: 600;
      margin-bottom: 15px; }
    #bookBlock .column h6 {
      color: #EE7F0B;
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 10px; }
    #bookBlock .column .bookButton {
      display: block;
      background: #000;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .9em;
      padding: 15px 50px;
      font-weight: 600;
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #bookBlock .column .bookButton:before {
        background: #EE7F0B; }
    #bookBlock .column p {
      line-height: 1.6em;
      margin-bottom: 30px; }
    #bookBlock .column ul {
      list-style: none; }
      #bookBlock .column ul li {
        padding-left: 15px;
        position: relative;
        line-height: 1.6em; }
        #bookBlock .column ul li:before {
          content: '•';
          position: absolute;
          top: 2px;
          left: 0px;
          color: #EE7F0B;
          font-size: 1.3em;
          line-height: 1em; }
    #bookBlock .column.gutter {
      width: 5%; }

#introText {
  padding: 80px 0; }
  #introText p {
    line-height: 1.7em; }
  #introText .buttonCol {
    width: 45%;
    padding-left: 150px; }
    #introText .buttonCol .button {
      display: block;
      width: 100%;
      height: auto;
      line-height: 1;
      padding: 20px;
      font-weight: 700;
      color: #5F5F5F; }

#menuNav {
  display: table;
  border: 3px solid #EE7F0B;
  table-layout: fixed;
  list-style: none; }
  #menuNav li {
    display: table-cell; }
    #menuNav li a {
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 35px 0;
      color: #606060;
      font-weight: 600;
      font-size: 1.1em;
      line-height: 1;
      position: relative; }
      #menuNav li a span {
        display: block;
        text-transform: uppercase;
        font-size: 1.5em;
        margin-bottom: 8px; }
    #menuNav li.active a {
      background: #EE7F0B;
      color: #fff; }
      #menuNav li.active a:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -33px;
        left: 50%;
        margin-left: -27px;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
        border-top: 30px solid #EE7F0B; }

#menu {
  padding-top: 70px; }
  #menu .column.leftCol {
    padding-right: 70px; }
    #menu .column.leftCol h3 {
      color: #EE7F0B;
      text-transform: uppercase;
      font-size: 1.7em;
      font-weight: 700;
      margin-bottom: 20px; }
    #menu .column.leftCol h4 {
      color: #252525;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 10px; }
    #menu .column.leftCol ul {
      list-style: none;
      margin-bottom: 35px; }
      #menu .column.leftCol ul li {
        margin-bottom: 25px; }
        #menu .column.leftCol ul li h5 {
          color: #252525;
          font-size: 1.3em;
          font-weight: 700;
          margin-bottom: 3px; }
          #menu .column.leftCol ul li h5 span {
            color: #EE7F0B; }
        #menu .column.leftCol ul li p {
          font-style: italic;
          line-height: 1.6em; }
  #menu .column.rightCol {
    width: 430px; }
    #menu .column.rightCol .image {
      width: 430px;
      height: 430px;
      background: #ccc;
      margin-bottom: 30px; }
      #menu .column.rightCol .image span {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 15px;
        display: block;
        font-weight: 600;
        z-index: 10; }

#postBlocks {
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }
  #postBlocks .column.leftCol {
    background: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 38%; }
    #postBlocks .column.leftCol .arrow {
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-right: 25px solid #fff;
      float: right;
      margin-top: 35px; }
  #postBlocks .column.rightCol {
    padding: 50px 0px 50px 50px; }
    #postBlocks .column.rightCol .publication {
      color: #252525;
      font-weight: normal;
      font-size: 1.5em;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 5px; }
    #postBlocks .column.rightCol .date {
      color: #EE7F0B;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px; }
      #postBlocks .column.rightCol .date span {
        color: #ccc;
        display: inline-block;
        padding: 0 3px; }
    #postBlocks .column.rightCol h3 {
      color: #252525;
      font-weight: normal;
      font-size: 2em;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 15px; }
    #postBlocks .column.rightCol p {
      font-style: italic;
      line-height: 1.6em;
      margin-bottom: 20px; }
    #postBlocks .column.rightCol a.optButton {
      background: #252525;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .8em;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1px;
      display: inline-block;
      padding: 20px; }

#postButtonWrapper {
  text-align: center;
  padding: 50px 0; }
  #postButtonWrapper .button {
    padding: 11px 50px 0 50px; }

button.alm-load-more-btn {
  height: 70px;
  border: 3px solid #EE7F0B;
  display: inline-block;
  padding: 0 50px;
  color: #696969;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 600;
  font-size: 1.6em;
  background: #fff;
  width: auto;
  position: relative;
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }
  button.alm-load-more-btn:before {
    content: 'Load More';
    display: block;
    font-size: .5em;
    margin: 0 0 2px 0;
    white-space: nowrap;
    line-height: 1; }
  button.alm-load-more-btn:hover {
    text-decoration: none; }
  button.alm-load-more-btn:active {
    /*-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;*/ }
  button.alm-load-more-btn.done {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  button.alm-load-more-btn:after, button.alm-load-more-btn.done:after {
    background: none;
    width: 0; }
  button.alm-load-more-btn.loading:after {
    background: #fff url("_img/loader.gif") no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 6px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    top: 12px;
    left: 4px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }

.alm-btn-wrap {
  text-align: center;
  padding: 30px;
  overflow: hidden;
  display: block; }

#gallery {
  padding: 5px 0; }
  #gallery .galleryBlock {
    width: 33.333%;
    height: 430px;
    float: left;
    border: 7px solid #fff;
    padding: 40px;
    position: relative; }
    #gallery .galleryBlock .overlay {
      display: block;
      position: relative;
      z-index: 2;
      height: 100%;
      width: 100%;
      pointer-events: none; }
      #gallery .galleryBlock .overlay span {
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: 3px solid #EE7F0B;
        text-align: center;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 600; }
    #gallery .galleryBlock .image {
      display: none;
      width: 100%;
      height: 100%;
      background: #ccc;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #gallery .galleryBlock .image:first-of-type {
        display: block; }

#title {
  text-align: center;
  padding: 40px 0; }
  #title h2 {
    color: #252525;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase; }
  #title.dark {
    background: #1A1A1A;
    padding: 30px 0 20px 0; }
    #title.dark h2 {
      color: #fff; }

#testimonial {
  padding: 60px;
  border: 1px solid #ECECEC;
  margin-bottom: 30px; }
  #testimonial .date {
    color: #EE7F0B;
    font-weight: 600;
    margin-bottom: 25px; }
    #testimonial .date span {
      display: inline-block;
      padding: 0 5px; }
  #testimonial h3 {
    color: #252525;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 25px; }
  #testimonial .testimonialExpand {
    max-height: 270px; }
  #testimonial p {
    margin-bottom: 20px;
    line-height: 1.6em; }
  #testimonial .readMore {
    background: #252525;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    font-size: .9em;
    padding: 20px 30px;
    margin-top: 20px;
    width: auto; }

#awardTicker {
  background: #1A1A1A;
  position: relative;
  padding: 30px 0; }
  #awardTicker .tickerBttn {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: #ccc;
    cursor: pointer;
    z-index: 100; }
    #awardTicker .tickerBttn:after {
      content: '';
      position: absolute;
      top: 12px;
      display: block;
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent; }
    #awardTicker .tickerBttn.prev {
      left: 20px; }
      #awardTicker .tickerBttn.prev:after {
        border-right: 13px solid #fff;
        left: 15px; }
    #awardTicker .tickerBttn.next {
      right: 20px; }
      #awardTicker .tickerBttn.next:after {
        border-left: 13px solid #fff;
        left: 20px; }
  #awardTicker ul {
    width: 100%;
    list-style: none; }
    #awardTicker ul li {
      height: 210px;
      width: 115px;
      float: left;
      display: block;
      margin: 0 40px;
      text-align: center; }
      #awardTicker ul li .icon {
        height: 115px;
        width: 115px;
        background-color: #1E1E1E;
        background-size: auto 90%;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        border: 1px solid #2D2D2D;
        margin-bottom: 10px; }
      #awardTicker ul li .year {
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px; }
      #awardTicker ul li .publication {
        font-size: .8em;
        font-style: italic;
        color: #ccc; }

#form h2 {
  color: #000;
  font-size: 1.9em;
  font-weight: 600;
  margin: 30px 0; }
#form h3 {
  color: #EE7F0B;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1; }

#notFound {
  background: #EE7F0B;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3em;
  padding: 300px 0; }

#footerImage {
  position: relative;
  overflow: hidden; }
  #footerImage:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  #footerImage .inner {
    text-align: center;
    padding: 200px;
    color: #fff;
    position: relative;
    z-index: 10; }
    #footerImage .inner h3 {
      font-size: 2.5em;
      margin-bottom: 20px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff; }
    #footerImage .inner p {
      font-size: 1.5em;
      margin-bottom: 30px;
      line-height: 1.6em; }
    #footerImage .inner .button {
      background: #EE7F0B;
      border: 0px;
      color: #fff;
      font-size: 1.2em;
      height: auto;
      padding: 15px 35px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1; }
      #footerImage .inner .button span {
        margin-top: 2px; }

#mainMailingList {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 0 30px 0; }
  #mainMailingList form ul {
    list-style: none; }
    #mainMailingList form ul li {
      margin-bottom: 10px; }
      #mainMailingList form ul li label {
        text-transform: uppercase;
        font-size: .8em;
        display: block;
        margin-bottom: 5px; }
      #mainMailingList form ul li input[type="text"], #mainMailingList form ul li input[type="email"] {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        display: block;
        border: 1px solid #E9E9E9;
        background: #F9F9F9;
        color: #000;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0; }
        #mainMailingList form ul li input[type="text"]::-webkit-input-placeholder, #mainMailingList form ul li input[type="email"]::-webkit-input-placeholder {
          color: grey; }
        #mainMailingList form ul li input[type="text"]:-moz-placeholder, #mainMailingList form ul li input[type="email"]:-moz-placeholder {
          color: grey; }
        #mainMailingList form ul li input[type="text"]::-moz-placeholder, #mainMailingList form ul li input[type="email"]::-moz-placeholder {
          color: grey; }
        #mainMailingList form ul li input[type="text"]:-ms-input-placeholder, #mainMailingList form ul li input[type="email"]:-ms-input-placeholder {
          color: grey; }
      #mainMailingList form ul li input[type="submit"] {
        background: #EE7F0B;
        border: 0;
        display: block;
        height: 50px;
        width: 100%;
        line-height: 52px;
        padding: 0px 15px;
        color: #fff;
        text-align: left;
        font-size: .9em;
        text-transform: uppercase;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center; }

footer {
  width: 100%;
  background: #1A1A1A; }
  footer .columns {
    padding: 90px 50px; }
    footer .columns .column h5 {
      color: #EE7F0B;
      margin-bottom: 20px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.5em;
      line-height: 1; }
    footer .columns .column p {
      color: #9E9E9E;
      line-height: 1.6em;
      font-size: .95em; }
    footer .columns .column a {
      color: #ECECEC;
      text-decoration: none; }
    footer .columns .column .quicklinks {
      list-style: none; }
      footer .columns .column .quicklinks li {
        display: inline-block;
        width: 48%;
        white-space: nowrap;
        font-size: .95em;
        line-height: 1.6em; }
    footer .columns .column#mailingList {
      width: 50%;
      padding-left: 2%; }
      footer .columns .column#mailingList p {
        margin-bottom: 20px; }
      footer .columns .column#mailingList form {
        height: 50px;
        width: 100%;
        position: relative;
        padding-right: 140px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        footer .columns .column#mailingList form input[type="text"], footer .columns .column#mailingList form input[type="email"] {
          height: 50px;
          width: 100%;
          border: 1px solid #363636;
          background: #000;
          float: left;
          padding-left: 15px;
          font-size: .9em;
          color: #fff;
          line-height: 50px; }
        footer .columns .column#mailingList form.success {
          padding-right: 195px; }
          footer .columns .column#mailingList form.success .successCheck {
            opacity: 1; }
        footer .columns .column#mailingList form.fail {
          padding-right: 195px; }
          footer .columns .column#mailingList form.fail .successCheck {
            opacity: 0; }
          footer .columns .column#mailingList form.fail .failCheck {
            opacity: 1; }
        footer .columns .column#mailingList form .successCheck, footer .columns .column#mailingList form .failCheck {
          position: absolute;
          height: 50px;
          width: 50px;
          top: 0px;
          right: 140px;
          background: #14871c;
          color: #fff;
          text-align: center;
          line-height: 50px;
          font-size: 1.6em;
          opacity: 0;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        footer .columns .column#mailingList form .failCheck {
          background: red; }
        footer .columns .column#mailingList form .submitWrapper {
          position: absolute;
          top: 0;
          right: 15px; }
          footer .columns .column#mailingList form .submitWrapper:after {
            content: '';
            position: absolute;
            top: 0;
            right: -15px;
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 15px solid #EE7F0B; }
          footer .columns .column#mailingList form .submitWrapper input[type="submit"] {
            height: 50px;
            width: 120px;
            background: #EE7F0B;
            border: 0px;
            color: #fff;
            line-height: 50px;
            text-transform: uppercase;
            font-size: .8em;
            font-weight: 600;
            text-align: center; }
  footer #credit {
    background: #252525;
    padding: 20px 50px; }
    footer #credit .copyright {
      display: block;
      color: #fff;
      font-size: .8em;
      letter-spacing: 1px;
      margin-top: 7px; }
      footer #credit .copyright a {
        color: #EE7F0B;
        text-decoration: none; }

* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------ Structure ------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.image {
  position: relative;
  overflow: hidden;
  display: block; }
  .image img {
    position: absolute;
    display: block; }

/* ------------ Variables ------------ */
@font-face {
  font-family: 'socicon';
  src: url("_fonts/socicon.eot");
  src: url("_fonts/socicon.eot?#iefix") format("embedded-opentype"), url("_fonts/socicon.woff") format("woff"), url("_fonts/socicon.ttf") format("truetype"), url("_fonts/socicon.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: initial; }
/* ------------ Animate ------------ */
.left {
  float: left; }

.right {
  float: right; }

.columns {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .columns .column {
    display: table-cell;
    vertical-align: top; }

.gform_wrapper {
  margin-bottom: 50px; }
  .gform_wrapper form .validation_error {
    background: red;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center; }
  .gform_wrapper form .gform_body ul.gform_fields {
    list-style: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield {
      width: 100%;
      clear: both;
      margin-bottom: 15px;
      border: 1px solid transparent;
      position: relative; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.mailing {
        width: 49%;
        margin-bottom: -50px;
        height: 50px;
        position: relative;
        padding: 13px 0 0 30px; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.mailing > label {
          font-size: 1em;
          font-style: italic; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.mailing .ginput_container {
          position: absolute;
          top: 15px;
          left: 0px;
          line-height: 1; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield.mailing .ginput_container ul.gfield_checkbox li label {
            display: none !important; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
        text-transform: uppercase;
        font-size: .8em;
        display: block;
        margin-bottom: 5px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
        border-color: red; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .validation_message {
        display: none !important; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.split {
        width: 49%;
        clear: none; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_html {
        text-align: center;
        color: red;
        font-size: 1.1em;
        padding-bottom: 10px;
        border-color: transparent !important;
        line-height: 1.4em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .hasCustomSelect {
        z-index: 20;
        width: 100% !important; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .customSelect {
        border: 1px solid #E9E9E9;
        background: #F9F9F9;
        height: 50px;
        width: 100%;
        display: block !important;
        position: relative; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .customSelect:after {
          content: '';
          position: absolute;
          top: 20px;
          right: 15px;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid grey;
          pointer-events: none; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .customSelect .customSelectInner {
          line-height: 50px;
          color: grey;
          display: block;
          height: 100%;
          width: 100% !important;
          padding-left: 20px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox {
        list-style: none; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type="checkbox"] {
          display: inline-block;
          margin-right: 5px; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label {
          display: inline-block !important; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"], .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"], .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        display: block;
        border: 1px solid #E9E9E9;
        background: #F9F9F9;
        color: #000;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
          color: grey; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]:-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]:-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder {
          color: grey; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]::-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]::-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder {
          color: grey; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]:-ms-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]:-ms-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder {
          color: grey; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
        height: 150px;
        padding: 10px;
        line-height: 1.5em; }
  .gform_wrapper form .gform_footer {
    padding: 0px; }
    .gform_wrapper form .gform_footer:after {
      content: '';
      display: block;
      clear: both; }
    .gform_wrapper form .gform_footer .submitWrapper {
      width: 49%;
      float: right;
      padding-right: 15px;
      position: relative; }
      .gform_wrapper form .gform_footer .submitWrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #EE7F0B; }
      .gform_wrapper form .gform_footer .submitWrapper input[type="submit"] {
        background: #EE7F0B;
        border: 0;
        display: block;
        height: 50px;
        width: 100%;
        line-height: 52px;
        padding: 0px 15px;
        color: #fff;
        text-align: left;
        font-size: .9em;
        text-transform: uppercase;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0; }

.gform_confirmation_wrapper {
  background: green;
  color: #fff;
  text-align: center;
  padding: 10px; }

/* -------------------------------------- Datepicker -------------------------------------- */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }

.ui-datepicker-header {
  background-color: grey;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px black;
  filter: dropshadow(color=black, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }
  .ui-datepicker-title select {
    margin-top: 2.5%;
    color: #000; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left; }

.ui-datepicker-next {
  float: right;
  background-position: -143px -6px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=white, offx=1, offy=0); }
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }
  .ui-datepicker tbody td:last-child {
    border-right: 0px; }
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }
  .ui-datepicker tbody tr:last-child {
    border-bottom: 0px; }
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=white, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }
.ui-datepicker-calendar .ui-state-active {
  background: blue;
  color: #fff;
  text-shadow: none; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }
