@charset "UTF-8";
/* Base styles */
/* stylelint-disable
  comment-empty-line-before,
  rule-empty-line-before,
  property-no-vendor-prefix,
  declaration-block-no-duplicate-properties,
  font-family-no-duplicate-names,
  no-duplicate-selectors
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .63em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Libs */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* General */
body {
  background: #F0F0F0;
  max-width: 100%;
  overflow-x: hidden; }

#reskin * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#reskin h1,
#reskin h2,
#reskin h3,
#reskin h4,
#reskin h5,
#reskin strong {
  font-family: 'apercubold';
  font-weight: normal !important; }

#reskin .container, #reskin .navigation .navigation-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px; }
  #reskin .container.narrow, #reskin .navigation .narrow.navigation-inner {
    max-width: 700px; }
  @media (max-width: 1000px) {
    #reskin .container, #reskin .navigation .navigation-inner {
      padding: 0; } }

#reskin .navigation {
  padding-top: 50px;
  margin-bottom: 55px;
  background: #000000;
  color: #fff; }
  @media (max-width: 1000px) {
    #reskin .navigation {
      padding-top: 20px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0; } }
  #reskin .navigation .navigation-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #reskin .navigation .navigation-top .menu .menu-toggle {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0;
      outline: 0;
      background: none;
      font: inherit;
      cursor: pointer;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #fff;
      font-family: 'apercuregular';
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.75px;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1000px) {
        #reskin .navigation .navigation-top .menu .menu-toggle {
          font-size: 22px;
          line-height: 25px; } }
      #reskin .navigation .navigation-top .menu .menu-toggle .menu-toggle-icon {
        margin-right: 10px; }
        @media (max-width: 1000px) {
          #reskin .navigation .navigation-top .menu .menu-toggle .menu-toggle-icon {
            margin-right: 0; } }
        @media (max-width: 1000px) {
          #reskin .navigation .navigation-top .menu .menu-toggle .menu-toggle-icon img {
            height: 18px; } }
      @media (max-width: 1000px) {
        #reskin .navigation .navigation-top .menu .menu-toggle .menu-toggle-text {
          display: none; } }
    #reskin .navigation .navigation-top .logo {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center; }
      #reskin .navigation .navigation-top .logo img {
        height: 30px;
        width: auto; }
        @media (max-width: 1000px) {
          #reskin .navigation .navigation-top .logo img {
            height: 20px; } }
    #reskin .navigation .navigation-top .search .search-toggle {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0;
      outline: 0;
      background: none;
      font: inherit;
      cursor: pointer;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #fff;
      font-family: 'apercuregular';
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.75px;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1000px) {
        #reskin .navigation .navigation-top .search .search-toggle {
          font-size: 22px;
          line-height: 22px; } }
      #reskin .navigation .navigation-top .search .search-toggle .search-toggle-icon {
        margin-right: 10px;
        margin-top: 3px; }
        @media (max-width: 1000px) {
          #reskin .navigation .navigation-top .search .search-toggle .search-toggle-icon {
            margin-right: 0; } }
        @media (max-width: 1000px) {
          #reskin .navigation .navigation-top .search .search-toggle .search-toggle-icon img {
            height: 20px; } }
      @media (max-width: 1000px) {
        #reskin .navigation .navigation-top .search .search-toggle .search-toggle-text {
          display: none; } }

.footer {
  background: #000000;
  color: #fff;
  padding: 70px 15px 100px 15px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative; }
  .footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
    bottom: 0;
    background: #000;
    z-index: -1; }
  @media (max-width: 1000px) {
    .footer {
      display: block;
      padding: 50px 15px 50px 15px; } }
  .footer a {
    color: inherit; }
  .footer .container, .footer #reskin .navigation .navigation-inner, #reskin .navigation .footer .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1000px) {
      .footer .container, .footer #reskin .navigation .navigation-inner, #reskin .navigation .footer .navigation-inner {
        display: block; } }
  .footer .footer-logo {
    height: 20px;
    width: auto;
    margin-bottom: 30px; }
  .footer .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .footer .column:last-child {
      text-align: right; }
      @media (max-width: 1000px) {
        .footer .column:last-child {
          text-align: left; } }
  .footer p:not(:last-child) {
    margin-bottom: 5px; }
    .footer p:not(:last-child):after {
      content: "–";
      color: #fff;
      display: block;
      margin-top: 5px; }

#reskin .item {
  position: relative;
  margin-bottom: 30px; }
  #reskin .item,
  #reskin .item a {
    text-decoration: none;
    color: inherit; }
  #reskin .item .category-badge-holder {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 100%;
    z-index: 10; }
  #reskin .item .category-badge {
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px;
    text-decoration: none;
    font-family: 'apercumono';
    font-weight: normal;
    margin-right: 5px;
    display: inline-block;
    float: left;
    border-radius: 2px; }
    #reskin .item .category-badge.samfunn {
      background: #C81F32;
      color: #fff; }
    #reskin .item .category-badge.musikk {
      background: #73C8DC;
      color: #000; }
    #reskin .item .category-badge.kunst {
      background: #FAD264;
      color: #000; }
    #reskin .item .category-badge.konkurranse {
      background: #FF5078;
      color: #fff; }
    #reskin .item .category-badge.film {
      background: #04A9AA;
      color: #fff; }
    #reskin .item .category-badge.festival {
      background: #C8F6FE;
      color: #000; }
    #reskin .item .category-badge.matogdrikke {
      background: #F08231;
      color: #fff; }
    #reskin .item .category-badge.reise {
      background: #DBD7BF;
      color: #000; }
    #reskin .item .category-badge.litteratur {
      background: #79B445;
      color: #fff; }
    #reskin .item .category-badge.klima {
      background: #fff;
      color: #000; }
    #reskin .item .category-badge.sponset-innhold {
      background: #000;
      border: 0;
      color: #fff;
      position: absolute !important;
      right: 5px;
      left: auto;
      margin-right: 5px; }
  #reskin .item .item-image {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e0e0e0;
    height: 0;
    padding-bottom: 70%;
    border-radius: 2px; }
    @media (max-width: 1000px) {
      #reskin .item .item-image {
        padding-bottom: 70%; } }
  #reskin .item .item-title {
    font-size: 25px;
    letter-spacing: -0.6px;
    line-height: 25px;
    margin: 0; }
    @media (max-width: 1000px) {
      #reskin .item .item-title {
        font-size: 22px;
        line-height: 22px; } }
  #reskin .item:hover .item-title {
    color: #FF5078; }
  #reskin .item.featured-item .item-image {
    padding-bottom: 50%; }
    @media (max-width: 1000px) {
      #reskin .item.featured-item .item-image {
        padding-bottom: 70%; } }
  #reskin .item.featured-item .item-title {
    padding: 0;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -1.38px; }
    @media (max-width: 1000px) {
      #reskin .item.featured-item .item-title {
        font-size: 32px;
        line-height: 32px; } }

#reskin .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  @media (max-width: 1000px) {
    #reskin .item-group {
      display: block; } }
  #reskin .item-group .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1000px) {
      #reskin .item-group .column {
        display: block; } }
    #reskin .item-group .column:first-child {
      margin-right: 7.5px; }
      @media (max-width: 1000px) {
        #reskin .item-group .column:first-child {
          margin-right: 0; } }
    #reskin .item-group .column:last-child {
      margin-left: 7.5px; }
      @media (max-width: 1000px) {
        #reskin .item-group .column:last-child {
          margin-left: 0; } }
    #reskin .item-group .column .item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 15px; }
      @media (max-width: 1000px) {
        #reskin .item-group .column .item {
          width: 100%; } }
  #reskin .item-group .item {
    margin: 0;
    background: #fff; }
    @media (max-width: 1000px) {
      #reskin .item-group .item {
        margin-bottom: 30px; } }
    @media (max-width: 1000px) {
      #reskin .item-group .item {
        background: none; } }
    #reskin .item-group .item .item-image {
      margin-bottom: 0;
      padding-bottom: 35%; }
      @media (max-width: 1000px) {
        #reskin .item-group .item .item-image {
          margin-bottom: 15px;
          padding-bottom: 70%; } }
    #reskin .item-group .item .item-title {
      padding: 30px;
      font-size: 30px;
      letter-spacing: -0.5px;
      line-height: 30px;
      margin: 0; }
      @media (max-width: 1000px) {
        #reskin .item-group .item .item-title {
          font-size: 22px;
          line-height: 22px;
          padding: 0; } }
    #reskin .item-group .item.bigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #reskin .item-group .item.bigger .item-image {
        width: 100%;
        height: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 0; }
        @media (max-width: 1000px) {
          #reskin .item-group .item.bigger .item-image {
            padding-bottom: 70%;
            height: 0; } }

#reskin .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 15px); }
  @media (max-width: 1000px) {
    #reskin .items-list {
      display: block;
      margin-left: 0;
      width: 100%; } }
  #reskin .items-list .item {
    margin-bottom: 30px;
    width: calc((100% / 3) - 15px);
    margin-left: 15px; }
    @media (max-width: 1000px) {
      #reskin .items-list .item {
        width: 100%;
        margin-left: 0; } }

#reskin .ad-holder {
  margin-bottom: 30px;
  background: url("../../images/reskin/ad-holder-background.png") repeat 15px 15px;
  width: 100%; }
  #reskin .ad-holder:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1000px) {
    #reskin .ad-holder.ad-holder-top {
      background: none !important; } }
  #reskin .ad-holder .item,
  #reskin .ad-holder .dfp_mod {
    margin: 0;
    padding: 0; }

#reskin .load-more .items-list {
  width: 100%;
  margin: 0;
  display: block; }

#reskin .load-more .ajax-load-more-wrap .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 15px); }
  @media (max-width: 1000px) {
    #reskin .load-more .ajax-load-more-wrap .alm-reveal {
      display: block;
      margin-left: 0;
      width: 100%; } }

#reskin .load-more .ajax-load-more-wrap .alm-btn-wrap {
  text-align: center;
  margin-top: 30px; }

#reskin .load-more .ajax-load-more-wrap .alm-load-more-btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-radius: 0;
  font: inherit;
  font-family: 'apercumono';
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
  height: 45px;
  line-height: 42px;
  padding: 0 20px;
  margin: 0 auto 30px auto;
  display: inline-block;
  cursor: pointer; }
  #reskin .load-more .ajax-load-more-wrap .alm-load-more-btn:hover {
    background: #000;
    color: #fff; }

.gform_wrapper {
  width: 100%; }

/* Templates */
#reskin .template-frontpage .navigation-continues {
  background: #000;
  height: 450px;
  position: relative;
  z-index: -1; }
  #reskin .template-frontpage .navigation-continues:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
    bottom: 0;
    background: #000;
    z-index: -1; }
  @media (max-width: 1000px) {
    #reskin .template-frontpage .navigation-continues {
      height: 0;
      margin-bottom: 30px; } }

#reskin .template-frontpage .main {
  margin-top: -430px;
  padding-bottom: 50px; }
  @media (max-width: 1000px) {
    #reskin .template-frontpage .main {
      margin-top: 0;
      padding: 15px 15px 50px 15px; } }

#reskin .template-archive .navigation {
  padding-bottom: 15px; }

#reskin .template-archive .main {
  padding: 30px 0 50px 0; }
  @media (max-width: 1000px) {
    #reskin .template-archive .main {
      margin-top: 0;
      padding: 15px 15px 50px 15px; } }

#reskin .template-magazine * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#reskin .template-magazine .navigation-continues {
  background: #000;
  height: 480px;
  position: relative;
  z-index: -1; }
  #reskin .template-magazine .navigation-continues:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
    bottom: 0;
    background: #000;
    z-index: -1; }
  @media (max-width: 1000px) {
    #reskin .template-magazine .navigation-continues {
      height: 0;
      margin-bottom: 30px; } }

#reskin .template-magazine .main {
  margin-top: -390px;
  padding-bottom: 80px; }
  @media (max-width: 1000px) {
    #reskin .template-magazine .main {
      margin-top: 0;
      padding: 15px 15px 50px 15px; } }

#reskin .template-magazine .header {
  width: 100%;
  max-width: none;
  position: relative; }
  #reskin .template-magazine .header .owl-nav {
    opacity: 0;
    position: absolute;
    top: -100000px;
    left: -100000px; }
  #reskin .template-magazine .header .carousel-prev,
  #reskin .template-magazine .header .carousel-next {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    outline: 0;
    background: none;
    font: inherit;
    cursor: pointer;
    display: inline-block;
    width: 56px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -30px; }
    @media (max-width: 1000px) {
      #reskin .template-magazine .header .carousel-prev,
      #reskin .template-magazine .header .carousel-next {
        display: none; } }
  #reskin .template-magazine .header .carousel-prev {
    left: 0;
    background: url("../../images/reskin/carousel-prev.svg") no-repeat; }
  #reskin .template-magazine .header .carousel-next {
    right: 0;
    background: url("../../images/reskin/carousel-next.svg") no-repeat; }
  #reskin .template-magazine .header .carousel {
    max-width: 880px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1000px) {
      #reskin .template-magazine .header .carousel {
        max-width: 100%;
        overflow: hidden; } }
    #reskin .template-magazine .header .carousel:before {
      content: "";
      width: 220px;
      height: 220px;
      display: inline-block;
      background: url("../../images/reskin/magazine-graphic.png") no-repeat;
      position: absolute;
      top: 170px;
      left: -160px;
      bottom: 0;
      z-index: -1; }
      @media (max-width: 1000px) {
        #reskin .template-magazine .header .carousel:before {
          display: none; } }
    @media (max-width: 1000px) {
      #reskin .template-magazine .header .carousel .owl-item:not(.active) {
        opacity: 0; } }
    #reskin .template-magazine .header .carousel .carousel-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      z-index: 100; }
      @media (max-width: 1000px) {
        #reskin .template-magazine .header .carousel .carousel-item {
          display: block; } }
      #reskin .template-magazine .header .carousel .carousel-item .column:first-child {
        margin-right: 40px;
        text-align: right; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .header .carousel .carousel-item .column:first-child {
            margin-right: 0; } }
      #reskin .template-magazine .header .carousel .carousel-item .column:last-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      #reskin .template-magazine .header .carousel .carousel-item img {
        width: auto !important;
        max-width: 330px !important; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .header .carousel .carousel-item img {
            margin-bottom: 15px;
            width: 100% !important; } }
      #reskin .template-magazine .header .carousel .carousel-item .prefix {
        font-family: 'apercumono';
        margin: 0 0 5px 0;
        color: #808080;
        font-size: 16px;
        letter-spacing: -0.5px; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .header .carousel .carousel-item .prefix {
            margin-bottom: 10px; } }
      #reskin .template-magazine .header .carousel .carousel-item .title {
        color: #fff;
        font-size: 65px;
        letter-spacing: -1.75px;
        line-height: 80px;
        max-width: 530px;
        margin: 0 0 40px 0;
        font-family: 'apercubold'; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .header .carousel .carousel-item .title {
            font-size: 35px;
            line-height: 45px;
            margin-bottom: 20px;
            color: #000; } }
      #reskin .template-magazine .header .carousel .carousel-item .city-selector {
        margin-bottom: 100px; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .header .carousel .carousel-item .city-selector {
            margin-bottom: 30px; } }
        #reskin .template-magazine .header .carousel .carousel-item .city-selector .city-item {
          font-family: 'apercumono';
          color: #FF5078;
          display: inline-block;
          margin-right: 10px;
          font-size: 16px;
          line-height: 20px;
          text-decoration: none;
          padding: 3px 0; }
          #reskin .template-magazine .header .carousel .carousel-item .city-selector .city-item:hover {
            cursor: pointer;
            color: #fff; }
            @media (max-width: 1000px) {
              #reskin .template-magazine .header .carousel .carousel-item .city-selector .city-item:hover {
                color: #FF5078; } }
          #reskin .template-magazine .header .carousel .carousel-item .city-selector .city-item:not(:last-child) {
            padding-right: 10px;
            border-right: 3px solid #444; }
          @media (max-width: 1000px) {
            #reskin .template-magazine .header .carousel .carousel-item .city-selector .city-item {
              font-size: 16px;
              color: #000;
              font-weight: normal; }
              #reskin .template-magazine .header .carousel .carousel-item .city-selector .city-item:not(:last-child) {
                border-color: #ddd; } }
      #reskin .template-magazine .header .carousel .carousel-item .plan-link {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        font-family: 'apercubold';
        letter-spacing: -0.45px; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .header .carousel .carousel-item .plan-link {
            color: #FF5078; } }
        #reskin .template-magazine .header .carousel .carousel-item .plan-link:after {
          content: "";
          display: inline-block;
          width: 22px;
          height: 12px;
          background: url(../../images/reskin/plan-arrow.svg) no-repeat;
          margin-left: 20px; }
        #reskin .template-magazine .header .carousel .carousel-item .plan-link:hover {
          color: #FF5078; }

#reskin .template-magazine .magazine-listing-title {
  font-size: 40px;
  margin: 60px 0 30px 0;
  color: #000;
  font-family: 'apercubold';
  text-align: left;
  display: block;
  width: 100%; }
  @media (max-width: 1000px) {
    #reskin .template-magazine .magazine-listing-title {
      font-size: 30px;
      line-height: 35px;
      color: #000;
      margin: 0px 0 20px 0; } }

#reskin .template-magazine .magazine-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  width: calc(100% + 30px); }
  @media (max-width: 1000px) {
    #reskin .template-magazine .magazine-listing {
      margin-left: -15px;
      width: calc(100% + 15px); } }
  #reskin .template-magazine .magazine-listing .magazine-item {
    margin-bottom: 30px;
    width: calc((100% / 4) - 30px);
    margin-left: 30px;
    position: relative; }
    @media (max-width: 1000px) {
      #reskin .template-magazine .magazine-listing .magazine-item {
        margin-left: 15px;
        width: calc((100% / 2) - 15px); } }
    #reskin .template-magazine .magazine-listing .magazine-item .image img {
      width: 100%;
      height: auto; }
    #reskin .template-magazine .magazine-listing .magazine-item .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FF5078;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px;
      display: none; }
      @media (max-width: 1000px) {
        #reskin .template-magazine .magazine-listing .magazine-item .content {
          display: block;
          position: relative;
          background: none;
          padding: 0; } }
      #reskin .template-magazine .magazine-listing .magazine-item .content .title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -1px;
        color: #fff;
        font-weight: normal;
        font-family: 'apercuregular'; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .magazine-listing .magazine-item .content .title {
            font-size: 20px;
            line-height: 24px;
            color: #000;
            margin: 10px 0 5px 0; } }
      #reskin .template-magazine .magazine-listing .magazine-item .content .city-selector .city-item {
        font-family: 'apercumono';
        color: #fff;
        display: inline-block;
        margin-right: 7px;
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        text-decoration: none;
        padding: 3px 0;
        letter-spacing: -0.5px; }
        #reskin .template-magazine .magazine-listing .magazine-item .content .city-selector .city-item:hover {
          cursor: pointer;
          color: #000; }
          @media (max-width: 1000px) {
            #reskin .template-magazine .magazine-listing .magazine-item .content .city-selector .city-item:hover {
              color: #FF5078; } }
        #reskin .template-magazine .magazine-listing .magazine-item .content .city-selector .city-item:not(:last-child) {
          padding-right: 10px;
          border-right: 3px solid #FF95AD; }
        @media (max-width: 1000px) {
          #reskin .template-magazine .magazine-listing .magazine-item .content .city-selector .city-item {
            font-size: 12px;
            color: #000;
            font-weight: normal; }
            #reskin .template-magazine .magazine-listing .magazine-item .content .city-selector .city-item:not(:last-child) {
              border-color: #ddd; } }
    #reskin .template-magazine .magazine-listing .magazine-item:hover .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1000px) {
        #reskin .template-magazine .magazine-listing .magazine-item:hover .content {
          display: block; } }

#reskin .template-page a {
  color: #FF5078; }

#reskin .template-page .navigation {
  padding-bottom: 20px;
  margin-bottom: 0; }

#reskin .template-page .main {
  padding: 50px 15px 100px 15px; }
  @media (max-width: 1000px) {
    #reskin .template-page .main {
      padding: 30px 15px 50px 15px; } }

#reskin .template-page .page-title {
  font-family: 'apercubold';
  margin: 0 0 30px 0;
  font-size: 50px;
  line-height: 65px;
  text-align: left;
  display: block;
  width: 100%; }
  @media (max-width: 1000px) {
    #reskin .template-page .page-title {
      font-size: 35px;
      line-height: 45px;
      margin-bottom: 15px; } }

#reskin .template-page .page-intro {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 25px 0; }
  #reskin .template-page .page-intro p {
    margin: 0 0 15px 0; }
  @media (max-width: 1000px) {
    #reskin .template-page .page-intro {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 30px; } }

#reskin .template-page .table-wrapper {
  width: 100%; }
  @media (max-width: 1000px) {
    #reskin .template-page .table-wrapper {
      overflow-x: scroll; } }

#reskin .template-page table {
  font-family: 'apercumono';
  text-align: left; }
  @media (max-width: 1000px) {
    #reskin .template-page table {
      font-size: 14px; } }
  #reskin .template-page table tr td,
  #reskin .template-page table tr th {
    padding: 10px 50px 10px 0; }
    @media (max-width: 1000px) {
      #reskin .template-page table tr td,
      #reskin .template-page table tr th {
        padding: 7px 15px 7px 0; } }
  #reskin .template-page table tr th {
    font-family: 'apercubold';
    font-size: 18px; }

#reskin .template-404 .navigation {
  margin: 0; }

#reskin .template-404 .main {
  min-height: 90vh;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center; }
  #reskin .template-404 .main h1 {
    margin: 0 0 30px 0;
    font-size: 3vw;
    font-weight: 600; }
  #reskin .template-404 .main a {
    display: block;
    color: #FF5078;
    font-size: 1.5vw; }
