@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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/10/11.
 * 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/10/11.
 */
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; }

/*=========================================================

  COLORS
  over all website

=========================================================*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #FFFFFF;
  color: #4C4C4C;
  cursor: auto;
  font-family: "Lora", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .list-horizontal:before, .fancy-sel:before, .clearfix:after, .list-horizontal:after, .fancy-sel:after {
  content: " ";
  display: table; }

.clearfix:after, .list-horizontal:after, .fancy-sel:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -1.25rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #f5f5f5;
      color: #4C4C4C; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: transparent;
      color: #4C4C4C;
      display: block;
      font-family: "Lora", Arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #f5f5f5; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 1.25rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #f5f5f5;
        display: block; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1.25rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 1.25rem 2.5rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button, input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Lora", Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.875rem;
  background-color: #bd953e;
  border-color: #977732;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, input[type='submit']:hover, .button:focus, input[type='submit']:focus {
    background-color: #977732; }
  button:hover, button:focus, .button:hover, input[type='submit']:hover, .button:focus, input[type='submit']:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary, input.secondary[type='submit'] {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, input.secondary[type='submit']:hover, .button.secondary:focus, input.secondary[type='submit']:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, input.secondary[type='submit']:hover, .button.secondary:focus, input.secondary[type='submit']:focus {
      color: #333333; }
  button.success, .button.success, input.success[type='submit'] {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, input.success[type='submit']:hover, .button.success:focus, input.success[type='submit']:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, input.success[type='submit']:hover, .button.success:focus, input.success[type='submit']:focus {
      color: #FFFFFF; }
  button.alert, .button.alert, input.alert[type='submit'] {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, input.alert[type='submit']:hover, .button.alert:focus, input.alert[type='submit']:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, input.alert[type='submit']:hover, .button.alert:focus, input.alert[type='submit']:focus {
      color: #FFFFFF; }
  button.warning, .button.warning, input.warning[type='submit'] {
    background-color: #f9735b;
    border-color: #f73b19;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, input.warning[type='submit']:hover, .button.warning:focus, input.warning[type='submit']:focus {
      background-color: #f73b19; }
    button.warning:hover, button.warning:focus, .button.warning:hover, input.warning[type='submit']:hover, .button.warning:focus, input.warning[type='submit']:focus {
      color: #FFFFFF; }
  button.info, .button.info, input.info[type='submit'] {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, input.info[type='submit']:hover, .button.info:focus, input.info[type='submit']:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, input.info[type='submit']:hover, .button.info:focus, input.info[type='submit']:focus {
      color: #FFFFFF; }
  button.large, .button.large, input.large[type='submit'] {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small, input.small[type='submit'] {
    padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny, input.tiny[type='submit'] {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand, input.expand[type='submit'] {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.875rem;
    padding-bottom: 0.9375rem;
    padding-top: 0.875rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    width: 100%; }
  button.left-align, .button.left-align, input.left-align[type='submit'] {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align, input.right-align[type='submit'] {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius, input.radius[type='submit'] {
    border-radius: 3px; }
  button.round, .button.round, input.round[type='submit'] {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, input.disabled[type='submit'], .button[disabled], input[disabled][type='submit'] {
    background-color: #bd953e;
    border-color: #977732;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type='submit']:hover, .button.disabled:focus, input.disabled[type='submit']:focus, .button[disabled]:hover, input[disabled][type='submit']:hover, .button[disabled]:focus, input[disabled][type='submit']:focus {
      background-color: #977732; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type='submit']:hover, .button.disabled:focus, input.disabled[type='submit']:focus, .button[disabled]:hover, input[disabled][type='submit']:hover, .button[disabled]:focus, input[disabled][type='submit']:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type='submit']:hover, .button.disabled:focus, input.disabled[type='submit']:focus, .button[disabled]:hover, input[disabled][type='submit']:hover, .button[disabled]:focus, input[disabled][type='submit']:focus {
      background-color: #bd953e; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, input.disabled.secondary[type='submit'], .button[disabled].secondary, input[disabled].secondary[type='submit'] {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type='submit']:hover, .button.disabled.secondary:focus, input.disabled.secondary[type='submit']:focus, .button[disabled].secondary:hover, input[disabled].secondary[type='submit']:hover, .button[disabled].secondary:focus, input[disabled].secondary[type='submit']:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type='submit']:hover, .button.disabled.secondary:focus, input.disabled.secondary[type='submit']:focus, .button[disabled].secondary:hover, input[disabled].secondary[type='submit']:hover, .button[disabled].secondary:focus, input[disabled].secondary[type='submit']:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type='submit']:hover, .button.disabled.secondary:focus, input.disabled.secondary[type='submit']:focus, .button[disabled].secondary:hover, input[disabled].secondary[type='submit']:hover, .button[disabled].secondary:focus, input[disabled].secondary[type='submit']:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, input.disabled.success[type='submit'], .button[disabled].success, input[disabled].success[type='submit'] {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type='submit']:hover, .button.disabled.success:focus, input.disabled.success[type='submit']:focus, .button[disabled].success:hover, input[disabled].success[type='submit']:hover, .button[disabled].success:focus, input[disabled].success[type='submit']:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type='submit']:hover, .button.disabled.success:focus, input.disabled.success[type='submit']:focus, .button[disabled].success:hover, input[disabled].success[type='submit']:hover, .button[disabled].success:focus, input[disabled].success[type='submit']:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type='submit']:hover, .button.disabled.success:focus, input.disabled.success[type='submit']:focus, .button[disabled].success:hover, input[disabled].success[type='submit']:hover, .button[disabled].success:focus, input[disabled].success[type='submit']:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, input.disabled.alert[type='submit'], .button[disabled].alert, input[disabled].alert[type='submit'] {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, input.disabled.alert[type='submit']:hover, .button.disabled.alert:focus, input.disabled.alert[type='submit']:focus, .button[disabled].alert:hover, input[disabled].alert[type='submit']:hover, .button[disabled].alert:focus, input[disabled].alert[type='submit']:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, input.disabled.alert[type='submit']:hover, .button.disabled.alert:focus, input.disabled.alert[type='submit']:focus, .button[disabled].alert:hover, input[disabled].alert[type='submit']:hover, .button[disabled].alert:focus, input[disabled].alert[type='submit']:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, input.disabled.alert[type='submit']:hover, .button.disabled.alert:focus, input.disabled.alert[type='submit']:focus, .button[disabled].alert:hover, input[disabled].alert[type='submit']:hover, .button[disabled].alert:focus, input[disabled].alert[type='submit']:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, input.disabled.warning[type='submit'], .button[disabled].warning, input[disabled].warning[type='submit'] {
      background-color: #f9735b;
      border-color: #f73b19;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type='submit']:hover, .button.disabled.warning:focus, input.disabled.warning[type='submit']:focus, .button[disabled].warning:hover, input[disabled].warning[type='submit']:hover, .button[disabled].warning:focus, input[disabled].warning[type='submit']:focus {
        background-color: #f73b19; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type='submit']:hover, .button.disabled.warning:focus, input.disabled.warning[type='submit']:focus, .button[disabled].warning:hover, input[disabled].warning[type='submit']:hover, .button[disabled].warning:focus, input[disabled].warning[type='submit']:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type='submit']:hover, .button.disabled.warning:focus, input.disabled.warning[type='submit']:focus, .button[disabled].warning:hover, input[disabled].warning[type='submit']:hover, .button[disabled].warning:focus, input[disabled].warning[type='submit']:focus {
        background-color: #f9735b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, input.disabled.info[type='submit'], .button[disabled].info, input[disabled].info[type='submit'] {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type='submit']:hover, .button.disabled.info:focus, input.disabled.info[type='submit']:focus, .button[disabled].info:hover, input[disabled].info[type='submit']:hover, .button[disabled].info:focus, input[disabled].info[type='submit']:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type='submit']:hover, .button.disabled.info:focus, input.disabled.info[type='submit']:focus, .button[disabled].info:hover, input[disabled].info[type='submit']:hover, .button[disabled].info:focus, input[disabled].info[type='submit']:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type='submit']:hover, .button.disabled.info:focus, input.disabled.info[type='submit']:focus, .button[disabled].info:hover, input[disabled].info[type='submit']:hover, .button[disabled].info:focus, input[disabled].info[type='submit']:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button, input[type='submit'] {
    display: inline-block; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #575a5c;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.6875rem 0; }
  label small {
    text-transform: uppercase;
    color: #6f7376; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, input.postfix[type='submit'] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button, input.prefix[type='submit'] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius, input.prefix.radius[type='submit'] {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius, input.postfix.radius[type='submit'] {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round, input.prefix.round[type='submit'] {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round, input.postfix.round[type='submit'] {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 3px;
  border-color: #959595;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  height: 2.5625rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: transparent;
    border-color: #bd953e;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 0; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #959595; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #959595; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595; }

:-ms-input-placeholder {
  color: #959595; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 3px;
  border-color: #959595;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 1.125rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.5625rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #bd953e; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #6f7376;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #4C4C4C;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #4C4C4C;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #4C4C4C;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #4C4C4C;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #bd953e;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #a38035; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.34375rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Playfair Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 75%;
    line-height: 0; }

h1 {
  font-size: 2.925rem; }

h2 {
  font-size: 2.0375rem; }

h3 {
  font-size: 1.6875rem; }

h4 {
  font-size: 1.1875rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 75%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4C4C4C;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 1.125rem 3.125rem 1.875rem 3.125rem;
  border-left: none; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #9f9f9f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 3.55rem; }
  h2 {
    font-size: 2.6625rem; }
  h3 {
    font-size: 2rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*=========================================================

  MIXINS & FUNCTIONS

  01. #VERTICAL-ALIGNMENT
      http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/

  02. #Z-INDEX MIXIN and FUNCTION
      http://codepen.io/jakob-e/pen/KpdBzY

=========================================================*/
/*=========================================================
  01. #VERTICAL-ALIGNMENT
=========================================================*/
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*=========================================================
  02. #Z-INDEX
      Function and mixin to return the z-index
      from $z-layers

      // Short hands – if you are lazy ;-)
      @function z($arglist...){ @return z-index($arglist...); }
      @mixin z($arglist...){ @include z-index($arglist...); }

      http://codepen.io/jakob-e/pen/KpdBzY

      //
      //  Value based (map)
      //
      $z-layers: (
            'wallpaper'       : 0
          , 'page-content'    : 1
          , 'page-footer'     : 2
          , 'page-header'     : 2
          , 'page-navigation' : 3
          , 'modal-window'    : 4
      );


      //  Use it
      .class { z-index: z('modal-window'); }  //  =>  z-index: 4
      .class { @include z('modal-window'); }  //  =>  z-index: 4
      //
      // Index based (top is lower)
      //
      $z-layers: (
            'wallpaper'
          , 'page-content'
          , 'page-footer'
          , 'page-header'
          , 'page-navigation'
          , 'modal-window'
      );


      //  Use it
      .class { z-index: z('modal-window'); }  //  =>  z-index: 6
      .class { @include z('modal-window'); }  //  =>  z-index: 6


=========================================================*/
/*=========================================================
  01. #BORDER-RADIUS

  USAGE:

  .button {
    @include border-radius(5px);
  }

  .submit-button {
    @include border-top-radius(10px);
    @include border-right-radius(8px);
    @include border-bottom-radius(10px);
    @include border-left-radius (6px);
  }

=========================================================*/
@font-face {
  font-family: 'oihotel';
  src: url("../fonts/oihotel/oihotel.eot?h92ntw");
  src: url("../fonts/oihotel/oihotel.eot?h92ntw#iefix") format("embedded-opentype"), url("../fonts/oihotel/oihotel.ttf?h92ntw") format("truetype"), url("../fonts/oihotel/oihotel.woff?h92ntw") format("woff"), url("../fonts/oihotel/oihotel.svg?h92ntw#oihotel") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], .bx-wrapper .bx-controls-direction a, .navigation-primary > li.menu-item-has-children > a:before,
.navigation-primary > li.page_item_has_children > a:before, .np-side li.menu-item-has-children .arrow, .np-side li.page_item_has_children .arrow, .gallery .img-link:before, .award-wrapper:before, .award-wrapper:after, .vc_tta-panel .vc_tta-panel-title > a:after, .accordion--lux .accordion-navigation > a:after, .getshare-counter:before, .fancy-sel__var:before, [class*=" icon-"] {
  font-family: 'oihotel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tag:before {
  content: "\e929"; }

.icon-more:before {
  content: "\e928"; }

.icon-googleplus:before, .googleplus .getshare-counter:before {
  content: "\e927"; }

.icon-comments:before {
  content: "\e925"; }

.icon-share:before {
  content: "\e926"; }

.icon-arrow-switch:before {
  content: "\e924"; }

.icon-bicycle:before {
  content: "\e921"; }

.icon-car:before {
  content: "\e922"; }

.icon-walk:before {
  content: "\e923"; }

.icon-fullscreen:before, .gallery .img-link:before {
  content: "\e920"; }

.icon-room-size:before {
  content: "\e91c"; }

.icon-room-bar:before {
  content: "\e913"; }

.icon-room-bath:before {
  content: "\e914"; }

.icon-room-bed:before {
  content: "\e915"; }

.icon-room-clothecleaning:before {
  content: "\e916"; }

.icon-room-conditioner:before {
  content: "\e917"; }

.icon-room-dining:before {
  content: "\e918"; }

.icon-room-dryer:before {
  content: "\e919"; }

.icon-room-occupancy:before {
  content: "\e91a"; }

.icon-room-safe:before {
  content: "\e91b"; }

.icon-room-tv:before {
  content: "\e91d"; }

.icon-room-view:before {
  content: "\e91e"; }

.icon-room-wifi:before {
  content: "\e91f"; }

.icon-facebook:before, .facebook .getshare-counter:before {
  content: "\e90e"; }

.icon-linkedin:before, .linkedin .getshare-counter:before {
  content: "\e90f"; }

.icon-pinterest:before {
  content: "\e910"; }

.icon-twitter:before, .twitter .getshare-counter:before {
  content: "\e911"; }

.icon-plus:before {
  content: "\e912"; }

.icon-heart-half:before {
  content: "\e90d"; }

.icon-heart-empty:before {
  content: "\e90b"; }

.icon-heart-full:before {
  content: "\e90c"; }

.icon-leaves-left:before, .award-wrapper:before {
  content: "\e909"; }

.icon-leaves-right:before, .award-wrapper:after {
  content: "\e90a"; }

.icon-arrow-up:before {
  content: "\e900"; }

.icon-arrow-right:before, .bx-wrapper .bx-next:before {
  content: "\e901"; }

.icon-arrow-down:before {
  content: "\e902"; }

.icon-arrow-left:before, .bx-wrapper .bx-prev:before {
  content: "\e903"; }

.icon-arrow-up-single:before, .np-side li.menu-item-has-children.open .arrow:before, .np-side li.page_item_has_children.open .arrow:before, .vc_tta-panel.vc_active .vc_tta-panel-title > a:after, .accordion--lux .accordion-navigation.active > a:after {
  content: "\e904"; }

.icon-arrow-right-single:before {
  content: "\e905"; }

.icon-arrow-down-single:before, .navigation-primary > li.menu-item-has-children > a:before,
.navigation-primary > li.page_item_has_children > a:before, .np-side li.menu-item-has-children .arrow:before, .np-side li.page_item_has_children .arrow:before, .vc_tta-panel .vc_tta-panel-title > a:after, .accordion--lux .accordion-navigation > a:after, .fancy-sel__var:before {
  content: "\e906"; }

.icon-arrow-left-single:before {
  content: "\e907"; }

.icon-arrow-reply:before {
  content: "\e908"; }

body.overflow-hidden {
  overflow: hidden; }

.overflow-hide {
  overflow: hidden; }

.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.color-success {
  color: #bd953e; }

figure {
  margin: 0; }

/*=========================================================

  TYPOGRAPHY

  01. #TITLE-LUX

  02. #FIRST-LETTER

  03. #BLOCKQUOTE

  04. #HEADING-SIZES

=========================================================*/
/*=========================================================
  01. #TITLE-LUX
=========================================================*/
.title-lux {
  text-align: center;
  position: relative;
  color: #2D3134; }

.title-lux--slide {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  margin-top: 0;
  left: 0;
  right: 0;
  text-shadow: 0 0 46px #010101;
  z-index: 2;
  padding: 0 3.125rem; }
  @media only screen and (min-width: 40.0625em) {
    .title-lux--slide {
      padding: 0 6.25rem; } }

.tl__brace {
  display: inline-block;
  position: relative;
  width: 82px;
  height: 12px;
  border-top: 3px solid #bd953e; }
  .tl__brace:before, .tl__brace:after {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 12px;
    background-color: #bd953e;
    top: -3px; }
  .tl__brace:before {
    left: 0; }
  .tl__brace:after {
    right: 0; }

.tl__brace--bottom {
  border-top: none;
  margin-top: 0.9375rem;
  border-bottom: 3px solid #bd953e; }
  .tl__brace--bottom:before, .tl__brace--bottom:after {
    top: auto;
    bottom: -3px; }

.tl__heading {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: -0.125rem;
  margin-bottom: 0.25rem; }
  @media only screen and (min-width: 40.0625em) {
    .tl__heading {
      font-size: 2.6875rem; } }
  .title-lux--slide .tl__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem; }
    @media only screen and (min-width: 40.0625em) {
      .title-lux--slide .tl__heading {
        font-size: 3.5625rem; } }

.tl__subtitle {
  font-size: 1.125rem;
  line-height: 1.24;
  font-style: italic;
  margin-top: 0.125rem;
  color: #575a5c; }
  @media only screen and (min-width: 40.0625em) {
    .tl__subtitle {
      font-size: 1.5rem;
      line-height: 1.4; } }
  .title-lux--slide .tl__subtitle {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.4rem; }
    @media only screen and (min-width: 40.0625em) {
      .title-lux--slide .tl__subtitle {
        font-size: 1.5rem;
        line-height: 1.4; } }
  @media only screen and (min-width: 40.0625em) {
    .title-lux--image .tl__subtitle {
      line-height: 1.42; } }

/*=========================================================
  02. #FIRST-LETTER
=========================================================*/
.first-letter:first-letter {
  display: inline-block;
  font-size: 3.3125rem;
  line-height: 1;
  padding: 0.1875rem 0.9375rem 0 0;
  float: left; }

@media only screen and (max-width: 40em) {
  .heading-third {
    text-align: center; } }

/*=========================================================
  03. #BLOCKQUOTE
=========================================================*/
blockquote {
  font-size: 1.5rem;
  font-style: italic; }

/*=========================================================
  04. #HEADING-SIZES
=========================================================*/
.type-s {
  font-size: 1.125rem; }

.type-m {
  font-size: 0.8125rem; }
  @media only screen and (min-width: 40.0625em) {
    .type-m {
      font-size: 1.5rem; } }

.type-l {
  font-size: 1.6875rem; }
  @media only screen and (min-width: 40.0625em) {
    .type-l {
      font-size: 2rem; } }

.type-xl {
  font-size: 2.0375rem; }
  @media only screen and (min-width: 40.0625em) {
    .type-xl {
      font-size: 2.6625rem; } }

.type-xxl {
  font-size: 2.925rem; }
  @media only screen and (min-width: 40.0625em) {
    .type-xxl {
      font-size: 3.55rem; } }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='search'],
select {
  height: 48px;
  border-top: 0;
  background: transparent;
  margin-bottom: 1.8125rem; }
  input[type='text']:focus, input[type='text']:active,
  input[type='email']:focus,
  input[type='email']:active,
  input[type='tel']:focus,
  input[type='tel']:active,
  input[type='date']:focus,
  input[type='date']:active,
  input[type='search']:focus,
  input[type='search']:active,
  select:focus,
  select:active {
    background: transparent; }

textarea {
  width: 100%;
  min-height: 264px; }

.search-form label {
  position: relative; }
  .search-form label .screen-reader-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.9375rem; }
  .search-form label:before, .search-form label:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 3px;
    height: 36px;
    background: #FFFFFF;
    bottom: 13px; }
  .search-form label:before {
    left: 0; }
  .search-form label::after {
    right: 0; }

.form--half-line small span {
  color: #f9735b; }

.form--half-line label {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.9375rem; }

.form--half-line label.label--half {
  position: relative; }
  .form--half-line label.label--half span {
    color: #f9735b; }
  .form--half-line label.label--half:before, .form--half-line label.label--half:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 3px;
    height: 36px;
    background: #FFFFFF;
    top: 31px; }
  .form--half-line label.label--half:before {
    left: 0; }
  .form--half-line label.label--half::after {
    right: 0; }

.form--half-line .no-lines:before, .form--half-line .no-lines:after {
  display: none; }

.form--half-line label.label--half-textarea:before, .form--half-line label.label--half-textarea:after {
  display: none; }

.wpcf7-form textarea {
  height: 264px; }
  .wpcf7-form textarea + .wpcf7-not-valid-tip {
    margin-top: 0 !important; }

.wpcf7-form br {
  display: none; }

.wpcf7-form p {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.9375rem; }

.wpcf7-form p {
  position: relative; }
  .wpcf7-form p span {
    color: #f9735b; }
  .wpcf7-form p:before, .wpcf7-form p:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 3px;
    height: 36px;
    background: #FFFFFF;
    top: 31px; }
  .wpcf7-form p:before {
    left: 0; }
  .wpcf7-form p::after {
    right: 0; }

.wpcf7-not-valid {
  border-color: red !important; }

.wpcf7-not-valid-tip {
  margin-top: -19px;
  text-transform: none;
  line-height: 1.4;
  margin-bottom: 1.25rem; }

div.wpcf7-validation-errors {
  border: 3px solid #bd953e;
  padding: 0.625rem 1.25rem; }

div.wpcf7-mail-sent-ok {
  border: 3px solid #78ab34;
  padding: 0.625rem 1.25rem; }

.vc-content p + h3 {
  margin-top: 3rem; }

.vc-content p + h4 {
  margin-top: 3rem; }

.vc-content ul li.p1, .vc-content ol li.p1 {
  margin-top: 1.5rem; }

.vc-content .extras,
.vc-content .list-vertical,
.vc-content .reset-list {
  padding: 0;
  margin: 0; }
  .vc-content .extras li,
  .vc-content .list-vertical li,
  .vc-content .reset-list li {
    padding-left: 0; }

.vc-content .reset-list {
  list-style: none; }

.vc-content .accordion {
  padding: 0; }
  .vc-content .accordion li {
    margin-top: 0;
    padding-left: 0; }

@media only screen and (max-width: 40em) {
  .vc-content .vc_row:first-child:not(.vc_inner) > .wpb_column:nth-child(2n) > .wpb_wrapper {
    margin-top: 3rem; } }

.vc-content .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.vc-content .vc_row {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }
  .vc-content .vc_row.vc_inner {
    margin-right: -20px;
    margin-left: -20px; }
  .vc-content .vc_row.full-width-section {
    max-width: 100%; }
    .vc-content .vc_row.full-width-section > .wpb_column {
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .vc-content .vc_row.full-width-section > .wpb_column .vc_row.vc_inner {
        margin-right: auto;
        margin-left: auto; }
  .vc-content .vc_row.full-width-section--nopad .vc_column_container {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.vc-content .wpb_wrapper .row {
  margin: 0 -1.25rem;
  max-width: none;
  width: auto; }

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

@media only screen and (max-width: 40em) {
  .vc_col-sm-8 .vc_inner .vc_col-sm-3 {
    width: 50%;
    float: left; } }

.wpb_button,
.wpb_content_element,
.wpb_row,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

.gallery-caption,
.bypostauthor {
  text-align: center; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.slider-big {
  visibility: hidden;
  /* DIRECTION CONTROLS (NEXT / PREV) */ }
  .slider-big .bx-wrapper {
    background: #000000; }
  .slider-big .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 50; }
    .slider-big .bx-wrapper .bx-controls-direction a:after {
      display: block;
      position: absolute;
      top: 0;
      content: "";
      width: 60px;
      height: 60px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 2px solid #FFFFFF; }
    .slider-big .bx-wrapper .bx-controls-direction a:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 40.0625em) {
        .slider-big .bx-wrapper .bx-controls-direction a:before {
          text-align: center;
          left: 0;
          right: 0; } }

.slider-navi {
  color: #2D3134;
  text-align: center; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .slider-navi {
      margin-top: 2.25rem; } }
  .slider-navi .slider-prev {
    margin-right: 1.25rem; }
    @media only screen and (min-width: 64.0625em) {
      .slider-navi .slider-prev {
        margin-bottom: 0.25rem;
        margin-right: 0; } }
  .slider-navi .slider-next {
    margin-left: 1.25rem; }
    @media only screen and (min-width: 64.0625em) {
      .slider-navi .slider-next {
        margin-top: 1.3125rem;
        margin-left: 0; } }
  .slider-navi .slider-prev, .slider-navi .slider-next {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem; }
    .slider-navi .slider-prev a, .slider-navi .slider-next a {
      padding: 0.625rem;
      color: #2D3134; }
      @media only screen and (min-width: 64.0625em) {
        .slider-navi .slider-prev a, .slider-navi .slider-next a {
          padding: 0; } }
    .slider-navi .slider-prev.active a, .slider-navi .slider-next.active a {
      color: #e6e6e6; }
    @media only screen and (min-width: 64.0625em) {
      .slider-navi .slider-prev, .slider-navi .slider-next {
        display: block; } }

.slider-navi__counter {
  display: inline-block;
  position: relative; }

.triangle-mask {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 71px solid #FFFFFF;
  border-left: 71px solid transparent; }
  .triangle-mask:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 35px;
    width: 100px;
    height: 1px;
    background-color: #2D3134;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg); }

.counter__value {
  display: inline-block;
  min-width: 60px;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: left; }

.counter__label {
  position: relative;
  float: right;
  display: inline-block;
  text-align: right;
  line-height: 1.1875rem;
  margin-top: 2.5rem;
  margin-left: -1.5625rem; }

.bx-wrapper {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  margin: 0;
  border: 0;
  overflow: hidden; }

.bx-wrapper img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: auto;
  float: none;
  min-height: 100%;
  max-width: none !important;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media only screen and (min-width: 40.0625em) {
    .bx-wrapper img {
      min-width: 100%;
      float: none;
      height: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); } }

.bx-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-indent: 0; }
  .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.bx-wrapper .bx-prev {
  left: -29px;
  background-image: none; }
  @media only screen and (min-width: 40.0625em) {
    .bx-wrapper .bx-prev {
      left: 20px; } }
  @media only screen and (min-width: 64.0625em) {
    .bx-wrapper .bx-prev {
      left: 40px; } }
  .bx-wrapper .bx-prev:before {
    right: 2px; }

.bx-wrapper .bx-next {
  right: -29px;
  background-image: none; }
  @media only screen and (min-width: 40.0625em) {
    .bx-wrapper .bx-next {
      right: 20px; } }
  @media only screen and (min-width: 64.0625em) {
    .bx-wrapper .bx-next {
      right: 40px; } }
  .bx-wrapper .bx-next:before {
    left: 2px; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

/* LOADER */
.bx-wrapper .bx-loading {
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

#swipebox-slider .slide-loading {
  background: url("../images/swipebox/loader.gif") no-repeat center center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../images/swipebox/icons.png"); }

/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 21px 21px rgba(1, 1, 1, 0.05);
  -moz-box-shadow: 0 21px 21px rgba(1, 1, 1, 0.05);
  box-shadow: 0 21px 21px rgba(1, 1, 1, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 0;
  *border-bottom-width: 0;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  padding: 0.9375rem; }

.datepicker-dropdown:before, .datepicker-dropdown:after {
  display: none; }

@media only screen and (max-width: 40em) {
  .datepicker-orient-right {
    left: 0 !important; } }

.datepicker-switch {
  font-size: 1.125rem;
  background: white; }

.datepicker table {
  border: none; }
  .datepicker tablethead, .datepicker tabletr:nth-of-type(even) {
    background: white; }

.datepicker td, .datepicker th {
  border-radius: 0;
  background: white;
  width: 2.625rem;
  height: 2.375rem; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #e6e6e6; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused,
.datepicker table tr td.range, .datepicker table tr td.range:hover,
.datepicker table tr td span:hover {
  color: white;
  background-color: #bd953e; }

.datepicker table tr td span {
  border-radius: 0; }

.datepicker table tr td.selected, .datepicker table tr td.active.active,
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  color: white;
  background-color: #9f7b2e;
  background-image: none;
  border-radius: 0; }

th.prev, th.next {
  visibility: hidden !important; }

th.prev:before, th.next:before {
  visibility: visible;
  font-family: 'oihotel';
  color: #e6e6e6; }

th.prev:before {
  content: "\e907"; }

th.next:before {
  content: "\e905"; }

.sel__date {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer !important;
  z-index: 10; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999; }

.datepicker table tr td.old,
.datepicker table tr td.old:hover {
  color: #e6e6e6; }

.datepicker table tr:nth-of-type(even),
.datepicker .datepicker-switch:hover {
  background: white; }

input.datepicker[readonly] {
  background: transparent; }

/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray; }

.grayscale.grayscale-fade {
  transition: filter .5s; }

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s; } }

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none; }

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0; }

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

/*=========================================================

  EFFECTS

  01. #LILY

=========================================================*/
/*=========================================================
  01. #LILY
=========================================================*/
.figure img {
  position: relative;
  display: block; }

.figure.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  max-width: none;
  opacity: .8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.figure.figure-large.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px); }

@media only screen and (max-width: 40em) {
  .figure.figure-large.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px); } }

.figure.effect-lily .caption {
  top: auto;
  bottom: 0;
  height: 100%;
  text-align: left; }

.figure.effect-lily .room__title,
.figure.effect-lily .room__desc {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

.figure.effect-lily .room__title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

.figure.effect-lily .room__desc {
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s; }

.figure.effect-lily:hover img {
  opacity: .6; }

.figure.effect-lily:hover .room__desc {
  opacity: 1; }

.figure.effect-lily:hover img,
.figure.effect-lily:hover .room__title,
.figure.effect-lily:hover .room__desc {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.figure.effect-lily:hover .room__desc {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

/* Common style */
.figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #000;
  text-align: center; }
  .figure.figure-link {
    cursor: pointer; }

.figure .caption {
  padding: 1.25rem 1.875rem;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.figure .caption::before,
.figure .caption::after {
  pointer-events: none; }

.figure .caption,
.figure-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.figure-link a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

/*=========================================================

  NAVIGATIONS

  01. #NAVIGATION-PRIMARY
      Main nnavigation with submenu

      01-2. #SIDE-MODIFIER
            For side navigation styles

  02. #NAVIGATION-SECONDARY
      Secondary navigation which sits on main navigation

  03. #SIDE-NAVIGATION
      Mobile navigation

      03-1. #NAVIGATION-CONTROLS

  04. #LANGUAGE-SWITCH

  05. #NAVI-LIST
      List navigation

      05-1. Modificator for footer navigation

  06. #STICKY-HEADER

=========================================================*/
.navigation-wrapper {
  display: block; }

/*=========================================================
  01. #NAVIGATION-PRIMARY
=========================================================*/
.navigation-primary {
  position: relative;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  list-style: none;
  margin: 4px 0 4px 0; }
  .navigation-primary > li:hover > a {
    color: #bd953e; }
  .navigation-primary li.current-menu-item > a {
    color: #bd953e; }
  .navigation-primary > li {
    margin-left: 1.875rem; }
    .navigation-primary > li.menu-item-has-children > a:before,
    .navigation-primary > li.page_item_has_children > a:before {
      float: right;
      font-size: 0.625rem;
      margin-top: 0.5625rem;
      margin-left: 0.3125rem; }
    .navigation-primary > li li .sub-menu, .navigation-primary > li li .children {
      display: none; }
  .navigation-primary li {
    display: block;
    position: relative;
    float: left; }
    .navigation-primary li:first-child {
      margin-left: 0; }
    .navigation-primary li a {
      display: block;
      position: relative;
      color: #2D3134;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .navigation-primary li a:hover, .navigation-primary li a:focus, .navigation-primary li a:active {
        color: #bd953e; }
  .navigation-primary .sub-menu, .navigation-primary .children {
    margin: 0; }
    .navigation-primary .sub-menu li, .navigation-primary .children li {
      display: block; }

.np-dropdown li:last-child .sub-menu, .np-dropdown li:last-child .children {
  right: 0; }

.np-dropdown li:hover .sub-menu, .np-dropdown li:hover .children {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
  .np-dropdown li:hover .sub-menu li, .np-dropdown li:hover .children li {
    display: block;
    width: 100%; }

.np-dropdown .sub-menu, .np-dropdown .children {
  overflow: hidden;
  height: 0px;
  position: absolute;
  max-width: 210px;
  width: 210px;
  padding-top: 0.5625rem;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }
  .np-dropdown .sub-menu li, .np-dropdown .children li {
    background-color: #FFFFFF; }
    .np-dropdown .sub-menu li:first-child a, .np-dropdown .children li:first-child a {
      padding-top: 1.25rem; }
    .np-dropdown .sub-menu li:last-child a, .np-dropdown .children li:last-child a {
      padding-bottom: 0.9375rem; }
  .np-dropdown .sub-menu a, .np-dropdown .children a {
    font-size: 1rem;
    padding: 0.625rem 1.5rem;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.np-side > li {
  border-top: 1px solid #e4e4e4; }
  .np-side > li:last-child {
    border-bottom: 1px solid #e4e4e4; }

.np-side .current-menu-parent > a {
  color: #bd953e; }

.np-side li {
  float: none;
  margin-left: 0; }
  .np-side li a {
    -webkit-tap-highlight-color: transparent;
    padding: 0.6875rem 1.5625rem; }
  .np-side li.menu-item-has-children > a:before,
  .np-side li.page_item_has_children > a:before {
    color: #a7a8aa;
    font-size: 1rem;
    margin-top: 0.3125rem; }
  .np-side li.menu-item-has-children > a:hover:before,
  .np-side li.page_item_has_children > a:hover:before {
    color: #bd953e; }
  .np-side li.menu-item-has-children .sub-menu, .np-side li.menu-item-has-children .children, .np-side li.page_item_has_children .sub-menu, .np-side li.page_item_has_children .children {
    padding-bottom: 0.625rem; }
  .np-side li.menu-item-has-children .arrow, .np-side li.page_item_has_children .arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 60px;
    height: 48px;
    text-align: center;
    color: #a7a8aa;
    cursor: pointer;
    line-height: 3rem; }
    .np-side li.menu-item-has-children .arrow:before, .np-side li.page_item_has_children .arrow:before {
      line-height: 3rem; }
  .np-side li.menu-item-has-children.open .arrow, .np-side li.page_item_has_children.open .arrow {
    color: #bd953e; }
  .np-side li.menu-item-has-children > a:before, .np-side li.page_item_has_children > a:before {
    display: none; }

.np-side .sub-menu, .np-side .children {
  display: block;
  position: relative;
  padding-top: 0;
  font-weight: 400; }
  .np-side .sub-menu a, .np-side .children a {
    padding: 0.375rem 1.5625rem; }

.hoverline-effect li > a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bd953e;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
  transform: translateY(16px); }

.navigation-primary.hoverline-effect li:hover > a,
.navigation-primary.hoverline-effect li.current-menu-item > a,
.navigation-primary.hoverline-effect li.current-menu-parent > a {
  color: #bd953e; }
  .navigation-primary.hoverline-effect li:hover > a:after,
  .navigation-primary.hoverline-effect li.current-menu-item > a:after,
  .navigation-primary.hoverline-effect li.current-menu-parent > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); }

.hoverline-effect li > a:hover::after,
.hoverline-effect li > a:focus::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px); }

/*=========================================================
  02. #NAVIGATION-SECONDARY
=========================================================*/
.navigation-secondary {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  list-style: none;
  margin: 6px 0 7px 0; }
  .navigation-secondary li {
    display: block;
    float: left;
    margin-left: 1.875rem; }
    .navigation-secondary li:first-child {
      margin-left: 0; }
    .navigation-secondary li a {
      display: block;
      color: #2D3134;
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
      .navigation-secondary li a:hover, .navigation-secondary li a:focus, .navigation-secondary li a:active {
        color: #bd953e; }
    .navigation-secondary li.current-menu-item a, .navigation-secondary li.current_page_item a {
      color: #bd953e; }
  .navigation-secondary .sub-menu {
    display: none; }

.ns-side {
  padding: 0.625rem 1.25rem;
  text-align: center; }
  .ns-side li {
    float: none;
    display: inline-block;
    margin: 0.6875rem 0.9375rem 0; }

/*=========================================================
  03. #SIDE-NAVIGATION
=========================================================*/
@-webkit-keyframes opacity-anime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes opacity-anime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes opacity-anime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

.side-navigation {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  min-height: 100%;
  padding-top: 5.75rem;
  overflow-y: auto;
  background-color: #f8f8f8;
  -webkit-box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: -moz-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  .side-navigation.active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .side-navigation.overflow-hidden {
    overflow: hidden;
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; }

/*=========================================================
  03-1. #NAVIGATION-CONTROLS
=========================================================*/
.navi-open {
  display: block;
  width: 50px;
  padding: 1.25rem 0.625rem;
  -webkit-tap-highlight-color: transparent; }
  .navi-open:hover .ic-hamburger:before, .navi-open:focus .ic-hamburger:before {
    top: -8px; }
  .navi-open:hover .ic-hamburger:after, .navi-open:focus .ic-hamburger:after {
    bottom: -8px; }

.ic-hamburger, .ic-hamburger:before, .ic-hamburger:after {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #2D3134;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.ic-hamburger:before {
  top: -10px; }

.ic-hamburger:after {
  bottom: -10px; }

.navi-close {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 2.25rem 1.25rem; }
  .navi-close.is-visible {
    display: block;
    -webkit-animation: cd-move-in 0.8s;
    -moz-animation: cd-move-in 0.8s;
    animation: cd-move-in 0.8s; }

.ic-close {
  display: block;
  position: relative;
  width: 30px;
  height: 24px; }
  .ic-close:before, .ic-close:after {
    height: 2px;
    width: 30px;
    background: #bd953e;
    position: absolute;
    display: block;
    content: ''; }
  .ic-close:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ic-close:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    top: 20px; }

@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

/*=========================================================
  04. #LANGUAGE-SWITCH
=========================================================*/
.lang {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem; }
  .lang a {
    color: #FFFFFF;
    text-transform: lowercase; }
    .lang a:hover, .lang a:focus {
      color: #bd953e; }
  .lang li {
    float: left;
    margin-right: 1rem; }
    .lang li:last-child {
      margin-right: 0; }
    .lang li.active a {
      color: #bd953e; }
  .top-bar .lang {
    border-left: 1px solid #56595b;
    padding-left: 1.25rem;
    margin-left: 1.875rem; }

.lang--side {
  position: absolute;
  top: 37px;
  left: 25px; }
  .lang--side a {
    color: #2D3134; }
    .lang--side a:hover, .lang--side a:focus {
      color: #bd953e; }
  .lang--side li.active {
    font-weight: 600; }

/*=========================================================
  05. #NAVI-LIST
=========================================================*/
.navi-list--footer {
  font-size: 1rem; }
  .navi-list--footer a {
    color: #FFFFFF;
    line-height: 1.5rem; }
    .navi-list--footer a:hover {
      color: #bd953e; }

/*=========================================================
  06. #STICKY-HEADER
=========================================================*/
@-webkit-keyframes silde_header {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0); } }

.main-header.sticky-on.sticky .top-head {
  position: fixed;
  top: 0;
  z-index: 51;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: silde_header;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running; }

.list-horizontal {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-horizontal li {
    float: left;
    margin-right: 1.875rem; }
    .list-horizontal li:last-child {
      margin-right: 0; }

.list-vertical {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0; }
  .list-vertical.lh-3 li {
    margin-top: 0.625rem; }
    .list-vertical.lh-3 li:first-child {
      margin-top: 0; }

.list-bullets li {
  margin-top: 0.5rem; }

.list-bullets--links a {
  color: #4C4C4C; }
  .list-bullets--links a:hover {
    color: #bd953e; }

.list-bullets--comments a {
  color: #575a5c; }
  .list-bullets--comments a:hover {
    color: #bd953e; }

.list-box {
  width: 100%;
  text-align: center;
  padding: 2.1875rem 0 0.9375rem 0;
  background-color: #1b1b1b; }
  .list-box ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 2;
    color: #FFFFFF; }
  .list-box p,
  .list-box [class^="icon-"],
  .list-box .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction
  .list-box a,
  .list-box .navigation-primary > li.menu-item-has-children > a:before,
  .list-box
  .navigation-primary > li.page_item_has_children > a:before,
  .list-box .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children
  .list-box .arrow,
  .list-box .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children
  .list-box .arrow,
  .list-box .gallery .img-link:before, .gallery
  .list-box .img-link:before,
  .list-box .award-wrapper:before,
  .list-box .award-wrapper:after,
  .list-box .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel
  .list-box .vc_tta-panel-title > a:after,
  .list-box .accordion--lux .accordion-navigation > a:after, .accordion--lux
  .list-box .accordion-navigation > a:after,
  .list-box .getshare-counter:before,
  .list-box .fancy-sel__var:before {
    color: #FFFFFF;
    font-size: 3.125rem;
    line-height: 1; }

.list-box__title h3 {
  font-weight: 500;
  color: #FFFFFF; }

.list-box__line {
  height: 0.125rem;
  width: 4.75rem;
  margin: 1.5625rem auto;
  background-color: #bd953e; }

.top-slider,
.top-image {
  position: relative; }
  .top-slider.slider-big--widget,
  .top-image.slider-big--widget {
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .top-slider.slider-big--widget,
      .top-image.slider-big--widget {
        margin-bottom: 2.25rem; } }
    @media only screen and (min-width: 64.0625em) {
      .top-slider.slider-big--widget,
      .top-image.slider-big--widget {
        margin-bottom: 6rem; } }

.top-slider__overlay {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 60%);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.3) 0%, transparent 60%);
  background-color: transparent; }

.main-slider li {
  overflow: hidden;
  height: 276px; }
  @media only screen and (min-width: 40.0625em) {
    .main-slider li {
      height: 576px; } }

.is-pushed-left .main-slider li {
  width: 100vw !important; }

/*=========================================================

  BUTTONS

  00. #BUTTON-HELPERS

  01. #BUTTON-LINK
      MODIFIERS:
      .button-link--left
      .button-link--dark
      .button-link--imaged

  02. #BUTTON-CHECKIN

  03. #BUTTON-LINE

  04. #POST-BUTTONS

  05. #FORM-BUTTONS

  06. #BUTTONS-WITH-ICONS

=========================================================*/
/*=========================================================
  00. #BUTTON-HELPERS
=========================================================*/
.button--minus {
  margin-left: -3px; }

.button--minusbig {
  margin-left: -7px; }

.button--wider {
  min-width: 9.375rem; }

.text-bold, input[type='submit'] {
  font-weight: 700; }

.text-cap, input[type='submit'] {
  text-transform: uppercase; }

/*=========================================================
  01. #BUTTON-LINK
=========================================================*/
.button-link {
  font-size: 1.125rem; }
  .button-link [class^="icon-"], .button-link .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .button-link a, .button-link .navigation-primary > li.menu-item-has-children > a:before, .button-link
  .navigation-primary > li.page_item_has_children > a:before, .button-link .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .button-link .arrow, .button-link .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .button-link .arrow, .button-link .gallery .img-link:before, .gallery .button-link .img-link:before, .button-link .award-wrapper:before, .button-link .award-wrapper:after, .button-link .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .button-link .vc_tta-panel-title > a:after, .button-link .accordion--lux .accordion-navigation > a:after, .accordion--lux .button-link .accordion-navigation > a:after, .button-link .getshare-counter:before, .button-link .fancy-sel__var:before {
    margin-left: 0.6875rem;
    font-size: 1rem; }
  .button-link.white {
    color: #FFFFFF; }
    .button-link.white:hover {
      color: #bd953e; }

.button-link--left [class^="icon-"], .button-link--left .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .button-link--left a, .button-link--left .navigation-primary > li.menu-item-has-children > a:before, .button-link--left
.navigation-primary > li.page_item_has_children > a:before, .button-link--left .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .button-link--left .arrow, .button-link--left .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .button-link--left .arrow, .button-link--left .gallery .img-link:before, .gallery .button-link--left .img-link:before, .button-link--left .award-wrapper:before, .button-link--left .award-wrapper:after, .button-link--left .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .button-link--left .vc_tta-panel-title > a:after, .button-link--left .accordion--lux .accordion-navigation > a:after, .accordion--lux .button-link--left .accordion-navigation > a:after, .button-link--left .getshare-counter:before, .button-link--left .fancy-sel__var:before {
  margin-left: 0;
  margin-right: 0.6875rem;
  font-size: 1rem; }

.button-link--dark {
  color: #4C4C4C; }
  .button-link--dark:hover {
    color: #bd953e; }

@media only screen and (min-width: 40.0625em) {
  .button-link--imaged {
    color: #FFFFFF; }
    .button-link--imaged:hover {
      color: #bd953e; } }

/*=========================================================
  02. #BUTTON-CHECKIN
=========================================================*/
.button-checkin {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  z-index: 2; }
  .button-checkin [class^="icon-"], .button-checkin .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .button-checkin a, .button-checkin .navigation-primary > li.menu-item-has-children > a:before, .button-checkin
  .navigation-primary > li.page_item_has_children > a:before, .button-checkin .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .button-checkin .arrow, .button-checkin .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .button-checkin .arrow, .button-checkin .gallery .img-link:before, .gallery .button-checkin .img-link:before, .button-checkin .award-wrapper:before, .button-checkin .award-wrapper:after, .button-checkin .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .button-checkin .vc_tta-panel-title > a:after, .button-checkin .accordion--lux .accordion-navigation > a:after, .accordion--lux .button-checkin .accordion-navigation > a:after, .button-checkin .getshare-counter:before, .button-checkin .fancy-sel__var:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .button-checkin {
      padding: 0.8125rem 3.75rem 0.8125rem 1.875rem;
      margin-top: 0.25rem;
      font-size: 0.875rem; }
      .button-checkin [class^="icon-"], .button-checkin .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .button-checkin a, .button-checkin .navigation-primary > li.menu-item-has-children > a:before, .button-checkin
      .navigation-primary > li.page_item_has_children > a:before, .button-checkin .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .button-checkin .arrow, .button-checkin .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .button-checkin .arrow, .button-checkin .gallery .img-link:before, .gallery .button-checkin .img-link:before, .button-checkin .award-wrapper:before, .button-checkin .award-wrapper:after, .button-checkin .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .button-checkin .vc_tta-panel-title > a:after, .button-checkin .accordion--lux .accordion-navigation > a:after, .accordion--lux .button-checkin .accordion-navigation > a:after, .button-checkin .getshare-counter:before, .button-checkin .fancy-sel__var:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 25px; } }
  @media only screen and (max-width: 40em) {
    .button-checkin {
      position: absolute;
      right: 0;
      top: 0;
      height: 84px;
      padding-right: 0.9375rem;
      padding-left: 1.0625rem;
      min-width: 3rem;
      text-align: center; }
      .button-checkin [class^="icon-"], .button-checkin .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .button-checkin a, .button-checkin .navigation-primary > li.menu-item-has-children > a:before, .button-checkin
      .navigation-primary > li.page_item_has_children > a:before, .button-checkin .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .button-checkin .arrow, .button-checkin .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .button-checkin .arrow, .button-checkin .gallery .img-link:before, .gallery .button-checkin .img-link:before, .button-checkin .award-wrapper:before, .button-checkin .award-wrapper:after, .button-checkin .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .button-checkin .vc_tta-panel-title > a:after, .button-checkin .accordion--lux .accordion-navigation > a:after, .accordion--lux .button-checkin .accordion-navigation > a:after, .button-checkin .getshare-counter:before, .button-checkin .fancy-sel__var:before {
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        position: absolute; }
      .button-checkin .button-text {
        display: none; } }

/*=========================================================
  03. #BUTTON-LINE
=========================================================*/
.button--line, input[type='submit'] {
  background-color: transparent;
  border: 3px solid #bd953e;
  color: #bd953e; }
  .button--line:hover, input[type='submit']:hover, .button--line:focus, input[type='submit']:focus, .button--line:active, input[type='submit']:active {
    background-color: #bd953e;
    color: #FFFFFF; }
  .button--line.secondary, input.secondary[type='submit'] {
    color: #959595;
    border-color: #959595;
    background-color: transparent; }
    .button--line.secondary:hover, input.secondary[type='submit']:hover, .button--line.secondary:focus, input.secondary[type='submit']:focus, .button--line.secondary:active, input.secondary[type='submit']:active {
      color: #FFFFFF;
      background-color: #959595; }

/*=========================================================
  04. #POST-BUTTONS
=========================================================*/
.link-more {
  margin-left: 0.625rem;
  color: #4C4C4C; }
  .link-more:hover {
    color: #bd953e; }

@media only screen and (min-width: 40.0625em) {
  .link-more--white {
    color: #FFFFFF; } }

/*=========================================================
  05. #FORM-BUTTONS
=========================================================*/
input[type='submit'].btn--comment {
  margin-top: 1.625rem; }
  @media only screen and (max-width: 40em) {
    input[type='submit'].btn--comment {
      margin-top: 1.125rem; } }

/*=========================================================
  06. #BUTTONS-WITH-ICONS
=========================================================*/
.btn-icon {
  height: auto !important;
  position: relative; }

.btn-icon--right {
  padding-right: 3.125rem !important; }
  .btn-icon--right.large {
    padding-right: 3.75rem !important; }
  .btn-icon--right span {
    padding-left: 0.625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px; }

.btn-icon--left {
  padding-left: 3.125rem !important; }
  .btn-icon--left.large {
    padding-left: 3.75rem !important; }
  .btn-icon--left span {
    padding-right: 0.625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px; }

.img-link,
.img-block {
  display: block;
  position: relative; }

.triangle-bottomright {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 101%;
  padding-top: 10%;
  overflow: hidden; }
  @media only screen and (max-width: 40em) {
    .col-sm-collapse .triangle-bottomright {
      display: none; } }

.triangle-bottomright:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 500px solid transparent;
  border-right: 54px solid #FFFFFF; }

/*Down pointing*/
.triangle-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 30%;
  padding-top: 10%;
  overflow: hidden; }
  @media only screen and (max-width: 40em) {
    .col-sm-collapse .triangle-bottom {
      display: none; } }

.triangle-bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 640px solid #FFFFFF; }

.top-image {
  position: relative;
  height: 240px;
  background: #000000;
  overflow: hidden;
  margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .top-image {
      height: 324px; } }

.top-image--medium {
  height: 364px; }
  @media only screen and (min-width: 40.0625em) {
    .top-image--medium {
      height: 492px; } }

.top-image--large {
  height: 488px; }
  @media only screen and (min-width: 40.0625em) {
    .top-image--large {
      height: 660px; } }

.top-image img {
  width: auto;
  float: none;
  min-height: 100%;
  max-width: none !important;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media only screen and (min-width: 40.0625em) {
    .top-image img {
      min-width: 100%;
      float: none;
      height: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); } }

.top-image__shadow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: transparent; }

.gallery .img-link {
  position: relative;
  margin-bottom: 1.8125rem !important;
  background: #000000; }
  .gallery .img-link:before {
    visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 1.9375rem;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
  .gallery .img-link img {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
  .gallery .img-link:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .gallery .img-link:hover:before {
    visibility: visible; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

ul.num-stat {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden; }

.num-stat--1 li {
  width: 50%; }
  @media only screen and (max-width: 40em) {
    .num-stat--1 li {
      width: 100%; } }

.num-stat--2 li {
  width: 33.3333%; }
  @media only screen and (max-width: 40em) {
    .num-stat--2 li {
      width: 50%; } }

.num-stat--3 li {
  width: 25%; }
  @media only screen and (max-width: 40em) {
    .num-stat--3 li {
      width: 33.3333%; } }

.num-stat--4 li {
  width: 20%; }
  @media only screen and (max-width: 40em) {
    .num-stat--4 li {
      width: 50%; } }

.num-stat li {
  padding: 0;
  text-align: right;
  float: left; }
  .num-stat li:first-child {
    border-right: none; }
    .num-stat li:first-child .num-stat__item {
      margin-left: 0;
      border-right: none; }
  @media only screen and (max-width: 40em) {
    .num-stat li {
      display: inline-block;
      text-align: left; }
      .num-stat li:first-child {
        display: block;
        width: 100%;
        margin-bottom: 1.5rem;
        padding-left: 0; }
      .num-stat li:last-child .num-stat__item {
        border-right: none; } }

.num-stat__item {
  margin-right: 1.25rem;
  border-right: 1px solid #cccdce;
  padding-right: 0.625rem; }
  @media only screen and (min-width: 40.0625em) {
    .num-stat__item {
      padding-right: 1.25rem; } }
  @media only screen and (max-width: 40em) {
    .num-stat__item.first {
      border-right: 0; } }

.num-stat__head {
  font-family: "Playfair Display", Arial, sans-serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.05; }

@media only screen and (min-width: 40.0625em) {
  .num-stat__head--narrow {
    width: 150px; } }

.num-stat__numb {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.9375rem; }
  @media only screen and (min-width: 40.0625em) {
    .num-stat__numb {
      font-size: 4.375rem; } }

.num-stat__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 1.3125rem;
  color: #575a5c;
  word-break: break-word;
  word-wrap: break-word; }

.num-stat__item--title .num-stat__label {
  margin-top: 0.625rem; }

/*--------------------------------------------------------------------*/
/*  ROOMS
/*--------------------------------------------------------------------*/
.room-item {
  margin-top: 1.0625rem; }
  @media only screen and (min-width: 40.0625em) {
    .room-item {
      margin-top: 2.5rem; } }

.room__title {
  color: #FFFFFF;
  font-size: 1.5rem; }

.room__desc {
  font-size: 0.875rem;
  text-transform: uppercase; }

.room__pricetag--lily {
  position: absolute;
  bottom: 40px;
  font-weight: 700; }

.price__value {
  float: left;
  font-size: 2rem;
  line-height: 1; }

.price__label {
  float: left;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-left: 1.25rem; }

.post-room p {
  margin-top: 1.3125rem; }

.post-room__title {
  font-size: 1.5rem; }
  .post-room__title a {
    color: #2D3134; }
    .post-room__title a:hover {
      color: #bd953e; }

.post-room__details {
  margin-top: 0.75rem; }
  .post-room__details .room__pricetag {
    margin-top: 0.5rem; }

@media only screen and (min-width: 64.0625em) {
  .rooms__3-col .post-room p {
    display: none; }
  .rooms__3-col .post-room:hover p {
    display: block; }
  .rooms__3-col .post-room:hover .img-link img,
  .rooms__3-col .post-room:hover .triangle-bottom {
    margin-top: -9.375rem; } }

.rooms__full-width img {
  width: 100%;
  max-height: 22.5rem;
  object-fit: cover; }

.rooms__2-col-h p {
  font-size: 0.875rem; }

.award {
  display: block;
  position: relative;
  text-align: center;
  margin: 0.625rem auto 0 auto; }
  @media only screen and (max-width: 40em) {
    .award {
      margin-bottom: 3.125rem; } }

.award-wrapper {
  display: block;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  height: 108px; }
  .award-wrapper:before, .award-wrapper:after {
    display: block;
    position: absolute;
    top: 0;
    font-size: 6.75rem;
    color: #e6e6e6; }
  .award-wrapper:before {
    left: 0; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .award-wrapper:before {
        left: -25px; } }
  .award-wrapper:after {
    right: 0; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .award-wrapper:after {
        right: -25px; } }

.award__nomin {
  display: block;
  font-size: 1rem;
  width: 130px;
  margin: 0 auto;
  padding-bottom: 0.75rem; }

.award__year {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700; }

.award__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.125rem; }

.main-content .articles-wrap {
  margin-top: 0; }
  @media only screen and (min-width: 40.0625em) {
    .main-content .articles-wrap {
      margin-top: 4.125rem; } }
  @media only screen and (min-width: 40.0625em) {
    .main-content .articles-wrap:first-child {
      margin-top: 0; } }
  @media only screen and (max-width: 40em) {
    .main-content .articles-wrap:first-child .article-wrap:first-child {
      margin-top: 0; } }

.main-content .article-wrap img {
  width: 100%; }

@media only screen and (max-width: 40em) {
  .main-content .article-wrap {
    margin-top: 3rem; }
  .main-content .sticky-wrap {
    margin-top: 0; } }

.post-news p {
  margin-left: 7.1875rem;
  margin-top: 1.4375rem;
  margin-bottom: 0; }

.news__heading {
  font-size: 1.5rem;
  margin-left: 7.1875rem;
  padding-top: 0.625rem;
  font-family: "Lora", Arial, sans-serif; }
  @media only screen and (max-width: 40em) {
    .news__heading {
      font-size: 1.125rem;
      margin-left: 6.25rem; } }

.news__heading a {
  color: #2D3134; }
  .news__heading a:hover {
    color: #bd953e; }

.date-fancy {
  position: relative;
  display: inline-block;
  float: left; }

.date__mask {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 71px solid #FFFFFF;
  border-left: 71px solid transparent; }
  .date__mask:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 35px;
    width: 100px;
    height: 1px;
    background-color: #2D3134;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg); }
  @media only screen and (max-width: 40em) {
    .date__mask {
      border-bottom: 77px solid #FFFFFF;
      border-left: 77px solid transparent; }
      .date__mask:after {
        right: 0;
        width: 70px; } }

.date-fancy__day {
  display: inline-block;
  min-width: 45px;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1; }
  @media only screen and (max-width: 40em) {
    .date-fancy__day {
      font-size: 2.5rem;
      margin-top: 0.625rem;
      min-width: 50px; } }

.date-fancy__month {
  position: relative;
  float: right;
  display: inline-block;
  text-align: right;
  font-family: "Playfair Display", Arial, sans-serif;
  line-height: 1.1875rem;
  margin-top: 2.0625rem;
  margin-left: 0.1875rem;
  color: #2D3134; }
  @media only screen and (max-width: 40em) {
    .date-fancy__month {
      margin-left: -0.3125rem; } }

.date-fancy__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 1.25rem;
  font-size: 2rem; }

.comment-list {
  margin-left: 0;
  list-style: none; }
  .comment-list ol {
    list-style: none; }
  .comment-list .children {
    margin-left: 1.25rem; }
    @media only screen and (min-width: 40.0625em) {
      .comment-list .children {
        margin-left: 5rem; } }

.comment__img {
  float: left;
  margin-right: 1.25rem;
  display: block;
  width: 60px;
  height: 60px; }
  @media only screen and (min-width: 40.0625em) {
    .comment__img {
      position: absolute;
      float: auto;
      margin-right: 0;
      width: 84px;
      height: 84px; } }

@media only screen and (min-width: 40.0625em) {
  .comment__content {
    margin-left: 7.1875rem; } }

.comcontent__label {
  margin-bottom: 1.25rem; }

.comcontent__author {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0; }
  .comcontent__author a {
    color: #4C4C4C; }
    .comcontent__author a:hover {
      color: #bd953e; }
  @media only screen and (min-width: 40.0625em) {
    .comcontent__author {
      float: left; } }

.comcontent__date {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #9f9f9f; }
  @media only screen and (min-width: 40.0625em) {
    .comcontent__date {
      float: left; }
      .comcontent__date:before {
        content: "•";
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        color: #2D3134; } }

.nav-previous, .nav-next {
  display: inline-block; }

.width-100 {
  width: 100%; }

.tag-list {
  margin-top: -0.5rem; }
  .tag-list.tag-list--iconpad .icon-tag {
    margin-left: 1.875rem; }
  .tag-list:after {
    content: " ";
    display: inline-block; }
  .tag-list a {
    display: inline-block;
    margin-top: 0.5rem;
    margin-right: 0.9375rem; }

.tagcloud a {
  display: inline-block;
  color: #4C4C4C;
  margin-right: 1.25rem; }
  .tagcloud a:hover, .tagcloud a:focus {
    color: #bd953e; }

.page-links {
  font-size: 1.125rem; }
  .page-links a {
    margin-right: 0.9375rem; }
  .page-links > span {
    margin-right: 0.9375rem; }

.comment-respond {
  margin-top: 3rem; }
  @media only screen and (max-width: 40em) {
    .comment-respond {
      margin-top: 1.5rem; } }

.comment-cancel {
  color: #4C4C4C;
  font-size: 1.125rem; }
  .comment-cancel:hover, .comment-cancel:focus, .comment-cancel:active {
    color: #bd953e; }

@media only screen and (min-width: 40.0625em) {
  .review-title {
    float: left; } }

.review-title__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2D3134;
  margin-bottom: 0; }

.review-title__label {
  color: #575a5c;
  font-size: 1rem; }

.review__content {
  margin-top: 1.3125rem; }
  .review__content p {
    margin-bottom: 0; }

.review-rating {
  font-size: 1.125rem;
  color: #f9735b;
  margin-top: 1.0625rem; }
  @media only screen and (min-width: 40.0625em) {
    .review-rating {
      float: right; } }
  .review-rating [class^="icon-"], .review-rating .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .review-rating a, .review-rating .navigation-primary > li.menu-item-has-children > a:before, .review-rating
  .navigation-primary > li.page_item_has_children > a:before, .review-rating .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .review-rating .arrow, .review-rating .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .review-rating .arrow, .review-rating .gallery .img-link:before, .gallery .review-rating .img-link:before, .review-rating .award-wrapper:before, .review-rating .award-wrapper:after, .review-rating .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .review-rating .vc_tta-panel-title > a:after, .review-rating .accordion--lux .accordion-navigation > a:after, .accordion--lux .review-rating .accordion-navigation > a:after, .review-rating .getshare-counter:before, .review-rating .fancy-sel__var:before {
    float: left;
    margin-left: 0.25rem; }
    .review-rating [class^="icon-"]:first-child, .review-rating .bx-wrapper .bx-controls-direction a:first-child, .bx-wrapper .bx-controls-direction .review-rating a:first-child, .review-rating .navigation-primary > li.menu-item-has-children > a:first-child:before, .review-rating
    .navigation-primary > li.page_item_has_children > a:first-child:before, .review-rating .np-side li.menu-item-has-children .arrow:first-child, .np-side li.menu-item-has-children .review-rating .arrow:first-child, .review-rating .np-side li.page_item_has_children .arrow:first-child, .np-side li.page_item_has_children .review-rating .arrow:first-child, .review-rating .gallery .img-link:first-child:before, .gallery .review-rating .img-link:first-child:before, .review-rating .award-wrapper:first-child:before, .review-rating .award-wrapper:first-child:after, .review-rating .vc_tta-panel .vc_tta-panel-title > a:first-child:after, .vc_tta-panel .review-rating .vc_tta-panel-title > a:first-child:after, .review-rating .accordion--lux .accordion-navigation > a:first-child:after, .accordion--lux .review-rating .accordion-navigation > a:first-child:after, .review-rating .getshare-counter:first-child:before, .review-rating .fancy-sel__var:first-child:before {
      margin-left: 0; }

.main-footer {
  position: relative;
  background-color: #24272a;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  color: #717171;
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: -moz-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: -ms-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  .main-footer.is-pushed-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }

.foot-widget__title, .foot-widget h2,
.foot-widget .widgettitle {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700; }

.newsletter label {
  color: #717171;
  font-size: 1rem; }

.newsletter__group {
  position: relative; }

input[type="email"].input--newsletter {
  background: transparent;
  height: 48px;
  margin-top: 1.25rem;
  border: 3px solid #717171;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: none;
  color: #FFFFFF;
  padding-right: 3.75rem; }

.button--newsletter {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  background-color: #717171;
  height: 48px;
  padding: 0;
  width: 55px; }
  .button--newsletter span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0; }

.social-list a {
  color: #717171; }
  .social-list a:hover {
    color: #bd953e; }

.copyrights {
  color: #595959;
  font-size: 1rem; }
  .copyrights a {
    color: #717171; }
    .copyrights a:hover {
      color: #bd953e; }
  .copyrights p {
    margin-bottom: 0;
    font-size: 1rem; }

.breadcrumbs {
  position: relative;
  font-size: 0.875rem;
  margin-top: 1.3125rem; }
  .breadcrumbs a {
    color: #575a5c; }
    .breadcrumbs a::after {
      margin-left: 0.75rem;
      font-size: 0.5625rem;
      font-family: 'oihotel';
      content: "\e905"; }
    .breadcrumbs a:hover {
      color: #bd953e; }
      .breadcrumbs a:hover::after {
        color: #575a5c; }
  .breadcrumbs .sep {
    margin-right: 0.625rem; }
    .breadcrumbs .sep span {
      font-size: 0.5625rem; }
  .breadcrumbs span a {
    margin-right: 0.625rem; }

.breadcrumb_last {
  color: #2D3134; }

.features-item {
  text-align: center; }
  .features-item [class^="icon-"], .features-item .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .features-item a, .features-item .navigation-primary > li.menu-item-has-children > a:before, .features-item
  .navigation-primary > li.page_item_has_children > a:before, .features-item .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .features-item .arrow, .features-item .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .features-item .arrow, .features-item .gallery .img-link:before, .gallery .features-item .img-link:before, .features-item .award-wrapper:before, .features-item .award-wrapper:after, .features-item .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .features-item .vc_tta-panel-title > a:after, .features-item .accordion--lux .accordion-navigation > a:after, .accordion--lux .features-item .accordion-navigation > a:after, .features-item .getshare-counter:before, .features-item .fancy-sel__var:before {
    font-size: 3.125rem; }

.features-cont {
  margin-top: 0.75rem;
  font-size: 1rem; }
  .features-cont ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .features-cont ul li {
      font-size: 1rem; }
      .features-cont ul li:first-child {
        font-weight: 700; }

.features-cont__title {
  font-weight: 700; }

.extras li {
  margin-bottom: 0;
  padding-bottom: 1.5rem; }

.extras-item {
  display: table; }
  .extras-item [class^="icon-"], .extras-item .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .extras-item a, .extras-item .navigation-primary > li.menu-item-has-children > a:before, .extras-item
  .navigation-primary > li.page_item_has_children > a:before, .extras-item .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .extras-item .arrow, .extras-item .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .extras-item .arrow, .extras-item .gallery .img-link:before, .gallery .extras-item .img-link:before, .extras-item .award-wrapper:before, .extras-item .award-wrapper:after, .extras-item .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .extras-item .vc_tta-panel-title > a:after, .extras-item .accordion--lux .accordion-navigation > a:after, .accordion--lux .extras-item .accordion-navigation > a:after, .extras-item .getshare-counter:before, .extras-item .fancy-sel__var:before {
    display: block;
    float: left;
    font-size: 2.25rem; }

.extras-item--right {
  width: 100%; }

.extras-item__label {
  display: table-cell;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 1.875rem;
  margin-bottom: 0; }

.extras-item__label--left {
  padding-right: 1.875rem;
  padding-left: 0; }

.vc_tta-panel {
  position: relative !important;
  border-bottom: 3px solid #f5f5f5 !important; }
  .vc_tta-panel:after, .vc_tta-panel:before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 9px;
    background: #f5f5f5;
    bottom: 0;
    z-index: 1; }
  .vc_tta-panel:before {
    left: 0; }
  .vc_tta-panel::after {
    right: 0; }
  .vc_tta-panel .vc_tta-panel-title > a {
    color: #4C4C4C !important;
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    font-family: "Lora", Arial, sans-serif !important;
    padding-left: 1.25rem !important;
    padding-right: 3.4375rem !important; }
    .vc_tta-panel .vc_tta-panel-title > a:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      color: #959595; }
  .vc_tta-panel .vc_tta-panel-heading {
    background-color: #FFFFFF !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border: 0 !important; }
    .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
      display: none !important; }
  .vc_tta-panel .vc_tta-panel-body {
    background-color: #f5f5f5 !important;
    border: 0 !important; }
    .vc_tta-panel .vc_tta-panel-body p {
      font-size: 1rem !important;
      line-height: 1.6 !important; }
  .vc_tta-panel.vc_active {
    border-bottom: 3px solid #bd953e !important; }
    .vc_tta-panel.vc_active:after, .vc_tta-panel.vc_active:before {
      background: #bd953e; }
    .vc_tta-panel.vc_active .vc_tta-panel-heading {
      background-color: #f5f5f5 !important; }
    .vc_tta-panel.vc_active .vc_tta-panel-body {
      border-top: 0 !important; }

.accordion--lux {
  font-family: "Lora", Arial, sans-serif;
  font-weight: 400; }
  .accordion--lux .accordion-navigation {
    position: relative;
    border-bottom: 3px solid #f5f5f5; }
    .accordion--lux .accordion-navigation:after, .accordion--lux .accordion-navigation:before {
      position: absolute;
      content: "";
      display: block;
      width: 3px;
      height: 9px;
      background: #f5f5f5;
      bottom: 0; }
    .accordion--lux .accordion-navigation:before {
      left: 0; }
    .accordion--lux .accordion-navigation::after {
      right: 0; }
    .accordion--lux .accordion-navigation.active {
      border-color: #bd953e; }
      .accordion--lux .accordion-navigation.active:after, .accordion--lux .accordion-navigation.active:before {
        background: #bd953e; }
    .accordion--lux .accordion-navigation > a {
      position: relative;
      padding-right: 3.4375rem;
      padding-left: 1.25rem;
      line-height: 1.575rem; }
      .accordion--lux .accordion-navigation > a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        color: #959595; }
    .accordion--lux .accordion-navigation .content {
      font-size: 1rem;
      color: #4C4C4C; }
      .accordion--lux .accordion-navigation .content p {
        font-size: 1rem;
        color: #4C4C4C;
        margin-bottom: 0; }

.accordion.animated .content {
  display: block;
  padding: 0 1.25rem;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 0; }

/*=========================================================

  MAP WITH INTERACTIONS

=========================================================*/
.map__canvas {
  width: 100%;
  height: 455px;
  margin-top: 1.5625rem; }
  .map__canvas .gm-style-mtc {
    display: none; }

.swap-button {
  display: block;
  float: left;
  cursor: pointer;
  padding: 1.25rem;
  margin-top: 1.75rem;
  margin-left: -2.5rem; }

.button-group--map {
  margin-top: 1.9375rem;
  float: left; }

.map__directions .direction-label {
  display: inline-block;
  width: 24%;
  float: left;
  margin-right: 2.5rem; }

.map__directions input[type="radio"] {
  display: none; }

.map__transport {
  display: inline-block;
  width: auto;
  float: left; }

.maps__travel-mode {
  margin: 1.375rem 3.125rem 0 0;
  padding: 0; }
  .maps__travel-mode li {
    display: block;
    margin-right: 1.25rem;
    line-height: 3rem;
    float: left; }
    .maps__travel-mode li:last-child {
      margin-right: 0; }
  .maps__travel-mode label.active {
    color: #bd953e; }
  .maps__travel-mode [class^="icon-"], .maps__travel-mode .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .maps__travel-mode a, .maps__travel-mode .navigation-primary > li.menu-item-has-children > a:before, .maps__travel-mode
  .navigation-primary > li.page_item_has_children > a:before, .maps__travel-mode .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .maps__travel-mode .arrow, .maps__travel-mode .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .maps__travel-mode .arrow, .maps__travel-mode .gallery .img-link:before, .gallery .maps__travel-mode .img-link:before, .maps__travel-mode .award-wrapper:before, .maps__travel-mode .award-wrapper:after, .maps__travel-mode .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .maps__travel-mode .vc_tta-panel-title > a:after, .maps__travel-mode .accordion--lux .accordion-navigation > a:after, .accordion--lux .maps__travel-mode .accordion-navigation > a:after, .maps__travel-mode .getshare-counter:before, .maps__travel-mode .fancy-sel__var:before {
    font-size: 1.625rem; }
  .maps__travel-mode .icon-bicycle {
    font-size: 2.3125rem; }

/*=========================================================

  DIRECTIONS

=========================================================*/
#mapdirections ul {
  padding: 0;
  margin: 0; }

#mapdirections .suggested-routes {
  font-size: 18px;
  font-weight: 400;
  color: #a87401;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px; }

#mapdirections #suggest-routes {
  color: #716c5e;
  padding: 0;
  list-style: none; }

#mapdirections #suggest-routes label {
  margin-bottom: 0; }

#mapdirections li {
  line-height: 1.4em;
  color: #47413a; }

#mapdirections .route-name {
  width: 54%;
  color: #716c5e; }

#mapdirections .stats {
  float: right;
  width: 45%;
  color: #47413a;
  font-weight: bold; }

#mapdirections .route-option-button {
  display: block;
  padding: .7em 1em .7em 1em;
  border-top: solid #645f52 1px; }

#mapdirections .route-option-button.checked {
  background: #c5d0dc;
  font-weight: bold; }

#mapdirections .route-option-button.checked .route-name, #mapdirections .route-option-button.checked .stats {
  color: #010101; }

#mapdirections .route-option-button span {
  background: 0; }

.ie7 #mapdirections .route-option-button .route-name, .ie6 #mapdirections .route-option-button .route-name {
  float: left; }

.ie7 #mapdirections .route-option-button .stats, .ie6 #mapdirections .route-option-button .stats {
  width: 132px; }

#mapdirections .route-option-button:hover {
  background: #d5e0ec; }

#mapdirections .route-option-button.checked:hover {
  background: #b5c0cc; }

#mapdirections .route-option-button input {
  display: none; }

#mapdirections .route-title {
  font-weight: bold;
  font-size: 16px;
  color: #47413a;
  margin: 20px 0 10px 30px; }

.ie7 #mapdirections .route-title {
  margin-left: 35px; }

ol#directions {
  list-style: decimal; }

#directions li {
  float: none;
  clear: left;
  margin: 0 45px 0 30px;
  padding: .7em 0 .7em 0;
  min-height: 16px;
  border-bottom: solid #817c6e 1px;
  list-style-position: inside;
  line-height: 1.5em;
  position: relative; }

.ie7 #directions, .ie6 #directions {
  list-style: none; }

#directions li div.small {
  font-size: .85em;
  line-height: 1.3em;
  color: #615c4e; }

#directions li span.route-distance {
  font-size: .8em;
  position: absolute;
  bottom: -0.6em;
  right: -45px;
  line-height: 1em;
  padding: 0; }

#directions-container .end-point {
  font-weight: bold;
  font-size: 1.2em;
  padding: .5em 0 .5em 30px;
  margin: 0;
  min-height: 20px; }

.ie7 #directions-container .end-point {
  width: 320px;
  margin-left: 13px; }

#google-map-copyright, #google-map-warnings {
  margin: 1em 0;
  font-size: .8em; }

/*=========================================================
  04. #FOR-MAP
=========================================================*/
.map-directions-icon {
  background-image: url("../images/map/google-maps-route-icons.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 19px;
  height: 16px;
  float: left;
  clear: left;
  margin: 0 0 0 -30px; }

.l-l {
  background-position: 0 -18px; }

.l-slight-l {
  background-position: 0 -447px; }

.l-sharp-l {
  background-position: 0 -160px; }

.l-exit-l {
  background-position: 0 -517px; }

.l-fork-l {
  background-position: 0 -286px; }

.l-r {
  background-position: 0 -69px; }

.l-slight-r {
  background-position: 0 -88px; }

.l-sharp-r {
  background-position: 0 -179px; }

.l-exit-r {
  background-position: 0 -342px; }

.l-fork-r {
  background-position: 0 -213px; }

.l-straight {
  background-image: none; }

.l-merge {
  background-position: 0 -267px; }

.l-tcircle-cc {
  background-position: 0 -125px; }

.l-tcircle-c {
  background-position: 0 -249px; }

.l-uturn-l {
  background-position: 0 -465px; }

.l-uturn-r {
  background-position: 0 -322px; }

.l-ferry {
  background-position: 0 -359px; }

.l-train {
  background-position: 0 -394px; }

.d-l {
  background-position: 0 -417px; }

.d-slight-l {
  background-position: 0 -381px; }

.d-sharp-l {
  background-position: 0 -1px; }

.d-exit-l {
  background-position: 0 -601px; }

.d-fork-l {
  background-position: 0 -550px; }

.d-r {
  background-position: 0 -487px; }

.d-slight-r {
  background-position: 0 -54px; }

.d-sharp-r {
  background-position: 0 -583px; }

.d-exit-r {
  background-position: 0 -432px; }

.d-fork-r {
  background-position: 0 -499px; }

.d-straight {
  background-position: 0 -535px; }

.d-merge {
  background-position: 0 -143px; }

.d-tcircle-cc {
  background-position: 0 -232px; }

.d-tcircle-c {
  background-position: 0 -197px; }

.d-uturn-l {
  background-position: 0 -306px; }

.d-uturn-r {
  background-position: 0 -36px; }

.d-ferry {
  background-position: 0 -614px; }

.d-train {
  background-position: 0 -566px; }

/*=========================================================

  NEWS PAGE ELEMNTS

  01. #FEATURED-ARTICLE

  02. #ARTICLE

  03. #SHARE
      https://github.com/cdn-getshares/cdn-getshares.github.io

  04. #FEAT-HIGHLIGHT

=========================================================*/
/*=========================================================
  01. #FEATURED-ARTICLE
=========================================================*/
.top-featured {
  position: relative; }

.top-featured__image {
  float: left;
  background-color: #000000;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #000000; }
  @media only screen and (min-width: 40.0625em) {
    .top-featured__image {
      height: 324px;
      width: 60%; } }
  .top-featured__image img {
    width: auto;
    float: none;
    height: 240px;
    min-height: 100%;
    max-width: none !important;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media only screen and (min-width: 40.0625em) {
      .top-featured__image img {
        min-width: 100%;
        float: none;
        height: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }

.top-featured__blank {
  display: none;
  float: right;
  background-color: #2D3134;
  height: 240px;
  overflow: hidden; }
  @media only screen and (min-width: 40.0625em) {
    .top-featured__blank {
      display: block;
      height: 324px;
      width: 40%; } }

@media only screen and (min-width: 40.0625em) {
  .top-featured__over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }

.top-featured__content {
  background-color: #2D3134;
  overflow: hidden;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }
  @media only screen and (min-width: 40.0625em) {
    .top-featured__content {
      height: 324px; } }

/*=========================================================
  02. #ARTICLE
=========================================================*/
.article p {
  margin-top: 1.3125rem; }

.article .button-link {
  display: inline-block; }

@media only screen and (min-width: 40.0625em) {
  .article--featured {
    padding-left: 1.25rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.article--featured p {
  color: #FFFFFF; }

.article__date {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  padding: 0.25rem 1.25rem 1.25rem 1.25rem;
  color: #2D3134;
  background-color: #FFFFFF; }

.article__title a {
  color: #2D3134; }
  .article__title a:hover {
    color: #bd953e; }

.article__title--small {
  font-size: 1.5rem; }

.article__title--featured {
  font-size: 1.5rem;
  margin-top: 0.3125rem; }
  .article__title--featured a {
    color: #FFFFFF; }
    .article__title--featured a:hover {
      color: #bd953e; }

.article__title--imaged {
  font-size: 1.5rem; }
  @media only screen and (min-width: 40.0625em) {
    .article__title--imaged {
      color: #FFFFFF; }
      .article__title--imaged a {
        color: #FFFFFF; }
        .article__title--imaged a:hover {
          color: #bd953e; } }

.article__tag {
  text-transform: uppercase;
  font-size: 0.75rem; }

.article__tag--featured {
  color: #afafaf; }

.article__actions {
  list-style: none;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.article__actions--featured {
  color: #afafaf;
  margin-top: 1.5625rem; }

@media only screen and (min-width: 40.0625em) {
  .article__actions--imaged {
    color: #FFFFFF; } }

.article__actions-item {
  float: left;
  margin-right: 1.875rem; }
  .article__actions-item:last-child {
    margin-right: 0; }
    @media only screen and (max-width: 40em) {
      .article__actions-item:last-child {
        clear: both; } }
  .article__actions--featured .article__actions-item a {
    color: #afafaf; }
    .article__actions--featured .article__actions-item a:hover {
      color: #bd953e; }
  @media only screen and (min-width: 40.0625em) {
    .article__actions--imaged .article__actions-item a {
      color: #FFFFFF; }
      .article__actions--imaged .article__actions-item a:hover {
        color: #bd953e; } }
  .article__actions-item a {
    color: #575a5c; }
    .article__actions-item a:hover {
      color: #bd953e; }
  .article__actions-item .icon-heart-empty, .article__actions-item .icon-heart-full {
    font-weight: 700; }
  .article__actions-item [class^="icon-"], .article__actions-item .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .article__actions-item a, .article__actions-item .navigation-primary > li.menu-item-has-children > a:before, .article__actions-item
  .navigation-primary > li.page_item_has_children > a:before, .article__actions-item .np-side li.menu-item-has-children .arrow, .np-side li.menu-item-has-children .article__actions-item .arrow, .article__actions-item .np-side li.page_item_has_children .arrow, .np-side li.page_item_has_children .article__actions-item .arrow, .article__actions-item .gallery .img-link:before, .gallery .article__actions-item .img-link:before, .article__actions-item .award-wrapper:before, .article__actions-item .award-wrapper:after, .article__actions-item .vc_tta-panel .vc_tta-panel-title > a:after, .vc_tta-panel .article__actions-item .vc_tta-panel-title > a:after, .article__actions-item .accordion--lux .accordion-navigation > a:after, .accordion--lux .article__actions-item .accordion-navigation > a:after, .article__actions-item .getshare-counter:before, .article__actions-item .fancy-sel__var:before, .article__actions-item [class*=" icon-"] {
    margin-right: 0.625rem; }

.article--imaged {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .article--imaged img {
      min-width: 100%;
      max-width: none !important;
      float: none;
      height: auto;
      left: 50%;
      position: relative;
      -webkit-transform: translateX(-50%) translateY(0);
      -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
      -o-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0); } }

@media only screen and (min-width: 40.0625em) {
  .imaged__gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background-color: transparent; } }

@media only screen and (max-width: 40em) {
  .imaged__content {
    margin-top: 1.5rem; } }

@media only screen and (min-width: 40.0625em) {
  .imaged__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.875rem;
    color: #FFFFFF;
    text-align: left; } }

.imaged__title {
  font-size: 1.5rem; }
  @media only screen and (min-width: 40.0625em) {
    .imaged__title {
      color: #FFFFFF; }
      .imaged__title a {
        color: #FFFFFF; }
        .imaged__title a:hover {
          color: #bd953e; } }

/*=========================================================
  03. #SHARE
=========================================================*/
.share {
  position: relative; }

.share--featured {
  color: #afafaf; }

.share-group {
  position: absolute;
  left: 40px;
  top: 0;
  width: 220px;
  margin-right: 20px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0); }
  .share-group.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  .share-group.hidden {
    display: none; }

.share-item {
  float: left; }

.share__trigger {
  cursor: pointer;
  float: left;
  line-height: 1.75rem; }
  .share__trigger:hover {
    color: #bd953e; }

.getshare input[type="checkbox"] {
  display: none; }

.share--featured .getshare input[type="checkbox"] + label {
  color: #afafaf; }

.getshare input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  color: #575a5c;
  margin-left: 0;
  margin-right: 1.25rem; }
  .getshare input[type="checkbox"] + label:hover {
    color: #bd953e; }

.getshare-counter:before {
  content: '';
  height: 20px;
  display: inline-block;
  background-position: 0% 30%;
  background-repeat: no-repeat;
  vertical-align: middle; }

/*=========================================================
  04. #FEAT-HIGHLIGHT
=========================================================*/
.feat-highlight {
  background-color: #f5f5f5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 40.0625em) {
    .feat-highlight {
      padding-bottom: 1rem; } }

@media only screen and (min-width: 40.0625em) {
  .ftxt-box {
    margin-right: 1.25rem;
    padding-right: 0.625rem;
    border-right: 1px solid #cccdce;
    padding-right: 1.25rem;
    float: left;
    margin-right: -190px; } }

@media only screen and (min-width: 40.0625em) {
  .ftxt-box--narrow {
    width: 150px;
    float: left; } }

.ftxt-box__head {
  font-family: "Playfair Display", Arial, sans-serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.05; }

@media only screen and (min-width: 40.0625em) {
  .ftxt-box__head--narrow {
    width: 150px; } }

.ftxt-box__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 0.625rem;
  color: #575a5c;
  word-break: break-word; }

@media only screen and (min-width: 40.0625em) {
  .farticle-box {
    float: right;
    width: 100%;
    padding-left: 190px; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .farticle-box__item:nth-child(2) .feat-article {
    border-right: 0; } }

.farticle-box__item:last-child .feat-article {
  border-right: 0; }

@media only screen and (max-width: 40em) {
  .feat-article {
    border-top: 1px solid #cccdce;
    margin-top: 1.5rem;
    padding-top: 1.5rem; } }

@media only screen and (min-width: 40.0625em) {
  .feat-article {
    border-right: 1px solid #cccdce;
    min-height: 94px; } }

.feat-article__title {
  font-size: 1.125rem;
  font-family: "Lora", Arial, sans-serif;
  margin-top: 0.75rem; }
  @media only screen and (max-width: 40em) {
    .feat-article__title {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 40.0625em) {
    .feat-article__title {
      margin-right: 1.25rem; } }
  .feat-article__title a {
    color: #575a5c; }
    .feat-article__title a:hover {
      color: #bd953e; }

/*=========================================================

  PRICELIST

=========================================================*/
.pricelist p {
  margin-top: 0.75rem;
  font-size: 1rem; }

.pricelist__item {
  position: relative;
  margin-top: 1.5rem !important; }
  .pricelist__item:after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 2px dotted #9f9f9f; }
  .pricelist__item p {
    margin-top: 0.75rem;
    font-size: 1rem; }

.pricelist__item--empty .pricelist-price {
  bottom: 0; }

.pricelist__item--empty .pricelist__title {
  padding-bottom: 1.25rem; }

.pricelist-info {
  margin-right: 5rem; }
  @media only screen and (min-width: 40.0625em) {
    .pricelist-info {
      margin-right: 6.875rem; } }

.pricelist__title {
  font-family: "Playfair Display", Arial, sans-serif;
  color: #2D3134;
  font-size: 1.5rem;
  font-weight: 600; }

.pricelist-price {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #bd953e;
  font-weight: 600; }

.pricelist-price__label {
  margin-top: 1.875rem;
  font-size: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .pricelist-price__label {
      margin-top: 2.375rem;
      font-size: 2rem; } }

.pricelist-price__value {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 2.25rem; }
  @media only screen and (min-width: 40.0625em) {
    .pricelist-price__value {
      font-size: 3.5rem; } }

.guests-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  max-width: 200px;
  outline: none;
  border: none;
  padding: 0.9375rem;
  font-size: 1rem;
  font-weight: 900;
  -webkit-box-shadow: 0 15px 25px -5px rgba(1, 1, 1, 0.23);
  -moz-box-shadow: 0 15px 25px -5px rgba(1, 1, 1, 0.23);
  box-shadow: 0 15px 25px -5px rgba(1, 1, 1, 0.23); }
  .guests-dropdown.open {
    display: block; }
  .guests-dropdown > *:first-child {
    margin-top: 0; }
  .guests-dropdown > *:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 40em) {
    .guests-dropdown {
      min-width: 7.5rem;
      left: 0 !important; } }
  .guests-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    border: 1px solid #d7d7d7;
    margin: 0.625rem;
    padding: 0; }
    .guests-dropdown li:hover, .guests-dropdown li:focus {
      background: #EEEEEE; }
    .guests-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
    .guests-dropdown li a {
      color: #2D3134;
      font-size: 1rem; }
    .guests-dropdown li:hover, .guests-dropdown li:focus {
      background: #bd953e;
      border-color: #bd953e; }
      .guests-dropdown li:hover a, .guests-dropdown li:focus a {
        color: white; }

/*=========================================================

  WIDGETS
  These widgets are for Wordpress Default widgets

  01. #DEFAULT-WIDGETS

  02. #CALLENDAR-WIDGET

  03. #FOOTER-WIDGETS

  04. #SIDEBAR

=========================================================*/
/*=========================================================
  01. #DEFAULT-WIDGETS
=========================================================*/
.widget__title {
  margin-bottom: 1.625rem; }
  @media only screen and (max-width: 40em) {
    .widget__title {
      margin-bottom: 1.125rem; } }

.widget ul li {
  margin-top: 0.5rem; }

.widget ul a {
  color: #4C4C4C; }
  .widget ul a:hover {
    color: #bd953e; }

.widget .recentcomments .comment-author-link {
  color: #575a5c; }
  .widget .recentcomments .comment-author-link a:hover {
    color: #bd953e; }

.widget .recentcomments a {
  color: #575a5c; }
  .widget .recentcomments a:hover {
    color: #bd953e; }

.widget .textwidget {
  font-size: 1.125rem;
  line-height: 1.6; }

/*=========================================================
  02. #CALLENDAR-WIDGET
=========================================================*/
.calendar_wrap table {
  width: 100%;
  border: none; }
  .calendar_wrap table td, .calendar_wrap table th {
    background: white;
    width: 2.625rem;
    height: 2.375rem;
    text-align: center;
    padding: 0; }
  .calendar_wrap table tbody td a {
    display: inline-block;
    width: 100%;
    padding: 0.625rem 0; }
    .calendar_wrap table tbody td a:hover {
      background: #bd953e;
      color: white; }
  .calendar_wrap table caption {
    font-size: 1.125rem;
    margin-bottom: 0.625rem; }
  .calendar_wrap table #today {
    background-color: #9f7b2e;
    color: white; }
    .calendar_wrap table #today a {
      color: white; }
  .calendar_wrap table tfoot td {
    padding: 0 0.9375rem; }
  .calendar_wrap table #prev {
    text-align: left; }
  .calendar_wrap table #next {
    text-align: right; }
  .calendar_wrap table #prev a, .calendar_wrap table #next a {
    color: #4C4C4C;
    font-size: 1rem; }
    .calendar_wrap table #prev a:hover, .calendar_wrap table #prev a:focus, .calendar_wrap table #next a:hover, .calendar_wrap table #next a:focus {
      color: #bd953e; }

/*=========================================================
  03. #FOOTER-WIDGETS
=========================================================*/
.foot-widget {
  list-style: none; }
  .foot-widget .widgettitle {
    margin-bottom: 1.625rem; }
    @media only screen and (max-width: 40em) {
      .foot-widget .widgettitle {
        margin-bottom: 1.125rem; } }
  .foot-widget p,
  .foot-widget .textwidget {
    font-size: 1rem; }
  .foot-widget h2,
  .foot-widget .widgettitle {
    font-family: "Lora", Arial, sans-serif; }
  .foot-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 1rem; }
    .foot-widget ul li {
      margin-top: 0; }
    .foot-widget ul a {
      color: #FFFFFF;
      line-height: 1.5rem; }
      .foot-widget ul a:hover {
        color: #bd953e; }

/*=========================================================
  04. #SIDEBAR
=========================================================*/
@media only screen and (min-width: 64.0625em) {
  .sidebar .sidebar-wrap > div:first-child {
    margin-top: 0; } }

@media only screen and (max-width: 40em) {
  .col-sm-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5rem; } }

@media only screen and (min-width: 64.0625em) {
  .col-lg-collapse {
    padding-left: 0;
    padding-right: 0; } }

.mt-0,
ul.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 0.75rem; }

.mt-2 {
  margin-top: 1.5rem; }

.mt-3 {
  margin-top: 1.625rem; }
  @media only screen and (max-width: 40em) {
    .mt-3 {
      margin-top: 1.125rem; } }

.mt-4, .search-wrapper .article-wrap:first-child {
  margin-top: 3rem; }
  @media only screen and (max-width: 40em) {
    .mt-4, .search-wrapper .article-wrap:first-child {
      margin-top: 1.5rem; } }

.mt-5 {
  margin-top: 3.75rem; }
  @media only screen and (max-width: 40em) {
    .mt-5 {
      margin-top: 2.25rem; } }

.mt-6, .search-wrapper .article-wrap, .sidebar .sidebar-wrap > div {
  margin-top: 4.125rem; }
  @media only screen and (max-width: 40em) {
    .mt-6, .search-wrapper .article-wrap, .sidebar .sidebar-wrap > div {
      margin-top: 3rem; } }

.mt-8 {
  margin-top: 6rem; }
  @media only screen and (max-width: 40em) {
    .mt-8 {
      margin-top: 3rem; } }

.mt-10 {
  margin-top: 7.5rem; }
  @media only screen and (max-width: 40em) {
    .mt-10 {
      margin-top: 3.75rem; } }

.mt-12 {
  margin-top: 9rem; }
  @media only screen and (max-width: 40em) {
    .mt-12 {
      margin-top: 4.5rem; } }

.logo {
  display: inline-block; }

.tagline {
  margin-top: 0.625rem;
  color: #4C4C4C;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.225rem; }

.logo--footer .tagline {
  color: #FFFFFF; }

.logo--footer img {
  display: block; }

.top-head {
  position: relative;
  background-color: #FFFFFF;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: -moz-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: -ms-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  .top-head.is-pushed-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  .top-head .columns {
    height: 96px; }
  @media only screen and (min-width: 40.0625em) {
    .top-head .columns {
      height: 120px; } }

.top-bar {
  position: relative;
  background-color: #2d3134;
  color: #FFFFFF;
  height: 48px;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: -moz-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: -ms-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  .top-bar.is-pushed-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  .top-bar .row > .columns {
    height: 48px; }
  .top-bar .list-horizontal {
    font-size: 0.875rem; }

.content-wrapper {
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: -moz-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: -ms-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  .content-wrapper.is-pushed-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }

.section-big--gray {
  background-color: #f5f5f5;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media only screen and (max-width: 40em) {
    .section-big--gray {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.checkin-wrapper {
  display: block; }
  @media only screen and (min-width: 40.0625em) {
    .checkin-wrapper {
      bottom: -24px;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center; } }

.checkin {
  position: relative;
  height: 84px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 45px rgba(1, 1, 1, 0.23);
  -moz-box-shadow: 0 5px 45px rgba(1, 1, 1, 0.23);
  box-shadow: 0 5px 45px rgba(1, 1, 1, 0.23); }
  @media only screen and (min-width: 40.0625em) {
    .checkin {
      display: inline-block;
      height: 108px;
      padding: 1.25rem 1.875rem 1.25rem 0; } }

.fancy-sel {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 40em) {
    .fancy-sel {
      display: block;
      width: 100%;
      padding-right: 3.125rem; } }

.fancy-sel__item {
  float: left;
  text-align: center;
  padding-right: 0.375rem;
  border-right: 1px solid #a5a5a5;
  position: relative;
  z-index: 2; }
  .fancy-sel__item:last-child {
    border-right: none; }
  @media only screen and (max-width: 40em) {
    .fancy-sel__item {
      width: 33.3333%;
      margin: 0.5625rem 0; } }
  @media only screen and (min-width: 40.0625em) {
    .fancy-sel__item {
      min-width: 136px; } }

.fancy-sel__link {
  display: block;
  color: #2D3134; }

.fancy-sel__label {
  color: #575a5c;
  font-size: 0.625rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 40.0625em) {
    .fancy-sel__label {
      font-size: 0.75rem; } }

.fancy-sel__var {
  display: inline-block;
  min-width: 48px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.1875rem; }
  .fancy-sel__var:before {
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bd953e;
    right: -20px; }

.fancy-sel__value {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.0625rem; }
  @media only screen and (min-width: 40.0625em) {
    .fancy-sel__value {
      font-size: 0.875rem; } }

.post content {
  display: block; }
  .post content p {
    height: 4.8em;
    overflow: hidden; }

.post--special a {
  display: block; }

.post--special h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.875rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 64.0625em) {
    .post--special h3 {
      margin-top: 1px;
      margin-bottom: 1.5625rem; } }
  .post--special h3 a {
    color: #2D3134; }
    .post--special h3 a:hover {
      color: #bd953e; }

.offer-tag {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  left: auto;
  z-index: 1;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #34373c;
  color: #bd953e;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 40.0625em) {
    .offer-tag {
      top: -10px;
      left: -10px; } }

.offer-tag__value {
  font-size: 1.5rem;
  line-height: 1; }

.offer-tag__label {
  font-size: 0.5rem;
  line-height: 1;
  margin-top: 0.125rem; }

.underline {
  text-decoration: underline; }

@media print {
  #map img {
    max-width: none !important; }
  #map a {
    visibility: hidden !important; } }
