/*== VARIABLES =============================================================*/

/*Minified CSS reset*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body, html {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
b, strong {
  font-weight: 400;
  font-family: "Egon-Bold", serif;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
ol, ul {
  list-style: none;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, td, th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:after, q:before {
  content: "";
  content: none;
}
small, sub, sup {
  font-size: 75%;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
svg {
  overflow: hidden;
}
/*== BASE =============================================================*/

* {
  font-family: "Egon-Light", serif;
  font-weight: normal;
  font-size: 16px;
  color: #34343d;
}
* input[type=text], * input[type=email] {
  -webkit-appearance: none;
  border-radius: 0px;
}
html.no-scroll {
  overflow: hidden;
}
body {
  background-color: #FFF;
  margin-top: 82px;
  height: calc(100% - 82px);
}
@media (max-width: 900px) {
  body {
    margin-top: 61px;
    height: calc(100% - 61px);
  }
}
@media (max-width: 800px) {
  body {
    margin-top: 41px;
    height: calc(100% - 41px);
  }
}
.no-margin-right {
  margin-right: 0px !important;
}
.newsletter {
  display: inline-block;
  padding: 8px 15px;
  color: #FFF;
  background-color: #34343d;
  cursor: pointer;
}
img {
  -ms-interpolation-mode: bicubic;
  -moz-image-rendering: crisp-edges;
  max-width: 100%;
  height: auto;
}
img.hidden, img.bg {
  display: none;
}
iframe {
  max-width: 100%;
}
.footer-logo div {
  display: inline-block;
  padding: 0px 50px;
  vertical-align: top;
  width: 500px;
}
@media (max-width: 1000px) {
  .footer-logo div {
    padding: 0px 20px;
  }
}
@media (max-width: 800px) {
  .footer-logo div {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .footer-logo div {
    display: block;
  }
}
@media (max-width: 750px) {
  .footer-logo div {
    width: auto;
  }
}
#rotate-box {
  width: 100px;
  display: inline-block;
  position: absolute;
  right: 130px;
  top: 17px;
  outline: 0px;
}
#rotate-box * {
  outline: 0px;
}
@media (max-width: 1000px) {
  #rotate-box {
    top: 17px;
    z-index: 80;
    right: 136px;
  }
}
@media (max-width: 900px) {
  #rotate-box {
    right: 6px;
    top: 6px;
  }
  #rotate-box img {
    margin-top: -4px;
  }
}
@media (max-width: 800px) {
  #rotate-box {
    width: 61px;
  }
  #rotate-box img {
    width: auto !important;
    height: 30px;
    margin-top: 0px;
  }
  #rotate-box .rotate-box-text {
    font-size: 11px;
    line-height: 11px;
  }
}
#rotate-box div {
  /*width: 100px;*/
  vertical-align: middle;
  text-align: center;
}
#rotate-box div.rotate-box-text {
  padding-top: 5px;
}
#rotate-box img {
  width: 100px;
}
#rotate-box *, #rotate-box {
  color: #FFF;
}
.countdown-box {
  width: 100% !important;
}
.countdown-box>div, .countdown-box>div>div>iframe, .countdown-box>div>div {
  width: 100% !important;
  height: 100% !important;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input::-ms-placeholder {
  opacity: 1;
}
input::placeholder {
  opacity: 1;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  border-style: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0;
}
a {
  font-family: "Egon-Bold", serif;
  outline: none;
  text-decoration: none;
}
strong {
  font-family: "Egon-Bold", serif;
}
h1, h2, h3 {
  font-family: "Egon-Bold", serif;
}
h1 {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.01rem;
}
@media (max-width: 800px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
h2 {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 800px) {
  h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  h2 {
    font-size: 16px;
    line-height: 28px;
  }
}
p {
  font-size: 16px;
  line-height: 22px;
  max-width: 800px;
}
@media (max-width: 800px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  p {
    line-height: 24px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  p {
    line-height: 24px !important;
    font-size: 16px !important;
  }
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: none;
}
input:focus {
  outline: none;
}
input::placeholder {
  color: #2d2d2d;
}
article {
  /*@media (max-width: $bpPhablet) {

    p,h1,h2,h3 {

      padding-left: 15px;

      padding-right: 15px;

    }

    margin-bottom: 15px;

  }

  @media (max-width: $bpSmall) {

    margin-bottom: 25px;

  }*/
}
article ul, article ol {
  list-style: disc outside none;
  padding-left: 20px;
}
article h1, article h2 {
  max-width: 80%;
}
@media (max-width: 600px) {
  article h1, article h2 {
    max-width: 95%;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  article h1, article h2 {
    max-width: 95%;
  }
}
article ul li {
  line-height: 22px;
  padding: 3px 0px;
}
.button-black {
  padding: 5px 10px;
  background-color: #07571a;
  color: #FFF;
  border: 0px;
  margin-top: 20px;
  font-family: 'Egon-Light';
  cursor: pointer;
  display: inline-block;
}
.button-black:hover {
  color: #FFF;
  background-color: #07571a;
}
.contain {
  max-width: 1200px;
  margin: 0 auto;
  /*z-index: 1;*/
  position: relative;
  /*@media (max-width: $bpTablet) {

    max-width: calc(100% - 50px);

  }

  @media (max-width: $bpPhablet) {

    max-width: 100%;

  }*/
}
.contain * {
  z-index: 1;
}
.contain:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1220px) {
  .contain {
    max-width: calc(100% - 30px);
    margin: 0px auto;
  }
}
.content {
  height: auto;
}
h3 {
  font-size: 20px;
}
h3.footer-icon-title {
  font-family: "Egon-Light";
  font-size: 15px !important;
}
.content.home h2 {
  font-size: 26px;
  line-height: 20px;
  max-width: 100%;
}
.content.home .spacer {
  width: 100%;
  height: 0px;
}
.main-contain {
  padding-top: 40px;
  margin-bottom: 20px;
}
.main-contain+.main-contain {
  padding-top: 0px;
}
.no-padding {
  padding-top: 0px;
}
.no-margin {
  margin-bottom: 0px;
}
.grid-element, .one-third, .preview-list .news-preview, .two-thirds, .half {
  margin-right: 15px;
  display: inline-block;
}
.one-third, .preview-list .news-preview {
  margin-right: 14px;
  /*display: inline-block;*/
  width: calc(100% / 3 - 10px);
  /*@media (max-width: $bpTablet) {

    width: calc(50% - 8px);

    .one-third + &:nth-child(2n) {

      margin-right: 0;

    }

  }

  @media (max-width: $bpPhablet) {

    width: 100%;

    margin-right: 0;

  }*/
}
.one-third h2, .preview-list .news-preview h2 {
  font-size: 17px !important;
}
@media (max-width: 600px) {
  .one-third h2, .preview-list .news-preview h2 {
    font-size: 17px !important;
    line-height: 19px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  .one-third h2, .preview-list .news-preview h2 {
    font-size: 17px !important;
    line-height: 19px;
  }
}
.one-third+.one-third:nth-of-type(3n + 1), .preview-list .news-preview+.one-third:nth-of-type(3n + 1), .preview-list .one-third+.news-preview:nth-of-type(3n + 1), .preview-list .news-preview+.news-preview:nth-of-type(3n + 1) {
  margin-right: 0;
}
@media (max-width: 1220px) {
  .one-third, .preview-list .news-preview {
    width: calc(50% - 7.1px);
  }
  .one-third.one-third-force, .preview-list .one-third-force.news-preview {
    width: calc(100% / 3 - 10px);
  }
  .one-third+.one-third:nth-of-type(even), .preview-list .news-preview+.one-third:nth-of-type(even), .preview-list .one-third+.news-preview:nth-of-type(even), .preview-list .news-preview+.news-preview:nth-of-type(even) {
    margin-right: 15px;
  }
  .one-third+.one-third:nth-child(odd), .preview-list .news-preview+.one-third:nth-child(odd), .preview-list .one-third+.news-preview:nth-child(odd), .preview-list .news-preview+.news-preview:nth-child(odd) {
    margin-right: 0px;
  }
}
@media (max-width: 800px) {
  .one-third, .preview-list .news-preview {
    width: 100%;
    margin-right: 0;
  }
  .one-third.one-third-force, .preview-list .one-third-force.news-preview {
    width: 100%;
  }
}
.two-thirds {
  /*display: inline-block;*/
  /*width: calc(200% / 3 - 8px - 15px);*/
  width: calc(100% / 3 * 2 - 8px - 15px);
  /*@media (max-width: $bpPhablet) {

    width: 100%;

  }*/
}
.two-thirds h1 {
  max-width: 100%;
}
@media (max-width: 800px) {
  .two-thirds {
    width: 100%;
  }
}
.half {
  width: calc(50% - 8px);
  /*display: inline-block;*/
  /*@media (max-width: $bpTablet) {

    width: 100%;

    margin-right: 0;

  }*/
}
.half+.half:nth-child(2n) {
  margin-right: 0 !important;
}
@media (max-width: 600px) {
  .half {
    width: 100%;
    margin-right: 0;
  }
}
.six-col {
  width: calc((100%/6) - 12px);
  min-width: 185px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.six-col img {
  width: 100%;
}
.six-col h3 {
  margin-top: 5px;
}
@media (max-width: 600px) {
  .six-col {
    width: calc(50% - 10px);
    margin-right: 5px;
    min-width: unset;
  }
}
.full {
  width: 100%;
}
.s-bottom {
  text-align: center;
  margin: 20px 0;
}
.clearfix:after, .row:after, .filter .filters:after, ul.list:after, .brand-article-contain:after, .story-article-contain:after, .event-article .event-info:after {
  content: "";
  display: table;
  clear: both;
}
.cols-2 {
  /*columns: 2;*/
}
@media (max-width: 1220px) {
  .cols-2 {
    /*columns: 1;*/
  }
}
/*== LAYOUT =============================================================*/

header#header {
  z-index: 50;
  height: 82px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #34343d;
}
@media (max-width: 900px) {
  header#header {
    height: 61px;
  }
}
@media (max-width: 800px) {
  header#header {
    height: 41px;
  }
}
header#header .header-contain {
  position: relative;
  height: 100%;
}
@media (max-width: 900px) {
  header#header .header-contain {
    z-index: 50;
    width: 100%;
    max-width: 100%;
  }
}
header#header .header-contain .header-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  header#header .header-contain .header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateY(-200%);
    padding-top: 10px;
    margin-top: 61px;
    background-color: #FFf;
    transition: transform 500ms ease-in-out;
    z-index: 45;
    border-bottom: 4px solid #34343d;
  }
  header#header .header-contain .header-nav.show {
    transform: translateY(0);
  }
}
@media (max-width: 800px) {
  header#header .header-contain .header-nav {
    margin-top: 41px;
  }
}
header#header .header-contain .header-nav ul {
  list-style: none;
}
header#header .header-contain .header-nav ul li {
  height: 100%;
  display: inline-block;
  margin-right: 80px;
}
@media (max-width: 1100px) {
  header#header .header-contain .header-nav ul li {
    margin-right: 40px;
  }
}
@media (max-width: 900px) {
  header#header .header-contain .header-nav ul li {
    display: block;
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    height: 35px;
    border-bottom: 2px solid #34343d;
  }
  header#header .header-contain .header-nav ul li.home {
    display: none;
  }
  header#header .header-contain .header-nav ul li:last-child {
    border-bottom: none;
  }
}
header#header .header-contain .header-nav ul li:last-child {
  margin-right: 0px;
}
header#header .header-contain .header-nav ul li#h-active {
  position: relative;
}
header#header .header-contain .header-nav ul li#h-active a {
  font-family: "Egon-Bold", serif;
}
header#header .header-contain .header-nav ul li a {
  color: #FFF;
  text-decoration: none;
  font-family: "Egon-Light", serif;
  font-size: 19px;
}
@media (max-width: 900px) {
  header#header .header-contain .header-nav ul li a {
    color: #34343d;
  }
}
header#header .header-contain .header-nav ul li #header-logo {
  height: 50px;
}
header#header .header-contain .header-nav ul li:not(#h-active):hover a {
  text-shadow: 0px 0px 2px white;
}
header#header .header-contain .header-nav ul li.mobile {
  display: none;
}
@media (max-width: 900px) {
  header#header .header-contain .header-nav ul li.mobile {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    text-align: left;
  }
  header#header .header-contain .header-nav ul li.mobile.ml-contain {
    height: auto;
    min-height: 35px;
  }
  header#header .header-contain .header-nav ul li.mobile.ml-contain .ml-corner {
    width: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
  }
  header#header .header-contain .header-nav ul li.mobile.ml-contain .ml-corner.show {
    transform: translateX(-50%) rotate(180deg);
  }
}
header#header .header-contain .header-nav ul li.mobile a {
  font-size: 15px;
  padding: 0 10px;
}
header#header .header-contain .header-nav ul li.mobile .m-lang {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 200ms ease-in-out;
}
header#header .header-contain .header-nav ul li.mobile .m-lang.show, header#header .header-contain .header-nav ul li.mobile .m-lang.ml-active {
  padding: 5px 0;
  max-height: 100px;
}
header#header .header-contain .header-nav ul li.mobile .m-lang.show a.flag-a, header#header .header-contain .header-nav ul li.mobile .m-lang.ml-active a.flag-a {
  display: block;
}
header#header .header-contain .header-nav ul li.mobile .m-lang a:not(.flag-a) {
  float: left;
  border-left: 1px solid #34343d;
}
header#header .header-contain .header-nav ul li.mobile .m-lang a:not(.flag-a):first-child {
  border-left: none;
}
header#header .header-contain .header-nav ul li.mobile .m-lang a:not(.flag-a).selected {
  text-decoration: underline;
}
header#header .header-contain .header-nav ul li.mobile .m-lang a.flag-a {
  display: none;
  float: right;
  padding: 0;
}
header#header .header-contain .header-nav ul li.mobile .m-lang .flag {
  cursor: pointer;
  width: 20px;
  float: right;
}
header#header .header-contain img#corner {
  width: 16px;
  position: fixed;
  top: 82px;
  left: 0;
  transform: translateY(-50%);
  z-index: 50;
}
@media (max-width: 900px) {
  header#header .header-contain img#corner {
    top: 61px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 800px) {
  header#header .header-contain img#corner {
    top: 41px;
  }
}
header#header .header-contain .h-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header#header .header-contain .h-right form#h-search {
  float: right;
}
header#header .header-contain .h-right form#h-search input[name=search] {
  padding-left: 30px !important;
  background-image: url("/templates/web/img/icons/search.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 120px;
  transition: width 200ms ease-in-out;
}
header#header .header-contain .h-right form#h-search input[name=search]:focus {
  width: 160px;
}
header#header .header-contain .h-right .h-social-img {
  float: right;
  height: 20px;
  margin: 0 10px 0px 0px;
  padding: 4px 0;
}
header#header .header-contain .h-right #lang {
  float: right;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid #FFF;
  cursor: pointer;
}
header#header .header-contain .h-right #lang .flag {
  margin-top: 2px;
  width: 25px;
  border: 1px solid #fff;
}
header#header .header-contain .h-right #lang .arr {
  width: 12px;
  position: absolute;
  bottom: -10px;
  right: 7px;
}
@media (max-width: 900px) {
  header#header .header-contain .h-right {
    display: none;
  }
}
header#header .header-contain .h-mobile {
  display: none;
  position: relative;
  height: 61px;
  z-index: 80;
  width: 100%;
  background-color: #34343d;
}
@media (max-width: 900px) {
  header#header .header-contain .h-mobile {
    display: block;
    height: 61px;
  }
}
@media (max-width: 800px) {
  header#header .header-contain .h-mobile {
    height: 41px;
  }
}
header#header .header-contain .h-mobile #header-logo-m {
  width: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  header#header .header-contain .h-mobile #header-logo-m {
    width: 45px;
  }
}
header#header .header-contain .h-mobile #burger {
  cursor: pointer;
  position: absolute;
  width: 36px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  header#header .header-contain .h-mobile #burger {
    width: 24px;
  }
}
header#header #lang-switch {
  position: fixed;
  top: 82px;
  width: 100%;
  overflow-y: hidden;
  transition: max-height 400ms ease-in-out;
  background-color: rgba(52, 52, 61, 0.66);
  padding: 15px 0px;
  display: none;
}
@media (max-width: 900px) {
  header#header #lang-switch {
    display: none;
  }
}
header#header #lang-switch .l-entry {
  padding: 10px 0;
  text-align: right;
}
header#header #lang-switch .l-entry .flag {
  width: 29px;
  margin-left: 15px;
  border: 1px solid #FFF;
}
header#header #lang-switch .l-entry .lang {
  padding-left: 12px;
  padding-right: 12px;
  color: #FFF;
  text-decoration: none;
  border-left: 1px solid #FFF;
}
header#header #lang-switch .l-entry .lang.selected {
  text-decoration: underline;
}
header#header #lang-switch .l-entry .lang:first-child {
  border-left: none;
}
header#header #lang-switch .l-entry .lang:hover {
  text-decoration: underline;
}
.page-header, .page-header-l, .page-header-m, .page-header-vid, .page-header-slide {
  width: 100%;
  height: auto;
}
.ph-content {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #34343d;
}
.page-header-l .ph-content {
  /*height: 400px;*/
  /*padding-top: 50%;

    @media (min-width: 1400px) {

      padding-top: 30%;

    }*/
}
.page-header-m .ph-content {
  /*height: 400px;*/
  /*padding-top: 40%;

    @media (min-width: 1400px) {

      padding-top: 25%;

    }*/
}
.page-header-vid {
  height: auto;
  width: 100%;
  background-color: #34343d;
}
.page-header-vid .h-vid {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  /*height: 400px;*/
  /*padding-top: 30%;

    @media (max-width: $bpWide) {

      padding-top: 40%;

    }*/
}
.page-header-vid .h-vid .h-vid-contain {
  position: absolute;
  /*padding-bottom: 56.25%;*/
  top: 50%;
  transform: translateY(-50%);
  /*height: 0;*/
  height: 200%;
  width: 100%;
  overflow: hidden;
}
.page-header-vid .h-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header-slide {
  background-color: #34343d;
  /*height: 35vh;*/
  height: 400px;
}
.page-header-slide .slick-h-carousel, .page-header-slide .slick-list, .page-header-slide .slick-track {
  height: 100%;
}
@media (max-width: 900px) {
  .page-header-slide {
    height: 280px;
  }
}
@media (max-width: 600px) {
  .page-header-slide {
    height: 150px;
  }
}
.page-header-slide .slick-slide {
  width: calc(400px / 33 * 50);
  height: 100%;
  /*width: 50vw;*/
  /*max-width: 900px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 20px;
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
}
.page-header-slide .slick-slide.slick-current {
  opacity: 1;
}
.page-header-slide .slick-slide:focus {
  outline: none;
}
@media (max-width: 900px) {
  .page-header-slide .slick-slide {
    width: calc(280px / 9 * 16);
    margin: 0px 10px;
  }
}
@media (max-width: 600px) {
  .page-header-slide .slick-slide {
    width: calc(150px / 9 * 16);
    margin: 0px 5px;
  }
}
@media (max-width: 450px) {
  .page-header-slide .slick-slide {
    width: 100vw;
  }
}
@media (min-width: 1220px) {
  .page-header-slide .slick-slide {
    width: 50vw;
  }
}
footer {
  width: 100%;
  background-color: #34343d;
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
footer * {
  color: #FFF;
}
footer .arr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
}
footer .contain {
  max-width: 780px;
  width: calc(100% - 40px);
}
footer .row {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1220px) {
  footer .row {
    width: calc(100% - 30px);
  }
}
footer .row h2 {
  font-family: "Egon", serif;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 600px) {
  footer .row h2 {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 450px) {
  footer .row h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
footer .row.social img {
  height: 28px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .row.social img:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  footer .row.social img {
    height: 25px;
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  footer .row.social img {
    height: 22px;
    padding: 0 8px;
  }
}
footer .row.nav a {
  font-family: "Egon", serif;
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 600px) {
  footer .row.nav a {
    display: block;
    margin: 20px 0px;
  }
}
footer .row.disclaimer a {
  font-family: "Egon", serif;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 600px) {
  footer .row.newsletter form#newsletter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .row.newsletter input:not(input[type=submit]) {
    width: 100%;
  }
}
footer .row #newsletter-confirm {
  display: none;
}
footer .row #newsletter-error {
  display: none;
  padding-bottom: 15px;
}
footer .row:last-of-type {
  margin-bottom: 30px;
}
.list-contain {
  margin-bottom: 100px;
}
.list-contain.back {
  z-index: 0;
}
/*== MODULES =============================================================*/

.countdown {
  text-align: center;
  position: relative;
  /*@media (max-width: $bpTablet) {

    height: 140px;

    width: 100%;

  }*/
}
@media (max-width: 800px) {
  .countdown {
    display: block;
    float: unset;
    margin: 0 auto;
    max-width: 400px;
  }
}
.countdown .iframe-contain {
  /*position: absolute;

    top: 0;

    left: 0;*/
  width: 100%;
  padding-top: 60%;
  margin-right: 0px !important;
  /*@media (max-width: $bpTablet) {

      width: 250px;

      left: 50%;

      transform: translateX(-50%);

    }*/
}
.countdown .iframe-contain div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.countdown .iframe-contain div iframe {
  width: 100%;
  height: 100%;
}
.countdown:after {
  content: "";
  display: block;
  clear: both;
}
.head-article h1 {
  /*margin-bottom: 35px;

    @media(max-width: $bpTablet) {

      margin-bottom: 15px;

    }*/
  margin-bottom: 15px;
}
.head-article.col1 p {
  /*columns: 1;*/
}
.head-article p {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 26px;
  /*columns: 2;*/
}
@media (max-width: 800px) {
  .head-article p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .head-article p {
    font-size: 15px;
    word-break: normal;
  }
}
@media (max-width: 800px) {
  .head-article {
    margin-bottom: 25px;
    display: block;
    float: unset;
  }
}
.bg-zoom, .news-preview .prev-bg .wrap, .news-preview .prev-slide .wrap, .bl-entry .bcontent .bl-highlight .wrap {
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 200ms ease-in-out;
}
.bg-zoom:hover, .news-preview .prev-bg .wrap:hover, .news-preview .prev-slide .wrap:hover, .bl-entry .bcontent .bl-highlight .wrap:hover {
  transform: scale(1.05);
}
/*.prev-h-stories{

  min-height: 38px;

}



.h-stories{

  min-height: 44px;

  margin-bottom: 0px !important;

}*/

.h-stories {
  margin-bottom: 0px !important;
}
.il-articles .news-preview {
  display: inline-block;
  float: unset;
  margin-right: 10px;
  vertical-align: top;
}
@media (max-width: 1220px) {
  .il-articles .news-preview:nth-child(even) {
    margin-right: 10px;
  }
  .il-articles .news-preview:nth-child(odd) {
    margin-right: 0px;
  }
}
.il-articles .news-preview.withimg img {
  display: inline-block;
  width: 390px;
  margin-left: 20px;
  vertical-align: top;
}
.il-articles .news-preview.withimg>div {
  width: calc(100% - 415px);
  display: inline-block;
  vertical-align: top;
}
.il-articles .news-preview.withimg>div h2, .il-articles .news-preview.withimg>div p {
  max-width: 100%;
}
.il-articles .news-preview.withimg>div.mobile {
  display: none;
}
@media (max-width: 800px) {
  .il-articles .news-preview.withimg img, .il-articles .news-preview.withimg>div {
    display: block;
    width: 100%;
    max-width: 776px;
    margin: 0px;
    padding: 0px;
  }
  .il-articles .news-preview.withimg>div.mobile {
    display: block;
  }
  .il-articles .news-preview.withimg>div.desktop {
    display: none;
  }
}
.news-preview {
  margin-bottom: 20px;
}
.news-preview.full {
  margin-bottom: 40px;
}
.news-preview .prev-h {
  /*min-height: 22px;*/
  margin-bottom: 3px;
  /*font-size: 13px;

    * {

      text-decoration: none;

      font-size: 13px;

    }

    @media (max-width: $bpPhablet) {

      padding: 0 10px;

      font-size: 12px;

      margin-bottom: 2px;

      * {

        font-size: 12px;

      }

    }*/
}
.news-preview .prev-bg {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 600px) {
  .news-preview .prev-bg {
    width: calc(100% + 30px);
  }
  .news-preview .prev-bg:not(.slick-slide) {
    transform: translateX(-15px);
  }
}
.news-preview .prev-bg, .news-preview .prev-slide {
  position: relative;
}
.news-preview .prev-bg .arr-top, .news-preview .prev-slide .arr-top {
  position: absolute;
  top: 0;
  z-index: 2;
}
.news-preview .prev-bg .wrap, .news-preview .prev-slide .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
}
.news-preview .top-info {
  height: 24px;
  font-size: 12px;
  line-height: 22px;
}
.news-preview.half {
  margin-bottom: 30px;
  margin-right: 5px !important;
  /*height: 400px;*/
}
.news-preview.half .prev-bg, .news-preview.half .prev-slide {
  /*height: 275px;

      @media (max-width: $bpPhablet) {

        height: 240px;

      }

      @media (max-width: $bpSmall) {

        height: 200px;

      }*/
}
.news-preview.half .prev-bg .arr-top, .news-preview.half .prev-slide .arr-top {
  width: 30px;
  left: 28px;
}
@media (max-width: 800px) {
  .news-preview.half {
    height: auto;
    margin-bottom: 35px;
  }
}
.news-preview.one-third, .preview-list .news-preview {
  /*@media (max-width: $bpPhablet) {

      height: auto;

    }*/
}
.news-preview.one-third .prev-bg, .preview-list .news-preview .prev-bg, .news-preview.one-third .prev-slide, .preview-list .news-preview .prev-slide {
  /*height: 220px;*/
  /*@media (max-width: $bpPhablet) {

        height: 200px;

      }

      @media (max-width: $bpSmall) {

        height: 180px;

      }*/
}
.news-preview.one-third .prev-bg .arr-top, .preview-list .news-preview .prev-bg .arr-top, .news-preview.one-third .prev-slide .arr-top, .preview-list .news-preview .prev-slide .arr-top {
  width: 20px;
  left: 21px;
}
.news-preview h2 {
  /** Allan Bachmann */
  margin: 10px 0 0px;
  /*@media (max-width: $bpPhablet) {

      padding-left: 10px;

      padding-right: 10px;

    }*/
}
.news-preview p {
  padding: 5px 0px;
  /*line-height: 24px;

    @media (max-width: $bpPhablet) {

      line-height: 18px;

      padding-left: 10px;

      padding-right: 10px;

    }*/
}
@media (max-width: 800px) {
  .news-preview td {
    display: block;
  }
}
a.b-box {
  border: 1px solid #34343d;
  padding: 2px 15px;
  text-decoration: none;
  font-size: 12px;
}
a.b-box:hover {
  background-color: #EEE;
}
@media (max-width: 450px) {
  .footer-icon-title {
    font-size: 14px !important;
    padding-top: 15px;
  }
}
.partners {
  padding-top: 40px;
  padding-bottom: 40px;
}
.partners hr {
  border: 0px;
  background-color: transparent;
  height: 20px;
  width: 100%;
}
@media (max-width: 450px) {
  .partners hr {
    height: 0px;
  }
}
.partners ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.partners ul li {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.partners ul li img {
  height: 60px;
  margin: 10px 20px;
}
@media (max-width: 450px) {
  .partners ul li img {
    height: 30px;
    margin: 10px 5px;
  }
}
.partners ul li img.footer-icon-main {
  height: 80px;
  padding: 20px;
}
@media (max-width: 450px) {
  .partners ul li img.footer-icon-main {
    height: 50px;
    margin: 0px;
    padding: 0px;
  }
}
.input-bw, header#header .header-contain .h-right form#h-search input[name=search], form#newsletter input {
  border: 2px solid #FFF;
  background-color: #34343d;
  color: #FFF;
  padding: 2px 5px;
}
.input-bw::-webkit-input-placeholder, header#header .header-contain .h-right form#h-search input[name=search]::-webkit-input-placeholder, form#newsletter input::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.input-bw::-moz-placeholder, header#header .header-contain .h-right form#h-search input[name=search]::-moz-placeholder, form#newsletter input::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.input-bw::-ms-placeholder, header#header .header-contain .h-right form#h-search input[name=search]::-ms-placeholder, form#newsletter input::-ms-placeholder {
  color: #FFF;
  opacity: 1;
}
.input-bw::placeholder, header#header .header-contain .h-right form#h-search input[name=search]::placeholder, form#newsletter input::placeholder {
  color: #FFF;
  opacity: 1;
}
#stories-list .news-preview.one-third, #stories-list .preview-list .news-preview, .preview-list #stories-list .news-preview {
  min-height: 360px;
}
form#newsletter input[name=firstName], form#newsletter input[name=lastName] {
  width: 23%;
}
form#newsletter input[name=email] {
  width: 30%;
}
form#newsletter input[type=submit] {
  width: 13%;
  cursor: pointer;
}
form#newsletter input[type=submit]:hover {
  background-color: #FFF;
  color: #34343d;
}
@media (max-width: 600px) {
  form#newsletter input[name=firstName], form#newsletter input[name=lastName], form#newsletter input[name=email] {
    width: calc(100% - 20px);
    margin-bottom: 5px;
  }
  form#newsletter input[type=submit] {
    width: auto;
  }
}
.filter {
  transition: height 1000ms ease-in-out;
}
@media (max-width: 450px) {
  .filter {
    margin-top: -20px;
  }
}
.filter .filter-top {
  padding: 10px 0;
  border-bottom: 1px solid #34343d;
}
@media (max-width: 800px) {
  .filter .filter-top {
    width: calc(100%);
    margin: 0;
    height: 23px;
  }
}
.filter .filter-top .filter-show {
  cursor: pointer;
  display: inline-block;
  background-color: #34343d;
  padding: 2px 10px;
  color: #FFF;
  font-family: "Egon-Bold", serif;
  margin-right: 40px;
}
.filter .filter-top .filter-show:hover {
  background-color: #222;
}
@media (max-width: 800px) {
  .filter .filter-top .filter-show.show {
    position: absolute;
    margin-right: 0;
    right: 10px;
  }
}
.filter .filter-top .active-filter-list {
  display: inline-block;
  max-width: calc(100% - 270px);
}
.filter .filter-top .active-filter-list .active-filter {
  cursor: pointer;
  display: inline-block;
  background-color: #EEE;
  padding: 1px 25px 1px 5px;
  margin-right: 5px;
  /*margin-bottom: 5px;*/
  background-image: url("/templates/web/img/icons/cross-s.png");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.filter .filter-top .active-filter-list .active-filter:hover {
  background-color: #DDD;
}
@media (max-width: 800px) {
  .filter .filter-top .active-filter-list {
    display: none;
  }
}
.filter .filter-top input.search {
  -webkit-appearance: none;
  border-radius: 0px;
  position: absolute;
  right: 0px;
  width: 130px;
  padding: 1px 5px 1px 25px;
  border: 1px solid #34343d;
  background-image: url("/templates/web/img/icons/search-black.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 5px center;
  transition: width 200ms ease-in-out;
}
.filter .filter-top input.search:focus {
  width: 180px;
}
@media (max-width: 800px) {
  .filter .filter-top input.search {
    right: 10px;
  }
  .filter .filter-top input.search:focus {
    width: 130px;
  }
}
@media (max-width: 800px) {
  .filter .filter-top .filter-show.show~input.search {
    display: none;
  }
}
.filter .no-border {
  border-bottom: 0px;
}
.filter .filters {
  height: 0;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}
@media (max-width: 800px) {
  .filter .filters {
    position: fixed;
    width: auto;
    min-width: 200px;
    max-width: 60%;
    left: 0;
    height: calc(100% - 41px);
    padding: 20px 0 40px;
    top: 41px;
    transform: translateX(-100%);
    padding-bottom: 25px !important;
    z-index: 39;
    overflow-x: visible;
    overflow-y: auto;
    border-bottom: none;
    background-color: #D4D4D4;
  }
  .filter .filters:after {
    content: "";
    display: table;
    height: 150px;
    width: 100%;
  }
}
.filter .filters.show {
  height: auto;
  padding: 20px 0 40px;
  border-top: 1px solid #34343d;
}
@media (max-width: 800px) {
  .filter .filters.show {
    height: calc(100% - 41px);
    transform: translateX(0);
    border-top: none;
  }
  .filter .filters.show .filter-mobile-cover {
    display: block;
  }
}
.filter .filters .filter-cat {
  /*min-width: 180px;*/
  float: left;
  padding-right: 10px;
}
.filter .filters .filter-cat .filter-cat-name {
  font-family: "Egon-Bold", serif;
  padding-bottom: 10px;
  columns: auto;
}
.filter .filters .filter-cat .filter-cat-name.no-main {
  height: 18px;
}
.filter .filters .filter-cat .filter-toggle {
  cursor: pointer;
  padding: 2px 15px 2px 23px;
  background-image: url("/templates/web/img/icons/cbox.png");
  background-size: 10px;
  background-position: left 7px;
  background-repeat: no-repeat;
}
.filter .filters .filter-cat .filter-toggle.t-active {
  background-image: url("/templates/web/img/icons/cbox-c.png");
}
@media (max-width: 800px) {
  .filter .filters .filter-cat .filter-toggle {
    padding-left: 25px;
  }
}
@media (max-width: 800px) {
  .filter .filters .filter-cat {
    padding-bottom: 0px;
    margin: 0px 10px;
    float: none;
    display: block;
  }
  .filter .filters .filter-cat .filter-cat-name.no-main {
    height: 0;
    padding-bottom: 0;
  }
}
.filter .filters .filter-border {
  display: none;
}
@media (max-width: 800px) {
  .filter .filters .filter-border {
    display: block;
    border-bottom: 1px solid #212121;
    margin: 10px;
  }
}
.flip-border .filters.show {
  border-top: 0px;
  border-bottom: 1px solid #34343d;
}
#list-empty {
  display: none;
}
#load {
  text-align: center;
}
#load img {
  width: 50px;
}
.list-section {
  padding-top: 0px;
}
.preview-list {
  /*.news-preview:nth-child(1),

  .news-preview:nth-child(2) {

    @extend .half;

  }*/
}
.preview-list .news-preview {
  float: unset;
  display: inline-block;
  vertical-align: top;
}
.pl-segment-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #34343d;
  font-size: 18px;
}
.bcontent {
  cursor: pointer;
}
.bl-entry {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  border-top: 2px solid #D4D4D4;
  height: 180px;
}
.bl-entry:last-child {
  border-bottom: 2px solid #D4D4D4;
}
@media (max-width: 800px) {
  .bl-entry:last-child {
    border-bottom: 1px solid #D4D4D4;
  }
}
@media (max-width: 1220px) {
  .bl-entry {
    /*height: 160px;*/
    padding: 8px 0;
  }
}
@media (max-width: 800px) {
  .bl-entry {
    height: auto;
    padding-top: 65px;
    padding-bottom: 8px;
    /*margin: 0 10px;*/
    border-top: 1px solid #D4D4D4;
  }
  .bl-entry:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 600px) {
  .bl-entry {
    padding-top: 70px;
  }
}
.bl-entry .bcontent {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.bl-entry .bcontent * {
  cursor: pointer;
}
.bl-entry .bcontent .bl-logo, .bl-entry .bcontent .bl-highlight, .bl-entry .bcontent .bl-desc {
  float: left;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-logo, .bl-entry .bcontent .bl-highlight, .bl-entry .bcontent .bl-desc {
    margin-right: 16px;
  }
}
.bl-entry .bcontent .bl-logo {
  width: 190px;
  height: calc(100% - 2px);
  position: relative;
  border: 1px solid #D4D4D4;
}
@media (max-width: 1220px) {
  .bl-entry .bcontent .bl-logo {
    /*width: 140px;*/
  }
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-logo {
    width: 30%;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .bl-entry .bcontent .bl-logo {
    width: 40%;
    height: 140px;
  }
}
@media (max-width: 450px) {
  .bl-entry .bcontent .bl-logo {
    margin-right: 10px;
    height: 120px;
  }
}
.bl-entry .bcontent .bl-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.bl-entry .bcontent .bl-highlight {
  width: 395px;
  height: 100%;
  overflow: hidden;
}
.bl-entry .bcontent .bl-highlight .wrap {
  width: 100%;
  height: 100%;
  background-position: center center;
}
@media (max-width: 1220px) {
  .bl-entry .bcontent .bl-highlight {
    width: 235px;
  }
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-highlight {
    width: calc(70% - 18px);
    margin-right: 0;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .bl-entry .bcontent .bl-highlight {
    width: calc(60% - 18px);
    height: 140px;
  }
}
@media (max-width: 450px) {
  .bl-entry .bcontent .bl-highlight {
    width: calc(60% - 12px);
    height: 120px;
    background-size: 110%;
  }
  .bl-entry .bcontent .bl-highlight:hover {
    background-size: 120%;
  }
}
.bl-entry .bcontent .bl-desc {
  position: relative;
  width: 500px;
  height: 100%;
}
@media (max-width: 1220px) {
  .bl-entry .bcontent .bl-desc {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1000px) {
  .bl-entry .bcontent .bl-desc {
    width: calc(100% - 500px);
  }
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-desc {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
}
.bl-entry .bcontent .bl-desc>a {
  text-decoration: none;
}
.bl-entry .bcontent .bl-desc .bl-title {
  font-size: 22px;
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-desc .bl-title {
    font-size: 17px;
    position: absolute;
    top: -240px;
  }
}
@media (max-width: 600px) {
  .bl-entry .bcontent .bl-desc .bl-title {
    top: -200px;
    max-width: calc(100% - 80px);
    font-size: 16px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 450px) {
  .bl-entry .bcontent .bl-desc .bl-title {
    top: -170px;
  }
}
.bl-entry .bcontent .bl-desc h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .bl-entry .bcontent .bl-desc h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .bl-entry .bcontent .bl-desc h3 {
    line-height: 22px;
  }
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-desc h3 {
    font-size: 17px;
    position: absolute;
    top: -225px;
  }
}
@media (max-width: 600px) {
  .bl-entry .bcontent .bl-desc h3 {
    top: -190px;
    /*max-width: calc(100% - 80px);*/
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 450px) {
  .bl-entry .bcontent .bl-desc h3 {
    top: -160px;
  }
}
.bl-entry .bcontent .bl-desc p:not(.bl-title) {
  position: absolute;
  /*top: 90px;

        @media (max-width: $bpWide) {

          top: 80px;

        }

        @media (max-width: $bpDesktop) {

          top: 75px;

          line-height: 20px;

        }*/
  bottom: 5px;
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-desc p:not(.bl-title) {
    position: relative;
    top: unset;
    line-height: 20px;
    font-size: 14px;
  }
}
.bl-entry .bcontent .bl-banners {
  position: absolute;
  top: 0px;
  right: 0;
}
@media (max-width: 1000px) {
  .bl-entry .bcontent .bl-banners {
    width: 74px;
  }
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-banners {
    top: -1px;
  }
}
.bl-entry .bcontent .bl-banners .bl-banner {
  margin-right: 10px;
  transform: translateY(-11px);
}
.bl-entry .bcontent .bl-banners .bl-banner:first-child {
  margin-right: 0;
}
@media (max-width: 1000px) {
  .bl-entry .bcontent .bl-banners .bl-banner {
    transform: translateY(-9px);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .bl-entry .bcontent .bl-banners .bl-banner {
    transform: translateY(0);
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .bl-entry .bcontent .bl-banners .bl-banner {
    margin-bottom: 15px;
  }
}
.bl-banner {
  width: 74px;
  height: 45px;
  float: right;
  padding-top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: "Egon-Bold", serif;
  font-size: 12px;
  line-height: 15px;
}
.bl-banner-black {
  background-image: url("/templates/web/img/banner-b.png");
  color: #FFF;
}
.bl-banner-white {
  background-image: url("/templates/web/img/banner-w.png");
  color: #34343d;
}
.brands-nav, .event-nav {
  height: 0;
  width: 100%;
  display: none;
  position: relative;
  transition: height 200ms linear;
}
@media (max-width: 1220px) {
  .brands-nav, .event-nav {
    display: block;
    height: 25px;
    padding-top: 10px;
  }
}
@media (max-width: 800px) {
  .brands-nav, .event-nav {
    height: 20px;
    padding-top: 5px;
  }
}
.brands-nav .next, .event-nav .next, .brands-nav .prev, .event-nav .prev {
  background-size: 10px;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .brands-nav .next, .event-nav .next, .brands-nav .prev, .event-nav .prev {
    background-size: 8px;
    font-size: 12px;
  }
}
.brands-nav .next, .event-nav .next {
  padding-right: 25px;
  float: right;
  background-image: url("/templates/web/img/icons/arrright-black.png");
  background-position: center right;
}
@media (max-width: 600px) {
  .brands-nav .next, .event-nav .next {
    margin-right: 10px;
  }
}
.brands-nav .prev, .event-nav .prev {
  padding-left: 25px;
  float: left;
  background-image: url("/templates/web/img/icons/arrleft-black.png");
  background-position: center left;
}
@media (max-width: 600px) {
  .brands-nav .prev, .event-nav .prev {
    margin-left: 10px;
  }
}
.brand-banners, .brand-article-contain, .story-article-contain {
  width: 100%;
  max-width: calc(100vw - 360px);
  margin: 0 auto;
}
.brand-banners {
  position: absolute;
  right: 50%;
  max-width: 1200px;
  width: 100%;
  height: 50px;
  transform: translateX(50%);
}
@media (max-width: 1220px) {
  .brand-banners {
    max-width: calc(100vw - 360px);
  }
}
@media (max-width: 900px) {
  .brand-banners {
    max-width: 100%;
  }
}
.brand-banners .banner-container {
  margin-left: 23%;
  height: 100%;
  max-width: 800px;
}
@media (max-width: 1220px) {
  .brand-banners .banner-container {
    max-width: calc(100vw - 360px);
  }
}
@media (max-width: 900px) {
  .brand-banners .banner-container {
    max-width: 100%;
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
.brand-banners .bl-banner {
  margin-right: 15px;
  transform: translateY(-1px);
}
.brand-banners .bl-banner:first-child {
  margin-right: 0;
}
@media (max-width: 800px) {
  .brand-banners .bl-banner:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 800px) {
  .brand-banners .bl-banner {
    margin-right: 10px;
  }
  .brand-banners .bl-banner:first-child {
    margin-right: 0;
  }
}
.article-next, .article-prev {
  position: absolute;
  top: 88px;
  height: 40px;
}
@media (max-width: 1220px) {
  .article-next, .article-prev {
    display: none;
  }
}
.article-prev {
  transform: translateX(-630px);
  left: 53% !important;
}
@media (min-width: 1220px) {
  .article-prev {
    left: 52% !important;
  }
}
@media (min-width: 1330px) {
  .article-prev {
    left: 47% !important;
  }
}
@media (max-width: 1220px) {
  .article-prev {
    transform: translateX(-10%);
  }
}
.article-next {
  transform: translateX(610px);
  left: 47% !important;
}
@media (min-width: 1220px) {
  .article-next {
    left: 48% !important;
  }
}
@media (min-width: 1330px) {
  .article-next {
    left: 53% !important;
  }
}
@media (max-width: 1220px) {
  .article-next {
    transform: translateX(10%);
  }
}
@media (max-width: 900px) {
  .brand-article-contain, .story-article-contain {
    max-width: 100%;
  }
}
.brand-article-contain .brand-article, .brand-article-contain .story-article, .brand-article-contain aside, .story-article-contain .brand-article, .story-article-contain .story-article, .story-article-contain aside {
  float: left;
}
@media (max-width: 800px) {
  .brand-article-contain .brand-article, .brand-article-contain .story-article, .brand-article-contain aside, .story-article-contain .brand-article, .story-article-contain .story-article, .story-article-contain aside {
    width: 100% !important;
    float: unset;
  }
}
.brand-article-contain .brand-article img, .brand-article-contain .story-article img, .brand-article-contain aside img, .story-article-contain .brand-article img, .story-article-contain .story-article img, .story-article-contain aside img {
  max-width: 100%;
  height: auto !important;
}
.brand-article-contain .brand-article figure.image, .brand-article-contain .story-article figure.image, .brand-article-contain aside figure.image, .story-article-contain .brand-article figure.image, .story-article-contain .story-article figure.image, .story-article-contain aside figure.image {
  max-width: 750px;
  height: auto !important;
  padding-bottom: 15px;
}
.brand-article-contain .brand-article figure.image figcaption, .brand-article-contain .story-article figure.image figcaption, .brand-article-contain aside figure.image figcaption, .story-article-contain .brand-article figure.image figcaption, .story-article-contain .story-article figure.image figcaption, .story-article-contain aside figure.image figcaption {
  text-align: center;
  padding-top: 5px;
}
.brand-article-contain .brand-article iframe, .brand-article-contain .story-article iframe, .brand-article-contain aside iframe, .story-article-contain .brand-article iframe, .story-article-contain .story-article iframe, .story-article-contain aside iframe {
  max-width: 100%;
}
.brand-article-contain .story-article, .story-article-contain .story-article {
  float: none;
}
.brand-article-contain aside, .story-article-contain aside {
  height: 100%;
  width: 20%;
  margin-right: 3%;
}
.brand-article-contain aside .logo, .story-article-contain aside .logo {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .brand-article-contain aside .logo, .story-article-contain aside .logo {
    width: 50%;
    max-width: 120px;
    margin: unset;
  }
}
@media (max-width: 800px) {
  .brand-article-contain aside, .story-article-contain aside {
    margin-bottom: 25px;
  }
}
.brand-article-contain .brand-article, .story-article-contain .brand-article {
  width: 76%;
}
.brand-article-contain .brand-article, .brand-article-contain .story-article, .story-article-contain .brand-article, .story-article-contain .story-article {
  margin-bottom: 50px;
}
.brand-article-contain .brand-article h1, .brand-article-contain .story-article h1, .story-article-contain .brand-article h1, .story-article-contain .story-article h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 600px) {
  .brand-article-contain .brand-article h1, .brand-article-contain .story-article h1, .story-article-contain .brand-article h1, .story-article-contain .story-article h1 {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 35px;
  }
}
.brand-article-contain .brand-article h2, .brand-article-contain .story-article h2, .story-article-contain .brand-article h2, .story-article-contain .story-article h2 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .brand-article-contain .brand-article h2, .brand-article-contain .story-article h2, .story-article-contain .brand-article h2, .story-article-contain .story-article h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  .brand-article-contain .brand-article h2, .brand-article-contain .story-article h2, .story-article-contain .brand-article h2, .story-article-contain .story-article h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.brand-article-contain .brand-article h3, .brand-article-contain .story-article h3, .story-article-contain .brand-article h3, .story-article-contain .story-article h3 {
  font-size: 20px;
}
.brand-article-contain .brand-article .article-content, .brand-article-contain .story-article .article-content, .story-article-contain .brand-article .article-content, .story-article-contain .story-article .article-content {
  max-width: 750px;
  margin-bottom: 50px;
}
.brand-article-contain .brand-article .article-content p, .brand-article-contain .story-article .article-content p, .story-article-contain .brand-article .article-content p, .story-article-contain .story-article .article-content p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
  max-width: 750px;
}
@media (max-width: 800px) {
  .brand-article-contain .brand-article .article-content p, .brand-article-contain .story-article .article-content p, .story-article-contain .brand-article .article-content p, .story-article-contain .story-article .article-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 900px) {
  .brand-article-contain .brand-article .article-content, .brand-article-contain .story-article .article-content, .story-article-contain .brand-article .article-content, .story-article-contain .story-article .article-content {
    /*columns: 1;*/
  }
}
.brand-article-contain .brand-article h1, .story-article-contain .brand-article h1 {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .brand-article-contain .article-share, .story-article-contain .article-share {
    max-width: 100%;
  }
}
.story-article-contain {
  padding-top: 45px;
}
@media (max-width: 900px) {
  .article-contain {
    margin-top: 0;
  }
}
.article-share {
  width: 100%;
  /*max-width: 90vw;*/
  max-width: calc(100vw - 180px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .article-share {
    max-width: calc(100% - 20px);
  }
}
.article-share a {
  text-decoration: none;
}
.article-share .share-list {
  margin-top: 25px;
  height: 36px;
  position: relative;
}
.article-share .share-list .share-img {
  width: 21px;
  padding-right: 15px;
  transition: transform 200ms ease-in-out;
  float: left;
}
.article-share .share-list .share-img:hover {
  transform: scale(1.1);
}
.article-share .share-list .share-img.share-toggle {
  padding-right: 25px;
  cursor: pointer;
}
.article-share .share-list .share-img.share-toggle.open {
  padding-left: 5px;
  transform: scale(1.4);
}
.article-share .share-list .share-extend {
  float: left;
  width: 0;
  height: 21px;
  overflow: hidden;
  transition: width 400ms ease-in-out;
  background-color: #34343d;
  transform: translateY(-8px);
}
@media (max-width: 600px) {
  .article-share .share-list .share-extend {
    position: absolute;
    bottom: calc(-100% - 10px);
  }
}
.article-share .share-list .share-extend.open {
  width: auto;
  padding: 7px;
}
@media (max-width: 450px) {
  .article-share .share-list .share-extend.open {
    margin-top: 20px;
  }
}
.article-share .share-list .share-extend span {
  color: #FFF;
  float: left;
  padding-right: 10px;
}
.article-share .share-list .share-extend a:last-child .share-img {
  padding-right: 0;
}
.article-video {
  margin-bottom: 0px;
  width: 100%;
  /*max-width: 90vw;*/
  max-width: calc(100vw - 180px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .article-video {
    max-width: 100%;
  }
}
.event-top, .event-article-contain {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100vw - 180px);
  width: 100%;
}
@media (max-width: 900px) {
  .event-top, .event-article-contain {
    max-width: 100%;
  }
}
.event-top .article-next, .event-top .article-prev, .event-article-contain .article-next, .event-article-contain .article-prev {
  top: 45px;
}
.event-top {
  margin-bottom: 25px;
  font-size: 19px;
}
@media (max-width: 900px) {
  .event-top {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .event-top {
    width: calc(100% - 20px);
    font-size: 14px;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  .event-top {
    width: calc(100% - 20px);
    font-size: 14px;
    margin: 0px 0px 15px 0px;
  }
}
.event-top div {
  margin-bottom: 5px;
}
.event-article h1 {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .event-article h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  .event-article h1 {
    margin-bottom: 15px;
  }
}
.event-article h3 {
  margin-bottom: 10px;
}
.event-article .article-content {
  /*columns: 2;*/
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .event-article .article-content {
    /*columns: 1;*/
  }
}
.event-article .event-info {
  min-height: 100px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .event-article .event-info {
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .event-article .event-info {
    width: calc(100% - 20px);
  }
}
.event-article .event-info td, .event-article .event-info th {
  font-size: 16px;
}
.event-article .event-info table {
  float: left;
  width: 300px;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .event-article .event-info table {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .event-article .event-info table {
    font-size: 14px;
    float: unset;
    display: block;
  }
}
@media (max-width: 450px) {
  .event-article .event-info table {
    font-size: 12px;
  }
}
.event-article .event-info table th {
  font-family: "Egon-Bold", serif;
}
.event-article .event-info table th, .event-article .event-info table td {
  padding-bottom: 3px;
}
.event-highlights:after {
  content: "";
  display: table;
  clear: both;
}
.event-highlights .news-preview {
  display: inline-block;
  vertical-align: top;
  float: none !important;
}
.event-highlights .one-third, .event-highlights .preview-list .news-preview, .preview-list .event-highlights .news-preview {
  margin-right: 10px;
}
@media (max-width: 1220px) {
  .event-highlights .one-third+.one-third:nth-child(3n), .event-highlights .preview-list .news-preview+.one-third:nth-child(3n), .preview-list .event-highlights .news-preview+.one-third:nth-child(3n), .event-highlights .preview-list .one-third+.news-preview:nth-child(3n), .preview-list .event-highlights .one-third+.news-preview:nth-child(3n), .event-highlights .preview-list .news-preview+.news-preview:nth-child(3n), .preview-list .event-highlights .news-preview+.news-preview:nth-child(3n) {
    margin-right: 10px;
  }
  .event-highlights .one-third+.one-third:nth-child(2n), .event-highlights .preview-list .news-preview+.one-third:nth-child(2n), .preview-list .event-highlights .news-preview+.one-third:nth-child(2n), .event-highlights .preview-list .one-third+.news-preview:nth-child(2n), .preview-list .event-highlights .one-third+.news-preview:nth-child(2n), .event-highlights .preview-list .news-preview+.news-preview:nth-child(2n), .preview-list .event-highlights .news-preview+.news-preview:nth-child(2n) {
    margin-right: 0px;
  }
}
.cols2, .cols3 {
  width: 100% !important;
  height: auto !important;
}
.cols2 td, .cols3 td {
  padding-right: 40px;
  width: auto !important;
  height: auto !important;
}
.cols2 td h3, .cols3 td h3 {
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 5px;
  margin-top: 20px !important;
}
.cols2 td h3:nth-child(1), .cols3 td h3:nth-child(1) {
  margin-top: 0px;
}
@media (max-width: 800px) {
  .cols2 td, .cols3 td {
    display: block;
    padding: 0px;
  }
}
.cols2 td:last-of-type, .cols3 td:last-of-type {
  padding-right: 0px;
}
#icontable td {
  padding: 4px 4px 10px 4px;
}
#brand-request label {
  display: block;
}
#brand-request h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.br-text, .br-textarea {
  display: block;
  border: 1px solid #34343d;
  width: calc(100% - 12px);
  margin: 10px 0;
  padding: 5px;
}
.br-file {
  display: block;
  margin: 5px 0;
}
.br-textarea {
  resize: none;
}
.media-table {
  width: 100%;
  border-collapse: collapse;
}
.media-table th {
  font-family: 'Egon-Bold';
  border: 1px solid #34343d;
  height: 20px;
}
.media-table td {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #34343d;
}
.media-table a {
  font-size: unset;
}
.media-form {
  width: 100%;
}
.media-table-input {
  background-color: #FFF;
  width: calc(100% - 40px);
  height: 15px;
  font-size: 12px;
  padding: 4px;
}
.media-form input[type=submit] {
  padding: 5px 10px;
  background-color: #34343d;
  color: #FFF;
  border: 0px;
  margin: 10px;
  font-family: 'Egon-Light';
  -webkit-appearance: none;
  cursor: pointer;
}
.media-form input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
.media-input, .register-input {
  padding: 10px !important;
  background-color: #E5E5E5;
}
select.media-table-input {
  height: 25px;
}
.media-button-contain {
  text-align: center;
  padding: 10px !important;
}
.media-button {
  padding: 5px 10px;
  background-color: #34343d;
  color: #FFF;
  border: 0px;
  margin-top: 20px;
  font-family: 'Egon-Light';
  cursor: pointer;
}
.media-button:hover {
  color: #FFF;
  background-color: #3E3E3E;
}
.media-table-input-sel {
  height: 25px !important;
  border: 1px solid #34343d;
  padding-left: 10px !important;
}
.media-table textarea {
  height: 80px;
}
.embed-resp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-resp iframe, .embed-resp object, .embed-resp embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.checkbox, div.radio {
  position: relative;
}
div.checkbox .checkbox-text, div.checkbox radio-text, div.radio .checkbox-text, div.radio radio-text {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
  margin-top: -3px;
  text-align: left;
}
div.checkbox input, div.radio input {
  position: absolute;
  z-index: -9999;
  margin: 0;
  width: 10px;
  height: 10px;
}
div.checkbox span, div.radio span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #34343d;
  background-color: white;
  margin: 0 20px 0 -3px;
  vertical-align: top;
}
div.checkbox input:checked+span, div.radio input:checked+span {
  background-color: #34343d;
}
div.checkbox div.radio-contain, div.radio div.radio-contain {
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div.checkbox div.radio-text, div.radio div.radio-text {
  display: inline-block;
  max-width: calc(100% - 20px);
  margin-left: 20px;
}
#ck-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #34343d;
  border-top: 1px solid #FFF;
  transition: transform ease-in-out 200ms;
  padding: 20px 0;
  z-index: 10;
}
#ck-info.inactive {
  transform: translateY(100%);
}
#ck-info .contain {
  text-align: center;
}
#ck-info .ck-i {
  color: #34343d;
  background-color: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#ck-info .ck-t {
  max-width: calc(100% - 105px);
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #FFF;
  margin: 0 15px;
}
#ck-info .ck-t a {
  color: #FFF;
}
#ck-info #ck-ok {
  cursor: pointer;
  display: inline-block;
}
div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 61, 0.5);
  z-index: 100;
  display: none;
  overflow-y: auto;
}
div.lightbox div.containter {
  background-color: white;
  top: 150px;
  width: calc(100% - 130px);
  max-width: 1100px;
  margin: 0 auto 0 auto;
  padding: 30px 50px;
  display: block;
  position: relative;
}
@media (max-width: 600px) {
  div.lightbox div.containter {
    width: calc(100% - 70px);
    padding: 25px;
  }
}
div.lightbox div.containter>h2 {
  margin: 0 0 15px 0;
}
div.lightbox div.containter div.bestseller {
  margin: 20px 0 0 0;
}
div.lightbox div.containter button {
  color: white;
  background-color: #34343d;
  padding: 8px 0;
  width: 150px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 450px) {
  div.lightbox div.containter button {
    display: block;
    margin: 0 auto;
  }
}
div.lightbox div.containter button:last-of-type {
  float: right;
}
@media (max-width: 450px) {
  div.lightbox div.containter button:last-of-type {
    float: none;
    margin: 10px auto 0 auto;
  }
}
#pspopup div.containter {
  position: relative;
  max-width: 700px;
}
@media (max-width: 600px) {
  #pspopup div.containter {
    padding: 45px 25px 25px 25px;
  }
}
#pspopup div.containter .pspopupclose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  cursor: pointer;
}
#pspopup div.containter div.pspopup-content * {
  text-align: center;
}
#pspopup div.containter div.pspopup-content h1, #pspopup div.containter div.pspopup-content h2, #pspopup div.containter div.pspopup-content h3 {
  margin: 10px 0;
}
#pspopup div.containter div.pspopup-content img {
  width: 100%;
  height: auto;
}
#pspopup div.containter div.pspopup-buttons {
  padding-top: 25px;
}
#pspopup div.containter div.pspopup-buttons button {
  width: auto;
  padding: 8px;
  cursor: pointer;
}
table.form-table {
  width: 100%;
}
table.form-table tr {
  border: 1px solid #34343d;
  border-collapse: collapse;
}
table.form-table tr th {
  font-family: "Egon-Bold", serif;
  text-align: center;
}
table.form-table tr td, table.form-table tr th {
  padding: 10px 15px;
}
table.form-table tr td.form-sel {
  background-color: #434244;
}
table.form-table tr td.form-sel :hover {
  background-color: #434244;
}
table.form-table tr td.form-sel a {
  color: white;
}
table.form-table tr td.form-table-link {
  padding: 0;
}
table.form-table tr td.form-table-link a {
  padding: 10px 15px;
  display: block;
  width: calc(100% - 30px);
  font-family: "Egon-light", serif;
}
table.form-table tr td.form-table-link:hover, table.form-table tr td.form-table-link.form-table-link-sub-menu {
  background-color: #E5E5E5;
}
table.form-table tr td.form-table-link.form-table-link-sub-menu.form-sel {
  background-color: #434244;
}
table.form-table tr td.form-input {
  padding: 0;
}
table.form-table tr td.form-input select, table.form-table tr td.form-input input {
  padding: 10px 15px !important;
  width: calc(100% - 30px);
  height: 100%;
  border: none;
}
table.form-table tr td.form-input select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  background-image: url("/templates/web/img/selcorner.png");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: white;
}
table.form-table tr td.form-input select.lg {
  background-position: 98% center;
}
table.form-table tr td.form-input input:nth-of-type(2) {
  border-left: 1px solid #34343d;
}
table.form-table tr td.form-input input.column-2-large {
  width: calc(70% - 33px);
}
table.form-table tr td.form-input input.column-2-small {
  width: calc(30% - 33px);
}
table.form-table tr td.form-button-contain .form-button {
  margin: 0 auto;
}
table.form-table tr td#form-error-td {
  color: red;
  text-align: center;
}
table.form-table tr.form-table-subtitle td {
  text-align: center;
}
table.form-table .form-button {
  margin-top: 10px;
  color: white;
  background-color: #34343d;
  padding: 8px 0;
  width: 150px;
  max-width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  font-family: "Egon", serif;
}
table.form-table input::-webkit-input-placeholder {
  color: #545454;
}
table.form-table input::-moz-placeholder {
  color: #545454;
}
table.form-table input:-ms-input-placeholder {
  color: #545454;
}
table.form-table input:-moz-placeholder {
  color: #545454;
}
.main-contain:not(.no-grid), .gridIt {
  display: grid;
  display: -ms-grid;
  grid-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
}
.main-contain:not(.no-grid) article, .gridIt article {
  margin: 0px !important;
  padding: 0px !important;
  display: block;
}
.main-contain:not(.no-grid) article.one-third, .main-contain:not(.no-grid) .preview-list article.news-preview, .preview-list .main-contain:not(.no-grid) article.news-preview, .gridIt article.one-third, .gridIt .preview-list article.news-preview, .preview-list .gridIt article.news-preview {
  width: 100%;
  grid-column-end: span 2;
  -ms-grid-column-span: 3;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .main-contain:not(.no-grid) article.one-third, .main-contain:not(.no-grid) .preview-list article.news-preview, .preview-list .main-contain:not(.no-grid) article.news-preview, .gridIt article.one-third, .gridIt .preview-list article.news-preview, .preview-list .gridIt article.news-preview {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1220px) {
  .main-contain:not(.no-grid) article.one-third, .main-contain:not(.no-grid) .preview-list article.news-preview, .preview-list .main-contain:not(.no-grid) article.news-preview, .gridIt article.one-third, .gridIt .preview-list article.news-preview, .preview-list .gridIt article.news-preview {
    grid-column-end: span 3;
    -ms-grid-column-span: 5;
  }
}
@media (max-width: 800px) {
  .main-contain:not(.no-grid) article.one-third, .main-contain:not(.no-grid) .preview-list article.news-preview, .preview-list .main-contain:not(.no-grid) article.news-preview, .gridIt article.one-third, .gridIt .preview-list article.news-preview, .preview-list .gridIt article.news-preview {
    grid-column-end: span 6;
    -ms-grid-column-span: 11;
  }
}
.main-contain:not(.no-grid) article.half, .gridIt article.half {
  grid-column-end: span 3;
  -ms-grid-column-span: 5;
  width: 100%;
  margin: 0px !important;
}
@media (max-width: 800px) {
  .main-contain:not(.no-grid) article.half, .gridIt article.half {
    grid-column-end: span 6;
    -ms-grid-column-span: 11;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .main-contain:not(.no-grid) article.half, .gridIt article.half {
    margin-bottom: 15px !important;
  }
}
.main-contain:not(.no-grid) article.head-article, .gridIt article.head-article {
  grid-column-end: span 6;
  -ms-grid-column-span: 11;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .main-contain:not(.no-grid) article.head-article, .gridIt article.head-article {
    margin-bottom: 15px !important;
  }
}
.main-contain:not(.no-grid) article.news-preview.full, .gridIt article.news-preview.full {
  grid-column-end: span 6;
  -ms-grid-column-span: 11;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .main-contain:not(.no-grid) article.news-preview.full, .gridIt article.news-preview.full {
    margin-bottom: 15px !important;
  }
}
.main-contain:not(.no-grid) .row, .gridIt .row {
  grid-column-end: span 6;
  -ms-grid-column-span: 11;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .main-contain:not(.no-grid) .row, .gridIt .row {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 800px) {
  .slick-list {
    /*overflow: visible !important;*/
  }
}
.gridIt li {
  grid-column-end: span 2;
  -ms-grid-column-span: 3;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .gridIt li {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1220px) {
  .gridIt li {
    grid-column-end: span 3;
    -ms-grid-column-span: 5;
  }
}
@media (max-width: 800px) {
  .gridIt li {
    grid-column-end: span 6;
    -ms-grid-column-span: 11;
  }
}
@media (max-width: 600px) {
  .slider-slick {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  .slider-slick .arr-top {
    left: 41px !important;
  }
  .slider-slick div.forMobile {
    width: calc(100% - 30px);
    margin: 0px auto;
  }
}
main {
  -ms-overflow-y: hidden;
}
_:-ms-lang(x), .ie10up {
  property: value;
}
input.nl-rb {
  border: 1px solid #FFF !important;
  width: 10px;
  height: 10px;
  padding: 5px 0 0 0 !important;
  background-color: #34343d;
}
input.nl-rb:checked {
  background-color: #FFF !important;
}
.nl-form-row {
  width: 100%;
  padding-bottom: 15px;
}
/*.main-contain{

  

  article{

    

    &.one-third{

      

    }

    &.head-article{

      

    }

  }

}*/

/*== STATE =============================================================*/

/*== THEME =============================================================*/