﻿@font-face {
  font-family: 'reformanarrow';
  src: url('/fonts/reformanarrowregularwebfont.eot') format('embedded-opentype'), url('/fonts/reformanarrowregularwebfont.svg') format('svg'), url('/fonts/reformanarrowregularwebfont.ttf') format('truetype'), url('/fonts/reformanarrowregularwebfont.woff') format('woff');
}
@font-face {
  font-family: 'OEDooPro-Regular';
  src: url('/fonts/OEDooPro-Regular.woff') format('woff'), url('/fonts/OEDooPro-Regular.eot') format('embedded-opentype');
}
/*media-size*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 1023px) {
  .header {
    height: 100px;
    background-color: #000;
  }
  .header .nav {
    left: 0;
    bottom: 0;
    top: 100px;
  }
  .nav .nav-dropdown {
    left: 50%;
    z-index: 9;
    transform: translate(50%, 20%);
  }
  .nav .nav-dropdown:before {
    left: 50%;
    top: -6px;
    transform: translate(50%, 0);
  }
  .nav > ul > li:hover > .nav-dropdown {
    transform: translate(50%, 0);
  }
  .nav > ul > li > a {
    font-size: 1.5em;
    color: #fff;
  }
  .section-event .section-sidebar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    top: auto;
    z-index: 99;
    width: auto;
    margin: 0 !important;
  }
  .section-event .section-sidebar .widget-icons {
    display: block !important;
    height: 50px;
    padding: 0;
  }
  .section-event .section-sidebar .widget-icons .widget-body {
    height: 100%;
  }
  .section-event .section-sidebar .widget-icons ul {
    padding: 0;
    display: flex;
    height: 100%;
  }
  .section-event .section-sidebar .widget-icons ul span {
    font-size: 13px;
    display: block;
    line-height: 1.2;
  }
  .section-event .section-sidebar .widget-icons ul li {
    width: auto;
    float: none;
    text-align: right;
    padding: 12px 20px 0 30px;
    color: #c6c6c6;
  }
  .section-event .section-sidebar .widget-icons ul li + li {
    border-left: 1px solid #414141;
  }
  .section-event .section-sidebar .widget-icons ul li i {
    right: auto;
    top: 13px;
    left: 8px;
    transform: none;
    background: no-repeat 0 0;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
  }
  .section-event .section-sidebar .widget-icons ul li i.ico-date {
    background-image: url('/css/images/ico-date.png');
  }
  .section-event .section-sidebar .widget-icons ul li i.ico-time {
    background-image: url('/css/images/ico-time.png');
  }
  .section-event .section-sidebar .widget-icons ul li i.ico-location {
    background-image: url('/css/images/ico-location.png');
  }
  .section-event .section-sidebar .widget-other {
    display: none;
  }
  .widget-icons.cloned {
    display: none;
  }
  .widget-tickets h6,
  .widget-tickets h2 {
    display: none;
  }
  .widget-tickets + .widget-tickets {
    display: none;
  }
  .help {
    bottom: 105px;
  }
  .mobile-background {
    background-image: url(/css/images/gradientMapMobile1.png);
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-color: #000;
  }
  .start-mobile-area {
    display: flex;
  }
  .start-mobile-area__date {
    margin-top: 20px;
  }
  .section-body .feed-item {
    max-width: 100%;
  }
  .section-events .section-body .feed-item {
    min-width: 280px;
  }
  .section-events .section-body .feed-item {
    height: 100%;
    border-radius: 3px;
  }
  .section-events .section-body .feed-item .soldOutcontainer {
    width: 250px;
  }
  .section-events .section-body .feed-item .feed-item-content {
    /*padding: 0 20px;*/
  }
  .section-events .section-body .col-1of4 {
    max-width: 400px;
  }
  .section-events-default .section-body {
    margin-right: 0;
  }
  .article-event__text-block_bottom {
    flex-direction: column;
  }
  .article-meta {
    margin-top: 30px;
  }
  .main {
    padding-top: 100px;
  }
  .multiple-event .image-text-wrap,
  .single-event .image-text-wrap {
    width: unset;
  }
  .multiple-event .image-text-wrap .btn-pink,
  .single-event .image-text-wrap .btn-pink {
    padding: 10px 35px;
    height: 45px;
  }
  .multiple-event .section-event .section-events .section-head,
  .single-event .section-event .section-events .section-head {
    margin: 0 10px 30px 0;
  }
  .search-mob__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 1000;
    background-color: black;
  }
  .search-mob__wrap.hidden {
    display: none;
  }
  .search-mob__form {
    width: 100vw;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .search-mob__form .search-btn {
    right: 20px;
    left: unset;
    width: 23px;
    margin: 0;
    transform: translateY(-50%);
  }
  .search-mob__form .search-field {
    width: 100%;
    padding: 0px 30px;
    border-radius: unset;
    border-bottom: 1px solid grey;
    font-family: 'AbrahamRegular', sans-serif;
    background-color: unset;
    caret-color: #f25e61;
  }
  .search-mob__close {
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }
  .search-mob__close:before,
  .search-mob__close:after {
    content: '';
    height: 23px;
    width: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .search-mob__close:after {
    transform: translateY(-50%) rotate(45deg);
  }
  .special-packages .parallax-box {
    top: 100px;
  }
  .parallax-box {
    position: absolute;
    margin-top: 0;
    height: 100vh;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  .parallax-box__header {
    display: none;
  }
  .parallax-box__img {
    height: 100%;
    width: 100vw;
  }
  .parallax-box__scene {
    width: 100vw;
    height: 100vh;
  }
  .complexArticleEvent .article-event__text-block_bottom {
    margin: 0;
    align-items: flex-start;
    padding-top: 35px;
    border-top: 1px solid #000;
  }
  .complexArticleEvent .article-event__text-block_bottom .meta {
    margin-top: 0;
  }
  .complexArticleEvent .article-event__text-block_bottom .meta span {
    color: #000;
  }
}
@font-face {
  font-family: 'reformanarrow';
  src: url('/fonts/reformanarrowregularwebfont.eot') format('embedded-opentype'), url('/fonts/reformanarrowregularwebfont.svg') format('svg'), url('/fonts/reformanarrowregularwebfont.ttf') format('truetype'), url('/fonts/reformanarrowregularwebfont.woff') format('woff');
}
@font-face {
  font-family: 'OEDooPro-Regular';
  src: url('/fonts/OEDooPro-Regular.woff') format('woff'), url('/fonts/OEDooPro-Regular.eot') format('embedded-opentype');
}