@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif?68b0c4fcb84d239f261c1a5e65818142) center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\2190';
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\2192';
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

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

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

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

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

#swipebox-bottom-bar {
  bottom: -50px;
}

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

#swipebox-top-bar {
  top: -50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

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

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin
--------------------------*/

#swipebox-overlay {
  background: #0d0d0d;
}

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

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

@font-face {
  font-family: 'AGaramondPro-Regular';
  src: url(../fonts/AGaramondPro-Regular.eot?5dd3ef5cbe18e9861cff017e4f4e7b52?#iefix) format("embedded-opentype"), url(../fonts/AGaramondPro-Regular.woff?c21534c138d002b197ed9913a5bdea44) format("woff"), url(../fonts/AGaramondPro-Regular.ttf?516873be3094e6ff3f32b5f25c52331e) format("truetype"), url(../fonts/AGaramondPro-Regular.svg?31edab5bf94a3876e0d833c395d72f93#AGaramondPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AGaramondPro-Italic';
  src: url(../fonts/AGaramondPro-Italic.eot?d934cf85faf4f652b89df77a441546fe?#iefix) format("embedded-opentype"), url(../fonts/AGaramondPro-Italic.woff?26d3a310a700178257991f71cdc03816) format("woff"), url(../fonts/AGaramondPro-Italic.ttf?3df012ad4410ae8b778e8fb8b26ec305) format("truetype"), url(../fonts/AGaramondPro-Italic.svg?a6e16bf2bf1c7e497c02f40241c35d18#AGaramondPro-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Book';
  src: url(../fonts/FuturaPT-Book.eot?2a3480050d9489a6e8b0b871ad680ee6);
  src: url(../fonts/FuturaPT-Book.eot?2a3480050d9489a6e8b0b871ad680ee6?#iefix) format("embedded-opentype"), url(../fonts/FuturaPT-Book.woff?4dc1d6c81df59ce800e2ceb6654a2ff4) format("woff"), url(../fonts/FuturaPT-Book.ttf?cf4bbe4cfef93eb9a5a416d9e69e8791) format("truetype"), url(../fonts/FuturaPT-Book.svg?9d6a61683757555fd980b5fedcdd1dc4#FuturaPT-Book) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DaisyScript';
  src: url(../fonts/DaisyScript.eot?78282da0110b1138b47c572629975128?#iefix) format("embedded-opentype"), url(../fonts/DaisyScript.woff?620faad70f9c06959b5938f06d2bceb1) format("woff"), url(../fonts/DaisyScript.ttf?8b368c2c578b98ae3effc8f0a887f9ba) format("truetype"), url(../fonts/DaisyScript.svg?2daca159a7bde1e77cdf10783354df84#DaisyScript) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

body {
  font-family: 'AGaramondPro-Regular';
}

a,
a:visited,
a:link {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1050px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.back-img {
  background: no-repeat center;
  background-size: cover;
}

#container {
  position: relative;
}

.clearfix::after {
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  clear: both;
}

.checkers {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.container-bot-margin {
  margin-bottom: 35px;
}

@-webkit-keyframes scroll {
  from {
    top: -2px;
  }

  to {
    top: 8px;
  }
}

@keyframes scroll {
  from {
    top: -2px;
  }

  to {
    top: 8px;
  }
}

@media screen and (max-width: 991px) {
  #nine-nine-one {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  #five-zero-zero {
    display: block;
  }
}

.content-wrapper-mp {
  padding: 75px 0;
}

@media screen and (max-width: 1336px) {
  .content-wrapper-mp {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .content-wrapper-mp {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper-mp {
    padding: 25px 0;
  }
}

.content-wrapper-mp h4 {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
}

.content-wrapper-mp p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
}

.content-wrapper-mp .columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 75px;
          column-gap: 75px;
}

@media screen and (max-width: 1366px) {
  .content-wrapper-mp .columns-2 {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .content-wrapper-mp .columns-2 {
    -webkit-column-count: unset;
            column-count: unset;
  }
}

.content-wrapper-mp .content-pre-title {
  margin-bottom: 20px;
  font-family: 'Futura PT Book';
  font-size: 14px;
  text-transform: uppercase;
}

.inverse-colors {
  background-color: #1c1c1c;
  color: #fff;
}

.inverse-colors p {
  color: #fff;
}

.no-padding-top {
  padding-top: 0;
}

.home-about-us-container h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.home-about-us-container h3 {
  margin: 25px 0;
  font-size: 18px;
  line-height: 35px;
  font-style: italic;
  font-weight: bold;
}

.home-about-us {
  position: relative;
}

.home-about-us .home-about-us-image {
  position: absolute;
  max-height: 600px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .home-about-us .home-about-us-image {
    position: static;
    max-height: none;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.wrapper.with-image .content-wrapper-mp {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .wrapper.with-image .content-wrapper-mp {
    width: 100%;
  }
}

.wrapper.with-image .home-about-us-image {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .wrapper.with-image .home-about-us-image {
    display: block;
    max-width: none;
    text-align: center;
  }
}

.wrapper.with-image .home-about-us-image img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 991px) {
  .wrapper.with-image .home-about-us-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.discover-more-link {
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Futura PT Book';
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
}

.discover-more-link:hover img {
  margin-left: 20px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.discover-more-link img {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.home-photography-container:hover .discover-more-link img {
  margin-left: 20px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.home-photography-container .discover-more-link img {
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.home-our-latest-work-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .home-our-latest-work-container {
    height: 400px;
  }
}

@media screen and (max-width: 911px) {
  .home-our-latest-work-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 650px;
  }
}

.home-our-latest-work-container .section-title {
  position: absolute;
  top: 35px;
  right: 75px;
  font-size: 35px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}

.home-our-latest-work-container > a {
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.home-our-latest-work-container > a > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-our-latest-work-container .discover-more-link {
  margin-top: 0;
}

.home-our-latest-work-container h3 {
  margin: 10px 0;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 911px) {
  .home-our-latest-work-container h3 {
    margin: 5px 0;
    font-size: 24px;
    line-height: 25px;
  }
}

.home-our-latest-work-container h4 {
  font-family: 'Futura PT Book';
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-our-latest-work-container span {
  font-size: 14px;
  color: #fff;
}

.home-our-latest-work-container .home-work-section-info {
  position: absolute;
  left: 45px;
  bottom: 45px;
}

@media screen and (max-width: 911px) {
  .home-our-latest-work-container .home-work-section-info {
    left: 35px;
    bottom: 25px;
  }
}

.home-our-journal-title {
  margin: 30px 0 10px;
  font-family: 'DaisyScript';
  font-size: 90px;
  text-align: center;
}

@media screen and (max-width: 1336px) {
  .home-our-journal-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .home-our-journal-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .home-our-journal-title {
    font-size: 60px;
  }
}

.journal-card {
  margin-bottom: 30px;
  overflow: hidden;
  width: calc(33.333% - 20px);
}

@media screen and (max-width: 991px) {
  .journal-card {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 500px) {
  .journal-card {
    width: 100%;
  }
}

.journal-card:hover .journal-card-title {
  text-decoration: underline;
}

.journal-card .journal-card-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.journal-card .journal-card-date-location {
  margin: 15px 0 12px;
  font-family: 'Futura PT Book';
  font-size: 10px;
  line-height: 15px;
  color: #acacac;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 2px;
}

.journal-card .journal-card-title {
  font-size: 22px;
  line-height: 30px;
}

.home-journal-view-all {
  margin: 30px 0 50px;
  text-align: center;
}

.view-all-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-all-button img {
  margin-right: 15px;
}

.view-all-button span {
  font-family: 'Futura PT Book';
  text-transform: uppercase;
}

.journal-sizer {
  width: 30px;
}

.single-journal-date-location {
  padding: 15px 0 12px;
  font-family: 'Futura PT Book';
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #acacac;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-photography-photos .single-photography-photo-item {
  margin-bottom: 10px;
  width: calc(33.333% - 7px);
  display: block;
}

.single-photography-photos .single-photography-photo-item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.single-photography-photos .single-photography-photo-item .single-photography-photo-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.single-photography-photos .single-photography-photo-item:hover .single-photography-photo-item-overlay {
  opacity: 1;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.photography-all-items-container .photography-items {
  margin-bottom: 10px;
  width: calc(50% - 5px);
}

.photography-all-items-container .photography-items a {
  display: block;
  position: relative;
}

.photography-all-items-container .photography-items img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.photography-all-items-container .photography-items-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.photography-all-items-container .photography-items-overlay:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.photography-all-items-container .photography-items-overlay:hover .photography-items-overlay-content {
  padding-top: 0;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.photography-all-items-container .photography-items-overlay-content {
  padding: 50px 15px 0;
  font-family: 'Futura PT Book';
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.four-o-four-container {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.four-o-four-container h2 {
  padding: 25px 0;
  font-family: 'Futura PT Book';
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #555;
}

#contact-map {
  height: 600px;
}

@media screen and (max-width: 1366px) {
  #contact-map {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  #contact-map {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  #contact-map {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  #contact-map {
    height: 250px;
  }
}

.contact-page-container .column-2 {
  margin-right: 60px;
  width: calc(50% - 30px);
  float: left;
}

@media screen and (max-width: 767px) {
  .contact-page-container .column-2 {
    margin-right: 0;
    width: 100%;
    float: none;
  }
}

.contact-page-container .column-2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contact-page-container .column-2:last-child {
    margin-top: 50px;
  }
}

.cinematic-films-all-items-container .cinematic-film:nth-child(even) {
  margin-right: 0;
}

.cinematic-film {
  margin: 0 10px 10px 0;
  display: block;
  height: 300px;
  width: calc(50% - 5px);
  float: left;
}

@media screen and (max-width: 767px) {
  .cinematic-film {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
}

.cinematic-film .cinematic-film-poster {
  height: 100%;
  position: relative;
}

.cinematic-film .cinematic-film-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.cinematic-film .cinematic-film-overlay:hover {
  opacity: 1;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.cinematic-film .cinematic-film-overlay:hover .cinematic-film-overlay-content {
  padding-top: 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.cinematic-film .cinematic-film-overlay .cinematic-film-overlay-content {
  padding: 50px 15px 0;
  font-family: 'Futura PT Book';
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.cinematic-film-video-container .video-container {
  height: 575px;
}

@media screen and (max-width: 991px) {
  .cinematic-film-video-container .video-container {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .cinematic-film-video-container .video-container {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .cinematic-film-video-container .video-container {
    height: 200px;
  }
}

.our-work-content-container .our-work-item {
  margin-bottom: 10px;
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .our-work-content-container .our-work-item {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .our-work-content-container .our-work-item {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .our-work-content-container .our-work-item {
    height: 175px;
  }
}

@media screen and (max-width: 500px) {
  .our-work-content-container .our-work-item {
    height: 150px;
  }
}

.our-work-content-container .our-work-item:hover .our-work-info {
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  opacity: 0;
}

.our-work-content-container .our-work-item:last-child {
  margin-bottom: 0;
}

.our-work-content-container .our-work-item .our-work-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
}

.our-work-content-container .our-work-item .our-work-info span {
  padding: 0 15px;
  font-family: 'Futura PT Book';
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.packages-items-container {
  margin-bottom: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .packages-items-container {
    margin-bottom: -50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.package-item {
  margin-bottom: 100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .package-item {
    margin-bottom: 50px;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 500px;
    width: 100%;
  }
}

.package-item .package-photo {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .package-item .package-photo {
    width: 125px;
    height: 125px;
  }
}

.package-item .package-title {
  margin: 20px 0;
  padding: 0 10px;
  font-family: 'Futura PT Book';
  font-size: 26px;
}

.package-item .package-content p {
  margin-bottom: 0;
  text-align: center;
}

#container.sticky {
  padding-top: 50px;
}

header {
  position: relative;
  height: 500px;
}

@media screen and (max-width: 1336px) {
  header {
    height: 450px;
  }
}

@media screen and (max-width: 991px) {
  header {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  header {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  header.with-text {
    height: 350px;
  }
}

#brand-navigation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  z-index: 10;
}

#brand-navigation.sticky {
  background-color: #1c1c1c;
  padding: 15px 0 12px;
  top: 0;
}

#brand-navigation.sticky .menu-open {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #brand-navigation.sticky .menu-open {
    margin-top: 4px;
  }
}

@media screen and (max-width: 450px) {
  #brand-navigation.sticky .menu-open {
    margin-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #brand-navigation {
    width: calc(100% - 20px);
    left: 10px;
    top: 20px;
  }

  #brand-navigation.sticky {
    width: 100%;
    left: 0;
  }
}

#brand img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #brand img {
    width: 175px;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  #brand img {
    width: 150px;
    height: auto;
  }
}

#brand-navigation .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#navigation-button .menu-open {
  cursor: pointer;
}

#featured-page-info {
  height: 100%;
}

#featured-page-info .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-page-info-content {
  color: #fff;
  text-align: center;
}

.featured-page-info-content h2 {
  margin: 35px 0 30px;
  font-family: 'AGaramondPro-Regular';
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .featured-page-info-content h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .featured-page-info-content h2 {
    font-size: 30px;
  }
}

.featured-page-info-content h4:first-child {
  font-size: 12px;
  font-family: 'Futura PT Book';
  letter-spacing: 3px;
  text-transform: uppercase;
}

.featured-page-info-content h4:nth-child(3),
.featured-page-info-content h4:nth-child(4) {
  font-family: 'AGaramondPro-Regular';
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

.scroll-continue {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .scroll-continue {
    bottom: 10px;
  }
}

.scroll-continue span {
  font-size: 11px;
  font-family: 'Futura PT Book';
  text-transform: uppercase;
  letter-spacing: 3px;
}

.scroll-continue .scroll-block {
  margin-top: 10px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-continue .scroll-block .scroll-mouse {
  width: 24px;
}

.scroll-continue .scroll-block .scroll-mouse img {
  width: 100%;
  height: auto;
}

.scroll-continue .scroll-block .scroll-arrow {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  position: relative;
}

.scroll-continue .scroll-block .scroll-arrow img {
  height: 100%;
  width: auto;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#footer {
  background-color: #1c1c1c;
}

.footer-brand-copy-dad {
  padding: 25px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  color: #8d8d8d;
  border-top: 1px solid #2e2e2e;
}

@media screen and (max-width: 991px) {
  .footer-brand-copy-dad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer-brand-copy-dad .footer-brand {
  margin-bottom: 10px;
}

.footer-brand-copy-dad .footer-brand img {
  width: 195px;
  height: auto;
}

.footer-menu-container-social {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu-container-social .footer-menu-container {
  min-width: 200px;
}

.footer-menu-container-social #menu-footer-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-menu-container-social #menu-footer-menu a {
  font-family: 'Futura PT Book';
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.footer-menu-container-social #menu-footer-menu a:hover {
  color: #bbb;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.footer-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-container .social-links {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.footer-social-container .social-links svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.footer-social-container .social-links:hover svg,
.footer-social-container .social-links:hover g,
.footer-social-container .social-links:hover path {
  fill: #bbb;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

.footer-social-container .social-links:last-child {
  margin-right: 0;
}

#navigation-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1c1c1c;
  z-index: 20;
}

#navigation-menu.active {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

#navigation-menu.w-mobile-mode {
  overflow-y: auto;
}

#navigation-menu.w-mobile-mode > .menu-holder {
  position: relative;
}

#navigation-menu.w-mobile-mode #menu-main-menu {
  padding-top: 0;
}

#navigation-menu a {
  color: #fff;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

#navigation-menu a:hover {
  color: #bbb;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main-menu-footer-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .main-menu-footer-container {
    bottom: 15px;
  }
}

.main-menu-footer-container .group-wrapper {
  padding-top: 25px;
  border-top: 1px solid #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .main-menu-footer-container .group-wrapper {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .main-menu-footer-container .main-menu-footer-copyright {
    margin: 8px 0;
  }
}

.main-menu-footer-container span {
  color: #8d8d8d;
}

.main-menu-footer-container span a {
  color: #8d8d8d !important;
}

#menu-footer-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  #menu-footer-menu-1 {
    display: block;
  }
}

#menu-footer-menu-1 li {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  #menu-footer-menu-1 li {
    display: inline-block;
    margin: 0 7px 5px;
  }
}

#menu-footer-menu-1 li:last-child {
  margin-right: 0;
}

.main-menu-container {
  height: 100%;
  padding: 150px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .main-menu-container {
    padding: 100px 0 125px;
  }
}

@media screen and (max-width: 500px) {
  .main-menu-container {
    padding: 75px 0 125px;
  }
}

@media screen and (max-width: 991px) {
  #menu-main-menu {
    padding-top: 10%;
    padding-left: 15%;
  }
}

@media screen and (max-width: 500px) {
  #menu-main-menu {
    padding-bottom: 15px;
  }
}

#menu-main-menu li {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #menu-main-menu li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  #menu-main-menu li {
    margin-bottom: 15px;
  }
}

#menu-main-menu li:last-child {
  margin-bottom: 0;
}

#menu-main-menu li a {
  font-size: 28px;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  #menu-main-menu li a {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  #menu-main-menu li a {
    font-size: 20px;
    line-height: 25px;
  }
}

#menu-main-menu ul.sub-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  #menu-main-menu ul.sub-menu {
    display: block;
  }
}

#menu-main-menu ul.sub-menu li {
  margin: 10px 0 10px 40px;
}

@media screen and (max-width: 500px) {
  #menu-main-menu ul.sub-menu li {
    margin: 5px 0 5px 40px;
  }
}

#menu-main-menu ul.sub-menu li a {
  color: #bbb;
}

@media screen and (max-width: 500px) {
  #menu-main-menu ul.sub-menu li a {
    font-size: 18px;
    line-height: 25px;
  }
}

#menu-main-menu .added-to-submenu a {
  position: relative;
}

#menu-main-menu .added-to-submenu a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub-menu-wrapper {
  margin-left: 200px;
  padding: 10px 10px 10px 35px;
  border-left: 1px solid #2e2e2e;
}

@media screen and (max-width: 991px) {
  .sub-menu-wrapper {
    display: none;
  }
}

.sub-menu-wrapper li {
  margin-bottom: 15px;
}

.sub-menu-wrapper li:last-child {
  margin-bottom: 0;
}

.menu-plus-submenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .menu-plus-submenu-container {
    display: block;
  }
}

.menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}

.menu-button .menu-button-text {
  color: #fff;
  font-family: 'Futura PT Book';
  letter-spacing: 4px;
}

.menu-button .menu-button-icon.open {
  width: 22px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

.menu-button .menu-button-icon.close {
  width: 22px;
  height: 18px;
  position: relative;
}

.menu-button .menu-button-icon.close div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

.menu-button .menu-button-icon.close div:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-button .menu-button-icon.close div:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#latest_instagram_feed {
  padding: 60px 0;
  background-color: #f7f7f7;
}

#latest_instagram_feed h2 {
  margin-bottom: 50px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

#instagram_feed .slick-slide {
  margin: 0 30px;
  width: 250px;
  height: 250px;
  position: relative;
  outline: none;
}

#instagram_feed .slick-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: none;
}

.wpcf7-form input,
.wpcf7-form textarea {
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #555;
  border-radius: 2px;
  font-family: 'Futura PT Book';
  font-size: 17px;
  color: #555;
  width: 100%;
}

.wpcf7-form input[name=your-name],
.wpcf7-form input[name=your-email] {
  max-width: 300px;
}

.wpcf7-form input[type=submit] {
  padding: 7px 25px;
  width: auto;
  font-family: 'Futura PT Book';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  border: 1px solid #1c1c1c;
  background-color: #1c1c1c;
  cursor: pointer;
}

.wpcf7-form textarea {
  max-width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0 0 1em;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  float: left;
  border: none;
  border-radius: 2px;
}

.wpcf7-form.failed .wpcf7-response-output {
  background-color: #ff6a6a;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #60b5f0;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(75, 181, 67, 0.75);
}

.wpcf7-form .ajax-loader {
  background-image: url(../images/contact-loading.gif?38130e326bf5baeb1683bd8c38cabf23) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px !important;
  height: 32px !important;
  margin-left: 10px !important;
  vertical-align: top !important;
}

.testimonial {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1336px) {
  .testimonial {
    margin-bottom: 50px;
  }
}

.testimonial .testimonial-image {
  margin-right: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1336px) {
  .testimonial .testimonial-image {
    margin-right: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    height: 175px;
  }
}

@media screen and (max-width: 1336px) and (max-width: 767px) {
  .testimonial .testimonial-image {
    margin: 0 auto;
    width: 175px;
  }
}

.testimonial .testimonial-image img {
  width: 100%;
  height: auto;
}

.testimonial .testimonial-content-container {
  padding-top: 25px;
}

.testimonial .testimonial-client-name {
  margin-bottom: 10px;
  font-family: 'Futura PT Book';
  font-size: 24px;
}

.testimonial .testimonial-client-pos-com {
  font-family: 'Futura PT Book';
  color: #777;
}

.testimonial .quote-icon {
  margin: -15px 15px 0 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
}

.testimonial .quote-icon svg {
  fill: #6bbdff;
}

.testimonials-container .testimonial:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .testimonials-container .testimonial:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonials-container .testimonial:nth-child(even) .testimonial-image {
  margin-right: 0;
  margin-left: 75px;
}

@media screen and (max-width: 1336px) {
  .testimonials-container .testimonial:nth-child(even) .testimonial-image {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-container .testimonial:nth-child(even) .testimonial-image {
    margin: 0 auto;
  }
}

.testimonials-container .testimonial:nth-child(even) .testimonial-content-container {
  text-align: right;
}

.testimonials-container .testimonial:nth-child(even) .quote-icon {
  margin: -15px 0 0 15px;
  float: right;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

