/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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;
    -ms-touch-action: pan-y;
        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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}
body {
  font-size: 1rem;
  line-height: 1.375rem;
}
a {
  color: #000;
  text-decoration: none
}
a:hover {
    color: #000;
}
/*

h3 {
  margin: 20px 0 10px 0;
  font-size: 17px;
  line-height: 22px;

  @sm-min {
    margin: 30px 0 15px 0;
    font-size: 28px;
    line-height: 32px;
  }
}

h4 {
  margin: 20px 0 10px 0;
  font-size: 17px;
  line-height: 22px;

  @sm-min {
    margin: 30px 0 15px 0;
    font-size: 20px;
    line-height: 20px;
  }
}
*/
.select-replace {
  position: relative;
  height: 63px;
  background: transparent;
  border: solid 1px #000;
  border-radius: 0;
  -webkit-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;

}
@media (min-width: 768px) {
    .select-replace {
        height: 78px;
    }
}
.select-replace >select {
    position: absolute;
    width: 100%;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.125rem;
    border: none;
    border-radius: 0;
    height: 63px;
    outline: none;
    background: transparent;
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
    cursor: pointer;
    color: #000;
    text-align: left;
    font-family: 'Roboto', sans-serif;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none

  }
.select-replace >select::-ms-expand {
    display: none;
}
.select-replace >select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #414141;
}
@media (min-width: 768px) {
    .select-replace >select {
        height: 78px;
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
}
.select-replace >select option {
      color: #000;
}
.select-replace >.icon {
    position: absolute;
    right: 15px;
    top: 16px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
  }
.select-replace:hover >.icon {

  }
.select-replace:focus {
    background: #fff;
}
.btn {
  padding: 0 20px;
  font-size: 1.125rem;
  line-height: 3.625rem;
  border-radius: 0;
  border: solid 2px #ea4995;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;

}
@media (min-width: 768px) {
    .btn {
        font-size: 1.875rem;
        line-height: 4.875rem;
    }
}
.btn.btn-primary {
    background: #ea4995;
    color: #fff;
}
.btn.btn-primary:hover {
    background: #fa6f2f;
}
.btn.btn-primary:active {
    font-size: 1.5625rem;
    color: #ea4995;
    background: #fff;
}
@media (min-width: 768px) {
    .btn.btn-primary:active {
        font-size: 2.5rem;
    }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
html.navigation-open {
    background-color: #333333;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
}
body > .main {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
    body > .main {
        padding-top: 60px;
    }
}
/*body > .main >.content-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}*/
header.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  -webkit-transition: background 150ms, -webkit-transform 300ms;
  transition: background 150ms, -webkit-transform 300ms;
  -o-transition: background 150ms, transform 300ms;
  transition: background 150ms, transform 300ms;
  transition: background 150ms, transform 300ms, -webkit-transform 300ms;
  background: #fff;

}
header.page-header a {
    color: #000;
    -webkit-transition: color 150ms;
    -o-transition: color 150ms;
    transition: color 150ms;
  }
header.page-header.page-uid-1 {
    background: none;
}
@media (max-width: 767px) {
    header.page-header.page-uid-1 {
        background: #fff;
    }
}
@media (min-width: 768px) {
    header.page-header.page-uid-1 a {
        color: #fff;
    }
}
@media (min-width: 768px) {
    header.page-header {
        height: 70px;
    }
}
header.page-header .logo {
    position: relative;
    overflow: hidden;
    display: block;
    width: 220px;
    height: 50px;
/*    transition: all 250ms;*/
    margin: 5px 0 0 26px;
}
@media (min-width: 768px) {
    header.page-header .logo {
        margin: 15px 0 0 26px;
    }
}
header.page-header .logo img {
      display: block;
      float: left;
      width: 220px;
      height: 50px;
    }
header.page-header .logo .text {
      display: block;
      position: relative;
      margin-left: 10px;
      margin-top: 17px;
      font-size: 0.875rem;
      font-weight: 700;
      text-transform: uppercase;
    }
@media (min-width: 768px) {
    header.page-header .logo .text {
        margin-top: 12px;
    }
}
header.page-header .main-nav {
    position: absolute;
    right: 26px;
    top: 20px;
    display: none;
}
@media (min-width: 1024px) {
    header.page-header .main-nav {
        display: block;
    }
}
header.page-header .main-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
header.page-header .main-nav ul li {
        display: inline;
        margin-left: 30px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-transform: uppercase;
      }
header.page-header .main-nav ul li a {
/*          color: var(--brand-secondary);*/
          font-weight: 700
        }
header.page-header .main-nav ul li a:hover {
    color: #ea4995;
}
.scrolled header.page-header {
  background: #fff;
}
@media (min-width: 768px) {
    .scrolled header.page-header .logo {
        margin: 10px 0 0 26px;
    }
}
.scrolled header.page-header a {
    color: #000;
  }
.scrolled header.page-header .main-nav a:hover, .scrolled header.page-header .main-nav a.active {
    color: #ea4995;
}
.header-navigation-toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 35px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
  z-index: 110;
}
@media (min-width: 1024px) {
    .header-navigation-toggle {
        display: none;
    }
}
.header-navigation-toggle {/* .bar */
}
.header-navigation-toggle .bar {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    will-change: left, top
  }
.header-navigation-toggle .bar:nth-child(2) {
    top: 12px;
}
.header-navigation-toggle .bar:nth-child(3) {
    top: 19px;
}
.header-navigation-toggle:hover {/* .bar:nth-child(1) {
      top: 13px;
      width: 35px;
      transform: translate(-2px, 0);
    }
    .bar:nth-child(2) {
      transform: translate(-2px, 0);
      width: 35px;
    }
    .bar:nth-child(3) {
      top: 35px;
      width: 35px;
      transform: translate(-2px, 0);
    } */
}
.header-navigation-toggle.open {/* &:hover {
      .bar:nth-child(1) {
        left: 4px;
        width: 42px;
      }
      .bar:nth-child(3) {
        width: 42px;
        left: 4px;
      }
    } */
}
/* background: var(--white); */
.header-navigation-toggle.open .bar {
/*      background: var(--brand-primary);*/
}
.header-navigation-toggle.open .bar:nth-child(1) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 12px;
}
.header-navigation-toggle.open .bar:nth-child(2) {
      height: 0;
}
.header-navigation-toggle.open .bar:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 12px;
}
/*.scrolled {
  .header-navigation-toggle {
  //background: var(--black);
    background: var(--brand-primary);
  }

  .bar {
    background: var(--white);
  }
}

.navigation-open {
  .header-navigation-toggle {
    background: var(--black);
  }

  .bar {
    background: var(--white);
  }
}*/
header.page-header .bookmark-button {
  display: block;
  position: absolute;
  right: 70px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
    header.page-header .bookmark-button {
        right: 0;
        top: 60px;
    }
}
header.page-header .bookmark-button .icon {
    position: relative;
    display: block;
    width: 100%;
    height: 24px;
  }
header.page-header .bookmark-button .icon svg {
      display: block;
      position: relative;
      margin: 0 auto;
      width: auto;
      height: 100%;
    }
header.page-header .bookmark-button .counter {
    color: #ea4995;
    font-size: 0.875rem;
  }
footer.page-footer {
  color: #fff;

}
footer.page-footer .footer-section-1 {
    background: #fff;
    padding: 10px 0;
  }
@media (min-width: 768px) {
    footer.page-footer .footer-section-1 {
        padding: 20px 0;
    }
}
@media (min-width: 1200px) {
    footer.page-footer .footer-section-1 {
        padding: 60px 0;
    }
}
footer.page-footer .footer-section-1 ul {
      display: block;
      margin: 0 26px;
      padding: 0;
      list-style: none;
      overflow: hidden;
      text-align: center;
    }
@media (min-width: 1200px) {
    footer.page-footer .footer-section-1 ul {
        max-width: 1150px;
        margin: 0 auto;
    }
}
footer.page-footer .footer-section-1 ul li {
        display: inline-block;
        margin: 20px;

/*        @sm-min {
          margin: 0 20px;
        }*/
      }
@media (min-width: 768px) {
    footer.page-footer .footer-section-1 ul li {
        margin: 20px 30px;
    }
}
@media (min-width: 1024px) {
    footer.page-footer .footer-section-1 ul li {
        margin: 30px;
    }
}
@media (min-width: 1200px) {
    footer.page-footer .footer-section-1 ul li {
        margin: 0 18px;
    }
}
footer.page-footer .footer-section-1 ul li a img {
            height: 30px;
            width: auto;
          }
@media (min-width: 768px) {
    footer.page-footer .footer-section-1 ul li a img {
        height: 59px;
    }
}
footer.page-footer .footer-section-2 {
    background: #000;
    font-size: 0.875rem;
    line-height: 1.75rem;

  }
footer.page-footer .footer-section-2 > .inner-wrap {
      margin: 0 26px;
    }
@media (min-width: 1200px) {
    footer.page-footer .footer-section-2 > .inner-wrap {
        max-width: 1150px;
        margin: 0 auto;
    }
}
footer.page-footer .footer-section-2 h5 {
      margin: 0;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 1.75rem;
      text-transform: uppercase;
    }
footer.page-footer .footer-section-2 .columns {
      position: relative;
      overflow: hidden;
    }
@media (min-width: 768px) {
    footer.page-footer .footer-section-2 .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (min-width: 1024px) {
    footer.page-footer .footer-section-2 .columns {
        padding: 45px 0 25px 0;
    }
}
footer.page-footer .footer-section-2 .column-logo {
      position: relative;
      margin: 40px 0 40px 0;
      width: 100%;
    }
@media (min-width: 1024px) {
    footer.page-footer .footer-section-2 .column-logo {
        width: auto;
        margin-top: 0;
    }
}
footer.page-footer .footer-section-2 .column-logo img {
        display: block;
        width: 240px;
        height: auto;
      }
footer.page-footer .footer-section-2 .column-nav {
      margin-bottom: 20px;
    }
footer.page-footer .footer-section-2 .column-nav .service-nav ul {
          display: block;
          list-style: none;
          margin: 0;
          padding: 0;
        }
footer.page-footer .footer-section-2 .column-nav .service-nav ul > li {
            display: block;
            margin: 0 0 10px 0;
            padding: 0;
          }
footer.page-footer .footer-section-2 .column-nav .service-nav ul > li > a {
              display: block;
              padding: 0;
              text-decoration: none;
              font-size: 0.875rem;
              line-height: 1.25rem;
              font-weight: 700;
              color: #fff;
              -webkit-transition: color 200ms, -webkit-transform 200ms;
              transition: color 200ms, -webkit-transform 200ms;
              -o-transition: transform 200ms, color 200ms;
              transition: transform 200ms, color 200ms;
              transition: transform 200ms, color 200ms, -webkit-transform 200ms;
              text-transform: uppercase
            }
footer.page-footer .footer-section-2 .column-nav .service-nav ul > li > a:hover {
    color: #b2b2b2;
}
footer.page-footer .footer-section-2 .column-nav .service-nav ul > li > a.active {
    color: #b2b2b2;
}
footer.page-footer .footer-section-2 .column-phone {
      margin-bottom: 20px;
    }
footer.page-footer .footer-section-2 .column-phone a {
        color: #fff;
      }
footer.page-footer .footer-section-2 .column-address {
      margin-bottom: 25px;
    }
footer.page-footer .footer-section-2 .column-socialmedia {
      margin-bottom: 50px;
    }
footer.page-footer .footer-section-2 .column-socialmedia .nav-socialmedia ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }
footer.page-footer .footer-section-2 .column-socialmedia .nav-socialmedia ul li {
            display: inline-block;
            margin-right: 20px;
          }
footer.page-footer .footer-section-2 .column-socialmedia .nav-socialmedia ul li a {
              display: inline-block;
              width: 48px;
              height: 48px;
              border-radius: 24px;
              background: #fff;
              text-align: center;
              font-size: 1.75rem;
              line-height: 3rem;
              color: #000;
              -webkit-transition: opacity 200ms, color 200ms;
              -o-transition: opacity 200ms, color 200ms;
              transition: opacity 200ms, color 200ms
            }
footer.page-footer .footer-section-2 .column-socialmedia .nav-socialmedia ul li a:hover {
    opacity: 0.7;
}
footer.page-footer .address {
    font-style: normal;
  }
footer.page-footer .address ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
footer.page-footer .address ul li {
        display: block;
        padding-right: 10px;
        margin-right: 8px;
      }
@media (min-width: 768px) {
    footer.page-footer .address ul li {
        display: inline-block;
        border-right: solid 1px #fff;
    }
}
footer.page-footer .address ul li:last-child {
    border-right: none;
}
footer.page-footer .address ul li.mobile-phone {
    display: block;
    height: 64px;
    margin: 22px 0;
}
@media (min-width: 768px) {
    footer.page-footer .address ul li.mobile-phone {
        display: none;
    }
}
footer.page-footer .address ul li.mobile-phone a {
            display: block;
}
footer.page-footer .address ul li.mobile-phone svg {
            display: block;
}
footer.page-footer .address a {
      color: #fff;
      text-decoration: none
    }
footer.page-footer .address a:hover {
    text-decoration: underline;
}
.off-canvas-navigation {
  /*visibility: hidden;*/
  overflow:hidden;
  width: 250px;
  height: 100%;
  position: fixed;
  z-index: 300;
  /*overflow-y: scroll;*/
  top: 0;
  right: -250px;
  background: #f5f5f5;
  -webkit-transition: padding 200ms, -webkit-transform 300ms;
  transition: padding 200ms, -webkit-transform 300ms;
  -o-transition: transform 300ms, padding 200ms;
  transition: transform 300ms, padding 200ms;
  transition: transform 300ms, padding 200ms, -webkit-transform 300ms;
  padding: 25px 0 60px 50px;
}
.off-canvas-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.off-canvas-navigation ul >li {
      display: block;
      margin: 0 0 10px 0;
      padding: 0;
    }
.off-canvas-navigation ul >li >a {
        display: block;
        padding: 0;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
        color: #000;
        -webkit-transition: color 200ms, -webkit-transform 200ms;
        transition: color 200ms, -webkit-transform 200ms;
        -o-transition: transform 200ms, color 200ms;
        transition: transform 200ms, color 200ms;
        transition: transform 200ms, color 200ms, -webkit-transform 200ms;
        text-transform: uppercase
      }
.off-canvas-navigation ul >li >a:hover {
    color: #000;
}
.off-canvas-navigation ul >li >a.active {
    color: #000;
}
body >.main {
  left: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
body >.header {
  left: 0;
}
body.navigation-open {
  position: relative;
  overflow-x: hidden;
}
body.navigation-open >.main {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
body.navigation-open .off-canvas-navigation {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
body.navigation-open .page-header {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
section.header-slider {
  position: relative;
  margin: 115px 15px 15px 15px;
  height: 325px;

}
@media (min-width: 768px) {
    section.header-slider {
        margin: 40px;
        height: calc(80vh - 80px);
    }
}
@media (min-width: 1024px) {
    section.header-slider {
        height: calc(100vh - 80px);
    }
}
section.header-slider .inner-wrap {
    height: 100%;
  }
section.header-slider .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 175px;
    color: #fff;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
@media (min-width: 768px) {
    section.header-slider .description {
        right: 0;
        bottom: 0;
        width: calc(50vw - 50px);
        height: calc(50vw - 50px);
        padding: 25px;
    }
}
@media (min-width: 1024px) {
    section.header-slider .description {
        width: calc(32vw - 23px);
        height: calc(32vw - 23px);
    }
}
@media (min-width: 1600px) {
    section.header-slider .description {
        width: calc(25vw - 35px);
        height: calc(25vw - 35px);
    }
}
section.header-slider .description .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ea4995;
      mix-blend-mode: multiply;
    }
section.header-slider .description .item-content {
      position: relative;
    }
section.header-slider .description .header {
      margin: 0 0 18px 0;
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      font-weight: 800;
    }
@media (min-width: 768px) {
    section.header-slider .description .header {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
section.header-slider .description .subheader {
      margin: 0;
      font-size: 1rem;
      line-height: 1.25rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
    }
@media (min-width: 768px) {
    section.header-slider .description .subheader {
        margin-bottom: 18px;
    }
}
section.header-slider .description a {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      color: #fff;
      text-decoration: underline;
    }
section.header-slider .header-slider-item {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
  }
@media (min-width: 768px) {
    section.header-slider .header-slider-item {
        height: calc(80vh - 80px);
    }
}
@media (min-width: 1024px) {
    section.header-slider .header-slider-item {
        height: calc(100vh - 80px);
    }
}
section.header-slider .header-slider-item .content {
      display: none;
    }
section.header-slider .scroll-down-button {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -37px;
    padding: 0;
    background: none;
    border: none;
    color: #ea4995;
    mix-blend-mode: multiply;
    cursor: pointer;

  }
@media (max-width: 767px) {
    section.header-slider .scroll-down-button {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    section.header-slider .scroll-down-button {
        display: none;
    }
}
section.header-slider .scroll-down-button .text {
      display: block;
      font-size: 0.875rem;
    }
section.header-slider .scroll-down-button .icon {
      display: block;
      font-size: 1.875rem;
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      -o-transition: transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms;
    }
section.header-slider .scroll-down-button:hover .icon {
        -webkit-transform: translate(0, 5px);
            -ms-transform: translate(0, 5px);
                transform: translate(0, 5px);
}
section.header-image {
  position: relative;
  margin: 115px 15px 15px 15px;
}
@media (min-width: 768px) {
    section.header-image {
        margin: 40px;
    }
}
section.header-image img {
    display: block;
    width: 100%;
    height: auto;
  }
section.header-image .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 135px;
    color: #fff;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
@media (min-width: 768px) {
    section.header-image .description {
        right: 0;
        bottom: 0;
        width: calc(50vw - 50px);
        height: calc(50vw - 50px);
        padding: 25px;
    }
}
@media (min-width: 1024px) {
    section.header-image .description {
        width: calc(32vw - 23px);
        height: calc(32vw - 23px);
    }
}
@media (min-width: 1600px) {
    section.header-image .description {
        width: calc(25vw - 35px);
        height: calc(25vw - 35px);
    }
}
section.header-image .description .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ea4995;
      mix-blend-mode: multiply;
    }
section.header-image .description .item-content {
      position: relative;
    }
section.header-image .description .header {
      margin: 0 0 18px 0;
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      font-weight: 800;
    }
@media (min-width: 768px) {
    section.header-image .description .header {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
section.header-image .description .subheader {
      margin: 0;
      font-size: 1rem;
      line-height: 1.25rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
    }
@media (min-width: 768px) {
    section.header-image .description .subheader {
        margin-bottom: 18px;
    }
}
section.header-image .description a {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      color: #fff;
      text-decoration: underline;
    }
section.header-teaser {
  position: relative;
  margin: 168px 15px 30px 15px;
  max-width: 1120px;

}
@media (min-width: 768px) {
    section.header-teaser {
        margin: 280px 65px 40px 65px;
    }
}
@media (min-width: 1200px) {
    section.header-teaser {
        margin: 280px auto 40px auto;
    }
}
section.header-teaser .content {
    position: relative;

  }
section.header-teaser .content .back-link-wrap {
      position: absolute;
      top: -40px;
    }
section.header-teaser .content .back-link-wrap a {
        font-size: 0.8125rem;
        color: #000;
        text-decoration: underline
      }
section.header-teaser .content .back-link-wrap a:hover {
    text-decoration: none;
}
section.header-teaser .content .topline {
      margin: 0;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #000;
      text-transform: uppercase;
    }
@media (min-width: 768px) {
    section.header-teaser .content .topline {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
section.header-teaser .content h1 {
      margin: 0 0 20px 0;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-family: 'Open Sans', sans-serif;
      font-weight: 800;
      color: #ea4995;
      text-transform: uppercase;
    }
@media (min-width: 768px) {
    section.header-teaser .content h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
section.header-teaser .content .text {
      max-width: 1120px;
      font-weight: 700;
    }
@media (min-width: 768px) {
    section.header-teaser .content .text {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}
section.header-teaser .content .text p {
        margin: 0;
      }
section.header-teaser .content ul {
      display: block;
      margin: 20px 0 0 0;
      padding: 0;
      list-style: none;
    }
section.header-teaser .content ul li {
        display: block;
        margin-right: 20px;
      }
@media (min-width: 768px) {
    section.header-teaser .content ul li {
        display: inline;
    }
}
section.header-teaser .content ul li a {
          text-transform: uppercase;
          font-size: 1.125rem;
          line-height: 1.3125rem;
          font-family: 'Open Sans', sans-serif;
          font-weight: 800;
          color: #000;
          text-decoration: underline
        }
section.header-teaser .content ul li a:hover {
    text-decoration: none;
}
section.header-teaser .content ul li.active a {
            color: #ea4995;
            text-decoration: none;
}
section.header-teaser .content ul li.active a:hover {
    text-decoration: underline;
}
.header-image + section.header-teaser {
  margin: 15px;
}
@media (min-width: 768px) {
    .header-image + section.header-teaser {
        margin: 40px;
    }
}
section.content-text-with-image {
  position: relative;
  margin: 15px 15px 15px 15px;
/*  max-width: 1120px;*/

}
@media (min-width: 768px) {
    section.content-text-with-image {
        margin: 40px;
        font-size: 1.25rem;
        line-height: 2rem;
    }
}
/*  &.gray {
    margin: 0;
    padding: 15px;
    background: var(--gray-lighter);

    @sm-min {
      margin: 0;
      padding: 40px;
    }
    @lg-min {
      margin: 0;
      padding: 40px;
      max-width: none;

      .content {
        max-width: 1120px;
        margin: 0 auto;
      }
    }
  }*/
section.content-text-with-image .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
section.content-text-with-image .content .column {
      width: 100%;
    }
@media (min-width: 768px) {
    section.content-text-with-image .content .column {
        width: 50%;
    }
}
section.content-text-with-image .content .column-image {
      margin: 0;
    }
section.content-text-with-image .content .column-image figcaption {
        margin-top: 10px;
        font-size: 0.75rem;
        line-height: 1.125rem;
        color: #ea4995;
      }
/*  @lg-min {
    margin: 40px auto;
  }*/
@media (min-width: 768px) {
    section.content-text-with-image .column-text {
        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;
    }
}
section.content-text-with-image img {
    display: block;
    width: 100%;
    height: auto;
  }
@media (min-width: 768px) {
    section.content-text-with-image img {
        width: calc(100% - 10px);
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    section.content-text-with-image .text {
        margin: 0 20px;
        max-width: 400px;
    }
}
section.content-text-with-image.image-left .column-image {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
}
@media (min-width: 768px) {
    section.content-text-with-image.image-left img {
        margin-left: 0;
        margin-right: 10px;
    }
}
@media (min-width: 768px) {
    section.content-text-with-image.image-left .text {
        margin: 0 0 0 20px;
    }
}
section.content-image {
  position: relative;
  margin: 0;
}
section.content-image .inner-wrap {
    margin: 0;
  }
section.content-image img {
    display: block;
    width: 100%;
    height: auto;
  }
section.content-image figcaption {
    margin-top: 10px;
    font-size: 0.75rem;
    max-width: 1120px;
    line-height: 1.125rem;
    color: #ea4995;
  }
@media (min-width: 768px) {
    section.content-image figcaption {
        margin-left: 65px;
        margin-right: 65px;
    }
}
@media (min-width: 1200px) {
    section.content-image figcaption {
        margin-left: auto;
        margin-right: auto;
    }
}
section.content-slider .content-image {
    width: auto !important;
    display: block !important;
  }
section.content-slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: none;
    /*      background-color: rgba(255,255,255,0.4);*/
    background-image: url(../Images/prev-icon.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    text-indent: -160px;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    opacity: 1;
    outline: none;

  }
@media (min-width: 768px) {
    section.content-slider .slick-arrow {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-size: 30px;
        margin-top: -40px;
    }
}
section.content-slider .slick-arrow:hover {
    opacity: 1;/* background-color: #fff; */
}
section.content-slider .slick-arrow.slick-next {
    left: auto;
    right: 10px;
    background-image: url(../Images/next-icon.svg);
}
section.content-slider .slick-arrow.slick-disabled {
    opacity: 0;
}
section.content-teaser-text >.inner-wrap {
    margin: 0 20px;
    padding: 25px 0;
  }
@media (min-width: 768px) {
    section.content-teaser-text >.inner-wrap {
        padding: 90px 0;
    }
}
@media (min-width: 1200px) {
    section.content-teaser-text >.inner-wrap {
        max-width: 1150px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    section.content-teaser-text >.inner-wrap .texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) {
    section.content-teaser-text >.inner-wrap .texts .text-1 {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
        width: 200px;
        margin-right: 20px;
    }
}
section.content-teaser-text >.inner-wrap .texts .text-1 h3 {
          margin: 0 0 20px 0;
          font-weight: 700;
          font-size: 1rem;
          line-height: 1.5rem;
          color: #ea4995;
          text-transform: uppercase;
        }
@media (max-width: 767px) {
    section.content-teaser-text >.inner-wrap .texts .text-1 h3 br {
              display: none;
    }
}
@media (min-width: 768px) {
    section.content-teaser-text >.inner-wrap .texts .text-1 h3 {
        line-height: 3.4375rem;
    }
}
section.content-teaser-text >.inner-wrap .texts .text-2 {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 1.5625rem;
        line-height: 2.1875rem;
        color: #91c01d;
      }
@media (min-width: 768px) {
    section.content-teaser-text >.inner-wrap .texts .text-2 {
        font-size: 2.5rem;
        line-height: 3.4375rem;
    }
}
section.content-grid {
  margin: 0;
}
@media (min-width: 768px) {
    section.content-grid {
        margin: 0;
    }
}
section.content-grid h3 {
    margin: 25px 0;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  }
@media (min-width: 768px) {
    section.content-grid h3 {
        font-size: 1rem;
    }
}
section.content-grid .inner-wrap {
    position: relative;
    width: 100%;
    background: #f5f5f5;
  }
@media (min-width: 768px) {
    section.content-grid .inner-wrap {
        overflow: hidden;
    }
}
section.content-grid .grid-item {
    width: 100%;
  }
@media (min-width: 768px) {
    section.content-grid .grid-item {
        float: left;
        width:50%;
    }
}
@media (min-width: 1024px) {
    section.content-grid .grid-item {
        width: 33.333%;
    }
}
@media (min-width: 1200px) {
    section.content-grid .grid-item {
        width: 25%;
    }
}
article.grid-item {
  position: relative;
  overflow: hidden;

}
article.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1000ms ease-out;
    transition: -webkit-transform 1000ms ease-out;
    -o-transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
  }
article.grid-item:hover .text {
      opacity: 1;
}
article.grid-item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}
@media (max-width: 767px) {
    article.grid-item .text {
        top: auto;
        bottom: 0;
        opacity: 1;
        height: 25%;
    }
}
@media (min-width: 768px) {
    article.grid-item .text {
        padding: 25px;
    }
}
article.grid-item .text .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f18601;
      opacity: .7;
    }
article.grid-item .text .text-wrap {
      position: absolute;
      bottom: 20px;
      left: 20px;
    }
article.grid-item .text .header {
      position: relative;
      margin: 0;
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: 700;
      text-align: left;
    }
article.grid-item .text .subheader {
      position: relative;
      font-size: 0.75rem;
      line-height: 1.25rem;
      margin: 0;
      text-align: left;
    }
section.content-news-grid {
  margin: 0;
}
section.content-news-grid >.inner-wrap {
    margin: 0 20px;
    padding: 25px 0;
    overflow: hidden;
  }
@media (min-width: 768px) {
    section.content-news-grid >.inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 90px 0 25px 0;
    }
}
@media (min-width: 1024px) {
    section.content-news-grid >.inner-wrap {
        padding: 90px 0;
    }
}
@media (min-width: 1200px) {
    section.content-news-grid >.inner-wrap {
        max-width: 1150px;
        margin: 0 auto;
    }
}
section.content-news-grid .news-grid-item {
    width: 100%;
  }
@media (min-width: 768px) {
    section.content-news-grid .news-grid-item {
        width: 46%;
    }
}
article.news-grid-item {
  position: relative;
  margin-bottom: 50px;



}
article.news-grid-item .inner-wrap {

  }
article.news-grid-item .date {
    display: inline-block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #ea4995;
    border-top: solid 2px #ea4995;
  }
article.news-grid-item .header {
    position: relative;
    margin: 0 0 20px 0;
    min-height: 64px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
  }
@media (min-width: 1024px) {
    article.news-grid-item .header {
        min-height: 80px;
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
article.news-grid-item .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (min-width: 1024px) {
    article.news-grid-item .text {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
article.news-grid-item .text p {
      margin: 0;
    }
article.news-grid-item a {
    color: #ea4995;
    text-decoration: underline
  }
article.news-grid-item a:hover {
    text-decoration: none;
}
section.content-mega-teaser {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;




}
section.content-mega-teaser h3 {
    margin: 25px 0;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  }
@media (min-width: 768px) {
    section.content-mega-teaser h3 {
        font-size: 1rem;
    }
}
section.content-mega-teaser >.columns {
    margin: 0 20px;
/*    padding: 25px 0;*/
    overflow: hidden;
    color: #fff;


  }
@media (min-width: 768px) {
    section.content-mega-teaser >.columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
section.content-mega-teaser >.columns {/* @md-min {
      padding: 90px 0;
    } */
}
@media (min-width: 1200px) {
    section.content-mega-teaser >.columns {
        max-width: 1150px;
        margin: 0 auto;
    }
}
section.content-mega-teaser >.columns .column {
      width: 100%;
      background: #000;
    }
@media (min-width: 768px) {
    section.content-mega-teaser >.columns .column {
        width: 50%;
    }
}
section.content-mega-teaser >.columns .column-image {
      position: relative;
    }
section.content-mega-teaser >.columns .column-image img {
        display: block;
        width: 100%;
        height: auto;
      }
section.content-mega-teaser >.columns .column-image h4 {
        position: absolute;
        left: 20px;
        top: 20px;
        margin: 0;
        font-size: 1.375rem;
        line-height: 1.375rem;
        font-weight: 300;
        color: #fff;
      }
@media (min-width: 768px) {
    section.content-mega-teaser >.columns .column-image h4 {
        left: 45px;
        top: 35px;
        font-size: 2.375rem;
        line-height: 2.5rem;
    }
}
section.content-mega-teaser >.columns .column-image .text-group {
        position: absolute;
        left: 20px;
        bottom: 20px;
      }
@media (min-width: 768px) {
    section.content-mega-teaser >.columns .column-image .text-group {
        left: 45px;
        bottom: 35px;
    }
}
section.content-mega-teaser >.columns .column-text {
      position: relative;
      padding: 20px;
    }
@media (min-width: 1024px) {
    section.content-mega-teaser >.columns .column-text {
        padding: 40px;
    }
}
section.content-mega-teaser >.columns .column-text .text-group {
        margin: 10px 0 20px 0;
        padding-bottom: 10px;
        border-bottom: solid 1px #fff;
      }
@media (min-width: 1024px) {
    section.content-mega-teaser >.columns .column-text .text-group {
        padding-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    section.content-mega-teaser >.columns .column-text .text-group .header {
        font-size: 1.875rem;
        line-height: 2.125rem;
    }
}
section.content-mega-teaser >.columns .column-text a {
        display: block;
        width: 100%;
        padding: 12px;
        margin: 40px 0 20px 0;
        border: solid 1px #ea4995;
        color: #ea4995;
        font-size: 1rem;
        line-height: 1.25rem;
        text-transform: uppercase;
        text-align: center;
        background: none;
        -webkit-transition: color 150ms, background 150ms;
        -o-transition: color 150ms, background 150ms;
        transition: color 150ms, background 150ms;
      }
@media (min-width: 768px) {
    section.content-mega-teaser >.columns .column-text a {
        position: absolute;
        width: auto;
        left: 55px;
        right: 55px;
        bottom: 55px;
        margin: 0;
    }
}
section.content-mega-teaser >.columns .column-text a:hover {
    border-color: #fff;
    color: #fff;
}
section.content-mega-teaser >.columns .text-group .header {
        position: relative;
        margin: 0;
        font-size: 1.375rem;
        line-height: 1.25rem;
        font-weight: 700;
      }
@media (min-width: 1024px) {
    section.content-mega-teaser >.columns .text-group .header {
        font-size: 2.375rem;
        line-height: 2.125rem;
    }
}
section.content-mega-teaser >.columns .text-group .subheader {
        position: relative;
        font-size: 0.75rem;
        line-height: 1.25rem;
        margin: 0;
      }
@media (min-width: 1024px) {
    section.content-mega-teaser >.columns .text-group .subheader {
        font-size: 1.25rem;
        line-height: 2.125rem;
    }
}
section.content-links {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: url(../Images/tickets-bg.jpg) top center;
  background-size: cover;


}
section.content-links h3 {
    margin: 25px 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-weight: 300;
    color: #feda9a;
  }
@media (min-width: 768px) {
    section.content-links h3 {
        margin-bottom: 50px;
        font-size: 2.375rem;
        line-height: 1.625rem;
    }
}
section.content-links >.content {
    position: relative;
    margin: 20px 20px 50px 20px;
    max-width: 900px;
  }
@media (min-width: 768px) {
    section.content-links >.content {
        margin: 50px 20px;
    }
}
@media (min-width: 940px) {
    section.content-links >.content {
        margin: 50px auto 50px auto;
    }
}
section.content-links .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.content-links a {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 0 0 12px 0;
    border: solid 1px #fff;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    background: none;
    -webkit-transition: color 150ms, background 150ms;
    -o-transition: color 150ms, background 150ms;
    transition: color 150ms, background 150ms;
}
@media (min-width: 768px) {
    section.content-links a {
        width: 48%;
        padding: 25px;
        margin: 20px 0;
        font-size: 1.25rem;
        line-height: 1.375rem;
    }
}
@media (min-width: 1024px) {
    section.content-links a {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}
section.content-links a:hover {
    border-color: #feda9a;
    color: #feda9a;
}
section.content-table-wrap {
  position: relative;
  margin: 0;
  padding: 20px 0;
  background: #efefef;

}
@media (min-width: 768px) {
    section.content-table-wrap {
        padding: 60px 0 90px 0;
    }
}
section.content-table-wrap >.inner-wrap {
    margin: 0 0;
    overflow: hidden;
  }
@media (min-width: 768px) {
    section.content-table-wrap >.inner-wrap {
        margin: 0 20px;
    }
}
@media (min-width: 1200px) {
    section.content-table-wrap >.inner-wrap {
        max-width: 1150px;
        margin: 0 auto;
    }
}
section.content-table-wrap h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 1.25rem;
    line-height: 3.75rem;
    font-weight: 300;
    background: #91c01d;
    color: #fff;
    border-bottom: solid 2px #fff;
  }
@media (min-width: 768px) {
    section.content-table-wrap h2 {
        padding: 0 25px;
        font-size: 1.75rem;
        line-height: 3.75rem;
    }
}
section.content-table-wrap table {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.125rem;
    border: none;
    border-collapse: collapse;
  }
@media (min-width: 768px) {
    section.content-table-wrap table {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
section.content-table-wrap table tr {
      border-bottom: solid 2px #fff
    }
section.content-table-wrap table tr:first-child {
    font-weight: 700;
}
section.content-table-wrap table tr td {
        padding: 0 5px;
        height: 60px;
        text-align: center;
        width: 31%;
}
@media (min-width: 768px) {
    section.content-table-wrap table tr td {
        padding: 0 20px;
    }
}
section.content-table-wrap table tr td:first-child {
    width: 90px;
    background: #000;
    color: #fff;
}
section.content-table-wrap table tr td:nth-child(3) {
    background: #e3e3e3;
}
section.content-table-wrap a:hover {
    text-decoration: underline;
}
section.content-text {

  position: relative;
  margin: 20px;
  max-width: 1150px;


}
@media (min-width: 768px) {
    section.content-text {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
@media (min-width: 1200px) {
    section.content-text {
        margin: 40px auto;
    }
}
@media (min-width: 1200px) {
    section.content-text.centered {
        margin: 40px auto;
    }
}
section.content-text strong {
    font-weight: 700;
}
section.content-text p {
    margin: 0 0 30px 0;
}
section.content-text h1, section.content-text h2 {
    margin: 30px 0 20px 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    color: #91c01d;
}
@media (min-width: 768px) {
    section.content-text h1, section.content-text h2 {
        margin: 70px 0 40px 0;
    }
}
section.content-text h3 {
    margin: 0 0 0 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
}
section.content-text a {
    color: #91c01d;
    font-weight: 700;
    text-decoration: none;
}
section.content-text a:hover {
    text-decoration: underline;
}
section.content-image-text-width {
  position: relative;
  margin: 0 20px;
  max-width: 1150px;
}
@media (min-width: 1200px) {
    section.content-image-text-width {
        margin: 40px auto;
    }
}
section.content-image-text-width .inner-wrap {
    margin: 0;
  }
section.content-image-text-width img {
    display: block;
    width: 100%;
    height: auto;
  }
section.content-image-text-width figcaption {
    margin-top: 10px;
    font-size: 0.75rem;
    max-width: 1120px;
    line-height: 1.125rem;
    color: #ea4995;
  }
@media (min-width: 768px) {
    section.content-image-text-width figcaption {
        margin-left: 65px;
        margin-right: 65px;
    }
}
@media (min-width: 1200px) {
    section.content-image-text-width figcaption {
        margin-left: auto;
        margin-right: auto;
    }
}
section.content-youtube-video {
  position: relative;
  margin: 20px;
  max-width: 1150px;




}
@media (min-width: 1200px) {
    section.content-youtube-video {
        margin: 40px auto;
    }
}
section.content-youtube-video .inner-wrap {
    margin: 0;
  }
section.content-youtube-video .video-wrap {
    position: relative;

  }
@media (min-width: 1200px) {
    section.content-youtube-video .video-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}
section.content-youtube-video .video-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: 55.6%;
}
section.content-youtube-video .video-wrap iframe {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
}
section.content-image-with-text {
  position: relative;
  margin: 0;




}
section.content-image-with-text img {
    display: block;
    width: 100%;
    height: auto;
  }
section.content-image-with-text .texts {
/*    position: absolute;*/
    top: 0;
    width: 100%;
  }
@media (min-width: 768px) {
    section.content-image-with-text .texts {
        position: absolute;
        margin-top: 160px;
    }
}
section.content-image-with-text .texts >.inner-wrap {
      position: relative;
      margin: 20px 20px 0 20px;
      max-width: 1150px;
      color: #fff;

    }
@media (min-width: 768px) {
    section.content-image-with-text .texts >.inner-wrap {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    section.content-image-with-text .texts >.inner-wrap {
        margin: 0 auto;
    }
}
section.content-image-with-text .texts >.inner-wrap h1 {
        margin: 0 0 20px 0;
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 300;
        color: #000;
      }
@media (min-width: 768px) {
    section.content-image-with-text .texts >.inner-wrap h1 {
        margin: 0 0 50px 0;
        color: #fff;
    }
}
@media (min-width: 1024px) {
    section.content-image-with-text .texts >.inner-wrap h1 {
        font-size: 3.125rem;
        line-height: 3.375rem;
    }
}
section.content-image-with-text .texts >.inner-wrap h2 {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.375rem;
        font-weight: 300;
        color: #ea4995;
        text-transform: uppercase;
      }
@media (min-width: 768px) {
    section.content-image-with-text .texts >.inner-wrap h2 {
        font-size: 1.25rem;
        line-height: 1.375rem;
    }
}
@media (min-width: 1024px) {
    section.content-image-with-text .texts >.inner-wrap h2 {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
}
section.content-text-with-border {

  position: relative;
  margin: 30px;
  max-width: 1150px;


}
@media (min-width: 768px) {
    section.content-text-with-border {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
@media (min-width: 1200px) {
    section.content-text-with-border {
        margin: 80px auto;
    }
}
section.content-text-with-border .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
@media (min-width: 768px) {
    section.content-text-with-border .content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
section.content-text-with-border .content .border {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 255px;
          flex-basis: 255px;
      margin-right: 30px;
      color: #ea4995;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1rem;
    }
@media (max-width: 767px) {
    section.content-text-with-border .content .border {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
section.content-text-with-border .content .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }
@media (max-width: 767px) {
    section.content-text-with-border .content .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
section.content-text-with-border strong {
    font-weight: 700;
  }
section.content-text-with-border p {
    margin: 0 0 30px 0;
  }
section.content-text-with-border h1, section.content-text-with-border h2 {
    margin: 30px 0 20px 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    color: #ea4995;
  }
@media (min-width: 768px) {
    section.content-text-with-border h1, section.content-text-with-border h2 {
        margin: 70px 0 40px 0;
    }
}
section.content-text-with-border h3 {
    margin: 0 0 0 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
  }
section.content-text-with-border a {
    color: #ea4995;
    font-weight: 700;
    text-decoration: none
  }
section.content-text-with-border a:hover {
    text-decoration: underline;
}
section.content-tickets {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: url(../Images/tickets-big-bg.jpg) bottom center;
  background-size: cover;




}
section.content-tickets h3 {
    margin: 25px 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-weight: 300;
    color: #feda9a;
  }
@media (min-width: 768px) {
    section.content-tickets h3 {
        margin-bottom: 50px;
        font-size: 2.375rem;
        line-height: 1.625rem;
    }
}
section.content-tickets >.content {
    position: relative;
    margin: 20px 20px 50px 20px;
    max-width: 900px;
  }
@media (min-width: 768px) {
    section.content-tickets >.content {
        margin: 150px 20px 300px 20px;
    }
}
@media (min-width: 940px) {
    section.content-tickets >.content {
        margin: 150px auto 500px auto;
    }
}
section.content-tickets .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.content-tickets .links a {
      display: block;
      width: 100%;
      padding: 12px;
      margin: 0 0 12px 0;
      border: solid 1px #fff;
      color: #fff;
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: 700;
      text-align: center;
      background: none;
      -webkit-transition: color 150ms, background 150ms;
      -o-transition: color 150ms, background 150ms;
      transition: color 150ms, background 150ms;
    }
@media (min-width: 768px) {
    section.content-tickets .links a {
        width: 48%;
        padding: 25px;
        margin: 20px 0;
        font-size: 1.25rem;
        line-height: 1.375rem;
    }
}
@media (min-width: 1024px) {
    section.content-tickets .links a {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}
section.content-tickets .links a:hover {
    border-color: #feda9a;
    color: #feda9a;
}
section.content-tickets .text {
    color: #fff;
}
@media (min-width: 768px) {
    section.content-tickets .text {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
section.content-tickets .text a {
      color: #fff;
      font-weight: 700
    }
section.content-tickets .text a:hover {
    text-decoration: underline;
}
section.content-instagram {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #f5f5f5;
  display: none;




}
@media (min-width: 1024px) {
    section.content-instagram {
        display: block;
    }
}
section.content-instagram h3 {
    margin: 25px 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-weight: 300;
    color: #000;
  }
@media (min-width: 768px) {
    section.content-instagram h3 {
        margin-bottom: 50px;
        font-size: 2.375rem;
        line-height: 1.625rem;
    }
}
section.content-instagram >.content {
    position: relative;
    margin: 20px 20px 50px 20px;
    max-width: 900px;
  }
@media (min-width: 768px) {
    section.content-instagram >.content {
        margin: 150px 20px 300px 20px;
    }
}
@media (min-width: 940px) {
    section.content-instagram >.content {
        margin: 150px auto 150px auto;
    }
}
.tx-mvdrproperties {



}
.properties-show .properties-show-header {
    position: relative;
    margin: 115px 15px 15px 15px;
    max-height: 700px;
    overflow: hidden;
  }
@media (min-width: 768px) {
    .properties-show .properties-show-header {
        margin: 40px;
    }
}
.properties-show .properties-show-header img {
      display: block;
      width: 100%;
      height: auto;
    }
.properties-show .columns {
    min-height: 100px;
    display: block;
    overflow: hidden;
    margin: 0 15px;
  }
@media (min-width: 768px) {
    .properties-show .columns {
        margin: 0 40px;
    }
}
.properties-show .columns >.column-main {
      width: 100%;
      margin-bottom: 15px;
      min-height: 100px;

    }
@media (min-width: 1024px) {
    .properties-show .columns >.column-main {
        width: calc(66.666% - 120px);
        margin-right: 120px;
        float: left;
        margin-bottom: 40px;
    }
}
.properties-show .columns >.column-main h1 {
        margin: 0 0 50px 0;
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        color: #ea4995;
      }
.properties-show .columns >.column-aside {
      width: 100%;
      margin-bottom: 15px;
      min-height: 100px;
    }
@media (min-width: 1024px) {
    .properties-show .columns >.column-aside {
        width: 33.333%;
        float: left;
        margin-bottom: 40px;
    }
}
.properties-show .user-values {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 50px 0;
  }
.properties-show .user-values dt, .properties-show .user-values dd {
      float: left;
      padding: 10px 0;

    }
@media (min-width: 768px) {
    .properties-show .user-values dt, .properties-show .user-values dd {
        padding: 10px 0;
    }
}
.properties-show .user-values dt {
      width: 100%;
      font-weight: bold;
      border-top: solid 1px #000;
    }
@media (min-width: 768px) {
    .properties-show .user-values dt {
        width: 40%;
    }
}
.properties-show .user-values dd {
      width: 100%;
      margin: 0;
      padding-top: 0;
    }
@media (min-width: 768px) {
    .properties-show .user-values dd {
        width: 60%;
        padding-top: 10px;
        border-top: solid 1px #000;
    }
}
.properties-show .images {
    margin: 0 15px;

  }
@media (min-width: 768px) {
    .properties-show .images {
        margin: 0 40px;
    }
}
.properties-show .images .image-wrap img {
        margin-right: 20px;
        width: auto;
        height: 100%;
      }
.properties-show .images .slick-arrow {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -20px;
      z-index: 1;
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 20px;
      background: none;
/*      background-color: rgba(255,255,255,0.4);*/
      background-image: url(../Images/prev-icon.svg);
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      overflow: hidden;
      text-indent: -160px;
      -webkit-transition: all 100ms;
      -o-transition: all 100ms;
      transition: all 100ms;
      opacity: 1;
      outline: none;

    }
@media (min-width: 768px) {
    .properties-show .images .slick-arrow {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-size: 30px;
        margin-top: -40px;
    }
}
.properties-show .images .slick-arrow:hover {
    opacity: 1;/* background-color: #fff; */
}
.properties-show .images .slick-arrow.slick-next {
    left: auto;
    right: 10px;
    background-image: url(../Images/next-icon.svg);
}
.properties-show .images .slick-arrow.slick-disabled {
    opacity: 0;
}
.properties-show .share-navigation {
    margin: 20px 15px;
  }
@media (min-width: 768px) {
    .properties-show .share-navigation {
        margin: 20px 40px;
    }
}
.properties-show .share-navigation ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
@media (min-width: 768px) {
    .properties-show .share-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.properties-show .share-navigation ul li {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 15px;
      }
@media (min-width: 768px) {
    .properties-show .share-navigation ul li {
        width: calc(33.333% - 14px);
        margin: 0;
    }
}
.properties-show .share-navigation ul li:after {
    content: " ";
    display: block;
    padding-top: 100%;
}
.properties-show .share-navigation ul li .link {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          color: #fff;
          border: none;
          padding: 0;
          line-height: 1;
          cursor: pointer;
}
.properties-show .share-navigation ul li .link .icon {
            display: block;
            width: 30%;
            height: 30%;
            margin: 20% auto 10% auto;
          }
.properties-show .share-navigation ul li .link .icon img {
              width: 100%;
              height: auto;
            }
.properties-show .share-navigation ul li .link .title {
            display: block;
            text-align: center;
            margin: 0 auto;
            text-transform: uppercase;
            text-decoration: underline;
            font-size: 1.75rem;
            line-height: 1.875rem;
            font-family: 'Open Sans', sans-serif;
            font-weight: 800;
          }
@media (min-width: 768px) {
    .properties-show .share-navigation ul li .link .title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .properties-show .share-navigation ul li .link .title {
        font-size: 1.75rem;
        line-height: 1.875rem;
    }
}
.properties-show .share-navigation ul li .link.active {

  }
.properties-show .share-navigation ul li:nth-child(1) .link {
    background-color: #aa3742;
}
.properties-show .share-navigation ul li:nth-child(2) .link {
    background-color: #b2b2b2;
}
.properties-show .share-navigation ul li:nth-child(3) .link {
    background-color: #666666;
}
section.sidebar-text {
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px;
  border: solid 2px #ea4995;
  color: #ea4995;








}
@media (min-width: 768px) {
    section.sidebar-text {
        padding: 20px;
        font-size: 1.25rem;
        line-height: 2rem;
    }
}
section.sidebar-text strong {
  }
section.sidebar-text p {
    margin: 0 0 20px 0
  }
section.sidebar-text p:last-of-type {
    margin: 0;
}
section.sidebar-text h3 {
    margin: 0 0 20px 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #ea4995;
  }
@media (min-width: 768px) {
    section.sidebar-text h3 {/* margin: 0;
      text-align: right;
      font-size: 40px;
      line-height: 48px; */
    }
}
section.sidebar-text h4 {
    margin: 20px 0 0 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #ea4995;
  }
section.sidebar-text a {
    color: #ea4995;
    text-decoration: none
  }
section.sidebar-text a:hover {
    text-decoration: underline;
}
section.sidebar-text.gray {
    border-color: #666666;
    background: #666666;
    color: #fff;
}
section.sidebar-text.gray h3 {
      color: #fff;
}
section.sidebar-text.gray h4 {
      color: #fff;
}
section.sidebar-text.gray a {
      color: #fff;
}
section.sidebar-text.red {
    background: #ea4995;
    color: #fff;
}
section.sidebar-text.red h3 {
      color: #fff;
}
section.sidebar-text.red h4 {
      color: #fff;
}
section.sidebar-text.red a {
      color: #fff;
}