/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

#nav ul, .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

a, .btn, .btn i, .btn-play, .switcher-carousel .switcher-slide span, .switcher-carousel .switcher-slide strong, #header, .nav-opener, .nav-opener i, #nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #565553;
  background: #fff;
  font: 16px/1.75 "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #f5bb7f;
  text-decoration: none; }
  a:hover {
    color: #ee8920; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #f9f9f9;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #f9f9f9; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #f9f9f9; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #f9f9f9; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #f9f9f9; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #f9f9f9; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 15px; }

a i {
  display: inline-block;
  vertical-align: middle; }

h1 {
  font-weight: 400;
  font-family: "Vollkorn", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 35px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1 {
      font-size: 88px; } }

h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #f5bb7f; }

.btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background: #000;
  border: 1px solid #f5bb7f;
  padding: 11px 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  @media (min-width: 768px) {
    .btn {
      padding: 22px 24px; } }
  .btn i, .btn span {
    display: inline-block;
    vertical-align: middle; }
  .btn i {
    color: #f5bb7f;
    font-size: 27px;
    margin-right: 25px; }
  .btn:hover {
    background: #f5bb7f;
    color: #fff; }
    .btn:hover i {
      color: #fff; }

.bg-stretch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.btn-play {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .btn-play i {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    margin: 0 0 20px; }
  .btn-play strong {
    font-weight: 500;
    display: block;
    letter-spacing: 3px; }

.underlined {
  position: relative; }
  .underlined:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: 0; }
  .underlined:after {
    height: 1px;
    background: #f5bb7f; }

.btn-prev,
.btn-next {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(51, 49, 47, 0.3);
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 20px;
  line-height: 47px; }
  .btn-prev:hover,
  .btn-next:hover {
    background: rgba(51, 49, 47, 0.3); }

.text-gold {
  color: #f5bb7f; }

.visual {
  min-height: 100vh;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 100px 0; }
  .visual:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .visual:after {
    background: rgba(255, 255, 255, 0.1);
    z-index: -1; }
  @media (min-width: 768px) {
    .visual {
      padding: 200px 0; } }
  .visual .container {
    max-width: 908px;
    padding-top: 133px;
    padding-bottom: 37px;
    position: relative; }
    .visual .container:after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 30px;
      right: 30px; }
    .visual .container:after {
      border: 1px solid #f5bb7f;
      z-index: -1; }
      @media (min-width: 768px) {
        .visual .container:after {
          left: 75px;
          right: 75px; } }
  .visual .txt {
    padding: 0 30px;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .visual .txt {
        width: 100%; } }
    @media (min-width: 768px) {
      .visual .txt {
        padding: 0 106px;
        max-width: 620px; } }
  .visual h1 {
    margin: 0 0 4px; }
  .visual p {
    margin: 0 0 48px; }
  .visual a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
    .visual a i.icon-press {
      font-size: 18px;
      margin-right: 9px; }
  .visual .img-holder {
    -webkit-transform: translateX(20%) translateY(-50%);
        -ms-transform: translateX(20%) translateY(-50%);
            transform: translateX(20%) translateY(-50%);
    z-index: -1; }
    @media (max-width: 768px) {
      .visual .img-holder {
        margin-top: 150px; } }
    @media (min-width: 768px) {
      .visual .img-holder {
        right: -35%;
        -webkit-transform: translateX(-35%) translateY(-50%);
            -ms-transform: translateX(-35%) translateY(-50%);
                transform: translateX(-35%) translateY(-50%);
        position: absolute;
        top: 50%; } }
  .visual .copyright {
    position: absolute;
    left: 32px;
    bottom: 70px;
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.75); }
    @media (min-width: 768px) {
      .visual .copyright {
        bottom: 29px; } }
  .visual .smooth {
    color: #fff; }
    .visual .smooth:hover {
      color: #f5bb7f; }

.visual > .smooth,
.two-col > .smooth {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #f5bb7f;
  padding: 12px 13px;
  text-align: center;
  font-size: 20px; }
  .visual > .smooth:hover,
  .two-col > .smooth:hover {
    background: #fff; }

.info-block {
  padding: 100px 0 35px;
  position: relative;
  font-weight: 300;
  position: relative;
  z-index: 1; }
  .info-block:after {
    position: absolute;
    content: "";
    top: 80%;
    bottom: -100px;
    left: 0;
    right: 0; }
  .info-block:after {
    background: #fff;
    z-index: -1;
    -webkit-transform: skew(7deg) rotate(7deg);
        -ms-transform: skew(7deg) rotate(7deg);
            transform: skew(7deg) rotate(7deg); }
  @media (min-width: 1024px) {
    .info-block {
      padding: 173px 0 35px; } }
  @media (min-width: 1366px) {
    .info-block {
      padding: 273px 0 35px; } }
  .info-block > .img-holder {
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%);
    z-index: -1;
    width: 130px; }
    @media (min-width: 480px) {
      .info-block > .img-holder {
        width: 180px; } }
    @media (min-width: 768px) {
      .info-block > .img-holder {
        width: 420px;
        top: 70px;
        -webkit-transform: translateX(60%);
            -ms-transform: translateX(60%);
                transform: translateX(60%); } }
    @media (min-width: 1024px) {
      .info-block > .img-holder {
        -webkit-transform: translateX(37%);
            -ms-transform: translateX(37%);
                transform: translateX(37%);
        top: 115px;
        width: auto; } }
  .info-block .bg-text {
    color: #33312f;
    position: absolute;
    right: 5%;
    top: 7%;
    opacity: 0.05;
    font-size: 53px;
    line-height: 1;
    font-family: "Vollkorn", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    z-index: -1; }
    @media (min-width: 480px) {
      .info-block .bg-text {
        right: 25%;
        top: 8%; } }
    @media (min-width: 768px) {
      .info-block .bg-text {
        right: 1%;
        top: 39%;
        font-size: 157px; } }
    @media (min-width: 1024px) {
      .info-block .bg-text {
        right: 7%;
        top: 50%; } }
    @media (min-width: 1366px) {
      .info-block .bg-text {
        right: 30px; } }
  .info-block .container {
    max-width: 787px; }
  .info-block h2 {
    padding-top: 25px;
    margin: 0 0 38px;
    position: relative; }
    .info-block h2:after {
      position: absolute;
      content: "";
      top: 0;
      bottom: auto;
      left: 0;
      right: auto; }
    .info-block h2:after {
      height: 1px;
      width: 71px;
      background: #f5bb7f; }
  .info-block .txt-hold {
    max-width: 470px;
    font-size: 20px;
    line-height: 1.62;
    margin: 0 0 70px; }
    @media (min-width: 768px) {
      .info-block .txt-hold {
        margin: 0 0 137px; } }
  @media (min-width: 768px) {
    .info-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .info-block .row .img-holder {
    width: 209px;
    border-radius: 100%; }
    @media (min-width: 768px) {
      .info-block .row .img-holder {
        margin-left: -70px; } }
    @media (min-width: 1024px) {
      .info-block .row .img-holder {
        width: 309px;
        margin-left: -185px; } }
    .info-block .row .img-holder img {
      display: block; }
  .info-block .txt {
    padding: 20px 0 0; }
    @media (min-width: 768px) {
      .info-block .txt {
        padding: 48px 120px 0 35px;
        width: calc(100% - 145px); } }
    @media (min-width: 1024px) {
      .info-block .txt {
        width: calc(100% - 225px);
        padding: 48px 0 0 69px; } }

.video-block {
  overflow: hidden;
  background: #f9f9f9;
  padding: 130px 0 0;
  font-weight: 300; }
  @media (min-width: 768px) {
    .video-block {
      padding: 215px 0 0; } }
  .video-block .head {
    text-align: center;
    margin: 0 auto;
    max-width: 468px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 1.6; }
    .video-block .head p {
      margin: 0 0 55px; }
    .video-block .head a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      color: #33312f;
      letter-spacing: 1px; }
      .video-block .head a:hover {
        color: #f5bb7f; }

.video-box {
  margin: 100px 0;
  position: relative;
  z-index: 1;
  min-height: 360px; }
  .video-box:before {
    position: absolute;
    content: "";
    top: -80px;
    bottom: auto;
    left: 50%;
    right: auto; }
  .video-box:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: -80px;
    left: 50%;
    right: auto; }
  .video-box:before, .video-box:after {
    height: 100px;
    width: 1px;
    background: #f5bb7f; }
    @media (min-width: 768px) {
      .video-box:before, .video-box:after {
        top: -140px;
        bottom: -140px;
        height: 160px; } }
  @media (min-width: 768px) {
    .video-box {
      margin: 148px 0;
      min-height: 560px; } }
  .video-box .bg-stretch {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1; }
    .video-box .bg-stretch:hover + .btn-play {
      color: #f5bb7f; }
  .video-box .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    pointer-events: none; }
  .video-box .vdo-descr {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #f5bb7f;
    text-transform: uppercase;
    font-size: 12px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .video-box .vdo-descr {
        max-width: 470px;
        left: 46px;
        right: auto;
        letter-spacing: 3px;
        bottom: 40px; } }
    .video-box .vdo-descr p {
      margin: 0 0 5px; }
      @media (min-width: 768px) {
        .video-box .vdo-descr p {
          margin: 0 0 15px; } }
    .video-box .vdo-descr strong {
      font-weight: 700; }
      @media (min-width: 768px) {
        .video-box .vdo-descr strong {
          letter-spacing: 2px; } }

.carousel-block {
  background: #f9f9f9;
  padding: 0 0 180px;
  position: relative;
  z-index: 1; }
  .carousel-block:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: -200px;
    left: -100px;
    right: -100px; }
  .carousel-block:after {
    top: 36%;
    background: #fff;
    z-index: -1;
    -webkit-transform: skew(-10deg) rotate(-7deg);
        -ms-transform: skew(-10deg) rotate(-7deg);
            transform: skew(-10deg) rotate(-7deg); }
  @media (min-width: 768px) {
    .carousel-block {
      padding: 50px 0 180px; } }
  @media (min-width: 1366px) {
    .carousel-block {
      padding: 110px 0 257px; } }
  .carousel-block .head {
    overflow: hidden;
    text-align: center;
    color: #33312f;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 53px;
    position: relative;
    z-index: 1;
    padding: 23px 0; }
    @media (min-width: 768px) {
      .carousel-block .head {
        padding: 63px 0; } }
    .carousel-block .head .bg-txt {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 55px;
      line-height: 1.2;
      font-family: "Vollkorn", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      z-index: -1;
      opacity: 0.05;
      pointer-events: none; }
      @media (min-width: 768px) {
        .carousel-block .head .bg-txt {
          font-size: 100px;
          line-height: 1.6; } }
      @media (min-width: 1024px) {
        .carousel-block .head .bg-txt {
          font-size: 157px;
          line-height: 1; } }

.switcher-carousel .slick-track {
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .switcher-carousel .slick-track {
      padding-bottom: 100px; } }
  @media (min-width: 1366px) {
    .switcher-carousel .slick-track {
      padding-bottom: 175px; } }

.switcher-carousel .switcher-slide {
  position: relative;
  cursor: pointer;
  text-align: center; }
  .switcher-carousel .switcher-slide span {
    display: inline-block;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid transparent;
    min-width: 80px; }
  .switcher-carousel .switcher-slide strong {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    color: #f5bb7f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    visibility: hidden;
    opacity: 0; }
  .switcher-carousel .switcher-slide:first-child strong {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .switcher-carousel .switcher-slide:last-child strong {
    right: 5px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .switcher-carousel .switcher-slide:hover span {
    border-color: #f5bb7f; }
  .switcher-carousel .switcher-slide.slick-current span {
    border-color: #f5bb7f; }
  .switcher-carousel .switcher-slide.slick-current strong {
    visibility: visible;
    opacity: 1; }

@media (min-width: 480px) {
  .carousel {
    margin: 0 80px; } }

@media (min-width: 1366px) {
  .carousel {
    margin: 0; } }

.carousel .holder {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .carousel .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 100px; } }
  @media (min-width: 1366px) {
    .carousel .holder {
      padding-top: 175px; } }

.carousel .descr {
  text-align: center; }
  @media (min-width: 768px) {
    .carousel .descr {
      width: 40%;
      padding-right: 50px; } }
  @media (min-width: 1024px) {
    .carousel .descr {
      padding-right: 109px; } }
  .carousel .descr a {
    font-size: 14px;
    font-weight: 500;
    color: #33312f;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .carousel .descr a:hover {
      color: #f5bb7f; }

@media (min-width: 768px) {
  .carousel .img-holder,
  .carousel .two-imgs {
    width: 60%;
    text-align: right; } }

.carousel .img-holder img,
.carousel .two-imgs img {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .carousel .img-holder img,
    .carousel .two-imgs img {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      width: auto; } }

.carousel .two-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .carousel .two-imgs .img-holder {
    padding: 0 10px;
    width: 50%; }
    @media (min-width: 768px) {
      .carousel .two-imgs .img-holder + .img-holder .caption {
        padding-left: 40px; } }
    @media (min-width: 1024px) {
      .carousel .two-imgs .img-holder + .img-holder .caption {
        padding-left: 80px; } }

.carousel .caption {
  text-align: right;
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
  padding: 22px 0 0; }

.carousel .name {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #33312f;
  font-weight: 400;
  padding: 45px 0;
  z-index: 1;
  position: relative;
  max-width: 300px;
  margin: 0 auto 18px; }
  .carousel .name:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto; }
  .carousel .name:after {
    width: 1px;
    background: #f5bb7f;
    height: 30px; }
    @media (min-width: 768px) {
      .carousel .name:after {
        height: 106px; } }
  @media (min-width: 768px) {
    .carousel .name {
      font-size: 22px;
      padding: 45px 0 128px;
      max-width: 100%;
      margin: 0 0 18px; } }

.carousel .bg-num {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Vollkorn", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 157px;
  line-height: 1;
  color: #33312f;
  opacity: 0.05;
  z-index: -1; }

.carousel .loc {
  padding: 17px 0;
  display: block;
  font-weight: 300;
  display: block;
  color: #565553; }

.carousel .btn-prev,
.carousel .btn-next {
  position: absolute;
  top: 45%;
  z-index: 1; }
  @media (max-width: 479px) {
    .carousel .btn-prev,
    .carousel .btn-next {
      display: none !important; } }

.carousel .btn-prev {
  left: -70px; }
  @media (min-width: 1366px) {
    .carousel .btn-prev {
      left: -17%; } }

.carousel .btn-next {
  right: -70px; }
  @media (min-width: 1366px) {
    .carousel .btn-next {
      right: -17%; } }

.skew-block {
  margin-top: -100px;
  font-weight: 300;
  padding: 100px 0;
  color: #fff;
  position: relative;
  -webkit-transform: skew(10deg) rotate(9deg);
      -ms-transform: skew(10deg) rotate(9deg);
          transform: skew(10deg) rotate(9deg);
  text-align: center;
  z-index: 1; }
  .skew-block:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -200px;
    right: -200px; }
  .skew-block:after {
    background: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  @media (min-width: 768px) {
    .skew-block {
      padding: 159px 0; } }
  .skew-block .container {
    border: 1px solid #f5bb7f;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transform: skew(-10deg) rotate(-9deg);
        -ms-transform: skew(-10deg) rotate(-9deg);
            transform: skew(-10deg) rotate(-9deg);
    max-width: 740px;
    padding: 40px 20px;
    margin: 0 20px; }
    @media (min-width: 768px) {
      .skew-block .container {
        margin: 0 auto;
        padding: 93px 120px; } }
  .skew-block p {
    margin: 0 0 22px; }
    .skew-block p:last-child {
      margin-bottom: 0; }

.press-block {
  padding: 75px 0;
  background: #f9f9f9;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .press-block {
      padding: 150px 0 56px; } }
  @media (min-width: 1366px) {
    .press-block {
      padding: 200px 300px; } }
  .press-block .head {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #33312f;
    max-width: 580px;
    margin: 0 auto;
    padding: 97px 15px 0;
    position: relative; }
    @media (min-width: 768px) {
      .press-block .head {
        padding: 97px 15px; } }
    .press-block .head .bg-text {
      position: absolute;
      top: 80px;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 100px;
      line-height: 0.9;
      color: rgba(51, 49, 47, 0.05);
      font-family: "Vollkorn", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      pointer-events: none;
      margin-left: -40px; }
      @media (min-width: 480px) {
        .press-block .head .bg-text {
          margin-left: -100px; } }
      @media (min-width: 768px) {
        .press-block .head .bg-text {
          font-size: 100px;
          margin-left: -400px;
          top: 50px; } }
      @media (min-width: 1024px) {
        .press-block .head .bg-text {
          font-size: 157px;
          margin-left: -350px;
          top: 20px; } }
      .press-block .head .bg-text > span {
        display: block;
        text-align: right;
        padding-right: 10px; }
        @media (min-width: 480px) {
          .press-block .head .bg-text > span {
            padding-right: 100px; } }
        @media (min-width: 768px) {
          .press-block .head .bg-text > span {
            padding-right: 250px; } }
        @media (min-width: 1024px) {
          .press-block .head .bg-text > span {
            padding-right: 100px; } }
  .press-block#unveiling {
    background-color: white; }
    .press-block#unveiling .head {
      max-width: 80%;
      padding-left: 20%;
      padding-right: 20%; }

.two-col {
  padding-top: 50px;
  padding-bottom: 67px;
  position: relative;
  font-weight: 300;
  font-style: italic; }
  .two-col:after {
    position: absolute;
    content: "";
    top: 80px;
    bottom: 55px;
    left: 50%;
    right: auto; }
  .two-col:after {
    width: 1px;
    background: #f5bb7f;
    display: none; }
    @media (min-width: 768px) {
      .two-col:after {
        display: block; } }
  @media (min-width: 768px) {
    .two-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media (min-width: 1366px) {
    .two-col {
      padding-top: 100px; } }
  .two-col .col {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #f5bb7f; }
    @media (min-width: 768px) {
      .two-col .col {
        padding: 0 50px 0 0;
        width: 50%;
        margin: 0;
        border-bottom: 0; } }
    @media (min-width: 1024px) {
      .two-col .col {
        padding: 0 102px 0 0; } }
    .two-col .col a {
      color: #565553; }
      .two-col .col a:hover {
        color: #f5bb7f; }
    .two-col .col + .col {
      border-bottom: 0; }
      @media (min-width: 768px) {
        .two-col .col + .col {
          padding: 0 0 0 50px; } }
      @media (min-width: 1024px) {
        .two-col .col + .col {
          padding: 0 0 0 102px; } }
  .two-col .title {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #33312f;
    font-family: "Vollkorn", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 43px;
    font-style: normal;
    font-weight: 400; }
  .two-col p {
    margin: 0 0 26px; }
    .two-col p:last-child {
      margin: 0; }
    .two-col p > span {
      font-style: normal; }
  .two-col .smooth {
    border-color: rgba(51, 49, 47, 0.3);
    line-height: 1; }

#header {
  padding: 54px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  @media (min-width: 768px) {
    #header {
      padding: 54px 0; } }
  .nav-active #header {
    background: #000; }
  #header .container {
    max-width: 1396px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.nav-opener {
  position: absolute;
  right: 38px;
  top: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500; }
  @media (min-width: 768px) {
    .nav-opener {
      right: 38px;
      top: 50%; } }
  .nav-opener:hover {
    color: #f5bb7f; }
  .nav-opener span, .nav-opener i {
    display: inline-block;
    vertical-align: middle; }
  .nav-opener i {
    font-size: 35px;
    margin-left: 10px; }
    .nav-opener i:before {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 5px; }
  .nav-active .nav-opener span {
    display: none; }
  .nav-active .nav-opener i {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

#nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  .nav-active #nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media (min-width: 768px) {
    #nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #nav li {
    padding: 0 20px;
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      #nav li {
        margin: 0; } }
  #nav a {
    display: block; }

#footer {
  background: #fff;
  padding: 20px 30px 5px;
  font-size: 12px;
  line-height: 1; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  @media (min-width: 768px) {
    #footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 28px 30px; } }
  #footer a {
    color: #565553; }
    #footer a:hover {
      color: #f5bb7f; }
  #footer .col {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      #footer .col {
        margin: 0; } }

.footer-nav,
.copy {
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .footer-nav,
    .copy {
      margin: 0;
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 768px) {
  .footer-nav ul {
    padding-left: 26px; } }

.footer-nav li {
  display: block;
  padding: 0 0 13px; }
  .footer-nav li:last-child {
    padding-bottom: 0; }
  @media (min-width: 480px) {
    .footer-nav li {
      padding: 0 10px;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 768px) {
    .footer-nav li {
      padding-right: 17px; } }
  .footer-nav li:first-child {
    padding-left: 0; }

.footer-nav a {
  text-decoration: underline; }

@media (min-width: 768px) {
  .text-right {
    text-align: right; } }
/*# sourceMappingURL=main.css.map */