/*
Theme Name: Central Yacht
Theme URI: http://centralyacht.com/
Author: Kary Ho
Author URI: https://karyho.com/
Version: 1.0
Text Domain: centralYacht
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*$theme-bg: green;*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.column, .columns {
  float: left;
  min-height: 1px;
  margin-right: 20px;
  position: relative; }
  @media screen and (max-width: 736px) {
    .column, .columns {
      float: none;
      margin-right: auto; } }
  .column:last-of-type, .column.last, .columns:last-of-type, .columns.last {
    margin-right: auto; }
  .column.float-none, .columns.float-none {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .column.float-right, .columns.float-right {
    float: right;
    margin-right: auto; }
    @media screen and (max-width: 736px) {
      .column.float-right, .columns.float-right {
        float: none;
        margin-right: auto; } }
    .column.float-right.last, .columns.float-right.last {
      margin-right: 20px; }
  .column.six:nth-of-type(odd):not(:first-of-type), .columns.six:nth-of-type(odd):not(:first-of-type) {
    clear: both; }
  .column.six:nth-of-type(even), .columns.six:nth-of-type(even) {
    margin-right: auto; }
  .column.four:first-of-type, .column.four:nth-of-type(3n+1):not(:first-of-type), .columns.four:first-of-type, .columns.four:nth-of-type(3n+1):not(:first-of-type) {
    clear: both; }
  .column.four:nth-of-type(3n), .columns.four:nth-of-type(3n) {
    margin-right: auto; }
  .column.three:first-of-type, .column.three:nth-of-type(4n+1):not(:first-of-type), .columns.three:first-of-type, .columns.three:nth-of-type(4n+1):not(:first-of-type) {
    clear: both; }
  .column.three:nth-of-type(4n), .columns.three:nth-of-type(4n) {
    margin-right: auto; }
  .column.five-cols:first-of-type, .column.five-cols:nth-of-type(5n+1):not(:first-of-type), .columns.five-cols:first-of-type, .columns.five-cols:nth-of-type(5n+1):not(:first-of-type) {
    clear: both; }
  .column.five-cols:nth-of-type(5n), .columns.five-cols:nth-of-type(5n) {
    margin-right: auto; }

.one {
  width: calc((100% - 20px)/12); }

.two {
  width: calc((100% - (20px*5))/6); }

.three {
  width: calc((100% - (20px*3))/4); }

.four {
  width: calc((100% - (20px*2))/3); }

.five {
  width: calc((100% - 220px)/12*5 + 20px*4); }

.six {
  width: calc((100% - (20px))/2); }

.seven {
  width: calc((100% - 220px)/12*7 + 20px*6); }

.eight {
  width: calc((100% - 220px)/12*8 + 20px*7); }

.nine {
  width: calc((100% - 220px)/12*9 + 20px*8); }

.ten {
  width: calc((100% - 220px)/12*10 + 20px*9); }

.eleven {
  width: calc((100% - 220px)/12*11 + 20px*10); }

.twelve {
  width: 100%; }

.five-cols {
  width: calc((100% - (20px*4))/5); }

/*@supports (display: flow-root) {
  %clearfix {
    display: flow-root;
    &:before,
    &:after { content: none; }
  }
}*/
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.row {
  width: 100%;
  position: relative;
  clear: both; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }

.wrapper {
  clear: both;
  width: 88.88889%;
  margin: 0 auto;
  position: relative;
  float: none; }
  @media screen and (max-width: 769px) {
    .wrapper {
      width: 90%; } }

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

.wrapper:after, .container:after {
  clear: both; }

object, embed {
  max-width: 100%;
  height: 100%; }

img, svg {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

canvas {
  vertical-align: bottom; }

#map,
.map,
#map_canvas,
.map_canvas,
#map-canvas,
.map-canvas {
  width: 100%;
  width: auto;
  height: 100%;
  min-height: 240px !important;
  margin: 0;
  padding: 0; }
  #map img,
  .map img,
  #map_canvas img,
  .map_canvas img,
  #map-canvas img,
  .map-canvas img {
    max-width: none !important; }

@media screen and (max-width: 736px) {
  .five-cols, .twelve, .eleven, .ten, .nine, .eight, .seven, .six, .five, .four, .three, .two, .one {
    width: 100%; }
  /*[class*="offset-"] {
    margin-left: 0;
  }
  [class*="pull-"] {
    right: 0;
  }
  [class*="push-"] {
    left: 0;
  }*/
  img {
    width: 100%;
    height: auto; }
    img.ajax-loader {
      width: auto; } }

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

@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans-Italic.eot");
  src: local("Gill Sans Italic"), local("GillSans-Italic"), url("fonts/GillSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans-Italic.woff2") format("woff2"), url("fonts/GillSans-Italic.woff") format("woff"), url("fonts/GillSans-Italic.ttf") format("truetype"), url("fonts/GillSans-Italic.svg#GillSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans-Light.eot");
  src: local("Gill Sans Light"), local("GillSans-Light"), url("fonts/GillSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans-Light.woff2") format("woff2"), url("fonts/GillSans-Light.woff") format("woff"), url("fonts/GillSans-Light.ttf") format("truetype"), url("fonts/GillSans-Light.svg#GillSans-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans-LightItalic.eot");
  src: local("Gill Sans Light Italic"), local("GillSans-LightItalic"), url("fonts/GillSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans-LightItalic.woff2") format("woff2"), url("fonts/GillSans-LightItalic.woff") format("woff"), url("fonts/GillSans-LightItalic.ttf") format("truetype"), url("fonts/GillSans-LightItalic.svg#GillSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans-SemiBold.eot");
  src: local("Gill Sans SemiBold"), local("GillSans-SemiBold"), url("fonts/GillSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans-SemiBold.woff2") format("woff2"), url("fonts/GillSans-SemiBold.woff") format("woff"), url("fonts/GillSans-SemiBold.ttf") format("truetype"), url("fonts/GillSans-SemiBold.svg#GillSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Cochin';
  src: url("fonts/Cochin-Italic.eot");
  src: local("Cochin Italic"), local("Cochin-Italic"), url("fonts/Cochin-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Cochin-Italic.woff2") format("woff2"), url("fonts/Cochin-Italic.woff") format("woff"), url("fonts/Cochin-Italic.ttf") format("truetype"), url("fonts/Cochin-Italic.svg#Cochin-Italic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Cochin';
  src: url("fonts/Cochin-BoldItalic.eot");
  src: local("Cochin Bold Italic"), local("Cochin-BoldItalic"), url("fonts/Cochin-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Cochin-BoldItalic.woff2") format("woff2"), url("fonts/Cochin-BoldItalic.woff") format("woff"), url("fonts/Cochin-BoldItalic.ttf") format("truetype"), url("fonts/Cochin-BoldItalic.svg#Cochin-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 736px) {
  .alignnone,
  a img.alignnone {
    margin-right: 0; }
  .alignright,
  .alignrleft,
  a img.alignright,
  a img.alignrleft {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--html .fancybox-close-small:hover {
  color: currentColor;
  opacity: 1; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  margin: 0;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: calc(50% - (38px / 2));
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  height: 100px;
  left: -26px;
  position: absolute;
  top: -31px;
  width: 70px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
  background: url(images/gallery-arrow.png) no-repeat center center;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 1rem;
  width: 64px;
  height: 64px; }
  .fancybox-navigation .fancybox-button--arrow_left svg {
    display: none; }
  @media screen and (max-width: 736px) {
    .fancybox-navigation .fancybox-button--arrow_left {
      width: 32px;
      height: 32px;
      background-size: 30%; } }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
  background: url(images/gallery-arrow.png) no-repeat center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 1rem;
  width: 64px;
  height: 64px; }
  .fancybox-navigation .fancybox-button--arrow_right svg {
    display: none; }
  @media screen and (max-width: 736px) {
    .fancybox-navigation .fancybox-button--arrow_right {
      width: 32px;
      height: 32px;
      background-size: 30%; } }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.pagination-container {
  margin-top: 2.125rem; }
  .pagination-container:before, .pagination-container:after {
    content: ' ';
    display: table; }
  .pagination-container:after {
    clear: both; }
  .pagination-container nav {
    position: relative;
    text-align: center; }
  .pagination-container .pagination {
    position: relative;
    display: inline-block; }
    .pagination-container .pagination:before, .pagination-container .pagination:after {
      content: ' ';
      display: table; }
    .pagination-container .pagination:after {
      clear: both; }
    .pagination-container .pagination li {
      float: left;
      margin-right: 0.35rem;
      margin-bottom: 0.35rem;
      text-align: center;
      font-size: 1rem;
      border: 1px solid #DDBB6C; }
      .pagination-container .pagination li.current {
        background: #DDBB6C;
        color: #fff;
        padding: 0.31rem 0.5rem; }
      .pagination-container .pagination li.previous a, .pagination-container .pagination li.next a {
        color: #DDBB6C; }
      .pagination-container .pagination li.previous img, .pagination-container .pagination li.next img {
        vertical-align: middle;
        margin-top: -0.2rem; }
      .pagination-container .pagination li a {
        color: #DDBB6C;
        display: block;
        padding: 0.31rem 0.5rem; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

@keyframes path_fade {
  0% {
    stroke-opacity: 1; }
  94% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

@keyframes obj1 {
  5% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes obj2 {
  20% {
    stroke-dashoffset: 58; }
  45% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes obj3 {
  25% {
    stroke-dashoffset: 35; }
  45% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes obj4 {
  25% {
    stroke-dashoffset: 165; }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes obj5 {
  40% {
    stroke-dashoffset: 13; }
  60% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes obj6 {
  50% {
    stroke-dashoffset: 13; }
  80% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes move {
  100% {
    offset-distance: 100%; } }

@keyframes yacht_back {
  0% {
    transform: rotateY(0); }
  49.9% {
    transform: rotateY(0); }
  50% {
    transform: rotateY(180deg); }
  99.9% {
    transform: rotateY(180deg); } }

body .preloader > svg #Stroke-9, body .preloader > svg #Stroke-12, body .preloader > svg #Stroke-14 {
  stroke-dasharray: 35;
  stroke-dashoffset: 35; }

body .preloader > svg #Fill-1, body .preloader > svg #Fill-3, body .preloader > svg #Fill-5 {
  animation: obj1 2500ms linear, path_fade 2500ms linear; }

body .preloader > svg #Stroke-7 {
  stroke-dasharray: 58;
  stroke-dashoffset: 58;
  animation: obj2 2500ms linear, path_fade 2500ms linear; }

body .preloader > svg #Stroke-9 {
  animation: obj3 2500ms linear, path_fade 2500ms linear; }

body .preloader > svg #Stroke-10 {
  stroke-dasharray: 164;
  stroke-dashoffset: 164;
  animation: obj4 2500ms linear, path_fade 2500ms linear; }

body .preloader > svg #Stroke-12 {
  animation: obj5 2500ms linear, path_fade 2500ms linear; }

body .preloader > svg #Stroke-14 {
  animation: obj6 2500ms linear, path_fade 2500ms linear; }

.page-template-template-front .counting svg #Yacht {
  animation: move 20s 0s infinite alternate linear,yacht_back 40s 0s infinite linear;
  offset-rotate: auto;
  offset-path: path("M166,150c14.5,23.4,46.1,50,74.4,45.5c19.1-3.1,38.9-12.7,57.6-3.9l2,0c9.9,4,19.6,8.4,29.7,11.9c8.2,2.9,17.1,3.9,25,7.6c12.8,5.9,24.1,14.5,36.6,20.8c52.1,25.9,39,12.5,85.2,43.7c23.9,16.2,30.6,46,64.2,48.7c43.8,3.5,33-40.5,54.8-63.3c16.6-17.4,40.1-18.9,61-26.3c16-5.7,31-14,47.1-19.4c3.9-1.3,8.5-2,12.3-0.4c17.1,7.4,43.2,44.2,39.8,62.8c-0.4,2.1-31.8,84.1,4.7,72.3c10.8-3.5,20.6-9.5,30.3-15.3c6.2-3.7-12.7,7.6-19.8,9c-7,1.5-14.5,0.5-21.6-0.5c-4.9-0.7-9.5-2.9-14.1-4.8c-2.7-1.1-5.3-2.6-7.6-4.4c-2.4-1.9-5-3.8-6.5-6.5c-2-3.4-3.1-7.3-3.7-11.2c-0.7-4.6-0.6-9.3,0-13.9c0.4-3.5,1.6-6.9,2.9-10.2c3-7.7,5.6-15.7,9.9-22.7c4.4-7.1,11.2-12.5,16.1-19.4c7.5-10.7,12.7-22.9,21-33c18-22.1,21.4-10.1,24.5-33.9"); }

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

html, body {
  height: 100%;
  margin: 0;
  font-size: 18px; }

html, body, header, footer, section, article {
  position: relative; }
  html:before, html:after, body:before, body:after, header:before, header:after, footer:before, footer:after, section:before, section:after, article:before, article:after {
    content: ' ';
    display: table; }
  html:after, body:after, header:after, footer:after, section:after, article:after {
    clear: both; }

body {
  font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.667em;
  letter-spacing: 0.046em;
  background: #000; }
  body.overflow-hidden {
    overflow: hidden; }
  body .body-wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden; }

a:link, a:visited, a:active {
  color: #fff; }

a:hover {
  color: #DDBB6C; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cochin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.139em;
  margin: 0.5em 0; }
  h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal {
    font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.556rem; }

h3 {
  font-size: 2.222rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1rem; }

hr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDDDDD;
  margin: 1.11111rem 0; }

input[type="submit"] {
  border: none; }

input[type="checkbox"], input[type="radio"], input[type="submit"] {
  width: auto; }

input,
textarea {
  font-weight: 300;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  line-height: 1.667em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0.3rem 0;
  margin-bottom: 1.222rem; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #9B9B9B;
    font-weight: 300; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #9B9B9B;
    font-weight: 300; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #9B9B9B;
    font-weight: 300; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #9B9B9B;
    font-weight: 300; }
  input:focus,
  textarea:focus {
    outline: none;
    border-color: #DDBB6C; }

select {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 2.53rem;
  width: auto;
  padding-right: 2rem;
  margin-bottom: 1.222rem;
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: -webkit-linear-gradient(70deg, transparent 70%, #fff 50%), -webkit-linear-gradient(110deg, #fff 50%, transparent 50%);
  background: -moz-linear-gradient(70deg, transparent 70%, #fff 50%), -moz-linear-gradient(110deg, #fff 50%, transparent 50%);
  background: linear-gradient(70deg, transparent 70%, #fff 50%), linear-gradient(110deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 4px) calc(1em + 3px), calc(100% - 1px) calc(1em + 3px), calc(100% - 2.5rem) 0.5rem;
  background-size: 7px 7px, 3px 7px, 1px 1.5em;
  background-repeat: no-repeat; }
  select:focus {
    outline: none;
    border-color: #DDBB6C; }
  select.light {
    border: 1px solid #DDDDDD;
    color: #000;
    width: auto;
    height: auto;
    padding: 0.5rem 2rem 0.5rem 1rem;
    margin-bottom: auto;
    text-transform: uppercase;
    background: -webkit-linear-gradient(70deg, transparent 70%, #000 50%), -webkit-linear-gradient(110deg, #000 50%, transparent 50%);
    background: -moz-linear-gradient(70deg, transparent 70%, #000 50%), -moz-linear-gradient(110deg, #000 50%, transparent 50%);
    background: linear-gradient(70deg, transparent 70%, #000 50%), linear-gradient(110deg, #000 50%, transparent 50%);
    background-position: calc(100% - 13px) calc(1em - 1px), calc(100% - 10px) calc(1em - 1px), calc(100% - 2.5rem) 0.5rem;
    background-size: 7px 7px, 3px 7px, 1px 1.5em;
    background-repeat: no-repeat; }

p {
  margin: 2.222rem 0; }

label {
  text-align: left;
  display: inline-block; }

strong {
  font-weight: 700; }

.hidden {
  display: none; }

.mobile-only {
  display: none !important; }

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

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

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.float-left {
  float: left; }

.float-right {
  float: right; }

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

.left-margin {
  margin-left: 5.55556%; }

.right-margin {
  margin-right: 5.55556%; }

.colored-font {
  color: #DDBB6C; }

img.attachment-full {
  width: 100%;
  height: auto; }

input[type="submit"], .button {
  font-size: 1em;
  font-weight: 500;
  padding: 0.25rem 3.63rem;
  letter-spacing: 0.031rem;
  background: transparent;
  border: solid 3px #fff;
  text-align: center;
  display: inline-block;
  color: #fff;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  input.fill[type="submit"], .fill.button {
    background: #fff;
    color: #000; }
    input.fill.dark[type="submit"], .fill.dark.button {
      background: #000;
      color: #DDBB6C; }
      input.fill.dark:hover[type="submit"], .fill.dark.button:hover {
        color: #000; }
    input.fill:hover[type="submit"], .fill.button:hover {
      background: #DDBB6C;
      border-color: #DDBB6C; }
  input:hover[type="submit"], .button:hover {
    background: #fff;
    color: #000; }
  input.dark[type="submit"], .dark.button {
    border-color: #000;
    color: #000; }
    input.dark:hover[type="submit"], .dark.button:hover {
      border-color: #DDBB6C;
      background: #DDBB6C;
      color: #000; }

.buttona.dark a:link, .buttona.dark a:visited, .buttona.dark a:active {
  color: #000; }

.buttona.dark a:hover {
  color: #000; }

.button img {
  vertical-align: middle; }

button {
  cursor: pointer; }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1rem; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fixed {
  position: fixed; }

.wpcf7-form p {
  margin: auto; }

.wpcf7-form .wpcf7-recaptcha {
  margin-bottom: 1rem; }
  .wpcf7-form .wpcf7-recaptcha > div {
    margin: 0 auto; }

.wpcf7-form .name-gender {
  display: flex; }
  .wpcf7-form .name-gender span:last-of-type {
    flex-grow: 1;
    margin-left: 1rem;
    width: 100%; }

::-moz-selection {
  background: #DDBB6C;
  color: #fff; }

::selection {
  background: #DDBB6C;
  color: #fff; }

@media screen and (max-width: 769px) {
  .desktop-only {
    display: none !important; }
  .mobile-only {
    display: block !important; }
  .float-left, .float-right {
    float: none; }
  .theme-button img {
    width: auto; } }

@media screen and (max-width: 736px) {
  button,
  input[type="submit"] {
    width: 100%; } }

header {
  position: initial; }
  header > * {
    position: fixed;
    top: 50px; }
  header .logo {
    max-width: 40px;
    left: 5.55556%;
    z-index: 99992; }
    header .logo h3 {
      margin: 0; }
    header .logo img {
      max-height: 51px;
      width: auto; }
  header #menuToggle {
    right: 5.55556%;
    z-index: 99992;
    overflow: hidden; }
    header #menuToggle span {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background: #fff;
      width: 1.25rem;
      height: 2px;
      display: block;
      position: relative;
      transform-origin: left; }
      header #menuToggle span:not(:last-of-type) {
        margin-bottom: 0.444rem; }
      header #menuToggle span:nth-of-type(2) {
        width: 0.903rem;
        margin-left: 0.333rem; }
    header #menuToggle:hover span {
      background: #DDBB6C; }
    header #menuToggle.active span:first-of-type {
      transform: rotate(45deg) scale(1.25); }
    header #menuToggle.active span:last-of-type {
      transform: rotate(-45deg) scale(1.25); }
    header #menuToggle.active span:nth-of-type(2) {
      margin-left: 100%; }
  header nav {
    top: 0;
    right: -33.333%;
    width: calc(100% / 3);
    height: 100%;
    padding-top: 120px;
    background: #000;
    z-index: 99990;
    font-family: "Cochin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.333rem;
    text-transform: uppercase;
    letter-spacing: 0.167em;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    header nav.open {
      right: 0;
      opacity: 1; }
    header nav ul li {
      margin: 1.667rem 17.8728%; }
      header nav ul li.current_page_item a:link, header nav ul li.current_page_item a:visited, header nav ul li.current_page_item a:active {
        color: #DDBB6C; }
      header nav ul li.current_page_item a:hover {
        color: #DDBB6C; }
  header .widget.lang {
    z-index: 999;
    right: 9.58333%; }
    header .widget.lang .wpml-ls-legacy-list-horizontal {
      border: none;
      padding: 0; }
      header .widget.lang .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        font-size: 1.22222rem;
        display: block; }
        header .widget.lang .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
          padding: 0; }

@media screen and (max-width: 769px) {
  header nav {
    right: -100%;
    width: 100%; } }

@media screen and (max-width: 480px) {
  header .widget.lang {
    right: 15%; } }

body {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  body.preload {
    overflow: hidden; }
    body.preload:not(.page-template-template-front) {
      opacity: 0; }
  body > .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999; }
    body > .preloader > * {
      position: absolute;
      width: 8.333%;
      height: auto;
      top: 50%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  body:not(.page-template-template-front) article:not(:first-of-type) {
    margin: 8.334rem auto; }
  body[class*="page-template-template"] section:first-of-type {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body .container {
    margin: 8.8889rem 13.19444% 8.8889rem 5.55556%; }
  body .font24 {
    font-size: 1.333rem;
    line-height: 1.667em; }
  body .title.page {
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1; }
  body .image.square {
    padding-top: 100%;
    position: relative;
    overflow: hidden; }
    body .image.square img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%; }
  body.blog header #menuToggle span, body.archive header #menuToggle span, body.single header #menuToggle span {
    background: #000; }
  body.blog .widget.lang a:link, body.blog .widget.lang a:visited, body.blog .widget.lang a:active, body.archive .widget.lang a:link, body.archive .widget.lang a:visited, body.archive .widget.lang a:active, body.single .widget.lang a:link, body.single .widget.lang a:visited, body.single .widget.lang a:active {
    color: #000; }
  body.blog .widget.lang a:hover, body.archive .widget.lang a:hover, body.single .widget.lang a:hover {
    color: #DDBB6C; }
  body.blog #main .row, body.archive #main .row, body.single #main .row {
    border-top: 1px solid #DDDDDD; }
    body.blog #main .row img, body.archive #main .row img, body.single #main .row img {
      vertical-align: middle;
      margin-right: 0.55556rem; }
    body.blog #main .row.back-to-blog, body.blog #main .row.categories, body.archive #main .row.back-to-blog, body.archive #main .row.categories, body.single #main .row.back-to-blog, body.single #main .row.categories {
      color: #9B9B9B;
      border-bottom: 1px solid #DDDDDD;
      padding: 0.83333rem 0;
      text-transform: uppercase;
      font-size: 0.66667rem; }
      body.blog #main .row.back-to-blog .wrapper, body.blog #main .row.categories .wrapper, body.archive #main .row.back-to-blog .wrapper, body.archive #main .row.categories .wrapper, body.single #main .row.back-to-blog .wrapper, body.single #main .row.categories .wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      body.blog #main .row.back-to-blog .category-list, body.blog #main .row.categories .category-list, body.archive #main .row.back-to-blog .category-list, body.archive #main .row.categories .category-list, body.single #main .row.back-to-blog .category-list, body.single #main .row.categories .category-list {
        flex-grow: 1; }
    body.blog #main .row.back-to-blog a:link, body.blog #main .row.back-to-blog a:visited, body.blog #main .row.back-to-blog a:active, body.archive #main .row.back-to-blog a:link, body.archive #main .row.back-to-blog a:visited, body.archive #main .row.back-to-blog a:active, body.single #main .row.back-to-blog a:link, body.single #main .row.back-to-blog a:visited, body.single #main .row.back-to-blog a:active {
      color: #9B9B9B; }
    body.blog #main .row.back-to-blog a:hover, body.archive #main .row.back-to-blog a:hover, body.single #main .row.back-to-blog a:hover {
      color: #DDBB6C; }
    body.blog #main .row.categories, body.archive #main .row.categories, body.single #main .row.categories {
      font-weight: 400; }
      body.blog #main .row.categories li, body.archive #main .row.categories li, body.single #main .row.categories li {
        list-style: none;
        display: inline-block;
        margin-left: 1.66667rem; }
  body.blog #main .bg-text, body.archive #main .bg-text, body.single #main .bg-text {
    font-family: "Cochin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.55556rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.55556rem;
    line-height: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
    body.blog #main .bg-text span, body.archive #main .bg-text span, body.single #main .bg-text span {
      font-size: 0.5em;
      display: block; }
      body.blog #main .bg-text span:last-of-type, body.archive #main .bg-text span:last-of-type, body.single #main .bg-text span:last-of-type {
        font-size: 1em; }
  body.blog .article-content, body.archive .article-content, body.single .article-content {
    width: 58.75%;
    margin: 5.55556rem auto; }
    body.blog .article-content .title, body.archive .article-content .title, body.single .article-content .title {
      font-size: 2rem;
      font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      margin: 0 auto 0.55556rem; }
    body.blog .article-content .date, body.archive .article-content .date, body.single .article-content .date {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 0.77778rem;
      line-height: normal; }
    body.blog .article-content .author, body.archive .article-content .author, body.single .article-content .author {
      font-size: 0.77778rem;
      line-height: 1.11111rem; }
    body.blog .article-content .content-container, body.archive .article-content .content-container, body.single .article-content .content-container {
      margin-top: 5.55556rem; }
      body.blog .article-content .content-container p:first-of-type, body.archive .article-content .content-container p:first-of-type, body.single .article-content .content-container p:first-of-type {
        font-size: 1.33333rem;
        line-height: 2.22222rem;
        letter-spacing: 0.67px; }
  body.blog .other-posts > div, body.archive .other-posts > div, body.single .other-posts > div {
    padding: 0.83333rem 4.44444rem;
    width: 50%;
    display: inline-block; }
    body.blog .other-posts > div p, body.archive .other-posts > div p, body.single .other-posts > div p {
      font-size: 1.33333rem;
      line-height: normal;
      margin: 0 auto;
      font-weight: 400; }
      body.blog .other-posts > div p:first-of-type, body.archive .other-posts > div p:first-of-type, body.single .other-posts > div p:first-of-type {
        color: #9B9B9B;
        font-size: 0.66667rem;
        text-transform: uppercase; }
    body.blog .other-posts > div.prev, body.archive .other-posts > div.prev, body.single .other-posts > div.prev {
      border-right: 1px solid #DDDDDD; }
      body.blog .other-posts > div.prev p:last-of-type, body.archive .other-posts > div.prev p:last-of-type, body.single .other-posts > div.prev p:last-of-type {
        margin: auto auto auto 1.88889rem; }
    body.blog .other-posts > div.next, body.archive .other-posts > div.next, body.single .other-posts > div.next {
      text-align: right;
      border-left: 1px solid #DDDDDD; }
      body.blog .other-posts > div.next p:last-of-type, body.archive .other-posts > div.next p:last-of-type, body.single .other-posts > div.next p:last-of-type {
        margin: auto 1.88889rem auto auto; }
      body.blog .other-posts > div.next img, body.archive .other-posts > div.next img, body.single .other-posts > div.next img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 0.69444%;
        margin-right: auto; }
  body.blog .latest-posts, body.archive .latest-posts, body.single .latest-posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-bottom: 1px solid #DDDDDD; }
    body.blog .latest-posts > :not(:first-of-type), body.archive .latest-posts > :not(:first-of-type), body.single .latest-posts > :not(:first-of-type) {
      border-left: 1px solid #DDDDDD; }
    body.blog .latest-posts .post, body.archive .latest-posts .post, body.single .latest-posts .post {
      width: calc(100%/3);
      position: relative; }
      body.blog .latest-posts .post:not(:first-of-type), body.archive .latest-posts .post:not(:first-of-type), body.single .latest-posts .post:not(:first-of-type) {
        border-left: 1px solid #DDDDDD; }
      body.blog .latest-posts .post > div, body.archive .latest-posts .post > div, body.single .latest-posts .post > div {
        float: left; }
      body.blog .latest-posts .post .image, body.archive .latest-posts .post .image, body.single .latest-posts .post .image {
        max-width: 150px; }
      body.blog .latest-posts .post .category, body.archive .latest-posts .post .category, body.single .latest-posts .post .category {
        background: #000;
        color: #fff;
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 0.66667rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0.55556rem;
        line-height: normal; }
      body.blog .latest-posts .post a > div, body.archive .latest-posts .post a > div, body.single .latest-posts .post a > div {
        float: left; }
      body.blog .latest-posts .post .info, body.archive .latest-posts .post .info, body.single .latest-posts .post .info {
        margin: 2rem 1.66667rem;
        width: calc(100% - 210px); }
        body.blog .latest-posts .post .info .title, body.archive .latest-posts .post .info .title, body.single .latest-posts .post .info .title {
          font-weight: 400;
          font-size: 1.11111rem;
          line-height: 1.27778rem;
          color: rgba(0, 0, 0, 0.5);
          margin-bottom: 0.88889rem; }
        body.blog .latest-posts .post .info .date, body.archive .latest-posts .post .info .date, body.single .latest-posts .post .info .date {
          font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 0.77778rem;
          line-height: 1.05556rem; }
      body.blog .latest-posts .post.no-thumb .info, body.archive .latest-posts .post.no-thumb .info, body.single .latest-posts .post.no-thumb .info {
        margin-left: 21.41328%; }
  body.archive .white-wrapper,
  body.blog .white-wrapper {
    background: #fff;
    color: #000;
    padding-top: 8.33333rem; }
    body.archive .white-wrapper a:link, body.archive .white-wrapper a:visited, body.archive .white-wrapper a:active,
    body.blog .white-wrapper a:link,
    body.blog .white-wrapper a:visited,
    body.blog .white-wrapper a:active {
      color: #000; }
    body.archive .white-wrapper a:hover,
    body.blog .white-wrapper a:hover {
      color: #DDBB6C; }
  body.single {
    background: #fff;
    color: #000; }
    body.single a:link, body.single a:visited, body.single a:active {
      color: #000; }
    body.single a:hover {
      color: #DDBB6C; }
    body.single .back-to-blog {
      margin-top: 8.33333rem; }
  body.archive .white-wrapper article, body.blog .white-wrapper article {
    width: 81.25%;
    margin: 5.55556rem auto auto;
    min-height: 200px; }
    body.archive .white-wrapper article article, body.blog .white-wrapper article article {
      width: 44.44444%;
      margin: auto 11.11111% 5.55556rem 0;
      display: inline-block;
      vertical-align: top; }
      body.archive .white-wrapper article article:not(:last-of-type), body.blog .white-wrapper article article:not(:last-of-type) {
        border-bottom: 1px solid #DDDDDD; }
      body.archive .white-wrapper article article:nth-of-type(even), body.blog .white-wrapper article article:nth-of-type(even) {
        margin-right: auto !important; }
      body.archive .white-wrapper article article .title, body.blog .white-wrapper article article .title {
        font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.33333rem;
        font-weight: 400;
        line-height: 1.55556rem;
        letter-spacing: 0.39px;
        margin: 1.11111rem auto auto; }
      body.archive .white-wrapper article article .category, body.blog .white-wrapper article article .category {
        background: #000;
        color: #fff;
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 0.66667rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0.55556rem;
        line-height: normal; }
      body.archive .white-wrapper article article.no-thumb .category, body.blog .white-wrapper article article.no-thumb .category {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block; }
      body.archive .white-wrapper article article .date, body.blog .white-wrapper article article .date {
        margin: 1rem auto;
        font-size: 0.77778rem;
        line-height: 1.05556rem; }
  body.archive .download-section, body.blog .download-section {
    min-height: 300px; }
    body.archive .download-section .bg-text, body.blog .download-section .bg-text {
      color: #4A4A4A; }
    body.archive .download-section .download-list, body.blog .download-section .download-list {
      width: 81.25%;
      margin: 5.55556rem auto;
      position: relative; }
      body.archive .download-section .download-list .download, body.blog .download-section .download-list .download {
        width: 44.44444%;
        margin: auto 11.11111% 0 0;
        padding: 1.22222rem 0;
        display: inline-block;
        vertical-align: top;
        border-top: 1px solid #DDDDDD;
        background: url(images/download.svg) no-repeat center right;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        body.archive .download-section .download-list .download:hover, body.blog .download-section .download-list .download:hover {
          background-image: url(images/download-hover.svg); }
        body.archive .download-section .download-list .download:nth-of-type(even), body.blog .download-section .download-list .download:nth-of-type(even) {
          margin-right: auto; }
        body.archive .download-section .download-list .download:nth-last-of-type(-n+2), body.blog .download-section .download-list .download:nth-last-of-type(-n+2) {
          border-bottom: 1px solid #DDDDDD; }
        body.archive .download-section .download-list .download p, body.blog .download-section .download-list .download p {
          margin: 0 auto;
          font-size: 1.33333rem;
          font-weight: 400; }
          body.archive .download-section .download-list .download p.date, body.blog .download-section .download-list .download p.date {
            font-size: 0.77778rem;
            line-height: 1.11111rem;
            font-weight: 300; }
            body.archive .download-section .download-list .download p.date span:before, body.blog .download-section .download-list .download p.date span:before {
              padding-left: 10px;
              padding-right: 10px;
              content: '|'; }
  body .owl-carousel .owl-item {
    float: none;
    display: inline-block; }
  body .owl-carousel .owl-nav .owl-prev,
  body .owl-carousel .owl-nav .owl-next {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    outline: none;
    width: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    body .owl-carousel .owl-nav .owl-prev:hover,
    body .owl-carousel .owl-nav .owl-next:hover {
      background: #000;
      border-color: #000; }
  body .owl-carousel .owl-nav .owl-prev {
    left: 5.55556%; }
  body .owl-carousel .owl-nav .owl-next {
    right: 5.55556%; }
  body .owl-carousel .owl-nav .prev,
  body .owl-carousel .owl-nav .next {
    width: 64px;
    height: 64px;
    background: url(images/gallery-arrow.png) no-repeat center center; }
  body .owl-carousel .owl-nav .next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  body .owl-carousel .image {
    margin: 0 50px; }

.page-template-template-front.scroll-down section:nth-of-type(3) {
  padding-top: 4.167rem; }

.page-template-template-front.scroll-down section.scroll-down p {
  margin: 1rem auto; }

.page-template-template-front.scroll-down section img.size-full {
  width: 100%;
  height: auto; }

.page-template-template-front.scroll-down .masked {
  padding-top: 100px;
  /*background: $black;*/
  /* color must be in rgba */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, black 200px);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, black 200px);
  /* For Opera 11.1 to 12 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, black 200px);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, black 200px);
  /* Standard syntax (must be last) */
  position: relative; }

.page-template-template-front section:last-of-type *:last-child {
  margin-bottom: auto; }

.page-template-template-front section.home-slider .overlay {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  /* color must be in rgba */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), black);
  /* For Opera 11.1 to 12 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), black);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  /* Standard syntax (must be last) */ }
  .page-template-template-front section.home-slider .overlay .overlay-txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 53.33333%;
    margin: 0 auto;
    font-size: 4rem;
    line-height: normal; }

.page-template-template-front section.scroll-down {
  font-size: 0.667rem;
  color: #DDBB6C;
  letter-spacing: 0.222rem;
  line-height: normal;
  width: 100%;
  position: fixed;
  height: 264px;
  margin-top: -132px; }
  .page-template-template-front section.scroll-down a:link, .page-template-template-front section.scroll-down a:visited, .page-template-template-front section.scroll-down a:active {
    color: #DDBB6C; }
  .page-template-template-front section.scroll-down a:hover {
    color: #fff; }
  .page-template-template-front section.scroll-down:after {
    content: '';
    width: 1px;
    height: 200px;
    background: #DDBB6C;
    position: absolute;
    left: calc(50% - 1px /2); }

.page-template-template-front section.fullwidth, .page-template-template-front section.gallery {
  margin: 4.167rem auto; }

.page-template-template-front section.left_bg_with_wysiwyg .background {
  position: absolute;
  top: 0;
  left: 0; }

.page-template-template-front section.left_bg_with_wysiwyg h4 {
  margin: 2.778rem auto;
  letter-spacing: 0.556rem; }
  .page-template-template-front section.left_bg_with_wysiwyg h4 span.larger {
    font-size: 3.556rem;
    display: block; }
    .page-template-template-front section.left_bg_with_wysiwyg h4 span.larger:last-of-type {
      color: #DDBB6C; }

.page-template-template-front section.counting {
  padding-bottom: 0;
  /* color must be in rgba */
  background: -webkit-linear-gradient(top, #000 1%, #5F5A44 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #000 1%, #5F5A44 100%);
  /* For Opera 11.1 to 12 */
  background: -moz-linear-gradient(bottom, #000 1%, #5F5A44 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #000 1%, #5F5A44 100%);
  /* Standard syntax (must be last) */ }
  .page-template-template-front section.counting ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #DDBB6C;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .page-template-template-front section.counting ul li.item {
      font-size: 1.333rem;
      letter-spacing: 0;
      line-height: normal;
      align-self: baseline; }
      .page-template-template-front section.counting ul li.item p {
        font-size: 4.167em;
        margin: auto; }
      .page-template-template-front section.counting ul li.item .number {
        display: inline-block;
        letter-spacing: 0.167rem;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300; }
      .page-template-template-front section.counting ul li.item sup {
        top: calc(1em/-3);
        font-size: 50%; }
  .page-template-template-front section.counting svg {
    width: 66.25%; }
  .page-template-template-front section.counting > img {
    margin: -4.7rem auto calc((100% - (20px*3))/8 + 1.32rem); }

.page-template-template-front section.profile {
  background: url(images/bg-wave.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 100px; }
  .page-template-template-front section.profile ul > li {
    margin: 1rem auto; }
  .page-template-template-front section.profile .image {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: calc((25.34722% - 20px) * -0.5); }
    .page-template-template-front section.profile .image img {
      width: 100%;
      height: auto;
      max-width: none; }
  .page-template-template-front section.profile .nationality {
    color: #DDBB6C; }
  .page-template-template-front section.profile .desc {
    margin: 0 auto;
    letter-spacing: 0.028rem; }

.page-template-template-front section.img_comparison img[class^="img"] {
  width: 100%;
  height: auto;
  max-width: none; }

.page-template-template-front section.img_comparison .hr {
  width: 46.80556%;
  height: 1px;
  position: absolute;
  background: #fff;
  margin: 0 auto 0 28.25%;
  top: 6.722rem; }

.page-template-template-front section.img_comparison .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden; }
  .page-template-template-front section.img_comparison .slide img {
    max-width: none;
    width: auto; }

.page-template-template-front section.img_comparison .title {
  font-family: "Cochin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.55556rem;
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 0.49389rem;
  line-height: normal; }
  .page-template-template-front section.img_comparison .title .interval {
    height: 1px;
    background: #fff;
    flex-grow: 1;
    align-self: center; }

.page-template-template-front section.img_comparison .content {
  /*bottom: 4.722rem;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% - 9.444rem);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30.41667%; }
  .page-template-template-front section.img_comparison .content.left {
    left: 5.55556%; }
  .page-template-template-front section.img_comparison .content.right {
    right: 5.55556%; }
  .page-template-template-front section.img_comparison .content .desc {
    margin-bottom: 2.222rem; }
  .page-template-template-front section.img_comparison .content .button {
    white-space: nowrap; }

.page-template-template-front section.colored {
  padding-top: 3.333rem;
  /* color must be in rgba */
  background: -webkit-linear-gradient(top, #5F5A44, #9E9777);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #5F5A44, #9E9777);
  /* For Opera 11.1 to 12 */
  background: -moz-linear-gradient(bottom, #5F5A44, #9E9777);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #5F5A44, #9E9777);
  /* Standard syntax (must be last) */ }

.page-template-template-front section.gallery .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .page-template-template-front section.gallery .owl-carousel .owl-stage .image {
    margin: 0 75px; }

.page-template-template-front section.gallery .owl-nav .owl-prev,
.page-template-template-front section.gallery .owl-nav .owl-next {
  display: none; }

.page-template-template-about .title {
  text-transform: uppercase;
  margin: 0 auto; }

.page-template-template-about .container > * {
  float: left; }
  .page-template-template-about .container > *:last-child {
    margin-right: auto; }

.page-template-template-about .fullwidth .container > * p {
  margin-top: auto; }

.page-template-template-about .fullwidth .container > *:first-child {
  margin-right: 20px;
  width: calc(36.92308% - 20px); }

.page-template-template-about .fullwidth .container > *:last-child {
  width: 63.07692%; }

.page-template-template-about .fullwidth .container .content.page > :first-child {
  font-size: 1.333em;
  line-height: 1.667em; }

.page-template-template-about section.staff .container {
  margin-top: 5.556rem;
  margin-bottom: 5.556rem;
  margin-right: 5.55556%; }
  .page-template-template-about section.staff .container .person {
    width: 23.2906%; }
    .page-template-template-about section.staff .container .person:not(:nth-of-type(4n)) {
      margin-right: calc((100% - 23.2906% * 4 ) / 3); }
    .page-template-template-about section.staff .container .person .image {
      margin-top: 2.778rem;
      background: #4A4A4A; }

.page-template-template-about section.awards {
  padding-top: 8.8889rem;
  padding-bottom: 8.8889rem;
  background: #222; }
  .page-template-template-about section.awards ul:before, .page-template-template-about section.awards ul:after {
    content: ' ';
    display: table; }
  .page-template-template-about section.awards ul:after {
    clear: both; }
  .page-template-template-about section.awards ul li {
    position: relative;
    float: left;
    width: 23.75%; }
  .page-template-template-about section.awards .award:not(:nth-of-type(4n)) {
    margin-right: 1.66667%; }
  .page-template-template-about section.awards .award .image {
    border-bottom: 1px solid #DDDDDD; }
    .page-template-template-about section.awards .award .image img {
      width: auto; }
  .page-template-template-about section.awards .award .title {
    margin-top: 1rem;
    line-height: 1.333rem;
    text-transform: none; }
  .page-template-template-about section.awards .yacht-image {
    margin: 2.778rem 5.59211% auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .page-template-template-about section.awards .yacht-image img {
      width: 100%;
      height: auto; }
    .page-template-template-about section.awards .yacht-image:after {
      content: '';
      /* color must be in rgba */
      background: -webkit-linear-gradient(top, black, rgba(0, 0, 0, 0) 40%);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0) 40%);
      /* For Opera 11.1 to 12 */
      background: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0) 40%);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0) 40%);
      /* Standard syntax (must be last) */
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .page-template-template-about section.awards .yacht-title {
    position: absolute;
    bottom: 2.7778rem;
    left: 0;
    right: 0;
    text-align: center; }

.page-template-template-about section.yacht {
  margin-top: 8.8889rem; }
  .page-template-template-about section.yacht > * {
    margin-bottom: 8.334rem; }
  .page-template-template-about section.yacht .title.custom {
    width: 66.18056%;
    margin-left: 5.55556%; }
  .page-template-template-about section.yacht .yacht-info {
    position: relative; }
    .page-template-template-about section.yacht .yacht-info:before, .page-template-template-about section.yacht .yacht-info:after {
      content: ' ';
      display: table; }
    .page-template-template-about section.yacht .yacht-info:after {
      clear: both; }
    .page-template-template-about section.yacht .yacht-info h2.title {
      letter-spacing: 0.167rem; }
      .page-template-template-about section.yacht .yacht-info h2.title span {
        font-size: 1rem; }
        .page-template-template-about section.yacht .yacht-info h2.title span:first-of-type {
          display: block; }
    .page-template-template-about section.yacht .yacht-info .image img {
      width: 100%;
      height: auto; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+1) .image {
      width: 64.30556%;
      padding-top: 3.889rem; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+1) .info {
      width: 40.06944%;
      position: absolute;
      top: 0;
      left: 50.69444%; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+2) .image {
      width: 58.61111%;
      float: right; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+2) .info {
      width: 38.88889%;
      position: absolute;
      bottom: 0;
      left: 13.05556%; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+3) .image {
      width: 51.11111%;
      margin-left: 13.05556%; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+3) .info {
      width: 35.41667%;
      margin-left: 50.69444%;
      margin-top: -3.333rem;
      position: relative; }
      .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+3) .info *:last-child {
        margin-bottom: auto; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+4) .image {
      width: 43.40278%;
      margin: 0 auto; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+4) .info {
      width: 45.625%;
      margin: 0 auto;
      text-align: center; }
      .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+4) .info *:last-child {
        margin-bottom: auto; }
      .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+4) .info .title {
        margin-top: 2.222rem; }
        .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+4) .info .title span {
          display: block; }

.page-template-template-about a.service-page {
  margin: auto auto 8.334rem; }

.page-template-template-service article .menu {
  position: fixed;
  left: 5.69444%;
  bottom: 2.77778rem;
  font-size: 0.667rem;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1; }
  .page-template-template-service article .menu li {
    position: relative;
    padding-left: 1rem;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    .page-template-template-service article .menu li a {
      display: block; }
    .page-template-template-service article .menu li a:link, .page-template-template-service article .menu li a:visited, .page-template-template-service article .menu li a:active {
      color: #fff; }
    .page-template-template-service article .menu li a:hover {
      color: #fff; }
    .page-template-template-service article .menu li:before {
      content: '';
      width: 1px;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0; }
    .page-template-template-service article .menu li.active {
      opacity: 1; }
    .page-template-template-service article .menu li:hover {
      opacity: 1; }

.page-template-template-service section .banner {
  position: relative; }
  .page-template-template-service section .banner:before, .page-template-template-service section .banner:after {
    content: ' ';
    display: table; }
  .page-template-template-service section .banner:after {
    clear: both; }

.page-template-template-service section .title span {
  display: block;
  font-size: 0.5em;
  color: #fff; }

.page-template-template-service section .info {
  margin-top: 2.778rem;
  margin-left: 20.48611%;
  margin-right: 5.55556%;
  position: relative; }
  .page-template-template-service section .info .thumbnail-list:before, .page-template-template-service section .info .thumbnail-list:after {
    content: ' ';
    display: table; }
  .page-template-template-service section .info .thumbnail-list:after {
    clear: both; }
  .page-template-template-service section .info .thumbnail-list .thumbnail {
    width: 64px;
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .page-template-template-service section .info .thumbnail-list .thumbnail:not(:first-of-type) {
      opacity: 0.2; }
    .page-template-template-service section .info .thumbnail-list .thumbnail:hover {
      opacity: 1; }
  .page-template-template-service section .info .content {
    width: 69.48357%; }
    .page-template-template-service section .info .content p:last-child {
      margin-bottom: auto; }
  .page-template-template-service section .info .contact {
    position: absolute;
    right: 0;
    bottom: 0; }

.page-template-template-service section.default {
  margin-bottom: 11.111rem; }
  .page-template-template-service section.default:nth-of-type(even) .banner .title {
    left: auto;
    right: 5.55556%;
    text-align: right; }
  .page-template-template-service section.default:nth-of-type(even) .banner .image {
    float: none; }
  .page-template-template-service section.default .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5.55556%; }
  .page-template-template-service section.default .image {
    width: 79.51389%;
    float: right; }

.page-template-template-service section.collapsed:before, .page-template-template-service section.collapsed:after {
  content: ' ';
  display: table; }

.page-template-template-service section.collapsed:after {
  clear: both; }

.page-template-template-service section.collapsed > .item {
  position: relative;
  width: 50%;
  padding-top: 50%;
  overflow: hidden;
  float: left;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }
  .page-template-template-service section.collapsed > .item .item-content {
    position: absolute;
    top: 0;
    width: 100%; }
    .page-template-template-service section.collapsed > .item .item-content > :last-child {
      margin-bottom: 100px; }
  .page-template-template-service section.collapsed > .item .load-more {
    font-weight: 500;
    position: absolute;
    right: 2.77778%;
    top: 50px;
    z-index: 1; }
    .page-template-template-service section.collapsed > .item .load-more svg {
      margin-left: .7rem;
      vertical-align: middle;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .page-template-template-service section.collapsed > .item .load-more svg * {
        -webkit-transition: stroke 0.5s ease-in-out;
        -moz-transition: stroke 0.5s ease-in-out;
        -ms-transition: stroke 0.5s ease-in-out;
        -o-transition: stroke 0.5s ease-in-out;
        transition: stroke 0.5s ease-in-out; }
    .page-template-template-service section.collapsed > .item .load-more:hover svg * {
      stroke: #DDBB6C; }
  .page-template-template-service section.collapsed > .item .banner .image img {
    width: 100%;
    height: auto; }
  .page-template-template-service section.collapsed > .item .facilities {
    width: 10.20833%;
    position: absolute;
    top: 27.97677%;
    right: 11.11111%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    .page-template-template-service section.collapsed > .item .facilities li {
      line-height: normal;
      margin-bottom: 2.778rem; }
      .page-template-template-service section.collapsed > .item .facilities li svg {
        display: block;
        margin-bottom: 0.556rem; }
  .page-template-template-service section.collapsed > .item:first-of-type {
    max-height: 700px;
    width: 100%;
    overflow: hidden;
    float: none; }
    .page-template-template-service section.collapsed > .item:first-of-type .banner .image {
      /*margin-top: -150px;*/ }
    .page-template-template-service section.collapsed > .item:first-of-type h2.title {
      margin: auto;
      position: absolute;
      top: 293px;
      left: 5.55556%; }
  .page-template-template-service section.collapsed > .item.dark .load-more {
    color: #000; }
    .page-template-template-service section.collapsed > .item.dark .load-more svg * {
      stroke: #000; }
    .page-template-template-service section.collapsed > .item.dark .load-more:hover {
      color: #DDBB6C; }
      .page-template-template-service section.collapsed > .item.dark .load-more:hover svg * {
        stroke: #DDBB6C; }
  .page-template-template-service section.collapsed > .item.dark .facilities li {
    color: #000; }
    .page-template-template-service section.collapsed > .item.dark .facilities li svg * {
      fill: #000; }
  .page-template-template-service section.collapsed > .item.open {
    max-height: none;
    width: 100%;
    padding-top: 0; }
    .page-template-template-service section.collapsed > .item.open .item-content {
      position: relative;
      top: auto; }
    .page-template-template-service section.collapsed > .item.open .load-more svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .page-template-template-service section.collapsed > .item.open .facilities {
      opacity: 1; }

.page-template-template-service section.page-content {
  margin: 8.889rem auto; }

.post-template-default .post-banner img {
  width: 100%; }

.yacht-on-bottom {
  margin: -170px auto -110px; }
  @media screen and (max-width: 736px) {
    .yacht-on-bottom {
      margin: auto; } }

@media screen and (max-width: 1025px) {
  .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+2) .info {
    width: 50%; }
    .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+2) .info .content :last-child {
      margin-bottom: auto; } }

@media screen and (max-width: 769px) {
  .page-template-template-front section.counting ul {
    width: 88%; }
  .page-template-template-front section.img_comparison .content {
    height: 86%; }
  .page-template-template-front section.img_comparison .hr {
    margin: auto;
    width: 18%;
    left: 46%;
    top: 13.16649%; }
  .page-template-template-service section .info .content {
    width: 62.67606%; }
  .page-template-template-about .fullwidth .container .content.page > *:first-child {
    font-size: 1rem; } }

@media screen and (max-width: 736px) {
  body .owl-carousel .owl-nav .prev,
  body .owl-carousel .owl-nav .next {
    width: 20px;
    height: 20px;
    margin: 10px;
    background-size: cover; }
  .page-template-template-about .fullwidth .container > *,
  .page-template-template-about section.staff .container > * {
    width: 100% !important;
    margin-right: auto !important;
    float: none; }
  .page-template-template-about .fullwidth .container h4.title {
    margin-bottom: 2.222rem; }
  .page-template-template-about section.awards ul li {
    width: 100%;
    height: auto; }
  .page-template-template-about section.yacht .yacht-info .image, .page-template-template-about section.yacht .yacht-info .info {
    position: relative !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: none !important; }
  .page-template-template-about section.yacht .yacht-info .image {
    width: 100% !important; }
  .page-template-template-about section.yacht .yacht-info .info {
    width: 88.88889% !important; }
    .page-template-template-about section.yacht .yacht-info .info .title {
      margin-top: 2.222rem; }
      .page-template-template-about section.yacht .yacht-info .info .title span {
        display: block; }
  .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+1) .image {
    padding-top: 0; }
  .page-template-template-about section.yacht .yacht-info:nth-of-type(4n+4) .info .title span:last-of-type {
    display: inline-block; }
  .page-template-template-service article .menu {
    display: none !important; }
  .page-template-template-service section .title {
    font-size: 2rem; }
  .page-template-template-service section.collapsed > .item:first-of-type h2.title {
    top: 240px; }
  .page-template-template-service section .info {
    width: 88.88889%;
    margin-left: auto;
    margin-right: auto; }
    .page-template-template-service section .info .content {
      width: 100%; }
    .page-template-template-service section .info .contact {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 2.222rem auto;
      text-align: center; }
  .page-template-template-service section.collapsed > .item {
    width: 100%;
    padding-top: 100%; }
    .page-template-template-service section.collapsed > .item .facilities {
      position: relative;
      width: 88%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-end;
      top: auto;
      right: auto;
      justify-content: start; }
      .page-template-template-service section.collapsed > .item .facilities li {
        margin: 1rem; }
    .page-template-template-service section.collapsed > .item.dark .facilities li {
      color: #fff; }
      .page-template-template-service section.collapsed > .item.dark .facilities li svg * {
        stroke: #fff; }
  .page-template-template-front section.counting ul {
    display: block;
    position: relative; }
  .page-template-template-front section.img_comparison .hr {
    display: none; }
  .page-template-template-front section.img_comparison .slide, .page-template-template-front section.img_comparison .content {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .page-template-template-front section.img_comparison .slide {
    width: 100% !important; }
  .page-template-template-front section.img_comparison .content {
    width: 90%;
    margin: 0 auto; }
    .page-template-template-front section.img_comparison .content.right {
      text-align: left; }
  .page-template-template-front section.gallery .owl-carousel .owl-stage {
    display: inline-block;
    vertical-align: middle; }
    .page-template-template-front section.gallery .owl-carousel .owl-stage .image {
      margin: 0 25px; }
  body.blog #main .row.categories .wrapper, body.archive #main .row.categories .wrapper {
    display: block; }
  body.blog #main .row.categories .category-list, body.archive #main .row.categories .category-list {
    flew-grow: initial; }
  body.blog .white-wrapper article, body.archive .white-wrapper article {
    width: auto; }
    body.blog .white-wrapper article .post, body.archive .white-wrapper article .post {
      margin: 0 auto 5.55556rem;
      width: 90%;
      display: block; }
  body.blog .download-section .download-list, body.archive .download-section .download-list {
    width: 90%; }
    body.blog .download-section .download-list .download, body.archive .download-section .download-list .download {
      width: auto;
      display: block;
      margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .page-template-template-front section.home-slider .overlay .site-title {
    font-size: 3rem; }
  .page-template-template-front section.counting ul {
    top: auto;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  .page-template-template-front section.img_comparison .content.left {
    margin-bottom: 2rem; }
  .page-template-template-about section.yacht .yacht-info .info .title {
    font-size: 2rem; } }

.widget.widget_theme_contact_info .desc {
  margin-bottom: 3.333rem; }

.widget.widget_theme_contact_info ul li {
  color: #9B9B9B;
  margin-bottom: 2.222rem; }
  .widget.widget_theme_contact_info ul li a {
    display: block; }

.widget-side > .widget:first-of-type {
  margin-top: 2.5rem; }
  .widget-side > .widget:first-of-type .widget-title {
    margin-top: auto; }

.widget ul:before, .widget ul:after,
.social-media ul:before,
.social-media ul:after {
  content: ' ';
  display: table; }

.widget ul:after,
.social-media ul:after {
  clear: both; }

.widget ul.list li, .widget ul.menu li,
.social-media ul.list li,
.social-media ul.menu li {
  float: left; }
  .widget ul.list li:not(:last-of-type), .widget ul.menu li:not(:last-of-type),
  .social-media ul.list li:not(:last-of-type),
  .social-media ul.menu li:not(:last-of-type) {
    margin-right: 1.667rem; }
  .widget ul.list li:hover svg *, .widget ul.menu li:hover svg *,
  .social-media ul.list li:hover svg *,
  .social-media ul.menu li:hover svg * {
    -webkit-transition: fill 0.5s ease-in-out;
    -moz-transition: fill 0.5s ease-in-out;
    -ms-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
    fill: #DDBB6C; }

#wave {
  width: 100%;
  height: 100px;
  position: relative; }
  body[class*="page-template-template"] #wave {
    margin-top: -100px; }

footer {
  background: #151E30;
  padding: 4rem 0 2.778rem; }
  footer .row:first-of-type {
    margin-bottom: 200px; }
    footer .row:first-of-type .widget-area {
      font-size: 1.111rem;
      line-height: 1.4em; }
  footer .row:last-of-type {
    font-weight: 500; }
  footer .widget-area > .widget:first-of-type .widget-title {
    margin-top: auto; }
  footer .to-top {
    text-align: right; }
    footer .to-top svg {
      margin-right: 18.30515%;
      cursor: pointer; }
      footer .to-top svg * {
        -webkit-transition: stroke 0.5s ease-in-out;
        -moz-transition: stroke 0.5s ease-in-out;
        -ms-transition: stroke 0.5s ease-in-out;
        -o-transition: stroke 0.5s ease-in-out;
        transition: stroke 0.5s ease-in-out; }
      footer .to-top svg:hover * {
        stroke: #DDBB6C; }
  footer .copyright {
    font-size: 0.778rem;
    letter-spacing: 0.222em; }
  @media screen and (max-width: 736px) {
    footer .to-top {
      text-align: center; }
      footer .to-top svg {
        margin-right: auto; }
    footer .social-media {
      text-align: center;
      margin-top: 2rem; }
      footer .social-media > ul {
        display: inline-block; } }
