@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; }

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

@font-face {
  font-family: 'FrutigerNext';
  src: url("fonts/frutiger-next-lt.500.eot");
  src: url("fonts/frutiger-next-lt.500.eot?") format("☺"), local("Frutiger Next LT"), url("fonts/frutiger-next-lt.500.woff") format("woff"), url("fonts/frutiger-next-lt.500.ttf") format("truetype"), url("fonts/frutiger-next-lt.500.svg#3b5bdcb1-2809-47df-b46a-bdd7e3cf70a3") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'FrutigerNext';
  src: url("fonts/frutiger-next-lt.700.eot");
  src: url("fonts/frutiger-next-lt.700.eot?") format("☺"), local("Frutiger Next LT"), url("fonts/frutiger-next-lt.700.woff") format("woff"), url("fonts/frutiger-next-lt.700.ttf") format("truetype"), url("fonts/frutiger-next-lt.700.svg#44583fec-16e5-46d4-94b5-f779465dc4ec") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FrutigerCondensed';
  src: url("fonts/frutigerltstdcn.eot");
  src: local("Frutiger Condensed"), url("fonts/frutigerltstdcn.woff") format("woff"), url("fonts/frutigerltstdcn.ttf") format("truetype"), url("fonts/frutigerltstdcn.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FrutigerCondensed';
  src: url("fonts/frutigerltstd-boldcn.eot");
  src: local("Frutiger Condensed Bold"), url("fonts/frutigerltstd-boldcn.woff") format("woff"), url("fonts/frutigerltstd-boldcn.ttf") format("truetype"), url("fonts/frutigerltstd-boldcn.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FrutigerCondensed';
  src: url("fonts/frutigerltstd-blackcn.eot");
  src: local("Frutiger Condensed Bold"), url("fonts/frutigerltstd-blackcn.woff") format("woff"), url("fonts/frutigerltstd-blackcn.ttf") format("truetype"), url("fonts/frutigerltstd-blackcn.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'dearJoe5Casual';
  src: url("fonts/dearjoe5casual.eot");
  src: local("dearJoe5Casual"), url("fonts/dearjoe5casual.woff") format("woff"), url("fonts/dearjoe5casual.ttf") format("truetype"), url("fonts/dearjoe5casual.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-arrow-left-full:before {
  content: "\e900"; }

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

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

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

.icon-back:before {
  content: "\e904"; }

.icon-home:before {
  content: "\e905"; }

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

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

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: 60em)/";
  width: 0; }

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

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:60.0625em) and (max-width:64em)/";
  width: 60.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:87.5em)/";
  width: 64.0625em; }

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

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

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: #000000;
  color: #ffffff;
  cursor: auto;
  font-family: "FrutigerNext", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  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, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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%; }

.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: #2f2b24;
      color: #FFFFFF; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #2f2b24;
      color: #928570;
      display: block;
      font-family: "FrutigerNext", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      padding: 0.5625rem 3.75rem 0.5625rem 0.8125rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #2d2922; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 1.875rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #2f2b24;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out 300ms ease-out, opacity 300ms ease-out 300ms ease-out, opacity 300ms ease-out 300ms ease-out;
  background-color: #928570;
  border-color: #7e7260;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 0; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #6f6555;
    border-color: #5f5749;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #26221d; }
  .alert-box.alert-close {
    opacity: 0; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "FrutigerNext", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #928570;
  border-color: #756a59;
  color: #FFFFFF;
  transition: background-color 300ms ease-out 300ms ease-out, background-color 300ms ease-out 300ms ease-out, background-color 300ms ease-out 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #756a59; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #6f6555;
    border-color: #595144;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #595144; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 0; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #928570;
    border-color: #756a59;
    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, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #756a59; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #928570; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #6f6555;
      border-color: #595144;
      color: #FFFFFF;
      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, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #595144; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #6f6555; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      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, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      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, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      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, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      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, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 60.0625em) {
  button, .button {
    display: inline-block; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 60.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* 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: 0; }
  .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; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* 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: #4d4c4c;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  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.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* 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.3125rem;
  line-height: 2.3125rem;
  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 {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.prefix.button.round {
  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 {
  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: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  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: #fafafa;
    border-color: #999999;
    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: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

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: #666666; }

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

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

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

/* 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: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 0; }
  select:focus {
    background-color: #f3f2f2;
    border-color: #999999; }
  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: 700;
    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: 500;
  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: 500;
  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: 500;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

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

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

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

label.error {
  color: #f04124; }

.row {
  margin: 0 auto;
  max-width: 80rem;
  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.875rem;
    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.875rem;
  padding-right: 1.875rem;
  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.875rem;
    padding-right: 1.875rem;
    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.875rem;
    padding-right: 1.875rem;
    float: left; } }

@media only screen and (min-width: 60.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.875rem;
    padding-right: 1.875rem;
    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.875rem;
    padding-right: 1.875rem;
    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.875rem;
    padding-right: 1.875rem;
    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.875rem;
    padding-right: 1.875rem;
    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; } }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 60em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 80rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 0; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 80rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 80rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 80rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 80rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 60.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 80rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 60.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 80rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    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; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "FrutigerNext", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 1.875rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 1.875rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1.875rem; }

@media only screen and (min-width: 60.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: 700; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #423c32;
    color: #928570; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 0; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #423c32 !important;
    color: #928570 !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: 500; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

.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: 60em) {
  .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: 60.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: 60.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: 87.5em) {
  .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: 87.5625em) 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: 87.5625em) {
  .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: #928570;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #7e7260; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.52;
  margin-bottom: 0.625rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    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: #928570;
  font-family: "FrutigerNext", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 0;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #b8b0a2;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.375rem; }

h2 {
  font-size: 1.475rem; }

h3 {
  font-size: 0.9375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #b8b0a2;
  font-weight: 500;
  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: 700;
  line-height: inherit; }

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

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

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

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: 700; }

dl dd {
  margin-bottom: 0.75rem; }

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

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

/* Blockquotes */
blockquote {
  margin: 0 0 0.625rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #aba191; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #aba191; }

blockquote,
blockquote p {
  line-height: 1.52;
  color: #b8b0a2; }

/* 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: 700;
    font-size: 0.9375rem; }

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

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

@media only screen and (min-width: 60.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1; }
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.1rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.4375rem; }
  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: 60.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: 87.5625em) {
  .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; } }

html {
  margin-top: 0 !important;
  width: 100%; }

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.rtl {
  direction: rtl;
  unicode-bidi: embed; }

form {
  margin: 0; }
  form ul,
  form ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    form ul li,
    form ol li {
      margin-bottom: 13px; }
      form ul li.half-width,
      form ol li.half-width {
        width: 50%;
        float: left; }
        form ul li.half-width.first,
        form ol li.half-width.first {
          padding-right: 10px; }
        form ul li.half-width.last,
        form ol li.half-width.last {
          padding-left: 10px; }

input, textarea, select {
  color: #6e6e6e; }

label {
  margin-bottom: 8px;
  font-weight: 500;
  color: inherit; }

input[type="text"],
input[type="email"],
input[type="password"],
input.form-text,
textarea,
select {
  margin: 0;
  padding: 3px 12px 3px 12px;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #6e6e6e;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0; }

input[type="text"],
input[type="email"],
input[type="password"]
input.form-text {
  height: 37px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]
input.form-text:focus {
    background: #fff; }

select {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("images/form-dropdown-icon.png"); }
  .rtl select {
    padding-right: 40px; }

input.form-date {
  padding-right: 45px;
  background: #fff url("images/form-date-icon.png") no-repeat right top; }
  input.form-date:focus {
    background: #fff url("images/form-date-icon.png") no-repeat right top; }

::-webkit-input-placeholder {
  color: #6e6e6e;
  opacity: 1; }

:-moz-placeholder {
  color: #6e6e6e;
  opacity: 1; }

::-moz-placeholder {
  color: #6e6e6e;
  opacity: 1; }

:-ms-input-placeholder {
  color: #6e6e6e;
  opacity: 1; }

.form-textarea-wrapper textarea {
  resize: none; }

.form-actions {
  clear: both;
  padding-top: 29px; }

input[type=button],
input[type=reset],
input[type=submit],
button,
input.form-submit {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  font-family: inherit;
  text-transform: uppercase;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background: #6b5f50;
  cursor: pointer; }

.table-wrapper {
  width: 100%;
  overflow: auto; }

table:not(.ui-datepicker-calendar) {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #928570;
  border-bottom: 1px solid #928570;
  background: #181612; }
  table:not(.ui-datepicker-calendar).has-icon-bar {
    margin-top: 55px; }
  table:not(.ui-datepicker-calendar) tr {
    background: none; }
    table:not(.ui-datepicker-calendar) tr.even, table:not(.ui-datepicker-calendar) tr.alt, table:not(.ui-datepicker-calendar) tr:nth-of-type(2n) {
      background: none; }
    table:not(.ui-datepicker-calendar) tr td,
    table:not(.ui-datepicker-calendar) tr th {
      padding: 10px;
      border: 1px solid #2f2b24;
      font-size: 0.9375rem;
      color: #fff;
      font-weight: normal;
      text-align: center;
      vertical-align: middle; }
      table:not(.ui-datepicker-calendar) tr td:first-child,
      table:not(.ui-datepicker-calendar) tr th:first-child {
        min-width: 260px;
        text-align: left;
        border-left: 0;
        padding-left: 0; }
      table:not(.ui-datepicker-calendar) tr td:last-child,
      table:not(.ui-datepicker-calendar) tr th:last-child {
        border-right: 0; }
    table:not(.ui-datepicker-calendar) tr:last-child td,
    table:not(.ui-datepicker-calendar) tr:last-child th {
      border-bottom-color: #928570; }
  table:not(.ui-datepicker-calendar) thead {
    background: none; }
    table:not(.ui-datepicker-calendar) thead tr th,
    table:not(.ui-datepicker-calendar) thead tr td {
      position: relative;
      padding: 10px;
      border: 0;
      font-size: 0.75rem;
      color: #928570; }
      table:not(.ui-datepicker-calendar) thead tr th:first-child,
      table:not(.ui-datepicker-calendar) thead tr td:first-child {
        min-width: 260px;
        text-align: left;
        padding-left: 0; }
      table:not(.ui-datepicker-calendar) thead tr th img,
      table:not(.ui-datepicker-calendar) thead tr td img {
        display: block;
        margin: 0 auto 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%; }

#header {
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.9); }
  #header > .row {
    height: 100%;
    padding: 20px 0 0 0; }
    #header > .row > .columns {
      height: 100%; }

#logo {
  position: relative;
  display: block;
  float: left;
  width: 148px;
  max-height: 100%;
  overflow: hidden; }
  @media screen and (min-width: 641px) {
    #logo {
      margin-left: -27px;
      margin-top: -8px; } }
  #logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 80%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#user-navigation {
  position: absolute;
  top: 0;
  right: 0;
  color: #80725F;
  font-weight: 400; }
  #user-navigation > ul {
    float: left; }
  #user-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1; }
    #user-navigation ul li {
      display: inline-block;
      font-size: 0.875rem;
      line-height: 1;
      vertical-align: baseline; }
  #user-navigation a {
    color: #80725F; }
    #user-navigation a:hover, #user-navigation a:focus, #user-navigation a.active {
      color: #fff; }
  #user-navigation .user-menu li {
    margin-left: 30px; }
    #user-navigation .user-menu li .fa {
      margin-right: 8px;
      font-size: 0.9375rem; }
    #user-navigation .user-menu li > a:before {
      display: inline-block;
      margin-right: 8px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 0.9375rem;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .rtl #user-navigation .user-menu li > a:before {
        margin-right: 0;
        margin-left: 8px; }
    #user-navigation .user-menu li.icon-search > a:before {
      content: "\f002"; }
    #user-navigation .user-menu li.icon-contact > a:before {
      content: "\f041"; }
    #user-navigation .user-menu li.icon-feedback > a:before {
      content: "\f005"; }
    #user-navigation .user-menu li.icon-social-media > a:before {
      content: "\f075"; }
    #user-navigation .user-menu li.icon-gift-card > a:before {
      content: "\f06b"; }
  #user-navigation .language-switcher-wrapper {
    float: left;
    line-height: 1;
    margin-left: 30px; }
    #user-navigation .language-switcher-wrapper .language-switcher-toggle {
      font-size: 14px; }
      #user-navigation .language-switcher-wrapper .language-switcher-toggle:before {
        content: "\f0ac";
        display: inline-block;
        margin-right: 8px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 0.9375rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    #user-navigation .language-switcher-wrapper .language-switcher {
      display: none;
      margin-left: -5px;
      margin-right: -10px;
      z-index: 15;
      position: relative; }
      #user-navigation .language-switcher-wrapper .language-switcher > li {
        display: block;
        background: #2f2a24;
        padding-left: 22px;
        padding-bottom: 5px; }
        #user-navigation .language-switcher-wrapper .language-switcher > li:first-of-type {
          margin-top: 10px;
          padding-top: 5px; }
        #user-navigation .language-switcher-wrapper .language-switcher > li:last-of-type {
          padding-bottom: 10px; }
    #user-navigation .language-switcher-wrapper:hover .language-switcher-toggle {
      color: white; }
    #user-navigation .language-switcher-wrapper:hover .language-switcher {
      display: block; }

#header-search-form {
  float: left;
  margin-top: -7px; }
  #header-search-form .search-text {
    overflow: hidden;
    width: 160px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #header-search-form .search-submit input {
    padding: 0 10px 0 32px; }
  #header-search-form .search-submit:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    font-size: 0.9375rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px; }
  #header-search-form .close {
    float: left;
    display: block;
    width: 17px;
    height: 17px;
    margin: 7px 10px 0 0;
    overflow: hidden;
    text-indent: -99999em;
    background: url("images/search-close.png") no-repeat 0 0;
    background-size: 100% auto;
    cursor: pointer; }
  #header-search-form.inactive .close {
    display: none; }
  #header-search-form.inactive .search-text {
    width: 0; }
  #header-search-form.inactive .search-submit {
    background: transparent;
    color: #80725F; }
    #header-search-form.inactive .search-submit:hover {
      color: #fff; }

#main-navigation {
  margin: 55px 240px 0 240px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #main-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  @media only screen and (min-width: 64.0625em) {
    #main-navigation .mobile-only {
      display: none; } }
  #main-navigation > ul > li {
    float: left;
    height: 4.0625rem;
    margin-left: 30px; }
    #main-navigation > ul > li:first-child {
      margin-left: 0; }
    #main-navigation > ul > li > a {
      position: relative;
      display: block;
      padding: 1.3125rem 0 1rem 0;
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-weight: 400;
      color: #fff; }
      #main-navigation > ul > li > a:after {
        display: none;
        content: "";
        margin: auto;
        position: absolute;
        right: 0;
        width: 0;
        bottom: 0;
        height: 0;
        left: 0;
        border-bottom: 8px solid #2f2b24;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      #main-navigation > ul > li > a:hover, #main-navigation > ul > li > a:focus {
        color: #80725f; }
    #main-navigation > ul > li.current-menu-item > a, #main-navigation > ul > li.current-menu-ancestor > a {
      color: #80725f; }
    #main-navigation > ul > li > ul {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 0;
      text-align: left;
      background: #2f2b24;
      z-index: 1011; }
      #main-navigation > ul > li > ul > li {
        float: left;
        width: 20%;
        padding: 0;
        border-right: 1px solid #20201b; }
        #main-navigation > ul > li > ul > li:last-child {
          border-right: 0; }
        #main-navigation > ul > li > ul > li > a {
          display: block;
          height: 50px;
          padding: 0 10px 2px 10px;
          font-size: 1rem;
          line-height: 1.1;
          color: #fff;
          font-weight: 400;
          letter-spacing: 1px; }
          #main-navigation > ul > li > ul > li > a > span {
            display: table;
            width: 100%;
            height: 100%; }
            #main-navigation > ul > li > ul > li > a > span > span {
              display: table-cell;
              width: 100%;
              height: 100%;
              vertical-align: middle; }
          #main-navigation > ul > li > ul > li > a:hover {
            color: #928570; }
        #main-navigation > ul > li > ul > li:hover {
          background: #181612; }
        #main-navigation > ul > li > ul > li.current-menu-item, #main-navigation > ul > li > ul > li.current-menu-ancestor {
          background: #181612; }
          #main-navigation > ul > li > ul > li.current-menu-item > a, #main-navigation > ul > li > ul > li.current-menu-ancestor > a {
            color: #928570; }
        #main-navigation > ul > li > ul > li > ul {
          padding: 12px 0 12px 0; }
          #main-navigation > ul > li > ul > li > ul li {
            line-height: 1; }
          #main-navigation > ul > li > ul > li > ul a {
            display: block;
            padding: 5px 10px;
            font-size: 0.875rem;
            line-height: 1.14;
            color: #FFFFFF;
            font-weight: 400;
            letter-spacing: 1px;
            word-wrap: break-word; }
            #main-navigation > ul > li > ul > li > ul a:hover {
              color: #928570;
              background: #2f2b24; }
          #main-navigation > ul > li > ul > li > ul li.current-menu-item > a,
          #main-navigation > ul > li > ul > li > ul li.current-menu-ancestor > a {
            color: #928570; }
    #main-navigation > ul > li.has-children:hover > a:after, #main-navigation > ul > li.menu-item-has-children:hover > a:after {
      display: block; }
    .no-js #main-navigation > ul > li.has-children:hover > ul, .no-js #main-navigation > ul > li.menu-item-has-children:hover > ul {
      display: block; }
    #main-navigation > ul > li.sibling > a:after {
      display: none !important; }
    #main-navigation > ul > li.sibling .sub-menu {
      display: none !important; }
    @media screen and (min-width: 1025px) {
      #main-navigation > ul > li.active > a:after, #main-navigation > ul > li.current-menu-item > a:after, #main-navigation > ul > li.current-menu-ancestor > a:after {
        display: block; }
      #main-navigation > ul > li.active > ul, #main-navigation > ul > li.current-menu-item > ul, #main-navigation > ul > li.current-menu-ancestor > ul {
        display: block; }
        .js #main-navigation > ul > li.active > ul, .js #main-navigation > ul > li.current-menu-item > ul, .js #main-navigation > ul > li.current-menu-ancestor > ul {
          display: block !important;
          opacity: 1 !important;
          z-index: 1010; }
        #main-navigation > ul > li.active > ul > li > ul, #main-navigation > ul > li.current-menu-item > ul > li > ul, #main-navigation > ul > li.current-menu-ancestor > ul > li > ul {
          display: none; }
      #main-navigation > ul > li.active:hover > ul > li > ul, #main-navigation > ul > li.current-menu-item:hover > ul > li > ul, #main-navigation > ul > li.current-menu-ancestor:hover > ul > li > ul {
        display: block; } }

#reservation-menu {
  float: right;
  margin: 66px 0 0 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #reservation-menu:before {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  #reservation-menu.active:before {
    display: block; }
  #reservation-menu .trigger {
    position: relative;
    display: block;
    padding: 0.7rem 1rem 0.6rem 1rem;
    border: 0;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background: #dab86e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 11; }
    #reservation-menu .trigger i {
      margin-left: 5px;
      font-size: 1.3125rem;
      line-height: 0.5;
      vertical-align: -2px; }
    #reservation-menu .trigger.active {
      padding-bottom: 27px;
      color: #2f2b24;
      background: #928570; }
      #reservation-menu .trigger.active .fa {
        width: 15px;
        text-align: left; }
        #reservation-menu .trigger.active .fa:before {
          content: "\00d7";
          font-weight: bold; }
  #reservation-menu .menu-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    color: #fff;
    z-index: 1111; }
    #reservation-menu .menu-container.active {
      display: block; }
    #reservation-menu .menu-container .top-menu {
      margin-bottom: 18px; }
    @media screen and (max-width: 960px) {
      #reservation-menu .menu-container .top-menu {
        margin-bottom: 0; }
      #reservation-menu .menu-container .bottom-menu {
        padding-bottom: 20px; } }
    #reservation-menu .menu-container .menu-column {
      float: right;
      width: 33.3333333333%;
      background: #928570;
      position: relative; }
      #reservation-menu .menu-container .menu-column:nth-child(3) {
        background: #80725f; }
      #reservation-menu .menu-container .menu-column:nth-child(2) {
        background: #6b5f50; }
      #reservation-menu .menu-container .menu-column .inner {
        width: 90%;
        max-width: 290px;
        margin: 0 auto;
        padding: 45px 0 45px 0; }
      #reservation-menu .menu-container .menu-column .menu-title {
        margin-bottom: 2.5rem;
        font-size: 2.125rem;
        line-height: 1;
        color: #2f2b24; }
        @media screen and (min-width: 61em) {
          #reservation-menu .menu-container .menu-column .menu-title + * {
            display: block !important; } }
      #reservation-menu .menu-container .menu-column .menu {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #reservation-menu .menu-container .menu-column .menu li {
          border-bottom: 1px solid #2F2B24; }
          #reservation-menu .menu-container .menu-column .menu li:first-child {
            border-top: 1px solid #2F2B24; }
          #reservation-menu .menu-container .menu-column .menu li a {
            position: relative;
            display: block;
            padding: 11px 35px 11px 0;
            color: #fff;
            font-weight: 700; }
            #reservation-menu .menu-container .menu-column .menu li a:after {
              content: "\f105";
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: 2rem;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              position: absolute;
              right: 13px;
              top: 50%;
              margin-top: -1.125rem; }
          #reservation-menu .menu-container .menu-column .menu li.subtitle {
            border-top: none; }
            #reservation-menu .menu-container .menu-column .menu li.subtitle a {
              color: #2f2b24;
              font-size: 20px;
              font-weight: 400; }
              #reservation-menu .menu-container .menu-column .menu li.subtitle a:after {
                display: none; }
      #reservation-menu .menu-container .menu-column:nth-child(3) .menu li {
        border-bottom-color: #594e42; }
        #reservation-menu .menu-container .menu-column:nth-child(3) .menu li:first-child {
          border-top-color: #594e42; }
      #reservation-menu .menu-container .menu-column label {
        margin-bottom: 1px; }
    @media screen and (min-width: 960px) {
      #reservation-menu .menu-container .top-menu {
        margin-top: -17px; }
      #reservation-menu .menu-container .bottom-menu {
        margin-top: 38px; } }
  #reservation-menu form {
    color: #fff; }

#booking-form {
  position: relative; }
  #booking-form .loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.5);
    border-right: 1.1em solid rgba(255, 255, 255, 0.5);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.5);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  #booking-form .loader,
  #booking-form .loader:after {
    border-radius: 50%;
    width: 7em;
    height: 7em; }
  #booking-form.loading:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(146, 133, 112, 0.8);
    z-index: 2; }
  #booking-form.loading .loader {
    display: block; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ui-datepicker.ui-widget {
  width: 290px;
  background: #fff; }
  .ui-datepicker.ui-widget .ui-datepicker-header {
    padding: 12px;
    color: #2f2b24; }
    .ui-datepicker.ui-widget .ui-datepicker-header a {
      color: #2f2b24; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
      float: left; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      float: right; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
      text-align: center; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-state-disabled {
      color: #888; }
  .ui-datepicker.ui-widget .ui-datepicker-calendar {
    width: 100%;
    margin: 0;
    border: 0; }

.ui-datepicker .ui-state-disabled {
  color: #DDD; }

#container:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

body.nav-open {
  overflow: hidden; }

body.nav-open #container:before {
  opacity: 1;
  z-index: 113; }

#nav-toggle {
  float: right;
  clear: right;
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: -8px;
  cursor: pointer;
  z-index: 1001;
  -moz-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  body.nav-open #nav-toggle {
    right: 280px; }
    @media screen and (max-width: 640px) {
      body.nav-open #nav-toggle {
        right: 260px; } }
  #nav-toggle .menu-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -12px;
    display: block;
    width: 24px;
    min-width: 0;
    font-size: 12px;
    /* adjust this */
    padding: 0;
    background: none;
    z-index: 99999; }
    #nav-toggle .menu-toggle:before, #nav-toggle .menu-toggle:after {
      display: none; }
    #nav-toggle .menu-toggle span {
      display: block;
      background: #fff;
      -webkit-transform: translate3d(0, 0, 0); }
      #nav-toggle .menu-toggle span, #nav-toggle .menu-toggle span:before, #nav-toggle .menu-toggle span:after {
        width: 100%;
        height: .19em;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: translate3d(0, 0, 0); }
      #nav-toggle .menu-toggle span:before, #nav-toggle .menu-toggle span:after {
        background: #fff;
        content: " ";
        margin-top: -.6666666em;
        position: absolute;
        left: 0; }
      #nav-toggle .menu-toggle span:after {
        margin-top: .6666666em; }
      body.nav-open #nav-toggle .menu-toggle span {
        background: transparent; }
        body.nav-open #nav-toggle .menu-toggle span:before, body.nav-open #nav-toggle .menu-toggle span:after {
          background: #fff; }
      body.nav-open #nav-toggle .menu-toggle span:before {
        -moz-transform: rotate(45deg) translate(0.5666666em, 0.4666666em);
        -webkit-transform: rotate(45deg) translate(0.5666666em, 0.4666666em);
        -ms-transform: rotate(45deg) translate(0.5666666em, 0.4666666em);
        -o-transform: rotate(45deg) translate(0.5666666em, 0.4666666em);
        transform: rotate(45deg) translate(0.5666666em, 0.4666666em); }
      body.nav-open #nav-toggle .menu-toggle span:after {
        -moz-transform: rotate(-45deg) translate(0.45em, -0.35em);
        -webkit-transform: rotate(-45deg) translate(0.45em, -0.35em);
        -ms-transform: rotate(-45deg) translate(0.45em, -0.35em);
        -o-transform: rotate(-45deg) translate(0.45em, -0.35em);
        transform: rotate(-45deg) translate(0.45em, -0.35em); }

#mobile-navigation {
  width: 280px;
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  overflow: auto;
  background: #2f2b24;
  z-index: 1000;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  @media screen and (max-width: 640px) {
    #mobile-navigation {
      width: 260px;
      right: -260px; } }
  body.nav-open #mobile-navigation {
    right: 0; }
  #mobile-navigation .mobile-search-form-wrapper {
    padding: 20px; }
    #mobile-navigation .mobile-search-form-wrapper form {
      position: relative;
      margin: 0;
      padding: 0; }
      #mobile-navigation .mobile-search-form-wrapper form input[type="text"],
      #mobile-navigation .mobile-search-form-wrapper form input[type="search"] {
        height: 33px;
        line-height: 1;
        margin: 0;
        padding: 0 0 0 32px;
        border: 0;
        color: #fff;
        background: #21211c; }
      #mobile-navigation .mobile-search-form-wrapper form input[type="submit"] {
        position: absolute;
        top: 7px;
        left: 7px;
        display: block;
        width: 19px;
        height: 19px;
        overflow: hidden;
        text-indent: -99999em;
        background: url("images/lupa.png") no-repeat 0 0;
        background-size: 100% auto; }
  #mobile-navigation .menu-home {
    padding: 0 20px; }
    #mobile-navigation .menu-home > a {
      display: inline-block;
      padding: 12px 0;
      font-size: 1.625rem;
      line-height: 1;
      font-weight: 400;
      color: #fff; }
    #mobile-navigation .menu-home .language-switcher {
      display: block;
      list-style-type: none;
      float: none;
      margin: 0;
      padding: 12px 0; }
      #mobile-navigation .menu-home .language-switcher li {
        display: inline-block; }
        #mobile-navigation .menu-home .language-switcher li a {
          color: white; }
          #mobile-navigation .menu-home .language-switcher li a.active {
            color: #928570; }
  #mobile-navigation .mobile-user-menu-wrapper {
    padding: 0 20px; }
    #mobile-navigation .mobile-user-menu-wrapper ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #mobile-navigation .mobile-user-menu-wrapper a {
      position: relative;
      display: block;
      margin: 10px 0;
      font-weight: 700;
      letter-spacing: 0.25px; }
    #mobile-navigation .mobile-user-menu-wrapper li.important-link > a {
      margin: -1px 0 0 0;
      padding: 10px 0;
      border-top: 1px solid #928570;
      border-bottom: 1px solid #928570; }
      #mobile-navigation .mobile-user-menu-wrapper li.important-link > a:after {
        display: inline-block;
        margin-right: 8px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 0.9375rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -10px;
        font-size: 21px; }
    #mobile-navigation .mobile-user-menu-wrapper li.important-link.icon-search a:after {
      content: "\f002"; }
    #mobile-navigation .mobile-user-menu-wrapper li.important-link.icon-social-media a:after {
      content: "\f075"; }
    #mobile-navigation .mobile-user-menu-wrapper li.important-link.icon-feedback a:after {
      content: "\f005"; }
    #mobile-navigation .mobile-user-menu-wrapper li.important-link.icon-contact a:after {
      content: "\f041"; }
    #mobile-navigation .mobile-user-menu-wrapper li.important-link.icon-gift-card > a:after {
      content: '';
      width: 14px;
      height: 14px;
      background: url("images/gift-card.png") no-repeat 0 0;
      background-size: 100% auto; }
  #mobile-navigation .mobile-main-menu-wrapper {
    padding: 0 20px 27px 20px; }

.sticky-nav-toggle {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  height: 50px;
  background: red; }

#mobile-main-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #mobile-main-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #mobile-main-navigation a {
    display: block;
    padding: 12px 0;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 400;
    color: #fff; }
  #mobile-main-navigation .sub-menu {
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 73px;
    right: -280px;
    bottom: 0;
    overflow: auto;
    background: #2f2b24;
    z-index: 1000;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
    @media screen and (max-width: 640px) {
      #mobile-main-navigation .sub-menu {
        width: 260px;
        right: -260px; } }
    #mobile-main-navigation .sub-menu.active {
      right: 0; }
  #mobile-main-navigation .menu-item-has-children > a {
    position: relative; }
    #mobile-main-navigation .menu-item-has-children > a:after {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 28px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -14px; }
  #mobile-main-navigation .back-one-level a {
    position: relative;
    padding-left: 25px;
    color: #928570; }
    #mobile-main-navigation .back-one-level a:before {
      content: "\f104";
      display: inline-block;
      vertical-align: middle;
      font: normal normal normal 28px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -14px; }
  #mobile-main-navigation > li > ul > li > a {
    padding-right: 20px; }

#header {
  width: 100%; }
  @media screen and (max-width: 60em) {
    #header {
      position: absolute; } }

@media screen and (max-width: 60em) {
  #header.hasScrolled {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: black; }
    #header.hasScrolled > .row {
      padding-top: 0 !important;
      padding-bottom: 11px !important; }
    #header.hasScrolled #logo {
      display: none; }
    #header.hasScrolled .mobile-user-nav {
      display: none !important; }
    #header.hasScrolled #reservation-menu:not(.active) {
      display: none; } }

.mobile-user-nav {
  float: right; }
  .mobile-user-nav .contact-link,
  .mobile-user-nav .phone-link {
    display: inline-block;
    overflow: hidden;
    text-indent: -99999em;
    margin-left: 30px; }
  .mobile-user-nav .contact-link {
    width: 18px;
    height: 26px;
    background: url("images/pin.png") no-repeat 0 0;
    background-size: 100% auto; }
  .mobile-user-nav .phone-link {
    width: 23px;
    height: 24px;
    background: url("images/phone.png") no-repeat 0 0;
    background-size: 100% auto; }

@media screen and (min-width: 1025px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #000;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100; }
  body.hasScroll #header {
    height: 120px; }
  body.hasScroll #main-navigation {
    margin-top: 35px; }
  body.hasScroll #reservation-menu {
    margin-top: 46px; }
  body.hasScroll #logo:before {
    bottom: 0;
    height: 100%; } }

@media screen and (max-width: 1150px) {
  #main-navigation {
    margin-left: 150px;
    margin-right: 0; }
    #main-navigation > ul > li > ul {
      max-width: 960px; } }

@media screen and (max-width: 1024px) {
  #header {
    height: auto; }
  #logo {
    max-height: 107px; }
  #reservation-menu {
    margin-top: 109px; }
  #main-navigation {
    margin: 0 240px 0 0;
    clear: left; } }

@media screen and (max-width: 960px) {
  #header > .row {
    padding-top: 16px; }
  #logo {
    width: 102px;
    margin-left: -8px;
    margin-bottom: 16px; }
  #reservation-menu {
    float: none;
    clear: both;
    margin-top: 0; }
    #reservation-menu .trigger {
      text-align: right;
      margin-left: -20px;
      margin-right: -20px;
      padding-right: 24px; }
      #reservation-menu .trigger.active {
        padding-bottom: 9px; }
    #reservation-menu .menu-container {
      left: -20px;
      right: -20px; }
      #reservation-menu .menu-container .menu-column {
        float: none;
        width: 100%; }
        #reservation-menu .menu-container .menu-column .inner {
          width: 100%;
          max-width: none;
          padding: 0 20px; }
          #reservation-menu .menu-container .menu-column .inner > .menu,
          #reservation-menu .menu-container .menu-column .inner > div > .menu,
          #reservation-menu .menu-container .menu-column .inner > form {
            display: none;
            padding-bottom: 20px; }
        #reservation-menu .menu-container .menu-column .menu-title {
          margin-bottom: 0;
          padding: 10px 0;
          font-size: 21px;
          color: #fff;
          cursor: pointer; }
          #reservation-menu .menu-container .menu-column .menu-title.active {
            color: #000; }
        #reservation-menu .menu-container .menu-column .menu li {
          border-bottom-width: 1px; }
          #reservation-menu .menu-container .menu-column .menu li:first-child {
            border-top: 0; }
          #reservation-menu .menu-container .menu-column .menu li:last-child {
            border-bottom: 0; }
          #reservation-menu .menu-container .menu-column .menu li a .fa {
            font-size: 21px;
            margin-top: -10px; } }

#footer {
  width: 100%;
  margin-top: 120px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #6b5f50;
  background: #181612; }
  #footer a {
    text-decoration: none;
    color: #6b5f50; }
    #footer a:hover {
      color: #fff; }

.footer-socket {
  margin-bottom: 15px; }
  .footer-socket .info {
    font-size: 0.875rem; }
    .footer-socket .info .info-item {
      margin-right: 45px;
      line-height: 3.125rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff; }
      .footer-socket .info .info-item > img {
        display: inline-block;
        vertical-align: baseline;
        margin-bottom: 5px; }
      .footer-socket .info .info-item > a {
        color: #fff !important; }
      .footer-socket .info .info-item:last-child {
        margin-right: 0; }
    .footer-socket .info a {
      color: #6b5f50; }
  .footer-socket .follow {
    text-align: right; }

.footer-content {
  font-size: 0.875rem; }
  .footer-content > .columns {
    margin-bottom: 28px; }
  .footer-content a {
    color: #6b5f50; }
    .footer-content a:hover {
      text-decoration: underline; }
  .footer-content .external-links {
    position: absolute;
    right: 0;
    bottom: 7px; }
  .footer-content .address {
    margin-bottom: 25px; }
  .footer-content .contact-details {
    width: 38%;
    float: left;
    margin-bottom: 45px;
    padding-right: 20px; }
    .footer-content .contact-details .contact a {
      color: #fff; }
  .footer-content .footer-menu {
    width: 40%;
    float: left;
    margin-bottom: 45px; }
    .footer-content .footer-menu a {
      color: #fff; }
  .footer-content .branding {
    clear: both; }
    .footer-content .branding .brand {
      width: 38%;
      float: left; }
    .footer-content .branding .socket-menu {
      width: 62%;
      float: left;
      font-weight: 700; }
      .footer-content .branding .socket-menu a {
        margin: 0 5px; }

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: inherit; }
  .footer-menu ul li {
    float: left;
    width: 50%;
    margin-bottom: 6px; }

.external-links a {
  float: left;
  display: block;
  height: 3.125rem;
  margin-left: 25px;
  text-align: center;
  color: #fff; }
  .external-links a:first-child {
    margin-left: 0; }
  .external-links a .valign-inner {
    vertical-align: middle; }

.social {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    margin-left: 10px; }
    .social li:first-child {
      margin-left: 0; }
    .social li a {
      font-size: 1.25rem;
      line-height: 3.125rem;
      color: #6b5f50; }

#footer .mobile-follow {
  display: none; }
  #footer .mobile-follow li {
    margin-left: 20px; }
    #footer .mobile-follow li:first-child {
      margin-left: 0; }
    #footer .mobile-follow li a {
      font-size: 30px; }

@media screen and (max-width: 640px) {
  .footer-socket .follow {
    display: none; }
  .footer-content .contact-details {
    float: none;
    width: 100%;
    margin-bottom: 0; }
  .footer-content .footer-menu {
    display: none; }
  .footer-content .branding {
    display: none; }
  .footer-content .external-links {
    position: static; }
  .external-links a {
    width: 50%;
    margin-left: 0; }
  #footer .mobile-follow {
    display: block; } }

.searchform {
  margin: 0;
  padding: 0; }
  .searchform input {
    height: 32px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    text-transform: none; }
  .searchform .search-text {
    float: left;
    width: 256px; }
    .searchform .search-text input {
      display: block;
      width: 100%;
      color: #fff;
      background: #928570; }
  .searchform .search-submit {
    position: relative;
    float: left;
    width: auto;
    color: #fff;
    background: #6b5f50; }
    .searchform .search-submit input {
      position: relative;
      width: auto;
      padding: 0 10px;
      color: inherit;
      background: transparent; }

body.search .search-results-container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #181612; }
  body.search .search-results-container .searchform {
    margin-bottom: 55px; }
    @media screen and (max-width: 680px) {
      body.search .search-results-container .searchform .search-text {
        width: 122px; } }

body.search .results-title {
  margin-bottom: 15px;
  color: #fff; }

.search-result {
  margin: 0 0 30px 0; }
  .search-result > img {
    float: left;
    max-width: 240px; }
  .search-result .content-wrapper {
    margin-left: 270px; }
  .search-result h2 {
    font-size: 1.3125rem;
    color: #fff; }
  .search-result p {
    margin: 0;
    font-size: 0.875rem; }
  .search-result a {
    color: #80725F;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media screen and (max-width: 680px) {
    .search-result > img {
      float: none;
      margin: 0 0 15px 0;
      max-width: 100%; }
    .search-result .content-wrapper {
      margin-left: 0; } }

.results-pagination {
  font-size: 0; }
  .results-pagination .page-numbers {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #6b5f50; }
    .results-pagination .page-numbers .fa {
      position: relative;
      top: 1px;
      font-size: 16px;
      line-height: 10px; }
      .results-pagination .page-numbers .fa.fa-angle-left {
        margin-right: 10px; }
      .results-pagination .page-numbers .fa.fa-angle-right {
        margin-left: 10px; }
    .results-pagination .page-numbers.current {
      color: #2f2b24;
      background: #928570; }
  @media screen and (max-width: 680px) {
    .results-pagination {
      text-align: center; }
      .results-pagination .page-numbers {
        margin: 4px; }
        .results-pagination .page-numbers.prev, .results-pagination .page-numbers.next {
          display: block; } }

body.fr {
  float: none; }

button, .button {
  padding: 0.7rem 2rem 0.6rem 2rem;
  font-size: 0.9rem;
  letter-spacing: 1px; }
  button.secondary, .button.secondary {
    border: 1px solid #928570;
    color: #928570;
    background: transparent;
    transition: background  0.5s ease 0s; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #928570;
      background: #2f2b24; }

.valign {
  display: table;
  width: 100%;
  height: 100%; }
  .valign .valign-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.searchwp-highlight {
  background: #6b5f50; }

@media screen and (max-width: 87.5em) {
  #header > .row,
  #footer > .row,
  .directions > .row {
    width: auto;
    margin-left: 3.75rem;
    margin-right: 3.75rem; } }

@media screen and (max-width: 1024px) {
  #header > .row,
  #footer > .row,
  .directions > .row {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

@media screen and (max-width: 60em) {
  #header > .row,
  #footer > .row,
  .directions > .row {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

@media screen and (max-width: 1440px) {
  #main > .row {
    max-width: 1080px; } }

@media screen and (max-width: 1160px) {
  #main > .row {
    width: auto;
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

@media screen and (max-width: 60em) {
  #main > .row {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }

body.no-module-a #main > .row:first-child,
body.search #main > .row:first-child,
body.page-template-template-tips-php #main > .row:first-child {
  padding-top: 7.5rem; }

body {
  overflow-x: hidden; }

@media screen and (max-width: 960px) {
  .page-template-template-availability #main {
    padding-top: 170px; } }

#main {
  padding: 140px 0 0 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1024px) {
    #main {
      padding-top: 0px; } }
  @media screen and (max-width: 960px) {
    #main {
      padding-top: 145px; } }
  #main > .row {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    #main > .row:first-child {
      margin-top: 0; }

.available-rooms-container > .row {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.available-rooms-container .picture {
  padding-bottom: 0 !important; }

.loading {
  text-align: center; }
  .loading .loading-circle {
    font-size: 50px;
    color: #928570; }

.row-full {
  width: 100%;
  max-width: 87.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.page-content {
  font-size: 1.1875rem; }
  .page-content p {
    font-size: inherit;
    font-weight: 400; }
  .page-content h1 {
    margin-bottom: 0.9375rem;
    color: #fff; }
  @media screen and (min-width: 641px) {
    .page-content .row .columns:first-child .inner {
      margin-right: 1.875rem; }
    .page-content .row .columns:last-child .inner {
      margin-left: 1.875rem; } }

a.download-link {
  color: #fff; }
  a.download-link:hover, a.download-link:focus {
    color: #928570; }

.row.border {
  padding-top: 1.875rem;
  border-top: 1px solid #928570; }

div.module {
  font-size: 0.95rem;
  letter-spacing: 0.25px; }
  div.module:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  div.module .inner {
    position: relative;
    height: 100%; }
  div.module > .content-col {
    padding: 1.5625rem 1.875rem; }
  div.module > .picture-col {
    padding: 0;
    overflow: hidden; }
    div.module > .picture-col img {
      width: 100%; }
  div.module .category {
    color: #FFFFFF; }
  div.module .title {
    color: #928570; }
  div.module .text {
    color: #FFFFFF; }
  div.module .button {
    color: #928570;
    border-color: #928570; }
  div.module.default .content-col, div.module.default .picture-col, div.module.moments .content-col, div.module.moments .picture-col {
    background: #181612; }
  div.module.brown.module-b-h, div.module.brown.module-c {
    background: #332f28; }
  div.module.brown .content-col, div.module.brown .picture-col {
    background: #332f28; }
  div.module.moments .category, div.module.moments-light .category {
    font-family: 'dearJoe5Casual', serif;
    font-size: 32px;
    margin-bottom: 30px; }
  div.module.inverted.module-b-h, div.module.inverted.module-c, div.module.moments-light.module-b-h, div.module.moments-light.module-c {
    background: #928570; }
  div.module.inverted .content-col, div.module.moments-light .content-col {
    background: #928570; }
  div.module.inverted .title, div.module.moments-light .title {
    color: #FFFFFF; }
  div.module.inverted .button, div.module.moments-light .button {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    div.module.inverted .button:hover, div.module.moments-light .button:hover {
      background: rgba(255, 255, 255, 0.3); }
  div.module.inverted a[href$=".pdf"],
  div.module.inverted a[href$=".doc"],
  div.module.inverted a[href$=".docx"],
  div.module.inverted a[href$=".xls"],
  div.module.inverted a[href$=".xml"],
  div.module.inverted a[href$=".txt"],
  div.module.inverted a[href$=".zip"],
  div.module.inverted a[href$=".epub"],
  div.module.inverted a[href$=".odt"],
  div.module.inverted a[href$=".csv"],
  div.module.inverted a[href$=".gdoc"], div.module.moments-light a[href$=".pdf"],
  div.module.moments-light a[href$=".doc"],
  div.module.moments-light a[href$=".docx"],
  div.module.moments-light a[href$=".xls"],
  div.module.moments-light a[href$=".xml"],
  div.module.moments-light a[href$=".txt"],
  div.module.moments-light a[href$=".zip"],
  div.module.moments-light a[href$=".epub"],
  div.module.moments-light a[href$=".odt"],
  div.module.moments-light a[href$=".csv"],
  div.module.moments-light a[href$=".gdoc"] {
    color: #FFFFFF; }
    div.module.inverted a[href$=".pdf"]:hover,
    div.module.inverted a[href$=".doc"]:hover,
    div.module.inverted a[href$=".docx"]:hover,
    div.module.inverted a[href$=".xls"]:hover,
    div.module.inverted a[href$=".xml"]:hover,
    div.module.inverted a[href$=".txt"]:hover,
    div.module.inverted a[href$=".zip"]:hover,
    div.module.inverted a[href$=".epub"]:hover,
    div.module.inverted a[href$=".odt"]:hover,
    div.module.inverted a[href$=".csv"]:hover,
    div.module.inverted a[href$=".gdoc"]:hover, div.module.moments-light a[href$=".pdf"]:hover,
    div.module.moments-light a[href$=".doc"]:hover,
    div.module.moments-light a[href$=".docx"]:hover,
    div.module.moments-light a[href$=".xls"]:hover,
    div.module.moments-light a[href$=".xml"]:hover,
    div.module.moments-light a[href$=".txt"]:hover,
    div.module.moments-light a[href$=".zip"]:hover,
    div.module.moments-light a[href$=".epub"]:hover,
    div.module.moments-light a[href$=".odt"]:hover,
    div.module.moments-light a[href$=".csv"]:hover,
    div.module.moments-light a[href$=".gdoc"]:hover {
      color: #2f2b24; }
    div.module.inverted a[href$=".pdf"]:before,
    div.module.inverted a[href$=".doc"]:before,
    div.module.inverted a[href$=".docx"]:before,
    div.module.inverted a[href$=".xls"]:before,
    div.module.inverted a[href$=".xml"]:before,
    div.module.inverted a[href$=".txt"]:before,
    div.module.inverted a[href$=".zip"]:before,
    div.module.inverted a[href$=".epub"]:before,
    div.module.inverted a[href$=".odt"]:before,
    div.module.inverted a[href$=".csv"]:before,
    div.module.inverted a[href$=".gdoc"]:before, div.module.moments-light a[href$=".pdf"]:before,
    div.module.moments-light a[href$=".doc"]:before,
    div.module.moments-light a[href$=".docx"]:before,
    div.module.moments-light a[href$=".xls"]:before,
    div.module.moments-light a[href$=".xml"]:before,
    div.module.moments-light a[href$=".txt"]:before,
    div.module.moments-light a[href$=".zip"]:before,
    div.module.moments-light a[href$=".epub"]:before,
    div.module.moments-light a[href$=".odt"]:before,
    div.module.moments-light a[href$=".csv"]:before,
    div.module.moments-light a[href$=".gdoc"]:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 14px;
      margin-top: 3px;
      margin-right: 7px;
      overflow: hidden;
      text-indent: -99999em;
      background: url("images/download-icon-white.png") no-repeat 0 0;
      background-size: 100% auto; }
  div.module.none .content-col {
    background: transparent; }
  div.module .category,
  div.module .title {
    margin-bottom: 2.8125rem; }
  div.module .category + .title {
    margin-bottom: 0.5rem; }
  div.module .text.extra-space {
    padding-bottom: 3.75rem; }
    @media screen and (max-width: 60em) {
      div.module .text.extra-space {
        padding-bottom: 20px; } }
  div.module p {
    font-size: inherit;
    font-weight: normal; }
  div.module ul {
    font-weight: normal; }
  div.module a[href$=".pdf"]:before,
  div.module a[href$=".doc"]:before,
  div.module a[href$=".docx"]:before,
  div.module a[href$=".xls"]:before,
  div.module a[href$=".xml"]:before,
  div.module a[href$=".txt"]:before,
  div.module a[href$=".zip"]:before,
  div.module a[href$=".epub"]:before,
  div.module a[href$=".odt"]:before,
  div.module a[href$=".csv"]:before,
  div.module a[href$=".gdoc"]:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 14px;
    margin-top: 3px;
    margin-right: 7px;
    overflow: hidden;
    text-indent: -99999em;
    background: url("images/download-icon.png") no-repeat 0 0;
    background-size: 100% auto; }
  div.module .cta {
    width: auto;
    max-width: 335px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 60em) {
      div.module .cta {
        width: 100%;
        position: relative; } }

.picture {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 67.3%; }
  .picture.slick-slide {
    padding-bottom: 0; }
  .module-c-n-1 .picture,
  .module-c-n-2 .picture {
    padding-bottom: 56.25%; }
  .picture > img {
    opacity: 0; }

.module-f .picture {
  padding-bottom: 0; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center; }
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 97px;
  text-align: center; }
  .video-controls .toggle-play,
  .video-controls .toggle-audio {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 93px;
    height: 97px;
    overflow: hidden;
    text-indent: -99999em;
    outline: none; }
    .video-controls .toggle-play:before,
    .video-controls .toggle-audio:before {
      content: "";
      display: block;
      width: 93px;
      height: 97px;
      overflow: hidden;
      text-indent: -99999em;
      background: url("images/player-icons-2x.png") no-repeat 0 0;
      background-size: 375px 194px; }
  .video-controls .toggle-play:before {
    background-position: 0 0; }
  .video-controls .toggle-play:hover:before {
    background-position: 0 -97px; }
  .video-controls .toggle-play.play:before {
    background-position: -92px 0; }
  .video-controls .toggle-play.play:hover:before {
    background-position: -92px -97px; }
  .video-controls .toggle-audio:before {
    background-position: -278px 0; }
  .video-controls .toggle-audio:hover:before {
    background-position: -278px -97px; }
  .video-controls .toggle-audio.mute:before {
    background-position: -184px 0; }
  .video-controls .toggle-audio.mute:hover:before {
    background-position: -184px -97px; }
  @media screen and (max-width: 64em) {
    .video-controls {
      height: 100%; }
      .video-controls .toggle-audio {
        display: none; }
      .video-controls .toggle-play {
        width: 100%;
        height: 100%; }
        .video-controls .toggle-play:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        .video-controls .toggle-play.play:before {
          display: none; } }

@media screen and (max-width: 64em) {
  video.video {
    display: none; } }

div.video-poster {
  display: none; }
  @media screen and (max-width: 64em) {
    div.video-poster {
      display: block; } }

.issuuembed {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 66.66%;
  position: relative; }
  .issuuembed > div,
  .issuuembed > iframe {
    position: absolute; }
  .issuuembed object {
    position: absolute;
    top: 0; }
  .issuuembed div > span {
    display: none; }

@media screen and (min-width: 65em) {
  .module-a .video-controls {
    opacity: 0; }
    .module-a .video-controls.remove-opacity {
      opacity: 1; }
  .module-a:hover .video-controls {
    opacity: 1; } }

.wpmf-gallerys .gallery,
.module-content-centered .gallery,
.module-content-simple .gallery {
  max-height: none; }

.gallery {
  max-height: 540px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  direction: ltr; }
  .gallery.slick-slider {
    position: relative;
    height: 100%; }
    .gallery.slick-slider .slick-arrow {
      display: block;
      width: 30px;
      height: 50px;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      overflow: hidden;
      color: #fff;
      background: none;
      z-index: 2; }
      .gallery.slick-slider .slick-arrow .fa {
        display: block;
        font-size: 80px;
        line-height: 45px; }
    .gallery.slick-slider .slick-prev {
      left: 54px;
      background-image: url("images/left-arrow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 18px;
      height: 31px; }
    .gallery.slick-slider .slick-next {
      right: 54px;
      background-image: url("images/right-arrow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 18px;
      height: 31px; }
    .gallery.slick-slider .slick-list,
    .gallery.slick-slider .slick-track {
      height: 100%; }
    .gallery.slick-slider.gallery-small .slick-prev {
      left: 33px; }
    .gallery.slick-slider.gallery-small .slick-next {
      right: 33px; }

@media only screen and (min-width: 60.0625em) {
  .module-b.module-b-v:nth-child(2n+1) {
    padding-right: 0.9375rem; }
  .module-b.module-b-v:nth-child(2n) {
    padding-left: 0.9375rem; } }

.module-b.inverted {
  background: #928570 !important; }

@media screen and (max-width: 64em) {
  .module-b.module-b-v:first-child {
    margin-bottom: 30px; } }

.module-b.module-b-h {
  background: #181612;
  position: relative; }
  .module-b.module-b-h .content-col {
    position: static; }
    .module-b.module-b-h .content-col .inner {
      position: static; }
  .module-b.module-b-h.text-col-left .cta {
    left: 30px;
    bottom: 25px; }
  .module-b.module-b-h.text-col-right .cta {
    left: 52.4%;
    bottom: 25px;
    width: 50%; }
    @media screen and (max-width: 60em) {
      .module-b.module-b-h.text-col-right .cta {
        left: 30px; } }
  @media screen and (max-width: 64em) {
    .module-b.module-b-h .content-col {
      position: relative; }
      .module-b.module-b-h .content-col .inner {
        position: relative; }
    .module-b.module-b-h.text-col-left .cta {
      left: 0px;
      bottom: 0px; }
    .module-b.module-b-h.text-col-right .cta {
      left: 0;
      bottom: 0px;
      width: 100%; } }

.module-b .content-col.no-image {
  height: 100%; }

.module-c.inverted .button:hover, .module-c.inverted .button:focus {
  color: #fff;
  background: #6b5f50; }

.module-d .inner {
  position: static; }

.module-d .cta {
  bottom: 1.875rem;
  max-width: 215px; }

.module-d .title {
  margin-bottom: 8px; }

.module-d.default:first-child .cta,
.module-d.inverted:first-child .cta {
  left: 30px; }

.module-d.none .content-col {
  padding-top: 0;
  padding-bottom: 0; }

.module-d.none .picture-col {
  padding-bottom: 20px; }

.module-d.none .cta {
  bottom: 0; }

@media all and (max-width: 60em) {
  .module-d.none {
    margin-bottom: 30px; } }

.module-d.none:nth-child(3n+1) .picture-col, .module-d.none:nth-child(3n+2) .picture-col {
  padding-right: 1.875rem; }
  @media all and (max-width: 60em) {
    .module-d.none:nth-child(3n+1) .picture-col, .module-d.none:nth-child(3n+2) .picture-col {
      padding-right: 0; } }

.module-d.none:nth-child(3n+2) .picture-col, .module-d.none:nth-child(3n+3) .picture-col {
  padding-left: 1.875rem; }
  @media all and (max-width: 60em) {
    .module-d.none:nth-child(3n+2) .picture-col, .module-d.none:nth-child(3n+3) .picture-col {
      padding-left: 0; } }

.module-d.none:nth-child(3n+1) .content-col {
  padding-left: 0; }
  @media all and (max-width: 60em) {
    .module-d.none:nth-child(3n+1) .content-col {
      padding-left: 30px; } }

.module-d.none:nth-child(3n) .content-col {
  padding-right: 0; }
  @media all and (max-width: 60em) {
    .module-d.none:nth-child(3n) .content-col {
      padding-right: 30px; } }

.module-d.none:nth-child(3n+1) + .module-d.none:nth-child(3n+2) {
  border-left: 1px solid #928570; }
  @media all and (max-width: 60em) {
    .module-d.none:nth-child(3n+1) + .module-d.none:nth-child(3n+2) {
      border: none; } }

.module-d.none:nth-child(3n+2) + .module-d.none:nth-child(3n) {
  border-left: 1px solid #928570; }
  @media all and (max-width: 60em) {
    .module-d.none:nth-child(3n+2) + .module-d.none:nth-child(3n) {
      border: none; } }

.module-d .content-col.no-image {
  height: 100%; }

.module-d:nth-child(3n) .cta, .module-d:nth-child(3n+2) .cta {
  left: 1.875rem; }

@media all and (max-width: 60em) {
  .module-d .cta {
    left: 0 !important; } }

.module-d.module-d-2 .picture-col {
  padding-bottom: 0; }

.module-d.module-d-1 .picture-col .inner {
  max-height: 262px;
  overflow: hidden; }

.module.module-contact {
  padding: 1.5625rem 0;
  background: #181612; }
  .module.module-contact .title {
    margin-bottom: 1.0625rem; }

.wpcf7-form p {
  margin: 0 0 3px 0;
  padding: 0; }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input.form-text,
.wpcf7-form textarea,
.wpcf7-form select {
  height: 32px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 400;
  background-color: #2f2b24; }
  .wpcf7-form input[type="text"]::-webkit-input-placeholder,
  .wpcf7-form input[type="email"]::-webkit-input-placeholder,
  .wpcf7-form input[type="password"]::-webkit-input-placeholder,
  .wpcf7-form input.form-text::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder,
  .wpcf7-form select::-webkit-input-placeholder {
    color: #fff; }
  .wpcf7-form input[type="text"]:-moz-placeholder,
  .wpcf7-form input[type="email"]:-moz-placeholder,
  .wpcf7-form input[type="password"]:-moz-placeholder,
  .wpcf7-form input.form-text:-moz-placeholder,
  .wpcf7-form textarea:-moz-placeholder,
  .wpcf7-form select:-moz-placeholder {
    color: #fff; }
  .wpcf7-form input[type="text"]::-moz-placeholder,
  .wpcf7-form input[type="email"]::-moz-placeholder,
  .wpcf7-form input[type="password"]::-moz-placeholder,
  .wpcf7-form input.form-text::-moz-placeholder,
  .wpcf7-form textarea::-moz-placeholder,
  .wpcf7-form select::-moz-placeholder {
    color: #fff; }
  .wpcf7-form input[type="text"]:-ms-input-placeholder,
  .wpcf7-form input[type="email"]:-ms-input-placeholder,
  .wpcf7-form input[type="password"]:-ms-input-placeholder,
  .wpcf7-form input.form-text:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder,
  .wpcf7-form select:-ms-input-placeholder {
    color: #fff; }

.wpcf7-form textarea {
  width: 100%;
  height: 137px;
  resize: none;
  line-height: 1.5; }

.wpcf7-form input[type="submit"] {
  padding-top: 8px;
  padding-bottom: 8px; }

.wpcf7-form .row .row {
  margin-left: -2px;
  margin-right: -2px; }
  .wpcf7-form .row .row .column {
    padding-left: 2px;
    padding-right: 2px; }

.wpcf7-form .ajax-loader {
  display: none; }

.accordion {
  margin-left: 0;
  margin-top: 30px; }
  .row > .columns:not(.module-accordion-simple) > .accordion {
    margin-top: 5px; }
  .row > .columns:first-child > .accordion {
    margin-top: 0; }
  .medium-12 .accordion .accordion-navigation > .content {
    padding: 0; }
  .accordion .accordion-navigation + .accordion-navigation {
    margin-top: 5px; }
  .accordion .content {
    background: #2f2b24; }
    .accordion .content ul {
      font-weight: 300;
      list-style-type: disc; }
    .accordion .content > .row {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; }
      .accordion .content > .row:first-child {
        margin-top: 0; }
      .accordion .content > .row:last-child {
        margin-top: 0; }

.accordion-toggler {
  position: relative;
  font-weight: 700; }
  .accordion-toggler:after {
    position: absolute;
    display: block;
    color: #928570;
    content: "+";
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 500;
    width: 26px;
    height: 26px;
    right: 0.9375rem;
    top: 50%;
    margin-top: -10px;
    line-height: 17px; }
  .active .accordion-toggler:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .medium-12 .accordion-toggler {
    font-size: 0.9375rem !important; }

.module-content-simple .content-col {
  padding-top: 0;
  font-size: 19px; }

.module-content-simple:nth-child(2n) .content-col {
  padding-right: 0; }

.module-content-block .content-col {
  background: #181612; }

.module-accordion-simple + .module {
  padding-left: 1.875rem !important; }

.room-list-item {
  position: relative;
  margin-bottom: 30px; }
  @media screen and (max-width: 1400px) {
    .room-list-item {
      width: auto;
      margin-left: 3.75rem !important;
      margin-right: 3.75rem !important; } }
  @media screen and (max-width: 64em) {
    .room-list-item {
      margin-left: 2.5rem !important;
      margin-right: 2.5rem !important; } }
  @media screen and (max-width: 60em) {
    .room-list-item {
      margin-left: 1.25rem !important;
      margin-right: 1.25rem !important; } }
  .room-list-item .cta {
    position: static; }
  .room-list-item .toggler {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6.125rem;
    height: 6.125rem;
    background: url("images/module-expander.png") no-repeat 0 0;
    background-size: 100% auto;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    @media all and (max-width: 60em) {
      .room-list-item .toggler {
        top: 25%;
        bottom: auto; } }
    @media all and (max-width: 480px) {
      .room-list-item .toggler {
        top: 28%; } }
  .room-list-item .content-col .inner {
    padding-left: 1.875rem;
    padding-right: 5rem; }
    @media all and (max-width: 60em) {
      .room-list-item .content-col .inner {
        padding-right: 1.875rem; } }
  .room-list-item .columns:last-child .inner {
    margin-left: 0; }
    .room-list-item .columns:last-child .inner img {
      width: 100%; }
  .room-list-item .module-room-item {
    background: #181612; }
  .room-list-item .module-room-item-expanded {
    display: none; }
  .room-list-item .gallery .slick-arrow {
    display: none !important; }
  .room-list-item.opened .toggler {
    width: 3.125rem;
    height: 3.1875rem;
    top: auto;
    bottom: -1.5625rem;
    background: url("images/module-collapser.png") no-repeat 0 0;
    background-size: 100% auto; }
  .room-list-item.opened .gallery .slick-arrow {
    display: block !important; }
  .room-list-item.closed:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s; }
  .room-list-item.closed:hover:before {
    opacity: 1; }
  .room-list-item.closed:hover .toggler {
    transform: scale(1.2, 1.2); }
  .room-list-item .module-room-item-expanded {
    margin-bottom: 4.0625rem;
    padding-bottom: 2.1875rem;
    background: #181612; }
    .room-list-item .module-room-item-expanded > .columns > .row {
      padding: 1.5625rem 0; }
      .room-list-item .module-room-item-expanded > .columns > .row > .columns > .inner {
        min-height: 54px; }
      .room-list-item .module-room-item-expanded > .columns > .row > .columns:first-child .inner {
        margin-left: 1.875rem;
        margin-right: 1.875rem; }
      .room-list-item .module-room-item-expanded > .columns > .row > .columns:last-child .inner {
        margin-right: 1.875rem;
        margin-left: 1.875rem; }
    .room-list-item .module-room-item-expanded .inner {
      position: relative;
      height: 100%; }
    .room-list-item .module-room-item-expanded .button {
      width: 100%;
      max-width: none;
      margin: 11px 0 0 0; }
    .room-list-item .module-room-item-expanded .room-actions {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      @media all and (max-width: 60em) {
        .room-list-item .module-room-item-expanded .room-actions {
          position: static; } }

.price {
  position: relative;
  bottom: -6px; }
  @media all and (max-width: 60em) {
    .price {
      margin: 30px 0;
      text-align: center; } }
  .price .price-label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1875rem; }
  .price .price-value {
    display: block;
    font-size: 1.1875rem;
    font-weight: 400; }

.module-accordion-content {
  margin: 0 0 2.1875rem 0; }
  .module-accordion-content.row.collapse {
    margin: 0 0 2.1875rem 0; }
  @media all and (max-width: 60em) {
    .module-accordion-content > .columns {
      margin-bottom: 30px; } }
  .module-accordion-content > .columns .inner {
    height: 100%;
    position: relative; }
  @media screen and (min-width: 641px) {
    .module-accordion-content > .columns:first-child .inner {
      margin-right: 1.875rem; }
    .module-accordion-content > .columns:last-child .inner {
      margin-left: 1.875rem; } }
  .module-accordion-content .module-title {
    margin: 0 0 1.5625rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff; }
  .module-accordion-content .module-content {
    padding-bottom: 52px; }
    .module-accordion-content .module-content * {
      color: #fff; }
  .module-accordion-content .cta {
    position: absolute;
    left: 0;
    bottom: 0; }

.module-spacer.spacer-1 {
  height: 0px; }
  @media only screen and (max-width: 60em) {
    .module-spacer.spacer-1 {
      height: 0px; } }

.module-spacer.spacer-2 {
  height: 30px; }
  @media only screen and (max-width: 60em) {
    .module-spacer.spacer-2 {
      height: 15px; } }

.module-spacer.spacer-3 {
  height: 60px; }
  @media only screen and (max-width: 60em) {
    .module-spacer.spacer-3 {
      height: 30px; } }

.module-spacer.spacer-4 {
  height: 90px; }
  @media only screen and (max-width: 60em) {
    .module-spacer.spacer-4 {
      height: 45px; } }

.module-spacer.spacer-5 {
  height: 120px; }
  @media only screen and (max-width: 60em) {
    .module-spacer.spacer-5 {
      height: 60px; } }

#webshop {
  width: 100%;
  min-height: 600px; }

.infoBox {
  position: relative;
  background: #2f2b24;
  z-index: 1000;
  max-width: 300px; }
  .infoBox > img {
    margin: 10px !important; }
  .infoBox:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -12px;
    top: 19px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #2f2b24; }
  .infoBox .title {
    margin: 0;
    padding: 20px 14px 5px 14px; }
  .infoBox .content {
    padding: 1px 14px; }
    .infoBox .content p {
      margin: 0 0 10px 0;
      font-size: 14px; }
    .infoBox .content img {
      display: block;
      margin: 0 -14px; }
  .infoBox .button {
    width: 100%;
    margin: 0;
    padding: 4px 0 5px 0;
    text-transform: uppercase; }
    .infoBox .button:hover {
      background: #2f2b24; }
  .infoBox .route-info {
    padding: 5px 35px 5px 14px;
    font-size: 14px;
    white-space: nowrap; }

.map-wrapper {
  position: relative; }
  .map-wrapper .directions {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 10; }
    .map-wrapper .directions > .row {
      padding-left: 240px; }
      @media screen and (max-width: 1080px) {
        .map-wrapper .directions > .row {
          padding-left: 150px; } }
      @media screen and (max-width: 1024px) {
        .map-wrapper .directions > .row {
          padding-left: 0; } }
      .map-wrapper .directions > .row > .button {
        margin: 0 0 10px 0;
        padding: 0.375rem 0.9375rem;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        background: #6b5f50; }
        .map-wrapper .directions > .row > .button:hover, .map-wrapper .directions > .row > .button.active {
          color: #2f2b24;
          background: #928570; }
      .map-wrapper .directions > .row > .f-dropdown {
        margin-top: 7px;
        border: 0; }
        .map-wrapper .directions > .row > .f-dropdown:before {
          border-bottom-color: #6b5f50; }
        .map-wrapper .directions > .row > .f-dropdown:after {
          display: none; }
        .map-wrapper .directions > .row > .f-dropdown li {
          border-top: 1px solid #80725f; }
          .map-wrapper .directions > .row > .f-dropdown li:first-child {
            border-top: 0; }
          .map-wrapper .directions > .row > .f-dropdown li a {
            padding: 0.375rem 0.9375rem;
            font-weight: 400;
            text-transform: uppercase;
            color: #fff;
            background: #6b5f50; }
            .map-wrapper .directions > .row > .f-dropdown li a:hover, .map-wrapper .directions > .row > .f-dropdown li a.active {
              color: #2f2b24;
              background: #928570; }

.page-template-template-juicer #main > .row > .column:first-child h1:first-child {
  margin-top: 72px; }

.page-template-template-juicer #main > .row > .column:first-child > p {
  font-size: 19px;
  line-height: 1.52; }

#main .juicer-feed {
  margin: 30px auto 0 !important; }
  #main .juicer-feed .j-filters {
    text-align: left;
    justify-content: flex-start; }
    #main .juicer-feed .j-filters li {
      position: relative;
      margin: 0 2px 2px 0;
      padding: 5px 5px 5px 40px;
      font-weight: normal;
      letter-spacing: 1px;
      background: #6b5f50; }
      #main .juicer-feed .j-filters li:before {
        position: absolute;
        top: 4px;
        left: 9px;
        font-size: 16px;
        z-index: 5; }
      #main .juicer-feed .j-filters li:after {
        content: "";
        display: block;
        width: 32px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #80725f; }
      #main .juicer-feed .j-filters li.all:before {
        left: 6px; }
      #main .juicer-feed .j-filters li:hover, #main .juicer-feed .j-filters li.selected {
        color: #2f2b24;
        background: #928570; }
        #main .juicer-feed .j-filters li:hover:before, #main .juicer-feed .j-filters li.selected:before {
          color: #fff; }
        #main .juicer-feed .j-filters li:hover:after, #main .juicer-feed .j-filters li.selected:after {
          background: #2f2b24; }
  #main .juicer-feed.white li.feed-item,
  #main .juicer-feed.user li.feed-item,
  #main .juicer-feed.juicer-widget li.feed-item,
  #main .juicer-feed.colors li.feed-item,
  #main .juicer-feed.colored-icons li.feed-item,
  #main .juicer-feed.gray li.feed-item {
    padding: 0;
    border: 0;
    color: #fff;
    background: #181612; }
  #main .juicer-feed .j-poster,
  #main .juicer-feed .j-text {
    padding: 11px; }
  #main .juicer-feed .j-poster {
    height: 43px;
    margin: 0; }
    #main .juicer-feed .j-poster img {
      display: none; }
    #main .juicer-feed .j-poster h3 {
      margin: 0;
      color: #6f6555;
      font-weight: normal;
      letter-spacing: 0.5px; }
  #main .juicer-feed .j-date {
    margin: 0;
    color: #fff; }
  #main .juicer-feed .j-image img {
    margin: 0; }
  #main .juicer-feed .j-text .message {
    font-size: 14px;
    letter-spacing: 0.5px; }
    #main .juicer-feed .j-text .message p {
      font-size: inherit; }
    #main .juicer-feed .j-text .message a {
      font-weight: normal;
      color: #6f6555; }
  #main .juicer-feed .j-meta {
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px; }
    #main .juicer-feed .j-meta a {
      font-size: 14px;
      color: #6f6555; }
      #main .juicer-feed .j-meta a:before {
        font-size: 18px; }
    #main .juicer-feed .j-meta nav {
      margin-top: 5px; }

body.page-template-template-tips-php #main > .row {
  max-width: 1040px; }

body.page-template-template-tips-php #main .content-row {
  margin-bottom: 0.3125rem; }

body.page-template-template-tips-php #main .markers-filters {
  margin-top: 0.3125rem; }

.content-row {
  padding-top: 1.875rem; }
  .content-row h1 {
    margin-bottom: 0.625rem;
    font-size: 2.1rem; }
  .content-row .content {
    width: 100%;
    font-size: 19px; }
    .content-row .content p {
      font-size: 19px; }

.markers-filters .filter {
  margin: 0;
  padding: 0.375rem 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  background: #6b5f50; }
  .markers-filters .filter.active {
    color: #2f2b24;
    background: #928570; }

#concierge-tips-listing > .row {
  margin-left: -10px;
  margin-right: -10px; }

#concierge-tips-listing .concierge-tip {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 0.95rem;
  letter-spacing: 0.25px; }
  #concierge-tips-listing .concierge-tip > .inner {
    padding: 15px;
    background: #181612; }
  #concierge-tips-listing .concierge-tip.animated {
    z-index: 10; }
  #concierge-tips-listing .concierge-tip img {
    display: block;
    width: 100%; }
  #concierge-tips-listing .concierge-tip h3 {
    margin-bottom: 1.25rem;
    padding-left: 0.9375rem;
    color: #FFFFFF; }
  #concierge-tips-listing .concierge-tip h2 {
    margin-bottom: 1.5625rem;
    padding-left: 0.9375rem; }
  #concierge-tips-listing .concierge-tip .accordion .accordion-navigation > a {
    padding: 0.375rem 2.5rem 0.375rem 0.9375rem;
    font-size: 0.9375rem; }
    #concierge-tips-listing .concierge-tip .accordion .accordion-navigation > a:after {
      right: 0.9375rem;
      font-size: 2.5625rem; }
  #concierge-tips-listing .concierge-tip .accordion .accordion-navigation > .content {
    padding: 0.9375rem; }
    #concierge-tips-listing .concierge-tip .accordion .accordion-navigation > .content p {
      margin-bottom: 1.25rem; }
    #concierge-tips-listing .concierge-tip .accordion .accordion-navigation > .content .button {
      margin: 0;
      padding: 0.375rem 0.9375rem;
      font-weight: bold;
      text-transform: uppercase; }

#availability-form li {
  display: inline-block;
  vertical-align: top; }
  #availability-form li.child-age select {
    margin-top: 8px; }
  #availability-form li .adults,
  #availability-form li .children {
    margin-top: 8px; }

.page-template-template-availability .module-room-item .picture-col .picture {
  padding-bottom: 22%; }
  @media screen and (max-width: 60em) {
    .page-template-template-availability .module-room-item .picture-col .picture {
      padding-bottom: 44%; } }

@media screen and (max-width: 60em) {
  .page-template-template-availability .module-room-item .content-col .title {
    margin-bottom: 8px;
    margin-top: 35px; } }

.page-template-template-availability .module-room-item-expanded > div {
  margin-top: 30px; }
  .page-template-template-availability .module-room-item-expanded > div:last-child {
    margin-bottom: 30px; }
  .page-template-template-availability .module-room-item-expanded > div .picture-col {
    padding-right: 0; }
    @media screen and (min-width: 60em) {
      .page-template-template-availability .module-room-item-expanded > div .picture-col {
        min-height: 342px; } }
    @media screen and (max-width: 60em) {
      .page-template-template-availability .module-room-item-expanded > div .picture-col {
        padding-right: 1.875rem; } }
  .page-template-template-availability .module-room-item-expanded > div .content-col {
    padding-left: 0; }
    .page-template-template-availability .module-room-item-expanded > div .content-col .category {
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 60em) {
        .page-template-template-availability .module-room-item-expanded > div .content-col .category {
          margin-top: 20px; } }
    .page-template-template-availability .module-room-item-expanded > div .content-col .price {
      bottom: 71px;
      position: absolute; }
      @media screen and (max-width: 60em) {
        .page-template-template-availability .module-room-item-expanded > div .content-col .price {
          position: relative;
          bottom: 0;
          text-align: left; } }
    .page-template-template-availability .module-room-item-expanded > div .content-col .button {
      position: absolute;
      left: 30px;
      bottom: 20px;
      max-width: 296px; }
      @media screen and (max-width: 60em) {
        .page-template-template-availability .module-room-item-expanded > div .content-col .button {
          position: relative;
          left: 0;
          bottom: 0; } }

#main .no-margin-top {
  margin-top: 0; }

#main .no-margin-bottom {
  margin-bottom: 0px; }

.bottom-text {
  margin-top: 20px; }

.wpcf7-not-valid-tip {
  color: #9B0002 !important; }

.wpcf7-validation-errors {
  border-color: #9B0002 !important;
  color: #9B0002 !important; }

.wpcf7-mail-sent-ok {
  border-color: #398f14 !important;
  color: #398f14 !important; }

.column.bottom-text {
  -ms-overflow-style: none; }
  .column.bottom-text::-webkit-scrollbar {
    display: none;
    width: 0 !important; }

.medium-12 .accordion-navigation .text .button {
  max-width: 335px;
  width: 100%; }

#booking-modal {
  background: #928570;
  max-width: 352px;
  width: 100%; }
  #booking-modal .fa.fa-close {
    color: #2f2b24; }

.contact-modal {
  background: #181612;
  border: none;
  position: fixed;
  top: 50% !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 510px !important;
  width: 100% !important;
  padding: 30px; }
  .contact-modal h4 {
    color: white;
    font-size: 20px; }
  .contact-modal p {
    font-size: 15px; }
  .contact-modal .phone-number {
    font-size: 34px;
    color: #928570; }
  @media screen and (max-width: 64em) {
    .contact-modal {
      min-height: 0px;
      left: 50% !important;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      right: auto !important; } }

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.75); }

.close-reveal-modal .fa.fa-close {
  font-size: 25px;
  color: #92856C; }
  .close-reveal-modal .fa.fa-close:before {
    content: "\00d7"; }

ul.accordion table {
  background-color: inherit;
  border: 0; }
  ul.accordion table td, ul.accordion table tr {
    border: 0;
    min-width: 0 !important; }
    ul.accordion table td:first-child, ul.accordion table tr:first-child {
      min-width: 0 !important; }
  ul.accordion table td {
    vertical-align: top;
    text-align: left; }

.text td, .text tr {
  min-width: 0 !important; }

.module-e-horizontal .picture-col div.picture {
  padding-bottom: 0; }

.accordion-wrapper {
  margin-top: 0 !important;
  margin-bottom: 5px !important; }

li.duplicated-link {
  float: none !important;
  width: 100% !important; }

.no-audio + .video-controls .toggle-audio {
  display: none; }

@media screen and (max-width: 1440px) {
  .module-c .gallery.slick-slider,
  .module-c .slick-list,
  .module-c .slick-track,
  .module-b .gallery.slick-slider,
  .module-b .slick-list,
  .module-b .slick-track {
    height: 100%; } }

.module-menu * {
  list-style-type: none; }

.module-menu ul {
  margin-left: 0; }

.module-menu:first-of-type .menu > li {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 30px; }

.module-menu .menu a {
  font-size: 16px; }

.module-menu .menu > li > a {
  font-size: 24px;
  line-height: 28px;
  color: white; }

.module-menu .menu > li > .sub-menu > li {
  margin-top: 15px; }
  .module-menu .menu > li > .sub-menu > li > a {
    color: white; }

.module-menu:not(:first-of-type) .menu > li > a {
  font-size: 16px;
  color: white; }

.module-d .content-col {
  position: relative; }

.inverted .content-col .share-button {
  color: #181612; }

.content-col .share {
  position: absolute;
  right: -10px;
  top: -12px;
  margin-right: 0;
  display: none; }
  .content-col .share.open {
    display: block; }
  .module:hover .content-col .share {
    display: block; }
  .content-col .share .fa {
    font-size: 20px; }
  .content-col .share .custom-share-icon {
    display: block;
    width: 22px;
    height: 24px;
    background: url(images/share-image.png) no-repeat center center transparent;
    background-size: 100% 100%; }
    .inverted .content-col .share .custom-share-icon {
      background: url(images/share-image-inverted.png) no-repeat center center transparent;
      background-size: 100% 100%; }
  .content-col .share .share-modal {
    top: -13px;
    right: -20px; }
  @media screen and (min-width: 1025px) {
    .module-b-h-1 .content-col .share {
      right: 50%;
      top: 12px;
      margin-right: 20px; }
      .module-b-h-1 .content-col .share .share-modal {
        top: -12px;
        right: -20px; }
    .module-b-h-2 .content-col .share {
      right: 0;
      top: 12px;
      margin-right: 20px; }
      .module-b-h-2 .content-col .share .share-modal {
        top: -12px;
        right: -20px; } }
  .module-d .content-col .share {
    top: 0;
    right: 30px; }
    .module-d .content-col .share .share-modal {
      top: -20px; }
  .module-d.inverted .content-col .share,
  .module-d.default .content-col .share {
    top: 12px;
    right: 12px; }
    .module-d.inverted .content-col .share .share-modal,
    .module-d.default .content-col .share .share-modal {
      top: -12px;
      right: -12px; }
  .module-e-horizontal .content-col .share {
    top: 12px;
    right: 26px; }
    .module-e-horizontal .content-col .share .share-modal {
      top: -12px;
      right: -26px; }

.content-col .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101; }

.content-col .close {
  position: absolute;
  top: 10px;
  right: 10px; }

.content-col .share-modal {
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  background: #181612;
  padding: 15px 0 15px 15px; }
  .content-col .share-modal .social-links {
    width: 185px; }
  .content-col .share-modal a {
    padding: 5px 10px 5px 0; }
    .content-col .share-modal a, .content-col .share-modal a:focus {
      outline: 0; }
  .content-col .share-modal p {
    font-size: 18px; }

h1.category {
  font-size: 1.25rem; }

.module-contact .wpcf7-form-control-wrap.departure-date, .module-contact .wpcf7-form-control-wrap.arrival-date {
  display: block;
  margin-bottom: 3px; }

#booking-form .form-date.form-date-arrival,
#booking-form .form-date.form-date-departure {
  background-color: white; }

.external-links-collumn {
  min-height: 150px; }

#campaign-modal {
  max-width: 710px;
  background-color: #928570;
  padding: 30px; }
  #campaign-modal, #campaign-modal:focus {
    outline: 0; }
  #campaign-modal img {
    margin-bottom: 25px; }
  #campaign-modal h2, #campaign-modal h3 {
    color: #fff;
    font-size: 34px;
    line-height: 32px; }
  #campaign-modal p, #campaign-modal ul {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0; }
  #campaign-modal ul > li {
    font-weight: normal; }
  #campaign-modal .button {
    margin-top: 5px;
    margin-bottom: 0;
    border: 1px solid #fff;
    text-transform: uppercase; }
  #campaign-modal .close-reveal-modal {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    right: -35px;
    background: #6b5f50;
    border-radius: 35px;
    text-align: center; }
    #campaign-modal .close-reveal-modal span {
      display: inline-block;
      line-height: 65px;
      font-size: 50px;
      color: #fff;
      vertical-align: top;
      font-weight: 100; }
    @media all and (max-width: 758px) {
      #campaign-modal .close-reveal-modal {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: transparent; }
        #campaign-modal .close-reveal-modal span {
          line-height: 30px;
          font-size: 25px;
          font-weight: normal; } }

#jubilee-modal {
  background-color: transparent;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #jubilee-modal img {
    visibility: hidden; }
  #jubilee-modal .close-reveal-modal span {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #6f6555;
    border-radius: 50%; }

.reveal-modal-bg.dark {
  background: rgba(0, 0, 0, 0.9); }

.module-a .promotions_wrapper {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 60em) {
    .module-a .promotions_wrapper {
      opacity: 0;
      pointer-events: none; } }

.module-a .promotions {
  padding: 10px 40px 14px;
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: 43px;
  background: rgba(146, 133, 112, 0.9);
  text-align: center; }
  .module-a .promotions.left {
    left: 0; }
  .module-a .promotions.right {
    right: 0; }
  .module-a .promotions .promotion h3 {
    font-size: 32px;
    color: white;
    margin-bottom: 1px;
    line-height: 1; }
  .module-a .promotions .promotion p {
    font-size: 18px;
    margin-bottom: 12px;
    color: white; }
  .module-a .promotions .slick-arrow {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    overflow: hidden;
    color: #fff;
    background: none;
    z-index: 2; }
    .module-a .promotions .slick-arrow .fa {
      display: block;
      font-size: 80px;
      line-height: 45px; }
  .module-a .promotions .slick-prev {
    left: 15px;
    background-image: url("images/left-arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 31px; }
  .module-a .promotions .slick-next {
    right: 15px;
    background-image: url("images/right-arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 31px; }
  .module-a .promotions .button {
    color: white;
    border: 1px solid white;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0; }

.module-a.jubilee.large .jubilee-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .module-a.jubilee.large .jubilee-overlay img {
    position: relative;
    top: 20%;
    height: 60%;
    width: auto;
    margin: 0 auto 0;
    display: block;
    visibility: hidden; }

.module-a.jubilee.large .video-controls {
  top: auto;
  bottom: 20px;
  height: 97px; }

.module-a.jubilee.small .jubilee-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 33%; }
  @media screen and (max-width: 60em) {
    .module-a.jubilee.small .jubilee-overlay {
      max-height: 200px;
      height: 66%;
      bottom: 10px;
      left: 10px; } }
  .module-a.jubilee.small .jubilee-overlay img {
    height: 100%;
    width: auto;
    display: block;
    visibility: hidden; }

.module.wedding-offers {
  background: #4a4339; }
  .module.wedding-offers h2.title {
    color: #fff;
    padding: 0 1.125rem;
    margin-bottom: 15px; }
    @media screen and (max-width: 1440px) {
      .module.wedding-offers h2.title {
        padding: 0 0.625rem; } }
  .module.wedding-offers .row {
    margin-top: 90px;
    margin-bottom: 75px;
    max-width: 1316px; }
    .module.wedding-offers .row .column {
      padding: 0 1.125rem 2.25rem; }
    @media screen and (max-width: 1440px) {
      .module.wedding-offers .row {
        max-width: 1100px; }
        .module.wedding-offers .row .column {
          padding: 0 0.625rem 1.25rem; } }
    @media screen and (max-width: 1160px) {
      .module.wedding-offers .row {
        width: auto;
        margin-left: 1.875rem;
        margin-right: 1.875rem; }
        .module.wedding-offers .row .column {
          padding: 0 0.625rem 1.25rem; } }
    @media screen and (max-width: 60em) {
      .module.wedding-offers .row {
        margin-left: 0.625rem;
        margin-right: 0.625rem; } }
    .module.wedding-offers .row .offer {
      width: 33.33%;
      float: left; }
      @media screen and (max-width: 1024px) {
        .module.wedding-offers .row .offer {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .module.wedding-offers .row .offer {
          width: 100%; } }
      .module.wedding-offers .row .offer .inner {
        position: relative;
        overflow: hidden; }
      .module.wedding-offers .row .offer .image {
        padding-top: 66.83%; }
      .module.wedding-offers .row .offer .overlay {
        position: absolute;
        padding: 10px 15px;
        height: 100%;
        width: 100%;
        background: #807362;
        background: rgba(128, 115, 98, 0.9);
        top: calc( 100% - 40px);
        -webkit-transition: top 0.3s ease;
        -moz-transition: top 0.3s ease;
        -ms-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        transition: top 0.3s ease; }
        .module.wedding-offers .row .offer .overlay.has-price {
          padding-bottom: 48px; }
        .module.wedding-offers .row .offer .overlay.has-button {
          padding-bottom: 55px; }
        .module.wedding-offers .row .offer .overlay.has-price.has-button {
          padding-bottom: 88px; }
        .module.wedding-offers .row .offer .overlay .description-wrapper {
          overflow: hidden;
          height: 100%; }
        .module.wedding-offers .row .offer .overlay .title {
          color: #FFFFFF;
          font-size: 21px;
          margin-bottom: 25px;
          white-space: nowrap;
          padding-right: 25px;
          text-overflow: ellipsis;
          overflow: hidden; }
          @media screen and (max-width: 1440px) {
            .module.wedding-offers .row .offer .overlay .title {
              margin-bottom: 10px; } }
          @media screen and (max-width: 768px) {
            .module.wedding-offers .row .offer .overlay .title {
              cursor: pointer; } }
        .module.wedding-offers .row .offer .overlay .description {
          color: #FFFFFF;
          overflow: hidden; }
          .module.wedding-offers .row .offer .overlay .description p {
            font-size: 15px;
            line-height: 21px;
            color: #FFFFFF; }
            @media screen and (max-width: 1440px) {
              .module.wedding-offers .row .offer .overlay .description p {
                line-height: 18px; } }
        .module.wedding-offers .row .offer .overlay .price {
          color: #fff;
          font-weight: normal;
          font-size: 15px;
          line-height: 21px;
          margin-bottom: 12px;
          bottom: 0;
          text-align: left; }
          @media screen and (max-width: 1440px) {
            .module.wedding-offers .row .offer .overlay .price {
              margin-bottom: 6px; } }
        .module.wedding-offers .row .offer .overlay .button {
          font-size: 14px;
          color: #fff;
          border: 1px solid #fff;
          background: transparent;
          padding-left: 65px;
          padding-right: 65px;
          margin-bottom: 0; }
          @media screen and (max-width: 1440px) {
            .module.wedding-offers .row .offer .overlay .button {
              padding: 6px 40px; } }
        .module.wedding-offers .row .offer .overlay .info-wrapper {
          position: absolute;
          bottom: 15px; }
        .module.wedding-offers .row .offer .overlay .toggle-overlay {
          display: block;
          position: absolute;
          z-index: 20;
          top: 16px;
          right: 15px; }
          .module.wedding-offers .row .offer .overlay .toggle-overlay:before {
            content: " ";
            display: block;
            width: 14px;
            height: 14px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -moz-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg); }
      @media screen and (max-width: 768px) {
        .module.wedding-offers .row .offer.open .overlay {
          top: 0; }
          .module.wedding-offers .row .offer.open .overlay .title {
            overflow: visible;
            white-space: normal; }
          .module.wedding-offers .row .offer.open .overlay .toggle-overlay {
            top: 10px; }
            .module.wedding-offers .row .offer.open .overlay .toggle-overlay:before {
              -moz-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); } }
      @media screen and (min-width: 769px) {
        .module.wedding-offers .row .offer:hover .overlay {
          top: 0; }
          .module.wedding-offers .row .offer:hover .overlay .title {
            overflow: visible;
            white-space: normal; }
          .module.wedding-offers .row .offer:hover .overlay .toggle-overlay {
            top: 10px; }
            .module.wedding-offers .row .offer:hover .overlay .toggle-overlay:before {
              -moz-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); } }
  .module.wedding-offers.has-title .row {
    margin-top: 40px; }

body.rtl #user-navigation .language-switcher-wrapper .language-switcher-toggle:before {
  margin-right: 0;
  margin-left: 8px; }

body.rtl #user-navigation .language-switcher-wrapper .language-switcher > li {
  padding-right: 10px; }

body.rtl #mobile-navigation .mobile-user-menu-wrapper li.important-link > a:after {
  right: auto;
  left: 5px; }

body.rtl #mobile-navigation .menu-item-has-children > a {
  padding-right: 30px; }

@media screen and (min-width: 1025px) {
  body.rtl .module-b.module-b-h.text-col-left .cta {
    left: 50%;
    right: auto;
    width: 100%;
    -moz-transform: translateX(calc(-100% - 30px));
    -webkit-transform: translateX(calc(-100% - 30px));
    -ms-transform: translateX(calc(-100% - 30px));
    -o-transform: translateX(calc(-100% - 30px));
    transform: translateX(calc(-100% - 30px)); } }

@media screen and (min-width: 1025px) {
  body.rtl .module-b.module-b-h.text-col-right .cta {
    right: 30px; } }

.page-template-template-moments-php .moments-header,
body.single-post .moments-header {
  position: relative;
  text-align: center;
  background: #928570;
  background: -webkit-linear-gradient(top, #928570, #000);
  background: linear-gradient(to bottom, #928570, #000);
  height: 360px; }
  @media screen and (max-width: 960px) {
    .page-template-template-moments-php .moments-header,
    body.single-post .moments-header {
      height: 300px; } }
  @media screen and (max-width: 640px) {
    .page-template-template-moments-php .moments-header,
    body.single-post .moments-header {
      height: 280px; } }
  .page-template-template-moments-php .moments-header .overlay,
  body.single-post .moments-header .overlay {
    position: absolute;
    width: 100%; }
  .page-template-template-moments-php .moments-header h2,
  body.single-post .moments-header h2 {
    padding: 0 20px;
    margin-top: 75px;
    margin-bottom: 45px;
    font-size: 46px;
    font-family: 'dearJoe5Casual', serif;
    color: #fff; }
    @media screen and (max-width: 960px) {
      .page-template-template-moments-php .moments-header h2,
      body.single-post .moments-header h2 {
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      .page-template-template-moments-php .moments-header h2,
      body.single-post .moments-header h2 {
        margin-bottom: 20px;
        font-size: 28px; } }
  .page-template-template-moments-php .moments-header h1,
  body.single-post .moments-header h1 {
    padding: 0 20px;
    font-size: 34px;
    color: #928570; }
    @media screen and (max-width: 960px) {
      .page-template-template-moments-php .moments-header h1,
      body.single-post .moments-header h1 {
        font-size: 30px; } }
    @media screen and (max-width: 640px) {
      .page-template-template-moments-php .moments-header h1,
      body.single-post .moments-header h1 {
        font-size: 28px; } }

.page-template-template-moments-php .moments-image,
body.single-post .moments-image {
  margin-bottom: 60px; }

.page-template-template-moments-php .social-wrapper,
body.single-post .social-wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%; }
  .page-template-template-moments-php .social-wrapper.social-wrapper-bottom,
  body.single-post .social-wrapper.social-wrapper-bottom {
    position: static;
    bottom: 0; }
    .page-template-template-moments-php .social-wrapper.social-wrapper-bottom .social-links,
    body.single-post .social-wrapper.social-wrapper-bottom .social-links {
      position: static; }
    .page-template-template-moments-php .social-wrapper.social-wrapper-bottom .column .inner,
    body.single-post .social-wrapper.social-wrapper-bottom .column .inner {
      border-bottom: none;
      padding-top: 15px;
      border-top: 3px solid #FFFFFF; }
  .page-template-template-moments-php .social-wrapper .column .inner,
  body.single-post .social-wrapper .column .inner {
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 20px; }
  .page-template-template-moments-php .social-wrapper .button,
  body.single-post .social-wrapper .button {
    margin: 0;
    width: 320px;
    height: 40px;
    background: transparent;
    border: 1px solid #FFFFFF;
    max-width: 100%; }
    @media screen and (max-width: 640px) {
      .page-template-template-moments-php .social-wrapper .button,
      body.single-post .social-wrapper .button {
        width: 240px;
        height: 32px;
        padding-top: 6px;
        padding-bottom: 5px; } }
    .page-template-template-moments-php .social-wrapper .button:hover,
    body.single-post .social-wrapper .button:hover {
      background: #322E27; }
  .page-template-template-moments-php .social-wrapper .social-links,
  body.single-post .social-wrapper .social-links {
    position: absolute;
    right: 30px;
    top: 16px; }
    @media screen and (max-width: 768px) {
      .page-template-template-moments-php .social-wrapper .social-links,
      body.single-post .social-wrapper .social-links {
        position: static;
        margin-top: 10px; } }
    .page-template-template-moments-php .social-wrapper .social-links span,
    body.single-post .social-wrapper .social-links span {
      text-transform: uppercase;
      margin-right: 25px; }
    .page-template-template-moments-php .social-wrapper .social-links a,
    body.single-post .social-wrapper .social-links a {
      padding: 0 3px;
      color: #6b5f50; }
      .page-template-template-moments-php .social-wrapper .social-links a:hover,
      body.single-post .social-wrapper .social-links a:hover {
        color: #fff; }

.page-template-template-moments-php .module-content-centered,
.page-template-template-moments-php .module-content-centered p,
body.single-post .module-content-centered,
body.single-post .module-content-centered p {
  font-size: 20px;
  line-height: 28px; }
  @media screen and (max-width: 768px) {
    .page-template-template-moments-php .module-content-centered,
    .page-template-template-moments-php .module-content-centered p,
    body.single-post .module-content-centered,
    body.single-post .module-content-centered p {
      font-size: 18px;
      line-height: 26px; } }

.page-template-template-moments-php .module-content-centered h2,
.page-template-template-moments-php .module-content-centered h3,
body.single-post .module-content-centered h2,
body.single-post .module-content-centered h3 {
  font-size: 36px;
  line-height: 38px; }
  @media screen and (max-width: 768px) {
    .page-template-template-moments-php .module-content-centered h2,
    .page-template-template-moments-php .module-content-centered h3,
    body.single-post .module-content-centered h2,
    body.single-post .module-content-centered h3 {
      font-size: 32px;
      line-height: 36px; } }

.moments-header h1 {
  word-wrap: break-word; }

.wpmf-gallerys {
  margin: 40px -5px; }

.wpmf_mfp-wrap button.zmdi {
  width: auto; }

.wpmf_mfp-wrap .wpmf_mfp-title {
  display: none; }

.embed-video-wrapper {
  display: block;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px; }
  .embed-video-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.single-spa .register-form-wrapper {
  display: none; }

.single-spa .content-login {
  margin-top: 70px; }

#cookie-notice .cookie-notice-container {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  position: relative;
  padding: 20px 0; }
  #cookie-notice .cookie-notice-container:before, #cookie-notice .cookie-notice-container:after {
    content: " ";
    display: table; }
  #cookie-notice .cookie-notice-container:after {
    clear: both; }
  @media all and (max-width: 1400px) {
    #cookie-notice .cookie-notice-container {
      width: auto;
      margin-left: 3.75rem;
      margin-right: 3.75rem; } }
  @media all and (max-width: 1024px) {
    #cookie-notice .cookie-notice-container {
      margin-left: 2.5rem;
      margin-right: 2.5rem; } }
  @media all and (max-width: 960px) {
    #cookie-notice .cookie-notice-container {
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  #cookie-notice .cookie-notice-container #cn-notice-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    width: 83.3333333333%;
    float: left;
    float: left;
    text-align: left;
    padding: 0; }
    @media all and (max-width: 960px) {
      #cookie-notice .cookie-notice-container #cn-notice-text {
        width: 100%; } }

#cookie-notice a {
  color: #FFF;
  text-decoration: underline; }

#cookie-notice h1, #cookie-notice h2, #cookie-notice h3, #cookie-notice h4 {
  color: #FFF; }

#cookie-notice a.cn-set-cookie {
  background: #FFF;
  color: #000;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media all and (max-width: 960px) {
    #cookie-notice a.cn-set-cookie {
      position: relative;
      float: left;
      margin: 20px 0 0 0; } }

.page-template-template-fullpage-gallery {
  height: 100%;
  width: 100%; }
  .page-template-template-fullpage-gallery #header {
    display: none; }
  .page-template-template-fullpage-gallery #cookie-notice {
    display: none !important; }
  .page-template-template-fullpage-gallery .fullpage-browser {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    -moz-transition: 300ms ease;
    -webkit-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease; }
    .page-template-template-fullpage-gallery .fullpage-browser .fullpage-icon {
      background: url("images/expand-1.svg") no-repeat 50% 50% transparent;
      background-size: cover;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .page-template-template-fullpage-gallery .fullpage-browser:hover {
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 50px;
      cursor: pointer; }
  .page-template-template-fullpage-gallery .fullpage-slider .slide {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    position: relative; }
    .page-template-template-fullpage-gallery .fullpage-slider .slide .video-controls {
      z-index: 1; }
    .page-template-template-fullpage-gallery .fullpage-slider .slide video {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .page-template-template-fullpage-gallery #footer {
    display: none; }

.module-gallery {
  margin-bottom: 30px;
  max-width: 1290px; }
  .module-gallery .element {
    padding: 0 10px;
    margin-bottom: 20px; }
    @media all and (max-width: 767px) {
      .module-gallery .element {
        width: 100%; } }
    .module-gallery .element .text {
      position: relative;
      padding-bottom: 73.6%; }
      .module-gallery .element .text .text-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 34px;
        line-height: 1.1176470588;
        font-weight: 300;
        color: white;
        text-align: center;
        padding-top: 32px;
        width: 95%; }
        @media screen and (max-width: 60em) {
          .module-gallery .element .text .text-content {
            font-size: 28px;
            line-height: 1.1; } }
        .module-gallery .element .text .text-content:before {
          content: '';
          display: block;
          width: 46px;
          height: 1px;
          background: #FFFFFF;
          position: absolute;
          top: -5px;
          left: 50%;
          -moz-transform: rotate(-35deg) translateX(-50%);
          -webkit-transform: rotate(-35deg) translateX(-50%);
          -ms-transform: rotate(-35deg) translateX(-50%);
          -o-transform: rotate(-35deg) translateX(-50%);
          transform: rotate(-35deg) translateX(-50%); }
    .module-gallery .element .image {
      position: relative; }
      .module-gallery .element .image.image-square {
        padding-bottom: 73.6%; }
      .module-gallery .element .image.image-tall {
        padding-top: 20px;
        padding-bottom: 147.2%; }
      .module-gallery .element .image:before {
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #6B5F50;
        position: absolute;
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        -moz-transition: 300ms ease;
        -webkit-transition: 300ms ease;
        -ms-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease; }
    .module-gallery .element:hover .image:before {
      opacity: .5; }
  .module-gallery .style-light {
    background: #A59A8A; }
    .module-gallery .style-light h5 {
      color: #181612; }
    .module-gallery .style-light h2 {
      color: white; }
  .module-gallery .style-brown {
    background: #80725F; }
    .module-gallery .style-brown h5 {
      color: #181612; }
    .module-gallery .style-brown h2 {
      color: white; }
  .module-gallery .style-dark {
    background: #333333; }
    .module-gallery .style-dark .heading {
      color: #A59A8A; }
    .module-gallery .style-dark h5 {
      color: #928570; }
    .module-gallery .style-dark h2 {
      color: white; }
  .module-gallery:hover:not(.masonry-wrapper) .style-light:not(.no-hover),
  .module-gallery:hover:not(.masonry-wrapper) .style-brown:not(.no-hover),
  .module-gallery:hover:not(.masonry-wrapper) .style-dark:not(.no-hover) {
    background: white; }
    .module-gallery:hover:not(.masonry-wrapper) .style-light:not(.no-hover) h5,
    .module-gallery:hover:not(.masonry-wrapper) .style-brown:not(.no-hover) h5,
    .module-gallery:hover:not(.masonry-wrapper) .style-dark:not(.no-hover) h5 {
      color: #928570; }
    .module-gallery:hover:not(.masonry-wrapper) .style-light:not(.no-hover) h2,
    .module-gallery:hover:not(.masonry-wrapper) .style-brown:not(.no-hover) h2,
    .module-gallery:hover:not(.masonry-wrapper) .style-dark:not(.no-hover) h2 {
      color: #F54632; }

body.ie .hide-on-ie {
  display: none; }

.only-on-ie {
  display: none; }
  body.ie .only-on-ie {
    display: block; }
    body.ie .only-on-ie.ie-featured-image {
      width: 100%;
      height: 100%; }

.child-selection-wrapper {
  padding-bottom: 3px; }
  .child-selection-wrapper .child-age {
    margin-top: 3px; }
  .child-selection-wrapper .child-age.medium-4 {
    clear: both; }

#main .row-event {
  max-width: 1420px !important; }
  #main .row-event .columns {
    padding-left: 10px;
    padding-right: 10px; }

.single-event .event-title {
  font-size: 50px;
  line-height: 1.08;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px; }
  @media all and (max-width: 767px) {
    .single-event .event-title {
      font-size: 28px; } }

.single-event .event-date {
  font-size: 18px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #928570;
  margin-bottom: 30px; }
  @media all and (max-width: 767px) {
    .single-event .event-date {
      font-size: 16px; } }

.single-event .back-button {
  text-align: center; }
  .single-event .back-button .button {
    margin-bottom: 60px;
    width: 100%;
    max-width: 335px; }

.single-event .featured-image {
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    .single-event .featured-image {
      margin-bottom: 20px; } }

.single-event .event-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.4px; }
  @media all and (max-width: 767px) {
    .single-event .event-subtitle {
      font-size: 18px;
      margin-bottom: 15px; } }

.single-event .event-content {
  margin-bottom: 60px; }
  .single-event .event-content * {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4; }

.single-event .reserve {
  text-align: left; }
  .single-event .reserve .button {
    width: 100%;
    max-width: 335px; }

.page-template-template-events-listing .slick-slider-wrapper {
  padding-top: 38.57%;
  height: 0; }
  .page-template-template-events-listing .slick-slider-wrapper .gallery.slick-slider {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

.page-template-template-events-listing .title {
  text-align: center;
  margin-top: 10px;
  font-size: 50px;
  line-height: 1.08; }

.page-template-template-events-listing .content {
  text-align: center;
  margin-top: 15px; }
  .page-template-template-events-listing .content > * {
    font-size: 19px; }

.page-template-template-events-listing .event-categories-filter {
  margin-top: 80px;
  text-align: center; }
  @media screen and (max-width: 60em) {
    .page-template-template-events-listing .event-categories-filter {
      margin-top: 40px; } }
  .page-template-template-events-listing .event-categories-filter .event-category {
    display: inline-block;
    padding: 5px;
    background: #928570;
    color: #2f2b24;
    font-size: 14px;
    line-height: 1.4285714286;
    text-transform: uppercase;
    -moz-transition: 200ms ease;
    -webkit-transition: 200ms ease;
    -ms-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease; }
    @media screen and (max-width: 60em) {
      .page-template-template-events-listing .event-categories-filter .event-category {
        margin-top: 10px; } }
    .page-template-template-events-listing .event-categories-filter .event-category:last-child {
      margin-right: 0; }
    .page-template-template-events-listing .event-categories-filter .event-category:hover, .page-template-template-events-listing .event-categories-filter .event-category.active {
      background: #6f6555;
      color: #FFF; }

.page-template-template-events-listing .events-wrapper .events-year-wrapper {
  position: relative;
  margin-top: 95px; }
  @media screen and (max-width: 60em) {
    .page-template-template-events-listing .events-wrapper .events-year-wrapper {
      margin-top: 40px; } }
  .page-template-template-events-listing .events-wrapper .events-year-wrapper:first-child {
    margin-top: 55px; }
  .page-template-template-events-listing .events-wrapper .events-year-wrapper .year {
    font-size: 50px;
    line-height: 1.08;
    margin-bottom: 40px;
    color: #928570; }
    @media screen and (max-width: 60em) {
      .page-template-template-events-listing .events-wrapper .events-year-wrapper .year {
        margin-bottom: 20px; } }
  .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper {
    margin-bottom: 20px; }
    .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper > a {
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      bottom: 0;
      z-index: 1; }
    .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-teaser {
      height: 100%;
      background: #181612; }
    .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-featured-image {
      padding-top: 58.94%;
      width: 100%;
      position: relative; }
      .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-featured-image .event-date {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 88px;
        padding: 5px 8px 10px 8px;
        background: rgba(146, 133, 112, 0.8);
        text-align: center;
        text-transform: uppercase; }
        .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-featured-image .event-date .event-year {
          font-size: 12px;
          line-height: 1.25;
          color: #000000;
          letter-spacing: 0.8px; }
        .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-featured-image .event-date .event-day {
          font-size: 50px;
          line-height: 0.72;
          margin-top: 13px;
          color: #000000; }
        .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-featured-image .event-date .event-day-text {
          font-size: 9px;
          line-height: 1.2222222222;
          letter-spacing: 0.8px;
          margin-top: 9px;
          color: #000000; }
      .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-featured-image .event-categories {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 50%;
        margin: 0;
        padding: 2px 5px;
        font-size: 12px;
        line-height: 1.25;
        color: #FFFFFF;
        background-color: #928570;
        letter-spacing: 0.8px;
        text-align: center;
        text-transform: uppercase; }
    .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-content-wrapper {
      padding: 10px 15px 50px 15px;
      -moz-transition: 200ms ease;
      -webkit-transition: 200ms ease;
      -ms-transition: 200ms ease;
      -o-transition: 200ms ease;
      transition: 200ms ease; }
      .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-content-wrapper h1.event-title {
        font-size: 33px;
        line-height: 1.1818181818; }
      .page-template-template-events-listing .events-wrapper .events-year-wrapper .event-teaser-wrapper .event-content-wrapper .event-content {
        font-size: 18px;
        line-height: 1.1666666667;
        font-weight: 300;
        color: #928570;
        margin-top: 15px; }
  .page-template-template-events-listing .events-wrapper .events-year-wrapper .arrow {
    position: absolute;
    bottom: 22px;
    right: 20px;
    height: 16px;
    width: 18px;
    background: url("images/event-right-arrow.png") no-repeat 50% 50% transparent;
    background-size: contain; }

.no-maps-api {
  padding: 100px 20px; }

.page-template-template-micro-site #header {
  display: none; }

.page-template-template-micro-site .micro-site-homepage {
  height: 100vh;
  width: 100vw;
  position: relative; }
  .page-template-template-micro-site .micro-site-homepage .buttons-wrapper {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    text-align: center; }
    .page-template-template-micro-site .micro-site-homepage .buttons-wrapper .button {
      font-size: 60px;
      line-height: 0.9375;
      font-weight: 500;
      text-align: center;
      color: #000000;
      min-width: 500px;
      background: #FFF;
      margin-right: 50px; }
      .page-template-template-micro-site .micro-site-homepage .buttons-wrapper .button:last-child {
        margin-right: 0; }

.page-template-template-micro-site #footer {
  display: none; }

.page-template-template-micro-site .optanon-alert-box-wrapper {
  display: none !important; }

.page-template-template-micro-site-listing #header {
  display: none; }

.page-template-template-micro-site-listing #footer {
  display: none; }

.page-template-template-micro-site-listing .optanon-alert-box-wrapper {
  display: none !important; }

.page-template-template-micro-site #header {
  display: none; }

.page-template-template-micro-site .micro-site-homepage {
  height: 100vh;
  width: 100vw;
  position: relative; }
  .page-template-template-micro-site .micro-site-homepage .buttons-wrapper {
    position: absolute;
    bottom: 97.5024375609px;
    left: 0;
    right: 0;
    text-align: center; }
    .page-template-template-micro-site .micro-site-homepage .buttons-wrapper .button {
      font-size: 45.0011250281px;
      line-height: 0.9375;
      font-weight: 500;
      text-align: center;
      color: #000000;
      min-width: 375.009375234px;
      background: #FFF;
      margin-right: 50px; }
      .page-template-template-micro-site .micro-site-homepage .buttons-wrapper .button:last-child {
        margin-right: 0; }

.page-template-template-micro-site #footer {
  display: none; }

.page-template-template-micro-site .optanon-alert-box-wrapper {
  display: none !important; }

.page-template-template-micro-site .logo {
  width: 267.756693917px;
  position: absolute;
  top: 45px;
  left: 45px; }

.page-template-template-micro-site .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .page-template-template-micro-site .slider div {
    width: 100%;
    height: 100%; }

.page-template-template-micro-site-listing {
  position: relative;
  overflow: hidden;
  padding: 75.0018750469px 0; }
  .page-template-template-micro-site-listing #header {
    display: none; }
  .page-template-template-micro-site-listing #footer {
    display: none; }
  .page-template-template-micro-site-listing .optanon-alert-box-wrapper {
    display: none !important; }
  .page-template-template-micro-site-listing * {
    outline: none; }
  .page-template-template-micro-site-listing .home-button {
    position: absolute;
    top: 30.0007500188px;
    left: 26.2506562664px;
    font-size: 32.2508062702px;
    color: #ffffff; }
  .page-template-template-micro-site-listing .posts-wrapper {
    padding: 0 75.0018750469px;
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - (200px / 1.3333));
    overflow: hidden; }
    .page-template-template-micro-site-listing .posts-wrapper .micro-post {
      width: 50%;
      height: 50%;
      position: relative;
      padding-top: 11.250281257px;
      padding-bottom: 11.250281257px;
      transition: transform 500ms ease; }
      .page-template-template-micro-site-listing .posts-wrapper .micro-post:nth-child(odd) {
        padding-right: 11.250281257px; }
      .page-template-template-micro-site-listing .posts-wrapper .micro-post:nth-child(even) {
        padding-left: 11.250281257px; }
      .page-template-template-micro-site-listing .posts-wrapper .micro-post .background-wrapper {
        width: 100%;
        height: 100%;
        position: relative; }
        .page-template-template-micro-site-listing .posts-wrapper .micro-post .background-wrapper .open-micro-modal {
          position: absolute;
          bottom: 0;
          left: 31.5007875197px;
          right: 31.5007875197px;
          width: calc(100% - (84px / 1.3333));
          background: #000;
          font-size: 26.2506562664px;
          font-weight: 400; }
  .page-template-template-micro-site-listing .micro-modal {
    overflow: hidden; }
  .page-template-template-micro-site-listing .micro-posts-controls {
    position: absolute;
    right: 21.0005250131px;
    bottom: 27.7506937673px;
    font-size: 45.0011250281px; }
    .page-template-template-micro-site-listing .micro-posts-controls > div {
      margin: 10px 0; }
      .page-template-template-micro-site-listing .micro-posts-controls > div.inactive {
        opacity: 0.2; }
  .page-template-template-micro-site-listing .micro-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    padding: 75.0018750469px 0; }
    .page-template-template-micro-site-listing .micro-modal .back-button {
      position: absolute;
      top: 36.0009000225px;
      left: 26.2506562664px;
      font-size: 33.7508437711px; }
    .page-template-template-micro-site-listing .micro-modal .slider {
      height: 100%;
      position: relative; }
      .page-template-template-micro-site-listing .micro-modal .slider .slick-list {
        height: 100%;
        overflow: visible; }
      .page-template-template-micro-site-listing .micro-modal .slider .slick-track {
        height: 100%;
        overflow: visible; }
      .page-template-template-micro-site-listing .micro-modal .slider .slide {
        height: 100%;
        overflow: visible; }
      .page-template-template-micro-site-listing .micro-modal .slider .slick-slide .content h1 {
        font-size: 61.5015375384px; }
      .page-template-template-micro-site-listing .micro-modal .slider .slick-slide .content p {
        font-size: 19.5004875122px; }
      .page-template-template-micro-site-listing .micro-modal .slider .slick-slide .content h2 {
        font-size: 33.7508437711px; }
      .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide {
        overflow: hidden; }
        .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide .slide-title {
          font-size: 45.0011250281px;
          padding: 0 71.2517812945px;
          margin-bottom: 7.5001875047px;
          line-height: 1.4;
          font-weight: 400; }
        .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide .sections-wrapper {
          display: flex;
          flex-wrap: wrap;
          padding: 0 107.252681317px; }
          .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide .sections-wrapper .hours-column {
            width: 20%; }
            .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide .sections-wrapper .hours-column * {
              font-size: 19.5004875122px; }
          .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide .sections-wrapper .section-title {
            width: 100%;
            margin-top: 30.0007500188px;
            margin-bottom: 27.7506937673px;
            font-size: 33.7508437711px;
            font-weight: 400; }
            .page-template-template-micro-site-listing .micro-modal .slider .shuttle-slide .sections-wrapper .section-title:empty {
              margin-top: 10px !important; }
      .page-template-template-micro-site-listing .micro-modal .slider .content {
        position: absolute;
        bottom: -75.0018750469px;
        width: 100%;
        background: #000;
        padding: 22.5005625141px 75.0018750469px;
        color: #ffffff; }
        .page-template-template-micro-site-listing .micro-modal .slider .content * {
          color: #ffffff; }
      .page-template-template-micro-site-listing .micro-modal .slider .slide {
        background-size: cover !important;
        height: 100%;
        width: 100%;
        position: relative; }
      .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow {
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 45.0011250281px;
        padding: 0;
        text-indent: none;
        z-index: 2;
        width: 45.0011250281px;
        height: 45.0011250281px;
        background-color: transparent;
        outline: none;
        color: #000; }
        .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow.shuttle-slide-active {
          color: #ffffff; }
          .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow.shuttle-slide-active .icon-arrow-left-full:before {
            content: "\e901"; }
          .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow.shuttle-slide-active .icon-arrow-right-full:before {
            content: "\e903"; }
        .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow.slick-prev {
          left: 28px; }
        .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow.slick-next {
          right: 28px; }
        .page-template-template-micro-site-listing .micro-modal .slider .slick-arrow.slick-disabled {
          display: none !important; }
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}