@import url(reset.css);
@import url(libs/orders-detail.css);
@import url(libs/gredient.css);
@import url(libs/owl.carousel.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url(components/feature-events.css);
@import url(normalize.css);
@import url(responsive/feature-events.css);
.slidizle {
  position: relative; }
  .slidizle .slidizle-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slidizle .slidizle-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%; }
    .slidizle .slidizle-slide.active {
      display: block !important; }
  .slidizle .slidizle-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10; }
    .slidizle .slidizle-navigation li {
      display: inline-block;
      width: 10px;
      height: 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: white;
      opacity: .2;
      font-size: 1px;
      text-indent: -99999px;
      margin: 0 2px;
      cursor: pointer;
      -moz-transition: opacity 0.2s ease-in-out 0s;
      -o-transition: opacity 0.2s ease-in-out 0s;
      -webkit-transition: opacity 0.2s ease-in-out;
      -webkit-transition-delay: 0s;
      -webkit-transition: opacity 0.2s ease-in-out 0s;
      transition: opacity 0.2s ease-in-out 0s; }
      .slidizle .slidizle-navigation li:hover, .slidizle .slidizle-navigation li.active {
        opacity: 1; }
    .slidizle .slidizle-navigation .slider-navigation-item {
      width: 50px;
      height: 30px;
      background-size: cover;
      background-position: 50% 50%;
      border: 2px solid white; }
  .slidizle .slidizle-next,
  .slidizle .slidizle-previous {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 30;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s; }
    .slidizle .slidizle-next.disabled,
    .slidizle .slidizle-previous.disabled {
      opacity: .2;
      cursor: default; }

.slidizle-next {
  right: 30px; }

.slidizle-previous {
  left: 30px; }

.slidizle-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333 url("/resources/img/loader.gif") no-repeat 50% 82%;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s; }

.loading .slidizle-loading {
  opacity: .8;
  pointer-events: auto; }

.slider--animated .slidizle-content > .active ~ .slidizle-slide {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slider--animated .slidizle-slide {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  display: block !important; }
  .slider--animated .slidizle-slide.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2; }

.slider--animated-up-down .slidizle-content > .active ~ .slidizle-slide {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slider--animated-up-down .slidizle-slide {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  display: block !important; }
  .slider--animated-up-down .slidizle-slide.active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2; }

.right-previous-arrow {
  position: relative;
  width: 16px;
  -webkit-transform: skew(-7deg, 0deg);
  -ms-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg); }

.block-left-side {
  display: inline-block;
  float: left; }

.block-right-side {
  display: inline-block;
  float: left;
  text-align: left;
  padding-left: 10px; }

.slider-arrow-left {
  width: 15px;
  position: relative;
  left: 10px; }

.animation-delay {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.animation-delay2 {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s; }

.animation-delay3 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.gradient-animation {
  background: -webkit-linear-gradient(165deg, #C52EFF, #FFAF4D, #FF4C67, #FF26A6, #5E26FF, #FFAF4D, #4E8FFF, #FFAF4D, #5E26FF, #FF4C67, #FF26A6, #00E1FF, #5F4AFF);
  background: -o-linear-gradient(165deg, #C52EFF, #FFAF4D, #FF4C67, #FF26A6, #5E26FF, #FFAF4D, #4E8FFF, #FFAF4D, #5E26FF, #FF4C67, #FF26A6, #00E1FF, #5F4AFF);
  background: linear-gradient(-75deg, #C52EFF, #FFAF4D, #FF4C67, #FF26A6, #5E26FF, #FFAF4D, #4E8FFF, #FFAF4D, #5E26FF, #FF4C67, #FF26A6, #00E1FF, #5F4AFF);
  background-size: 900% 900%;
  -webkit-animation: Gradient 45s ease infinite;
  -moz-animation: Gradient 45s ease infinite;
  animation: Gradient 45s ease infinite; }
  .gradient-animation a {
    cursor: pointer; }

.gradient-animation-2 {
  background: -webkit-linear-gradient(165deg, #C52EFF, #FF4C67, #FFAF4D, #FF26A6, #5E26FF, #5E26FF, #FFAF4D, #FF26A6, #C52EFF);
  background: -o-linear-gradient(165deg, #C52EFF, #FF4C67, #FFAF4D, #FF26A6, #5E26FF, #5E26FF, #FFAF4D, #FF26A6, #C52EFF);
  background: linear-gradient(-75deg, #C52EFF, #FF4C67, #FFAF4D, #FF26A6, #5E26FF, #5E26FF, #FFAF4D, #FF26A6, #C52EFF);
  background-size: 900% 900%;
  -webkit-animation: Gradient 45s ease infinite;
  -moz-animation: Gradient 45s ease infinite;
  animation: Gradient 45s ease infinite; }

.gradient-animation-3 {
  background: -webkit-linear-gradient(165deg, #5E26FF, #C52EFF, #355CFD, #FF26A6, #5E26FF);
  background: -o-linear-gradient(165deg, #5E26FF, #C52EFF, #355CFD, #FF26A6, #5E26FF);
  background: linear-gradient(-75deg, #5E26FF, #C52EFF, #355CFD, #FF26A6, #5E26FF);
  background-size: 900% 900%;
  -webkit-animation: Gradient 45s ease infinite;
  -moz-animation: Gradient 45s ease infinite;
  animation: Gradient 45s ease infinite; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-size: 14px;
  color: white;
  background: #303239; }

*:focus {
  outline: none; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none;
  color: white; }

p {
  margin: 0;
  padding: 3px 0;
  line-height: 20px; }

button {
  border: none; }

button:hover {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: white; }

h1 {
  font-size: 26px;
  font-weight: 600; }

h2 {
  font-size: 24px;
  font-weight: 600; }

h3 {
  font-size: 22px;
  font-weight: 600; }

h4 {
  font-size: 20px;
  font-weight: 600; }

h5 {
  font-size: 18px;
  font-weight: 600; }

h6 {
  font-size: 16px;
  font-weight: 600; }

body, html {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B6C5CF;
  opacity: 1;
  font-size: 14px;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B6C5CF;
  opacity: 1;
  font-size: 14px;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B6C5CF;
  opacity: 1;
  font-size: 14px;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B6C5CF;
  opacity: 1;
  font-size: 14px;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B6C5CF;
  font-size: 14px; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B6C5CF;
  font-size: 14px; }

.small-font {
  font-size: 11px;
  margin: 0;
  padding: 0; }

.left {
  float: left; }

.right {
  float: right; }

.block {
  display: block; }

.inline {
  display: inline-block; }

.relative {
  position: relative; }

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

.justify {
  text-align: justify; }

.text-left {
  text-align: left; }

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

.p-10 {
  padding: 10px; }

.p-20 {
  padding: 20px; }

.p-t-10 {
  padding-top: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.m-10 {
  margin: 10px; }

.m-5 {
  margin: 5px; }

.m-20 {
  margin: 20px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.col-10 {
  width: 10%; }

.col-20 {
  width: 20%; }

.col-30 {
  width: 30%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.col-60 {
  width: 60%; }

.col-70 {
  width: 70%; }

.col-80 {
  width: 80%; }

.col-90 {
  width: 90%; }

.col-100 {
  width: 100%; }

.light-color {
  color: #C6CBD0; }

.orange {
  color: #FFA46B; }

.upper {
  text-transform: uppercase; }

.space {
  height: 30px; }

.shadow {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18); }

.green-ribbon {
  background: #17BF9A;
  font-size: 9px;
  color: white;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 0 6px;
  position: relative;
  top: -2px; }

.red-ribbon {
  background: #EE4444;
  font-size: 9px;
  color: white;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 0 6px;
  position: relative;
  top: -2px; }

.yellow-ribbon {
  background: #FF9754;
  font-size: 9px;
  color: white;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 0 6px;
  position: relative;
  top: -2px; }

.nav-bar-inner {
  padding: 15px 30px;
  background: black;
  /* IE6-9 */ }

.btn-sm {
  padding: 5px 20px !important; }

.btn-md {
  padding: 8px 20px !important; }

.btn-lg {
  padding: 10px 20px !important; }

.btn-xl-lg {
  padding: 15px 40px; }

.center {
  margin: 0 auto; }

.radius {
  border-radius: 4px; }

.medium-font {
  font-size: 16px;
  padding-bottom: 2px;
  font-weight: 600; }

.small-font {
  font-size: 11px;
  margin: 0;
  padding: 0; }

.cont {
  width: 1240px;
  margin: 0 auto; }

.calendar-icon {
  background-image: url(/resources/images/sprites/sprite.svg);
  background-size: 206px;
  background-position: -150px -12px;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  display: inline-block; }

.marker-icon {
  background-image: url(/resources/images/sprites/sprite.svg);
  background-size: 206px;
  background-position: -178px -12px;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  display: inline-block; }

.marker-icon.marker-icon-green {
  background-position: -178px -35px; }

.sprit {
  background-image: url(/resources/images/sprites/sprite.svg);
  background-size: 206px; }

.mobile-search-icon .search-icon {
  margin-right: 0; }

.mobile-search-block .search-icon {
  margin-top: 7px; }

.search-icon {
  background-position: -117px -12px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 5px; }

.search-btn .search-icon {
  background-size: 179px;
  background-position: -101px -10px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: -3px; }

@media only screen and (max-width: 1310px) {
  .cont {
    width: 1024px; } }

@media only screen and (max-width: 1090px) {
  .cont {
    width: 768px; } }

@media only screen and (max-width: 835px) {
  .cont {
    width: 640px; } }

@media only screen and (max-width: 710px) {
  .cont {
    width: 320px; } }

.site-header {
  float: right;
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 60%;
  padding: 15px 0px 15px 0; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  .site-header .site-logo {
    float: left; }
    .site-header .site-logo img {
      height: 30px; }
  .site-header .nav-bar {
    float: right; }
  .site-header .mobile-search-icon {
    display: none; }
  .site-header #menu-icon {
    display: none; }
  .site-header .navbar ul {
    padding: 9px 0 8px 15px; }
    .site-header .navbar ul:after {
      content: "";
      display: table;
      clear: both; }
    .site-header .navbar ul li {
      padding: 0px 0 0px 15px;
      float: left; }
      .site-header .navbar ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        padding: 10px 0; }

.site-footer {
  background: #1C1E20;
  width: 100%;
  margin-top: 40px; }
  .site-footer .footer-content {
    padding: 10px 20px; }
  .site-footer .footer-cards {
    width: 211px; }
    .site-footer .footer-cards .payment-card-icon {
      background-image: url(/resources/images/sprites/sprite.svg);
      background-size: 206px;
      width: 50px;
      height: 30px; }
      .site-footer .footer-cards .payment-card-icon.visa-icon {
        background-position: -149px -65px; }
      .site-footer .footer-cards .payment-card-icon.master-icon {
        background-position: -149px -135px; }
      .site-footer .footer-cards .payment-card-icon.ae-icon {
        background-position: -149px -99px; }
      .site-footer .footer-cards .payment-card-icon.discover-icon {
        background-position: -149px -170px; }
  .site-footer .footer-right-part {
    width: 220px;
    padding-top: 10px; }
  .site-footer .footer-links {
    width: 505px;
    margin: 0 auto; }
    .site-footer .footer-links ul li {
      display: inline-block;
      padding: 5px 8px; }

.owl-carousel.owl-drag .owl-item:nth-child(odd) {
  z-index: 100; }

.carousel-section {
  padding: 40px 0 0 0; }
  .carousel-section .listing-main-date {
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    font-weight: 600; }
  .carousel-section .starting-event {
    font-size: 16px; }
  .carousel-section .events-carousel {
    position: relative;
    padding: 10px 0 0 0; }
    .carousel-section .events-carousel.mobile {
      display: none; }
    .carousel-section .events-carousel .owl-prev, .carousel-section .events-carousel .owl-next {
      position: absolute;
      margin: -20px 0 0 0;
      top: 50%;
      outline: none; }
      .carousel-section .events-carousel .owl-prev span, .carousel-section .events-carousel .owl-next span {
        width: 40px;
        height: 40px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px; }
    .carousel-section .events-carousel .owl-prev {
      left: -40px; }
      .carousel-section .events-carousel .owl-prev span {
        background-position: -103px -53px;
        background-image: url("/resources/images/sprites/sprite.svg");
        background-size: 206px; }
        .carousel-section .events-carousel .owl-prev span:hover {
          background-position: -72px -53px; }
    .carousel-section .events-carousel .owl-next {
      right: -40px; }
      .carousel-section .events-carousel .owl-next span {
        background-position: -7px -53px;
        background-image: url("/resources/images/sprites/sprite.svg");
        background-size: 206px; }
        .carousel-section .events-carousel .owl-next span:hover {
          background-position: -38px -53px; }
    .carousel-section .events-carousel .owl-stage:after {
      content: "";
      display: table;
      clear: both; }
    .carousel-section .events-carousel .event-box {
      padding: 10px 10px 0 10px;
	height: 100%;}
      .carousel-section .events-carousel .event-box .tf-listing-img {
        background-size: cover;
        height: 290px;
        overflow: hidden; }
        .carousel-section .events-carousel .event-box .tf-listing-img .event-image {
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
      .carousel-section .events-carousel .event-box .tf-listing-info {
        padding: 10px;
        -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.28);
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.28);
        background: #494B52;
		  height: calc(100% - 290px);
		  display: flex;
		  justify-content: space-between;
		  flex-direction: column;}
        .carousel-section .events-carousel .event-box .tf-listing-info .event-listing-title {
          color: white;
          font-size: 19px;
          font-weight: 600;
          line-height: 26px;
          padding-bottom: 10px;
          height: 52px;
          overflow: hidden;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .carousel-section .events-carousel .event-box .tf-listing-info .event-venue-box {
          font-size: 12px;
          padding-top: 5px; }
          .carousel-section .events-carousel .event-box .tf-listing-info .event-venue-box:after {
            content: "";
            display: table;
            clear: both; }
          .carousel-section .events-carousel .event-box .tf-listing-info .event-venue-box .event-location[city=''] {
            display: none; }
          .carousel-section .events-carousel .event-box .tf-listing-info .event-venue-box .event-location > span:empty {
            display: block;
            width: 50px;
            height: 50px;
            background: red; }
          .carousel-section .events-carousel .event-box .tf-listing-info .event-venue-box .event-location img {
            width: 12px !important;
            display: inline-block !important;
            margin: -3px 5px 0 0; }
        .carousel-section .events-carousel .event-box .tf-listing-info .event-tags {
          padding: 4px 0 0 0;
          min-height: 29px; }
          .carousel-section .events-carousel .event-box .tf-listing-info .event-tags .tf-event-tags {
            border: 1px solid #ABB9C4;
            border-radius: 50px;
            padding: 2px 8px;
            color: #ABB9C4;
            font-size: 11px;
            margin-top: 4px;
            margin-right: 3px; }
      .carousel-section .events-carousel .event-box .owl-image {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }
.carousel-section .events-carousel .event-box .tf-listing-info .event-venue-box .online-label {
  border-radius: 20px;
  padding: 0 10px;
}

.owl-dots {
  display: none !important; }

.locations-section .locations-top-row {
  padding: 0 10px; }
  .locations-section .locations-top-row:after {
    content: "";
    display: table;
    clear: both; }

.locations-section .locations-block {
  padding: 0 10px 10px 0; }
  .locations-section .locations-block .locations-row:after {
    content: "";
    display: table;
    clear: both; }
  .locations-section .locations-block .locations-row .location {
    padding: 2px;
    width: 33.3333%;
    height: 130px;
    float: left; }
    .locations-section .locations-block .locations-row .location a {
      display: block;
      width: 100%;
      height: 100%; }
      .locations-section .locations-block .locations-row .location a .show-location {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center; }
        .locations-section .locations-block .locations-row .location a .show-location:after {
          content: '';
          height: 100%;
          vertical-align: middle;
          display: inline-block; }
        .locations-section .locations-block .locations-row .location a .show-location .tf-show-location {
          display: inline-block;
          vertical-align: middle;
          color: white;
          text-transform: uppercase;
          border: 1px solid rgba(255, 255, 255, 0.5);
          padding: 10px 20px;
          font-size: 14px;
          font-weight: 600;
          border-radius: 3px; }
          .locations-section .locations-block .locations-row .location a .show-location .tf-show-location:hover {
            background: white;
            color: black; }
  .locations-section .locations-block .tfcore-system-strip {
    background: #494B52;
    padding: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .locations-section .locations-block .tfcore-system-strip:after {
      content: "";
      display: table;
      clear: both; }
    .locations-section .locations-block .tfcore-system-strip .core-banner-logo {
      margin: 10px 20px;
      float: left; }
    .locations-section .locations-block .tfcore-system-strip .system-core-promo {
      float: left; }
    .locations-section .locations-block .tfcore-system-strip .tf-core-mockukp {
      margin-top: -16px;
      float: right; }

.locations-section .about-block {
  background: url("/resources/img/icons_v4/tf-photo.jpg") no-repeat top center;
  background-size: cover;
  height: 520px;
  position: relative; }
  .locations-section .about-block .logo {
    position: absolute;
    top: 30px;
    right: 30px; }
    .locations-section .about-block .logo img {
      width: 80px; }
  .locations-section .about-block .tf-home-about {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px; }
    .locations-section .about-block .tf-home-about .techcrunch {
      margin-top: 10px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.18); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 0s ease-in-out 50000s;
  -o-transition: background-color 0s ease-in-out 50000s;
  transition: background-color 0s ease-in-out 50000s; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#search-form-main {
  padding: 40px 0 0 0; }
  #search-form-main .search-loader {
    font-size: 25px;
    position: absolute;
    left: -35px;
    z-index: 10;
    top: 15px;
    display: none; }
  #search-form-main.filter-opened .show_filter_button {
    display: none; }
  #search-form-main.filter-opened .tf-search-box .main_serchbox_wrapper .main-searchbox {
    padding-right: 20px;
    width: 100% !important; }
  #search-form-main.filter-opened .tf-search-box .main_serchbox_wrapper .search-btn {
    display: none; }
  #search-form-main .tf-search-box {
    width: 701px;
    margin: 0 auto;
    position: relative; }
    #search-form-main .tf-search-box .main_serchbox_wrapper {
      height: 60px; }
      #search-form-main .tf-search-box .main_serchbox_wrapper .main-searchbox {
        width: 630px;
        height: 60px;
        border: none;
        background: #494B52;
        color: white;
        font-size: 20px;
        float: left;
        padding: 0 45px 0 50px; }
        #search-form-main .tf-search-box .main_serchbox_wrapper .main-searchbox::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 20px; }
        #search-form-main .tf-search-box .main_serchbox_wrapper .main-searchbox::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 20px; }
        #search-form-main .tf-search-box .main_serchbox_wrapper .main-searchbox:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 20px; }
        #search-form-main .tf-search-box .main_serchbox_wrapper .main-searchbox:-moz-placeholder {
          /* Firefox 18- */
          font-size: 20px; }
    #search-form-main .tf-search-box .clear_input {
      display: none;
      position: absolute;
      cursor: pointer;
      font-size: 25px;
      font-weight: 700;
      top: 13px;
      left: 23px;
      color: #ffa16f; }
    #search-form-main .tf-search-box .search-btn {
      border: none;
      width: 68px;
      height: 60px;
      border-radius: 0;
      padding: 0; }
    #search-form-main .tf-search-box .show_filter_button {
      position: absolute;
      cursor: pointer;
      font-size: 17px;
      top: 23px;
      right: 95px; }
    #search-form-main .tf-search-box .select2-container {
      color: #000;
      background: #53545f;
      border-radius: 3px;
      padding: 7px 0px;
      border: 1px solid #6b6c76; }
    #search-form-main .tf-search-box .main_filter_wrapper {
      background: #53545f;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border: none; }
      #search-form-main .tf-search-box .main_filter_wrapper .select2-selection__rendered {
        color: white; }
      #search-form-main .tf-search-box .main_filter_wrapper .select2-selection__arrow {
        top: 7px; }
      #search-form-main .tf-search-box .main_filter_wrapper .select2-selection__arrow b {
        border-color: white transparent transparent transparent; }
    #search-form-main .tf-search-box .select2-container {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #search-form-main .tf-search-box .select2-container:first-child {
      margin-right: 16px; }
    #search-form-main .tf-search-box .select2-container:last-child {
      margin-left: 16px; }

.filter_wrapper {
  background: #494B52;
  display: none;
  padding: 10px 23px 20px 23px; }
  .filter_wrapper .selectboxes_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .filter_wrapper .selectboxes_wrapper .select2-selection__clear {
      width: 20px;
      position: relative;
      right: -15px;
      background: #53545f;
      z-index: 10;
      top: 1px;
      text-align: center; }
  .filter_wrapper #switchbox_wrapper {
    margin-top: 17px; }
    .filter_wrapper #switchbox_wrapper #include_past_label {
      margin-left: 10px;
      cursor: pointer; }
  .filter_wrapper #submit_filter_button_wrapper {
    margin-top: 22px; }
    .filter_wrapper #submit_filter_button_wrapper .search-btn {
      width: 130px;
      height: auto;
      padding: 10px 0;
      margin: 0 auto;
      display: block;
      font-weight: 600;
      border-radius: 4px;
      font-size: 17px; }
      .filter_wrapper #submit_filter_button_wrapper .search-btn img {
        margin-right: 5px;
        width: 17px; }
  .filter_wrapper .label.advanced {
    font-size: 17px;
    margin-bottom: 10px;
    position: relative; }
  .filter_wrapper .hide_filter_button {
    right: 0;
    color: white;
    font-weight: 700;
    font-size: 31px;
    position: absolute;
    top: -10px;
    cursor: pointer; }

.mobile-search-block {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background-color: #2f3138;
  z-index: 999;
  height: 0;
  overflow: hidden;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -webkit-transition: height 0.3s linear; }
  .mobile-search-block.filter-opened .show_filter_button {
    display: none; }
  .mobile-search-block.filter-opened .tf-search-box .main_serchbox_wrapper .main-searchbox {
    padding-right: 20px;
    width: 100%; }
  .mobile-search-block.filter-opened .tf-search-box .main_serchbox_wrapper .search-btn {
    display: none; }
  .mobile-search-block .filter_wrapper .label.advanced {
    margin-top: 10px; }
  .mobile-search-block .filter_wrapper label.switch {
    margin-bottom: -5px; }
  .mobile-search-block .filter_wrapper #include_past_label {
    margin-top: 0px; }
  .mobile-search-block .filter_wrapper button {
    position: static; }
  .mobile-search-block .selectboxes_wrapper {
    display: block;
    margin-top: 10px; }
  .mobile-search-block .search-loader {
    font-size: 24px;
    float: right;
    margin-right: 15px;
    margin-top: 13px;
    display: none; }
  .mobile-search-block.expand {
    z-index: 999;
    height: 45px;
    -webkit-box-shadow: 0px 0px 5px 2px #1f2128;
    box-shadow: 0px 0px 5px 2px #1f2128; }
    .mobile-search-block.expand.filter-opened {
      height: 335px; }
    .mobile-search-block.expand .main_serchbox_wrapper {
      height: 42px; }
  .mobile-search-block input {
    position: absolute;
    width: 100%;
    height: 45px;
    background-color: #2f3138;
    border: 0px solid transparent;
    padding: 0 40px 0 32px;
    color: #ffffff;
    line-height: 8px; }
  .mobile-search-block .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    width: 60px;
    border-radius: 0; }
  .mobile-search-block .show_filter_button {
    position: absolute;
    right: 80px;
    top: 15px;
    font-size: 20px; }
  .mobile-search-block .clear_input {
    position: absolute;
    cursor: pointer;
    font-size: 25px;
    top: 3.5px;
    color: #ff9f5e;
    display: none;
    height: 45px;
    text-align: center;
    width: 33px; }
  .mobile-search-block .select2-container {
    color: #000;
    background: #53545f;
    border-radius: 3px;
    padding: 7px 0px;
    border: 1px solid #6b6c76; }
  .mobile-search-block .main_filter_wrapper {
    background: #53545f;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none; }
    .mobile-search-block .main_filter_wrapper .select2-selection__rendered {
      color: white; }
    .mobile-search-block .main_filter_wrapper .select2-selection__arrow {
      top: 7px; }
    .mobile-search-block .main_filter_wrapper .select2-selection__arrow b {
      border-color: white transparent transparent transparent; }
  .mobile-search-block .select2-container {
    width: 100% !important;
    margin: 15px 0 0 0 !important; }
  .mobile-search-block .select2-container:first-child {
    margin-right: 16px; }
  .mobile-search-block .select2-container:last-child {
    margin-left: 16px; }

input::-ms-clear {
  /* Remove IE default X */
  display: none; }

.main_filter_dropdown {
  background: #2d2e38; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #696B72;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #00b596; }
  .switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #696B72;
    box-shadow: 0 0 1px #696B72; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px); }

.select2-container .select2-dropdown {
  border: none;
  -webkit-box-shadow: 0px 15px 30px 5px #222;
  box-shadow: 0px 15px 30px 5px #222; }

.select2-container .select2-search--dropdown {
  border-radius: 20px;
  overflow: hidden; }

.select2-container .select2-search--dropdown:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/resources/images/sprites/sprite.svg);
  position: absolute;
  z-index: 9999999;
  top: 7px;
  background-size: 145px;
  background-position: -78px -6px; }

.select2-container .select2-results__options::-webkit-scrollbar-track {
  background-color: #2d2e38; }

.select2-container .select2-results__options::-webkit-scrollbar {
  width: 12px;
  background-color: #aaa;
  position: absolute; }

.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #686b71; }

.select2-container .select2-selection__placeholder {
  color: #bbb !important; }

.select2-container .select2-search__field {
  background: #696a71;
  color: #fff;
  padding-left: 25px;
  border: 1px solid #696a71 !important; }

@media screen and (max-width: 710px) {
  .carousel-section {
    padding: 20px 0 0 0; }
    .carousel-section .listing-main-date {
      font-size: 20px; }
    .carousel-section .starting-event {
      font-size: 12px;
      padding-bottom: 0; }
    .carousel-section .events-carousel .event-box {
      width: 290px;}
    .carousel-section .events-carousel .owl-prev, .carousel-section .events-carousel .owl-next {
      display: none; } }

@media screen and (max-width: 813px) and (orientation: landscape) {
  .carousel-section .cont {
    width: 480px; }
  .carousel-section .events-carousel .event-box {
    width: 460px; }
    .carousel-section .events-carousel .event-box:after {
      content: "";
      display: table;
      clear: both; }
    .carousel-section .events-carousel .event-box .tf-listing-img {
      float: left;
      height: 220px;
      width: 200px; }
    .carousel-section .events-carousel .event-box .tf-listing-info {
      float: left;
      width: 240px;
      height: 220px; }
      .carousel-section .events-carousel .event-box .tf-listing-info .event-tags {
        padding: 60px 0 0 0; }
  .carousel-section .events-carousel .owl-prev, .carousel-section .events-carousel .owl-next {
    display: none; } }

@media screen and (min-width: 1090px) {
  .two-row .owl-stage {
    height: 920px; }
    .two-row .owl-stage .owl-item:nth-child(even) .item {
      position: relative;
      top: 446px;
      left: -100%; }
    .two-row .owl-stage .owl-item .event-box {
      width: 310px;
	height: 100%;}
  .owl-stage .owl-item .event-box {
    width: 310px; } }

@media screen and (max-width: 1024px) {
  .site-footer .footer-content {
    padding: 10px 20px; }
  .site-footer .footer-cards {
    width: 50%; }
  .site-footer .footer-right-part {
    width: 50%; }
  .site-footer .footer-links {
    width: 100%; } }

@media screen and (max-width: 780px) {
  .site-footer {
    text-align: center; }
    .site-footer .footer-cards {
      float: none;
      width: 100%; }
    .site-footer .footer-right-part {
      text-align: center;
      float: none;
      width: 100%; }
      .site-footer .footer-right-part .block {
        width: 100%;
        display: inline-block; }
    .site-footer .footer-links {
      float: none;
      width: 100%; } }

@media screen and (max-width: 1240px) {
  .home #sticky-header .nav-links .show_filter_button {
    margin-top: 16px; }
  .site-header {
    padding: 15px 15px 15px 0;
    /* &.expanded-menu {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }*/ }
    .site-header .site-logo img {
      height: 30px; }
    .site-header #menu-icon {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 1em;
      color: #fff;
      opacity: 1;
      padding: 0;
      font-size: 21px;
      top: 13px; }
    .site-header .x_close_filter {
      margin-right: 25px;
      margin-top: 12px; }
    .site-header .show_filter_button {
      margin-right: 25px;
      margin-top: 17px; }
    .site-header .navbar {
      float: none;
      overflow: hidden;
      -webkit-transition: right 0.3s;
      -o-transition: right 0.3s;
      transition: right 0.3s;
      margin: 25px 0 0 0;
      position: absolute;
      right: -260px;
      top: 32px;
      z-index: 16000; }
      .site-header .navbar.expand {
        right: 16px;
        max-height: 100em;
        background: -moz-linear-gradient(top, #000000e0 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(top, #000000e0 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#000000e0), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(top, #000000e0 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, #000000e0 0%, rgba(0, 0, 0, 0) 100%); }
      .site-header .navbar.logged-in ul li {
        padding: 10px 20px; }
      .site-header .navbar ul {
        padding: 5px 15px;
        background-color: #0e0e0e;
        width: 250px; }
        .site-header .navbar ul li {
          float: none;
          padding: 10px 3px;
          text-align: center;
          border-bottom: 1px dashed #676767; }
          .site-header .navbar ul li a {
            padding: 5px 0; }
          .site-header .navbar ul li:last-child {
            border-bottom: none; }
          .site-header .navbar ul li.primary_li {
            padding: 0px !important; }
            .site-header .navbar ul li.primary_li a {
              padding: 14px !important;
              border-radius: 0;
              margin: -1px -15px; }
          .site-header .navbar ul li:hover {
            background: rgba(0, 0, 0, 0.5); }
  .sticky-filter .filter_wrapper {
    padding-right: 0 !important; }
    .sticky-filter .filter_wrapper .search_box_wrapper {
      padding-right: 140px; }
    .sticky-filter .filter_wrapper .inner-wrapper {
      position: static !important;
      background: #494B52;
      width: 100% !important;
      border-top: 2px solid #303239;
      padding-bottom: 12px;
      padding-left: 30px;
      text-align: left !important; }
      .sticky-filter .filter_wrapper .inner-wrapper #selectboxes_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .sticky-filter .filter_wrapper .inner-wrapper #selectboxes_wrapper > .select2-container {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .sticky-filter .filter_wrapper .inner-wrapper > div {
        display: block; }
    .sticky-filter .filter_wrapper #submit_filter_button_wrapper {
      position: absolute;
      top: 0;
      right: 30px;
      margin: 0 !important;
      height: 100%;
      width: 100px; }
      .sticky-filter .filter_wrapper #submit_filter_button_wrapper button {
        height: 100%; } }

@media screen and (min-width: 1241px) {
  .home #sticky-header .nav-links .navbar {
    width: 53%;
  }
  .home #sticky-header .nav-links .navbar .menu.mobile-nav {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 480px) {
  .mobile-search-block {
    display: none; } }

@media screen and (max-width: 480px) {
  html #mobile-search-form-main .tf-search-box {
    text-align: left; }
  html #mobile-search-form-main.filter-opened .show_filter_button {
    display: none !important; }
  html #sticky-form {
    display: none; }
  html:not(.fix-bar) .main_serchbox_wrapper .show_filter_button:not(.main_filter_button) {
    display: block !important;
    margin-top: 0; }
  html .site-header {
    background: #1c1c1e !important;
    text-align: right; }
    html .site-header > .site-logo {
      display: block;
      position: relative;
      z-index: 16010; }
  html .mobile-search-block input {
    position: static; }
  html .mobile-search-block .show_filter_button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0; }
  html.fix-bar .mobile-search-block .show_filter_button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0; }
  html.fix-bar #sticky-header .site-logo {
    display: none !important; }
  html.fix-bar #sticky-header .nav-links .x_close_filter {
    display: none !important; }
  html.fix-bar #sticky-header .nav-links .show_filter_button {
    display: none !important; }
  html.fix-bar .site-header > .site-logo {
    display: block;
    position: relative;
    z-index: 16010;
    top: 3px; }
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #050507 !important;
    height: 50px;
    padding: 0;
    overflow: hidden; }
    .site-header .mobile-search-icon {
      display: block;
      margin: 16px 35px 0 0; }
      .site-header .mobile-search-icon span {
        display: none; }
      .site-header .mobile-search-icon.search-icon-x {
        color: #ffffff;
        margin: 16px 35px 0 0; }
        .site-header .mobile-search-icon.search-icon-x span {
          display: block;
          font-size: 12px;
          padding: 4px 0 0 0; }
        .site-header .mobile-search-icon.search-icon-x .search-icon {
          display: none; }
    .site-header .site-logo {
      margin: 6px 0 0 10px; }
      .site-header .site-logo img {
        height: 30px; }
    .site-header .navbar {
      margin: 0;
      position: absolute;
      top: 50px;
      padding: 0px 10vw;
      width: 100%;
      right: -400px; }
      .site-header .navbar.expand {
        right: 0; }
      .site-header .navbar.logged-in ul li {
        padding: 10px 20px 10px 20px; }
      .site-header .navbar ul {
        width: 100%;
        margin: 7px 0 0 0;
        text-align: center; }
        .site-header .navbar ul li {
          padding: 10px 20px 10px 20px;
          border-bottom: 1px dashed #676767;
          text-align: center; }
          .site-header .navbar ul li:last-child {
            border-bottom: 0px dashed transparent; }
    .site-header.expanded-menu, .site-header.expanded-search-bar {
      overflow: initial; } }

@media screen and (max-width: 1310px) {
  .locations-section .cont {
    width: 100%; }
  .locations-section .locations-block .tfcore-system-strip .core-banner-logo {
    margin: 10px; }
    .locations-section .locations-block .tfcore-system-strip .core-banner-logo img {
      width: 50px; }
  .locations-section .locations-block .tfcore-system-strip .system-core-promo h4 {
    font-size: 16px; }
  .locations-section .locations-block .tfcore-system-strip .system-core-promo span {
    font-size: 12px; }
  .locations-section .locations-block .tfcore-system-strip .tf-core-mockukp img {
    width: 150px; }
  .locations-section .about-block {
    height: 492px; } }

@media screen and (max-width: 1024px) {
  .locations-section .locations-block {
    width: 100%;
    float: none;
    padding: 10px 0; }
  .locations-section .about-block {
    width: 100%;
    float: none;
    height: 360px; } }

@media screen and (max-width: 640px) {
  .locations-section .locations-block .locations-row .location {
    width: 100%; }
  .locations-section .locations-block .tfcore-system-strip {
    text-align: center; }
    .locations-section .locations-block .tfcore-system-strip .core-banner-logo {
      float: none;
      display: block; }
    .locations-section .locations-block .tfcore-system-strip .system-core-promo {
      float: none;
      display: block; }
    .locations-section .locations-block .tfcore-system-strip .tf-core-mockukp {
      margin: 10px auto;
      float: none;
      display: block; }
  .locations-section .about-block {
    height: 330px; }
    .locations-section .about-block .logo {
      top: 15px;
      right: 15px; }
      .locations-section .about-block .logo img {
        width: 70px; } }

@media screen and (max-width: 768px) {
  #search-form-main {
    padding: 40px 0 0 0; }
    #search-form-main .search-loader {
      font-size: 20px;
      left: -28px;
      top: 10px; }
    #search-form-main .tf-search-box {
      width: 400px;
      margin: 0 auto;
      -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.18); }
      #search-form-main .tf-search-box .main_serchbox_wrapper {
        height: 40px !important; }
      #search-form-main .tf-search-box .main-searchbox {
        width: 360px !important;
        height: 40px !important; }
      #search-form-main .tf-search-box .show_filter_button {
        top: 13px;
        right: 55px; }
      #search-form-main .tf-search-box .clear_input {
        top: 3px; }
        #search-form-main .tf-search-box .clear_input.disabled {
          pointer-events: none; }
      #search-form-main .tf-search-box .search-btn {
        width: 40px;
        height: 40px; }
      #search-form-main .tf-search-box #submit_filter_button_wrapper .search-btn {
        width: 140px;
        height: 40px; } }

.x_close_filter {
  border-radius: 3px;
  border: 1px solid #ffa16f;
  padding: 0px;
  font-size: 20px;
  color: white;
  float: left;
  font-weight: 600;
  width: 33px;
  height: 33px;
  text-align: center;
  margin-top: 2px;
  cursor: pointer;
  display: none; }

.sticky-filter {
  visibility: hidden;
  position: fixed;
  top: 56px;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }
  .sticky-filter .search_box_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 55px; }
  .sticky-filter .filter_wrapper {
    display: block;
    padding: 0 880px 0 0;
    position: relative;
    height: 70px; }
    .sticky-filter .filter_wrapper > div {
      display: inline-block; }
      .sticky-filter .filter_wrapper > div > div {
        display: inline-block;
        margin-top: 15px !important; }
    .sticky-filter .filter_wrapper .main_filter_wrapper {
      padding: 7px 0px;
      height: 43px !important;
      background: #53545f;
      border: none; }
    .sticky-filter .filter_wrapper .clear_input {
      position: absolute;
      left: 30px;
      top: 17px;
      font-size: 28px;
      font-weight: 900;
      color: #ffa16f;
      cursor: pointer;
      display: none; }
    .sticky-filter .filter_wrapper .main-searchbox {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      color: white;
      font-size: 20px; }
      .sticky-filter .filter_wrapper .main-searchbox::-webkit-input-placeholder {
        font-size: 20px; }
      .sticky-filter .filter_wrapper .main-searchbox:-ms-input-placeholder {
        font-size: 20px; }
      .sticky-filter .filter_wrapper .main-searchbox::-ms-input-placeholder {
        font-size: 20px; }
      .sticky-filter .filter_wrapper .main-searchbox::placeholder {
        font-size: 20px; }
    .sticky-filter .filter_wrapper .inner-wrapper {
      width: 890px;
      position: absolute;
      top: 0;
      right: 0;
      padding-right: 30px;
      text-align: right; }
      .sticky-filter .filter_wrapper .inner-wrapper .search-btn {
        border-radius: 2px !important;
        padding: 7px 0 !important;
        margin-left: 10px !important; }
      .sticky-filter .filter_wrapper .inner-wrapper .select2-container {
        width: 180px !important;
        text-align: left;
        margin-right: 10px;
        border: 1px solid #6b6c76;
        border-radius: 3px; }
        .sticky-filter .filter_wrapper .inner-wrapper .select2-container .select2-selection__arrow {
          top: 9px; }
          .sticky-filter .filter_wrapper .inner-wrapper .select2-container .select2-selection__arrow b {
            border-color: white transparent transparent transparent; }
        .sticky-filter .filter_wrapper .inner-wrapper .select2-container .select2-selection__placeholder {
          color: #ccc; }
      .sticky-filter .filter_wrapper .inner-wrapper .label.advanced {
        margin-right: 10px; }

html #sticky-header {
  z-index: 16000;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  height: 56px; }
  html #sticky-header .show_filter_button {
    margin-top: 6px; }
  html #sticky-header .site-logo {
    display: none;
    margin-top: 10px;
    margin-bottom: 0px; }
    html #sticky-header .site-logo img {
      height: 30px; }
  html #sticky-header .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

html:not(.fix-bar) .sticky-filter {
  visibility: hidden !important; }

html:not(.fix-bar) .show_filter_button:not(.main_filter_button) {
  display: none !important; }

html:not(.fix-bar) .x_close_filter {
  display: none !important; }

html.fix-bar .show_filter_button {
  cursor: pointer; }

html.fix-bar .x_search-icon {
  display: block; }

html.fix-bar .site-logo {
  display: none; }

html.fix-bar .sticky-filter-opened .sticky-filter {
  opacity: 1 !important;
  visibility: visible; }

html.fix-bar #sticky-header {
  background: #1c1c1e; }
  html.fix-bar #sticky-header .site-logo {
    display: block; }

html body > form.filter-opened .show_filter_button {
  display: none; }

html body > form.filter-opened .hide_filter_button {
  display: block; }

html body.sticky-filter-opened #sticky-header .show_filter_button {
  display: none; }

html body.sticky-filter-opened #sticky-header .x_close_filter {
  display: inline-block; }

html .select2-container .main_filter_dropdown {
  z-index: 16000; }

html .select2-selection__rendered {
  color: white !important; }

html .select-dropdown {
  position: static; }

html .select-dropdown .select-dropdown--above {
  margin-top: 336px; }

@media screen and (max-width: 480px) {
  #search-form-main {
    display: none; } }

.event-no-results {
  font-size: 15px;
  margin: 20px 0 0 0; }

.slidizle {
  position: relative; }
  .slidizle .slidizle-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slidizle .slidizle-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    display: none; }
    .slidizle .slidizle-slide.active {
      display: block; }
  .slidizle .slidizle-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10; }
    .slidizle .slidizle-navigation li {
      display: inline-block;
      width: 10px;
      height: 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: white;
      opacity: .2;
      font-size: 1px;
      text-indent: -99999px;
      margin: 0 2px;
      cursor: pointer;
      -moz-transition: opacity 0.2s ease-in-out 0s;
      -o-transition: opacity 0.2s ease-in-out 0s;
      -webkit-transition: opacity 0.2s ease-in-out;
      -webkit-transition-delay: 0s;
      -webkit-transition: opacity 0.2s ease-in-out 0s;
      transition: opacity 0.2s ease-in-out 0s; }
      .slidizle .slidizle-navigation li:hover, .slidizle .slidizle-navigation li.active {
        opacity: 1; }
    .slidizle .slidizle-navigation .slider-navigation-item {
      width: 50px;
      height: 30px;
      background-size: cover;
      background-position: 50% 50%;
      border: 2px solid white; }
  .slidizle .slidizle-next,
  .slidizle .slidizle-previous {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 30;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s; }
    .slidizle .slidizle-next.disabled,
    .slidizle .slidizle-previous.disabled {
      opacity: .2;
      cursor: default; }

.slidizle-next {
  right: 30px; }

.slidizle-previous {
  left: 30px; }

.slidizle-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333 url("/resources/img/loader.gif") no-repeat 50% 82%;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s; }

.loading .slidizle-loading {
  opacity: .8;
  pointer-events: auto; }

.slider--animated .slidizle-content > .active ~ .slidizle-slide {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slider--animated .slidizle-slide {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  display: block !important; }
  .slider--animated .slidizle-slide.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2; }

.slider--animated-up-down .slidizle-content > .active ~ .slidizle-slide {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slider--animated-up-down .slidizle-slide {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  display: block !important; }
  .slider--animated-up-down .slidizle-slide.active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2; }

.top-slider-nav {
  margin: 41px 0 0 0; }

.right-previous-arrow {
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-transform: skew(-7deg, 0deg);
  -ms-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  background-image: url("/resources/images/sprites/sprite.svg");
  background-position: -35px -1px;
  background-size: 206px; }

.block-left-side {
  display: inline-block;
  float: left; }

.block-right-side {
  display: inline-block;
  float: left;
  text-align: left;
  padding-left: 10px; }

.slider-arrow-left {
  width: 45px;
  height: 45px;
  position: relative;
  left: 10px;
  background-image: url("/resources/images/sprites/sprite.svg");
  background-position: 0 -1px;
  background-size: 206px; }
.h1 {
  font-size: 26px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
