@charset "UTF-8";
/*!
// Contents
// ------------------------------------------------

 1. Global Styles
 2. Elements
 3. Home
 4. Blog
 5. Gallery
 6. Menu
 7. Navbar
 8. Swiper
 9. Swipebox
 10. Vegas
 11. Mosaic
 12. Reservation
 13. Team
 14. Contact
 15. Footer
 16. Animations






/*!---------- 1. GLOBAL STYLES ----------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed; }

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

p {
  font-size: inherit;
  line-height: 1.75em;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.125rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.75em;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.75em;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #333;
  cursor: help;
  border-bottom: 1px dotted #111; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #111;
  background-color: #ddd;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #ddd;
  color: #111;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

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

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

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

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

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .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; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #111;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ddd;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

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

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #111; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #111; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #ddd;
  color: #111;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #111;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #ddd;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #ddd; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ddd; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fff;
  color: #2199e8; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #ddd; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fff; }
  .badge.secondary {
    background: #777;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #fff; }
  .badge.alert {
    background: #ec5840;
    color: #fff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #111;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 0;
  position: relative;
  color: #333;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #111; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #111, 0 14px 0 #111; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f9f9f9;
    color: #333; }
  table tfoot {
    background: #f2f2f2;
    color: #333; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #ddd; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ddd; }

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #ddd;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #ddd;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #ddd; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/*!---------- 2. ELEMENTS ----------*/
/**
 *
 * Mixins
 *
 */
body a, body button {
  color: inherit; }
  body a:hover, body button:hover {
    color: inherit; }
  body a:hover, body a:focus, body a:active, body a:visited, body button:hover, body button:focus, body button:active, body button:visited {
    outline: none;
    color: inherit; }

body .content a:not(.btn) {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  transition: border-color .4s; }
  body .content a:not(.btn):hover {
    border-color: inherit; }

body .content p {
  font-size: 18px; }
  body .content p * {
    font-size: inherit; }

body.no-scroll {
  overflow: hidden; }

body.nav-bottom {
  overflow: hidden; }

.header-uppercase {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 30px; }

.italic-header {
  font-family: "Lora";
  font-style: italic; }

.page-wrapper {
  overflow: hidden; }

.btn-content {
  display: inline-block; }
  .btn-content .button-border {
    background: #111; }

.content-left {
  margin-left: 0;
  text-align: left; }

.content-right {
  margin-right: 0;
  text-align: right; }

.content-center {
  margin: 0 auto;
  text-align: center; }

.element-cta {
  width: 100%; }
  .element-cta .cta-content, .element-cta .image-content {
    vertical-align: middle;
    text-align: center; }
  .element-cta .cta-content {
    padding: 0 30px; }
  .element-cta.cta-bg-img {
    position: relative;
    display: block; }
    .element-cta.cta-bg-img .cta-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      z-index: 2;
      display: block;
      width: 100%; }
    .element-cta.cta-bg-img .image-content {
      display: block; }
    .element-cta.cta-bg-img .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111;
      opacity: .6;
      z-index: 2; }
  @media screen and (max-width: 63.9375em) {
    .element-cta.cta-left-img .image-content, .element-cta.cta-right-img .image-content {
      margin-bottom: 30px; } }
  @media screen and (min-width: 64em) {
    .element-cta.cta-left-img, .element-cta.cta-right-img {
      display: table;
      table-layout: fixed; }
      .element-cta.cta-left-img .cta-content, .element-cta.cta-left-img .image-content, .element-cta.cta-right-img .cta-content, .element-cta.cta-right-img .image-content {
        display: table-cell;
        direction: ltr; }
    .element-cta.cta-right-img {
      direction: rtl; } }

.default-content {
  margin-bottom: 30px; }

.loading-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  
   }

.loading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.7s ease-in; }

.page-intro {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px); }
  .page-intro .row, .page-intro .columns, .page-intro .intro-content-wrapper {
    height: inherit; }
  .page-intro:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1; }
  .page-intro.intro-loaded {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0); }
    .page-intro.intro-loaded:before {
      transform: translateY(-100%) translateX(0) translateZ(0);
      opacity: 1; }
    .page-intro.intro-loaded:after {
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.intro-content-wrapper {
  -ms-transform: translateY(-50px);
      transform: translateY(-50px);
  transition: transform 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0; }

.intro-loaded .intro-content-wrapper {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1; }

.link-hover {
  position: relative;
  border-bottom: none !important; }
  .link-hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    -ms-transform-origin: top;
        transform-origin: top; }
  .link-hover:hover:after {
    opacity: 1;
    transform: scale3d(1, 2, 1);
    -ms-transform-origin: top;
        transform-origin: top; }

.link-hover-text:hover:after {
  transform: scale3d(1, 1, 1); }

.link-hover-text:after {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: inherit;
  background: transparent !important; }

.page-padding-top {
  position: relative; }

.standard-page {
  padding-bottom: 90px; }

.arrow-prev {
  width: 100px;
  height: 50px;
  cursor: pointer;
  text-align: right; }
  .arrow-prev svg {
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform: translate3d(0, 0, 0);
    -ms-transform-origin: left;
        transform-origin: left; }
    .arrow-prev svg:hover {
      opacity: 1;
      -ms-transform: translateX(-15px);
          transform: translateX(-15px); }

.arrow-next {
  width: 100px;
  height: 50px;
  opacity: .5;
  transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
  -ms-transform: translateX(0);
      transform: translateX(0);
  -ms-transform-origin: right;
      transform-origin: right; }
  .arrow-next:hover {
    opacity: 1;
    -ms-transform: translateX(15px);
        transform: translateX(15px); }

.single-post-nav .arrow-prev, .single-post-nav .arrow-next {
  width: auto; }

.single-post-nav .arrow-prev {
  text-align: right; }

.single-post-nav .arrow-next {
  text-align: left; }

.lead {
  font-size: 24px !important;
  margin-bottom: 45px !important; }

.element-gallery-grid {
  overflow: hidden; }
  .element-gallery-grid:last-of-type {
    margin-bottom: 60px; }
  @media screen and (min-width: 64em) {
    .element-gallery-grid.two-columns .image-content {
      width: 50%;
	  padding:5px; }
    .element-gallery-grid.three-columns .image-content {
      width: 33.3332%; }
    .element-gallery-grid.four-columns .image-content {
      width: 25%; }
    .element-gallery-grid .image-content {
      float: left; } }

.element-list-table {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .element-list-table li {
    width: 50%;
    float: left;
    border-top: 1px solid;
    padding: 20px 30px;
    position: relative;
    list-style-type: none; }

ul.element-list-table li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  top: 50%;
  left: 10px;
  background: #ddd;
  border-radius: 50%; }

ol.element-list-table {
  counter-reset: counter_level1; }
  ol.element-list-table li:before {
    content: counter(counter_level1) ".";
    counter-increment: counter_level1;
    position: absolute;
    left: 10px;
    background: transparent; }

blockquote {
  font-family: "Lora";
  font-size: 18px;
  border-left: 5px solid #f5f5f5;
  padding: 10px 30px;
  margin-bottom: 30px; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.dropcap {
  font-family: "Lora";
  font-size: 32px;
  line-height: 1; }

.el-intro-page > .row {
  margin-bottom: 0 !important; }

.default-page > .row {
  margin-bottom: 60px; }

.img-content.float-left {
  margin: 8px 30px 15px 0; }

.img-content.float-right {
  margin: 8px 0px 15px 30px; }

figcaption {
  margin-top: 5px;
  font-family: "Lora";
  font-size: 12px;
  color: #8a8a8a; }

.img-content-lightbox, .gallery-content-lightbox {
  position: relative;
  display: block;
  overflow: hidden; }
  .img-content-lightbox:before, .gallery-content-lightbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }
  .img-content-lightbox:hover:before, .gallery-content-lightbox:hover:before {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }

.grid-table {
  border: 1px solid #ddd;
  margin-bottom: 10px !important; }
  .grid-table .columns:nth-child(2) {
    background: #e1e1e1; }
  .grid-table .columns {
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px; }

.fluid-row {
  background: #e1e1e1; }

.grid-page > .row {
  margin-bottom: 30px; }

.grid-page .grid-padding-top {
  margin-top: 60px; }

.separator {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 60px 0; }

.el-block-page .separator {
  margin-bottom: 0; }

/**
 *
 * Buttons
 *
 */
.btn {
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: relative; }
  .btn.btn-full {
    display: block;
    width: 100%; }

.btn-xs {
  padding: 10px 20px;
  font-size: 12px; }

.btn-sm {
  padding: 10px 20px; }

.btn-md {
  padding: 15px 30px; }

.btn-lg {
  padding: 25px 75px; }

.btn-load-more {
  width: 100%;
  text-align: center;
  background: transparent !important; }
  .btn-load-more.btn-dark {
    color: #333; }
    .btn-load-more.btn-dark .btn-text {
      color: #333; }
    .btn-load-more.btn-dark .link-hover:after {
      background: #111; }
  .btn-load-more.btn-light {
    color: #fff; }
    .btn-load-more.btn-light .btn-text {
      color: #fff; }
    .btn-load-more.btn-light .link-hover:after {
      background: #fff; }
  .btn-load-more .btn-text {
    text-transform: uppercase;
    color: inherit;
    padding-bottom: 5px; }

.btn-rounded {
  border-radius: 40px; }

.btn-solid {
  transition: opacity .4s; }
  .btn-solid:hover {
    opacity: .85; }

.btn-icon .icon-rounded {
  border-radius: 50%; }
  .btn-icon .icon-rounded:before {
    border-radius: 50%; }

.btn-icon.btn-lg .btn-text {
  padding-right: 64px; }

.btn-icon.btn-lg span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 64px; }
  .btn-icon.btn-lg span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 70px;
    height: 70px;
    border: 1px solid; }

.btn-icon.btn-lg svg {
  width: 64px;
  height: 64px; }

.btn-icon.btn-md .btn-text {
  padding-right: 44px; }

.btn-icon.btn-md span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 44px; }
  .btn-icon.btn-md span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 50px;
    height: 50px;
    border: 1px solid; }

.btn-icon.btn-md svg {
  width: 44px;
  height: 44px; }

.btn-icon.btn-sm .btn-text {
  padding-right: 34px; }

.btn-icon.btn-sm span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 34px; }
  .btn-icon.btn-sm span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 40px;
    height: 40px;
    border: 1px solid; }

.btn-icon.btn-sm svg {
  width: 34px;
  height: 34px; }

.btn-icon.btn-xs .btn-text {
  padding-right: 28px; }

.btn-icon.btn-xs span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 28px; }
  .btn-icon.btn-xs span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 34px;
    height: 34px;
    border: 1px solid; }

.btn-icon.btn-xs svg {
  width: 28px;
  height: 28px; }

.btn-light {
  background: #fff;
  color: #333; }
  .btn-light .btn-text {
    color: #333; }
  .btn-light.btn-icon span:not(.btn-text) {
    background: #333; }
    .btn-light.btn-icon span:not(.btn-text):before {
      border-color: #333; }
    .btn-light.btn-icon span:not(.btn-text) svg * {
      stroke: #fff;
      fill: #fff; }

.btn-dark {
  background: #111;
  color: #fff; }
  .btn-dark .btn-text {
    color: #fff; }
  .btn-dark.btn-icon span:not(.btn-text) {
    background: #fff; }
    .btn-dark.btn-icon span:not(.btn-text):before {
      border-color: #fff; }
    .btn-dark.btn-icon span:not(.btn-text) svg * {
      stroke: #111;
      fill: #111; }

.btn-border-animate {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  /* width: 90px; height: 90px; */ }
  .btn-border-animate .button-border {
    position: absolute; }
  .btn-border-animate .top {
    top: 0;
    left: 30px;
    width: 100%;
    height: 1px;
    transition: left .4s, background .4s; }
  .btn-border-animate .left {
    left: 0;
    width: 1px;
    height: 100%;
    transition: top .3s .1s, background .4s; }
  .btn-border-animate .left-bottom {
    top: 30px; }
  .btn-border-animate .left-top {
    top: -100%; }
  .btn-border-animate .bottom {
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: right .4s .2s, background .4s; }
  .btn-border-animate .bottom-right {
    right: 0; }
  .btn-border-animate .bottom-left {
    right: 100%; }
  .btn-border-animate .right {
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    transition: top .4s .1s, background .4s; }
  .btn-border-animate.btn-dark {
    color: #333; }
    .btn-border-animate.btn-dark .btn-text {
      color: #333; }
    .btn-border-animate.btn-dark .button-border {
      background: #111; }
  .btn-border-animate.btn-light {
    color: #fff; }
    .btn-border-animate.btn-light .btn-text {
      color: #fff; }
    .btn-border-animate.btn-light .button-border {
      background: #fff; }
  .btn-border-animate.btn-xs .top {
    left: 15px; }
  .btn-border-animate.btn-xs .left-bottom {
    top: 15px; }
  .btn-border-animate.btn-sm .top {
    left: 20px; }
  .btn-border-animate.btn-sm .left-bottom {
    top: 20px; }
  .btn-border-animate:hover .top {
    left: 0; }
  .btn-border-animate:hover .left-bottom {
    top: 0; }
  .btn-border-animate:hover .bottom-right {
    right: 30px; }
  .btn-border-animate:hover .right {
    top: -30px; }
  .btn-border-animate:hover.btn-xs .bottom-right {
    right: 15px; }
  .btn-border-animate:hover.btn-xs .right {
    top: -15px; }
  .btn-border-animate:hover.btn-sm .bottom-right {
    right: 20px; }
  .btn-border-animate:hover.btn-sm .right {
    top: -20px; }

#scroll-up {
  width: 50px;
  height: 50px;
  margin-right: 0 !important;
  cursor: pointer; }
  #scroll-up svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px; }

/**
 *
 * Forms
 *
 */
.forms-style fieldset {
  position: relative;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 60px; }
  .forms-style fieldset:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #ddd;
    height: 1px;
    z-index: -1; }
    @media screen and (max-width: 63.9375em) {
      .forms-style fieldset:after {
        width: 100%; } }

.forms-style .mf-input {
  float: left;
  width: calc(100% / 3);
  position: relative; }
  .forms-style .mf-input.message {
    width: 100%; }
    .forms-style .mf-input.message label, .forms-style .mf-input.message .border-label {
      width: calc(100% / 3); }
    .forms-style .mf-input.message .border-label {
      position: relative; }
    .forms-style .mf-input.message textarea {
      resize: none;
      text-align: left; }
    .forms-style .mf-input.message:after {
      left: 33%;
      margin-left: 0; }
  .forms-style .mf-input:not(.message):after, .forms-style .mf-input .border-label:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    height: 1px;
    background: #111;
    z-index: 1;
    transition: transform .4s, background .4s; }
  .forms-style .mf-input.message-error:not(.message):after, .forms-style .mf-input.message-error .border-label:after {
    background: #f10a4a; }
  .forms-style .mf-input.message-error label {
    color: #f10a4a; }

.forms-style label {
  position: absolute;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  bottom: 0;
  transition: bottom .4s, opacity .4s, font-size .4s, color .4s; }
  .forms-style label span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -5px;
    opacity: 0;
    transition: opacity .4s; }
    .forms-style label span svg {
      position: absolute;
      top: 0;
      left: 0; }
  .forms-style label .clear-input {
    opacity: 1;
    cursor: pointer; }

@keyframes autofill {
  to {
    background: transparent; } }

.forms-style input, .forms-style select, .forms-style textarea {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 39.9375em) {
    .forms-style input, .forms-style select, .forms-style textarea {
      padding: 0 10px; } }
  @media screen and (min-width: 40em) {
    .forms-style input, .forms-style select, .forms-style textarea {
      padding: 0 30px; } }
  .forms-style input:focus, .forms-style select:focus, .forms-style textarea:focus {
    outline: none; }
  .forms-style input:-webkit-autofill, .forms-style select:-webkit-autofill, .forms-style textarea:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }

.forms-style .active-input label {
  bottom: -60px;
  opacity: .4;
  font-size: 12px; }

.forms-style .active-input:after, .forms-style .active-input .border-label:after {
  transform: scale3d(1, 2, 1) !important; }

@media screen and (max-width: 63.9375em) {
  padding-top: 90px; }

@media screen and (min-width: 64em) {
  .form-container {
    display: table;
    width: 100%; }
  .marco-form {
    width: 66.666%;
    display: table-cell;
    vertical-align: middle; }
  .form-image {
    width: 33.3332%;
    display: table-cell;
    vertical-align: middle; } }

.form-container:not(.form-with-img) .marco-form fieldset:after {
  left: 0;
  right: 0; }

.marco-form fieldset:after {
  right: 0; }
  @media screen and (max-width: 63.9375em) {
    .marco-form fieldset:after {
      width: 100%; } }
  @media screen and (min-width: 64em) {
    .marco-form fieldset:after {
      left: -50%; } }

.marco-form .btn-contact {
  margin: 0 auto;
  display: block;
  transition: color .4s; }
  @media screen and (max-width: 63.9375em) {
    .marco-form .btn-contact {
      margin-bottom: 60px; } }
  .marco-form .btn-contact .button-border {
    background: #111; }
  .marco-form .btn-contact.button-success {
    color: #2ec556 !important; }
    .marco-form .btn-contact.button-success .button-border {
      background: #2ec556; }

@media screen and (min-width: 64em) {
  .form-image .form-image-wrapper {
    padding-left: 60px; } }

/**
 *
 * Page Intro
 *
 */
.page-intro {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .page-intro .intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5; }
  .page-intro .intro-content-wrapper {
    display: table;
    min-height: 350px;
    padding: 90px 0;
    position: relative;
    z-index: 1;
    width: 100%; }
  .page-intro .intro-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px; }
    .page-intro .intro-content p:last-of-type {
      margin-bottom: 0; }
    .page-intro .intro-content.intro-content-left {
      text-align: left; }
    .page-intro .intro-content.intro-content-right {
      text-align: right; }
    .page-intro .intro-content.intro-content-center {
      text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 0 30px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 30px 30px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 60px 60px; } }
  @media screen and (min-width: 75em) {
    .page-intro .intro-header:last-child {
      margin: 0 120px 90px; } }
  .page-intro .intro-header .post-meta {
    margin-bottom: -60px;
    position: relative;
    padding-top: 60px; }
  .page-intro .page-header {
    padding: 0; }

.page-header-intro {
  position: relative; }

.page-header {
  padding: 60px 30px 30px;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .page-header .header {
      width: 100%; }
    .page-header .content {
      width: 100%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-header .header {
      width: 75%; }
    .page-header .content {
      width: 75%; } }
  @media screen and (min-width: 64em) {
    .page-header .header {
      width: 50%;
      float: left;
      padding-right: 30px; }
    .page-header .content {
      width: 50%;
      float: right;
      padding-left: 30px; } }
  .page-header .content p {
    font-size: 16px; }
  .page-header .header h3 {
    margin-bottom: 30px;
    letter-spacing: 1px; }
  .page-header a {
    color: inherit; }
  .page-header .post-meta {
    margin-bottom: 30px; }

/**
 *
 * Elements typo
 *
 */
.el-table {
  display: table;
  width: 100%; }
  .el-table .el-table-cell {
    display: table-cell;
    padding: 15px; }

.section-dark {
  background: #333;
  padding: 15px; }

.el-intro .el-table .el-table-cell {
  padding: 15px 0; }

/**
 *
 * 404 error
 *
 */
.error-404 h1 {
  z-index: -1;
  font-size: 260px;
  font-family: "Lora";
  font-style: italic;
  color: #f5f5f5;
  line-height: 1;
  text-align: center;
  margin-bottom: 0; }

.error-404 .page-content {
  margin-top: 15px; }

.error-404 fieldset {
  margin-bottom: 0; }

.error-404 .search-input {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cacaca; }
  .error-404 .search-input:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #111; }
  .error-404 .search-input input {
    position: relative;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    height: 60px;
    display: inline-block;
    padding-right: 30px; }
  .error-404 .search-input button {
    position: absolute;
    right: 0;
    height: 60px;
    width: 30px;
    bottom: 0;
    text-align: center;
    cursor: pointer; }

@media screen and (max-width: 63.9375em) {
  .error-404 {
    text-align: center; }
    .error-404 h1 {
      margin-bottom: 30px; }
    .error-404 .search-input {
      margin: 0 auto;
      width: 70%; } }

@media screen and (max-width: 39.9375em) {
  .error-404 h1 {
    font-size: 150px; } }

/**
 *
 * Colors
 *
 */
.page-header-intro li {
  color: #8a8a8a; }

.page-header-intro .link-hover:after, .page-header .link-hover:after {
  background: #333; }

.page-intro .intro-overlay {
  background: #111; }

.page-intro .intro-content, .page-intro .page-header-intro li {
  color: #fff; }

.page-intro .link-hover:after {
  background: #fff; }

.element-list-table li {
  color: #8a8a8a;
  border-color: #ddd; }
  .element-list-table li:before {
    background: #ddd; }

.element-cta.cta-content-light {
  color: #fff; }

.content a {
  border-color: #ddd; }

/*!---------- 3. HOME ----------*/
.homepage .home-top {
  bottom: auto; }

.homepage .home-bottom {
  bottom: 60px;
  top: auto; }

.homepage .home-left {
  left: 30px;
  right: auto; }

.homepage .home-right {
  right: 30px;
  left: auto; }

.homepage .home-bg-slider {
  position: fixed;
  width: 100%;
  left: 0; }

.homepage .home-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1.5s;
  opacity: 0; }

.homepage .home-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-bottom: 90px; }
  .homepage .home-content .content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s 0s, visibility 0s .4s; }
    .homepage .home-content .content.show-content {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s; }

.homepage .content, .homepage .columns {
  height: 100%; }

.homepage .home-slider-pagination {
  position: absolute;
  z-index: 4;
  width: 100px;
  height: 50px;
  text-align: center; }
  .homepage .home-slider-pagination .slide-number {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-family: "Lora";
    transition: opacity .4s; }
    .homepage .home-slider-pagination .slide-number span {
      font-style: italic;
      font-size: 18px;
      vertical-align: baseline;
      padding: 0 10px; }
    .homepage .home-slider-pagination .slide-number.slide-active {
      opacity: .8;
      background: transparent !important; }
  .homepage .home-slider-pagination .progress-slide {
    transition: left .4s;
    width: 100%; }
    .homepage .home-slider-pagination .progress-slide .vegas-timer {
      height: 1px; }
  .homepage .home-slider-pagination:before, .homepage .home-slider-pagination .progress-slide {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 1px; }
  .homepage .home-slider-pagination:before {
    opacity: .5;
    width: 100%; }

.homepage .home-contact-info {
  position: absolute;
  z-index: 4;
  text-align: center; }
  .homepage .home-contact-info span, .homepage .home-contact-info a {
    font-size: 14px; }
  .homepage .home-contact-info > span {
    vertical-align: middle; }
    .homepage .home-contact-info > span svg {
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      -ms-transform: rotate(25deg);
          transform: rotate(25deg); }
    .homepage .home-contact-info > span:after {
      content: "/";
      color: inherit;
      padding: 0 2px; }
    .homepage .home-contact-info > span:last-of-type:after {
      display: none; }
  .homepage .home-contact-info a {
    color: inherit; }
    .homepage .home-contact-info a:after {
      bottom: -5px; }

.homepage .home-slider-languages {
  position: absolute;
  z-index: 4;
  height: 50px;
  margin: 0;
  overflow: hidden; }
  .homepage .home-slider-languages li {
    list-style-type: none;
    float: left;
    margin-right: 40px;
    position: relative; }
    .homepage .home-slider-languages li:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      top: 50%;
      right: -30px;
      opacity: .5; }
    .homepage .home-slider-languages li:last-of-type {
      margin: none; }
      .homepage .home-slider-languages li:last-of-type:after {
        display: none; }
  .homepage .home-slider-languages a {
    opacity: .5;
    transition: opacity .4s; }
    .homepage .home-slider-languages a:hover {
      opacity: 1; }
    .homepage .home-slider-languages a.active {
      font-style: italic;
      opacity: 1; }

.homepage .home-video-controls {
  position: absolute;
  z-index: 4;
  margin: 0; }
  .homepage .home-video-controls a:after {
    bottom: -5px; }

.homepage .home-slider-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 80%;
  height: 50%;
  transform: translate3d(0, -50%, 0);
  perspective: 800px;
  left: 10%;
  z-index: 3; }

.homepage .slider-text {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 3;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .homepage .slider-text .slider-text-first {
    opacity: 0;
    transition: opacity .7s 0s, transform .7s 0s;
    transform: translate3d(0, 20px, 0);
    display: inline-block; }
  .homepage .slider-text .slider-text-second {
    opacity: 0;
    transition: opacity .7s 0s, transform .7s 0s;
    transform: translate3d(0, 20px, 0);
    display: inline-block; }
  .homepage .slider-text .slider-text-third {
    opacity: 0;
    transition: opacity .7s 0s, transform .7s 0s;
    transform: translate3d(0, 20px, 0);
    display: inline-block; }
  .homepage .slider-text.slide-active {
    z-index: 4; }
    .homepage .slider-text.slide-active .slider-text-first, .homepage .slider-text.slide-active .slider-text-second, .homepage .slider-text.slide-active .slider-text-third {
      opacity: 1 !important;
      transform: translate3d(0, 0, 0); }
    .homepage .slider-text.slide-active .slider-text-first {
      transition: opacity 1s 0.4s, transform 1s 0.4s; }
    .homepage .slider-text.slide-active .slider-text-second {
      transition: opacity 1s 0.6s, transform 1s 0.6s; }
    .homepage .slider-text.slide-active .slider-text-third {
      transition: opacity 1s 0.8s, transform 1s 0.8s; }
  .homepage .slider-text h1, .homepage .slider-text h2, .homepage .slider-text h3, .homepage .slider-text h4, .homepage .slider-text h5, .homepage .slider-text h6 {
    font-style: italic;
    font-family: "Lora";
    margin: 30px 0; }

.homepage .home-slider-arrows {
  cursor: pointer; }
  .homepage .home-slider-arrows line {
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
    fill: none; }
  .homepage .home-slider-arrows .arrow-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    z-index: 4; }
  .homepage .home-slider-arrows .arrow-next {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    z-index: 4; }
  @media screen and (min-width: 90em) {
    .homepage .home-slider-arrows .arrow-prev {
      left: 100px; }
    .homepage .home-slider-arrows .arrow-next {
      right: 100px; } }

.homepage .home-social-media {
  margin: 0;
  position: absolute; }
  .homepage .home-social-media li {
    list-style-type: none; }
  .homepage .home-social-media a {
    padding: 2px 0;
    display: block;
    display: inline-block; }

.homepage .btn-slider-1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s 0s, visibility 0s .4s;
  text-align: center;
  cursor: pointer;
  padding: 0 5px; }
  .homepage .btn-slider-1.btn-slider-active {
    opacity: 0.7;
    visibility: visible;
    transition: opacity .4s 0s, visibility 0s 0s; }
    .homepage .btn-slider-1.btn-slider-active:hover {
      opacity: 1; }
  .homepage .btn-slider-1 a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #000; }

.homepage .btn-rounded {
  position: absolute; }

.content-loaded .home-overlay.active-overlay {
  opacity: 1; }

/**
 *
 * Home Slider Centered
 *
 */
.homepage-slider2 .home-overlay.active-overlay {
  opacity: 1; }

.homepage-slider2 .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.homepage-slider2 .swiper-slide {
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100vw !important;
  max-width: 75rem !important; }
  .homepage-slider2 .swiper-slide .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* position: relative;  */ }
  .homepage-slider2 .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 2;
    transition: opacity .4s; }
  .homepage-slider2 .swiper-slide.active:after {
    opacity: 0;
    transition: opacity .4s; }

.homepage-slider2 .home-social-media, .homepage-slider2 .btn-slider-1 {
  z-index: 3; }

/**
 *
 * Home Video
 *
 */
.homepage-video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.homepage-video .video-mobile-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

/**
 *
 * Home Mobile
 *
 */
@media screen and (max-width: 63.9375em) {
  .homepage .home-slider-arrows .arrow-prev, .homepage .home-slider-arrows .arrow-next {
    top: auto;
    bottom: 90px; }
  .homepage .home-content .content {
    padding-bottom: 50px; } }

@media screen and (max-width: 63.9375em) {
  .homepage-slider2 .home-left {
    left: 30px; }
  .homepage-slider2 .home-right {
    right: 30px; } }

/**
 *
 * Home Colors 
 *
 */
.homepage .home-content {
  color: #fff; }

.homepage .home-slider-pagination .slide-number {
  color: #fff; }

.homepage .home-slider-pagination:before, .homepage .home-slider-pagination .progress-slide {
  background: rgba(255, 255, 255, 0.5); }

.homepage .home-slider-arrows line {
  stroke: #fff; }

.homepage .home-slider-languages li:after {
  background: #fff; }

.homepage .home-slider-languages a {
  color: #fff; }

.homepage .home-social-media a {
  color: #fff; }
  .homepage .home-social-media a:after {
    background: #fff; }

.homepage .home-contact-info a {
  color: #fff; }
  .homepage .home-contact-info a:after {
    background: #fff; }

.homepage .btn-slider-1 a {
  color: #fff; }

.homepage .home-video-controls a {
  color: #fff; }
  .homepage .home-video-controls a:after {
    background: #fff; }

.homepage-slider1 .home-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

.homepage-slider2 .home-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

.homepage-video .home-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

/*!---------- 4. BLOG ----------*/
/**
 *
 * Blog
 *
 */
.post-content p:last-of-type {
  margin-bottom: 0; }

.post-meta ul {
  margin: 0; }

.post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px; }
  .post-meta li:after {
    content: "/";
    position: relative;
    margin-left: 3px;
    font-size: 12px; }
  .post-meta li:last-of-type:after, .post-meta li:first-of-type:after {
    display: none; }
  .post-meta li a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 3px; }

.post-date {
  margin-bottom: 15px; }
  .post-date a {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: color .4s; }

.blog a {
  color: inherit; }

@media screen and (max-width: 39.9375em) {
  .blog .blog-filter-posts {
    margin-bottom: 30px; }
  .blog .post-image, .blog .post-header {
    margin-bottom: 30px; }
  .blog .post-header h4 {
    margin-bottom: 5px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog .blog-filter-posts {
    margin-bottom: 30px; }
  .blog .post-image {
    width: 50%;
    float: left;
    padding-right: 15px; }
  .blog .post-header {
    margin-bottom: 30px; } }

@media screen and (min-width: 64em) {
  .blog .blog-load-more {
    padding: 60px; }
  .blog .post-header h4 {
    margin-bottom: 15px; }
  .blog .blog-filter-posts {
    height: 60px;
    line-height: 60px; }
    .blog .blog-filter-posts .blog-input-wrapper {
      height: 60px; }
    .blog .blog-filter-posts .blog-search {
      float: left;
      width: auto;
      margin: 0;
      padding-left: 30px; }
    .blog .blog-filter-posts .blog-filters-views {
      float: right; }
    .blog .blog-filter-posts .blog-filters li {
      padding-bottom: 0; } }

.blog .post-header h4 a {
  background-size: 100% 0;
  background-position: 0 100%;
  transition: background .5s !important;
  background-repeat: no-repeat; }
  .blog .post-header h4 a:hover {
    background-size: 100% 100%; }

.blog .footer {
  margin-top: 0; }

.blog .blog-load-more-content {
  display: none; }

/**
 *
 * Blog grid
 *
 */
.blog-grid .blog-content-rows {
  display: none; }

.blog-grid .blog-load-more {
  clear: both; }

.blog-grid .blog-content > div {
  overflow: hidden;
  padding: 60px 0; }

.blog-grid .post-date, .blog-grid .post-meta, .blog-grid .post-header {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px; }

.blog-grid .post-header {
  margin-bottom: 0; }
  .blog-grid .post-header h4 {
    margin-bottom: 15px; }

@media screen and (max-width: 39.9375em) {
  .blog-grid .post-item {
    width: 100%;
    margin-bottom: 60px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-grid .post-item {
    width: calc(100% / 2);
    padding: 0px 30px 60px;
    float: left; }
    .blog-grid .post-item:nth-child(2n + 1) {
      clear: both; }
  .blog-grid .post-image {
    display: inline-block;
    padding-bottom: 50%;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom:0px; }
    .blog-grid .post-image a {
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
      .blog-grid .post-image a.img-high {
        height: 100%;
        width: 100%;
        text-align: center; }
        .blog-grid .post-image a.img-high img {
          height: 100%;
          width: auto; }
      .blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
        width: 100%;
        height: auto; }
      .blog-grid .post-image a span {
        display: inline-block;
        height: 100%; } }

@media screen and (min-width: 64em) {
  .blog-grid .post-item {
    width: calc(100% / 3);
    padding: 0px 30px 50px;
    float: left; }
    .blog-grid .post-item:nth-child(3n + 1) {
      clear: both; }
  .blog-grid .post-image {
    display: inline-block;
    padding-bottom: 70%;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom:0px; }
    .blog-grid .post-image a {
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      overflow: hidden; }
      .blog-grid .post-image a.img-high {
        height: 100%;
        width: 100%;
        text-align: center; }
        .blog-grid .post-image a.img-high img {
          height: 100%;
          width: auto; }
      .blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
        width: 100%;
        height: auto; }
      .blog-grid .post-image a span {
        display: inline-block;
        height: 100%;
        position: relative; }
        .blog-grid .post-image a span:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -ms-transform: translateY(30px);
              transform: translateY(30px);
          opacity: 0;
          transition: opacity .4s, transform .4s;
          z-index: 1; }
      .blog-grid .post-image a:hover span:before {
        opacity: 1;
        -ms-transform: translateY(0);
            transform: translateY(0); } }

/**
 *
 * Blog rows
 *
 */
.blog-rows .blog-content-grid {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .blog-rows .post-item {
    margin-bottom: 30px; }
  .blog-rows .post-content {
    margin-bottom: 15px; }
  .blog-rows .post-btn-more {
    margin-bottom: 1px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog-rows .post-item {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .blog-rows .post-header, .blog-rows .post-content, .blog-rows .post-btn-more {
    margin-left: 50%;
    width: 50%;
    padding-left: 15px; }
  .blog-rows .post-content {
    margin-bottom: 15px; } }

@media screen and (min-width: 64em) {
  .blog-rows .post-item {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .blog-rows .post-image {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 60px 0px 60px 30px; }
  .blog-rows .post-header, .blog-rows .post-content, .blog-rows .post-btn-more {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 30px; } }

.blog-rows .post-item {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.blog-rows .post-btn-more {
  width: 200px !important; }
  .blog-rows .post-btn-more a {
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px; }

.blog-rows .post-image span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .blog-rows .post-image span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 1; }

.blog-rows .post-image a:hover span:before {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0); }

/**
 *
 * Blog filters
 *
 */
.blog-filter-posts {
  width: 100%;
  position: relative; }
  .blog-filter-posts .blog-input-wrapper {
    position: relative; }
  .blog-filter-posts .blog-search, .blog-filter-posts .blog-filters-views {
    float: none; }
  .blog-filter-posts .blog-search {
    margin-bottom: 15px; }
  .blog-filter-posts .blog-filters-views .blog-filters, .blog-filter-posts .blog-filters-views .post-views {
    margin: 0;
    display: inline-block;
    height: 100%; }
  .blog-filter-posts .blog-filters-views li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .blog-filter-posts .blog-filters-views li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .blog-filter-posts .blog-filters-views li:hover:after {
      opacity: 1; }
    .blog-filter-posts .blog-filters-views li.active-filter:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .blog-filter-posts .blog-filters-views li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .blog-filter-posts:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    z-index: -1; }
  .blog-filter-posts .search-icon {
    position: relative;
    width: 30px;
    display: inline-block;
    height: 100%;
    text-align: center;
    margin-right: 15px; }
    .blog-filter-posts .search-icon .search-icon-close {
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s 0s, visibility 0s .4s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blog-filter-posts .search-icon > i {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s;
      display: inline-block; }
  .blog-filter-posts .search-input {
    display: inline-block;
    height: 60px;
    width: 0;
    transition: width .4s 0s, visibility 0s .4s;
    padding: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    visibility: hidden;
    position: relative; }
    .blog-filter-posts .search-input input {
      position: relative;
      border: none;
      background: transparent;
      box-shadow: none;
      margin-bottom: 0;
      height: 60px;
      display: inline-block;
      padding-right: 30px; }
    .blog-filter-posts .search-input button {
      position: absolute;
      right: 0;
      height: 60px;
      width: 30px;
      bottom: 0;
      text-align: center;
      opacity: 0;
      transition: opacity .4s;
      cursor: pointer; }
  .blog-filter-posts .blog-search {
    width: 100%; }
    .blog-filter-posts .blog-search.active-search .search-icon > svg {
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s 0s, visibility 0s .4s; }
    .blog-filter-posts .blog-search.active-search .search-icon .search-icon-close {
      opacity: .5;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s; }
      .blog-filter-posts .blog-search.active-search .search-icon .search-icon-close:hover {
        opacity: 1; }
    .blog-filter-posts .blog-search.active-search .search-input {
      width: 200px;
      visibility: visible;
      transition: width .4s 0s, visibility 0s 0s; }
      .blog-filter-posts .blog-search.active-search .search-input button {
        opacity: .5; }
        .blog-filter-posts .blog-search.active-search .search-input button:hover {
          opacity: 1; }

/**
 *
 * Single Post
 *
 */
.single-post .post-content p {
  margin-bottom: 30px;
  font-size: 17px; }

.single-post a {
  color: inherit; }

.single-post .footer {
  margin-top: 90px; }

.single-post-nav {
  width: 100%;
  text-align: center;
  display: table;
  margin-bottom: 60px; }
  .single-post-nav a {
    display: inline-block; }
  .single-post-nav .arrow-prev, .single-post-nav .arrow-next, .single-post-nav .icon-close {
    display: table-cell;
    vertical-align: middle;
    cursor: default; }
  .single-post-nav .icon-close a {
    padding: 15px; }

@media screen and (max-width: 63.9375em) {
  .single-post-header {
    margin-bottom: 30px; }
    .single-post-header .post-meta {
      margin-bottom: 30px; }
    .single-post-header .post-date {
      margin-bottom: 15px; }
    .single-post-header h3 {
      margin-bottom: 15px; } }

@media screen and (min-width: 64em) {
  .single-post-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 60px; }
    .single-post-header .post-header {
      padding-right: 120px; }
    .single-post-header .post-header, .single-post-header .post-image {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    .single-post-header .post-date {
      margin-bottom: 30px; }
    .single-post-header h3 {
      margin-bottom: 30px; } }

.post-tags {
  margin: 30px 0 60px; }
  .post-tags li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px; }
    .post-tags li:after {
      content: "/";
      position: relative;
      margin-left: 3px;
      font-size: 10px; }
    .post-tags li:last-of-type:after, .post-tags li:first-of-type:after {
      display: none; }
    .post-tags li a {
      font-size: 10px;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 3px; }

/**
 *
 * Comments
 *
 */
.post-comments {
  margin-top: -1px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .post-comments > h6 {
    margin-bottom: 30px; }
  .post-comments > .comment-list {
    margin: 0; }
    .post-comments > .comment-list li {
      list-style-type: none; }
    @media screen and (max-width: 63.9375em) {
      .post-comments > .comment-list .comment-list {
        margin-left: 0; } }
    @media screen and (min-width: 64em) {
      .post-comments > .comment-list .comment-list {
        margin-left: 80px; } }
  .post-comments .comment-list {
    overflow: hidden;
    clear: both; }
    .post-comments .comment-list > li:last-of-type {
      margin-bottom: 0 !important; }
  .post-comments .recentcomments {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden; }
  .post-comments .comment-author-avatar {
    float: left;
    width: 50px; }
  .post-comments .comment-header {
    margin-bottom: 15px; }
    .post-comments .comment-header .comment-author-link {
      font-weight: bold;
      margin-bottom: 3px; }
    .post-comments .comment-header .comment-date {
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .post-comments .comment-header, .post-comments .comment-body {
    margin-left: 80px; }
  .post-comments .comment-reply-link {
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    letter-spacing: 1px; }

#recentcomments {
  margin-bottom: 90px; }

.comment-form fieldset:after {
  left: 0;
  right: 0; }

.btn-comment {
  margin: 0 auto;
  display: block;
  transition: color .4s; }
  .btn-comment .button-border {
    background: #111; }
  .btn-comment.button-success {
    color: #2ec556 !important; }
    .btn-comment.button-success .button-border {
      background: #2ec556; }

/**
 *
 * Blog Colors
 *
 */
.blog .post-item {
  border-color: #ddd; }

.blog-grid .post-image a span:before, .blog-rows .post-image a span:before {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }

.post-header h4 a {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, black 100%); }

.blog .blog-filter-posts:after {
  background: #ddd; }

.blog .blog-filter-posts .blog-filter-views li:after {
  background: #111; }

.blog .post-meta, .single-post .post-meta {
  color: #8a8a8a; }

.blog .post-content {
  color: #8a8a8a; }

.blog .link-hover:after {
  background: #333; }

.blog .blog-filter-posts .search-input {
  border-color: #111; }

.blog .post-date a, .single-post .post-date a {
  color: #8a8a8a; }

.post-date a:hover {
  color: #333; }

.single-post .link-hover:after {
  background: #333; }

/*!---------- 5. GALLERY ----------*/
/**
 *
 * Gallery
 *
 */
@media screen and (max-width: 39.9375em) {
  .gallery .gallery-filters-list {
    margin-bottom: 30px; }
  .gallery .gallery-item {
    width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .gallery .gallery-filters-list {
    margin-bottom: 30px; }
  .gallery .gallery-item {
    width: 50%; } }

@media screen and (min-width: 64em) {
  .gallery .gallery-filters-list {
    height: 60px;
    line-height: 60px; }
    .gallery .gallery-filters-list li {
      padding-bottom: 0; }
  .gallery .gallery-4-col .gallery-item {
    width: calc(100% / 4); }
  .gallery .gallery-3-col .gallery-item {
    width: calc(100% / 3); }
  .gallery .gallery-2-col .gallery-item {
    width: 50%; }
  .gallery .gallery-load-more {
    padding: 60px; } }

.gallery .gallery-load-more {
  clear: both; }

.gallery .footer {
  margin-top: 60px; }

.gallery .gallery-load-more-content {
  display: none; }

.gallery-filters {
  margin-bottom: 60px; }

.gallery-filters-list {
  margin: 0;
  position: relative;
  padding: 0 15px; }
  .gallery-filters-list.filters-right {
    text-align: right; }
  .gallery-filters-list.filters-center {
    text-align: center; }
  .gallery-filters-list.filters-left {
    text-align: left; }
  .gallery-filters-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .gallery-filters-list li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #111;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .gallery-filters-list li:hover:after {
      opacity: 1; }
    .gallery-filters-list li.active-filter {
      /* border-bottom: 2px solid #111; */ }
      .gallery-filters-list li.active-filter:after {
        opacity: 1;
        transform: scale3d(1, 2, 1); }
    .gallery-filters-list li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .gallery-filters-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1; }

.gallery-container {
  overflow: hidden;
  padding: 0 15px; }

.gallery-item {
  float: left;
  position: relative; }
  .gallery-item:hover .gallery-item-overlay {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
    /*  transition: opacity .4s ; */ }
  .gallery-item:hover .gallery-item-title {
    opacity: 1;
    /* transition: opacity .4s .4s;  */ }
  .gallery-item .gallery-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    opacity: 0;
    transition: opacity .4s 0s;
    z-index: 2; }
    .gallery-item .gallery-item-title h6 {
      letter-spacing: 1px; }
    .gallery-item .gallery-item-title *:last-child {
      margin-bottom: 0; }
  .gallery-item .gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 1; }

.gallery-item-img {
  position: relative;
  display: block;
  overflow: hidden; }

.gallery-item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .gallery-item-info .video-icon, .gallery-item-info .gallery-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    z-index: 1; }
    .gallery-item-info .video-icon circle, .gallery-item-info .video-icon rect, .gallery-item-info .gallery-icon circle, .gallery-item-info .gallery-icon rect {
      stroke: #fff; }
    .gallery-item-info .video-icon path, .gallery-item-info .gallery-icon path {
      fill: #fff; }

/**
 *
 * Single gallery
 *
 */
.single-gallery .slide {
  text-align: center;
  padding: 0 30px; }

.single-gallery .swiper-arrows {
  cursor: pointer; }
  .single-gallery .swiper-arrows line {
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
    fill: none; }
  .single-gallery .swiper-arrows .arrow-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    z-index: 4; }
  .single-gallery .swiper-arrows .arrow-next {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    z-index: 4; }
  @media screen and (min-width: 64em) {
    .single-gallery .swiper-arrows .arrow-prev {
      left: 15px; }
    .single-gallery .swiper-arrows .arrow-next {
      right: 15px; } }
  @media screen and (min-width: 75em) {
    .single-gallery .swiper-arrows .arrow-prev {
      left: 0px; }
    .single-gallery .swiper-arrows .arrow-next {
      right: 0px; } }
  @media screen and (min-width: 90em) {
    .single-gallery .swiper-arrows .arrow-prev {
      right: 100%;
      left: auto; }
    .single-gallery .swiper-arrows .arrow-next {
      left: 100%;
      right: auto; } }

.single-gallery .page-header {
  float: left; }

.single-gallery .single-gallery-content.float-text {
  padding: 60px 30px 0 30px; }

.single-gallery .single-gallery-content.right-text {
  float: right;
  padding: 60px 30px 0 0;
  width: 50%; }

.single-gallery .single-gallery-content.down-text {
  width: 100%;
  clear: both;
  padding: 60px 30px 0 30px; }

.single-gallery .footer {
  margin-top: 90px; }

/**
 *
 * Colors
 *
 */
.gallery .gallery-filters-list:after {
  background: #ddd; }

.gallery .gallery-item-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.8) 80%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0); }

.gallery .gallery-item-title {
  color: #fff; }

.gallery .gallery-load-more a:after {
  background: #111; }

.single-gallery .swiper-arrows line {
  stroke: #111; }

/*!---------- 6. MENU ----------*/
/**
 *
 * Food menu
 *
 */
@media screen and (max-width: 39.9375em) {
  .food-menu .food-menu-filters-list {
    margin-bottom: 30px; }
  .food-menu .grid-sizer {
    width: 100%; }
  .food-menu .food-menu-featured-img {
    margin-bottom: 30px; }
  .food-menu .food-menu-cat-img {
    padding: 0 30px;
    -ms-transform: none !important;
        transform: none !important; }
  .food-menu .food-menu-items {
    padding: 0 30px; }
  .food-menu .food-menu-category {
    margin-bottom: 60px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .food-menu .food-menu-filters-list {
    margin-bottom: 30px; }
  .food-menu .food-menu-featured-img {
    margin-bottom: 30px; }
  .food-menu .grid-sizer {
    width: 100%; }
  .food-menu .food-menu-cat-img {
    padding: 0 30px;
    -ms-transform: none !important;
        transform: none !important; }
  .food-menu .food-menu-items {
    padding: 0 30px; }
  .food-menu .food-menu-category {
    margin-bottom: 60px; } }

@media screen and (min-width: 64em) {
  .food-menu .grid-sizer {
    width: 50%; }
  .food-menu .food-menu-filters-list {
    height: 60px;
    line-height: 60px; }
    .food-menu .food-menu-filters-list li {
      padding-bottom: 0; }
  .food-menu.food-menu-img .food-menu-cat-img {
    width: 33.332%;
    padding: 0 30px; }
  .food-menu.food-menu-img .food-menu-items {
    width: 66.666%;
    padding: 0 30px; }
  .food-menu.food-menu-img.all-img-right .food-menu-cat-img {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.all-img-right .food-menu-items {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.all-img-left .food-menu-cat-img {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.all-img-left .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-cat-img {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
    float: right;
    padding-left: 60px;
    padding-right: 30px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-cat-img {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-items {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: right;
    padding-left: 60px;
    padding-right: 30px; }
  .food-menu.food-menu-img.cat-above-img .food-menu-items {
    margin-top: 45px; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-cat-header h4 {
    text-align: center; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-items {
    margin-top: 60px; }
  .food-menu.food-menu-img .food-menu-category {
    margin-bottom: 90px; } }

.food-menu.food-menu-img.cat-above-items .food-menu-cat-img .food-menu-cat-header {
  display: none; }

.food-menu.food-menu-img.cat-above-img .food-menu-items .food-menu-cat-header {
  display: none; }

.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-img .food-menu-subtitle {
  display: none; }

.food-menu.food-menu-img.cat-title-above-img .food-menu-items .food-menu-cat-header h4 {
  display: none; }

.food-menu.food-menu-standard {
  overflow: hidden; }
  .food-menu.food-menu-standard .food-menu-cat-img {
    display: none; }
  .food-menu.food-menu-standard .food-menu-cat-header h4 {
    text-align: left; }
  .food-menu.food-menu-standard .food-menu-category {
    padding: 0 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 63.9375em) {
      .food-menu.food-menu-standard .food-menu-category {
        width: 100%; } }
    @media screen and (min-width: 64em) {
      .food-menu.food-menu-standard .food-menu-category {
        width: 50%; } }

.food-menu .footer {
  margin-top: 60px; }

.food-menu-category {
  cursor: default; }
  .food-menu-category::before, .food-menu-category::after {
    content: ' ';
    display: table; }
  .food-menu-category::after {
    clear: both; }
  .food-menu-category:last-of-type {
    margin-bottom: 0; }

.food-menu-items .food-menu-cat-header {
  margin-top: 0;
  margin-bottom: 45px; }
  .food-menu-items .food-menu-cat-header h4 {
    margin-bottom: 15px; }

.food-menu-cat-img {
  position: relative; }
  .food-menu-cat-img.stuck {
    position: fixed;
    top: 0; }
  .food-menu-cat-img .food-menu-cat-header {
    margin-top: 0;
    margin-bottom: 30px; }
    .food-menu-cat-img .food-menu-cat-header h4 {
      margin-bottom: 15px; }

.food-menu-featured-img {
  position: relative; }
  .food-menu-featured-img img {
    opacity: 1;
    transition: opacity .4s; }
  .food-menu-featured-img img:first-of-type {
    opacity: 1; }
  .food-menu-featured-img img:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    max-height: 100%;
    opacity: 0;
    max-width: 100%; }
  .food-menu-featured-img .show-img:not(:first-of-type) {
    opacity: 1; }

.food-menu-item {
  margin-bottom: 30px;
  position: relative;
  cursor: default; }
  .food-menu-item .gallery-icon {
    position: absolute;
    top: 2px;
    left: -25px;
    width: 20px;
    opacity: .2; }
    .food-menu-item .gallery-icon svg {
      width: 16px; }

.food-menu-title {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  color:#b38427; }
  .food-menu-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

.food-menu-item-header {
  /* padding-bottom: 5px;  */
  margin-bottom: 5px;
  display: inline-block;
  position: relative; }
  .food-menu-item-header:not(.food-menu-no-separator):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; }

.food-menu-price {
  /* display: inline-block; */
  margin-left: 30px;
  position: relative;
  float: right;
  line-height: 1.8em;
  padding-bottom: 5px; }
  .food-menu-price:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

.food-menu-desc {
  font-style: italic;
  font-family: "Lora";
  font-style: italic;
  font-size: 14px; }

.food-menu-filters {
  margin-bottom: 60px; }

.food-menu-filters-list {
  margin: 0;
  position: relative;
  padding: 0 15px; }
  .food-menu-filters-list.filters-right {
    text-align: right; }
  .food-menu-filters-list.filters-center {
    text-align: center; }
  .food-menu-filters-list.filters-left {
    text-align: left; }
  .food-menu-filters-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .food-menu-filters-list li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .food-menu-filters-list li:hover:after {
      opacity: 1; }
    .food-menu-filters-list li.active-filter {
      /* border-bottom: 2px solid #111; */ }
      .food-menu-filters-list li.active-filter:after {
        opacity: 1;
        transform: scale3d(1, 2, 1); }
    .food-menu-filters-list li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .food-menu-filters-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1; }

.food-menu-icon {
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 10px;
  height: 6px;
  width: 6px;
  background: transparent;
  border: 1px solid #111;
  opacity: 0.5;
  border-radius: 50%;
  transition: background-color 0.4s; }

.food-menu-image-active .food-menu-icon {
  background: #111; }

/**
 *
 * Colors
 *
 */
.food-menu-filters-list li:after {
  background: #111; }

.food-menu-filters-list:after {
  background: #ddd; }

.food-menu-item-header:after {
  background: #ddd; }

.food-menu-item-header.food-menu-border-price .food-menu-price:after {
  background: #ddd; }

.food-menu-item-header.food-menu-border-title .food-menu-title:after {
  background: #ddd; }

.food-menu-item-header.food-menu-featured:after {
  background: #f10a4a; }

.food-menu-item-header.food-menu-featured-price .food-menu-price:after {
  background: #f10a4a; }

.food-menu-item-header.food-menu-featured-title .food-menu-title:after {
  background: #f10a4a; }

.food-menu-desc {
  color: #8a8a8a; }

/*!---------- 7. NAVBAR ----------*/
/**
 *
 * Main navigation 
 *
 */
@media screen and (max-width: 63.9375em) {
  .nav-solid .page-wrapper {
    padding-top: 100px; }
    .nav-solid .page-wrapper .home-bg-slider {
      top: 100px; }
    .nav-solid .page-wrapper .page-intro {
      margin-top: 100px; }
  .main-navigation {
    height: 100px; }
    .main-navigation .nav-wrapper {
      height: 100px; }
  .nav-transparent .intro-content-wrapper {
    padding-top: 160px !important; }
  .mobile-navbar-overlay .menu-mobile {
    margin-top: 100px !important; } }

@media screen and (min-width: 64em) {
  .main-navigation .nav-wrapper {
    height: 150px; }
  .nav-solid.nav-top .page-wrapper {
    padding-top: 150px; }
    .nav-solid.nav-top .page-wrapper .home-bg-slider {
      top: 150px; }
    .nav-solid.nav-top .page-wrapper .page-intro {
      margin-top: 150px; }
  .nav-transparent.nav-top .page-wrapper .intro-content-wrapper {
    padding-top: 240px !important; }
  .nav-transparent.nav-top .page-wrapper .home-content {
    padding-top: 210px; }
    .nav-transparent.nav-top .page-wrapper .home-content .home-top {
      top: 210px; }
  .nav-solid.nav-bottom .page-wrapper .home-bg-slider {
    bottom: 150px; }
  .nav-transparent.nav-bottom .page-wrapper .home-content {
    padding-bottom: 210px; }
    .nav-transparent.nav-bottom .page-wrapper .home-content .home-bottom {
      bottom: 210px; } }

@media screen and (max-width: 63.9375em) {
  .page-padding-top {
    padding-top: 60px; }
  .nav-solid .page-wrapper .page-intro .page-header-intro {
    top: 0; }
  .home-bg-slider {
    bottom: 0 !important; }
  .nav-bottom .main-navigation {
    bottom: auto;
    top: 0; }
  #reorder-mobile {
    width: 34px;
    height: 34px;
    z-index: 3;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px; }
  .nav-transparent .page-wrapper .home-bg-slider, .nav-transparent .page-wrapper .page-padding-top {
    top: 0;
    bottom: 0; }
  .nav-transparent .page-wrapper .page-intro {
    top: 0; }
  .main-navigation {
    text-align: center !important; }
    .main-navigation .nav-logo {
      position: relative;
      z-index: 2;
      float: left !important;
      margin-right: 35px; }
      .main-navigation .nav-logo a {
        margin-left: 15px !important;
        padding: 20px 0 !important; }
      .main-navigation .nav-logo img {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media screen and (min-width: 64em) {
  .nav-solid.nav-top .page-wrapper .home-bg-slider {
    bottom: 0; }
  .nav-solid.nav-top .page-wrapper .page-intro .page-header-intro {
    top: 0; }
  .page-padding-top {
    padding-top: 60px; }
  .nav-transparent .page-wrapper .home-bg-slider, .nav-transparent .page-wrapper .page-padding-top {
    top: 0;
    bottom: 0; }
  .nav-transparent .page-wrapper .page-intro {
    top: 0; }
  .nav-transparent.nav-top .page-wrapper .page-intro + .page-padding-top, .nav-transparent.nav-top .page-wrapper .page-header-intro + .page-padding-top {
    padding-top: 60px !important; }
  .nav-solid.nav-bottom .page-wrapper .home-bg-slider {
    top: 0; }
  .nav-solid.nav-bottom .page-wrapper .page-padding-top {
    bottom: 0; }
  .home-content {
    padding-top: 60px; }
    .home-content .home-top {
      top: 60px; } }

.nav-classes {
  width: 100%; }

.main-navigation {
  z-index: 4;
  width: 100%; }
  .main-navigation .nav-wrapper {
    position: relative; }
  .main-navigation .nav-items {
    transition: opacity .4s;
    height: inherit; }
    .main-navigation .nav-items ul {
      margin: 0;
      height: 100%; }
    .main-navigation .nav-items li {
      list-style-type: none;
      position: relative;
      height: 50px;
      line-height: 50px;
      top: 50%;
      margin-top: -25px; }
    .main-navigation .nav-items a {
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 14px;
      padding: 8px 0;
      margin: 0 20px;
      text-align: center; }
      .main-navigation .nav-items a[href="#"] {
        cursor: default; }
  .main-navigation .nav-logo {
    height: 100%;
    opacity: 0;
    transition: opacity .4s; }
    .main-navigation .nav-logo a {
      display: inline-block;
      height: 100%;
      margin: 0 40px;
      padding:0px 0; }
    .main-navigation .nav-logo img {
      max-height: 100%; }
    .main-navigation .nav-logo.active-logo {
      opacity: 1; }
  .main-navigation .menu-item .dropdown {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
    .main-navigation .menu-item .dropdown li {
      position: relative;
      width: 100%;
      text-align: left !important; }
      .main-navigation .menu-item .dropdown li:hover > a > .title {
        opacity: 1; }
      .main-navigation .menu-item .dropdown li a {
        white-space: nowrap; }
        .main-navigation .menu-item .dropdown li a .title {
          transition: opacity 0.4s;
          opacity: 0.6; }

.show-plus .menu-item-has-children.first-level > a::before {
  right: -15px;
  position: absolute;
  content: '+';
  opacity: 1; }

.menu-item-has-children > a span.title::after {
  right: -15px;
  position: absolute;
  content: '+';
  opacity: 1; }

.menu-item-has-children > a span.title::after {
  right: 15px; }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .dropdown {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 19;
    height: auto !important;
    padding: 7px 0; }
    .menu-item-has-children .dropdown .dropdown {
      left: 100%;
      margin-left: 1px; }
    .menu-item-has-children .dropdown .dropdown-left {
      left: auto;
      right: 100%;
      margin-right: 1px; }
    .menu-item-has-children .dropdown li {
      top: 0;
      margin-top: 0;
      padding: 7px 15px;
      height: auto !important;
      line-height: 1; }
    .menu-item-has-children .dropdown a {
      display: block;
      font-size: 12px;
      letter-spacing: 2px; }

.nav-top .menu-item-has-children .dropdown {
  top: 100%; }
  .nav-top .menu-item-has-children .dropdown .dropdown {
    top: -7px; }

.nav-bottom .menu-item-has-children .dropdown {
  bottom: 100%; }
  .nav-bottom .menu-item-has-children .dropdown .dropdown {
    top: -7px;
    bottom: auto; }

.nav-top .main-navigation {
  position: absolute;
  left: 0;
  top: 0; }

.nav-bottom .main-navigation {
  position: absolute;
  bottom: 0;
  left: 0; }

.nav-transparent .main-navigation {
  background: transparent !important; }

.nav-left-all .nav-logo, .nav-left-all .nav-items {
  float: left; }

.nav-left-all .nav-items li {
  float: left; }

.nav-left .nav-logo {
  float: left; }

.nav-left .nav-items {
  float: right; }
  .nav-left .nav-items li {
    float: left; }

.nav-right-all .nav-logo, .nav-right-all .nav-items {
  float: right; }

.nav-right-all .nav-items li {
  float: left; }

.nav-right .nav-logo {
  float: right; }

.nav-right .nav-items {
  float: left; }
  .nav-right .nav-items li {
    float: left; }

.nav-center .main-navigation {
  text-align: center; }
  .nav-center .main-navigation .nav-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .nav-center .main-navigation .nav-items li {
      float: left; }
  .nav-center .main-navigation .nav-logo {
    display: inline-block;
    position: relative;
    float: left;
    display: block; }
    .nav-center .main-navigation .nav-logo a {
      position: relative;
      z-index: 3; }
  .nav-center .main-navigation .main-nav-left {
    text-align: right;
    height: 100%;
    float: left; }
    .nav-center .main-navigation .main-nav-left > ul {
      float: right; }
      .nav-center .main-navigation .main-nav-left > ul:after {
        content: "";
        clear: both; }
  .nav-center .main-navigation .main-nav-right {
    height: 100%;
    float: left; }

.nav-icons {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 3; }
  .nav-icons a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    position: absolute; }

.nav-right .nav-icons, .nav-right-all .nav-icons {
  right: auto;
  left: 0; }

/**
 *
 * Fixed navigation
 *
 */
.fixed-nav {
  position: relative;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: transform 0.4s;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .fixed-nav .menu-main-menu {
    margin: 0;
    padding-left: 30px;
    padding-right: 45px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    max-height: 100%; }
  .fixed-nav .nav-logo {
    display: table-cell !important;
    text-align: left;
    vertical-align: middle;
    height: inherit;
    float: none; }
    .fixed-nav .nav-logo a {
      display: block;
      height: inherit;
      margin: 0 30px;
      padding: 15px 0; }
      .fixed-nav .nav-logo a img {
        max-height: 100%; }
  .fixed-nav > ul > li {
    padding: 15px;
    display: inline-block; }
    .fixed-nav > ul > li > a {
      font-size: 12px;
      padding-bottom: 5px; }
  .fixed-nav a {
    text-transform: uppercase;
    letter-spacing: 2px; }
    .fixed-nav a[href="#"] {
      cursor: default; }
    .fixed-nav a span {
      display: block;
      white-space: nowrap; }
  .fixed-nav .dropdown .dropdown a {
    color: #fff; }
  .fixed-nav.show-fixed-nav {
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .fixed-nav .menu-item-has-children.first-level > a::before, .fixed-nav .menu-item-has-children > a span.title::after {
    line-height: 1;
    top: 50%;
    margin-top: -9px; }
  .fixed-nav li {
    list-style-type: none;
    text-align: center; }
    .fixed-nav li .title {
      transition: opacity 0.4s;
      opacity: 0.6; }
    .fixed-nav li:hover > a > .title {
      opacity: 1; }
  .fixed-nav .menu-item-has-children .dropdown a {
    margin: 0 10px;
    padding: 8px 0; }
    .fixed-nav .menu-item-has-children .dropdown a span:after {
      margin-top: -7px;
      right: 10px; }

.nav-top .fixed-nav .menu-item-has-children .dropdown {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
  .nav-top .fixed-nav .menu-item-has-children .dropdown .dropdown {
    top: -7px; }

/**
 *
 * Mobile navigation
 *
 */
@media screen and (max-width: 63.9375em) {
  .icon-contact-mobile {
    position: fixed;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 3;
    bottom: 30px;
    border-radius: 50%; }
    .icon-contact-mobile a {
      display: block;
      width: 20px;
      margin: 0 auto; }
    .icon-contact-mobile svg {
      max-width: 100%;
      -ms-transform: rotate(25deg);
          transform: rotate(25deg); }
  .mobile-navbar-helper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64) 0.2s, opacity 0.5s 0.2s;
    z-index: 4; }
    .mobile-navbar-helper.open-overlay {
      -ms-transform: translateY(0);
          transform: translateY(0);
      opacity: 1;
      transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64), opacity 0.5s; }
  .mobile-navbar-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    visibility: hidden;
    transition: opacity .4s 0s, transform .4s 0s, visibility .4s .4s;
    padding: 0 60px 60px;
    text-align: center;
    overflow: hidden;
    top: 0; }
    .mobile-navbar-overlay.show-mobile-nav {
      opacity: 1;
      -ms-transform: translateY(0);
          transform: translateY(0);
      visibility: visible;
      transition: opacity .4s .4s, transform .4s .4s, visibility .4s 0s;
      overflow-y: scroll; }
    .mobile-navbar-overlay .menu-mobile {
      margin: 0; }
      .mobile-navbar-overlay .menu-mobile li {
        list-style-type: none;
        padding: 0 15px !important; }
        .mobile-navbar-overlay .menu-mobile li a {
          display: inline-block; }
      .mobile-navbar-overlay .menu-mobile > li {
        margin-bottom: 60px; }
        .mobile-navbar-overlay .menu-mobile > li > a {
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 3px;
          padding-bottom: 5px; }
        .mobile-navbar-overlay .menu-mobile > li > .dropdown > li > a {
          letter-spacing: 2px;
          margin: 5px 0;
          padding: 5px 0;
          text-transform: uppercase;
          font-size: 14px; }
        .mobile-navbar-overlay .menu-mobile > li > .dropdown > li .dropdown {
          display: block; }
          .mobile-navbar-overlay .menu-mobile > li > .dropdown > li .dropdown a {
            letter-spacing: 2px;
            margin: 5px 0;
            padding: 5px 0;
            font-size: 14px; }
      .mobile-navbar-overlay .menu-mobile > .menu-item-has-children > .dropdown > li {
        margin-bottom: 15px; }
      .mobile-navbar-overlay .menu-mobile > .menu-item-has-children > a {
        margin-bottom: 15px; }
    .mobile-navbar-overlay .dropdown {
      margin: 0;
      padding: 0; }
    .mobile-navbar-overlay .close-nav {
      z-index: 30;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      top: 30px;
      padding: 0;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .mobile-navbar-overlay .close-nav circle {
        opacity: .2; }
  .menu-mobile .menu-item-has-children .dropdown {
    display: block;
    position: relative;
    left: 0;
    top: auto !important; }
    .menu-mobile .menu-item-has-children .dropdown a:before, .menu-mobile .menu-item-has-children .dropdown .title:after {
      display: none; } }

/**
 *
 * Navigation Colors 
 *
 */
.nav-light-text .main-navigation, .nav-light-text .menu-item-has-children .dropdown {
  background: #111; }

.nav-light-text .menu-item-has-children .dropdown {
  border-color: #fff !important; }

.nav-light-text .nav-items a, .nav-light-text .nav-icons a {
  color: #fff; }
  .nav-light-text .nav-items a:after, .nav-light-text .nav-icons a:after {
    background: #fff; }
  .nav-light-text .nav-items a:hover, .nav-light-text .nav-icons a:hover {
    border-color: #fff; }

.nav-light-text #reorder-mobile line {
  stroke: #fff; }

.nav-dark-text .desktop-menu .main-navigation, .nav-dark-text .desktop-menu .menu-item-has-children .dropdown {
  background: #fff; }

.nav-dark-text .menu-item-has-children .dropdown {
  border-color: #333 !important; }

.nav-dark-text .nav-items a, .nav-dark-text .nav-icons a {
  color: #333; }
  .nav-dark-text .nav-items a:after, .nav-dark-text .nav-icons a:after {
    background: #333; }
  .nav-dark-text .nav-items a:hover, .nav-dark-text .nav-icons a:hover {
    border-color: #333; }

.nav-dark-text #reorder-mobile line {
  stroke: #333; }

.fixed-nav {
  background: #fff; }
  .fixed-nav > ul > li > a:after {
    background: #111; }
  .fixed-nav a {
    color: inherit !important; }
  .fixed-nav .dropdown {
    background: #fff !important; }

.mobile-navbar-helper {
  background: #111; }

.mobile-navbar-overlay .menu-mobile a {
  color: #fff; }

.mobile-navbar-overlay .menu-mobile li > a:after {
  background: #fff; }

.icon-contact-mobile {
  background: #fff; }

/*!---------- 8. SWIPER ----------*/
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

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

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

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

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

#swipebox-slider {
  transition: transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    padding: 50px 65px 50px 50px; }
    @media screen and (max-width: 39.9375em) {
      #swipebox-slider .slide {
        padding: 0; } }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }

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

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

#swipebox-prev {
  top: 50%;
  margin-top: -50px;
  left: 10px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line" x1="25" y1="0" x2="10" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="10" y1="15" x2="25" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') !important;
  background-repeat: no-repeat !important; }

#swipebox-next {
  top: 50%;
  margin-top: -50px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line" x1="5" y1="0" x2="20" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="20" y1="15" x2="5" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') !important;
  background-repeat: no-repeat !important; }

#swipebox-close {
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" style=""\a 		 xml:space="preserve"><line id="e4_line" x1="35" y1="35" x2="65" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="65" y1="35" x2="35" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/>\a 		</svg>');
  background-repeat: no-repeat; }
  @media screen and (max-width: 39.9375em) {
    #swipebox-close {
      top: 10px;
      right: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!---------- 10. VEGAS ----------*/
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0); }

body .vegas-container {
  overflow: hidden !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body .parallax-image .vegas-container {
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px; }

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -ms-transform: translateX(0%);
      transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -ms-transform: translateX(0%);
      transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -ms-transform: scale(2) rotate(35deg);
      transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -ms-transform: scale(2) rotate(-35deg);
      transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -ms-transform: scale(2) rotate(-35deg);
      transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -ms-transform: scale(2) rotate(35deg);
      transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  animation: kenburns ease-out; }

@keyframes kenburns {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out; }

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.05) translate(1%, -1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out; }

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.05) translate(-1%, -1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out; }

@keyframes kenburnsDown {
  0% {
    transform: scale(1.05) translate(0, -1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out; }

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.05) translate(1%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out; }

@keyframes kenburnsRight {
  0% {
    transform: scale(1.05) translate(-1%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out; }

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.05) translate(1%, 1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out; }

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.05) translate(-1%, 1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out; }

@keyframes kenburnsUp {
  0% {
    transform: scale(1.05) translate(0, 1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*!---------- 11. MOSAIC ----------*/
.mosaic .mosaic-item {
  position: relative;
  margin-bottom: 30px; }
  .mosaic .mosaic-item:hover .mosaic-item-overlay {
    opacity: 1; }

.mosaic .mosaic-img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mosaic .mosaic-info {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px 15px 30px; }
  .mosaic .mosaic-info .mosaic-text {
    margin-bottom: 15px;
    font-style: italic;
    font-family: "Lora";
    font-size: 18px; }
  .mosaic .mosaic-info .mosaic-link {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block; }
    .mosaic .mosaic-info .mosaic-link:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      height: 1px;
      width: 100%; }

.mosaic .mosaic-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  transition: opacity .4s;
  z-index: 1; }

@media screen and (max-width: 63.9375em) {
  .mosaic .mosaic-item-overlay {
    opacity: 1; } }

@media screen and (min-width: 40em) {
  .mosaic.mosaic-no-gutter .columns {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .mosaic.mosaic-no-gutter .columns .mosaic-item {
      margin-bottom: 0; } }

.mosaic .footer {
  margin-top: 60px; }

.mosaic .mosaic-info {
  color: #fff; }

.mosaic .mosaic-item-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 80%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0); }

.mosaic .mosaic-info .mosaic-link:after {
  background: #fff; }

/*!---------- 12. RESERVATION ----------*/
@media screen and (max-width: 63.9375em) {
  .reservation {
    padding-top: 90px; } }

@media screen and (min-width: 64em) {
  .reservation .reservation-container {
    display: table;
    width: 100%; }
  .reservation .reservation-form {
    width: 66.666%;
    display: table-cell;
    vertical-align: middle; }
  .reservation .reservation-content {
    width: 33.3332%;
    display: table-cell;
    vertical-align: middle; } }

.reservation .footer {
  margin-top: 90px; }

.reservation-form .btn-reservation {
  margin: 0 auto;
  display: block;
  transition: color .4s; }
  @media screen and (max-width: 63.9375em) {
    .reservation-form .btn-reservation {
      margin-bottom: 60px; } }
  .reservation-form .btn-reservation.button-success {
    color: #2ec556 !important; }
    .reservation-form .btn-reservation.button-success .button-border {
      background: #2ec556; }

.reservation-form fieldset:after {
  left: 0; }
  @media screen and (max-width: 63.9375em) {
    .reservation-form fieldset:after {
      width: 100%; } }
  @media screen and (min-width: 64em) {
    .reservation-form fieldset:after {
      right: -50%; } }

@media screen and (min-width: 64em) {
  .reservation-content .reservation-content-wrapper {
    padding-right: 60px; } }

/*!---------- 13. TEAM ----------*/
.team-grid {
  overflow: hidden; }
  .team-grid .team-member {
    width: 50%;
    float: left; }
    .team-grid .team-member:nth-child(2n) {
      padding-left: 15px; }
    .team-grid .team-member:nth-child(2n-1) {
      padding-right: 15px; }

.team-select {
  position: relative;
  margin-bottom: 60px; }
  .team-select .team-member {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s 0s, visibility 0s .4s; }
  .team-select .team-member-active {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s .4s, visibility 0s 0s; }
  .team-select .team-members {
    overflow: hidden; }
    .team-select .team-members .team-header {
      width: 25%;
      float: left;
      cursor: pointer;
      text-align: left;
      padding: 0 30px; }

.team-img-right .team-image {
  padding-right: 60px; }

.team-img-right .team-member .team-header {
  margin-top: 60px; }

.team-img-right .team-info, .team-img-right .team-image {
  width: 50%; }

.team-img-right .team-info {
  float: left; }

.team-img-right .team-image {
  float: right; }

.team-img-right .team-member .team-header:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 1;
  transition: transform .4s, background .4s;
  left: 100%; }

.team-member {
  overflow: hidden;
  margin-bottom: 60px; }
  .team-member .member-desc {
    padding: 0 30px;
    margin-bottom: 30px; }
  .team-member .team-image {
    position: relative;
    z-index: 2; }
  .team-member .member-socials {
    text-align: center;
    margin: 0; }
    .team-member .member-socials li {
      list-style-type: none;
      display: inline-block; }
      .team-member .member-socials li:after {
        content: "/";
        position: relative;
        margin-left: 3px;
        font-size: 14px; }
      .team-member .member-socials li:last-of-type:after, .team-member .member-socials li:first-of-type:after {
        display: none; }
      .team-member .member-socials li a {
        display: inline-block;
        padding-bottom: 3px; }

.team .team-name {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  z-index: 2; }

.team .team-member .team-name:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 2px;
  z-index: 2;
  transition: transform .4s, background .4s; }

.team .team-members .team-name:after {
  background: transparent;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 1px;
  z-index: 2;
  transition: transform .4s, background .4s; }

.team .team-members .team-header:not(.active):hover .team-name:after {
  background: #111; }

.team .team-members .team-header.active .team-name:after {
  background: #8a8a8a;
  transform: scale3d(1, 2, 1); }

.team .team-members .team-header.active:hover .team-name:after {
  background: #111; }

.team .team-header {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px; }
  .team .team-header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: 1;
    transition: transform .4s, background .4s;
    left: 0; }

.team .member-name {
  margin-bottom: 0; }

.team .member-status {
  font-size: 14px; }

@media screen and (max-width: 63.9375em) {
  .team .team-img-right .team-image {
    padding-right: 0;
    text-align: center; }
  .team .team-img-right .team-member .team-header {
    margin-top: 30px; }
  .team .team-img-right .team-info, .team .team-img-right .team-image {
    width: 100%;
    float: none; }
  .team .team-select .team-members .team-header {
    width: 50%; }
  .team .team-grid .team-member {
    width: 100%;
    float: none; }
  .team .team-grid .team-image {
    text-align: center; } }

/**
 *
 * Team Colors
 *
 */
.team .member-status, .team-member .member-socials {
  color: #8a8a8a; }

.team .team-name:after {
  background: #8a8a8a; }

.team .link-hover:after {
  background: #333; }

/*!---------- 14. CONTACT ----------*/
@media screen and (max-width: 63.9375em) {
  .contact #map {
    height: 400px;
    width: 100%; } }

@media screen and (min-width: 64em) {
  .contact #map {
    height: 400px; } }

.contact .footer {
  margin-top: 90px; }

.contact-container {
  margin-bottom: 90px; }

.contact .link-hover:after {
  background: #333; }

/*!---------- 15. FOOTER ----------*/
.newsletter-form fieldset {
  margin-bottom: 15px;
  text-align: left; }
  .newsletter-form fieldset label {
    text-align: left;
    line-height: 35px; }
  .newsletter-form fieldset input {
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: left; }
  .newsletter-form fieldset:after {
    left: 0;
    right: 0; }
  .newsletter-form fieldset .mf-input:after {
    margin-left: 0 !important;
    left: 0 !important; }

.newsletter-form .btn-newsletter {
  margin: 0 auto;
  margin-right: 0;
  display: block;
  transition: color .4s; }
  .newsletter-form .btn-newsletter .button-border {
    background: #111; }
  .newsletter-form .btn-newsletter.button-success {
    color: #2ec556 !important; }
    .newsletter-form .btn-newsletter.button-success .button-border {
      background: #2ec556; }

.newsletter-form .active-input label {
  bottom: -30px; }

@media screen and (max-width: 39.9375em) {
  .footer-grid .newsletter-form {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 63.9375em) {
  .footer-grid {
    text-align: center; }
    .footer-grid .footer-content {
      margin-bottom: 30px; }
    .footer-grid .newsletter-form {
      width: 50%;
      margin: 0 auto; } }

.footer-content {
  margin-bottom: 20px; }
  .footer-content h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
	color:#c5a059; }
  .footer-content small {
    font-size: 12px;
    line-height: 1.5em;
    display: inline-block; }
  .footer-content #scroll-up {
    margin: 0 auto;
    display: block;
    transition: color .4s; }
    .footer-content #scroll-up .button-border {
      background: #111; }
    .footer-content #scroll-up.button-success {
      color: #2ec556 !important; }
      .footer-content #scroll-up.button-success .button-border {
        background: #2ec556; }

.footer {
  padding: 90px 0 60px;
  background: #f7f7f7;
  position: relative;
  background-image:url(../img/footer/s1.jpg);
  margin-top: 60px; }
  
  
 .footer p {
	 
	 color:#fff;
 }

 .footer ul li {
	 
	 color:#fff;
 }

.newsletter-form fieldset label,
.newsletter-form .btn-newsletter
{
	color:#fff;
}

/*!---------- 16. ANIMATIONS ----------*/
.img-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .img-wrapper:after {
    content: '';
    margin: 0 -5px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background: #ddd;
    z-index: 3;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
  .img-wrapper img:first-child {
    transition: opacity 0s 0.6s, transform 1s 0.6s;
    opacity: 0;
    transform: translateX(-20px) translateZ(0); }
  .img-wrapper.loaded-img:after {
    margin-right: 0;
    right: -3px;
    bottom: 0;
    left: 100%; }
  .img-wrapper.loaded-img img:first-child {
    -ms-transform: translateX(0);
        transform: translateX(0);
    opacity: 1; }

.mosaic-item {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .mosaic-item:after {
    content: '';
    margin: 0 -5px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background: #ddd;
    z-index: 3;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
  .mosaic-item a {
    transition: opacity 0s 0.7s, transform 1s 0.6s;
    opacity: 0;
    transform: translateX(-20px) translateZ(0); }
  .mosaic-item.mosaic-loaded:after {
    margin-right: 0;
    right: -3px;
    bottom: 0;
    left: 100%; }
  .mosaic-item.mosaic-loaded a {
    -ms-transform: translateX(0);
        transform: translateX(0);
    opacity: 1; }

.animate-text {
  transition: transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
  opacity: 0; }
  .animate-text.loaded-text {
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
  .animate-text.animate-second {
    transition-delay: 0.5s; }
