/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.otf") format("opentype"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("../images/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Thin.otf") format("opentype"), url("../fonts/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/BrandonGrotesque-Thin.ttf") format("truetype"), url("../images/BrandonGrotesque-Thin.svg#BrandonGrotesque-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Light.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.otf") format("opentype"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype"), url("../images/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.otf") format("opentype"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype"), url("../images/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("../fonts/BrandonGrotesque-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.otf") format("opentype"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("../images/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DidotLTStd';
  src: url("../fonts/30AFE2_0_0.eot");
  src: url("../fonts/30AFE2_0_0.eot#iefix") format("embedded-opentype"), url("../fonts/30AFE2_0_0.woff2") format("woff2"), url("../fonts/30AFE2_0_0.woff") format("woff"), url("../fonts/30AFE2_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.otf") format("opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../images/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Book.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.otf") format("opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../images/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-BookItalic.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-BookItalic.otf") format("opentype"), url("../fonts/CircularStd-BookItalic.woff") format("woff"), url("../fonts/CircularStd-BookItalic.ttf") format("truetype"), url("../images/CircularStd-BookItalic.svg#CircularStd-BookItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'LeviBrush';
  src: url("../fonts/LeviBrush.eot");
  src: url("../fonts/LeviBrush.eot#iefix") format("embedded-opentype"), url("../fonts/LeviBrush.woff2") format("woff2"), url("../fonts/LeviBrush.woff") format("woff"), url("../fonts/LeviBrush.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Eesti Pro Disp Trial UBold';
  src: url("../fonts/GTEestiProDispTrialUBold-Italic.eot");
  src: url("../fonts/GTEestiProDispTrialUBold-Italic.eot#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDispTrialUBold-Italic.woff2") format("woff2"), url("../fonts/GTEestiProDispTrialUBold-Italic.woff") format("woff"), url("../fonts/GTEestiProDispTrialUBold-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

.user-drop ul, .nav ul, .sub-nav, .nav-content > div ul, .nav-social ul, .nav-list, .footer-network ul, .footer-nav ul, .footer-icons ul, .slider .slick-dots, .news-list-nav ul, .article-filter ul, .article-filter .btn-block ul, .category-list ul, .image-grid-view ul, .item-title-container .title-list, .address-block ul, .image-description ul, .article-country ul, .login-section .social-network ul, .profile-setting-section .social-network ul, .show-list ul, .social-login ul, .fashion-filter ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .header-wrap:after, .sub-nav-wrap:after, .signup-block form:after, #footer .container:after, .footer-top:after, .footer-network:after, .footer-nav:after, .footer-bottom:after, .tiles-wrapper:after, .subscribe-form-wrapper:after, .articles-block:after, .container-withsidebar:after, .news-articles:after, .articles-list .listing-item.three-up .img-wrap a:after, .series-item:after, .news-detail-block .text:after, .inner-detail:after, .image-grid-view .container:after, .address-block:after, .fashion-filter ul:after, .row:after, .three-block:after, .three-columns:after {
  content: '';
  display: block;
  clear: both; }

.hidden {
  display: none; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #444;
  background: #fff;
  font: 16px/1.5 "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
  color: #000; }

h1, .h1 {
  font-size: 32px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 24px; } }

h2, .h2 {
  font-size: 27px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 21px;
      line-height: 1.25;
      letter-spacing: 2px; } }

h3, .h3 {
  font-size: 24px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 21px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 17px; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h6, .h6 {
      font-size: 16px; } }

p {
  margin: 0 0 1em; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #c7c8ca;
  padding: 0.4em 0.7em;
  background: #fff;
  font: 300 14px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  color: #000;
  width: 100%;
  border-radius: 0;
  height: 42px;
  outline: none;
  box-shadow: none;
  letter-spacing: 0.07em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #c7c8ca; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #444; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #444; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #444; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #444; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #444; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }
  button:focus,
  input[type='button']:focus,
  input[type='reset']:focus,
  input[type='file']:focus,
  input[type='submit']:focus {
    outline: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: left; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

iframe[id^="google_ads_iframe"] {
  margin: 0; }

#rwad-banner {
  text-align: center; }

@media (max-width: 767px) {
  body.home #grazia_atf_300-0 {
    margin-top: 40px;
    padding-bottom: 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../images/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-open-2:before {
  content: "\e916"; }

.icon-plus:before {
  content: "\e90e"; }

.icon-user:before {
  content: "\e905"; }

.icon-user1:before {
  content: "\e906"; }

.icon-google:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-fullscreen:before {
  content: "\e903"; }

.icon-geolocation:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-map:before {
  content: "\e909"; }

.icon-next-arrow:before {
  content: "\e90a"; }

.icon-open:before {
  content: "\e90b"; }

.icon-periscope:before {
  content: "\e90c"; }

.icon-pintrest:before {
  content: "\e90d"; }

.icon-prev-arrow:before {
  content: "\e90f"; }

.icon-reddit:before {
  content: "\e910"; }

.icon-sms:before {
  content: "\e911"; }

.icon-snapchat:before {
  content: "\e912"; }

.icon-soundcloud:before {
  content: "\e913"; }

.icon-tumblr:before {
  content: "\e914"; }

.icon-twitter:before {
  content: "\e915"; }

.icon-vimeo:before {
  content: "\e917"; }

.icon-webpage:before {
  content: "\e918"; }

.icon-weibo:before {
  content: "\e919"; }

.icon-whatsapp:before {
  content: "\e91a"; }

.icon-youtube18:before {
  content: "\e91b"; }

.icon-volume-medium:before {
  content: "\ea27"; }

.icon-volume-mute2:before {
  content: "\ea2a"; }

.icon-tiktok:before {
  content: "\e91c"; }

.nav-active {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .nav-active #header {
    transform: none !important; }
    @media (max-width: 1023px) {
      .nav-active #header {
        position: fixed !important;
        top: 0 !important; } }
  .nav-active .top-container {
    position: absolute;
    z-index: -1; }

.active-pushdown-ads #header {
  position: static;
  box-shadow: none; }

@media (max-width: 767px) {
  .active-pushdown-ads.nav-active .header-ad-container {
    display: none !important; } }

.active-pushdown-ads .search-form-block .form-wrap {
  position: absolute; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 1px 1px 12px rgba(58, 57, 57, 0.18);
  z-index: 99;
  min-width: 320px; }

.header-wrap {
  position: relative;
  padding: 15px 20px; }
  @media (max-width: 1023px) {
    .header-wrap {
      transition: .2s linear;
      width: 100%;
      background: #fff;
      position: relative; } }

@media (max-width: 1023px) {
  .nav-up .header-wrap {
    margin-top: -60px;
    position: absolute; }
  .nav-up.disable-transition .header-wrap {
    transition: none; }
  .active-pushdown-ads.nav-up .header-wrap {
    margin-top: 0px;
    position: relative;
    transition: none; } }

.top-container {
  position: absolute;
  width: 100%;
  top: 0;
  transform: translate3d(0, -100%, 0);
  background: #fff;
  z-index: 999; }

@media (max-width: 1023px) {
  .header-ad-container .main-ad {
    padding: 5px 0; } }

.header-ad-container iframe {
  margin: 0px;
  padding: 0px; }

.search-form-block {
  float: left;
  width: 37px;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .search-form-block.search-open .search-btn {
    opacity: 0;
    visibility: hidden; }
  .search-form-block.search-open .form-wrap {
    width: 100%;
    opacity: 1;
    visibility: visible; }
  .search-form-block .form-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 9;
    visibility: hidden; }
    @media (max-width: 1023px) {
      .search-form-block .form-wrap {
        position: absolute; } }
    @media (max-width: 767px) {
      .search-form-block .form-wrap {
        visibility: visible; } }
  @media (max-width: 767px) {
    .search-form-block .tt-hint input[type="search"] {
      padding-left: 56px; } }
  .search-form-block input[type="search"] {
    width: 100%;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font: 20px/1.4 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    outline: none;
    height: 60px;
    font-weight: 300;
    -webkit-appearance: none;
    background: #fff; }
  .search-form-block .btn-close {
    position: absolute;
    top: 15px;
    right: 19px; }
    @media (max-width: 767px) {
      .search-form-block .btn-close {
        top: 4px;
        right: 4px;
        width: 50px;
        height: 50px; } }
    .search-form-block .btn-close span {
      display: block;
      font-size: 0;
      height: 20px;
      width: 20px; }
      @media (max-width: 767px) {
        .search-form-block .btn-close span {
          position: absolute;
          top: 12px;
          right: 12px; } }
      .search-form-block .btn-close span:before, .search-form-block .btn-close span:after {
        content: "";
        background: #444;
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: 14px;
        transform: rotate(45deg);
        width: 100%; }
      .search-form-block .btn-close span:after {
        transform: rotate(-45deg); }

.nav-active .search-form-block,
.nav-active .logo {
  opacity: 0;
  visibility: hidden; }

.search-form {
  margin-bottom: 0;
  padding: 0 50px 0 44px; }
  @media (max-width: 767px) {
    .search-form {
      padding-left: 20px; } }
  .search-form #submit {
    font-size: 0;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0; }

.search-btn {
  position: relative;
  font-size: 0;
  z-index: 10;
  top: -10px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .search-btn {
      top: 6px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .search-btn {
      top: 6px; } }
  @media (max-width: 767px) {
    .search-btn {
      display: block;
      height: 40px;
      left: 0;
      position: absolute;
      top: 10px;
      width: 50px; } }
  .search-btn:before {
    content: "";
    position: absolute;
    background: url("../images/search-icon.png") no-repeat;
    background-size: contain;
    width: 17px;
    height: 22px; }
    @media (max-width: 767px) {
      .search-btn:before {
        top: 12px;
        left: 20px; } }

.logo {
  float: left;
  height: 30px;
  width: 97px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: relative;
  z-index: 1;
  margin-left: 15px; }
  @media (max-width: 1023px) {
    .logo {
      margin: 0 auto;
      float: none; } }
  .logo img {
    vertical-align: middle; }

.user-menu {
  font-size: 0;
  float: right;
  position: relative;
  right: 65px;
  top: 3px;
  color: #444;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  @media (max-width: 1023px) {
    .user-menu {
      top: -27px;
      right: 0; } }
  @media (max-width: 767px) {
    .user-menu {
      float: none; } }
  .user-menu.logged-in:hover .user-dropdown {
    display: block; }
  .user-menu.logged-in > .user-avatar {
    display: block; }
  .user-menu.logged-in .user {
    display: none; }
  .user-menu .user {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/user-small.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease; }
    @media (max-width: 1023px) {
      .user-menu .user {
        left: auto;
        right: 0; } }
    .user-menu .user:hover {
      opacity: 0.7; }

.user-avatar {
  display: none;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  @media (max-width: 767px) {
    .user-avatar {
      left: auto;
      right: 0; } }
  .user-avatar:hover {
    opacity: 0.7; }
  .user-avatar .user-text {
    display: block;
    font: 11px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    padding: 0;
    cursor: pointer; }

.user-dropdown {
  display: none;
  position: absolute;
  top: 42px;
  right: -35px;
  background: #fff;
  border-top: 1px solid #999;
  font: 600 12px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  width: 217px;
  cursor: default;
  text-transform: uppercase;
  z-index: 2; }
  @media (max-width: 767px) {
    .user-dropdown {
      width: 100vw;
      left: -20px; } }
  .user-dropdown:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px; }
  .user-dropdown .avatar-wrap {
    padding: 9px 10px; }
  .user-dropdown .user-avatar {
    position: static;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .user-dropdown .user-avatar {
        width: 32px;
        height: 32px; } }
  .user-dropdown .username {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 5px; }

.user-drop {
  border-top: 1px solid #999; }
  .user-drop ul {
    font-size: 11px;
    padding: 10px 10px 15px; }
    @media (max-width: 767px) {
      .user-drop ul {
        padding: 20px 45px;
        font-size: 14px; } }
    .user-drop ul li + li {
      margin-top: 10px; }
    .user-drop ul a {
      color: #444; }
      .user-drop ul a:hover {
        color: #000; }

.twitter-typeahead {
  position: static !important;
  width: 100%; }

.tt-menu {
  background: #fff;
  width: 100%;
  right: 0;
  padding: 20px 58px;
  font: 20px/1.5 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: inherit;
  border-top: 1px solid #f1f1f1; }

.tt-hint {
  opacity: 0 !important; }

@media (max-width: 767px) {
  .logged-in .admin-bar {
    display: none !important; } }

#nav {
  float: left;
  width: 83%;
  overflow: hidden;
  margin-left: 30px; }
  @media (max-width: 1199px) {
    #nav {
      width: 82%; } }
  @media (min-width: 1441px) {
    #nav {
      width: 85%; } }
  @media (min-width: 1601px) {
    #nav {
      width: 87%; } }
  @media (min-width: 1921px) {
    #nav {
      width: 89%; } }
  @media (max-width: 1023px) {
    #nav {
      display: none; } }

.nav {
  line-height: 30px; }
  .nav.left {
    float: left; }
  .nav.right {
    float: right;
    /* margin-right: 30px;  */
  }
    @media (max-width: 1199px) {
      .nav.right {
        float: none; } }
    .nav.right a {
      font-weight: 700;
      font-size: 11px; }
  .nav.sub-nav-nav ul li {
    font-weight: 400; }
    .nav.sub-nav-nav ul li.sub-nav-title a {
      font-weight: 900; }
    .nav.sub-nav-nav ul li + li {
      margin-left: 40px; }
  .category-gazette .nav.main-nav-menu ul li:not(li.gazette-item) {
    visibility: hidden; }
  .nav ul {
    text-align: center;
    letter-spacing: -4px;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
    .nav ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0; }
      .nav ul li.news-letter-icon {
        margin-left: 15px; }
        .nav ul li.news-letter-icon a {
          position: relative;
          padding-left: 26px; }
          .nav ul li.news-letter-icon a:before {
            content: "";
            position: absolute;
            background: url(../images/email.png) no-repeat;
            background-size: contain;
            width: 16px;
            height: 22px;
            top: 7px;
            left: 2px; }
      .nav ul li + li {
        margin-left: 20px; }
        @media (max-width: 1199px) {
          .nav ul li + li {
            margin-left: 15px; } }
      .nav ul li a {
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.15em;
        font-weight: 500; }
        .nav ul li a:after {
          content: "";
          display: block;
          transform: scaleX(0);
          border-bottom: 1px solid #fff500;
          transition: transform 0.25s ease; }
        .nav ul li a:hover:after {
          transform: scaleX(1); }

.nav-opener {
  display: block;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 21px;
  width: 20px;
  right: 20px;
  height: 19px;
  z-index: 6; }
  @media (max-width: 1023px) {
    .nav-opener {
      left: 15px;
      bottom: 15px;
      top: auto;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 50%;
      width: 43px;
      height: 43px;
      transition: bottom 0.3s linear;
      position: fixed;
      -webkit-overflow-scrolling: touch; }
      .nav-opener.mobile-fixed-menu {
        display: none; } }
    @media (max-width: 1023px) and (max-width: 1023px) {
      .nav-opener.mobile-fixed-menu {
        display: block; } }
  .nav-opener:hover:before, .nav-opener:hover:after,
  .nav-opener:hover span {
    background: #c4c3c3; }
    @media (max-width: 1023px) {
      .nav-opener:hover:before, .nav-opener:hover:after,
      .nav-opener:hover span {
        background: #fff; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #444;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px; }
    @media (max-width: 1023px) {
      .nav-opener:before, .nav-opener:after,
      .nav-opener span {
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        margin-top: 11px;
        top: 9px; } }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 2px; }
    @media (max-width: 1023px) {
      .nav-opener:before, .nav-opener:after {
        top: 2px; } }
  .nav-opener:after {
    top: 18px;
    width: 12px; }
    @media (max-width: 1023px) {
      .nav-opener:after {
        top: 16px;
        width: 9px;
        transform: translateX(100%);
        left: auto;
        right: 50%; } }
  @media (max-width: 1023px) {
    .nav-opener:before {
      width: 9px;
      transform: translateX(-100%); } }

@media (max-width: 1023px) {
  .nav-up .nav-opener {
    bottom: -55px; } }

@media (max-width: 1023px) {
  #header .nav-opener {
    display: none; }
  .nav-active #header .nav-opener {
    display: inline-block; } }

.mobile-nav {
  display: none;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    .mobile-nav {
      transform: translate3d(0, -100%, 0) translate3d(0, -60px, 0);
      transition: opacity 0.3s, transform 0.3s;
      opacity: 0;
      display: flex;
      z-index: 2;
      overflow: auto;
      height: calc(100vh - 60px + 2px);
      background: #fff;
      flex-direction: column;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      width: 100%; } }
  .mobile-nav p {
    margin: 0; }
  .mobile-nav .img-wrap {
    max-width: 150px;
    margin-bottom: 10px; }

.nav-active #nav, .nav-active .user-menu {
  display: none; }

.nav-active .nav-opener {
  top: 21px;
  margin: 0;
  position: fixed; }
  @media (max-width: 1023px) {
    .nav-active .nav-opener {
      top: 10px;
      left: auto;
      right: 5px;
      background: #fff; } }
  .nav-active .nav-opener.mobile-fixed-menu {
    display: none; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 10px;
    left: 5%;
    right: 5%;
    width: 100%; }
    @media (max-width: 1023px) {
      .nav-active .nav-opener:before, .nav-active .nav-opener:after {
        background: #000;
        width: 20px;
        left: 10px; } }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-active .nav-opener span {
    opacity: 0; }

@media (max-width: 1023px) {
  .nav-active .mobile-nav {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.sub-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-top: 44px;
  margin-top: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2; }
  @media (max-width: 1023px) {
    .sub-navigation {
      margin-top: 60px;
      padding-top: 0;
      background: #fff;
      position: static;
      display: none !important; } }
  .sub-navigation:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    z-index: -1; }
    @media (max-width: 1023px) {
      .sub-navigation:before {
        background: #fff; } }
  .sub-navigation.loading .sub-nav-wrap {
    position: relative;
    min-height: 200px; }
    .sub-navigation.loading .sub-nav-wrap:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background: url("../images/ajax-loader.gif") no-repeat;
      width: 32px;
      height: 32px;
      transform: translate(-50%, -50%); }

.sub-navigation-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1023px) {
    .sub-navigation-wrap.hide-desktop {
      display: block !important; } }
  @media (max-width: 1023px) {
    .sub-navigation-wrap.hide-mobile {
      display: none !important; } }

.sub-nav {
  float: left;
  width: 230px;
  text-transform: uppercase;
  text-align: right;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .sub-nav {
      float: none;
      width: 100%;
      text-align: center;
      margin-right: 0;
      padding: 0 30px; } }
  .sub-nav li + li {
    margin-top: 19px; }
    @media (max-width: 767px) {
      .sub-nav li + li {
        margin-top: 0; } }
  .sub-nav li.active a {
    font-weight: 600; }
  .sub-nav a {
    font: 300 29px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .sub-nav a {
        color: #000;
        font: 500 18px/1.667 "BrandonGrotesque", "Arial", "Helvetica", sans-serif; } }
    .sub-nav a:hover {
      font-weight: 600; }

.nav-content {
  overflow: hidden;
  padding: 4px 0 0; }
  @media (max-width: 767px) {
    .nav-content {
      display: none; } }
  .nav-content > div li {
    letter-spacing: -5px; }
    .nav-content > div li + li {
      margin-top: 12px; }
  .nav-content .img-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 48%; }
    .nav-content .img-wrap img {
      max-width: none;
      width: 100%; }
    .nav-content .img-wrap a {
      display: block;
      transition: opacity 0.3s ease; }
      .nav-content .img-wrap a:hover {
        opacity: 0.7; }
  .nav-content .video-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 48%; }
    .nav-content .video-wrap video {
      width: 100%; }
    .nav-content .video-wrap a {
      display: block;
      transition: opacity 0.3s ease; }
      .nav-content .video-wrap a:hover {
        opacity: 0.7; }
  .nav-content .text {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0;
    width: 52%;
    padding: 5px 20px;
    font: 14px/1.1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
    .nav-content .text a:hover {
      color: #444; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }

.signup-block {
  padding: 25px 0 0; }
  .signup-block .signup {
    display: block;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 16px; }
  .signup-block form {
    margin: 0 -18px; }
    @media (max-width: 767px) {
      .signup-block form {
        margin: 0 -10px; } }
    .signup-block form.loading {
      opacity: 0.5; }
      .signup-block form.loading:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
  .signup-block .input-wrap {
    float: left;
    padding: 0 18px;
    width: 21.7%; }
    @media (max-width: 767px) {
      .signup-block .input-wrap {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px; } }
    .signup-block .input-wrap:first-child {
      width: 50%; }
      @media (max-width: 767px) {
        .signup-block .input-wrap:first-child {
          width: 100%; } }
  .signup-block #mc_embed_signup div#mce-responses {
    width: 70%;
    margin: 0 15px; }
  .signup-block #mc_embed_signup div.response {
    width: 100%;
    font: 14px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    margin: 0; }
  .signup-block .form-submit {
    float: left;
    padding: 0 18px;
    width: 21.8%; }
    @media (max-width: 767px) {
      .signup-block .form-submit {
        width: 50%;
        padding: 0 10px; } }
    .signup-block .form-submit .btn {
      display: block;
      padding: 14px 15px;
      width: 100%; }
  .signup-block #mc_embed_signup {
    background: none; }
    .signup-block #mc_embed_signup form {
      padding: 0; }
      @media (max-width: 1023px) {
        .signup-block #mc_embed_signup form {
          margin: 0; } }
    .signup-block #mc_embed_signup .mc-field-group {
      min-height: 0;
      height: 42px;
      width: 37.4%;
      clear: none;
      float: left;
      padding: 0 18px; }
      @media (max-width: 767px) {
        .signup-block #mc_embed_signup .mc-field-group {
          padding: 0 6px; } }
      @media (max-width: 479px) {
        .signup-block #mc_embed_signup .mc-field-group {
          padding: 0;
          width: 100%;
          margin-bottom: 10px; } }
      .signup-block #mc_embed_signup .mc-field-group input {
        height: 42px;
        border-radius: 0;
        border-color: #c7c8ca;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        height: 42px;
        outline: medium none;
        padding: 0.4em 0.7em;
        width: 100%; }
    .signup-block #mc_embed_signup .clear {
      float: right;
      clear: none;
      margin-top: -45px;
      width: 22%; }
      @media (max-width: 767px) {
        .signup-block #mc_embed_signup .clear {
          width: 24%; } }
      @media (max-width: 479px) {
        .signup-block #mc_embed_signup .clear {
          width: 100%;
          float: none;
          max-width: 270px;
          margin: 0 auto; } }
    .signup-block #mc_embed_signup .button {
      background: #fff;
      border: 1px solid #d1d3d4;
      color: #000;
      cursor: pointer;
      display: block;
      width: 100%;
      font: 12px/1.25 "BrandonGrotesque","Arial","Helvetica",sans-serif;
      padding: 15px 15px;
      text-transform: uppercase;
      border-radius: 0;
      height: auto;
      margin: 0;
      transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s; }
      .signup-block #mc_embed_signup .button:hover {
        background: #000;
        border-color: #000;
        color: #fff; }
  .signup-block #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #f00 !important; }
  .signup-block #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    font-size: 12px;
    margin: 0;
    background: transparent;
    color: #f00; }

.nav-social {
  padding-top: 31px; }
  @media (max-width: 767px) {
    .nav-social {
      padding-top: 20px; } }
  .nav-social ul {
    text-align: center; }
    .nav-social ul li {
      display: inline-block;
      vertical-align: top; }
  .nav-social .social-networks li {
    padding: 0 12px; }
    @media (max-width: 767px) {
      .nav-social .social-networks li {
        padding: 0 10px; } }
  .nav-social .social-networks a:hover .icon {
    color: #fff500; }
  .nav-social .social-networks .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    max-width: 100%;
    font-size: 28px;
    line-height: 1;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .nav-social .social-networks .icon {
        font-size: 20px; } }
    .nav-social .social-networks .icon.icon-twitter {
      font-size: 24px; }
      @media (max-width: 767px) {
        .nav-social .social-networks .icon.icon-twitter {
          font-size: 18px; } }

.footer-links {
  padding: 25px 0 9px; }
  @media (max-width: 767px) {
    .footer-links {
      padding: 12px 0 5px; } }
  .footer-links li {
    padding: 0 5px; }
  .footer-links a {
    text-transform: uppercase;
    font: 500 14px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #444; }
    @media (max-width: 767px) {
      .footer-links a {
        font-size: 12px; } }
    .footer-links a:hover {
      color: #000; }

.policy-links {
  padding-bottom: 20px; }
  .policy-links li {
    padding: 0 5px; }
  .policy-links a {
    text-transform: uppercase;
    font: 12px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #444; }
    .policy-links a:hover {
      color: #000; }

.mobile-title {
  text-transform: uppercase;
  position: absolute;
  top: 19px;
  left: 25px;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

.fade-in .box {
  height: 260px;
  width: 160px; }

.nav-list {
  display: none; }
  .nav-list li {
    border-top: 1px solid #fff;
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  .nav-list a {
    white-space: nowrap;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: left; }
    .nav-list a:after {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 200px; }
    .nav-list a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom;
      max-width: 99%; }
    @media (max-width: 479px) {
      .nav-list a {
        min-height: 150px; } }
    @media (max-width: 479px) {
      .nav-list a:after {
        min-height: 150px; } }
  .nav-list .text {
    padding: 25px;
    color: #fff;
    font-size: 20px; }

.nav-active .nav-list {
  display: block; }
  .nav-active .nav-list li.hasload {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease; }
    .nav-active .nav-list li.hasload:nth-child(1) {
      transition-delay: 0.3s; }
    .nav-active .nav-list li.hasload:nth-child(2) {
      transition-delay: 0.4s; }
    .nav-active .nav-list li.hasload:nth-child(3) {
      transition-delay: 0.5s; }
    .nav-active .nav-list li.hasload:nth-child(4) {
      transition-delay: 0.6s; }
    .nav-active .nav-list li.hasload:nth-child(5) {
      transition-delay: 0.7s; }
    .nav-active .nav-list li.hasload:nth-child(6) {
      transition-delay: 0.8s; }
    .nav-active .nav-list li.hasload:nth-child(7) {
      transition-delay: 0.9s; }
    .nav-active .nav-list li.hasload:nth-child(8) {
      transition-delay: 1s; }
    .nav-active .nav-list li.hasload:nth-child(9) {
      transition-delay: 1.1s; }
    .nav-active .nav-list li.hasload:nth-child(10) {
      transition-delay: 1.2s; }
    .nav-active .nav-list li.hasload:nth-child(11) {
      transition-delay: 1.3s; }
    .nav-active .nav-list li.hasload:nth-child(12) {
      transition-delay: 1.4s; }
    .nav-active .nav-list li.hasload:nth-child(13) {
      transition-delay: 1.5s; }
    .nav-active .nav-list li.hasload:nth-child(14) {
      transition-delay: 1.6s; }
    .nav-active .nav-list li.hasload:nth-child(15) {
      transition-delay: 1.7s; }
    .nav-active .nav-list li.hasload:nth-child(16) {
      transition-delay: 1.8s; }
    .nav-active .nav-list li.hasload:nth-child(17) {
      transition-delay: 1.9s; }
    .nav-active .nav-list li.hasload:nth-child(18) {
      transition-delay: 2s; }
    .nav-active .nav-list li.hasload:nth-child(19) {
      transition-delay: 2.1s; }
    .nav-active .nav-list li.hasload:nth-child(20) {
      transition-delay: 2.2s; }
  .nav-active .nav-list li.gazette-item-mobile a {
    background-size: contain; }
  .nav-active .nav-list .text {
    padding: 25px;
    font-size: 20px; }

@media (max-width: 1023px) {
  .nav-active .user-menu {
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 1023px) {
  .nav-active .mobile-title {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1023px) {
  .nav-active.geo-targeting .mobile-nav {
    display: none; } }

#footer {
  padding: 0 0 50px;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  color: #fff;
  background: #000;
  margin: 50px 0 0; }
  @media (max-width: 767px) {
    #footer {
      padding: 0 0 60px; } }
  #footer .container {
    max-width: 100%;
    padding: 0 40px;
    width: 100%; }
    @media (max-width: 1099px) {
      #footer .container {
        padding: 0 20px; } }
  #footer a {
    color: #fff; }
    #footer a:hover, #footer a:focus {
      color: #fff500; }

.readmore-section {
  text-align: center;
  padding: 50px 0 0; }
  @media (max-width: 767px) {
    .readmore-section {
      padding: 15px 0 0; } }
  .readmore-section a {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-family: "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
    @media (max-width: 1023px) {
      .readmore-section a {
        font-family: "DidotLTStd", serif; } }

.footer-top {
  margin: 0 0 25px;
  background: #111414;
  padding: 10px 40px;
  width: 100%; }
  @media (max-width: 767px) {
    .footer-top {
      background: #000;
      margin-bottom: 40px;
      padding-top: 40px; } }
  .footer-top ul {
    line-height: 45px;
    list-style: none;
    margin: 0;
    padding: 0; }

.footer-block {
  float: left;
  width: 33%;
  padding: 0 15px; }
  @media (max-width: 1023px) {
    .footer-block {
      width: 50%; } }
  @media (max-width: 767px) {
    .footer-block {
      width: 100%;
      float: none;
      margin-bottom: 35px; } }

.footer-logo {
  float: right;
  height: 43px;
  width: 140px; }
  @media (max-width: 1023px) {
    .footer-logo {
      clear: both;
      float: none;
      height: 55px;
      margin: 30px auto 0;
      width: 200px; } }

.footer-top-nav {
  float: left; }
  @media (max-width: 767px) {
    .footer-top-nav {
      float: none; } }
  .footer-top-nav li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top; }
    .footer-top-nav li + li {
      margin-left: 15px; }

.footer-network {
  float: right; }
  @media (max-width: 767px) {
    .footer-network {
      float: none; } }
  @media (max-width: 1023px) {
    .footer-network ul {
      text-align: center; } }
  .footer-network ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 25px; }
    .footer-network ul li + li {
      margin-left: 25px; }
    .footer-network ul li a {
      background: #333;
      border-radius: 50%;
      display: block;
      font-size: 20px;
      height: 45px;
      line-height: 50px;
      text-align: center;
      width: 45px; }
      .footer-network ul li a:hover, .footer-network ul li a:focus {
        background: #333;
        color: #fff500; }
  .footer-network a {
    color: #fff; }

.footer-nav {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  float: left;
  justify-content: space-between;
  margin: 0 -15px;
  text-transform: uppercase;
  width: auto; }

@media (max-width: 1024px) and (min-width: 768px) {
  .footer-nav {
    justify-content: center; } }
  @media (max-width: 1023px) {
    .footer-nav {
      margin: 0 0 40px;
      width: 100%; } }
  @media (max-width: 767px) {
    .footer-nav {
      flex-flow: column wrap;
      float: none;
      margin: 0;
      padding: 10px 0 25px;
      text-align: center;
      width: 100%; } }
  .footer-nav .title {
    display: block;
    font-style: italic;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .footer-nav .title {
        display: none; } }
  .footer-nav ul li + li {
    margin-top: 15px; }
  .footer-nav ul a:hover {
    color: #fff500; }

.footer-nav-wrap {
  order: 2;
  padding: 0 15px;
  width: 213px; }
  @media (max-width: 767px) {
    .footer-nav-wrap {
      width: 100%; } }
  .footer-nav-wrap ul {
    font-size: 14px; }
    @media (max-width: 767px) {
      .footer-nav-wrap ul {
        font-size: 12px; } }
  @media (max-width: 767px) {
    .footer-nav-wrap {
      float: none;
      margin: 30px auto 0;
      max-width: 50%; } }
  .footer-nav-wrap:last-child {
    order: 1; }
    .footer-nav-wrap:last-child li + li {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .footer-nav-wrap:last-child li + li {
          margin-top: 20px; } }

@media (max-width: 1023px) and (min-width: 769px) {
  .footer-nav-wrap:last-child img {
    max-width: 250px;
    width: 100%; } }
    @media (max-width: 767px) {
      .footer-nav-wrap:last-child {
        order: 3; } }

.footer-image {
  float: left;
  margin-left: 10%;
  padding: 0 15px;
  text-align: left;
  width: 25%; }
  @media (max-width: 1024px) {
    .footer-image {
      text-align: center;
      margin-left: 0; } }
  @media (max-width: 812px) {
    .footer-image {
      width: 100%;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer-image {
      float: none;
      width: 100%; } }
  .footer-image .img-wrap {
    max-width: 170px;
    float: left;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .footer-image .img-wrap {
        float: none;
        margin: 0 auto; } }
    .footer-image .img-wrap img {
      max-width: none;
      width: 100%; }
  .footer-image .subscribe-text-1 {
    display: block;
    font-style: italic;
    font-weight: 700; }
  .footer-image .subscribe-text-2 {
    display: block;
    line-height: 1.2;
    margin-top: 70px; }
    @media (max-width: 1024px) {
      .footer-image .subscribe-text-2 {
        margin-top: 10px; } }
  .footer-image .btn-wrap {
    float: right;
    max-width: 170px;
    position: relative;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .footer-image .btn-wrap {
        float: none;
        margin: 0 auto; } }
    .footer-image .btn-wrap .subs-btn {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
      .footer-image .btn-wrap .subs-btn ~ .btn.btn-primary {
        background: #000;
        transition: background-color 0.3s ease, color 0.3s ease; }
      .footer-image .btn-wrap .subs-btn:hover ~ .btn.btn-primary {
        background-color: transparent;
        color: #000; }
      .footer-image .btn-wrap .subs-btn:focus ~ .btn.btn-primary, .footer-image .btn-wrap .subs-btn:active ~ .btn.btn-primary, .footer-image .btn-wrap .subs-btn:visited ~ .btn.btn-primary {
        background-color: #000;
        color: #fff; }
  .footer-image .btn.btn-primary {
    position: relative;
    background: transparent; }
    @media (max-width: 1199px) {
      .footer-image .btn.btn-primary {
        padding: 15px 40px; } }

.footer-form {
  color: #000;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  max-width: 50%;
  padding: 30px 15px 0;
  width: 400px; }
  @media (max-width: 1023px) {
    .footer-form {
      float: none;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      text-align: center;
      clear: both;
      padding-top: 50px; } }
  .footer-form .subscribe {
    display: block;
    font-family: 'LeviBrush', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase; }
  .footer-form p {
    margin-bottom: 10px; }
  .footer-form .subscribe-form {
    padding-right: 149px;
    position: relative; }
    @media (max-width: 1099px) {
      .footer-form .subscribe-form {
        padding-right: 99px; } }
  .footer-form .footer-mailchimp {
    display: none; }
    .footer-form .footer-mailchimp.loading {
      opacity: 0.5; }
      .footer-form .footer-mailchimp.loading:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
  .footer-form .submit-wrap {
    position: absolute;
    top: 0;
    right: 0; }
    .footer-form .submit-wrap .btn {
      width: 150px;
      padding: 13px 15px 12px; }
      @media (max-width: 1099px) {
        .footer-form .submit-wrap .btn {
          width: 100px; } }
  .footer-form #mc_embed_signup form {
    padding-left: 0;
    padding-right: 3%; }
    @media (max-width: 479px) {
      .footer-form #mc_embed_signup form {
        padding: 0; } }
  .footer-form #mc_embed_signup .mc-field-group {
    width: 100%; }
    .footer-form #mc_embed_signup .mc-field-group label {
      display: none; }
  .footer-form #mc_embed_signup .mc-field-group input {
    border-radius: 0;
    padding: 5px 10px;
    height: 42px;
    text-indent: 0;
    border-color: transparent;
    font-weight: 400;
    font-size: 16px; }
    .footer-form #mc_embed_signup .mc-field-group input::placeholder {
      color: rgba(0, 0, 0, 0.4); }
  .footer-form #mc_embed_signup .clear {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px; }
    @media (max-width: 479px) {
      .footer-form #mc_embed_signup .clear {
        width: 110px; } }
  .footer-form #mc_embed_signup .button {
    font-family: 'BrandonGrotesque', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 18px;
    display: block;
    background: #000;
    border-color: #000;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    width: 100%;
    height: auto;
    border: 1px solid #000;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s; }
    @media (max-width: 479px) {
      .footer-form #mc_embed_signup .button {
        font-size: 14px; } }
    .footer-form #mc_embed_signup .button:hover {
      background: #fff;
      border-color: #d1d3d4;
      color: #000; }
  .footer-form #mc_embed_signup div#mce-responses {
    width: 100%;
    padding: 0;
    margin: 0;
    top: auto; }
  .footer-form #mc_embed_signup div.response {
    padding: 0;
    margin: 0;
    width: 100%;
    top: auto;
    font-size: 13px; }
  .footer-form #mc_embed_signup_scroll {
    position: relative;
    padding: 0 149px 0 0; }
    @media (max-width: 479px) {
      .footer-form #mc_embed_signup_scroll {
        padding-right: 85px; } }
    .footer-form #mc_embed_signup_scroll h2 {
      display: none; }

.subscribe-form .mc-field-group label {
  display: none; }

.footer-bottom {
  clear: right;
  float: right;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
  width: 35%; }
  @media (max-width: 1023px) {
    .footer-bottom {
      width: 100%;
      text-align: center; } }
  .footer-bottom .footer-text p {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .footer-bottom .footer-text p {
        margin-bottom: 15px; } }

.footer-icons {
  float: right;
  width: 24%; }
  @media (max-width: 1023px) {
    .footer-icons {
      float: none;
      width: 100%; } }
  .footer-icons ul {
    text-align: center; }
    .footer-icons ul li {
      display: inline-block;
      vertical-align: middle;
      width: 35%;
      max-width: 150px; }
      .footer-icons ul li + li {
        margin-left: 25px; }
  .footer-icons img {
    vertical-align: middle; }

.form-complete {
  font-size: 12px;
  font-family: "DidotLTStd", serif;
  font-style: italic;
  color: #444; }
  .form-complete.mega-form-complete {
    max-width: 350px;
    margin: 35px auto 0;
    text-align: center; }
  @media (max-width: 1023px) {
    .form-complete p {
      padding-bottom: 5px; } }

/* Style floating Button of : OPS lacompagnie */
.ops-lacompagnie.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 57px;
  padding: 10px;
  margin-right: 100px;
  margin-bottom: 100px;
  transition: background-color 0.3s ease;
  z-index: 999; }
  @media (max-width: 479px) {
    .ops-lacompagnie.floating-btn {
      margin-bottom: 20px;
      margin-right: unset;
      overflow: hidden; } }
  .ops-lacompagnie.floating-btn img {
    height: 200px; }
    @media (max-width: 479px) {
      .ops-lacompagnie.floating-btn img {
        height: 160px; } }

.switch-grid {
  display: block;
  float: right;
  position: relative;
  width: 35px;
  height: 35px;
  right: 32px;
  transition: opacity 0.3s ease; }
  @media (max-width: 1023px) {
    .switch-grid {
      position: absolute;
      top: 12px;
      right: 50px; } }
  @media (max-width: 479px) {
    .switch-grid {
      width: 26px;
      height: 26px;
      top: 17px;
      right: 47px; } }
  .switch-grid:hover {
    opacity: 0.7; }
  .switch-grid.switch:before {
    width: 35px;
    height: 35px; }
    @media (max-width: 479px) {
      .switch-grid.switch:before {
        width: 26px;
        height: 26px; } }
  .switch-grid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    z-index: 1;
    background: #fff;
    transition: width 0.3s ease, height 0.3s ease; }
    @media (max-width: 479px) {
      .switch-grid:before {
        width: 12px;
        height: 12px; } }
  .switch-grid span {
    display: block; }
    .switch-grid span:before, .switch-grid span:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #000; }
      @media (max-width: 479px) {
        .switch-grid span:before, .switch-grid span:after {
          width: 12px;
          height: 12px; } }
    .switch-grid span:after {
      left: auto;
      right: 0; }
    .switch-grid span + span:before, .switch-grid span + span:after {
      top: auto;
      bottom: 0; }
    .switch-grid span + span:before {
      z-index: 2; }

.close-detail {
  display: block;
  position: fixed;
  text-indent: -9999px;
  overflow: hidden;
  top: 24px;
  width: 20px;
  right: 20px;
  height: 19px;
  z-index: 6; }
  @media (max-width: 767px) {
    .close-detail {
      top: 21px; } }
  .close-detail:hover:before, .close-detail:hover:after {
    background: #807f7f; }
  .close-detail:before, .close-detail:after {
    content: "";
    background: #000;
    position: absolute;
    height: 2px;
    margin-top: -2px;
    transition: all 0.3s ease;
    transform: rotate(45deg);
    top: 10px;
    left: 5%;
    right: 5%;
    width: 100%; }
  .close-detail:after {
    transform: rotate(-45deg); }

a[class^="addthis_button_"] {
  display: inline-block;
  float: none;
  font-size: 48px;
  height: 60px !important;
  line-height: 60px !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: opacity 0.3s ease;
  width: 60px !important;
  z-index: 5; }
  @media (max-width: 1099px) {
    a[class^="addthis_button_"] {
      width: 44px !important;
      height: 44px !important;
      line-height: 44px !important; } }
  @media (max-width: 1023px) {
    a[class^="addthis_button_"] {
      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important; } }
  a[class^="addthis_button_"].hide-desktop {
    display: none !important; }
    @media (max-width: 1023px) {
      a[class^="addthis_button_"].hide-desktop {
        display: block !important; } }
  a[class^="addthis_button_"].hide-mobile {
    display: block !important; }
    @media (max-width: 1023px) {
      a[class^="addthis_button_"].hide-mobile {
        display: none !important; } }
  a[class^="addthis_button_"] span, a[class^="addthis_button_"] svg {
    background: transparent !important; }
  a[class^="addthis_button_"]:hover {
    opacity: 0.9; }

.addthis_button_facebook {
  background: #2f6099; }

.addthis_button_twitter {
  background: #25c4f0; }

.addthis_button_sms,
.addthis_button_email_alt {
  background: #ed6462; }
  .addthis_button_sms .icon,
  .addthis_button_email_alt .icon {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    display: block; }
    @media (max-width: 1099px) {
      .addthis_button_sms .icon,
      .addthis_button_email_alt .icon {
        line-height: 44px; } }
    @media (max-width: 1023px) {
      .addthis_button_sms .icon,
      .addthis_button_email_alt .icon {
        line-height: 40px; } }

.addthis_button_email_alt {
  background: #ffd300; }

.addthis_button_sinaweibo {
  background: #ff9933; }

.addthis_button_stumbleupon {
  background: #fc802c; }

.addthis_button_reddit {
  background: #f1625f; }

.addthis_button_whatsapp {
  background: #40b549; }

.addthis_button_google_plusone_share {
  background: #db4f3f; }

.addthis_button_pinterest_share {
  background: #ca3729; }

/**
 * Added
 */
a.addthis_button_flipboard {
  background: #f52828;
  line-height: 50px !important; }
  @media (max-width: 1099px) {
    a.addthis_button_flipboard {
      line-height: 38px !important; } }
  a.addthis_button_flipboard img {
    vertical-align: middle;
    display: inline-block; }

@media (max-width: 767px) {
  .device-ios .listing-item .addthis_toolbox {
    bottom: 39px; } }

@media (max-width: 767px) {
  .device-android .listing-item .addthis_toolbox {
    bottom: 39px; } }

.listing-item {
  overflow: hidden; }
  .listing-item .open-share .addthis_toolbox {
    transform: translateX(0); }
  .listing-item .addthis_toolbox {
    width: 540px;
    position: absolute;
    bottom: 47px;
    right: -15px;
    transform: translateX(100%);
    transition: transform 0.5s ease; }
    @media (max-width: 1099px) {
      .listing-item .addthis_toolbox {
        width: 400px; } }
    @media (max-width: 1023px) {
      .listing-item .addthis_toolbox {
        width: 246px; } }
    @media (max-width: 767px) {
      .listing-item .addthis_toolbox {
        bottom: 41px;
        position: static;
        margin: -40px -16px 0 0; } }

.hide-desktop {
  display: none !important; }
  @media (max-width: 767px) {
    .hide-desktop {
      display: block !important; } }

.hide-mobile {
  display: block !important; }
  @media (max-width: 767px) {
    .hide-mobile {
      display: none !important; } }

.share-extend {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1023px) {
    .share-extend {
      display: none; } }
  .share-extend:hover .inner-share {
    top: 100%;
    visibility: visible; }
  .share-extend:hover .share-opener i {
    transform: rotate(45deg); }
  .share-extend .share-opener {
    background-color: #fff;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 20px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: none;
    width: 60px;
    z-index: 6;
    cursor: pointer; }
    @media (max-width: 1099px) {
      .share-extend .share-opener {
        width: 44px;
        height: 44px; } }
    @media (max-width: 1023px) {
      .share-extend .share-opener {
        width: 40px;
        height: 40px; } }
    .share-extend .share-opener i {
      background: url("../images/plus.svg") no-repeat;
      background-size: contain;
      display: block;
      font-size: 20px;
      height: 23px;
      line-height: 90px;
      margin: 0 auto;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-align: center;
      text-transform: none;
      top: 18px;
      width: 23px;
      z-index: 5;
      transition: transform 0.3s ease-in-out; }
      @media (max-width: 1099px) {
        .share-extend .share-opener i {
          top: 10px;
          line-height: 44px; } }
      @media (max-width: 1023px) {
        .share-extend .share-opener i {
          width: 17px;
          height: 17px;
          top: 10px; } }
  .share-extend .inner-share {
    position: absolute;
    top: -100px;
    left: 0;
    visibility: hidden;
    transition: top 0.3s ease, visibility 0.3s ease;
    z-index: 4; }

@media (max-width: 1023px) {
  .toggle-share {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -42px;
    left: -37px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%; } }

@media (max-width: 1023px) {
  .toggle-share:before {
    content: "\e916";
    font-family: 'icomoon';
    font-size: 20px;
    position: absolute;
    top: 6px;
    left: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); } }

@media (max-width: 1023px) {
  .toggle-share i.x-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 1023px) {
  .toggle-share i.x-close:before, .toggle-share i.x-close:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 11px;
    height: 18px;
    width: 2px;
    background: #fff; } }

@media (max-width: 1023px) {
  .toggle-share i.x-close:before {
    transform: rotate(45deg); } }

@media (max-width: 1023px) {
  .toggle-share i.x-close:after {
    transform: rotate(-45deg); } }

@media (max-width: 1023px) {
  .sharemobile {
    width: 200px;
    position: absolute;
    right: 37px;
    bottom: 0;
    text-align: right;
    z-index: -1;
    height: 42px;
    overflow: hidden; } }

@media (max-width: 1023px) {
  .sharemobile .addthis_toolbox {
    position: absolute;
    top: 0;
    right: -100%;
    background: black;
    transition: right 0.3s linear;
    height: 42px; } }

@media (max-width: 1023px) {
  .sharemobile svg {
    fill: #fff;
    max-width: 24px;
    height: 35px !important; } }

@media (max-width: 1023px) {
  .sharemobile i.icon {
    padding: 0px 5px;
    color: #fff;
    font-size: 14px; } }

@media (max-width: 1023px) {
  .open-sharemobile .toggle-share:before {
    display: none; } }

@media (max-width: 1023px) {
  .open-sharemobile .toggle-share i.x-close {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1023px) {
  .open-sharemobile .sharemobile .addthis_toolbox {
    right: 0; } }

@media (max-width: 1023px) {
  .articles-block .share-block {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: bottom 0.3s linear; } }

.nav-up .articles-block .share-block {
  bottom: -55px; }

@media (max-width: 1023px) {
  .aside .sharemobile a[class^="addthis_button_"] {
    background: none;
    color: #000000;
    max-width: 30px !important;
    float: left;
    display: inline-block !important;
    width: auto !important;
    line-height: 42px; } }

.aside .sharemobile a[class^="addthis_button_"] i.icon {
  line-height: 44px; }

@media (max-width: 1023px) {
  .aside .sharemobile a[class^="addthis_button_"].hide-mobile {
    display: none !important; } }

.inner-detail .share-opened .share-extend .inner-share {
  margin: 0; }

.inner-detail .share-opened .share-extend .share-opener i {
  transform: rotate(45deg); }

.inner-detail .share-opened .share-extend:hover .share-opener i {
  transform: rotate(45deg); }

.inner-detail .share-extend:hover .share-opener i {
  transform: rotate(0); }

.inner-detail .share-extend .share-opener {
  position: absolute;
  right: 0;
  z-index: 9; }

.inner-detail .share-extend .inner-share {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  width: 420px;
  margin-right: -300px;
  transition: margin 0.4s ease, visibility 0.4s ease;
  visibility: visible; }
  @media (max-width: 1099px) {
    .inner-detail .share-extend .inner-share {
      margin-right: -176px;
      width: 308px; } }
  @media (max-width: 1023px) {
    .inner-detail .share-extend .inner-share {
      margin-right: -200px;
      width: 240px; } }

@media (max-width: 1023px) {
  .inner-detail .addthis_toolbox a {
    float: left;
    width: 20% !important; } }

@media (min-width: 1101px) {
  .addthis_button_comment {
    width: 60px; }
    .addthis_button_comment a {
      font-size: 12px; } }

.error {
  color: #f00;
  font: 400 14px/1.2 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-align: left;
  display: block;
  margin: 0 0 10px; }
  .error.postcode {
    display: inline-block;
    vertical-align: top; }

#postcode-error.error {
  max-width: 175px;
  margin: 0 auto 10px; }

#postcode-error,
#country-error {
  display: block;
  padding: 0 15px;
  color: #f00; }

.success {
  display: block;
  text-align: center;
  color: #006d00; }

.not-found-page {
  background: url("../images/404background.jpg") no-repeat left top/cover;
  min-height: 600px;
  height: calc(100vh - 150px); }
  @media (max-width: 767px) {
    .not-found-page {
      height: auto; } }

.not-found-inner {
  text-align: center;
  max-width: 550px; }
  .not-found-inner h1 {
    font: 700 28px/1.15 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    margin: 0;
    text-transform: uppercase; }
  .not-found-inner p {
    font: 20px/1.7 "DidotLTStd", serif;
    margin: 29px 0; }
    .not-found-inner p:after {
      content: "";
      display: block;
      border-bottom: 2px solid #ffff00;
      margin: 20px auto;
      width: 50%; }

.not-found-text {
  padding: 100px 0;
  max-width: 400px;
  display: inline-block;
  vertical-align: top; }

@media (max-width: 767px) {
  .content-gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    transition: margin .4s ease; } }

@media (max-width: 767px) {
  .content-gallery.gallery-loaded .gallery-placeholder {
    opacity: 0; }
  .content-gallery.gallery-loaded .gallery-item {
    opacity: 1; } }

@media (max-width: 767px) {
  .content-gallery.slider-expanded {
    padding-bottom: 0;
    margin: 0 -15px; }
    .content-gallery.slider-expanded .gallery-placeholder {
      padding: 0; }
    .content-gallery.slider-expanded .gallery {
      position: relative; }
    .content-gallery.slider-expanded .gallery-item {
      transform: translate(0, 0) scale(1) !important; }
    .content-gallery.slider-expanded .slide-count {
      display: none; }
    .content-gallery.slider-expanded .slide-toggle {
      opacity: 0; }
      .content-gallery.slider-expanded .slide-toggle.slide-close {
        position: fixed;
        opacity: 1;
        bottom: 15px;
        right: 15px; } }

@media (max-width: 767px) {
  .content-gallery.slider-expanded.slider-viewed .slide-toggle.slide-close {
    opacity: 0; }
  .content-gallery.slider-expanded.slider-viewed.slider-leaving .slide-toggle.slide-close {
    position: absolute;
    bottom: 15px;
    opacity: 1; } }

.content-gallery.slider-expanded.gallery-end .slide-toggle.slide-close, .content-gallery.slider-expanded.gallery-freeze .slide-toggle.slide-close {
  position: absolute; }

@media (max-width: 767px) {
  .content-gallery.slider-expanded.slider-leaving .slide-toggle.slide-close {
    opacity: 0; } }

.content-gallery .gallery-pagination {
  display: block; }
  @media (max-width: 767px) {
    .content-gallery .gallery-pagination {
      display: none; } }

.content-gallery .gallery-placeholder {
  display: none; }
  @media (max-width: 767px) {
    .content-gallery .gallery-placeholder {
      display: block;
      padding-top: 142%;
      background: #ddd;
      position: relative; } }
  .content-gallery .gallery-placeholder .spinner {
    display: none; }
    @media (max-width: 767px) {
      .content-gallery .gallery-placeholder .spinner {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

@media (max-width: 767px) {
  .content-gallery .gallery {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; } }

@media (max-width: 767px) {
  .content-gallery .gallery-item {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    opacity: 0;
    transform-origin: bottom; }
    .content-gallery .gallery-item:nth-child(1) {
      z-index: 4; }
    .content-gallery .gallery-item:nth-child(2) {
      z-index: 3; }
    .content-gallery .gallery-item:nth-child(3) {
      z-index: 2; } }

@media (max-width: 767px) {
  .content-gallery .slide-count {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    border-radius: 2px;
    font-style: normal; } }

@media (max-width: 767px) {
  .content-gallery .slide-toggle {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 80;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 7px 9px; }
    .content-gallery .slide-toggle.slide-close {
      padding: 11px 9px;
      opacity: 0; }
      .content-gallery .slide-toggle.slide-close:before {
        transform: rotate(-45deg); }
    .content-gallery .slide-toggle:before {
      content: "";
      border-width: 2px 2px 0 0;
      border-color: #fff #fff transparent transparent;
      border-style: solid;
      width: 10px;
      height: 10px;
      display: block;
      transform: rotate(135deg); } }

@media (max-width: 767px) {
  .content-gallery .gallery-icon {
    align-self: flex-end; }
    .content-gallery .gallery-icon img {
      margin-bottom: 0;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      margin-left: initial !important;
      margin-right: initial !important;
      width: initial !important; } }

@keyframes spin {
  0% {
    transform: rotateZ(0) translateZ(0); }
  100% {
    transform: rotateZ(360deg) translateZ(0); } }

.spinner {
  height: 24px;
  width: 5px;
  background-color: #2e2e2e;
  animation: spin ease-in-out .7s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  text-indent: -99999px;
  display: inline-block; }

@media (max-width: 767px) {
  .logged-in .content-gallery.slider-expanded .slide-toggle.slide-close {
    bottom: 58px; } }

.nav-down .content-gallery.slider-expanded .slide-toggle.slide-close {
  bottom: 65px; }

@media (max-width: 767px) {
  .news-detail-block .content-gallery figcaption, .news-detail-block .content-gallery .img-credit {
    display: none; } }

.news-detail-block .content-gallery.slider-expanded figcaption, .news-detail-block .content-gallery.slider-expanded .img-credit {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }

.product-list-container {
  max-height: 300px;
  overflow: hidden;
  position: relative; }

.home-product-list {
  overflow: hidden; }
  @media (max-width: 767px) {
    .home-product-list {
      width: 100%;
      height: 310px;
      position: relative;
      overflow-y: hidden;
      overflow-x: scroll;
      display: flex;
      -ms-overflow-style: none;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch; } }
  .home-product-list.is_category {
    margin-top: 50px; }
  .home-product-list .product-list {
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 220px; }
    @media (max-width: 767px) {
      .home-product-list .product-list {
        flex-shrink: 0; } }
    @media (min-width: 1025px) {
      .home-product-list .product-list {
        width: 12.9%; } }
    .home-product-list .product-list a {
      display: inline-block;
      font-weight: 700; }
    .home-product-list .product-list .label {
      font-size: 11px;
      text-align: left;
      height: 50px;
      padding: 10px 0; }
    .home-product-list .product-list .btn {
      padding: 10px 20px;
      margin: 0 auto;
      line-height: 1; }
    .home-product-list .product-list img {
      width: 200px;
      height: 200px;
      object-fit: contain; }
  .home-product-list .shop-all {
    margin-left: 0;
    position: relative; }
    .home-product-list .shop-all img {
      margin-bottom: 0; }
    .home-product-list .shop-all .btn {
      font-size: 15px;
      left: 50%;
      margin-top: 50px;
      padding: 10px 0;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 1025px) {
        .home-product-list .shop-all .btn {
          width: 65%; } }
      @media (max-width: 1024px) {
        .home-product-list .shop-all .btn {
          font-size: 12px;
          margin-top: 35px;
          padding: 11px 25px 9px;
          width: 110px; } }
      @media (max-width: 1023px) {
        .home-product-list .shop-all .btn {
          font-size: 12px; } }

.grazia-product-container {
  margin: 20px 0; }
  .grazia-product-container .product-image {
    margin-bottom: 10px; }
    .grazia-product-container .product-image img {
      margin: 0 auto;
      display: block; }
  .grazia-product-container .product-description {
    line-height: 1;
    text-align: center; }
  .grazia-product-container .product-cta-button {
    overflow: hidden; }
    .grazia-product-container .product-cta-button .btn {
      float: right; }

/**
 * Home page Video section styles.
 */
.home-video-wrapper {
  position: relative;
  margin: 80px 0;
  text-transform: uppercase;
  word-break: break-word; }
  @media (max-width: 767px) {
    .home-video-wrapper {
      margin: 40px 0; } }
  .home-video-wrapper::before {
    background: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
  .column-block .home-video-wrapper .video-wrap .jwplayer {
    position: relative; }
  .home-video-wrapper .jwplayer {
    padding-top: 56.25%;
    z-index: 1; }
    @media (max-width: 767px) {
      .home-video-wrapper .jwplayer {
        padding-top: 100%;
        min-height: 475px; } }
  .home-video-wrapper .video-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
  .home-video-wrapper .left-content {
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    width: 25%;
    z-index: 2; }

@media (min-width: 1024px) and (max-width: 1366px) {
  .home-video-wrapper .left-content {
    width: 40%; } }

@media (min-width: 767px) and (max-width: 1023px) {
  .home-video-wrapper .left-content {
    left: 5%;
    bottom: 5%;
    width: 40%; } }
    @media (max-width: 767px) {
      .home-video-wrapper .left-content {
        left: 5%;
        width: 90%; } }
    .home-video-wrapper .left-content a {
      font-size: 14px; }
    .home-video-wrapper .left-content a + a {
      margin-left: 10%; }
  .home-video-wrapper .right-content {
    bottom: 12%;
    position: absolute;
    right: 10%;
    width: 10%;
    z-index: 2; }

@media (min-width: 1024px) and (max-width: 1366px) {
  .home-video-wrapper .right-content {
    bottom: 8%;
    width: 14%; } }

@media (min-width: 767px) and (max-width: 1023px) {
  .home-video-wrapper .right-content {
    bottom: 5%;
    right: 5%;
    width: 25%; } }
    @media (max-width: 767px) {
      .home-video-wrapper .right-content {
        display: none; } }
    .home-video-wrapper .right-content h4 {
      font-family: "LeviBrush", "Arial", "Helvetica", sans-serif;
      font-size: 40px;
      font-style: italic;
      font-weight: 400;
      line-height: 1.15;
      margin-bottom: 60px;
      position: relative;
      transform: rotate(-15deg);
      width: 150px; }
      .theme-icon .home-video-wrapper .right-content h4 {
        font-weight: 900;
        transform: rotate(0);
        text-transform: none;
        font-family: "GT Eesti Pro Disp Trial UBold", "Arial", "Helvetica", sans-serif; }
    .home-video-wrapper .right-content ul {
      font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
      font-size: 14px;
      font-style: italic;
      list-style: none;
      margin: 0;
      padding: 0; }
    .home-video-wrapper .right-content li + li {
      margin-top: 40px; }
  .home-video-wrapper .control-mute {
    background: none;
    border-radius: 0;
    border: 0;
    bottom: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
    .home-video-wrapper .control-mute .control-position {
      color: #fff;
      font-size: 20px;
      position: absolute;
      right: 20px;
      top: 20px; }
    .home-video-wrapper .control-mute.un-mute .control-position::before {
      content: "\ea27"; }
  .home-video-wrapper h4 {
    color: #fff; }
  .home-video-wrapper a {
    color: #fff;
    opacity: 1;
    display: inline-block;
    position: relative;
    transition: opacity 0.2s ease-in-out; }
    .home-video-wrapper a:hover:before {
      opacity: 0.2; }
    .home-video-wrapper a:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: inherit;
      white-space: nowrap; }

/**
 * Home page tiles section styles.
 */
.tiles-wrapper {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin: 80px 0;
  padding: 0 1%;
  display: flex; }
  @media (max-width: 767px) {
    .tiles-wrapper {
      margin: 40px 0;
      padding: 0;
      display: block; } }
  .tiles-wrapper .large-tile,
  .tiles-wrapper .small-tile {
    flex: 1;
    position: relative; }
    @media (max-width: 767px) {
      .tiles-wrapper .large-tile,
      .tiles-wrapper .small-tile {
        clear: both;
        float: none;
        overflow: hidden;
        width: 100%; } }
  .tiles-wrapper .large-tile .tiles-item {
    width: 100%; }
  .tiles-wrapper .large-tile .video-wrap {
    height: 700px; }
  @media (min-width: 1025px) {
    .tiles-wrapper .large-tile img {
      height: 500px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tiles-wrapper .large-tile img {
    height: 400px; } }
  .tiles-wrapper .small-tile .tiles-item {
    width: 50%; }
    @media (min-width: 768px) {
      .tiles-wrapper .small-tile .tiles-item:nth-child(2n + 1) {
        clear: both; }
      .tiles-wrapper .small-tile .tiles-item:nth-child(3) {
        margin-top: 42px; }
      .tiles-wrapper .small-tile .tiles-item:nth-child(4) {
        margin-top: 42px; } }
    @media (max-width: 767px) {
      .tiles-wrapper .small-tile .tiles-item {
        float: none;
        margin-top: 40px;
        width: 100%; } }
  .tiles-wrapper .small-tile .video-wrap {
    height: 220px; }
  .tiles-wrapper .tiles-item {
    float: left;
    padding: 0 1.5%; }
    @media (max-width: 767px) {
      .tiles-wrapper .tiles-item {
        padding: 0; }
        .tiles-wrapper .tiles-item span {
          padding: 0 10px; } }
    .tiles-wrapper .tiles-item span {
      display: block;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700; }
      @media (min-width: 768px) {
        .tiles-wrapper .tiles-item span {
          height: 43px; } }
  .tiles-wrapper a {
    display: block; }
  .tiles-wrapper img {
    display: block;
    height: 200px;
    margin-bottom: 15px;
    object-fit: cover;
    width: 100%; }

@media (min-width: 768px) and (max-width: 1024px) {
  .tiles-wrapper img {
    height: 150px; } }

.subscribe-form-wrapper {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 80px;
  width: 54%; }

@media (max-width: 1366px) and (min-width: 1281px) {
  .subscribe-form-wrapper {
    width: 60%; } }

@media (max-width: 1280px) and (min-width: 1001px) {
  .subscribe-form-wrapper {
    width: 85%; } }
  @media (max-width: 767px) {
    .subscribe-form-wrapper {
      margin-bottom: 40px;
      width: 100%; } }
  .subscribe-form-wrapper .image-wrapper {
    max-width: 50%;
    padding: 0 15px;
    width: 500px; }

@media (max-width: 1366px) and (min-width: 1001px) {
  .subscribe-form-wrapper .image-wrapper {
    width: 400px; } }
  @media (max-width: 1023px) {
    .subscribe-form-wrapper .image-wrapper {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    .subscribe-form-wrapper .footer-form {
      max-width: 100%;
      width: 100%;
      padding: 0;
      margin: 40px 20px 0; } }

.subscribe-wrapper {
  margin: 80px auto;
  max-width: 540px;
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .subscribe-wrapper {
      margin: 40px auto; } }
  .subscribe-wrapper .subscribe-img {
    margin-bottom: -15px;
    position: relative;
    z-index: 2; }
  .subscribe-wrapper .btn {
    font-size: 16px; }
    @media (max-width: 1023px) {
      .subscribe-wrapper .btn {
        font-size: 12px; } }

.home-banner {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  position: relative;
  overflow: hidden; }
  .home-banner.home .home-logo {
    visibility: hidden;
    opacity: 0; }
  .home-banner.show-title h1 {
    animation-delay: 3s;
    visibility: visible;
    opacity: 1; }
  .home-banner .home-logo {
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s ease,visibility 0.8s ease; }
    .home-banner .home-logo img {
      width: 100%;
      max-width: none; }
  .home-banner h1 {
    margin: 0;
    font-size: 36px;
    letter-spacing: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 767px) {
      .home-banner h1 {
        font-size: 18px;
        letter-spacing: 1px; } }
  .home-banner a {
    white-space: nowrap;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .home-banner a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 1000px; }
    .home-banner a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1199px) {
      .home-banner a {
        white-space: nowrap;
        text-align: center; }
        .home-banner a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 650px; }
        .home-banner a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 1023px) {
      .home-banner a {
        white-space: nowrap;
        text-align: center; }
        .home-banner a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 600px; }
        .home-banner a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 767px) {
      .home-banner a {
        white-space: nowrap;
        text-align: center; }
        .home-banner a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 300px; }
        .home-banner a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    .home-banner a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: background 0.3s ease; }
    .home-banner a > .banner-video {
      max-width: 100%; }
    .home-banner a > .ext-video {
      max-width: 100%;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .home-banner .text {
    padding: 15px; }

.banner-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: -1; }
  .banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); }
  .banner-video .jwplayer video {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    background: transparent; }

.home-banner .jwplayer .jw-media video {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: auto;
  height: auto;
  margin: auto;
  background: transparent; }

.secondary-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .secondary-banner a {
    display: block;
    position: relative;
    color: #fff; }
    .secondary-banner a:hover:before {
      background: rgba(0, 0, 0, 0.1); }
    .secondary-banner a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      transition: background 0.3s ease; }
  .secondary-banner .container {
    white-space: nowrap;
    text-align: center; }
    .secondary-banner .container:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 760px; }
    .secondary-banner .container > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1199px) {
      .secondary-banner .container {
        white-space: nowrap;
        text-align: center; }
        .secondary-banner .container:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 650px; }
        .secondary-banner .container > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 1023px) {
      .secondary-banner .container {
        white-space: nowrap;
        text-align: center; }
        .secondary-banner .container:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 600px; }
        .secondary-banner .container > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (max-width: 767px) {
      .secondary-banner .container {
        white-space: nowrap;
        text-align: center; }
        .secondary-banner .container:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 300px; }
        .secondary-banner .container > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
  .secondary-banner .ext-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .secondary-banner .sec-banner-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 25px; }
  .secondary-banner h2 {
    margin: 0;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #fff;
    position: relative;
    z-index: 2; }

.banner {
  white-space: nowrap;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  position: relative;
  z-index: 1; }
  .banner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 500px; }
  .banner > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media (max-width: 1023px) {
    .banner {
      white-space: nowrap;
      text-align: center; }
      .banner:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 300px; }
      .banner > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; } }
  @media (max-width: 767px) {
    .banner {
      white-space: nowrap;
      text-align: center; }
      .banner:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 200px; }
      .banner > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; } }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1; }
  @media (max-width: 767px) {
    .category-gazette .banner {
      background-size: contain; }
      .category-gazette .banner::before {
        content: none; } }
  .banner h1 {
    font-size: 75px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 0;
    line-height: 1;
    color: #fff; }
    @media (max-width: 1023px) {
      .banner h1 {
        font-size: 60px;
        letter-spacing: 6px; } }
    @media (max-width: 1023px) {
      .banner h1 {
        font-size: 35px;
        letter-spacing: 4px; } }
    .banner h1 a {
      color: #fff; }
      .banner h1 a:hover {
        color: #b3b2b2; }
  .banner .banner-text {
    padding: 20px; }
    .banner .banner-text__no_backgroud h1 {
      color: #000; }
  .banner .video-wrap .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover; }
  .banner .video-wrap .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 100%; }

@media only screen and (min-width: 1920px) {
  .inner-banner-img {
    aspect-ratio: initial !important; } }

@media only screen and (min-width: 1920px) {
  .inner-banner-video {
    max-height: initial !important; } }

@media (min-height: 800px) and (max-height: 1080px) {
  .inner-banner-img {
    aspect-ratio: initial !important; } }

.inner-banner {
  aspect-ratio: 16/9;
  max-height: 1080px;
  position: relative;
  z-index: 2; }
  .inner-banner img {
    width: 100%;
    height: auto;
    max-height: 1080px;
    object-fit: cover; }
  .inner-banner .banner-text {
    color: #fff;
    text-transform: uppercase;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  .inner-banner h1 {
    margin: 0;
    font-weight: 900;
    font-size: 38px;
    letter-spacing: 4px; }
    @media (max-width: 767px) {
      .inner-banner h1 {
        font-size: 26px;
        letter-spacing: 1px; } }
  .inner-banner h2 {
    font-weight: 400;
    margin: 0; }
    @media (max-width: 767px) {
      .inner-banner h2 {
        font-size: 18px; } }
  .inner-banner .video-wrap .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover; }

.banner-section-heading {
  margin: 0 auto;
  text-align: center;
  max-width: 50%; }
  @media (max-width: 767px) {
    .banner-section-heading {
      max-width: 70%;
      padding: 0;
      margin: 0 auto; } }
  .banner-section-heading h2 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .banner-section-heading h2 {
        font-size: 26px;
        margin-bottom: 10px; } }
  .banner-section-heading p {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c3c3; }
  .selectric-hover .selectric .button {
    color: #a2a1a1; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a1a1; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c3c3; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c3c3;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.slider-section {
  padding: 40px 0; }

.slider {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 78px; }
  @media (max-width: 478px) {
    .slider {
      padding: 0 15px; } }
  .slider .item {
    position: relative;
    display: block;
    outline: none; }
    .slider .item img {
      max-width: none;
      width: 100%; }
    .slider .item h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.87);
      font: 14px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
      text-transform: uppercase;
      margin: 0;
      padding: 10px 20px;
      letter-spacing: -0.05em;
      width: 100%;
      max-width: 80%;
      text-align: center; }
  .slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    z-index: 1;
    transform: translateY(-50%);
    transition: background 0.3s ease; }
    @media (max-width: 1199px) {
      .slider .slick-arrow {
        left: 15px; } }
    .slider .slick-arrow:hover {
      background: #000; }
      .slider .slick-arrow:hover:before {
        border-color: #fff #fff transparent transparent; }
    .slider .slick-arrow:before {
      content: "";
      position: absolute;
      top: 17px;
      left: 19px;
      border-width: 3px 3px 0 0;
      width: 15px;
      height: 15px;
      border-style: solid;
      border-color: #000 #000 transparent transparent;
      transform: rotate(-135deg);
      transition: border-color 0.3s ease; }
    .slider .slick-arrow.slick-next {
      left: auto;
      right: 0; }
      @media (max-width: 1199px) {
        .slider .slick-arrow.slick-next {
          left: auto;
          right: 15px; } }
      .slider .slick-arrow.slick-next:before {
        left: 13px;
        transform: rotate(45deg); }
  .slider .slick-dots {
    text-align: center;
    padding-top: 20px; }
    .slider .slick-dots li {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #dedede;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      transition: background 0.3s ease; }
      .slider .slick-dots li + li {
        margin-left: 5px; }
      .slider .slick-dots li:hover, .slider .slick-dots li.slick-active {
        background: #000; }
    .slider .slick-dots button {
      display: block;
      font-size: 0;
      border: none; }

.manual_spacer {
  background: #fff; }

.bannerAd {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: 400px;
  position: relative;
  width: 100vw;
  left: -15px; }
  .bannerAd .ad-btn {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    max-width: 180px; }

#underlayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/whine%402x.jpg);
  background-position-y: 0%;
  background-size: auto auto;
  background-size: cover;
  background-position: center top; }

#parallax-reveal {
  width: 100%;
  height: 250px;
  display: block;
  background-color: transparent;
  position: relative;
  z-index: 1; }
  #parallax-reveal a {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px; }

.checkbox-wrap {
  padding-left: 20px; }
  .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .checkbox-wrap input[type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    .checkbox-wrap input[type="checkbox"] + label:before {
      content: '';
      margin: -4px 10px 0 -20px;
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      background: url("../images/checkbox.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
      transition: background-position 0.3s ease, opacity 0.3s ease; }
    .checkbox-wrap input[type="checkbox"]:hover + label:before {
      opacity: 0.7; }
    .checkbox-wrap input[type="checkbox"]:checked + label:before {
      background-position: 0 -14px; }

.news-list-nav {
  padding: 45px 0 0; }
  @media (max-width: 1024px) {
    .news-list-nav {
      height: 68px; } }
  @media (max-width: 767px) {
    .news-list-nav {
      padding-top: 20px;
      height: 40px; } }
  @media (max-width: 1024px) {
    .news-list-nav .container {
      padding: 0; } }
  .news-list-nav ul {
    border-bottom: 1px solid #d1d3d4;
    text-align: center;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .news-list-nav ul {
        height: 70px;
        white-space: nowrap;
        overflow: auto;
        border-bottom: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow: -moz-scrollbars-none; } }
    @media (max-width: 767px) {
      .news-list-nav ul {
        height: 50px; } }
    .news-list-nav ul::-webkit-scrollbar {
      display: none; }
  .news-list-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px; }
    @media (max-width: 767px) {
      .news-list-nav li {
        margin: 0 15px; } }
    @media (max-width: 479px) {
      .news-list-nav li {
        margin: 0 10px; } }
    .news-list-nav li a {
      display: block;
      position: relative;
      color: #444;
      padding-bottom: 10px;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .news-list-nav li a {
          font-size: 14px; } }
      @media (max-width: 479px) {
        .news-list-nav li a {
          font-size: 12px; } }
      .news-list-nav li a:hover {
        color: #000; }
        .news-list-nav li a:hover:before {
          transform: scaleX(1); }
          @media (max-width: 767px) {
            .news-list-nav li a:hover:before {
              transform: scaleX(0); } }
      .news-list-nav li a:before {
        border-bottom: 1px solid #fff500;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: scaleX(0);
        transition: transform 0.3s ease; }
  .news-list-nav + .manual_spacer .main-ad {
    padding: 0 0 15px; }
    .news-list-nav + .manual_spacer .main-ad iframe {
      margin: 60px 0 0; }
      @media (max-width: 767px) {
        .news-list-nav + .manual_spacer .main-ad iframe {
          margin-top: 30px; } }

.banner + .manual_spacer .main-ad iframe {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .banner + .manual_spacer .main-ad iframe {
      margin-top: 30px; } }

.banner + .manual_spacer .main-ad {
  padding: 0 0 15px; }

.articles-block {
  padding: 45px 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .articles-block {
      padding-top: 20px;
      position: static; } }
  .articles-block.loading {
    padding-bottom: 40px;
    position: relative; }
    .articles-block.loading:before {
      content: "";
      position: absolute;
      left: 50%;
      background: url("../images/ajax-loader.gif") no-repeat;
      width: 32px;
      height: 32px;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }
  .articles-block.no-padding {
    padding: 0; }

.container-withsidebar {
  margin-right: 300px; }
  @media (max-width: 991px) {
    .container-withsidebar {
      float: none;
      width: 100%; } }

.news-articles .main-content {
  float: left;
  width: 100%;
  padding-right: 30px; }
  @media (max-width: 991px) {
    .news-articles .main-content {
      float: none;
      width: 100%;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .news-articles .main-content {
      float: none;
      width: 100%;
      padding-right: 0px; } }

.news-articles .sidebar {
  float: right;
  /*width:24%;*/
  text-align: center;
  max-width: 300px;
  width: 300px;
  margin-right: -300px; }
  @media (max-width: 991px) {
    .news-articles .sidebar {
      display: none; } }
  @media (max-width: 767px) {
    .news-articles .sidebar {
      display: none; } }
  .news-articles .sidebar .news-ad {
    display: inline-block;
    vertical-align: top; }
    .news-articles .sidebar .news-ad:hover {
      opacity: 0.7; }
    .news-articles .sidebar .news-ad img {
      width: 100%;
      max-width: none; }

.articles-list {
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .articles-list {
      margin-bottom: 40px; } }
  @media (max-width: 1023px) {
    .articles-list {
      margin-bottom: 20px; } }
  .articles-list.full-content .img-wrap {
    width: 100%;
    margin: 0; }
  .articles-list.full-content .text {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 650px;
    margin: 0 auto; }
  .articles-list.full-content .share-wrap {
    float: right;
    position: relative;
    bottom: auto;
    top: 20px; }
    @media (max-width: 767px) {
      .articles-list.full-content .share-wrap {
        top: 14px;
        right: 5px; } }
  .articles-list .listing-item {
    letter-spacing: -4px;
    position: relative; }
    .articles-list .listing-item:not(.three-up) {
      display: flex; }
      @media (max-width: 767px) {
        .articles-list .listing-item:not(.three-up) {
          display: block; } }
    .articles-list .listing-item + .listing-item {
      margin-top: 45px; }
      @media (max-width: 767px) {
        .articles-list .listing-item + .listing-item {
          margin-top: 30px; } }
    .articles-list .listing-item.three-up .img-wrap {
      float: none;
      width: 100%; }
      .articles-list .listing-item.three-up .img-wrap a {
        margin: 0 -15px; }
        @media (max-width: 1023px) {
          .articles-list .listing-item.three-up .img-wrap a {
            margin: 0 -10px; } }
        @media (max-width: 479px) {
          .articles-list .listing-item.three-up .img-wrap a {
            margin: 0 -3px; } }
        .articles-list .listing-item.three-up .img-wrap a .jwplayer {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .articles-list .listing-item.three-up .img-wrap .image {
        float: left;
        width: 33.33%;
        padding: 0 15px; }
        @media (max-width: 1023px) {
          .articles-list .listing-item.three-up .img-wrap .image {
            padding: 0 10px; } }
        @media (max-width: 479px) {
          .articles-list .listing-item.three-up .img-wrap .image {
            padding: 0 3px; } }
    .articles-list .listing-item.three-up .share-wrap {
      float: right;
      position: relative;
      bottom: auto;
      top: 20px; }
      @media (max-width: 767px) {
        .articles-list .listing-item.three-up .share-wrap {
          top: 0;
          right: 10px; } }
    .articles-list .listing-item.three-up .text {
      width: 100%;
      text-align: center;
      display: block;
      white-space: normal;
      padding: 15px 40px 0; }
      @media (max-width: 767px) {
        .articles-list .listing-item.three-up .text {
          padding: 15px 30px 0; } }
    .articles-list .listing-item.three-up h2, .articles-list .listing-item.three-up p {
      display: block; }
    .articles-list .listing-item.three-images .img-wrap a {
      padding: 0; }
  .articles-list .img-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    letter-spacing: 0; }
    @media (max-width: 1023px) {
      .articles-list .img-wrap {
        width: 100%; } }
    .articles-list .img-wrap a {
      position: relative;
      display: block;
      transition: opacity 0.3s ease;
      padding-top: 56.25%;
      /* 16:9 */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .articles-list .img-wrap a .jwplayer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      @media (max-width: 767px) {
        .articles-list .img-wrap a {
          padding-top: 80%;
          /* 5:4 Aspect Ratio */ } }
      .articles-list .img-wrap a:hover {
        opacity: 0.92; }
      .articles-list .img-wrap a.fashion-shoot-iframe {
        padding: 0; }
    .articles-list .img-wrap.artilce_ext_video a {
      padding-top: 0; }
      @media (max-width: 767px) {
        .articles-list .img-wrap.artilce_ext_video a {
          padding-top: 0; } }
      .articles-list .img-wrap.artilce_ext_video a iframe {
        z-index: -1; }
  .articles-list .text {
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
    width: 50%;
    padding: 25px 40px 0;
    font: italic 18px/1.2 "DidotLTStd", serif;
    text-align: left;
    color: #000; }
    .articles-list .text:after {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 100%; }
    .articles-list .text > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom;
      max-width: 99%; }
    @media (max-width: 1023px) {
      .articles-list .text {
        width: 100%;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .articles-list .text {
        font-size: 16px;
        padding: 15px 40px 0 15px; } }
    .articles-list .text p {
      margin-bottom: 0; }
    .articles-list .text.has-logo {
      padding-top: 50px;
      position: relative; }
      @media (max-width: 767px) {
        .articles-list .text.has-logo {
          padding-top: 25px; } }
      .articles-list .text.has-logo .logo-wrap {
        position: absolute;
        top: 0;
        left: 30px;
        max-width: 200px; }
        @media (max-width: 1023px) {
          .articles-list .text.has-logo .logo-wrap {
            left: 15px; } }
        @media (max-width: 767px) {
          .articles-list .text.has-logo .logo-wrap {
            position: static;
            margin-bottom: 15px;
            width: 100%;
            display: block; } }
  .articles-list h2 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase; }
    @media (max-width: 479px) {
      .articles-list h2 {
        font-size: 14px; } }
    .articles-list h2 a {
      color: #000; }
      .articles-list h2 a:hover {
        color: #444; }
  .articles-list .share-wrap {
    position: absolute;
    right: 15px;
    bottom: 5px;
    line-height: 1;
    z-index: 9; }
    @media (max-width: 767px) {
      .articles-list .share-wrap {
        position: relative;
        bottom: auto;
        top: 0;
        right: 10px;
        float: right; } }
    .articles-list .share-wrap .icon-open {
      font-size: 25px; }
      @media (max-width: 767px) {
        .articles-list .share-wrap .icon-open {
          margin-right: 5px;
          position: absolute;
          top: 15px;
          right: 0; } }
      .articles-list .share-wrap .icon-open:hover {
        opacity: 0.7; }

.no-facet .articles-list .listing-item.three-up .img-wrap .image img {
  width: 100%; }

@media (max-width: 767px) {
  .listing-container .container {
    padding: 0; } }

.main-ad {
  padding: 0 0 60px;
  text-align: center;
  clear: both; }
  @media (max-width: 1023px) {
    .main-ad {
      padding: 0 0 40px; } }
  @media (max-width: 767px) {
    .main-ad {
      padding: 0 0 20px; } }
  .main-ad a {
    display: block;
    max-width: 728px;
    margin: 0 auto; }
    .main-ad a:hover {
      opacity: 0.7; }
  .main-ad p {
    margin-bottom: 0; }
  .main-ad.ads_above_secondary_tile {
    padding: 20px 0 30px; }
  .main-ad.ads_cats_and_header {
    padding: 45px 0 0; }
    @media (max-width: 767px) {
      .main-ad.ads_cats_and_header {
        padding: 20px 0 0; } }
  .main-ad.ads_cats_and_content {
    padding: 40px 0 0;
    background: #fff;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .main-ad.ads_cats_and_content {
        padding: 20px 0 0; } }
  .main-ad.ads_after_banner {
    padding-bottom: 30px; }
  .main-ad.ads_before_first_content {
    padding: 0 0 30px; }
  .main-ad.ads_before_promotional {
    padding-top: 0; }
  .main-ad iframe {
    margin-bottom: 0; }

#ad-above-header-nav {
  padding: 0; }

.header-ad-container .main-ad {
  padding: 0px; }

.sidebar .main-ad {
  padding: 0 0 60px; }
  @media (max-width: 767px) {
    .sidebar .main-ad {
      margin-bottom: 30px; } }
  .sidebar .main-ad iframe {
    margin: 0; }

.promo-first-load {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 0; }

.promo-full-width {
  text-align: center;
  padding-bottom: 60px;
  background: #fff; }
  @media (max-width: 767px) {
    .promo-full-width {
      padding-bottom: 20px; } }
  .promo-full-width .h3 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  .promo-full-width .img-wrap img {
    width: 100%;
    max-width: none; }
  .promo-full-width .img-wrap a {
    display: block;
    position: relative;
    z-index: 1; }
  .promo-full-width .video-wrap {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .promo-full-width .video-wrap {
        min-height: 576px;
        aspect-ratio: unset; } }
    @media (max-width: 1023px) {
      .promo-full-width .video-wrap {
        min-height: 432px; } }
    @media (max-width: 767px) {
      .promo-full-width .video-wrap {
        min-height: 360px; } }
    @media (max-width: 479px) {
      .promo-full-width .video-wrap {
        min-height: 200px; } }
    .promo-full-width .video-wrap video, .promo-full-width .video-wrap .jwplayer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      background-size: cover; }
  .promo-full-width .promo-desc {
    font-style: italic;
    font-weight: 100;
    font-size: 18px;
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .promo-full-width .promo-desc {
        padding: 20px 0 0; } }
  .promo-full-width .category-video-player {
    margin: 20px 120px; }

.articles-three {
  padding: 40px 0; }
  .articles-three .news-articles {
    float: none; }
  .articles-three .main-content {
    width: 93%; }
    @media (max-width: 767px) {
      .articles-three .main-content {
        width: 100%; } }
  .articles-three .listing-container {
    float: right;
    width: 80%; }
    @media (max-width: 1023px) {
      .articles-three .listing-container {
        width: 74%; } }
    @media (max-width: 767px) {
      .articles-three .listing-container {
        width: 100%;
        float: none; } }
    .articles-three .listing-container.no-facet {
      float: none;
      width: 100%; }
      @media (max-width: 1023px) {
        .articles-three .listing-container.no-facet {
          width: 100%; } }
      .articles-three .listing-container.no-facet .container {
        padding: 0; }
    .articles-three .listing-container .container {
      max-width: 100%; }
  .articles-three .main-ad {
    margin-left: -25%; }
    @media (max-width: 1023px) {
      .articles-three .main-ad {
        margin-left: -35%; } }
    @media (max-width: 767px) {
      .articles-three .main-ad {
        margin-left: -54%; } }
    @media (max-width: 639px) {
      .articles-three .main-ad {
        margin-left: 0; } }
  .articles-three .promo-full-width {
    margin: 0 -15px 0 -26%; }
    @media (max-width: 1799px) {
      .articles-three .promo-full-width {
        margin-left: -27%; } }
    @media (max-width: 1023px) {
      .articles-three .promo-full-width {
        margin-left: -38%; } }
    @media (max-width: 767px) {
      .articles-three .promo-full-width {
        margin-left: -58%; } }
    @media (max-width: 639px) {
      .articles-three .promo-full-width {
        margin-left: -15px; } }
  .articles-three .promo-desc {
    padding: 20px 15px; }

.article-filter {
  float: left;
  width: 15%;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  @media (max-width: 1399px) {
    .article-filter {
      width: 18%; } }
  @media (max-width: 1023px) {
    .article-filter {
      width: 24%; } }
  @media (max-width: 767px) {
    .article-filter {
      width: 100%;
      float: none; } }
  .article-filter input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .article-filter input[type="checkbox"] + label {
      font-size: 14px;
      line-height: 1; }
      .article-filter input[type="checkbox"] + label:before {
        width: 13px;
        height: 13px; }
    .article-filter input[type="checkbox"]:checked + label:before {
      background-position: 0 -13px; }
  .article-filter .drop {
    display: none;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .article-filter .drop {
        border-bottom: 1px solid #cacaca; } }
  .article-filter ul {
    max-height: 120px;
    overflow: auto; }
    .article-filter ul li {
      position: relative;
      padding: 0 35px 0 0;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media (max-width: 1023px) {
        .article-filter ul li {
          margin-bottom: 30px; } }
  .article-filter h2 {
    border-bottom: 1px solid #cacaca;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .article-filter h2 {
        letter-spacing: 0;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .article-filter h2 {
        padding-bottom: 20px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .article-filter h2.open {
        margin: 0;
        border: none; } }
    .article-filter h2.open a:before {
      opacity: 0; }
    @media (max-width: 767px) {
      .article-filter h2.open a .close-shows {
        display: none;
        margin: 0; } }
    @media (max-width: 767px) {
      .article-filter h2.open a .close-button {
        display: block; } }
    .article-filter h2 a {
      display: block;
      padding-right: 22px;
      position: relative; }
      @media (max-width: 767px) {
        .article-filter h2 a {
          padding-right: 100px; } }
      .article-filter h2 a .close-shows {
        display: none; }
        @media (max-width: 767px) {
          .article-filter h2 a .close-shows {
            display: block;
            font-size: 10px;
            position: absolute;
            top: 0;
            right: 0;
            text-transform: none;
            font-weight: 400; } }
      @media (max-width: 767px) {
        .article-filter h2 a .close-button {
          display: none; } }
      .article-filter h2 a:hover {
        color: #444; }
      .article-filter h2 a:before, .article-filter h2 a:after {
        content: "";
        background: #444;
        width: 1px;
        height: 11px;
        position: absolute;
        top: 7px;
        right: 11px;
        transition: opacity 0.3s ease; }
        @media (max-width: 767px) {
          .article-filter h2 a:before, .article-filter h2 a:after {
            top: 3px;
            display: none; } }
      .article-filter h2 a:after {
        transform: rotate(90deg); }
  .article-filter .badge {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 14px;
    line-height: 1.8;
    color: #444; }
  .article-filter .btn {
    display: block;
    padding: 12px 40px;
    text-align: center;
    margin-bottom: 25px;
    position: relative; }
    .article-filter .btn:hover {
      border-color: #000; }
    .article-filter .btn.btn-close, .article-filter .btn.btn-show {
      display: none;
      border-color: #000; }
      @media (max-width: 767px) {
        .article-filter .btn.btn-close, .article-filter .btn.btn-show {
          display: block; } }
    .article-filter .btn:hover i:before {
      color: #fff; }
    .article-filter .btn i:before {
      transition: color 0.3s ease;
      color: #000; }
  .article-filter .btn-block {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .article-filter .btn-block {
        position: absolute;
        bottom: 15px;
        left: 5px;
        right: 5px;
        padding: 0; } }
    @media (max-width: 767px) {
      .article-filter .btn-block ul {
        letter-spacing: -4px; } }
    .article-filter .btn-block ul li.show-mobile {
      display: none; }
      @media (max-width: 767px) {
        .article-filter .btn-block ul li.show-mobile {
          display: inline-block;
          vertical-align: top; } }
    @media (max-width: 767px) {
      .article-filter .btn-block ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        letter-spacing: 0; } }
    .article-filter .btn-block ul li a {
      display: block;
      margin: 0;
      padding: 12px;
      transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; }
      @media (max-width: 767px) {
        .article-filter .btn-block ul li a {
          border-color: #000; } }
      @media (max-width: 767px) {
        .article-filter .btn-block ul li a:hover {
          font-weight: 600; } }
  .article-filter .close-shows {
    font-size: 12px;
    color: #000;
    display: none;
    cursor: pointer;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .article-filter .close-shows {
        display: block; } }

@media (max-width: 767px) {
  .sticky-filter.page-template-template-lookbook-finder #header, .sticky-filter.page-template-template-runway-finder #header, .sticky-filter.page-template-template-fashion-shoots-finder #header, .sticky-filter.page-template-template-store-guide #header {
    display: none; } }

@media (max-width: 767px) {
  .sticky-filter .article-filter .btn.btn-show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 22px 0;
    z-index: 999;
    display: block; } }

.filter-active {
  overflow: hidden; }
  .filter-active .filter-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .filter-active.sticky-filter .article-filter .btn.btn-show {
      display: none; } }

@media (max-width: 767px) {
  .filter-wrap {
    padding: 20px 15px;
    display: none; } }

@media (max-width: 767px) {
  .filter-wrap .filter-list {
    overflow: auto;
    height: calc(100vh - 155px);
    margin-bottom: 85px; } }

.filter-wrap .btn-show {
  position: relative;
  border-color: #000; }

.filter-wrap .close {
  display: block;
  position: absolute;
  top: 17px;
  right: 12px;
  width: 15px;
  height: 15px;
  z-index: 5; }
  .filter-wrap .close:before, .filter-wrap .close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #626262;
    transform: rotate(45deg); }
  .filter-wrap .close:after {
    transform: rotate(-45deg); }

.article-series-block {
  padding: 40px 0; }

.manual_spacer + .article-series-block {
  padding-top: 0; }

.series-block-wrap + .series-block-wrap {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .series-block-wrap + .series-block-wrap {
      margin-top: 40px; } }

.series-block-wrap .manual_spacer {
  margin-bottom: -80px; }
  @media (max-width: 767px) {
    .series-block-wrap .manual_spacer {
      margin-bottom: -40px; } }

.series-block-wrap:last-child .manual_spacer {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .series-block-wrap:last-child .manual_spacer {
      margin-bottom: 0; } }

.series-item {
  display: flex; }
  @media (max-width: 767px) {
    .series-item {
      display: block; } }
  .series-item + .series-item {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .series-item + .series-item {
        margin-top: 40px; } }
  .series-item.alt-series .img-wrap {
    order: 2; }
  .series-item.alt-series .text .text-wrap {
    text-align: left; }
    @media (max-width: 767px) {
      .series-item.alt-series .text .text-wrap {
        text-align: center; } }
  .series-item .img-wrap {
    width: 60%; }
    @media (max-width: 1023px) {
      .series-item .img-wrap {
        width: 55%; } }
    @media (max-width: 767px) {
      .series-item .img-wrap {
        width: 100%;
        margin-bottom: 25px; } }
    .series-item .img-wrap img {
      width: 100%;
      max-width: none; }
    .series-item .img-wrap a:hover {
      opacity: 0.7; }
  .series-item .text {
    width: 40%;
    padding: 0 50px 50px;
    min-height: 100%;
    white-space: nowrap; }
    @media (max-width: 1799px) {
      .series-item .text {
        padding: 0 40px 50px; } }
    @media (max-width: 1023px) {
      .series-item .text {
        width: 45%;
        padding: 0 20px 30px; } }
    @media (max-width: 767px) {
      .series-item .text {
        width: 100%;
        padding: 0 15px; } }
    .series-item .text:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      min-height: 100%; }
    .series-item .text .logo-wrap {
      max-width: 150px; }
      @media (max-width: 767px) {
        .series-item .text .logo-wrap {
          margin-bottom: 35px; } }
      .series-item .text .logo-wrap a:hover {
        opacity: 0.7; }
    .series-item .text .text-wrap {
      display: inline-block;
      vertical-align: bottom;
      white-space: normal;
      width: 100%;
      text-align: right;
      text-transform: uppercase;
      font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
      letter-spacing: 5px;
      color: #000; }
      @media (max-width: 1799px) {
        .series-item .text .text-wrap {
          letter-spacing: 3px; } }
      @media (max-width: 1199px) {
        .series-item .text .text-wrap {
          letter-spacing: 2px; } }
      @media (max-width: 1023px) {
        .series-item .text .text-wrap {
          font-size: 14px;
          line-height: 1.25; } }
      @media (max-width: 767px) {
        .series-item .text .text-wrap {
          text-align: center; } }
    .series-item .text h2 {
      margin: 0 0 5px;
      line-height: 1.2;
      font-weight: 500; }
    .series-item .text p {
      margin-bottom: 45px; }
      @media (max-width: 1023px) {
        .series-item .text p {
          margin-bottom: 30px; } }

.articles-landing .listing-item .img-wrap {
  width: 50%; }
  @media (max-width: 767px) {
    .articles-landing .listing-item .img-wrap {
      width: 100%; } }

.articles-landing .logo-wrap {
  max-width: 100px; }
  @media (max-width: 767px) {
    .articles-landing .logo-wrap {
      margin-bottom: 25px; } }

.articles-landing .text {
  min-height: 100%;
  white-space: nowrap;
  width: 50%;
  padding: 0 35px 0 25px; }
  @media (max-width: 767px) {
    .articles-landing .text {
      width: 100%;
      padding: 25px 35px 0 0; } }
  .articles-landing .text:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    min-height: 100%; }

.articles-landing .text-wrap {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  margin: 0 0 33px; }
  @media (max-width: 767px) {
    .articles-landing .text-wrap {
      margin: 0; } }

.ext-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .ext-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1; }

.heading-block {
  background: #fff;
  padding-bottom: 1px;
  position: relative;
  z-index: 2; }
  .heading-block .container {
    max-width: 80%; }
    @media (max-width: 767px) {
      .heading-block .container {
        max-width: 100%; } }

.category-list {
  padding: 40px 0 60px; }
  @media (max-width: 767px) {
    .category-list {
      padding: 20px 0 40px; } }
  .category-list ul {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: -4px;
    position: relative; }
    .category-list ul:before {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--list-cat-line-bg-color, #fff500);
      height: 1px;
      width: 140px; }
      @media (max-width: 767px) {
        .category-list ul:before {
          bottom: -12px; } }
    .category-list ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 2px; }
      .category-list ul li + li:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 12px;
        margin: -4px 10px 0;
        background: #444; }
    .category-list ul a {
      color: #444;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px; }
      .category-list ul a:hover {
        color: #000; }

.author-block {
  margin-bottom: 35px; }
  .author-block .img-wrap {
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px; }
  .author-block .auth {
    display: block;
    text-align: center;
    font: 18px/1.25 "DidotLTStd", serif;
    color: #000; }
    @media (max-width: 767px) {
      .author-block .auth {
        font-size: 16px; } }

.heading-title {
  text-align: center;
  line-height: 1.2;
  color: #000;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .heading-title {
      margin-bottom: 20px; } }
  .heading-title h1 {
    font-size: 36px;
    margin: 0 0 15px;
    font-style: normal;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #000; }
    @media (max-width: 1023px) {
      .heading-title h1 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .heading-title h1 {
        font-size: 24px; } }
  .heading-title h2 {
    font-size: 20px;
    font-style: italic;
    font-family: "DidotLTStd", serif;
    max-width: 900px;
    margin: 0 auto 15px;
    font-weight: 400;
    color: #000; }
    @media (max-width: 767px) {
      .heading-title h2 {
        font-size: 16px;
        letter-spacing: 0; } }

.featured-gallery {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .featured-gallery {
      margin: 0;
      padding-bottom: 25px;
      background: #fff; } }

@media (max-width: 767px) {
  .featured-slider {
    padding-top: 20px; } }

.featured-slider .slick-arrow {
  position: absolute;
  top: -42px;
  right: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  z-index: 1;
  transition: background 0.3s ease; }
  @media (max-width: 767px) {
    .featured-slider .slick-arrow {
      right: 60px;
      top: -20px; } }
  .featured-slider .slick-arrow:hover {
    background: #000; }
    .featured-slider .slick-arrow:hover:before {
      border-color: #fff #fff transparent transparent; }
  .featured-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 13px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    transition: border-color 0.3s ease; }
  .featured-slider .slick-arrow.slick-next {
    right: 0;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .featured-slider .slick-arrow.slick-next {
        right: 15px; } }

.featured-slider .item img {
  width: 100%; }

.featured-slider .image-caption {
  padding: 10px 0;
  font-size: 12px;
  color: #626262; }
  @media (max-width: 767px) {
    .featured-slider .image-caption {
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .featured-slider .image-caption p {
      margin-bottom: 10px; } }
  .featured-slider .image-caption h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400; }

.featured-slider h3 {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
  color: #000; }
  .featured-slider h3 a {
    color: #444; }
    .featured-slider h3 a:hover {
      color: #000; }

.news-detail-block {
  padding: 30px 15px; }
  @media (max-width: 767px) {
    .news-detail-block {
      padding: 0; } }
  @media (max-width: 767px) {
    .news-detail-block .container {
      padding: 0; } }
  .news-detail-block .main-content {
    font-family: 'BrandonGrotesque', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-right: 5%;
    max-width: 800px;
    padding: 0; }
    @media (max-width: 1279px) {
      .news-detail-block .main-content {
        width: 93%;
        margin: 0; } }
    @media (max-width: 767px) {
      .news-detail-block .main-content {
        font-size: 20px;
        line-height: 1.6;
        width: 100%; } }
    .news-detail-block .main-content p {
      font-size: 18px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .news-detail-block .main-content p {
          font-size: 20px; } }
      .news-detail-block .main-content p.alignfull-width {
        width: 100% !important;
        float: none;
        display: block;
        clear: both; }
        .news-detail-block .main-content p.alignfull-width img.alignfull-width {
          width: 100%;
          height: auto; }
      .news-detail-block .main-content p .btn {
        display: block; }
      .news-detail-block .main-content p span.price-style {
        font-size: 12px !important;
        line-height: 1 !important;
        text-transform: uppercase;
        font-weight: 700; }
        .news-detail-block .main-content p span.price-style a {
          border-bottom: none !important; }
      .news-detail-block .main-content p span.call-to-action-style {
        line-height: 1 !important; }
      .news-detail-block .main-content p span.product-style {
        font-size: 12px !important;
        line-height: 1 !important;
        text-transform: uppercase; }
      .news-detail-block .main-content p span.quotation-style {
        font-size: 30px !important;
        line-height: 1.4 !important; }
        @media (max-width: 767px) {
          .news-detail-block .main-content p span.quotation-style {
            font-size: 24px !important; } }
      .news-detail-block .main-content p .h4 {
        font-size: 16px; }
    .news-detail-block .main-content a:not(.btn) {
      color: #000;
      border-bottom: 1px solid #d1d3d4; }
      .news-detail-block .main-content a:not(.btn):hover {
        border-color: #fff500; }
    .news-detail-block .main-content .article-tags p {
      line-height: 1; }
    .news-detail-block .main-content .fb-post-container {
      width: 600px;
      max-width: 100%;
      margin: 0 auto;
      position: relative; }
      .news-detail-block .main-content .fb-post-container .fb_iframe_widget {
        display: block !important; }
  .news-detail-block .wp-caption {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
    .news-detail-block .wp-caption img {
      margin-bottom: 5px; }
    .news-detail-block .wp-caption p {
      margin-bottom: 0; }
  .news-detail-block .article-image-credit {
    font: 300 14px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #626262; }
    @media (max-width: 767px) {
      .news-detail-block .article-image-credit {
        font-size: 16px; } }
    .news-detail-block .article-image-credit span {
      font-size: 12px !important; }
  .news-detail-block .listing-container + .listing-container {
    margin-top: 45px; }
  .news-detail-block figure {
    display: block;
    margin: 0; }
    .news-detail-block figure img {
      max-width: none;
      width: 100%;
      margin-bottom: 5px; }
  .news-detail-block figcaption {
    display: block;
    font: 300 14px/1.1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    margin-bottom: 5px;
    color: #000; }
  .news-detail-block .wp-caption {
    max-width: 100% !important; }
  .news-detail-block .h4 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: normal; }
  .news-detail-block .h3, .news-detail-block h3 {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px; }
  @media (max-width: 767px) {
    .news-detail-block .text {
      padding: 1px 15px;
      background: #fff; } }
  @media (max-width: 767px) {
    .news-detail-block .text > img, .news-detail-block .text p > img {
      margin-left: -15px;
      margin-right: -15px;
      width: calc( 100% + 30px);
      max-width: none;
      display: block; } }

.main-content p a {
  border-bottom: 1px solid #d1d3d4;
  text-decoration: none;
  color: #000; }
  .main-content p a:hover {
    border-color: #fff500; }

.news-list-wrap .container {
  max-width: 100%; }
  @media (max-width: 767px) {
    .news-list-wrap .container {
      padding: 0; } }

.aside {
  float: left;
  width: 60px;
  margin-right: 50px; }
  @media (max-width: 1199px) {
    .aside {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .aside {
      float: none;
      width: 100%;
      top: auto !important;
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      right: 0;
      z-index: 5; } }

.page-info, .gallery-pagination {
  display: block;
  font: italic 38px/0.75 "DidotLTStd", serif;
  padding-top: 4px;
  margin-bottom: 10px;
  font-style: italic;
  color: #000; }
  @media (max-width: 767px) {
    .page-info, .gallery-pagination {
      padding: 4px 10px 0;
      margin-bottom: 8px;
      font-size: 12px; } }

.main-detail-container {
  overflow: hidden; }

.article-tags a {
  border: none !important;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 12px; }
  .article-tags a:hover {
    font-weight: 500; }

.article-tags p em {
  font: italic 14px/1 "DidotLTStd", serif;
  color: #444; }

.img-credit {
  color: #626262;
  display: block;
  font: 300 12px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .img-credit {
      margin-bottom: 20px; } }

.article-lists {
  margin: 0 -15px;
  letter-spacing: -5px; }
  @media (max-width: 767px) {
    .article-lists {
      margin: 0 -10px; } }
  .article-lists .article-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    letter-spacing: 0;
    width: 33.33%;
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
      .article-lists .article-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .article-lists .article-item {
        padding: 0 10px; } }
    @media (max-width: 479px) {
      .article-lists .article-item {
        width: 100%; } }
  .article-lists .img-wrap img {
    max-width: none;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: left; }
  .article-lists .img-wrap a:hover {
    opacity: 0.7; }
  .article-lists .title {
    display: block;
    text-align: center;
    padding: 5px 15px;
    font: 12px/14px "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
    .article-lists .title a {
      border: none; }
      .article-lists .title a:hover {
        color: #999; }

.article-comments {
  margin-bottom: 25px; }
  .article-comments .btn {
    display: block;
    text-align: center; }
  .article-comments .fb-comments {
    display: none; }

.gallery-pagination {
  padding: 22px 0 0 4px;
  margin-bottom: 7px;
  font-size: 20px; }

.content-gallery .slick-arrow {
  position: absolute;
  top: -42px;
  right: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  z-index: 1;
  transition: background 0.3s ease; }
  @media (max-width: 767px) {
    .content-gallery .slick-arrow {
      right: 60px; } }
  .content-gallery .slick-arrow:hover {
    background: #000; }
    .content-gallery .slick-arrow:hover:before {
      border-color: #fff #fff transparent transparent; }
  .content-gallery .slick-arrow:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 13px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    transition: border-color 0.3s ease; }
  .content-gallery .slick-arrow.slick-next {
    right: 0;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .content-gallery .slick-arrow.slick-next {
        right: 15px; } }

.content-gallery .item img {
  width: 100%; }

.content-gallery .image-caption {
  padding: 10px 15px; }
  @media (max-width: 767px) {
    .content-gallery .image-caption {
      padding: 10px 0; } }

.content-gallery h3 {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 0; }

blockquote,
.blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font: italic 30px/1.5 "DidotLTStd", serif;
  text-align: center;
  color: #000;
  display: block; }
  @media (max-width: 767px) {
    blockquote,
    .blockquote {
      font-size: 20px; } }

.fb_iframe_widget span, .fb_iframe_widget iframe {
  width: 100% !important; }

p iframe {
  margin: 0; }

.gembed-container,
.embed-container {
  position: relative; }
  .gembed-container iframe,
  .gembed-container object,
  .gembed-container embed,
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.jwplayer .gembed-container {
  display: none; }

.manual_spacer .gembed-container iframe,
.manual_spacer .gembed-container object,
.manual_spacer .gembed-container embed, .manual_spacer .gembed-container .jwplayer,
.manual_spacer .embed-container iframe,
.manual_spacer .embed-container object,
.manual_spacer .embed-container embed,
.manual_spacer .embed-container .jwplayer {
  height: auto;
  width: auto; }

img.image-full-width {
  width: 100%;
  max-width: none; }

.wp-video {
  max-width: 100%; }
  .wp-video .wp-video-shortcode {
    max-width: 100%;
    height: auto; }

.jwplayer.jw-state-buffering .jw-display-controls .jw-display-icon-display .jw-icon .jw-svg-icon-buffer {
  display: none; }

div.grazia-featured-image-wrapper {
  padding-bottom: 45px;
  width: 100%; }

@media (min-width: 768px) {
  div.content-gallery figure.gallery-item.grazia-gallery-show-text {
    display: grid;
    grid-template-columns: 48% 49%;
    column-gap: 3%; } }

@media (max-width: 767px) {
  div.content-gallery figure.gallery-item.grazia-gallery-show-text div.grazia-gallery-text {
    display: none; }
  div.content-gallery.slider-expanded figure.gallery-item.grazia-gallery-show-text div.grazia-gallery-text {
    display: block;
    margin: 0.25em;
    margin-bottom: 1.5em; } }

.loading-article {
  background: #fff;
  border-radius: rem-calc(7.2);
  padding: rem-calc(23 40);
  position: relative; }
  .loading-article .loading-title {
    color: #000;
    font-size: rem-calc(32);
    font-weight: bold;
    line-height: rem-calc(41);
    margin: rem-calc(0 0 16);
    opacity: 0.2;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .loading-article .loading-title {
        font-size: rem-calc(28); } }
    @media only screen and (max-width: 812px) {
      .loading-article .loading-title {
        font-size: rem-calc(24); } }
  .loading-article .small-loader,
  .loading-article .large-loader {
    height: rem-calc(20);
    margin-bottom: rem-calc(20);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f0f0f0;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative; }
    @media only screen and (max-width: 812px) {
      .loading-article .small-loader,
      .loading-article .large-loader {
        height: rem-calc(12); } }
  .loading-article .small-loader {
    height: rem-calc(12);
    left: rem-calc(40);
    position: absolute;
    top: rem-calc(40);
    width: rem-calc(96); }
    @media only screen and (max-width: 812px) {
      .loading-article .small-loader {
        left: auto;
        margin-bottom: rem-calc(25);
        position: relative;
        top: auto; } }

@media only screen and (min-width: 1025px) {
  .next-article-block .container {
    margin-left: 95px; } }

.inner-detail {
  padding: 40px 54p x 20px 0; }
  @media (max-width: 1023px) {
    .inner-detail {
      padding: 0; } }
  @media (max-width: 767px) {
    .inner-detail {
      padding: 30px 0 40px; } }
  .inner-detail .sidebar {
    float: right;
    /*width: 20%;*/
    width: 300px;
    text-align: right;
    padding-left: 0px;
    margin-right: -300px; }
    @media (max-width: 1023px) {
      .inner-detail .sidebar {
        display: none; } }
    .inner-detail .sidebar .news-ad {
      display: block; }
  .inner-detail .share-block {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 1023px) {
      .inner-detail .share-block {
        float: none;
        width: 100%;
        top: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-overflow-scrolling: touch; } }
  @media (max-width: 767px) {
    .inner-detail .image-gallery-info .share-block {
      display: none; } }

.image-grid-view {
  display: none; }
  @media (max-width: 1023px) {
    .image-grid-view .container {
      padding: 0; } }
  .image-grid-view .image-grid-wrap {
    float: left;
    width: 97%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .image-grid-view .image-grid-wrap {
        width: 100%;
        float: none; } }
  @media (max-width: 767px) {
    .image-grid-view .container-withsidebar {
      margin-right: 0; } }
  .image-grid-view ul {
    margin: 0 -10px;
    letter-spacing: -4px;
    float: left;
    width: 73%; }
    @media (max-width: 1023px) {
      .image-grid-view ul {
        width: 100%;
        margin: 0; } }
    .image-grid-view ul li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding: 0 10px;
      margin-bottom: 20px;
      letter-spacing: 0; }
      @media (max-width: 1023px) {
        .image-grid-view ul li {
          width: 50%; } }
      @media (max-width: 479px) {
        .image-grid-view ul li {
          padding: 0 5px;
          margin-bottom: 10px; } }
      @media (max-width: 1023px) {
        .image-grid-view ul li .img-wrap {
          position: relative;
          padding-top: 56.25%;
          /* 16:9 */
          height: 0; } }
      .image-grid-view ul li img {
        cursor: pointer; }
        @media (max-width: 1023px) {
          .image-grid-view ul li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
  .image-grid-view .image-gallery-info {
    overflow: hidden;
    padding: 90px 25px 15px;
    text-align: left;
    float: right;
    width: 27%; }
    @media (max-width: 1099px) {
      .image-grid-view .image-gallery-info {
        padding: 80px 10px 15px; } }
    @media (max-width: 1023px) {
      .image-grid-view .image-gallery-info {
        position: relative;
        width: 100%;
        padding: 20px 15px 35px; } }
    .image-grid-view .image-gallery-info h1 {
      font: 700 30px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
      margin: 0 0 5px; }
      @media (max-width: 1023px) {
        .image-grid-view .image-gallery-info h1 {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .image-grid-view .image-gallery-info h1 {
          font-size: 18px; } }
    .image-grid-view .image-gallery-info h2 {
      font: italic 100 24px/1.1 "DidotLTStd", serif; }
      @media (max-width: 1023px) {
        .image-grid-view .image-gallery-info h2 {
          font-size: 18px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .image-grid-view .image-gallery-info h2 {
          font-size: 16px; } }

.image-list-view .page-info, .image-list-view .gallery-pagination {
  position: fixed;
  top: 13px;
  left: 140px;
  z-index: 99;
  font-size: 40px; }
  @media (max-width: 1023px) {
    .image-list-view .page-info, .image-list-view .gallery-pagination {
      left: 20px; } }
  @media (max-width: 767px) {
    .image-list-view .page-info, .image-list-view .gallery-pagination {
      font-size: 20px;
      top: 19px; } }
  @media (max-width: 479px) {
    .image-list-view .page-info, .image-list-view .gallery-pagination {
      left: 15px; } }

.grid-switch .image-grid-view {
  display: block; }

.grid-switch .image-list-view {
  display: none; }

.grid-switch .inner-detail {
  padding: 30px 0 0; }

.inner-slider-wrap {
  float: left;
  width: 80%; }

@media (max-width: 1023px) {
  .detail-slider {
    max-width: 100%; }
    .detail-slider .item.slick-slide {
      min-height: calc( 100vh - 80px); } }

.detail-slider .item {
  letter-spacing: -4px;
  position: relative; }

.detail-slider .slick-arrow {
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 5px;
  right: 176px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  z-index: 1;
  transition: background 0.3s ease; }
  @media (max-width: 1099px) {
    .detail-slider .slick-arrow {
      bottom: 5px;
      right: 90px; } }
  @media (max-width: 1023px) {
    .detail-slider .slick-arrow {
      right: 120px;
      display: none !important; } }
  @media (max-width: 767px) {
    .detail-slider .slick-arrow {
      display: none !important; } }
  .detail-slider .slick-arrow:hover {
    background: #000; }
    .detail-slider .slick-arrow:hover:before {
      background-image: url("../images/arrow-hover.png"); }
  .detail-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 17px;
    width: 15px;
    height: 25px;
    background: url("../images/arrow.png") no-repeat;
    background-size: contain; }
  .detail-slider .slick-arrow.slick-next {
    right: 98px; }
    @media (max-width: 1099px) {
      .detail-slider .slick-arrow.slick-next {
        right: 20px; } }
    @media (max-width: 1023px) {
      .detail-slider .slick-arrow.slick-next {
        right: 48px; } }
    .detail-slider .slick-arrow.slick-next:before {
      left: 20px;
      transform: rotate(180deg); }

.detail-slider .img-wrap {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: 73vh;
  width: 79%;
  position: relative; }
  @media (max-width: 1749px) {
    .detail-slider .img-wrap {
      width: 76%; } }
  @media (max-width: 1599px) {
    .detail-slider .img-wrap {
      width: 73%; } }
  @media (max-width: 1399px) {
    .detail-slider .img-wrap {
      width: 71%; } }
  @media (max-width: 1349px) {
    .detail-slider .img-wrap {
      width: 70%; } }
  @media (max-width: 1199px) {
    .detail-slider .img-wrap {
      /*width: 37%;*/
      width: 67%; } }
  @media (max-width: 1099px) {
    .detail-slider .img-wrap {
      width: 68%;
      height: 45vh; } }
  @media (max-width: 1023px) {
    .detail-slider .img-wrap {
      width: 100%;
      height: auto; } }
  @media (max-width: 767px) {
    .detail-slider .img-wrap {
      width: 100%;
      height: auto;
      text-align: center; } }
  .detail-slider .img-wrap img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    /*height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px; }
    @media (max-width: 1023px) {
      .detail-slider .img-wrap img {
        height: auto;
        width: 100%;
        position: static; } }

.item-title-container {
  display: inline-block;
  vertical-align: bottom;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  padding: 70px 25px 85px 75px;
  width: 21%;
  letter-spacing: 0;
  text-align: left;
  height: 66vh; }
  @media all and (-ms-high-contrast: none) {
    .item-title-container {
      /* IE11 */
      position: relative; } }
  @media (max-width: 1749px) {
    .item-title-container {
      width: 24%; } }
  @media (max-width: 1599px) {
    .item-title-container {
      width: 27%; } }
  @media (max-width: 1399px) {
    .item-title-container {
      width: 29%; } }
  @media (max-width: 1349px) {
    .item-title-container {
      width: 30%; } }
  @media (max-width: 1199px) {
    .item-title-container {
      width: 33%; } }
  @media (max-width: 1099px) {
    .item-title-container {
      width: 32%;
      padding: 70px 25px 65px 50px;
      height: 45vh; } }
  @media (max-width: 1023px) {
    .item-title-container {
      width: 100%;
      height: auto;
      padding: 50px; } }
  @media (max-width: 767px) {
    .item-title-container {
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 30px;
      height: auto; } }
  @media (max-width: 479px) {
    .item-title-container {
      padding: 15px 15px 30px; } }
  .item-title-container .item-text {
    bottom: 0;
    max-height: calc(100% - 70px);
    min-height: 50px;
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column; }
    @media all and (-ms-high-contrast: none) and (min-width: 1024px) {
      .item-title-container .item-text {
        /* IE11 */
        right: 0;
        width: 100%;
        padding: 0px 25px 0px 75px; } }
    @media (max-width: 1023px) {
      .item-title-container .item-text {
        display: block;
        max-height: auto;
        position: static; } }
  .item-title-container .title-list {
    margin-bottom: 10px;
    overflow-y: auto; }
    .item-title-container .title-list p {
      font-weight: 400;
      margin-bottom: 3px; }
      .item-title-container .title-list p a {
        font-weight: 700; }
  .item-title-container .item-title-inline a {
    font-weight: 600; }
  .item-title-container .item-price {
    margin-top: 3px;
    display: block; }
  .item-title-container .title-wrap {
    margin-bottom: 70px; }
    @media (max-width: 1023px) {
      .item-title-container .title-wrap {
        margin-bottom: 0; } }
  .item-title-container span.h4 {
    font: 500 14px/1.15 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    margin: 0 0 10px;
    display: block; }
  .item-title-container h3.gallery-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 6px;
    font-weight: 300;
    color: #444; }
  .item-title-container a {
    text-decoration: none; }
  .item-title-container .item-detail {
    text-transform: uppercase;
    color: #000; }
  .item-title-container .item-credits {
    line-height: 1.25;
    color: #626262; }
  .item-title-container .article-image-credit,
  .item-title-container .credit {
    font-weight: 300;
    color: #626262;
    display: block;
    text-transform: initial; }

.article-image-caption {
  display: block; }

.detail-nav {
  text-align: center;
  padding: 40px 0 0;
  letter-spacing: 0; }
  @media (max-width: 1023px) {
    .detail-nav {
      padding-top: 10px;
      display: none; } }
  .detail-nav .slick-track {
    letter-spacing: -4px; }
  .detail-nav .item {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;
    height: 9vh;
    max-width: 18vh;
    width: auto !important;
    letter-spacing: 0;
    padding-right: 15px; }
    @media (max-width: 1099px) {
      .detail-nav .item {
        max-width: 15vh;
        height: 6vh; } }
    .detail-nav .item:last-child {
      padding-right: 0; }
    .detail-nav .item:hover, .detail-nav .item.slick-current {
      opacity: 0.4; }
    .detail-nav .item img {
      display: inline-block;
      max-height: 100%;
      width: auto; }
  .detail-nav .slick-track {
    display: inline-block;
    vertical-align: top; }
  .detail-nav.slickfade .item {
    opacity: 1 !important; }
    .detail-nav.slickfade .item:hover, .detail-nav.slickfade .item.slick-current {
      opacity: 0.4 !important; }
  .detail-nav.slickfade .slick-track {
    max-width: 100%;
    text-align: center; }

.image-list-view {
  width: auto;
  margin-right: 300px; }
  @media (max-width: 1023px) {
    .image-list-view {
      width: 100%;
      margin-right: 0px; } }

.gallery-wrap {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  /*width: auto;
	max-width: 79.9%;*/
  width: 98%;
  padding-right: 30px; }
  @media (max-width: 1023px) {
    .gallery-wrap {
      max-width: 100%;
      width: 100%;
      padding-right: 0px; } }

@media (max-width: 1023px) {
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: none; } }

@media (max-width: 1023px) {
  .slick-slider .item {
    z-index: 20 !important; } }

.single-stores .inner-banner .banner-text {
  max-width: 75%; }

.single-stores .inner-banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .single-stores .inner-banner h1 {
      font-size: 20px; } }

.single-stores .inner-banner h2 {
  font-size: 22px;
  color: #fff; }
  @media (max-width: 767px) {
    .single-stores .inner-banner h2 {
      font-size: 14px; } }

.store-detail-block {
  padding: 40px 10px; }
  .store-detail-block aside {
    position: static !important; }

.special-offer {
  border-bottom: 1px solid #d1d3d4;
  font-style: italic;
  margin-bottom: 25px; }
  .special-offer p {
    margin-bottom: 0; }
  .special-offer strong {
    font-style: normal; }
  .special-offer a {
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
    .special-offer a:hover {
      color: #444; }

.address-block {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin: 0 -15px 35px;
  font-size: 16px; }
  .address-block .col {
    float: left;
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 479px) {
      .address-block .col {
        float: none;
        width: 100%;
        margin-bottom: 25px; } }
    .address-block .col.hour-desc h3 {
      font-weight: 300;
      font-style: italic;
      font-family: "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      text-transform: capitalize; }
    .address-block .col h3 {
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .address-block ul.address-detail li {
      font-size: 16px; } }
  .address-block ul.address-detail li + li {
    margin-top: 10px; }
  @media (max-width: 1023px) {
    .address-block ul.address-detail li br {
      display: none; } }
  .address-block ul:not(.address-detail) {
    text-transform: uppercase; }
  .address-block ul strong {
    text-transform: uppercase; }
  .address-block .hour {
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
  .address-block .day {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    max-width: 115px; }
    @media (max-width: 1023px) {
      .address-block .day {
        width: 51%; } }

.shops {
  display: block;
  font-style: italic;
  margin-bottom: 35px; }
  .shops strong {
    text-transform: uppercase;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-style: normal; }

.img-caption {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  .img-caption .caption {
    display: block; }
  .img-caption .credit {
    font-size: 13px; }

.store-slider {
  margin-bottom: 15px; }

.image-description {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px; }

.brands-block {
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1; }
  .brands-block p {
    margin: 0; }
    .brands-block p em {
      font: italic 14px/1 "DidotLTStd", serif; }
    .brands-block p a {
      text-decoration: none;
      font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 400; }
      .brands-block p a:hover {
        color: #444;
        font-weight: 500; }

.store-listing .articles-list h2 {
  font-size: 36px; }
  @media (max-width: 767px) {
    .store-listing .articles-list h2 {
      font-size: 24px; } }

.store-listing .articles-list .listing-item.three-up .text {
  font-size: 22px; }

@media (max-width: 767px) {
  .store-listing .articles-list .listing-item.three-up {
    font-size: 18px; } }

.other-stories {
  font-style: italic;
  margin-bottom: 15px; }

.article-map iframe {
  width: 100%; }
  @media (max-width: 767px) {
    .article-map iframe {
      height: 300px; } }
  @media (max-width: 479px) {
    .article-map iframe {
      height: 250px; } }

.article-country {
  text-align: center;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .article-country {
      font-size: 12px; } }
  .article-country .title {
    display: inline-block;
    vertical-align: top; }
  .article-country ul {
    display: inline-block;
    vertical-align: top; }
    .article-country ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 10px; }
      @media (max-width: 767px) {
        .article-country ul li {
          margin: 0 2px 10px; } }
      .article-country ul li:active a {
        color: #444; }

.related-articles .col {
  float: left;
  width: 25%;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .related-articles .col {
      width: 50%;
      margin-bottom: 25px; } }
  @media (max-width: 479px) {
    .related-articles .col {
      float: none;
      width: 100%; } }

.related-articles .img-wrap {
  margin-bottom: 5px; }
  .related-articles .img-wrap img {
    width: 100%;
    max-width: none; }
  .related-articles .img-wrap a:hover {
    opacity: 0.7; }

.related-articles .title {
  display: block;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-align: center;
  text-transform: uppercase; }
  .related-articles .title a:hover {
    color: #444; }

.store-content {
  font-size: 18px; }
  @media (max-width: 767px) {
    .store-content {
      font-size: 20px; } }

.gz-checkbox-wrap input[type="checkbox"] {
  display: none; }
  .gz-checkbox-wrap input[type="checkbox"] ~ label {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 10px 40px;
    position: relative;
    font-style: italic;
    font-weight: normal; }
    .gz-checkbox-wrap input[type="checkbox"] ~ label:before {
      background: #a0a0a0;
      border-radius: 7px;
      content: "";
      display: inline-block;
      height: 14px;
      left: 0;
      position: absolute;
      text-align: center;
      top: 14px;
      width: 26px; }
    .gz-checkbox-wrap input[type="checkbox"] ~ label:after {
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 50%;
      content: "";
      height: 12px;
      left: 1px;
      position: absolute;
      top: 15px;
      transition: all 0.3s ease;
      width: 12px; }
  .gz-checkbox-wrap input[type="checkbox"]:checked ~ label:before {
    background-color: #000; }
  .gz-checkbox-wrap input[type="checkbox"]:checked ~ label:after {
    left: 13px; }

.login-section {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .login-section {
      padding: 40px 0; } }
  .login-section h1 {
    font: 24px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 639px) {
      .login-section h1 {
        margin-bottom: 20px; } }
  .login-section .col {
    float: left;
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 639px) {
      .login-section .col {
        float: none;
        width: 100%;
        margin-bottom: 25px; } }
  .login-section .become-vip {
    font-size: 16px;
    line-height: 1;
    max-width: 440px;
    margin: 0 auto; }
    .login-section .become-vip p {
      font-style: italic; }
  .login-section .login-box {
    max-width: 318px;
    margin: 0 auto; }
  .login-section .social-network ul {
    max-width: 250px;
    margin: 0 auto; }
  .login-section .social-network li {
    margin-bottom: 20px; }
  .login-section .social-network a {
    background: #fff;
    border: 1px solid #d1d3d4;
    color: #000;
    cursor: pointer;
    font: 12px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    padding: 15px 15px 15px 60px;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
    .login-section .social-network a:hover {
      color: #fff;
      border-color: #000;
      background: #000; }
      .login-section .social-network a:hover i {
        color: #fff; }
  .login-section .social-network i {
    position: absolute;
    top: 15px;
    font-size: 18px;
    left: 20px; }
    .login-section .social-network i.icon-twitter {
      font-size: 14px; }
  .login-section .or {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    font-style: italic; }
  .login-section input[type="text"],
  .login-section input[type="email"],
  .login-section input[type="password"] {
    padding: 10px 18px;
    height: 48px; }
    @media (max-width: 767px) {
      .login-section input[type="text"],
      .login-section input[type="email"],
      .login-section input[type="password"] {
        height: 40px;
        padding: 5px 15px; } }
  .login-section .checkbox-wrap {
    margin-bottom: 10px; }
  .login-section .input-wrap {
    margin-bottom: 20px; }
  .login-section .forget-password {
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    display: block; }
    .login-section .forget-password a:hover {
      color: #444; }

.forget-password-section {
  text-align: center; }
  .forget-password-section form {
    max-width: 520px;
    margin: 0 auto; }

.vip-member-section {
  text-align: center; }
  .vip-member-section .social-network ul {
    letter-spacing: -4px;
    max-width: 100%; }
    @media (max-width: 549px) {
      .vip-member-section .social-network ul {
        max-width: 260px; } }
  .vip-member-section .social-network li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 0 15px; }
    @media (max-width: 549px) {
      .vip-member-section .social-network li {
        display: block; } }
  .vip-member-section .postcode {
    max-width: 150px; }
  .vip-member-section form {
    max-width: 520px;
    margin: 0 auto; }
  .vip-member-section .checkbox-wrap,
  .vip-member-section .gz-checkbox-wrap {
    text-align: left;
    max-width: 330px;
    margin: 0 auto; }
  .vip-member-section .btn {
    margin-top: 20px; }
  .vip-member-section .disclaimer {
    color: #a0a0a0;
    font-size: 12px;
    margin: 20px 0;
    font-style: italic;
    display: block; }
    .vip-member-section .disclaimer a {
      color: #000;
      text-decoration: underline; }
      .vip-member-section .disclaimer a:hover {
        text-decoration: none;
        color: #444; }

.profile-setting-section {
  padding: 40px 0; }
  .profile-setting-section .social-network.social-twitter a {
    cursor: default;
    pointer-events: none; }
  .profile-setting-section .social-network ul {
    margin-bottom: 25px;
    letter-spacing: -4px;
    max-width: 100%;
    text-align: center; }
    @media (max-width: 549px) {
      .profile-setting-section .social-network ul {
        max-width: 260px;
        margin: 0 auto; } }
  .profile-setting-section .social-network li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .profile-setting-section .social-network li {
        margin-bottom: 15px; } }
    @media (max-width: 549px) {
      .profile-setting-section .social-network li {
        display: block; } }
  .profile-setting-section .social-network a {
    background: #fff;
    border: 1px solid #d1d3d4;
    color: #000;
    cursor: pointer;
    font: 12px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    padding: 15px 30px 15px 60px;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
    @media (max-width: 1023px) {
      .profile-setting-section .social-network a {
        padding: 15px 20px 15px 50px; } }
    .profile-setting-section .social-network a.facebook-linked {
      background: #3b5998;
      border-color: #3b5998; }
    .profile-setting-section .social-network a.google-linked {
      background: #f44336;
      border-color: #f44336; }
    .profile-setting-section .social-network a:hover {
      color: #fff;
      border-color: #000;
      background: #000; }
      .profile-setting-section .social-network a:hover i {
        color: #fff; }
  .profile-setting-section .social-network i {
    position: absolute;
    top: 15px;
    font-size: 18px;
    left: 20px; }
    .profile-setting-section .social-network i.icon-twitter {
      font-size: 14px; }
  .profile-setting-section .social-twitter a {
    background: #019cec;
    color: #fff;
    border-color: #019cec; }
  .profile-setting-section select,
  .profile-setting-section input {
    padding: 5px 20px; }
    @media (max-width: 639px) {
      .profile-setting-section select,
      .profile-setting-section input {
        padding: 5px 10px; } }
  .profile-setting-section .input-wrap,
  .profile-setting-section .select-wrap {
    margin-bottom: 25px; }
  .profile-setting-section .row .select-wrap {
    float: left;
    width: 75%;
    padding: 0 15px; }
    @media (max-width: 639px) {
      .profile-setting-section .row .select-wrap {
        width: 70%; } }
  .profile-setting-section .row .input-wrap {
    float: right;
    width: 25%;
    padding: 0 15px; }
    @media (max-width: 639px) {
      .profile-setting-section .row .input-wrap {
        width: 30%; } }
  .profile-setting-section .form-wrap {
    max-width: 532px;
    margin: 0 auto; }
  .profile-setting-section .gz-checkbox-wrap {
    margin: 0 auto;
    max-width: 330px;
    text-align: left; }
  .profile-setting-section .submit-wrap {
    text-align: center;
    padding-top: 25px; }
    .profile-setting-section .submit-wrap .btn {
      min-width: 190px;
      padding: 10px 25px; }

.detail {
  display: block;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px; }

@media (max-width: 1023px) {
  .device-ios .user-img-wrap .img-wrap.rotate90deg {
    transform: rotate(90deg); } }

.user-img-wrap {
  position: relative;
  max-width: 157px;
  margin: 0 auto 35px;
  height: 157px; }
  .user-img-wrap:hover:before {
    opacity: 1; }
  .user-img-wrap:before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 9px;
    background: url("../images/camera.png") no-repeat;
    width: 30px;
    height: 30px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .user-img-wrap .img-wrap {
    position: relative;
    border-radius: 50%;
    max-width: 157px;
    height: 157px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .user-img-wrap input[type="file"] {
    font-size: 0;
    border: none;
    outline: none;
    background: none;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 8px;
    right: 9px;
    opacity: 0;
    z-index: 2; }

.user-bio {
  text-align: center;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase; }
  .user-bio h1 {
    margin-bottom: 5px;
    line-height: 1; }

.show-list ul {
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 479px) {
    .show-list ul {
      max-width: 180px;
      margin: 0 auto;
      text-align: left;
      letter-spacing: -4px; } }

.show-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px; }
  @media (max-width: 479px) {
    .show-list li {
      width: 50%;
      letter-spacing: 0; } }

.show-list .gz-checkbox-wrap input[type="checkbox"]:checked ~ label:after {
  margin: 0; }

.show-list .gz-checkbox-wrap input[type="checkbox"] ~ label {
  padding: 30px 5px 10px; }
  .show-list .gz-checkbox-wrap input[type="checkbox"] ~ label:before {
    left: 50%;
    margin-left: -13px; }
  .show-list .gz-checkbox-wrap input[type="checkbox"] ~ label:after {
    left: 50%;
    margin: 0 0 0 -12px; }

.select-wrap ul {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden; }

.select-wrap .mCSB_scrollTools {
  right: 10px; }
  @media (max-width: 639px) {
    .select-wrap .mCSB_scrollTools {
      right: 5px; } }

.select-wrap .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 5px 0; }

.select-wrap .mCSB_inside > .mCSB_container {
  margin-right: 30px; }
  @media (max-width: 639px) {
    .select-wrap .mCSB_inside > .mCSB_container {
      margin-right: 20px; } }

.select-wrap .selectric {
  background: #fff;
  border-color: #c7c8ca; }
  .select-wrap .selectric .label {
    margin: 0 38px 0 20px;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    letter-spacing: 0.07em; }
    @media (max-width: 639px) {
      .select-wrap .selectric .label {
        margin: 0 20px 0 10px; } }
  .select-wrap .selectric .button {
    background: #fff; }
    @media (max-width: 639px) {
      .select-wrap .selectric .button {
        width: 30px; } }
    .select-wrap .selectric .button:after {
      border-color: #000 #000 transparent transparent;
      border-width: 1px 1px 0 0;
      width: 8px;
      height: 8px;
      transform: rotate(130deg);
      top: -4px; }

.select-wrap .selectric-above .selectric-items {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #c7c8ca; }

.select-wrap .selectric-items {
  background: #fff;
  margin: -1px 0;
  border-top: 1px solid #fff;
  z-index: 1;
  box-shadow: none; }

.select-wrap .selectric-items ul {
  min-height: 0; }

.select-wrap .selectric-items li {
  max-height: 0;
  padding: 0 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  @media (max-width: 639px) {
    .select-wrap .selectric-items li {
      padding: 0 10px; } }
  .select-wrap .selectric-items li:hover, .select-wrap .selectric-items li.highlighted {
    background: transparent; }

.row-wrap {
  letter-spacing: -4px;
  margin-bottom: 25px; }
  .row-wrap label {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: right;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    letter-spacing: 0; }
    @media (max-width: 639px) {
      .row-wrap label {
        width: 100%;
        text-align: left;
        margin-bottom: 5px; } }
  .row-wrap .row-date {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    letter-spacing: 0; }
    @media (max-width: 639px) {
      .row-wrap .row-date {
        width: 100%; } }
  .row-wrap .row {
    margin: 0; }
    .row-wrap .row .select-wrap {
      float: left;
      padding: 0 15px;
      width: 30%;
      margin: 0; }
      @media (max-width: 639px) {
        .row-wrap .row .select-wrap {
          padding: 0 5px; } }
      .row-wrap .row .select-wrap.select-month {
        width: 40%; }
      .row-wrap .row .select-wrap:last-child {
        padding-right: 0; }
      @media (max-width: 639px) {
        .row-wrap .row .select-wrap:first-child {
          padding-left: 0; } }

.list-radio-wrap input[type="radio"],
.radio-wrap input[type="radio"] {
  display: none; }
  .list-radio-wrap input[type="radio"] ~ label, .list-radio-wrap input[type="radio"] span,
  .radio-wrap input[type="radio"] ~ label,
  .radio-wrap input[type="radio"] span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 25px;
    position: relative;
    font-weight: normal;
    margin-bottom: 5px; }
    .list-radio-wrap input[type="radio"] ~ label:before, .list-radio-wrap input[type="radio"] span:before,
    .radio-wrap input[type="radio"] ~ label:before,
    .radio-wrap input[type="radio"] span:before {
      background: transparent;
      border: 1px solid #000;
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: 14px;
      left: 0;
      position: absolute;
      text-align: center;
      top: 6px;
      width: 14px; }
    .list-radio-wrap input[type="radio"] ~ label:after, .list-radio-wrap input[type="radio"] span:after,
    .radio-wrap input[type="radio"] ~ label:after,
    .radio-wrap input[type="radio"] span:after {
      background-color: transparent;
      border-radius: 50%;
      content: "";
      height: 8px;
      left: 3px;
      position: absolute;
      top: 9px;
      transition: all 0.3s ease;
      width: 8px; }
  .list-radio-wrap input[type="radio"]:checked ~ label:after, .list-radio-wrap input[type="radio"]:checked span:after,
  .radio-wrap input[type="radio"]:checked ~ label:after,
  .radio-wrap input[type="radio"]:checked span:after {
    background-color: #000; }

.listradio-container .list-radio-wrap .nf-field-element li label {
  display: inline-block; }

.nf-field-label label {
  display: inline-block;
  vertical-align: top;
  font: 700 18px/1.5 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 5px; }

.label-above.nf-field-container.html-container {
  margin: 0; }

.label-above.nf-field-container.hr-container {
  margin-bottom: 25px; }

.label-above.nf-field-container .nf-field-label {
  margin-bottom: 5px; }

.label-above .submit-wrap {
  text-align: center; }

.label-above .list-checkbox-wrap .nf-field-element .ninja-forms-field {
  height: auto; }

.label-above .nf-field-element hr.ninja-forms-field {
  height: auto; }

.label-above .nf-field-element .ninja-forms-field {
  width: 100%;
  height: 42px; }

.label-above .nf-field-element textarea.ninja-forms-field {
  height: 150px;
  resize: none; }

.label-above .nf-field-element input[type="button"] {
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d3d4;
  font: 12px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  padding: 16px 65px 14px;
  border-radius: 0;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  width: auto; }
  .label-above .nf-field-element input[type="button"]:hover {
    background: #000;
    color: #fff; }

.listcheckbox-wrap .checkbox-wrap,
.checkbox-container .checkbox-wrap {
  padding-left: 0; }

.listcheckbox-wrap .nf-field-element input[type="checkbox"],
.checkbox-container .nf-field-element input[type="checkbox"] {
  opacity: 0; }
  .listcheckbox-wrap .nf-field-element input[type="checkbox"] + label,
  .checkbox-container .nf-field-element input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    font-weight: 400; }
    .listcheckbox-wrap .nf-field-element input[type="checkbox"] + label:before,
    .checkbox-container .nf-field-element input[type="checkbox"] + label:before {
      content: '';
      margin: -4px 10px 0 -20px;
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      background: url("../images/checkbox.png") no-repeat;
      background-size: cover;
      background-position: 0 0;
      transition: background-position 0.3s ease, opacity 0.3s ease; }
  .listcheckbox-wrap .nf-field-element input[type="checkbox"]:hover + label:before,
  .checkbox-container .nf-field-element input[type="checkbox"]:hover + label:before {
    opacity: 0.7; }
  .listcheckbox-wrap .nf-field-element input[type="checkbox"]:checked + label:before,
  .checkbox-container .nf-field-element input[type="checkbox"]:checked + label:before {
    background-position: 0 -14px; }

.listselect-containe .list-multiselect-wrap div div,
.listselect-containe .listcountry-wrap div div,
.listselect-containe .list-select-wrap div div,
.listmultiselect-container .list-multiselect-wrap div div,
.listmultiselect-container .listcountry-wrap div div,
.listmultiselect-container .list-select-wrap div div,
.listcountry-container .list-multiselect-wrap div div,
.listcountry-container .listcountry-wrap div div,
.listcountry-container .list-select-wrap div div {
  display: block; }

.listselect-containe .list-multiselect-wrap .selectric-wrapper.selectric-open .selectric-items,
.listselect-containe .listcountry-wrap .selectric-wrapper.selectric-open .selectric-items,
.listselect-containe .list-select-wrap .selectric-wrapper.selectric-open .selectric-items,
.listmultiselect-container .list-multiselect-wrap .selectric-wrapper.selectric-open .selectric-items,
.listmultiselect-container .listcountry-wrap .selectric-wrapper.selectric-open .selectric-items,
.listmultiselect-container .list-select-wrap .selectric-wrapper.selectric-open .selectric-items,
.listcountry-container .list-multiselect-wrap .selectric-wrapper.selectric-open .selectric-items,
.listcountry-container .listcountry-wrap .selectric-wrapper.selectric-open .selectric-items,
.listcountry-container .list-select-wrap .selectric-wrapper.selectric-open .selectric-items {
  display: block; }

.listselect-containe .list-multiselect-wrap .selectric-wrapper .selectric-items,
.listselect-containe .listcountry-wrap .selectric-wrapper .selectric-items,
.listselect-containe .list-select-wrap .selectric-wrapper .selectric-items,
.listmultiselect-container .list-multiselect-wrap .selectric-wrapper .selectric-items,
.listmultiselect-container .listcountry-wrap .selectric-wrapper .selectric-items,
.listmultiselect-container .list-select-wrap .selectric-wrapper .selectric-items,
.listcountry-container .list-multiselect-wrap .selectric-wrapper .selectric-items,
.listcountry-container .listcountry-wrap .selectric-wrapper .selectric-items,
.listcountry-container .list-select-wrap .selectric-wrapper .selectric-items {
  display: none;
  z-index: 1; }

.listselect-containe .list-multiselect-wrap .selectric,
.listselect-containe .listcountry-wrap .selectric,
.listselect-containe .list-select-wrap .selectric,
.listmultiselect-container .list-multiselect-wrap .selectric,
.listmultiselect-container .listcountry-wrap .selectric,
.listmultiselect-container .list-select-wrap .selectric,
.listcountry-container .list-multiselect-wrap .selectric,
.listcountry-container .listcountry-wrap .selectric,
.listcountry-container .list-select-wrap .selectric {
  background: #fff;
  border-color: #c7c8ca; }
  .listselect-containe .list-multiselect-wrap .selectric .label,
  .listselect-containe .listcountry-wrap .selectric .label,
  .listselect-containe .list-select-wrap .selectric .label,
  .listmultiselect-container .list-multiselect-wrap .selectric .label,
  .listmultiselect-container .listcountry-wrap .selectric .label,
  .listmultiselect-container .list-select-wrap .selectric .label,
  .listcountry-container .list-multiselect-wrap .selectric .label,
  .listcountry-container .listcountry-wrap .selectric .label,
  .listcountry-container .list-select-wrap .selectric .label {
    margin: 0 38px 0 20px;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    letter-spacing: 0.07em; }
    @media (max-width: 639px) {
      .listselect-containe .list-multiselect-wrap .selectric .label,
      .listselect-containe .listcountry-wrap .selectric .label,
      .listselect-containe .list-select-wrap .selectric .label,
      .listmultiselect-container .list-multiselect-wrap .selectric .label,
      .listmultiselect-container .listcountry-wrap .selectric .label,
      .listmultiselect-container .list-select-wrap .selectric .label,
      .listcountry-container .list-multiselect-wrap .selectric .label,
      .listcountry-container .listcountry-wrap .selectric .label,
      .listcountry-container .list-select-wrap .selectric .label {
        margin: 0 20px 0 10px; } }
  .listselect-containe .list-multiselect-wrap .selectric .button,
  .listselect-containe .listcountry-wrap .selectric .button,
  .listselect-containe .list-select-wrap .selectric .button,
  .listmultiselect-container .list-multiselect-wrap .selectric .button,
  .listmultiselect-container .listcountry-wrap .selectric .button,
  .listmultiselect-container .list-select-wrap .selectric .button,
  .listcountry-container .list-multiselect-wrap .selectric .button,
  .listcountry-container .listcountry-wrap .selectric .button,
  .listcountry-container .list-select-wrap .selectric .button {
    background: #fff; }
    @media (max-width: 639px) {
      .listselect-containe .list-multiselect-wrap .selectric .button,
      .listselect-containe .listcountry-wrap .selectric .button,
      .listselect-containe .list-select-wrap .selectric .button,
      .listmultiselect-container .list-multiselect-wrap .selectric .button,
      .listmultiselect-container .listcountry-wrap .selectric .button,
      .listmultiselect-container .list-select-wrap .selectric .button,
      .listcountry-container .list-multiselect-wrap .selectric .button,
      .listcountry-container .listcountry-wrap .selectric .button,
      .listcountry-container .list-select-wrap .selectric .button {
        width: 30px; } }
    .listselect-containe .list-multiselect-wrap .selectric .button:after,
    .listselect-containe .listcountry-wrap .selectric .button:after,
    .listselect-containe .list-select-wrap .selectric .button:after,
    .listmultiselect-container .list-multiselect-wrap .selectric .button:after,
    .listmultiselect-container .listcountry-wrap .selectric .button:after,
    .listmultiselect-container .list-select-wrap .selectric .button:after,
    .listcountry-container .list-multiselect-wrap .selectric .button:after,
    .listcountry-container .listcountry-wrap .selectric .button:after,
    .listcountry-container .list-select-wrap .selectric .button:after {
      border-color: #000 #000 transparent transparent;
      border-width: 1px 1px 0 0;
      width: 8px;
      height: 8px;
      transform: rotate(130deg);
      top: -4px; }

.listselect-containe .list-multiselect-wrap .selectric-above .selectric-items,
.listselect-containe .listcountry-wrap .selectric-above .selectric-items,
.listselect-containe .list-select-wrap .selectric-above .selectric-items,
.listmultiselect-container .list-multiselect-wrap .selectric-above .selectric-items,
.listmultiselect-container .listcountry-wrap .selectric-above .selectric-items,
.listmultiselect-container .list-select-wrap .selectric-above .selectric-items,
.listcountry-container .list-multiselect-wrap .selectric-above .selectric-items,
.listcountry-container .listcountry-wrap .selectric-above .selectric-items,
.listcountry-container .list-select-wrap .selectric-above .selectric-items {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #c7c8ca; }

.listselect-containe .list-multiselect-wrap .selectric-items,
.listselect-containe .listcountry-wrap .selectric-items,
.listselect-containe .list-select-wrap .selectric-items,
.listmultiselect-container .list-multiselect-wrap .selectric-items,
.listmultiselect-container .listcountry-wrap .selectric-items,
.listmultiselect-container .list-select-wrap .selectric-items,
.listcountry-container .list-multiselect-wrap .selectric-items,
.listcountry-container .listcountry-wrap .selectric-items,
.listcountry-container .list-select-wrap .selectric-items {
  background: #fff;
  margin: -1px 0;
  border-top: 1px solid #fff;
  z-index: 1;
  box-shadow: none; }

.listselect-containe .list-multiselect-wrap .selectric-items ul,
.listselect-containe .listcountry-wrap .selectric-items ul,
.listselect-containe .list-select-wrap .selectric-items ul,
.listmultiselect-container .list-multiselect-wrap .selectric-items ul,
.listmultiselect-container .listcountry-wrap .selectric-items ul,
.listmultiselect-container .list-select-wrap .selectric-items ul,
.listcountry-container .list-multiselect-wrap .selectric-items ul,
.listcountry-container .listcountry-wrap .selectric-items ul,
.listcountry-container .list-select-wrap .selectric-items ul {
  min-height: 0; }

.listselect-containe .list-multiselect-wrap .selectric-items li,
.listselect-containe .listcountry-wrap .selectric-items li,
.listselect-containe .list-select-wrap .selectric-items li,
.listmultiselect-container .list-multiselect-wrap .selectric-items li,
.listmultiselect-container .listcountry-wrap .selectric-items li,
.listmultiselect-container .list-select-wrap .selectric-items li,
.listcountry-container .list-multiselect-wrap .selectric-items li,
.listcountry-container .listcountry-wrap .selectric-items li,
.listcountry-container .list-select-wrap .selectric-items li {
  max-height: 0;
  padding: 0 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  @media (max-width: 639px) {
    .listselect-containe .list-multiselect-wrap .selectric-items li,
    .listselect-containe .listcountry-wrap .selectric-items li,
    .listselect-containe .list-select-wrap .selectric-items li,
    .listmultiselect-container .list-multiselect-wrap .selectric-items li,
    .listmultiselect-container .listcountry-wrap .selectric-items li,
    .listmultiselect-container .list-select-wrap .selectric-items li,
    .listcountry-container .list-multiselect-wrap .selectric-items li,
    .listcountry-container .listcountry-wrap .selectric-items li,
    .listcountry-container .list-select-wrap .selectric-items li {
      padding: 0 10px; } }
  .listselect-containe .list-multiselect-wrap .selectric-items li:hover, .listselect-containe .list-multiselect-wrap .selectric-items li.highlighted,
  .listselect-containe .listcountry-wrap .selectric-items li:hover,
  .listselect-containe .listcountry-wrap .selectric-items li.highlighted,
  .listselect-containe .list-select-wrap .selectric-items li:hover,
  .listselect-containe .list-select-wrap .selectric-items li.highlighted,
  .listmultiselect-container .list-multiselect-wrap .selectric-items li:hover,
  .listmultiselect-container .list-multiselect-wrap .selectric-items li.highlighted,
  .listmultiselect-container .listcountry-wrap .selectric-items li:hover,
  .listmultiselect-container .listcountry-wrap .selectric-items li.highlighted,
  .listmultiselect-container .list-select-wrap .selectric-items li:hover,
  .listmultiselect-container .list-select-wrap .selectric-items li.highlighted,
  .listcountry-container .list-multiselect-wrap .selectric-items li:hover,
  .listcountry-container .list-multiselect-wrap .selectric-items li.highlighted,
  .listcountry-container .listcountry-wrap .selectric-items li:hover,
  .listcountry-container .listcountry-wrap .selectric-items li.highlighted,
  .listcountry-container .list-select-wrap .selectric-items li:hover,
  .listcountry-container .list-select-wrap .selectric-items li.highlighted {
    background: transparent; }

.listselect-containe .list-multiselect-wrap ul,
.listselect-containe .listcountry-wrap ul,
.listselect-containe .list-select-wrap ul,
.listmultiselect-container .list-multiselect-wrap ul,
.listmultiselect-container .listcountry-wrap ul,
.listmultiselect-container .list-select-wrap ul,
.listcountry-container .list-multiselect-wrap ul,
.listcountry-container .listcountry-wrap ul,
.listcountry-container .list-select-wrap ul {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden; }

.listselect-containe .list-multiselect-wrap .mCSB_scrollTools,
.listselect-containe .listcountry-wrap .mCSB_scrollTools,
.listselect-containe .list-select-wrap .mCSB_scrollTools,
.listmultiselect-container .list-multiselect-wrap .mCSB_scrollTools,
.listmultiselect-container .listcountry-wrap .mCSB_scrollTools,
.listmultiselect-container .list-select-wrap .mCSB_scrollTools,
.listcountry-container .list-multiselect-wrap .mCSB_scrollTools,
.listcountry-container .listcountry-wrap .mCSB_scrollTools,
.listcountry-container .list-select-wrap .mCSB_scrollTools {
  right: 10px; }
  @media (max-width: 639px) {
    .listselect-containe .list-multiselect-wrap .mCSB_scrollTools,
    .listselect-containe .listcountry-wrap .mCSB_scrollTools,
    .listselect-containe .list-select-wrap .mCSB_scrollTools,
    .listmultiselect-container .list-multiselect-wrap .mCSB_scrollTools,
    .listmultiselect-container .listcountry-wrap .mCSB_scrollTools,
    .listmultiselect-container .list-select-wrap .mCSB_scrollTools,
    .listcountry-container .list-multiselect-wrap .mCSB_scrollTools,
    .listcountry-container .listcountry-wrap .mCSB_scrollTools,
    .listcountry-container .list-select-wrap .mCSB_scrollTools {
      right: 5px; } }

.listselect-containe .list-multiselect-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listselect-containe .listcountry-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listselect-containe .list-select-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listmultiselect-container .list-multiselect-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listmultiselect-container .listcountry-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listmultiselect-container .list-select-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listcountry-container .list-multiselect-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listcountry-container .listcountry-wrap .mCSB_scrollTools a + .mCSB_draggerContainer,
.listcountry-container .list-select-wrap .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 5px 0; }

.listselect-containe .list-multiselect-wrap .mCSB_inside > .mCSB_container,
.listselect-containe .listcountry-wrap .mCSB_inside > .mCSB_container,
.listselect-containe .list-select-wrap .mCSB_inside > .mCSB_container,
.listmultiselect-container .list-multiselect-wrap .mCSB_inside > .mCSB_container,
.listmultiselect-container .listcountry-wrap .mCSB_inside > .mCSB_container,
.listmultiselect-container .list-select-wrap .mCSB_inside > .mCSB_container,
.listcountry-container .list-multiselect-wrap .mCSB_inside > .mCSB_container,
.listcountry-container .listcountry-wrap .mCSB_inside > .mCSB_container,
.listcountry-container .list-select-wrap .mCSB_inside > .mCSB_container {
  margin-right: 30px; }
  @media (max-width: 639px) {
    .listselect-containe .list-multiselect-wrap .mCSB_inside > .mCSB_container,
    .listselect-containe .listcountry-wrap .mCSB_inside > .mCSB_container,
    .listselect-containe .list-select-wrap .mCSB_inside > .mCSB_container,
    .listmultiselect-container .list-multiselect-wrap .mCSB_inside > .mCSB_container,
    .listmultiselect-container .listcountry-wrap .mCSB_inside > .mCSB_container,
    .listmultiselect-container .list-select-wrap .mCSB_inside > .mCSB_container,
    .listcountry-container .list-multiselect-wrap .mCSB_inside > .mCSB_container,
    .listcountry-container .listcountry-wrap .mCSB_inside > .mCSB_container,
    .listcountry-container .list-select-wrap .mCSB_inside > .mCSB_container {
      margin-right: 20px; } }

.gz-competition-form h3 {
  margin-bottom: 20px; }

.gz-competition-form .input-wrap,
.gz-competition-form .gz-row-wrap,
.gz-competition-form .select-wrap {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .gz-competition-form .input-wrap,
    .gz-competition-form .gz-row-wrap,
    .gz-competition-form .select-wrap {
      margin-bottom: 20px; } }

.gz-competition-form label {
  display: inline-block;
  vertical-align: top;
  font: 700 18px/1.5 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .gz-competition-form label {
      font-size: 16px; } }

.gz-competition-form .checkbox-wrap {
  padding-left: 20px; }
  .gz-competition-form .checkbox-wrap label {
    margin: 0;
    font-weight: 400;
    font-family: "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
  .gz-competition-form .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .gz-competition-form .checkbox-wrap input[type="checkbox"] + span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      padding: 0;
      margin-bottom: 5px;
      font-weight: 400; }
      .gz-competition-form .checkbox-wrap input[type="checkbox"] + span:before {
        content: '';
        margin: -4px 10px 0 -20px;
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        background: url("../images/checkbox.png") no-repeat;
        background-size: cover;
        background-position: 0 0;
        transition: background-position 0.3s ease, opacity 0.3s ease; }
    .gz-competition-form .checkbox-wrap input[type="checkbox"]:hover + span:before {
      opacity: 0.7; }
    .gz-competition-form .checkbox-wrap input[type="checkbox"]:checked + span:before {
      background-position: 0 -14px; }

.gz-competition-form .radio-wrap label {
  margin: 0;
  font-weight: 400;
  font-family: "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }

.gz-competition-form textarea {
  resize: none;
  height: 80px; }

.gz-competition-form .submit-wrap {
  text-align: center; }

.social-login {
  margin-bottom: 20px; }
  .social-login ul {
    text-align: center; }
  .social-login li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media (max-width: 639px) {
      .social-login li {
        width: 100%; } }
    .social-login li + li {
      margin-left: 60px; }
      @media (max-width: 1023px) {
        .social-login li + li {
          margin-left: 40px; } }
      @media (max-width: 639px) {
        .social-login li + li {
          margin: 40px 0 0; } }
      .social-login li + li:before {
        content: "or";
        position: absolute;
        top: 50%;
        left: -34px;
        font-family: "DidotLTStd", serif;
        font-style: italic;
        transform: translateY(-50%); }
        @media (max-width: 1023px) {
          .social-login li + li:before {
            left: -27px; } }
        @media (max-width: 639px) {
          .social-login li + li:before {
            top: -36px;
            left: 50%;
            transform: translateX(-50%); } }
    .social-login li a {
      padding: 16px 15px 14px; }

.competition-wrap h3 {
  margin-bottom: 20px; }

#search-results-title small {
  display: block;
  padding-top: 10px; }

.fashion-shoots-finder > .container {
  padding: 0 15px; }

.fashion-shoots-finder.articles-three .main-content {
  width: 100%;
  padding-right: 0; }

@media (max-width: 1199px) {
  .fashion-shoots-finder .listing-container .container {
    padding-right: 0; } }

.fashion-shoots .main-content {
  width: 100%; }

.fashion-shoots .articles-list h2 {
  font-size: 20px;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .fashion-shoots .articles-list h2 {
      margin-bottom: 10px; } }
  .fashion-shoots .articles-list h2 a {
    color: #000;
    font-family: 'GT Eesti Pro Disp Trial UBold', sans-serif;
    letter-spacing: 0; }
    .fashion-shoots .articles-list h2 a:hover {
      color: #444; }

.fashion-shoots .articles-list .listing-item.three-up .text {
  padding-top: 35px;
  padding-bottom: 50px;
  max-width: 70%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 4px; }
  @media (max-width: 1023px) {
    .fashion-shoots .articles-list .listing-item.three-up .text {
      padding-top: 15px;
      padding-bottom: 30px;
      width: 100%;
      letter-spacing: 2px; } }
  @media (max-width: 767px) {
    .fashion-shoots .articles-list .listing-item.three-up .text {
      font-size: 14px;
      padding-bottom: 20px; } }

.fashion-shoots .articles-list .text {
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 1.6; }
  @media (max-width: 767px) {
    .fashion-shoots .articles-list .text {
      letter-spacing: 2px; } }

.fashion-top-ads {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .fashion-top-ads {
      max-width: 90%; } }

@media (max-width: 767px) {
  .fashion-filter {
    padding: 0 15px; } }

.fashion-filter ul {
  margin: 0 -15px;
  padding: 50px 0 60px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .fashion-filter ul {
      padding: 30px 0 40px; } }
  @media (max-width: 767px) {
    .fashion-filter ul {
      margin: 0 -5px;
      padding: 20px 0 25px; } }

.fashion-filter li {
  float: left;
  width: 25%;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .fashion-filter li {
      padding: 0 5px; } }
  .fashion-filter li a {
    border: 1px solid #444;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 14px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    padding: 15px; }
    @media (max-width: 767px) {
      .fashion-filter li a {
        font-size: 12px;
        padding: 8px; } }
    @media (max-width: 479px) {
      .fashion-filter li a {
        font-size: 11px;
        padding: 8px 5px 7px; } }
    .fashion-filter li a:hover {
      background: #444;
      color: #fff; }

.fs-container {
  max-width: 1560px;
  margin: 0 auto; }

.fs-images .item-wrap {
  padding-left: 35px;
  padding-right: 35px;
  opacity: 0; }
  @media (max-width: 1023px) {
    .fs-images .item-wrap {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .fs-images .item-wrap {
      padding: 0; } }
  .fs-images .item-wrap.active {
    opacity: 1;
    -webkit-transition: opacity 700ms;
    transition: opacity 700ms; }
  .fs-images .item-wrap .video-wrap {
    position: relative;
    padding-bottom: 56.69%;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .fs-images .item-wrap .video-wrap iframe, .fs-images .item-wrap .video-wrap video, .fs-images .item-wrap .video-wrap .jwplayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .fs-images .item-wrap.landscape-wrap.first {
    padding: 0; }
    .fs-images .item-wrap.landscape-wrap.first .item {
      padding-left: 0;
      padding-right: 0; }
  .fs-images .item-wrap.portrait-wrap .item {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .fs-images .item-wrap.portrait-wrap .item {
        width: 100%; } }
  .fs-images .item-wrap.portrait-wrap:after {
    clear: both;
    display: table;
    content: ''; }
  .fs-images .item-wrap.portrait-wrap .video-wrap {
    padding-bottom: 140%; }

.fs-images .item {
  padding: 0px 35px 40px; }
  @media (max-width: 1023px) {
    .fs-images .item {
      padding: 0 15px 40px; } }
  @media (max-width: 767px) {
    .fs-images .item {
      padding: 0 0 40px; } }
  .fs-images .item .text-wrap {
    text-align: center;
    padding: 15px 20px 0;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    font-size: 12px; }
    .fs-images .item .text-wrap .item-detail {
      font-size: 16px; }
      @media (max-width: 767px) {
        .fs-images .item .text-wrap .item-detail {
          padding: 15px 20px 0; } }
    .fs-images .item .text-wrap p {
      color: #000;
      margin-bottom: 0; }
    .fs-images .item .text-wrap h1, .fs-images .item .text-wrap h2, .fs-images .item .text-wrap h3, .fs-images .item .text-wrap h4, .fs-images .item .text-wrap h5 {
      font-weight: 700; }
    .fs-images .item .text-wrap.gallery-desc {
      padding: 0;
      text-align: left; }
      @media (max-width: 767px) {
        .fs-images .item .text-wrap.gallery-desc {
          text-align: center; } }
      .fs-images .item .text-wrap.gallery-desc p {
        margin-bottom: 15px; }

.footer-form #nl_footer {
  position: relative;
  padding-left: 0;
  padding-right: 3%; }
  @media (max-width: 479px) {
    .footer-form #nl_footer {
      padding: 0; } }

.footer-form #nl_footer .nl-field-group {
  width: 100%; }
  .footer-form #nl_footer .nl-field-group label {
    display: none; }

.footer-form #nl_footer .nl-field-group input {
  border-radius: 0;
  padding: 5px 10px;
  height: 42px;
  text-indent: 0;
  border-color: transparent;
  font-weight: 400;
  font-size: 16px; }
  .footer-form #nl_footer .nl-field-group input::placeholder {
    color: rgba(0, 0, 0, 0.4); }

.footer-form #nl_footer .clear {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px; }
  @media (max-width: 479px) {
    .footer-form #nl_footer .clear {
      width: 110px; } }

.footer-form #nl_footer .nl_footer_btn {
  font-family: 'BrandonGrotesque', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 18px;
  display: block;
  background: #000;
  border-color: #000;
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  height: auto;
  border: 1px solid #000;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s; }
  @media (max-width: 479px) {
    .footer-form #nl_footer .nl_footer_btn {
      font-size: 14px; } }
  .footer-form #nl_footer .nl_footer_btn:hover {
    background: #fff;
    border-color: #d1d3d4;
    color: #000; }

.footer-form #nl_footer div#nl_responses {
  font: 14px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  top: auto; }

img {
  vertical-align: top; }

a {
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
  outline: none; }

.row {
  margin: 0 -15px; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 60px; }

.container {
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container {
      padding: 0 15px; } }

.btn {
  background: #fff;
  border: 1px solid #d1d3d4;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font: 12px/1.25 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  padding: 16px 65px 14px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  vertical-align: middle; }
  .btn:hover {
    background: #000;
    color: #fff; }
  .btn.btn-primary {
    background: #000;
    color: #fff;
    border-color: #000; }
    .btn.btn-primary:hover {
      background: #fff;
      color: #000;
      border-color: #d1d3d4; }

.three-block {
  border: 1px solid #fff;
  border-bottom: 0;
  margin: 0 -1px; }
  .three-block.alt .col-one {
    float: right; }
    @media (max-width: 767px) {
      .three-block.alt .col-one {
        float: none; } }
    .three-block.alt .col-one a {
      border-right: 0; }
  .three-block.alt a {
    border-right: 1px solid #fff;
    border-left: 0; }
    @media (max-width: 767px) {
      .three-block.alt a {
        border-right: 0; } }
  .three-block .col-one {
    float: left;
    width: 40%; }
    @media (max-width: 767px) {
      .three-block .col-one {
        float: none;
        width: 100%; } }
    .three-block .col-one a {
      border-left: 0; }
    .three-block .col-one .hero-image {
      padding-bottom: 42.6vw; }
      @media (max-width: 1199px) {
        .three-block .col-one .hero-image {
          padding-bottom: 42.67vw; } }
      @media (max-width: 767px) {
        .three-block .col-one .hero-image {
          padding-bottom: 100vw; } }
  .three-block .col-two {
    float: left;
    width: 60%; }
    @media (max-width: 767px) {
      .three-block .col-two {
        float: none;
        width: 100%; } }
    @media (max-width: 767px) {
      .three-block .col-two a {
        border-top: 1px solid #fff; } }
  .three-block a {
    display: block;
    border-left: 1px solid #fff;
    position: relative;
    z-index: 1;
    font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .three-block a {
        border-left: none; } }
    .three-block a + a {
      border-top: 1px solid #fff; }
    .three-block a:hover:before {
      background: rgba(0, 0, 0, 0.15); }
    .three-block a:hover h2 {
      visibility: hidden;
      opacity: 0; }
      @media (max-width: 767px) {
        .three-block a:hover h2 {
          visibility: visible;
          opacity: 1; } }
    .three-block a:hover p {
      visibility: visible;
      opacity: 1; }
      @media (max-width: 767px) {
        .three-block a:hover p {
          visibility: hidden;
          opacity: 0; } }
    .three-block a:before {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      transition: background 0.3s ease;
      width: 100%;
      z-index: 1; }
  .three-block .hero-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 21.2766vw;
    width: 100%; }
    @media (max-width: 767px) {
      .three-block .hero-image {
        padding-bottom: 50vw; } }
  .three-block .video-wrap {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    z-index: -1; }
    .three-block .video-wrap iframe,
    .three-block .video-wrap video, .three-block .video-wrap .jwplayer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      min-height: 100%;
      min-width: 100%; }
  .three-block h2, .three-block p {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    transform: translateY(-50%);
    color: #fff; }
  .three-block p {
    visibility: hidden;
    opacity: 0; }
    @media (max-width: 767px) {
      .three-block p {
        visibility: visible;
        opacity: 1; } }
  @media (max-width: 767px) {
    .three-block h2 {
      visibility: hidden;
      opacity: 0; } }
  .three-block .hero-text {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    letter-spacing: 2px; }
    @media (max-width: 1199px) {
      .three-block .hero-text {
        line-height: 1; } }
    @media (max-width: 1023px) {
      .three-block .hero-text {
        letter-spacing: 0; } }

.three-columns {
  margin: 0 -15px;
  padding: 1px 0 10px;
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif; }
  .three-columns a.img-wrap {
    margin-bottom: 5px;
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    display: block; }
    @media (max-width: 1699px) {
      .three-columns a.img-wrap {
        min-height: 310px; } }
    @media (max-width: 1499px) {
      .three-columns a.img-wrap {
        min-height: 280px; } }
    @media (max-width: 1199px) {
      .three-columns a.img-wrap {
        min-height: 200px; } }
    @media (max-width: 1023px) {
      .three-columns a.img-wrap {
        min-height: 150px; } }
    @media (max-width: 767px) {
      .three-columns a.img-wrap {
        min-height: 300px; } }
    @media (max-width: 499px) {
      .three-columns a.img-wrap {
        min-height: 240px; } }
    @media (max-width: 479px) {
      .three-columns a.img-wrap {
        min-height: 200px; } }
    .three-columns a.img-wrap:hover:before {
      background: rgba(0, 0, 0, 0.1); }
    .three-columns a.img-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background 0.3s ease; }
  .three-columns .col {
    padding: 0 15px;
    float: left;
    width: 33.33%; }
    @media (max-width: 767px) {
      .three-columns .col {
        float: none;
        width: 100%; } }
    @media (max-width: 767px) {
      .three-columns .col + .col {
        margin-top: 10px; } }
  .three-columns .img-wrap {
    margin-bottom: 5px; }
  .three-columns .title {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500; }
    .three-columns .title a:hover {
      color: #4d4c4c; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #cacaca; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #807f7f; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  border-radius: 0;
  width: 2px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #807f7f; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

.slick-initialized .slick-slide {
  outline: none; }

#main {
  transition: transform .5s, margin .5s; }

.clearfix {
  display: block;
  clear: both; }

.grazia-text p strong {
  font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.grazia-text h2 {
  font: 100 22px/1.2 "DidotLTStd", serif; }

.video-wrap > .fb-video, .gembed-container > .fb-video, .ext-video > .fb-video, .img-wrap > a > .fb-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.archive.category .promo-full-width .img-wrap .video-wrap.hero-image .jwplayer.jw-stretch-fill .jw-media.jw-reset {
  position: relative; }
  body.archive.category .promo-full-width .img-wrap .video-wrap.hero-image .jwplayer.jw-stretch-fill .jw-media.jw-reset video {
    height: auto;
    width: 100%;
    object-fit: cover;
    position: relative;
    vertical-align: bottom; }

body.archive.category .promo-full-width .img-wrap .hide-desktop .video-wrap.hero-image {
  min-height: unset;
  position: static;
  height: auto; }
  body.archive.category .promo-full-width .img-wrap .hide-desktop .video-wrap.hero-image .jwplayer.jw-stretch-fill {
    position: relative; }
    body.archive.category .promo-full-width .img-wrap .hide-desktop .video-wrap.hero-image .jwplayer.jw-stretch-fill .jw-wrapper {
      position: relative; }

@media only screen and (max-width: 600px) {
  body.home .home-video-wrapper .video-wrap.hero-image .jwplayer.jw-stretch-fill {
    position: relative !important;
    padding: 0 !important; }
    body.home .home-video-wrapper .video-wrap.hero-image .jwplayer.jw-stretch-fill .jw-media.jw-reset {
      position: relative; }
      body.home .home-video-wrapper .video-wrap.hero-image .jwplayer.jw-stretch-fill .jw-media.jw-reset video.jw-video.jw-reset {
        object-fit: cover;
        height: auto;
        width: 100%;
        position: relative; } }

.insticator-comments-counter {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  font-size: 10px;
  color: #000; }

.insticator-comments-counter:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 14px;
  height: 10px;
  background: #ffff;
  top: 5px;
  border-radius: 1px; }

.insticator-comments-counter:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 0 solid transparent;
  border-top: 5px solid #ffff; }

.addthis_button_comment {
  text-align: center;
  display: inline-block;
  width: 44px;
  background-color: #90ee90; }
