/*-------------------MIXINS-------------------------*/
/*---------------LAYOUT---------------*/
/*--------------------BREAKPOINTS------------------*/
/*--------------TRANSITIONS AND ANIMATIONS----------------*/
/* ------------------- FLEXBOX ------------------*/
/*-----------------CUSTOM MIXINS-----------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  margin: 0;
  padding: 0;
  font-size: 100%; }

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

/*
 * Removes default margin.
 */
body {
  margin: 0;
  background-color: #fff; }

html, body {
  width: 100%;
  height: 100%; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.container {
  max-width: 1520px; }
  @media (min-width: 992px) {
    .container {
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding: 0 60px; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body,
html {
  height: 100%;
  min-height: 100%; }

main {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

body {
  padding: 0;
  font-family:'BentonSans', 'Noto Sans TC', 'Noto Sans SC', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #7a7a7a;
  background: #fff;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
font-family:'BentonSans', 'Noto Sans TC', 'Noto Sans SC', Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased; }

input,
button,
a {
  outline: none; }

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

img {
  display: block;
  max-width: 100%;
  min-height: 1px; }

a {
  color: #9B3A6B;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

ul li {
  list-style-type: none; }

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

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

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

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

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

@font-face {
  font-family: "Marion";
  src: url("../fonts/Marion/2334a0fd7471cefca6403dbf4d5c3cb9.eot");
  /* IE9*/
  src: url("../fonts/Marion/2334a0fd7471cefca6403dbf4d5c3cb9.eot?#iefix") format("embedded-opentype"), url("../fonts/Marion/2334a0fd7471cefca6403dbf4d5c3cb9.woff2") format("woff2"), url("../fonts/Marion/2334a0fd7471cefca6403dbf4d5c3cb9.woff") format("woff"), url("../fonts/Marion/2334a0fd7471cefca6403dbf4d5c3cb9.ttf") format("truetype"), url("../fonts/Marion/2334a0fd7471cefca6403dbf4d5c3cb9.svg#Marion") format("svg");
  /* iOS 4.1- */ }

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/* Basic typography style for text
  Mobile first method
*/
html {
  font-size: 14px; }

h1,
.h1 {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: normal; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 2.3rem; } }

h2,
.h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 1.8rem; } }

h3,
.h3 {
  font-size: 1.15rem;
  font-weight: normal; }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: 1.4rem; } }

h4,
.h4 {
  font-size: 1rem;
  font-weight: normal; }
  @media (min-width: 992px) {
    h4,
    .h4 {
      font-size: 1.1rem; } }

h5, .h5 {
  font-size: 0.875rem;
  font-weight: normal; }

p {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 35px; }
  p:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    p {
      font-size: 1rem; } }

.text--sm {
  font-size: 0.81rem; }
  @media (min-width: 992px) {
    .text--sm {
      font-size: 0.875rem; } }

p.featured {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    p.featured {
      font-size: 1.1rem; } }
  @media (min-width: 1200px) {
    p.featured {
      font-size: 1.3rem; } }

@-webkit-keyframes move-on-hover-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  25%, 75% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px); } }

@keyframes move-on-hover-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  25%, 75% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px); } }

@-webkit-keyframes move-on-hover-left {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  25%, 75% {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px); } }

@keyframes move-on-hover-left {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  25%, 75% {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px); } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-20px) rotate(4deg);
    transform: translateY(-20px) rotate(4deg); }
  80% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-20px) rotate(4deg);
    transform: translateY(-20px) rotate(4deg); }
  80% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  20% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  30% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1); }
  45% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1); }
  55% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1); }
  65% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  20% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  30% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1); }
  45% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1); }
  55% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1); }
  65% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.show-in-mob {
  display: block !important; }
  @media (min-width: 992px) {
    .show-in-mob {
      display: none !important; } }

.hide-in-mob {
  display: none !important; }
  @media (min-width: 992px) {
    .hide-in-mob {
      display: block !important; } }

body,
html {
  height: auto !important; }
  body.no-scroll,
  html.no-scroll {
    overflow-y: hidden !important;
    height: 100% !important; }
  body.no-scroll-initial,
  html.no-scroll-initial {
    overflow: hidden !important;
    height: auto !important; }

html.disable-scrolling {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

html.sr .load-hidden {
  visibility: hidden; }

body {
  overflow-x: hidden;
  max-width: 100%; }
  .disable-scrolling body {
    overflow: visible; }

.is-mobile {
  display: block; }
  @media screen and (min-width: 1024px) {
    .is-mobile {
      display: none; } }

.first-section {
  padding-top: 110px; }
  @media (min-width: 992px) {
    .first-section {
      padding-top: 140px; } }
  @media (min-width: 1440px) {
    .first-section {
      padding-top: 170px; } }

/*
Generated css file from old main.sass
*/
.toggle_mnu {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 1000;
  top: calc(50% - 12px);
  right: 15px;
  border-radius: 3px;
  height: 23px;
  width: 35px;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .toggle_mnu {
      right: 60px; } }

.toggle_mnu.mobile {
  top: 27px; }

.toggle_mnu.mobile.open .sandwich span {
  background-color: #fff;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s; }

.toggle_mnu.top .sandwich span:last-of-type {
  width: 75%; }

.toggle_mnu.open .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.toggle_mnu.open .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.toggle_mnu.open .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.toggle_mnu .sandwich {
  max-height: 2px; }
  .toggle_mnu .sandwich span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #6f6f6f; }

.toggle_mnu .sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  display: block; }

.toggle_mnu .sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 8.7px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }

.toggle_mnu .sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 16.5px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.wrapper-top-header {
  width: 100%;
  position: fixed;
  z-index: 10000; }

.wrapper-top-header .top-header {
  width: 100%;
  background-color: white;
  right: 0;
  left: 0;
  z-index: 10000;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease; }
  .wrapper-top-header .top-header.resize {
    min-height: 80px; }
  @media (min-width: 992px) {
    .wrapper-top-header .top-header {
      min-height: 110px; } }

.wrapper-top-header .top-header .wrapper-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }

.wrapper-top-header .top-header.resize .left-side .logo img {
  width: 120px;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }
  @media (min-width: 992px) {
    .wrapper-top-header .top-header.resize .left-side .logo img {
      width: 134px; } }

.wrapper-top-header .top-header.resize .right-side .top-menu li a {
  font-size: 13px;
  -webkit-transition: font-size .5s;
  -o-transition: font-size .5s;
  transition: font-size .5s; }

.wrapper-top-header .top-header.resize .right-side .lang-select .text {
  -webkit-transition: font-size .5s;
  -o-transition: font-size .5s;
  transition: font-size .5s;
  font-size: 13px; }

.wrapper-top-header .top-header.resize .toggle_mnu {
  width: 26px;
  height: 20px; }

.wrapper-top-header .top-header.resize .toggle_mnu span.sw-bottom {
  top: 6.7px; }

.wrapper-top-header .top-header.resize .toggle_mnu span.sw-footer {
  top: 13.5px; }

.wrapper-top-header .top-header .left-side .logo {
  display: block; }

.wrapper-top-header .top-header .left-side .logo img {
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
  width: 134px;
  height: auto; }
  @media (min-width: 992px) {
    .wrapper-top-header .top-header .left-side .logo img {
      width: 160px; } }

.wrapper-top-header .top-header .right-side {
  display: none; }
  @media (min-width: 992px) {
    .wrapper-top-header .top-header .right-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.wrapper-top-header .top-header .right-side ul.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.wrapper-top-header .top-header .right-side ul.top-menu li {
  padding: 0 10px; }
  .wrapper-top-header .top-header .right-side ul.top-menu li.is-active a:before {
    width: 100%;
    background-color: #7a7a7a; }
  .wrapper-top-header .top-header .right-side ul.top-menu li.is-active a:hover:after, .wrapper-top-header .top-header .right-side ul.top-menu li.is-active a:active:after, .wrapper-top-header .top-header .right-side ul.top-menu li.is-active a:focus:after {
    width: 0; }

.wrapper-top-header .top-header .right-side ul.top-menu li:last-of-type {
  padding-right: 0; }

.wrapper-top-header .top-header .right-side ul.top-menu li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition: font-size .5s;
  -o-transition: font-size .5s;
  transition: font-size .5s; }

.wrapper-top-header .top-header .right-side .lang-select {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.wrapper-top-header .top-header .right-side .lang-select .text {
  font-size: 13px;
  -webkit-transition: font-size .5s;
  -o-transition: font-size .5s;
  transition: font-size .5s;
  cursor: pointer; }

.wrapper-top-header .top-header .right-side .lang-select .caret-wrapper {
  margin-left: 5px; }

.wrapper-top-header .top-header .right-side .lang-select .caret-wrapper .caret {
  width: 15px;
  height: 10px;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }

.wrapper-top-header .top-header .right-side .lang-select .caret-wrapper .caret.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }

.wrapper-top-header .top-header .right-side .lang-list {
  min-width: 78px;
  display: none;
  border: 1px solid #f4f4f4;
  position: absolute;
  top: 28px;
  right: -24px;
  padding: 10px 38px 16px 15px;
  z-index: 100;
  background-color: white; }

.wrapper-top-header .top-header .right-side .lang-list li {
  padding-bottom: 7px; }
  .wrapper-top-header .top-header .right-side .lang-list li a {
    font-size: 13px; }

.wrapper-top-header .top-header .right-side .lang-list li:last-of-type {
  padding-bottom: 0; }

.wrapper-top-header .top-header .right-side .search-block {
  margin-left: 12px; }

.wrapper-top-header .top-header .right-side .search-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px; }

.wrapper-top-header .top-header .right-side .search-block a svg {
  width: 100%;
  height: 100%; }

.wrapper-top-header .top-header .right-side .search-block a svg path {
  fill: #7a7a7a; }

.wrapper-top-header .top-header .right-side .navi-hamburger {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 40;
  border-radius: 5px;
  float: right;
  height: 38px;
  width: 40px;
  cursor: pointer;
  padding: 8px;
  background-color: transparent; }

.wrapper-top-header .top-header .right-side .navi-hamburger.open span {
  left: -3px;
  width: 28px; }

.wrapper-top-header .top-header .right-side .navi-hamburger.open span.top {
  top: -1px; }

.wrapper-top-header .top-header .right-side .navi-hamburger.open span.bottom {
  top: 1px; }

.wrapper-top-header .top-header .right-side .navi-hamburger.open span:first-child {
  -webkit-transform: rotate(45deg) translate(8.4px, 7.4px);
  -ms-transform: rotate(45deg) translate(8.4px, 7.4px);
  transform: rotate(45deg) translate(8.4px, 7.4px); }

.wrapper-top-header .top-header .right-side .navi-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0; }

.wrapper-top-header .top-header .right-side .navi-hamburger.open span:last-child {
  -webkit-transform: rotate(-45deg) translate(7.4px, -6.4px);
  -ms-transform: rotate(-45deg) translate(7.4px, -6.4px);
  transform: rotate(-45deg) translate(7.4px, -6.4px); }

.wrapper-top-header .top-header .right-side .navi-hamburger span {
  position: relative;
  display: block;
  top: 1px;
  height: 3px;
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  background-color: #000; }

@media (min-width: 992px) {
  .toggle_mnu.top {
    display: none; } }

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1300px) {
  .wrapper-top-header .top-header .right-side ul.top-menu li {
    padding: 0 10px; }
  .wrapper-top-header .top-header .right-side .lang-select {
    margin-left: 40px; } }

@media only screen and (max-width: 1660px) {
  .wrapper-top-header .top-header .right-side ul.top-menu li {
    padding: 0 9px; }
  .wrapper-top-header .top-header .right-side .lang-select {
    margin-left: 30px; } }

.mobile-menu {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #8a8c8c;
  z-index: 20000; }

.mobile-menu .topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 78px;
  padding: 0 10px; }

.mobile-menu .topper.resize .toggle_mnu {
  top: 44px;
  height: 23px;
  width: 35px; }

.mobile-menu .topper .toggle_mnu {
  width: 26px;
  height: 20px; }

.mobile-menu .topper .logo img {
  display: block; }

.mobile-menu .menu-list {
  padding-top: 35px;
  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; }

.mobile-menu .menu-list li {
  margin-bottom: 23px; }
  .mobile-menu .menu-list li.is-active a {
    color: #bcbdbd; }

.mobile-menu .menu-list li:last-of-type {
  margin-bottom: 40px; }

.mobile-menu .menu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase; }

.mobile-menu .lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mobile-menu .lang-menu li {
  margin: 0 15px; }

.mobile-menu .lang-menu li a {
  color: #ffff;
  font-size: 15px;
  line-height: 16px; }

.mobile-menu .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px; }

.mobile-menu .search-form input {
  padding: 2px 0;
  width: 250px;
  border: none;
  border-bottom: 1px #ababab solid;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  text-transform: uppercase;
  background-color: #8a8c8c;
  outline: none; }

.mobile-menu .search-form input::-webkit-input-placeholder, .mobile-menu .search-form input::-moz-placeholder, .mobile-menu .search-form input:-moz-placeholder, .mobile-menu .search-form input:-ms-input-placeholder {
  color: #ababab; }

.mobile-menu .search-form input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.mobile-menu .search-form input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.mobile-menu .search-form input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.mobile-menu .search-form input::placeholder {
  font-size: 13px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.mobile-menu .search-form input[placeholder], .mobile-menu .search-form input::-webkit-input-placeholder, .mobile-menu .search-form input::-webkit-input-placeholder, .mobile-menu .search-form input::-moz-placeholder, .mobile-menu .search-form input:-moz-placeholder, .mobile-menu .search-form input:-ms-input-placeholder {
  color: #ababab;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px; }

.mobile-menu .search-form input[placeholder], .mobile-menu .search-form input::placeholder, .mobile-menu .search-form input::-webkit-input-placeholder, .mobile-menu .search-form input::-moz-placeholder, .mobile-menu .search-form input:-moz-placeholder, .mobile-menu .search-form input:-ms-input-placeholder {
  color: #ababab;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px; }

.mobile-menu .search-form .search-button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 17px;
  height: 17px;
  margin-left: 5px; }

.mobile-menu .search-form .search-button svg path {
  fill: #fff; }

.search-menu {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #8a8c8c;
  z-index: 20000;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif; }

.search-menu .topper-search {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .search-menu .topper-search .logo {
    display: block;
    width: 160px; }
    .search-menu .topper-search .logo img {
      width: 100%; }

.search-menu .topper-search .close {
  position: absolute;
  right: 60px;
  top: 30px;
  width: 32px;
  height: 32px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.search-menu .topper-search .close:hover {
  opacity: .6;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer; }

.search-menu .topper-search .close:before, .search-menu .topper-search .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #fff; }

.search-menu .topper-search .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.search-menu .topper-search .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search-menu .search {
  margin-top: 180px;
  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; }

.search-menu .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-menu .search-form input {
  padding: 2px 0;
  width: 400px;
  border: none;
  border-bottom: 1px #ababab solid;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  text-transform: uppercase;
  background-color: #8a8c8c;
  outline: none; }

.search-menu .search-form input::-webkit-input-placeholder, .search-menu .search-form input::-moz-placeholder, .search-menu .search-form input:-moz-placeholder, .search-menu .search-form input:-ms-input-placeholder {
  color: #ababab; }

.search-menu .search-form input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.search-menu .search-form input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.search-menu .search-form input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.search-menu .search-form input::placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

.search-menu .search-form input[placeholder], .search-menu .search-form input::-webkit-input-placeholder, .search-menu .search-form input::-webkit-input-placeholder, .search-menu .search-form input::-moz-placeholder, .search-menu .search-form input:-moz-placeholder, .search-menu .search-form input:-ms-input-placeholder {
  color: #ababab;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px; }

.search-menu .search-form input[placeholder], .search-menu .search-form input::placeholder, .search-menu .search-form input::-webkit-input-placeholder, .search-menu .search-form input::-moz-placeholder, .search-menu .search-form input:-moz-placeholder, .search-menu .search-form input:-ms-input-placeholder {
  color: #ababab;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px; }

.search-menu .search-form .search-button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 20px;
  height: 20px;
  margin-left: 5px; }

.search-menu .search-form .search-button svg path {
  fill: #fff; }

/*
  Generated css file from old main.sass
*/
footer {
  position: relative;
  z-index: 25;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  padding: 40px 0;
  background-color: #878787; }
  @media screen and (max-width: 1660px) {
    footer {
      padding-top: 40px; } }

footer .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 45px; }

footer .links-list li {
  padding-left: 20px; }
  footer .links-list li:last-of-type {
    padding-left: 0; }

footer .links-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  width: 18px; }

footer .links-list li a svg path {
  fill: #fff; }

footer .footer-bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ababab; }
  footer .footer-bottom-section .item {
    width: 33.33%;
    max-width: 33.33%;
    border-left: 1px solid #ababab; }
    footer .footer-bottom-section .item:first-of-type {
      border-left: none; }
  @media (min-width: 768px) {
    footer .footer-bottom-section {
      padding-top: 20px; } }

footer .footer-bottom-section .item.hide-desk {
  display: none; }

footer .footer-bottom-section .logo img {
  max-width: 100%; }

footer .footer-bottom-section .footer-menu li {
  line-height: 16px;
  margin-bottom: 10px; }

footer .footer-bottom-section .footer-menu li a {
  font-size: 14px;
  color: #fff; }

footer .footer-bottom-section .footer-menu li a:before, footer .footer-bottom-section .footer-menu li a:after {
  background: #fff; }

footer .footer-bottom-section .footer-menu li a:hover:before {
  background: #fff; }

footer .footer-bottom-section .footer-menu li a:hover:after {
  background: transparent; }

footer .content-wrapper {
  text-align: center; }

footer .content-wrapper h4 {
  line-height: 18px;
  margin-bottom: 7px;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif; }

footer .content-wrapper p {
  font-size: 14px; }

footer .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff; }
  footer .form-wrapper.hide-desk {
    display: none; }

footer .form-wrapper.bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto; }

footer .form-wrapper input {
  padding: 2px 0;
  max-width: 320px;
  width: 100%;
  border: none;
  border-bottom: 1px #ababab solid;
  color: #ccc;
  font-size: 14px;
  background-color: #878787;
  outline: none; }

footer .form-wrapper input::-webkit-input-placeholder, footer .form-wrapper input::-moz-placeholder, footer .form-wrapper input:-moz-placeholder, footer .form-wrapper input:-ms-input-placeholder {
  color: #ccc; }

footer .form-wrapper input::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

footer .form-wrapper input:-ms-input-placeholder {
  font-size: 15px;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

footer .form-wrapper input::-ms-input-placeholder {
  font-size: 15px;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

footer .form-wrapper input::placeholder {
  font-size: 15px;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  color: #ababab; }

footer .form-wrapper input[placeholder], footer .form-wrapper input::-webkit-input-placeholder, footer .form-wrapper input::-webkit-input-placeholder, footer .form-wrapper input::-moz-placeholder, footer .form-wrapper input:-moz-placeholder, footer .form-wrapper input:-ms-input-placeholder {
  color: #ccc;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 13px; }

footer .form-wrapper input[placeholder], footer .form-wrapper input::placeholder, footer .form-wrapper input::-webkit-input-placeholder, footer .form-wrapper input::-moz-placeholder, footer .form-wrapper input:-moz-placeholder, footer .form-wrapper input:-ms-input-placeholder {
  color: #ccc;
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 13px; }

footer .form-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  background: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #ababab;
  color: #fff;
  padding: 10px 20px 9px;
  margin-left: 5px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  footer .form-wrapper button:hover .icon, footer .form-wrapper button:active .icon, footer .form-wrapper button:focus .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

footer .form-wrapper button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 13px;
  margin-left: 8px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }

footer .form-wrapper button .icon svg path {
  fill: #fff; }

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  line-height: 16px;
  color: #ccc;
  margin-top: 20px; }

footer .copyright a.copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: inherit; }

footer .copyright a.copy-link::before, footer .copyright a.copy-link::after {
  background: #adadad; }

footer .copyright .for-mobile {
  font-size: 13px; }

/*Desktop first*/
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  footer .copyright .for-mobile {
    padding-bottom: 15px; }
  footer .form-wrapper.bottom {
    padding-bottom: 0; }
  /*Disable Animation on Mobile Devices*/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  footer .footer-bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none; }
  footer .footer-bottom-section .item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    border-left: none; }
  footer .footer-bottom-section .item.hide-desk {
    display: none; }
  footer .footer-bottom-section .item.hide-desk ul.links-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .footer-bottom-section .item .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .footer-bottom-section .item .footer-menu li:last-of-type {
    margin-bottom: 30px; }
  footer .footer-bottom-section .item .footer-logo {
    margin-bottom: 25px; }
  footer .footer-bottom-section .item .links-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #ababab;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .footer-bottom-section .item .form-wrapper .content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .footer-bottom-section .item .form-wrapper .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .footer-bottom-section .item .form-wrapper .bottom input {
    width: 180px; }
  footer .copyright {
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /*Disable Animation on Mobile Devices*/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  footer .footer-bottom-section .footer-logo {
    width: 110px; }
  footer .footer-bottom-section form .content-wrapper h3 {
    font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif; }
  footer .footer-bottom-section form .content-wrapper p {
    font-size: 13px; }
  footer .copyright {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px; }
  footer .copyright .for-desk {
    display: none; } }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  footer .form-wrapper.hide-mob {
    display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  footer .copyright .copy-link-wrapper {
    margin-left: 30px;
    position: relative; }
  footer .copyright .copy-link-wrapper::before {
    content: '/';
    top: 1px;
    position: absolute;
    left: -19px; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768.99px) {
  footer .form-wrapper.hide-mob {
    display: block; }
  footer .footer-bottom-section .footer-menu,
  footer .footer-bottom-section .form-wrapper.inside-footer {
    min-height: 170px;
    padding-top: 10px; }
  footer .footer-bottom-section .footer-menu {
    padding-left: 45px;
    position: relative; }
  footer .footer-bottom-section .form-wrapper.inside-footer {
    position: relative;
    padding-left: 45px; } }

/*
Generated css file from old main.sass
*/
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

svg {
  height: auto;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.hover-opacity-text {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.hover-opacity-text:hover {
  opacity: .5;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

button {
  padding: 0;
  border: none; }

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.loader_inner {
  background-image: url("../img/loader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-posirion: center center;
  background-color: #fff;
  height: 300px;
  width: 400px;
  margin-top: -150px;
  margin-left: -200px;
  left: 50%;
  top: 50%;
  position: absolute; }

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

section.main-carousel-wrapper {
  padding-top: 80px;
  display: none; }
  @media (min-width: 768px) {
    section.main-carousel-wrapper {
      height: 100vh;
      display: block; } }
  @media (min-width: 992px) {
    section.main-carousel-wrapper {
      padding-top: 110px; } }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item {
      height: calc(100vh - 78px); } }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item.transition-slide .item-content .item-media img {
  -webkit-animation: zoominoutsinglefeatured 2s;
  animation: zoominoutsinglefeatured 2s; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .item-content {
  overflow: hidden;
  position: relative;
  width: 100%; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .item-content .item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .item-content .item-media img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .video-hero {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%; }
  @media (min-width: 768px) {
    section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .video-hero {
      height: auto;
      padding-bottom: 0; } }

section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .video-hero video {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    section.main-carousel-wrapper .main-carousel-home.slick-slider .slick-track .item .video-hero video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button {
  top: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: .8;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button:hover {
  opacity: .4;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button svg path {
  fill: #fff; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button.prev-button {
  left: 85px; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button.next-button {
  right: 65px; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav {
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav button {
  background: none;
  border: none;
  outline: none; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-prev svg,
section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-next svg {
  width: 40px;
  height: 40px; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-prev svg path,
section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-next svg path {
  fill: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-prev:hover svg path,
section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-next:hover svg path {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .5; }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-prev,
section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 58px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

section.main-carousel-wrapper .main-carousel-home.slick-slider .owl-nav .owl-next {
  left: auto;
  right: 58px; }

section.main-carousel-wrapper .main-carousel .owl-stage-outer {
  height: 100%; }

section.main-carousel-wrapper .main-carousel .owl-stage-outer .owl-item.something {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

section.main-carousel-wrapper .main-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - 78px); }

section.main-carousel-wrapper .main-carousel .item .item-content {
  overflow: hidden;
  position: relative;
  width: 100%; }

section.main-carousel-wrapper .main-carousel .item .item-content .item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.main-carousel-wrapper .main-carousel .item .item-content .item-media img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: calc(100vh - 78px); }

section.main-carousel-wrapper .main-carousel .item .video-hero {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%; }

section.main-carousel-wrapper .main-carousel .item .video-hero video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.main-carousel-wrapper .main-carousel .owl-nav {
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0; }

section.main-carousel-wrapper .main-carousel .owl-nav button {
  background: none;
  border: none;
  outline: none; }

section.main-carousel-wrapper .main-carousel .owl-nav .owl-prev svg,
section.main-carousel-wrapper .main-carousel .owl-nav .owl-next svg {
  width: 40px;
  height: 40px; }

section.main-carousel-wrapper .main-carousel .owl-nav .owl-prev svg path,
section.main-carousel-wrapper .main-carousel .owl-nav .owl-next svg path {
  fill: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

section.main-carousel-wrapper .main-carousel .owl-nav .owl-prev:hover svg path,
section.main-carousel-wrapper .main-carousel .owl-nav .owl-next:hover svg path {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .5; }

section.main-carousel-wrapper .main-carousel .owl-nav .owl-prev,
section.main-carousel-wrapper .main-carousel .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 58px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

section.main-carousel-wrapper .main-carousel .owl-nav .owl-next {
  left: auto;
  right: 58px; }

section.main-carousel-wrapper .scroll-down-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0; }

section.main-carousel-wrapper .scroll-down-wrapper a.scroll-down {
  position: absolute;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 15px;
  z-index: 1000; }

section.main-carousel-wrapper .scroll-down-wrapper a.scroll-down svg path {
  fill: #fff; }

section.main-carousel-wrapper .scroll-down-wrapper .vertical-line {
  position: relative; }

section.main-carousel-wrapper .scroll-down-wrapper .vertical-line .line {
  position: absolute;
  top: -50px;
  width: 1px;
  height: 0px;
  background-color: #cb97af;
  right: calc(50% - 1px);
  z-index: 1000;
  -webkit-transition: height 1.6s;
  -o-transition: height 1.6s;
  transition: height 1.6s; }

section.main-carousel-wrapper .scroll-down-wrapper .vertical-line .line.animated-line {
  -webkit-transition: height 1.6s;
  -o-transition: height 1.6s;
  transition: height 1.6s;
  height: 105px; }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }

@media only screen and (min-width: 1660px) {
  /**/ }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button.prev-button {
    left: 30px; }
  section.main-carousel-wrapper .main-carousel-home.slick-slider .nav-button.next-button {
    right: 30px; }
  /*Disable Animation on Mobile Devices*/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  section.main-carousel-wrapper .main-carousel .item .item-content {
    height: inherit; }
  section.main-carousel-wrapper .main-carousel .item .item-content .item-media {
    height: inherit; }
  section.main-carousel-wrapper .scroll-down-wrapper a.scroll-down {
    display: none; }
  section.main-carousel-wrapper .scroll-down-wrapper .vertical-line .line.animated-line {
    height: 70px;
    top: -35px; }
  .main-carousel-wrapper .scroll-down-wrapper a.scroll-down {
    display: none; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }

.img-fallback {
  background-color: #c8c9c7; }
  .img-fallback:before {
    content: '';
    display: block;
    padding-top: 100%; }

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px; }

/*------------Slick Slider----------------*/
.slick__slider {
  position: relative;
  opacity: 0; }
  .slick__slider.slick-initialized {
    opacity: 1; }

.slick__slider-nav {
  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: 100%;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .slick__slider-nav {
      width: auto;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .slick__slider-nav {
      padding-top: 0; } }

.slick__slider-btn {
  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: 40px;
  height: 40px;
  z-index: 100;
  background-color: transparent;
  opacity: .9;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer;
  border: none; }
  .slick__slider-btn:hover, .slick__slider-btn:active, .slick__slider-btn:focus {
    opacity: 0.6; }
  .slick__slider-btn span {
    width: 19px;
    height: 19px;
    border: 2px solid #7a7a7a; }
  .slick__slider-btn--prev span {
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg) translate(4px, -4px);
    -ms-transform: rotate(45deg) translate(4px, -4px);
    transform: rotate(45deg) translate(4px, -4px); }
  .slick__slider-btn--next span {
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg) translate(-4px, 4px);
    -ms-transform: rotate(45deg) translate(-4px, 4px);
    transform: rotate(45deg) translate(-4px, 4px); }
  @media (min-width: 1200px) {
    .slick__slider-btn {
      position: absolute;
      top: 30%;
      border-radius: 50%; }
      .slick__slider-btn--prev {
        left: -45px; }
      .slick__slider-btn--next {
        right: -45px; } }

/*-------------Button-----------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
  font-size: 0.9rem;
  color: #7a7a7a;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  outline: none !important;
  cursor: pointer; }

.form__input-wrap {
  margin-bottom: 30px; }

.form__input {
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  color: #333; }
  .form__input.placeholder {
    color: #333;
    font-size: inherit; }
  .form__input:-moz-placeholder {
    color: #333;
    font-size: inherit; }
  .form__input::-moz-placeholder {
    color: #333;
    font-size: inherit; }
  .form__input:-ms-input-placeholder {
    color: #333;
    font-size: inherit; }
  .form__input::-webkit-input-placeholder {
    color: #333;
    font-size: inherit; }

.form__textarea {
  padding-top: 13px;
  padding-left: 13px;
  width: 100%;
  height: 130px;
  display: block;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent; }

.form__checkbox-wrap {
  text-align: left; }
  .form__checkbox-wrap label {
    position: relative;
    padding-left: 23px;
    display: inline-block;
    color: #fff;
    font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px; }
    .form__checkbox-wrap label a {
      text-decoration: underline;
      color: inherit; }
    .form__checkbox-wrap label .checkmark {
      position: absolute;
      top: 0px;
      left: 0;
      height: 12px;
      width: 12px;
      background-color: transparent;
      border: 1px solid #fff; }
      .form__checkbox-wrap label .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 2px;
        top: 0px;
        width: 6px;
        height: 8px;
        border: 1px solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .form__checkbox-wrap label input:checked ~ .checkmark:after {
    display: block; }
  .form__checkbox-wrap input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: hidden;
    display: none; }
  @media screen and (min-width: 992px) {
    .form__checkbox-wrap label {
      font-size: 12px;
      line-height: 24px; }
      .form__checkbox-wrap label .checkmark {
        top: 4px; } }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (min-width: 992px) {
    .form__row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.form__col {
  padding: 0 15px; }

.form__col--half {
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 992px) {
    .form__col--half {
      width: 50%;
      max-width: 50%; } }

.form__col--full {
  width: 100%;
  max-width: 100%; }

.video__bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: -1; }

/*
Generated css file from old main.sass
*/
.underline-hover {
  position: relative; }
  .underline-hover:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    -o-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease;
    background-color: #7a7a7a; }
  .underline-hover:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .underline-hover:hover:before, .underline-hover:active:before, .underline-hover:focus:before {
    width: 100%;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .underline-hover:hover:after, .underline-hover:active:after, .underline-hover:focus:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.underline-hover-not-animation {
  position: relative;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s; }
  .underline-hover-not-animation:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    bottom: 0px;
    left: 0;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s; }

.arrowed-link {
  position: relative;
  display: inline-block;
  padding: 0px 0 10px 25px;
  position: relative; }
  .arrowed-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    -o-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease;
    background-color: #7a7a7a; }
  .arrowed-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .arrowed-link:hover:before, .arrowed-link:active:before, .arrowed-link:focus:before {
    width: 100%;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .arrowed-link:hover:after, .arrowed-link:active:after, .arrowed-link:focus:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
  .arrowed-link span {
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -11px;
    bottom: 0;
    left: 0;
    margin: auto; }
  .arrowed-link:before, .arrowed-link:after {
    bottom: 7px; }

.masonry-grid {
  width: 100%; }

/*
Generated css file from old main.sass
*/
section.what-is-on {
  padding: 110px 0 120px 0; }
  @media (min-width: 768px) {
    section.what-is-on {
      padding: 80px 0 120px 0; } }

section.what-is-on .content {
  margin-bottom: 45px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    section.what-is-on .content {
      margin-bottom: 65px; } }

section.what-is-on .content h1 {
  position: relative;
  text-align: center;
  color: #ccc;
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 28px; }
  @media screen and (min-width: 480px) {
    section.what-is-on .content h1 {
      line-height: 44px; } }
  @media (min-width: 768px) {
    section.what-is-on .content h1 {
      line-height: 48px; } }

section.what-is-on .content h3, section.what-is-on .content h4, section.what-is-on .content h5 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #a3a3a3; }

.what-is-in-gallery__wrap {
  position: relative; }
  .what-is-in-gallery__wrap .slick__slider-btn--prev {
    left: 65px; }
  .what-is-in-gallery__wrap .slick__slider-btn--next {
    right: 65px; }

section.what-is-on .what-is-on-gallery {
  margin: 0 auto; }

.what-is-on-gallery--desk {
  display: none; }
  .what-is-on-gallery--desk .item .bottom-content {
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out; }

.what-is-on-gallery--mob .item {
  margin-bottom: 40px; }
  .what-is-on-gallery--mob .item .bottom-content {
    opacity: 1; }

@media (min-width: 768px) {
  .what-is-on-gallery--mob {
    display: none; }
  .what-is-on-gallery--desk {
    display: block; } }

.what-is-on__nav {
  display: none; }
  @media (min-width: 768px) {
    .what-is-on__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    .what-is-on__nav .slick__slider-btn {
      position: absolute;
      top: 30%;
      border-radius: 50%; } }

section.what-is-on .what-is-on-gallery .item:focus {
  outline: none; }

@media (min-width: 992px) {
  section.what-is-on .what-is-on-gallery .item.slick-active .item-wrap-content {
    opacity: 1; } }

section.what-is-on .what-is-on-gallery .item.slick-active .bottom-content {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content {
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 0 10px; }
  @media (min-width: 992px) {
    section.what-is-on .what-is-on-gallery .item .item-wrap-content {
      opacity: .5;
      padding: 0 25px; } }
  @media (min-width: 1440px) {
    section.what-is-on .what-is-on-gallery .item .item-wrap-content {
      padding: 0 35px; } }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .place {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 14px; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .type {
  position: relative;
  font-weight: normal;
  color: #ccc;
  line-height: 19px;
  margin-bottom: 25px;
  text-transform: uppercase; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content img {
  display: block;
  width: 100%;
  margin-bottom: 25px; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-wrapper .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-wrapper .location .icon {
  width: 19px;
  height: 19px;
  margin-right: 5px; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-wrapper .location .icon svg {
  width: 100%;
  height: 100%; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-wrapper .location .icon svg path {
  fill: #cb97af; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-wrapper .location .text {
  font-size: 16px; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .subtitle {
  line-height: 16px;
  margin-bottom: 16px; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location {
  line-height: 1.3;
  color: #7a7a7a;
  margin-bottom: 16px; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .location.location--exhibition {
    text-transform: uppercase; }
  @media (min-width: 992px) {
    section.what-is-on .what-is-on-gallery .item .item-wrap-content .location {
      margin-bottom: 24px; } }

section.what-is-on .what-is-on-gallery .item .title-post__wrap {
  margin-bottom: 16px;
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }
  section.what-is-on .what-is-on-gallery .item .title-post__wrap h4 {
    font-style: italic; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .title-post {
  position: relative;
  line-height: 1.2; }
  @media screen and (max-width: 992px) {
    section.what-is-on .what-is-on-gallery .item .item-wrap-content .title-post {
      font-size: 1.3rem; } }

section.what-is-on .what-is-on-gallery .item .item-wrap-content p.context {
  margin-bottom: 35px; }
  @media screen and (max-width: 992px) {
    section.what-is-on .what-is-on-gallery .item .item-wrap-content p.context {
      display: none; } }

section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 1px;
  -webkit-transition: border-bottom 1s ease;
  -o-transition: border-bottom 1s ease;
  transition: border-bottom 1s ease; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .5s ease;
    -o-transition: width 0s ease, background .5s ease;
    transition: width 0s ease, background .5s ease;
    background-color: #7a7a7a; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:hover, section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:active, section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:focus {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .5s ease;
    -o-transition: border-bottom .5s ease;
    transition: border-bottom .5s ease;
    opacity: 1; }
    section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:hover:before, section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:active:before, section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:focus:before {
      width: 100%;
      background: #7a7a7a;
      -webkit-transition: width .5s ease;
      -o-transition: width .5s ease;
      transition: width .5s ease; }
    section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:hover:after, section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:active:after, section.what-is-on .what-is-on-gallery .item .item-wrap-content a.link:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .location-event {
  font-size: 16px;
  color: #7a7a7a; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile .title-post::after {
  background-color: transparent; }

section.what-is-on .what-is-on-gallery .nav-button {
  top: 30%;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: .8;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

section.what-is-on .what-is-on-gallery .nav-button:hover {
  opacity: .4;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer; }

section.what-is-on .what-is-on-gallery .nav-button svg path {
  fill: #000; }

section.what-is-on .what-is-on-gallery .nav-button.prev-button {
  left: 85px; }

section.what-is-on .what-is-on-gallery .nav-button.next-button {
  right: 65px; }

section.what-is-on .what-is-on-gallery-carousel .owl-stage {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content {
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .place {
  font-size: 18px;
  line-height: 21px;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 14px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .type {
  position: relative;
  color: #cb97af;
  font-size: 17px;
  line-height: 19px;
  margin-left: 40px;
  margin-bottom: 40px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .type::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #cb97af;
  left: -40px;
  top: 8px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content img {
  display: block;
  margin-bottom: 25px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-wrapper .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-wrapper .location .icon {
  width: 19px;
  height: 19px;
  margin-right: 5px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-wrapper .location .icon svg {
  width: 100%;
  height: 100%; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-wrapper .location .icon svg path {
  fill: #cb97af; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-wrapper .location .text {
  font-family: "BentonSans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .subtitle {
  font-size: 16px;
  line-height: 16px;
  color: #cb97af;
  margin-bottom: 24px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .title-post {
  position: relative;
  font-size: 45px;
  margin-bottom: 55px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .title-post::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #cb97af;
  left: 0;
  bottom: -17px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content p.context {
  font-size: 18px;
  margin-bottom: 65px; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content a.link {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #cb97af;
  padding-bottom: 1px;
  -webkit-transition: border-bottom 1s ease;
  -o-transition: border-bottom 1s ease;
  transition: border-bottom 1s ease; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content a.link::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0s ease, background .5s ease;
  -o-transition: width 0s ease, background .5s ease;
  transition: width 0s ease, background .5s ease;
  background-color: #cb97af; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content a.link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: #cb97af;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content a.link:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .5s ease;
  -o-transition: border-bottom .5s ease;
  transition: border-bottom .5s ease; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content a.link:hover::before {
  width: 100%;
  background: #7a7a7a;
  -webkit-transition: width .5s ease;
  -o-transition: width .5s ease;
  transition: width .5s ease; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content a.link:hover::after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .location-event {
  font-size: 16px;
  color: #7a7a7a; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile .title-post::after {
  background-color: transparent; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav {
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav button {
  background: none;
  border: none;
  outline: none;
  width: 40px;
  height: 40px; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev,
section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
  position: relative; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev span,
section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next span {
  display: none; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev::before,
section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  width: 40px;
  height: 40px;
  z-index: 1000;
  opacity: .8; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev::before {
  background-image: url("../img/arrow-left.png"); }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
  position: relative; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next::before {
  background-image: url("../img/arrow-right.png"); }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev,
section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 36%;
  z-index: 10;
  left: 60px;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev:hover,
section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next:hover {
  opacity: .5;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
  left: auto;
  right: 60px; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  section.what-is-on {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 120px; }
  section.what-is-on .what-is-on-gallery {
    margin-bottom: 40px; }
  section.what-is-on .what-is-on-gallery .nav-button {
    top: inherit;
    bottom: -70px; }
  section.what-is-on .what-is-on-gallery .nav-button.prev-button {
    left: 65px; }
  section.what-is-on .what-is-on-gallery .item {
    padding: 0; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: 0.7s opacity ease-in-out;
    -o-transition: 0.7s opacity ease-in-out;
    transition: 0.7s opacity ease-in-out; }
  section.what-is-on .what-is-on-gallery .item.slick-active .bottom-content-mobile {
    opacity: 1; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile .title-post {
    margin-bottom: 30px; }
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile .subtitle {
    margin-bottom: 12px; }
  section.what-is-on .what-is-on-gallery .nav-button {
    display: none; }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev,
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
    width: 97px;
    height: 48px;
    margin: 0 20px !important;
    top: 0 !important;
    position: relative;
    border: 1px solid #dedede; }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev::before,
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next::before {
    width: 13px;
    height: 24px;
    background-size: contain;
    top: calc(50% - 12px);
    left: calc(50% - 7px); }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
    right: 0; }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev {
    left: 0; }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-prev::before {
    background-image: url("../img/arrow-left-down.png"); }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next {
    position: relative; }
  section.what-is-on .what-is-on-gallery-carousel .owl-nav .owl-next::before {
    background-image: url("../img/arrow-right-down.png"); }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile .title-post {
    margin-bottom: 30px; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile .subtitle {
    margin-bottom: 12px; } }

@media only screen and (max-width: 768px) {
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .place,
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .place {
    font-size: 16px; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .type,
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .type {
    font-size: 16px; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .type::before,
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .type::before {
    height: 1px; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile .title-post,
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile .title-post {
    font-size: 35px; }
  /*Disable Animation on Mobile Devices*/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  section.what-is-on {
    padding-bottom: 100px; }
  section.what-is-on .content h1::after {
    height: 70px;
    top: -85px; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile .title-post,
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile .title-post {
    font-size: 22px;
    margin-bottom: 25px; }
  section.what-is-on .what-is-on-gallery-carousel .item .item-wrap-content .bottom-content-mobile .subtitle,
  section.what-is-on .what-is-on-gallery .item .item-wrap-content .bottom-content-mobile .subtitle {
    font-size: 16px;
    margin-bottom: 10px; }
  section.what-is-on .what-is-on-gallery .nav-button.prev-button {
    left: 40px; }
  section.what-is-on .what-is-on-gallery .nav-button.next-button {
    right: 40px; } }

/*==========  Mobile First Method  ==========*/
/**/
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .what-is-on-gallery-carousel .owl-item.active.center .item-wrap-content {
    opacity: 1; }
  .what-is-on-gallery-carousel .owl-item.active.center .item-wrap-content .bottom-content {
    opacity: 1;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s; }
  .what-is-on-gallery-carousel .owl-item .item-wrap-content {
    opacity: .4;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s; }
  .what-is-on-gallery-carousel .owl-item .item-wrap-content .bottom-content {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s; } }

@media screen and (max-width: 992px) {
  .view-detail--mob {
    margin-top: 20px; } }

.about-hero {
  padding-bottom: 70px; }
  @media (min-width: 992px) {
    .about-hero {
      padding-bottom: 130px; } }

.about-hero__media img {
  width: 100%; }

.about {
  padding-bottom: 70px; }
  .about p {
    line-height: 1.8; }
    .about p:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .about {
      padding-bottom: 200px; } }

.about-row {
  margin-bottom: 60px; }
  .about-row:last-of-type {
    margin-bottom: 0; }
  .about-row--featured {
    margin-bottom: 135px; }
    .about-row--featured p, .about-row--featured h4, .about-row--featured h3 {
      line-height: 1.92;
      font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
      /*font-style: italic;*/ }
  .about-row--text-left .about-content__wrap {
    margin-bottom: 55px; }
  .about-row--text-left .about-image__wrap {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .about-row {
      margin-bottom: 100px; }
      .about-row--featured {
        margin-bottom: 80px; }
      .about-row--text-left .about-content__wrap {
        margin-bottom: 0px; }
      .about-row--text-right .about-content__wrap {
        padding-left: 25px;
        padding-right: 0; } }
  @media (min-width: 1660px) {
    .about-row {
      margin-bottom: 160px; }
      .about-row--featured {
        margin-bottom: 125px; }
        .about-row--featured.about-row--text-right .about-content__wrap {
          padding-left: 35px; } }

.about-image__wrap {
  margin-bottom: 34px; }
  .about-image__wrap img {
    width: 100%; }
  @media (min-width: 992px) {
    .about-image__wrap {
      margin-bottom: 0; } }

.about-content__wrap h1 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .about-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -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;
    height: 100%;
    padding-right: 25px; } }

@media (min-width: 1660px) {
  .about-content__wrap {
    padding-right: 85px; } }

.fairs {
  padding-bottom: 50px; }
  .fairs .scrollmagic-pin-spacer {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  @media (min-width: 992px) {
    .fairs {
      padding-bottom: 150px; } }

.fairs-rows {
  padding-top: 30px; }
  @media (min-width: 1200px) {
    .fairs-rows {
      padding-left: calc(8.33% + 15px);
      padding-top: 0; } }

.fairs-years {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  background-color: #fff;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  z-index: 20; }
  .fairs-years.is-scrolling {
    position: fixed;
    top: 77px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    z-index: 20;
    padding-bottom: 15px !important;
    padding-top: 15px; }
    @media screen and (max-width: 1200px) {
      .fairs-years.is-scrolling {
        width: 100% !important; } }
    .fairs-years.is-scrolling .fairs-years__list-nav {
      bottom: 0; }
  @media (min-width: 1200px) {
    .fairs-years {
      display: block;
      text-align: left;
      padding: 0;
      background-color: transparent;
      max-width: 70px; }
      .fairs-years.is-scrolling {
        top: 100px !important;
        left: auto !important;
        right: auto !important;
        margin: auto;
        z-index: 20;
        padding: 10px 0 !important;
        width: calc(8.33% - 15px); } }

.fairs-years__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  @media (min-width: 1200px) {
    .fairs-years__title {
      margin-bottom: 10px;
      width: 100%;
      max-width: 100%; } }

.fairs-years__list-wrap {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  @media (min-width: 1200px) {
    .fairs-years__list-wrap {
      width: 100%;
      max-width: 100%; } }

.fairs-years__list {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .fairs-years__list--desktop {
    display: none; }
  @media (min-width: 1200px) {
    .fairs-years__list {
      opacity: 1 !important; }
      .fairs-years__list--mobile {
        display: none; }
      .fairs-years__list--desktop {
        display: block; } }

.fairs-years__list-nav {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 300px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .fairs-years__list-nav .slick__slider-btn {
    margin: 0 10px;
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
    .fairs-years__list-nav .slick__slider-btn span {
      width: 15px;
      height: 15px; }
    .fairs-years__list-nav .slick__slider-btn--prev {
      left: 0; }
      .fairs-years__list-nav .slick__slider-btn--prev span {
        -webkit-transform: rotate(45deg) translate(3px, -3px);
        -ms-transform: rotate(45deg) translate(3px, -3px);
        transform: rotate(45deg) translate(3px, -3px); }
    .fairs-years__list-nav .slick__slider-btn--next {
      right: 0; }
      .fairs-years__list-nav .slick__slider-btn--next span {
        -webkit-transform: rotate(45deg) translate(-3px, 3px);
        -ms-transform: rotate(45deg) translate(-3px, 3px);
        transform: rotate(45deg) translate(-3px, 3px); }
  @media (min-width: 1200px) {
    .fairs-years__list-nav {
      display: none; } }

.fairs-years__list-item {
  display: block; }
  .fairs-years__list-item.slick-active a:before, .fairs-years__list-item.is-active a:before {
    width: 100%;
    background-color: #a3a3a3; }
  .fairs-years__list-item.slick-active a:hover:after, .fairs-years__list-item.slick-active a:active:after, .fairs-years__list-item.slick-active a:focus:after, .fairs-years__list-item.is-active a:hover:after, .fairs-years__list-item.is-active a:active:after, .fairs-years__list-item.is-active a:focus:after {
    width: 0; }
  .fairs-years__list-item a {
    color: #a3a3a3;
    position: relative;
    font-size: 13px; }
    .fairs-years__list-item a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #a3a3a3; }
    .fairs-years__list-item a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #a3a3a3;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .fairs-years__list-item a:hover:before, .fairs-years__list-item a:active:before, .fairs-years__list-item a:focus:before {
      width: 100%;
      background: #a3a3a3;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .fairs-years__list-item a:hover:after, .fairs-years__list-item a:active:after, .fairs-years__list-item a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
  @media (min-width: 1200px) {
    .fairs-years__list-item {
      opacity: 1 !important;
      margin-bottom: 10px; } }

.fairs__row {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(122, 122, 122, 0.2);
  visibility: visible !important; }
  .fairs__row:hover .fairs-media img, .fairs__row:active .fairs-media img, .fairs__row:focus .fairs-media img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  @media (min-width: 1200px) {
    .fairs__row {
      margin-bottom: 50px;
      padding-bottom: 35px; } }
  @media (min-width: 1440px) {
    .fairs__row {
      margin-left: 45px; } }

.fairs__row-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.fairs-media {
  margin-bottom: 20px;
  overflow: hidden; }
  .fairs-media img {
    width: 100%;
    -webkit-transition: 3.5s all ease;
    -o-transition: 3.5s all ease;
    transition: 3.5s all ease; }
  @media (min-width: 992px) {
    .fairs-media {
      margin-bottom: 0; } }
  @media (min-width: 1440px) {
    .fairs-media {
      padding-left: 20px; } }

.fairs-content h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }
  .fairs-content h2 a {
    position: relative;
    position: relative; }
    .fairs-content h2 a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #a3a3a3; }
    .fairs-content h2 a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #a3a3a3;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .fairs-content h2 a:hover:before, .fairs-content h2 a:active:before, .fairs-content h2 a:focus:before {
      width: 100%;
      background: #a3a3a3;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .fairs-content h2 a:hover:after, .fairs-content h2 a:active:after, .fairs-content h2 a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }

.fairs-content p {
  line-height: 1.5; }
  .fairs-content p.fairs-content__date {
    margin-bottom: 16px; }

@media (min-width: 1200px) {
  .fairs-content {
    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;
    height: 100%; }
    .fairs-content h2 {
      margin-bottom: 16px; } }

.details-page__section-title {
  margin-bottom: 35px; }
  .details-page__section-title h2, .details-page__section-title h3 {
    line-height: 1.44;
    text-transform: capitalize;
    font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }
  @media (min-width: 1440px) {
    .details-page__section-title {
      margin-bottom: 50px; } }

.details-page__hero-content p {
  position: relative; }

.details-page__hero-date {
  margin-bottom: 15px;
  padding-left: 0; }
  @media (min-width: 992px) {
    .details-page__hero-date {
      margin-bottom: 30px; } }

.details-page__hero-location {
  position: relative;
  padding-left: 25px; }
  .details-page__hero-location svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: #a3a3a3;
    width: 19px; }

/*****************************/
/*  SELECTED WORKS */
.selected-works {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .selected-works {
      padding-bottom: 80px; } }

.selected-works__carousel-wrap {
  position: relative; }

.selected-works__nav .slick__slider-btn {
  color: #959595;
  border-color: #959595; }
  .selected-works__nav .slick__slider-btn span {
    border-color: #959595; }

@media (min-width: 768px) {
  .selected-works__nav {
    padding: 40px 0px 0; } }

@media (min-width: 1200px) {
  .selected-works__nav .slick__slider-btn--prev {
    left: -50px; }
  .selected-works__nav .slick__slider-btn--next {
    right: -50px; } }

@media (min-width: 768px) {
  .selected-works__carousel {
    margin: 0 0 0 -35px; } }

@media (min-width: 1440px) {
  .selected-works__carousel {
    margin: 0 0 0 -50px; } }

.selected-works__carousel-item {
  height: 100%;
  outline: none !important; }

.selected-works__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 0px 0 25px; }
  @media (min-width: 768px) {
    .selected-works__item-inner {
      padding: 0 0 0 70px; } }
  @media (min-width: 1440px) {
    .selected-works__item-inner {
      padding: 0 0 0 100px; } }

.selected-works__item-media {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .selected-works__item-media img {
    width: 100%; }
  @media (min-width: 768px) {
    .selected-works__item-media {
      padding-bottom: 124%;
      overflow: hidden; }
      .selected-works__item-media img {
        position: absolute;
        top: 0;
        left: 0; } }
  @media (min-width: 992px) {
    .selected-works__item-media {
      margin-bottom: 20px; } }

.selected-works__item-title {
  padding-bottom: 15px; }
  .selected-works__item-title h4 {
    line-height: 1.45; }
    .selected-works__item-title h4 a {
      position: relative;
      position: relative; }
      .selected-works__item-title h4 a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 1px;
        width: 0;
        -webkit-transition: width 0s ease, background .35s ease;
        -o-transition: width 0s ease, background .35s ease;
        transition: width 0s ease, background .35s ease;
        background-color: #7a7a7a; }
      .selected-works__item-title h4 a:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: -2px;
        height: 1px;
        width: 0;
        background: #7a7a7a;
        -webkit-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease; }
      .selected-works__item-title h4 a:hover:before, .selected-works__item-title h4 a:active:before, .selected-works__item-title h4 a:focus:before {
        width: 100%;
        background: #7a7a7a;
        -webkit-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease; }
      .selected-works__item-title h4 a:hover:after, .selected-works__item-title h4 a:active:after, .selected-works__item-title h4 a:focus:after {
        width: 100%;
        background: transparent;
        -webkit-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
  @media (min-width: 992px) {
    .selected-works__item-title {
      padding-bottom: 20px; } }

.selected-works__item-content {
  padding-top: 15px;
  border-top: 1px solid rgba(116, 116, 116, 0.16); }
  .selected-works__item-content p {
    line-height: 1.71; }
  @media (min-width: 992px) {
    .selected-works__item-content {
      padding-top: 20px; } }

/*****************************/
/*  News */
.news-section {
  padding-bottom: 80px; }

.news-section__list {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.news-section__list-row {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(116, 116, 116, 0.16); }

.news-section__list-date {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  max-width: 120px; }
  .news-section__list-date p {
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .news-section__list-date {
      width: 190px;
      max-width: 190px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 190px;
      flex: 1 0 190px; } }

.news-section__list-content h4 {
  text-transform: uppercase;
  line-height: 1.33;
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }
  .news-section__list-content h4 a {
    position: relative;
    position: relative; }
    .news-section__list-content h4 a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #7a7a7a; }
    .news-section__list-content h4 a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .news-section__list-content h4 a:hover:before, .news-section__list-content h4 a:active:before, .news-section__list-content h4 a:focus:before {
      width: 100%;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .news-section__list-content h4 a:hover:after, .news-section__list-content h4 a:active:after, .news-section__list-content h4 a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }

.news-section__list-content p {
  color: #747474;
  line-height: 1.6;
  display: none; }

@media (min-width: 768px) {
  .news-section__list-content h4 {
    margin-bottom: 15px; }
  .news-section__list-content p {
    display: block; } }

/*****************************/
.overview-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .overview-section {
      padding-top: 80px;
      padding-bottom: 80px; } }

.overview-section__featured-content {
  margin-bottom: 50px; }
  .overview-section__featured-content p, .overview-section__featured-content h3 {
    line-height: 1.44; }
  .overview-section__featured-content h3 {
    font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
    font-style: italic; }
  @media (min-width: 992px) {
    .overview-section__featured-content {
      margin-bottom: 0; } }

.overview-section__content p {
  line-height: 1.875; }

@media (min-width: 992px) {
  .overview-section__content {
    padding-left: 35px; } }

@media (min-width: 1440px) {
  .overview-section__content {
    padding-left: 70px; } }

/*  HERO */
.fairs-details__hero {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed; }
  @media (min-width: 992px) {
    .fairs-details__hero {
      padding-bottom: 80px; } }

.fairs-detail__hero-media {
  margin-bottom: 30px; }
  .fairs-detail__hero-media img {
    width: 100%; }
  .fairs-detail__hero-media figcaption {
    text-align: right;
    margin-top: 10px; }
  @media (min-width: 992px) {
    .fairs-detail__hero-media {
      margin-bottom: 60px; } }

.fairs-detail__hero-title {
  margin-bottom: 20px; }
  .fairs-detail__hero-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    .fairs-detail__hero-title {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .fairs-detail__hero-info {
    padding-left: 35px; } }

@media (min-width: 1440px) {
  .fairs-detail__hero-info {
    padding-left: 70px; } }

.fairs-detail__hero-link {
  margin-top: 35px; }
  .fairs-detail__hero-link a {
    display: inline-block; }

/*****************************/
.exhibitions {
  padding-bottom: 50px;
  visibility: visible !important; }
  @media (min-width: 992px) {
    .exhibitions {
      padding-bottom: 150px; } }

.exhibitions__inner {
  position: relative; }

.exhibitions-nav__wrap {
  visibility: visible !important; }
  .exhibitions-nav__wrap .scrollmagic-pin-spacer {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  @media (min-width: 1200px) {
    .exhibitions-nav__wrap {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1; } }

.exhibitions-nav {
  margin-bottom: 60px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .exhibitions-nav li {
    font-weight: normal;
    margin-bottom: 7px; }
    .exhibitions-nav li:last-of-type {
      margin-bottom: 0; }
    .exhibitions-nav li.is-active a:before {
      width: 100%;
      background-color: #7a7a7a; }
    .exhibitions-nav li.is-active a:hover:after, .exhibitions-nav li.is-active a:active:after, .exhibitions-nav li.is-active a:focus:after {
      width: 0; }
  .exhibitions-nav a {
    position: relative;
    text-transform: uppercase; }
    .exhibitions-nav a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #7a7a7a; }
    .exhibitions-nav a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .exhibitions-nav a:hover:before, .exhibitions-nav a:active:before, .exhibitions-nav a:focus:before {
      width: 100%;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .exhibitions-nav a:hover:after, .exhibitions-nav a:active:after, .exhibitions-nav a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
  .exhibitions-nav span.is-hidden {
    display: none; }
  @media (min-width: 1200px) {
    .exhibitions-nav {
      max-width: 200px;
      padding: 20px 15px 20px 0;
      border-left: none;
      border-right: none;
      margin-left: 0 !important; }
      .exhibitions-nav li {
        margin-bottom: 10px; } }

.exhibitions-nav li ul {
  display: none;
  margin-top: 10px; }

.exhibitions-nav.is-scrolling {
  top: 100px !important;
  z-index: 20;
  padding: 15px 0 !important; }
  @media screen and (max-width: 1200px) {
    .exhibitions-nav.is-scrolling {
      top: 77px !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      padding-left: 15px !important;
      background-color: #fff; } }

.exhibitions-list {
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .exhibitions-list {
      padding: 0;
      position: relative;
      right: 0;
      width: 80%;
      margin-left: auto;
      z-index: 2; } }
  @media (min-width: 1200px) {
    .exhibitions-list {
      width: 70%; } }

.exhibitions-list__item {
  position: relative;
  margin-bottom: 40px;
  visibility: visible !important; }
  .exhibitions-list__item:hover .exhibition-list__item-media img, .exhibitions-list__item:active .exhibition-list__item-media img, .exhibitions-list__item:focus .exhibition-list__item-media img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  @media (min-width: 992px) {
    .exhibitions-list__item {
      margin-bottom: 50px; }
      .exhibitions-list__item:hover .exhibition-list__item-top, .exhibitions-list__item:active .exhibition-list__item-top, .exhibitions-list__item:focus .exhibition-list__item-top {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }

.exhibitions-list__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.exhibition-list__item-media {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .exhibition-list__item-media img {
    width: 100%;
    -webkit-transition: 3.5s all ease;
    -o-transition: 3.5s all ease;
    transition: 3.5s all ease; }
  @media (min-width: 992px) {
    .exhibition-list__item-media {
      margin-bottom: 0; }
      .exhibition-list__item-media:after {
        content: '';
        display: block;
        background-color: #212121;
        opacity: 0.58;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }

@media (min-width: 992px) {
  .exhibition-list__item-inner {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px; } }

@media (min-width: 1440px) {
  .exhibition-list__item-inner {
    padding: 50px 70px; } }

.exhibition-list__item-top {
  display: none; }
  @media (min-width: 992px) {
    .exhibition-list__item-top {
      position: relative;
      display: block;
      margin-left: auto;
      text-align: right;
      max-width: 470px;
      padding-right: 33px;
      padding-bottom: 33px;
      border-right: 1px solid #fff;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: 1.5s all ease-in-out;
      -o-transition: 1.5s all ease-in-out;
      transition: 1.5s all ease-in-out; }
      .exhibition-list__item-top p {
        color: #fff;
        line-height: 1.875; } }

@media (min-width: 992px) {
  .exhibition-list__item-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%; } }

.exhibition-list__item-title h2 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 5px; }

.exhibition-list__item-title h3 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .exhibition-list__item-title {
    padding-right: 15px; }
    .exhibition-list__item-title h2 {
      color: #fff; }
    .exhibition-list__item-title h3 {
      color: #fff;
      margin-bottom: 0; } }

.exhibition-list__item-details p {
  line-height: 1.3; }
  .exhibition-list__item-details p.duration {
    margin-bottom: 5px; }
    .exhibition-list__item-details p.duration span {
      text-transform: uppercase; }
  .exhibition-list__item-details p.location {
    text-transform: uppercase; }

@media (min-width: 992px) {
  .exhibition-list__item-details {
    margin-left: auto;
    text-align: right;
    padding-left: 15px; }
    .exhibition-list__item-details p {
      color: #fff; }
      .exhibition-list__item-details p.duration {
        color: #fff; } }

.exhibition-detail__hero {
  padding-bottom: 60px;
  border-bottom: 1px solid #ededed; }
  @media (min-width: 992px) {
    .exhibition-detail__hero {
      padding-bottom: 70px;
      border-bottom: none; } }

.ed-hero__carousel-item {
  outline: none !important; }

.ed-hero__content h1 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  margin-bottom: 15px; }
  .ed-hero__content h1 span {
    display: block; }

.ed-hero__content h2 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }

.ed-hero__content p, .ed-hero__content h2 {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .ed-hero__content p, .ed-hero__content h2, .ed-hero__content h1 {
    margin-bottom: 30px; } }

@media (min-width: 1440px) {
  .ed-hero__content {
    padding-right: 38px;
    padding-top: 40px; } }

@media (min-width: 1660px) {
  .ed-hero__content {
    padding-top: 67px; } }

.ed-hero__item-media {
  margin-bottom: 20px; }
  .ed-hero__item-media img {
    width: 100%; }
  .ed-hero__item-media figcaption {
    margin-top: 10px;
    text-align: right; }
  @media (min-width: 992px) {
    .ed-hero__item-media {
      margin-bottom: 40px; } }

.ed-hero__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ed-hero__item-content p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media (min-width: 992px) {
    .ed-hero__item-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .ed-hero__item-content p {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }

.ed-hero__item-count {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }
  @media (min-width: 992px) {
    .ed-hero__item-count {
      width: 200px;
      max-width: 200px;
      text-align: right;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.ed-hero__carousel-nav .slick__slider-btn {
  color: #959595;
  border-color: #959595; }
  .ed-hero__carousel-nav .slick__slider-btn span {
    border-color: #959595; }

@media (min-width: 1200px) {
  .ed-hero__carousel-nav .slick__slider-btn--prev {
    left: -25px; }
  .ed-hero__carousel-nav .slick__slider-btn--next {
    right: -25px; } }

@media (min-width: 1660px) {
  .ed-hero__carousel-nav .slick__slider-btn--prev {
    left: -35px; }
  .ed-hero__carousel-nav .slick__slider-btn--next {
    right: -35px; } }

@media (min-width: 992px) {
  .exhibition-detail__overview {
    padding-top: 0; } }

.ed-overview__links {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .ed-overview__links {
      margin-top: -10px; } }

.artists-section {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .artists-section {
      padding-bottom: 80px; } }

.artists-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .artists-list.is-visible {
    opacity: 1; }
  .artists-list.artists-list--list-view .artist-list__item-media {
    display: none; }

.artists-list__item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
  max-width: 50%; }
  @media (min-width: 992px) {
    .artists-list__item {
      width: 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1440px) {
    .artists-list__item {
      margin-bottom: 30px; }
      .artists-list--list-view .artists-list__item {
        width: 25%;
        max-width: 25%; } }

.artist-list__item-inner {
  display: block;
  width: 100%; }
  .artist-list__item-inner p {
    position: relative;
    display: inline-block; }
    .artist-list__item-inner p:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #7a7a7a; }
    .artist-list__item-inner p:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
  .artist-list__item-inner:hover .artist-list__item-media img, .artist-list__item-inner:active .artist-list__item-media img, .artist-list__item-inner:focus .artist-list__item-media img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .artist-list__item-inner:hover p:before, .artist-list__item-inner:active p:before, .artist-list__item-inner:focus p:before {
    width: 100%;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .artist-list__item-inner:hover p:after, .artist-list__item-inner:active p:after, .artist-list__item-inner:focus p:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.artist-list__item-media {
  margin-bottom: 10px;
  overflow: hidden; }
  .artist-list__item-media img {
    width: 100%;
    -webkit-transition: 3.5s all ease;
    -o-transition: 3.5s all ease;
    transition: 3.5s all ease; }

.installation {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .installation {
      padding-bottom: 80px; } }

.installation__carousel-wrap {
  position: relative; }
  @media (min-width: 1200px) {
    .installation__carousel-wrap .installation__nav .slick__slider-btn {
      top: 0;
      bottom: 0;
      margin: auto; } }

@media (min-width: 992px) {
  .installation__carousel {
    margin: 0 -15px; } }

@media (min-width: 1440px) {
  .installation__carousel {
    margin: 0 -27px; } }

.installation__carousel-item {
  outline: none !important; }

@media (min-width: 992px) {
  .installation__item-inner {
    padding: 0 15px; } }

@media (min-width: 1440px) {
  .installation__item-inner {
    padding: 0 27px; } }

.installation__item-media {
  margin-bottom: 20px; }
  .installation__item-media img {
    width: 100%; }

.installation__item-content p {
  text-transform: uppercase; }
  .installation__item-content p a {
    position: relative;
    position: relative; }
    .installation__item-content p a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #7a7a7a; }
    .installation__item-content p a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .installation__item-content p a:hover:before, .installation__item-content p a:active:before, .installation__item-content p a:focus:before {
      width: 100%;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .installation__item-content p a:hover:after, .installation__item-content p a:active:after, .installation__item-content p a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }

.artists-section__controls {
  margin-bottom: 30px; }
  .artists-section__controls li {
    position: relative;
    display: inline-block; }
    .artists-section__controls li:not(:first-of-type):before {
      content: '/';
      display: inline-block;
      font-size: inherit;
      color: inherit;
      margin: 0 15px; }
    .artists-section__controls li.is-active {
      pointer-events: none; }
      .artists-section__controls li.is-active a:before {
        width: 100%;
        background-color: #7a7a7a; }
      .artists-section__controls li.is-active a:hover:after, .artists-section__controls li.is-active a:active:after, .artists-section__controls li.is-active a:focus:after {
        width: 0; }
  .artists-section__controls a {
    position: relative;
    text-transform: uppercase;
    position: relative; }
    .artists-section__controls a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #7a7a7a; }
    .artists-section__controls a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .artists-section__controls a:hover:before, .artists-section__controls a:active:before, .artists-section__controls a:focus:before {
      width: 100%;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .artists-section__controls a:hover:after, .artists-section__controls a:active:after, .artists-section__controls a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }

.exhibitions-section {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .exhibitions-section {
      padding-bottom: 80px; } }

.exhibitions-section__carousel-wrap {
  position: relative; }

@media (min-width: 992px) {
  .exhibitions-section__carousel {
    margin: 0 -20px; } }

@media (min-width: 1440px) {
  .exhibitions-section__carousel {
    margin: 0 -50px; } }

@media (min-width: 1660px) {
  .exhibitions-section__carousel {
    margin: 0 -75px; } }

.exhibitions-section__item-inner {
  display: block; }
  .exhibitions-section__item-inner:hover .exhibitions-section__item-media img, .exhibitions-section__item-inner:active .exhibitions-section__item-media img, .exhibitions-section__item-inner:focus .exhibitions-section__item-media img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  @media (min-width: 992px) {
    .exhibitions-section__item-inner {
      padding: 0 20px; } }
  @media (min-width: 1440px) {
    .exhibitions-section__item-inner {
      padding: 0 50px; } }
  @media (min-width: 1660px) {
    .exhibitions-section__item-inner {
      padding: 0 75px; } }

.exhibitions-section__item-content .date {
  margin-bottom: 8px; }

.exhibitions-section__item-content .location {
  font-size: 14px; }

.exhibitions-section__item-content h3, .exhibitions-section__item-content h2 {
  padding-top: 8px;
  margin-bottom: 16px;
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  line-height: 1.3; }

@media (min-width: 992px) {
  .exhibitions-section__item-content .date {
    margin-bottom: 8px; }
  .exhibitions-section__item-content h3, .exhibitions-section__item-content h2 {
    padding-top: 8px;
    margin-bottom: 16px; } }

.exhibitions-section__item-media {
  margin-bottom: 20px;
  overflow: hidden; }
  .exhibitions-section__item-media img {
    width: 100%;
    -webkit-transition: 3.5s all ease;
    -o-transition: 3.5s all ease;
    transition: 3.5s all ease; }

.artist-detail__hero {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .artist-detail__hero {
      padding-bottom: 80px; } }

.ad-hero__carousel-wrap {
  position: relative;
  display: none; }
  @media (min-width: 768px) {
    .ad-hero__carousel-wrap {
      display: block; } }

.ad-hero__carousel-item {
  outline: none !important; }

.ad-hero__carousel-item-media {
  margin-bottom: 20px; }
  .ad-hero__carousel-item-media img {
    width: 100%; }
  .ad-hero__carousel-item-media figcaption {
    text-align: right;
    margin-top: 10px; }
  @media (min-width: 992px) {
    .ad-hero__carousel-item-media {
      margin-bottom: 30px; } }

.ad-hero__carousel-nav {
  display: none; }
  .ad-hero__carousel-nav--desk {
    display: none; }
  @media (min-width: 768px) {
    .ad-hero__carousel-nav--mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .ad-hero__carousel-nav {
      padding-top: 0; }
      .ad-hero__carousel-nav--desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .ad-hero__carousel-nav--mob {
        display: none; }
      .ad-hero__carousel-nav .slick__slider-btn {
        top: 40%; } }

@media (min-width: 992px) {
  .ad-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .ad-hero__content p {
      max-width: 460px;
      margin-left: auto;
      padding-left: 20px; } }

.artist-detail__title h1 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }

.artist-detail__title h2 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .artist-detail__title h2 {
    margin-bottom: 0; } }

.ad-hero__slick-paging {
  display: block;
  position: relative; }
  .ad-hero__slick-paging li {
    display: none; }
    .ad-hero__slick-paging li.slick-active {
      display: block; }
  @media (min-width: 992px) {
    .ad-hero__slick-paging {
      text-align: right;
      margin-bottom: 30px; } }

.biography {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .biography {
      padding-bottom: 80px; } }

.biography-row--text-right .biography-media {
  margin-bottom: 45px; }

@media (min-width: 992px) {
  .biography-row--text-right .biography-media {
    max-width: 734px;
    margin-left: auto;
    margin-bottom: 0; }
  .biography-row--text-right .biography-content {
    max-width: 630px;
    margin-left: auto; } }

.biography-row {
  margin-bottom: 60px; }
  .biography-row:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .biography-row {
      margin-bottom: 70px; } }

.biography-row--text-left .biography-content {
  margin-bottom: 45px; }

@media (min-width: 992px) {
  .biography-row--text-left .biography-media {
    max-width: 640px; }
  .biography-row--text-left .biography-content {
    max-width: 590px;
    margin-bottom: 0; } }

.biography-media {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  .biography-media img {
    width: 100%; }
  @media (min-width: 992px) {
    .biography-media {
      margin-bottom: 0; } }

.biography-content .title-with-line {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  text-transform: none; }

.biography-content p {
  line-height: 1.875; }

@media (min-width: 992px) {
  .biography-content {
    padding-top: 30px; } }

@media (min-width: 1440px) {
  .biography-content {
    padding-top: 70px; } }

@media (min-width: 1660px) {
  .biography-content {
    padding-top: 120px; } }

.biography-content__links {
  margin-top: 50px; }
  .biography-content__links a {
    position: relative;
    display: inline-block; }
  @media (min-width: 1440px) {
    .biography-content__links {
      margin-top: 90px; } }

.contact {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .contact {
      padding-bottom: 80px; } }

.contact-links__wrap {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .contact-links__wrap {
      margin-bottom: 0; } }

.contact-details__item {
  margin-bottom: 60px; }
  .contact-details__item h5, .contact-details__item h2 {
    position: relative;
    padding-bottom: 36px;
    line-height: 1.7;
    font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
    text-transform: capitalize; }
    .contact-details__item h5:after, .contact-details__item h2:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 19px;
      left: 0;
      background-color: #7a7a7a;
      width: 33px;
      height: 1px; }
  .contact-details__item p {
    margin-bottom: 10px;
    line-height: 1.875; }
    .contact-details__item p span {
      display: block; }
  @media (min-width: 992px) {
    .contact-details__item {
      margin-bottom: 80px; } }

.contact-details__item-link a {
  position: relative;
  display: inline-block;
  text-transform: uppercase; }
  .contact-details__item-link a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    background-color: #7a7a7a;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  .contact-details__item-link a:hover:before, .contact-details__item-link a:active:before, .contact-details__item-link a:focus:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }

.search {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .search {
      padding-bottom: 80px; } }

.search__row .scrollmagic-pin-spacer {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.search__slider-nav {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  max-width: 300px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .search__slider-nav .slick__slider-btn {
    margin: 0 10px;
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
    .search__slider-nav .slick__slider-btn span {
      width: 15px;
      height: 15px; }
    .search__slider-nav .slick__slider-btn--prev {
      left: 0; }
      .search__slider-nav .slick__slider-btn--prev span {
        -webkit-transform: rotate(45deg) translate(3px, -3px);
        -ms-transform: rotate(45deg) translate(3px, -3px);
        transform: rotate(45deg) translate(3px, -3px); }
    .search__slider-nav .slick__slider-btn--next {
      right: 0; }
      .search__slider-nav .slick__slider-btn--next span {
        -webkit-transform: rotate(45deg) translate(-3px, 3px);
        -ms-transform: rotate(45deg) translate(-3px, 3px);
        transform: rotate(45deg) translate(-3px, 3px); }
  @media (min-width: 1200px) {
    .search__slider-nav {
      display: none; } }

.search-nav {
  margin-bottom: 50px; }
  .search-nav.is-scrolling {
    top: 77px !important;
    right: 0 !important;
    width: 100% !important;
    background-color: #fff;
    z-index: 20;
    padding: 15px 0; }
    .search-nav.is-scrolling .search__slider-nav {
      bottom: 27px; }
    @media screen and (max-width: 1200px) {
      .search-nav.is-scrolling {
        left: 0 !important; } }
    @media (min-width: 1200px) {
      .search-nav.is-scrolling {
        top: 100px !important;
        padding: 0;
        background-color: transparent; } }
  .search-nav h3 {
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .search-nav p {
    margin-bottom: 10px;
    text-align: center; }
    .search-nav p a {
      position: relative;
      position: relative; }
      .search-nav p a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 1px;
        width: 0;
        -webkit-transition: width 0s ease, background .35s ease;
        -o-transition: width 0s ease, background .35s ease;
        transition: width 0s ease, background .35s ease;
        background-color: #7a7a7a; }
      .search-nav p a:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: -2px;
        height: 1px;
        width: 0;
        background: #7a7a7a;
        -webkit-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease; }
      .search-nav p a:hover:before, .search-nav p a:active:before, .search-nav p a:focus:before {
        width: 100%;
        background: #7a7a7a;
        -webkit-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease; }
      .search-nav p a:hover:after, .search-nav p a:active:after, .search-nav p a:focus:after {
        width: 100%;
        background: transparent;
        -webkit-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
  @media (min-width: 992px) {
    .search-nav {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .search-nav p {
      text-align: left; } }

.search-nav__list {
  z-index: 5; }
  .search-nav__list--desk {
    display: none; }
  @media (min-width: 1200px) {
    .search-nav__list--desk {
      display: block; }
    .search-nav__list--mob {
      display: none; } }

.search__results {
  visibility: visible !important;
  margin-bottom: 40px; }
  .search__results:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .search__results {
      margin-bottom: 80px; } }

.search__results-title {
  margin-bottom: 35px; }
  .search__results-title h4 {
    text-transform: uppercase; }
  @media (min-width: 992px) {
    .search__results-title {
      margin-bottom: 65px; } }

.search-results__item {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible !important; }
  @media (min-width: 992px) {
    .search-results__item {
      margin-bottom: 40px; } }

.search-results__item-media {
  overflow: hidden;
  max-width: 106px;
  width: 106px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .search-results__item-media img {
    width: 100%;
    -webkit-transition: 3.5s all ease-in-out;
    -o-transition: 3.5s all ease-in-out;
    transition: 3.5s all ease-in-out; }
  .search-results__item-media:hover img, .search-results__item-media:active img, .search-results__item-media:focus img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  @media (min-width: 572px) {
    .search-results__item-media {
      max-width: 140px;
      width: 140px; } }
  @media (min-width: 768px) {
    .search-results__item-media {
      max-width: 200px;
      width: 200px; } }
  @media (min-width: 992px) {
    .search-results__item-media {
      max-width: 310px;
      width: 310px; } }

.search-results__item-content {
  display: block;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .search-results__item-content {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .search-results__item-content {
      padding-left: 45px; } }
  @media (min-width: 1440px) {
    .search-results__item-content {
      padding-left: 90px; } }

.search-results__item-title {
  display: block;
  position: relative;
  margin-bottom: 15px; }
  .search-results__item-title h3 {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    position: relative; }
    .search-results__item-title h3:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #7a7a7a; }
    .search-results__item-title h3:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .search-results__item-title h3:hover:before, .search-results__item-title h3:active:before, .search-results__item-title h3:focus:before {
      width: 100%;
      background: #7a7a7a;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .search-results__item-title h3:hover:after, .search-results__item-title h3:active:after, .search-results__item-title h3:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
  @media (min-width: 992px) {
    .search-results__item-title {
      margin-bottom: 25px; } }

.search-results__item-date {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .search-results__item-date {
      margin-bottom: 15px; } }

.search-results__item-location {
  font-style: italic;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .search-results__item-location {
      margin-bottom: 45px; } }

.search-results__item-info {
  display: none; }
  @media (min-width: 992px) {
    .search-results__item-info {
      display: block; } }

.search__results--art-fairs .search-results__item-info {
  text-transform: uppercase;
  display: none; }
  @media (min-width: 992px) {
    .search__results--art-fairs .search-results__item-info {
      display: block; } }

.search__results--works .search-results__item p {
  margin-bottom: 10px; }
  .search__results--works .search-results__item p:last-of-type {
    margin-bottom: 0; }

.search__results--works .search-results__item-title {
  border-bottom: 1px solid rgba(116, 116, 116, 0.16);
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .search__results--works .search-results__item-title h3:after, .search__results--works .search-results__item-title h3:before {
    display: none; }

.search__results--works .search-results__work-info {
  display: block; }

.search__results--works .search-results__work-sizes {
  text-transform: uppercase; }

@media (min-width: 992px) {
  .search__results--works .search-results__item p {
    margin-bottom: 40px; }
  .search__results--works .search-results__item-title {
    padding-bottom: 25px;
    margin-bottom: 25px; } }

.news-detail {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .news-detail {
      padding-bottom: 80px; } }

.news-detail__date {
  margin-bottom: 10px;
  text-transform: uppercase; }

.news-detail__title-wrap {
  margin-bottom: 65px; }

.news-detail-title h2, .news-detail-title h1 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }

.news-detail__title-info {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .news-detail__title-info {
      text-align: right;
      padding-left: 20px;
      margin-top: 34px; } }

.news-detail__title-link {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  position: relative; }
  .news-detail__title-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background .35s ease;
    -o-transition: width 0s ease, background .35s ease;
    transition: width 0s ease, background .35s ease;
    background-color: #7a7a7a; }
  .news-detail__title-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .news-detail__title-link:hover:before, .news-detail__title-link:active:before, .news-detail__title-link:focus:before {
    width: 100%;
    background: #7a7a7a;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease; }
  .news-detail__title-link:hover:after, .news-detail__title-link:active:after, .news-detail__title-link:focus:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.news-detail__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .news-detail__social a {
    display: block;
    height: 17px;
    margin: 0 20px 0 0; }
    .news-detail__social a svg {
      height: 100%;
      width: auto;
      fill: #7a7a7a; }
  @media (min-width: 768px) {
    .news-detail__social {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .news-detail__social a {
        margin: 0 0 0 20px; } }

.news-detail__media img {
  width: 100%; }

.news-detail__media figcaption {
  padding: 15px 0 0; }
  .news-detail__media figcaption a {
    position: relative; }
    .news-detail__media figcaption a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #7a7a7a;
      -webkit-transition: 0.6s all ease;
      -o-transition: 0.6s all ease;
      transition: 0.6s all ease;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .news-detail__media figcaption a:hover:after, .news-detail__media figcaption a:focus:after, .news-detail__media figcaption a:active:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

@media (min-width: 992px) {
  .news-detail__media {
    margin-bottom: 0; } }

.news-detail__content h2 {
  font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif; }

.news-detail__content p {
  color: #a3a3a3; }
  .news-detail__content p a {
    position: relative; }
    .news-detail__content p a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #7a7a7a;
      -webkit-transition: 0.6s all ease;
      -o-transition: 0.6s all ease;
      transition: 0.6s all ease;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .news-detail__content p a:hover:after, .news-detail__content p a:focus:after, .news-detail__content p a:active:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.news-detail__read-more {
  margin-top: 50px; }
  .news-detail__read-more a {
    position: relative;
    position: relative;
    color: #a3a3a3; }
    .news-detail__read-more a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .35s ease;
      -o-transition: width 0s ease, background .35s ease;
      transition: width 0s ease, background .35s ease;
      background-color: #a3a3a3; }
    .news-detail__read-more a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      background: #a3a3a3;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .news-detail__read-more a:hover:before, .news-detail__read-more a:active:before, .news-detail__read-more a:focus:before {
      width: 100%;
      background: #a3a3a3;
      -webkit-transition: width .35s ease;
      -o-transition: width .35s ease;
      transition: width .35s ease; }
    .news-detail__read-more a:hover:after, .news-detail__read-more a:active:after, .news-detail__read-more a:focus:after {
      width: 100%;
      background: transparent;
      -webkit-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
    .news-detail__read-more a:after {
      width: 100%; }

.news-detail__row {
  margin-bottom: 60px; }

.news-detail__row--mixed .news-detail__media {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .news-detail__row--mixed .news-detail__media {
      margin-bottom: 0; } }

.news-detail__row--text--centered .news-detail__content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .news-detail__row--text--centered .news-detail__content {
      padding-right: 10%; } }

.news-detail__row--media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .news-detail__row--media .news-detail__media {
    margin: 0 auto 30px;
    padding: 0 15px; }
  .news-detail__row--media .news-detail__media {
    margin: 0;
    max-width: 50%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .news-detail__row--media .news-detail__media img {
      max-height: 500px;
      width: auto; }
    .news-detail__row--media .news-detail__media.news-detail__media_row_3, .news-detail__row--media .news-detail__media.news-detail__media_row_6 {
      max-width: 33%; }

.news-detail__row--media--centered .news-detail__video {
  position: relative;
  padding-bottom: 56.25%; }

.news-detail__row--media--centered video, .news-detail__row--media--centered iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

@media (min-width: 992px) {
  .news-detail__row--media--centered .news-detail__media img {
    max-height: 500px;
    width: auto;
    margin-left: auto;
    margin-right: auto; } }

.news {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .news {
      padding-bottom: 80px; } }

@media (min-width: 992px) {
  .news-list__wrap {
    margin: 0 -15px; } }

@media (min-width: 1440px) {
  .news-list__wrap {
    margin: 0 -35px; } }

.news-list__item {
  position: relative;
  margin-bottom: 40px; }
  .news-list__item:hover .news-list__item-media img, .news-list__item:active .news-list__item-media img, .news-list__item:focus .news-list__item-media img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  @media (min-width: 992px) {
    .news-list__item {
      padding: 0 15px;
      margin-bottom: 70px; } }
  @media (min-width: 1440px) {
    .news-list__item {
      padding: 0 35px; } }
  @media (min-width: 1660px) {
    .news-list__item {
      margin-bottom: 120px; } }

.news-list__item-media {
  margin-bottom: 10px;
  overflow: hidden; }
  .news-list__item-media img {
    width: 100%;
    -webkit-transition: 3.5s all ease-in-out;
    -o-transition: 3.5s all ease-in-out;
    transition: 3.5s all ease-in-out; }
  @media (min-width: 992px) {
    .news-list__item-media {
      margin-bottom: 20px; } }

.news-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .news-list__item-content h4, .news-list__item-content .h4, .news-list__item-content h2 {
    padding-bottom: 8px;
    margin-bottom: 8px;
    line-height: 1.3;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-family: "Marion", sans-serif, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid rgba(122, 122, 122, 0.5); }
  .news-list__item-content p {
    margin-bottom: 10px;
    display: none; }
    .news-list__item-content p:last-of-type {
      margin-bottom: 0; }
    .news-list__item-content p.news-list__item-date {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: block; }
      .news-list__item-content p.news-list__item-date span {
        text-transform: uppercase; }
  @media (min-width: 992px) {
    .news-list__item-content p {
      display: block;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      color: #a3a3a3; }
      .news-list__item-content p.news-list__item-date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .news-list__item-content h4 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 10px;
      padding-bottom: 10px; } }

@media (min-width: 992px) {
  .news-list__item-content--right {
    text-align: right; } }

.new-list__item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.date__item {
  font-size: 0.81rem;
  color: #a3a3a3; }
  @media (min-width: 992px) {
    .date__item {
      font-size: 0.875rem; } }

.follow-section h2 {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .follow-section h2 {
    margin-bottom: 35px; } }

.follow-img {
  text-align: center; }
  .follow-img img {
    width: 100%; }

.follow-img__link {
  display: block;
  max-width: 312px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto; }

.video-section {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .video-section {
      padding-bottom: 80px; } }

.video-section__item {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .video-section__item video {
    width: 100%; }
