.section:after, .wrap-showreels:after {
  content: "";
  display: table;
  clear: both; }

/*
================================
PAGE LAYOUT
================================
*/
/* ---------------- Prevent IE Mobile 10 bug - combine with js script
*/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* Layout - General
*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* suppressing the tap highlight */
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

body {
  min-height: 100%;
  background: #221F19 url(../img/elin-bw2.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 18px;
  padding-right: 18px; }
  @media (min-width: 56.25em) {
    body {
      padding-left: 30px;
      padding-right: 30px; } }

.wrap-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  @media (min-width: 56.25em) {
    .wrap-page-container {
      max-width: 1244px;
      padding-right: 170px; } }
  @media (min-width: 98.125em) {
    .wrap-page-container {
      max-width: 1100px;
      padding-right: 0; } }

.page-container {
  max-width: 1100px; }

.section:after, .wrap-showreels:after {
  content: "";
  display: table;
  clear: both; }

/*
================================
CONTENT - typography, images, etc.
================================
*/
/* ---------------- Default text, headings
*/
html {
  font-size: 62.5%; }
  @media (min-width: 37.5em) {
    html {
      font-size: 62.5%;
      /*  Then Tablet/desktop: 1rem = 10px */ } }

body {
  font-family: "Open Sans", sans-serif;
  color: #D8D8D8; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400; }

p, dl, ul {
  margin-top: 0; }

ol p, ul p, ol ol, ul ul, label p, dt p, dd p, table p {
  font-size: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rokkitt", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #D8D8D8;
  line-height: 1.25;
  margin-top: 1.5em;
  margin-bottom: 1em; }

h1 {
  font-size: 3rem;
  line-height: 1; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 2.1rem;
  text-transform: uppercase; }

h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #D8D8D8; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

/* ---------------- Links
*/
a {
  color: #C84516;
  text-decoration: none;
  background: transparent;
  -webkit-transition: 0.15s all;
  transition: 0.15s all; }

a:active, a:focus, a:hover {
  color: #aa3b13;
  text-decoration: underline;
  background: transparent; }

/* ---------------- Text specials
*/
blockquote,
blockquote p {
  font-style: italic; }

blockquote {
  margin: 0 0 1.5em;
  padding: 0.9rem 2rem 0.9rem 2rem;
  border-left: 2px solid #C84516; }
  blockquote cite,
  blockquote span {
    display: block;
    font-style: normal;
    text-align: right; }

p.lead {
  font-size: 125%;
  line-height: 1.6; }

p.callout {
  background: white;
  padding: 15px 17px 17px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  border-left: 4px solid #C84516; }

.soft {
  color: #888; }

small {
  font-size: 0.8em; }

mark {
  background: #FFFF7F; }

.center-text,
.text-center {
  text-align: center; }

.right-text,
.text-right {
  text-align: right; }

p.page-intro {
  font-size: 2rem; }

/* ---------------- Lists
*/
ol p, ul p {
  font-size: inherit; }

ul {
  list-style: none;
  margin-left: 22px;
  padding-left: 0; }
  ul li {
    margin-left: 0;
    margin-bottom: 0px;
    padding-left: 18px; }
  ul ul {
    margin-bottom: 0; }

ol {
  margin-left: 0; }
  ol li {
    margin-bottom: 0px; }

/* Inline (horizontal) list (for thumbnails etc)
	*/
.list-inline {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  .list-inline:after {
    content: "";
    display: table;
    clear: both; }
  .list-inline > li {
    display: inline-block;
    margin: 0 10px 20px 0;
    padding: 0;
    background: none; }
  .list-inline img {
    display: block; }

/* ---------------- Images
*/
img,
svg {
  max-width: 100%;
  /* responsive */
  height: auto; }

img {
  vertical-align: middle; }

a img {
  -webkit-transition: 0.15s all;
  transition: 0.15s all; }

/* ---------------- Tables
*/
table {
  margin-bottom: 1rem;
  width: 100%; }

th,
td {
  padding: 6px 10px 7px 0px;
  border-top: 1px solid #D6D6D6; }

th {
  font-weight: bold;
  vertical-align: top;
  text-align: left; }

thead:first-child tr th,
thead:first-child tr td {
  border-top: 0; }

/* Wrap tables (or pre) elements in a div with this class */
.overflow-container {
  overflow-x: scroll; }

/* ---------------- Media
*/
audio, video, object, embed, canvas, iframe {
  max-width: 100%;
  height: auto; }

/* flexible video containers, with fixed ratio */
.aspect-ratio {
  position: relative;
  height: 0;
  padding-top: 25px;
  /* default for youtube player */
  /*padding-bottom: 56.25%;*/
  /* 16:9 ratio */
  padding-bottom: 67.5%;
  /* 4:3 ratio */
  overflow: hidden; }

/* to override, use extra classes: */
.aspect-ratio.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 widescreen ratio */ }

.aspect-ratio.vimeo {
  padding-top: 0;
  /* no player */ }

.aspect-ratio video,
.aspect-ratio object,
.aspect-ratio embed,
.aspect-ratio canvas,
.aspect-ratio iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*
================================
CONTENT BLOCKS / SECTIONS
================================
*/
/* ---------------- All sections
*/
.section {
  padding-top: 50px;
  margin-bottom: 40px; }
  @media (min-width: 37.5em) {
    .section {
      margin-bottom: 195px; } }

/* ---------------- Header
*/
.section-header {
  padding-top: 0;
  margin-bottom: 80px; }
  @media (min-width: 37.5em) {
    .section-header {
      margin-bottom: 85px; } }

.section-header {
  padding-top: 30px; }
  .section-header h1 {
    margin-top: 0;
    margin-bottom: 14px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 3.6rem; }
    .section-header h1 span {
      color: #C84516; }
  .section-header h2 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .section-header {
      padding-top: 46px; } }

/* ---------------- Desktop fixed nav
*/
.wrap-nav-main {
  display: none;
  width: 180px;
  text-align: right;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (min-width: 56.25em) {
    .wrap-nav-main {
      display: block; } }

ul.nav-main {
  margin: 0;
  padding: 0; }
  ul.nav-main li {
    margin: 15px 0px 16px;
    padding: 0px 0;
    position: relative; }
    ul.nav-main li:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 40px;
      height: 1px;
      background: #D8D8D8;
      -webkit-transition: 0.15s all;
      transition: 0.15s all; }
  ul.nav-main a {
    display: block;
    padding: 6px 0px 1px;
    opacity: 0;
    color: #D8D8D8;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
  ul.nav-main li:hover:after {
    width: 40px; }
  ul.nav-main a:hover {
    opacity: 1;
    text-decoration: none;
    padding-right: 28px; }
  ul.nav-main a:focus {
    outline: none; }
  ul.nav-main li.active a {
    opacity: 1;
    padding-right: 28px; }
  ul.nav-main li.active:after {
    background: #C84516;
    width: 80px; }

/* ---------------- Showreels
*/
.showreel {
  position: relative;
  margin-bottom: 34px; }
  .showreel a {
    -webkit-transition: 0.15s all;
    transition: 0.15s all; }
  .showreel .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 25px 12px;
    background: rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
    text-align: right;
    font-family: "Rokkitt", sans-serif;
    color: #D8D8D8;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: 2px; }
    .showreel .caption span {
      position: relative;
      -webkit-transition: 0.15s all;
      transition: 0.15s all;
      left: -5px; }
  .showreel a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0);
    margin: -6px;
    -webkit-transition: 0.15s all;
    transition: 0.15s all; }
  .showreel a:hover .caption {
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.3); }
  .showreel a:hover:before {
    border-color: white; }
  .showreel a:hover .caption span {
    position: relative;
    left: 6px; }
  .showreel a:focus {
    outline: none; }

.showreel:first-child a:before {
  border-color: #C84516; }

.showreel:first-child a:hover:before {
  border-color: white; }

@media (min-width: 37.5em) {
  .showreel {
    width: 48.087431694%;
    float: left;
    margin-right: 3.825136612%;
    margin-bottom: 0; }
  .showreel:last-child {
    float: right;
    margin-right: 0; } }

/* ---------------- Intro text
*/
.section-intro p {
  margin-bottom: 26px; }

p.english {
  font-style: italic; }

/* ---------------- Image thumbs Courts
*/
.section-courts-1 {
  margin-bottom: 30px; }

.slideshow-shorts img {
  max-height: 141px; }

.section-courts-2 .slideshow-shorts img {
  max-height: 139px; }

/* slideshows/carousels: see Slick css */
.thumbs-item {
  position: relative; }
  .thumbs-item .caption {
    padding-top: 3px;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
    color: #9F9D9D;
    font-size: 14px;
    text-decoration: none; }
    @media (min-width: 47.5em) {
      .thumbs-item .caption {
        -webkit-transform: translate(0, -10px);
                transform: translate(0, -10px);
        opacity: 0; } }
  .thumbs-item a {
    text-decoration: none; }
  .thumbs-item a:hover {
    text-decoration: none; }
    .thumbs-item a:hover img {
      opacity: 0.6;
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }
    .thumbs-item a:hover .caption {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1; }
  .thumbs-item a:before {
    content: '';
    width: 65px;
    height: 65px;
    background: url(../img/icon-play.svg) no-repeat center center;
    background-size: 65px 65px;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -33px;
    opacity: 0;
    -webkit-transition: 0.15s all;
    transition: 0.15s all; }
  .thumbs-item a:hover:before {
    margin-top: -33px;
    margin-top: -43px;
    opacity: 1; }

/* ---------------- Contact
*/
#contact-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/elin.1024.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 3s all;
  transition: 3s all;
  display: none; }
  @media (min-width: 37.5em) {
    #contact-bg {
      display: block; } }

#contact-bg.activated {
  opacity: 1; }

.section-contact {
  height: 100vh;
  margin-bottom: 0 !important; }

p.wrap-button {
  margin-top: 35px;
  margin-bottom: 50px; }

a.button {
  border: 1px solid white;
  padding: 8px 15px;
  display: inline-block;
  color: white;
  -webkit-transition: 0.15s all;
  transition: 0.15s all; }
  a.button:hover, a.button:focus {
    background-color: #C84516;
    border-color: #C84516;
    text-decoration: none; }

/*
================================
Magnific Popup CSS (lightbox for galeries)
================================
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: white; }

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

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button.mfp-arrow:hover {
  background: rgba(255, 255, 255, 0.2); }

button.mfp-close:hover {
  background: none; }

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

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

.mfp-close:hover,
mfp-close:focus {
  color: #C84516; }

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

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #555;
  font-size: 12px;
  line-height: 18px;
  display: none;
  /* hide counter */ }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.15s all;
  transition: 0.15s all; }

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

.mfp-arrow-right:hover:after {
  border-left-color: white; }

.mfp-arrow-left:hover:after {
  border-right-color: white; }

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

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

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

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

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

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
  border-right: 27px solid #fff; }

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

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

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #fff; }

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

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1100px;
  /* original 1030px */ }

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ========= Slideshow carousel Slick JS
*/
/* ---------------- Slideshow - Basic styles, do not edit
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* ---------------- Slideshow - Slick Theme, variables
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat; }

/* ---------------- Slideshow - Arrows (buttons)
*/
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 20px;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 0;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent;
    background-color: transparent;
    opacity: 0.7; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2; }

.slick-prev:before, .slick-next:before {
  font-size: 24px;
  line-height: 1;
  opacity: 1; }

.slick-prev {
  left: 0px;
  background: url("../img/arrow-left.svg") no-repeat center center; }
  @media (min-width: 1150px) {
    .slick-prev {
      left: -40px; } }

.slick-next {
  right: 0px;
  background: url("../img/arrow-right.svg") no-repeat center center; }
  @media (min-width: 1150px) {
    .slick-next {
      right: -40px; } }

/* ---------------- Slideshow - Dots
*/
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    background: none; }
    .slick-dots li button {
      display: block;
      height: 100%;
      width: 100%;
      padding: 0px;
      background: white;
      border-radius: 50%;
      border: 1px solid gray;
      opacity: 0.2;
      cursor: pointer;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 0.7; }
    .slick-dots li.slick-active button {
      background: #C84516;
      opacity: 1; }

/* ---------------- Slideshow - Slider content
*/
.wrap-slideshow {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.slideshow {
  margin-bottom: 0; }

.slick-slide {
  padding-right: 1px; }

/*
================================
Mobile navigation - dropdown
================================
*/
/* ---------------- Wrapper
*/
.wrap-nav-mobile {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 99999;
  font-family: "Open Sans", sans-serif;
  display: block; }
  @media (min-width: 56.25em) {
    .wrap-nav-mobile {
      display: none; } }

/* ---------------- Toggle link
*/
#nav-mobile-toggle {
  position: relative;
  display: block;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 0px;
  background: rgba(200, 200, 200, 0.1);
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  /* ie10 */
  outline: 0; }
  #nav-mobile-toggle .toggle-icon {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 23px;
    background: white;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    #nav-mobile-toggle .toggle-icon:before, #nav-mobile-toggle .toggle-icon:after {
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      width: 100%;
      height: 2px;
      background: white;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    #nav-mobile-toggle .toggle-icon:before {
      top: -7px; }
    #nav-mobile-toggle .toggle-icon:after {
      bottom: -7px; }

/* OPEN mobile nav */
.nav-open #nav-mobile-toggle {
  background-color: rgba(200, 69, 22, 0.9);
  color: white;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5); }
  .nav-open #nav-mobile-toggle .toggle-icon,
  .nav-open #nav-mobile-toggle .toggle-icon:before,
  .nav-open #nav-mobile-toggle .toggle-icon:after {
    background: white; }
  .nav-open #nav-mobile-toggle .toggle-icon:before {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px); }
  .nav-open #nav-mobile-toggle .toggle-icon:after {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px); }
  .nav-open #nav-mobile-toggle .toggle-icon {
    background: rgba(200, 200, 200, 0.1); }

/* ---------------- Navigation content wrapper
*/
#nav-mobile-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9000;
  width: 290px;
  padding-bottom: 15px;
  background: rgba(200, 69, 22, 0.9);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); }

.nav-open #nav-mobile-content {
  display: block; }

/* ---------------- Mobile Nav
*/
#nav-mobile {
  margin: 0;
  padding: 15px 0; }
  #nav-mobile li {
    margin: 0;
    padding: 0 0 1px 0;
    list-style-type: none;
    background: transparent;
    position: relative; }
  #nav-mobile a {
    display: block;
    padding: 6px 3.6rem 6px 20px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: 0.15s all;
    transition: 0.15s all; }
  #nav-mobile a:hover,
  #nav-mobile .current > a {
    background: rgba(255, 255, 255, 0.15); }
  #nav-mobile ul {
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 1px;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    /* ie10 */ }
  #nav-mobile ul.mobile-open {
    max-height: 500px; }
  #nav-mobile li li a {
    color: white;
    font-weight: 300;
    font-size: 1.4rem;
    padding-left: 35px; }
  #nav-mobile .mobile-toggle-sub {
    background: rgba(200, 69, 22, 0.9);
    cursor: pointer;
    width: 3.4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    color: white;
    line-height: 3.6rem;
    /**/
    text-align: center; }
  #nav-mobile .mobile-toggle-sub.mobile-active {
    color: white; }

/* ---------------- Mobile Language nav
*/
.wrap-nav-mobile .wrap-nav-lang {
  display: block; }

.wrap-nav-mobile .nav-lang a {
  color: white; }

/* ---------------- Mobile Social links
*/
.wrap-nav-mobile .wrap-nav-social {
  display: block; }

/*
================================
Separate MEDIA QUERIES
================================
*/
/* Hide on desktop/mobile
*/
.hide-on-mobile,
.hide-on-tablet {
  display: none; }

@media (min-width: 37.5em) {
  .hide-on-desktop {
    display: none; }
  .hide-on-mobile {
    display: block; } }

@media (min-width: 56.25em) {
  .hide-on-tablet {
    display: block; } }

/* IOS specifics */
@media screen and (max-width: 769px) {
  /* Absolute measure here */
  body {
    -webkit-text-size-adjust: none;
    /* Stop iPhone/iPad from scaling text */ } }

/* ================================
   HELPER CLASSES
   ================================
   */
/* ---------------- Styling classes
*/
.indent {
  margin-left: 20px; }

.full-width {
  width: 100%; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-padding-v {
  padding-top: 0px;
  padding-bottom: 0px; }

.no-margin-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.width-auto {
  width: auto; }

.width-full {
  width: 100%; }

.transition {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

.visible.transition {
  display: block !important;
  visibility: visible !important; }

.hidden.transition {
  display: none;
  visibility: hidden; }

/* ---------------- Utility classes
*/
/* image replacement, hide text from browsers and screenreaders */
.hide-text,
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.hide-text:before,
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* Hide text using indent, when :before is already taken */
.hide-text-indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* contain floats */
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

/* clear preceding floats (siblings, NOT children) */
.clear {
  clear: both; }

/* Hide tap highlight (on mobile/tablets) on buttons that don't link to pages, eg. toggles */
.hide-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }
/*# sourceMappingURL=screen.css.map */