/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
      color: initial; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-BookItalic.woff") format("woff"), url("../fonts/gotham-fonts/gotham/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-fonts/gotham/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?oohiqm");
  src: url("../fonts/icomoon.eot?oohiqm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?oohiqm") format("truetype"), url("../fonts/icomoon.woff?oohiqm") format("woff"), url("../fonts/icomoon.svg?oohiqm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-question:before {
  content: "\e909"; }

.icon-linkedin:before {
  content: "\e905"; }

.icon-message:before {
  content: "\e908"; }

.icon-user:before {
  content: "\e903"; }

.icon-calendar:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-user1:before {
  content: "\e906"; }

.icon-youtube:before {
  content: "\e907"; }

.icon-slider-arrow-left:before {
  content: "\e90f"; }

.icon-logo:before {
  content: "\e900"; }

i.icon-logo {
  color: #bf4d50;
  font-size: 248px;
  margin-top: 40px;
  display: block; }

.icon-slider-arrow-right:before {
  content: "\e910"; }

.icon-search:before {
  content: "\f002"; }

.icon-arrow-left:before {
  content: "\f104"; }

.icon-arrow-right:before {
  content: "\f105"; }

.icon-phone:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2"; }

.icon-gavel:before, .icon-legal:before {
  content: "\f0e3"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-caret-square-o-down:before, .icon-toggle-down:before {
  content: "\f150"; }

.icon-caret-square-o-up:before, .icon-toggle-up:before {
  content: "\f151"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube2:before {
  content: "\f166"; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background: #212121; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

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

@keyframes topFadeOut {

  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    
  }

}

span.event_tagline {
    padding: 4px 0;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

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

[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; }

.venue_list .slide-holder.market_page {
    width: 24%;
    padding: 10px 5px;
}

.venue_list h2 {
    text-align: center;
    padding: 10px 0;
}

/* custom select styles */
.jcf-select, .intro-block .city-holder .city-opener {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  margin: 0 0 12px;
  min-width: 105px;
  width: 100%;
  height: 30px; }

.jcf-select select, .intro-block .city-holder .city-opener select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text, .intro-block .city-holder .city-opener .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  margin: 0 20px 0 8px; }

    .blogs-section.markets {
    padding: inherit;
    background: white;}
    .stroll-cities ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 650px;
    padding: 3px 20px;
}

    .stroll-cities ul li {
        list-style: none;
        padding: 0 0 0 27px!important;
        width: 145px;
        font-size: 14px;
        display: inline-block;
    }

    .stroll-cities ul li:before {
      background: none!important;
    }

    .stroll-cities {
        padding: 25px 0;
    }

    .stroll-cities ul li a {
        color: black;
    }

.jcf-select .jcf-select-opener, .intro-block .city-holder .city-opener .jcf-select-opener {
  height: 0;
  width: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 4.5px solid #808080;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }
  body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0; }

.jcf-select .jcf-select-drop, .intro-block .city-holder .city-opener .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left; }

.jcf-select .jcf-drop-flipped, .intro-block .city-holder .city-opener .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-option-hideme {
  display: none !important; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul:not([class]):not([id]) {
    font-size: inherit;
    list-style: none;
    padding: 0;
    margin: 0; }
    .jcf-list ul:not([class]):not([id]) li {
      overflow: hidden;
      display: block;
      padding: 0;
      margin: 0; }
      .jcf-list ul:not([class]):not([id]) li:before {
        content: none; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper, .jcf-scrollable {
  height: auto !important; }

.jcf-scrollable-wrapper {
  position: relative; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #d5d6dc;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 8px;
  border-radius: 10px; }
  .jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: none; }
  .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 8px; }
  .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #abadb5;
    height: 8px;
    border-radius: 10px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

ul.bullet-list li {
    list-style: none;
    padding: 10px 0;
}

h3.block__title {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0;
}

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }
  .ui-menu .ui-menu {
    position: absolute; }
  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
  .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px; }

.ui-menu-icons {
  position: relative; }
  .ui-menu-icons .ui-menu-item {
    padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }
  .ui-widget-content a {
    color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }
  .ui-widget-header a {
    color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a {
  color: #454545;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #454545;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none; }
  .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #2b2b2b;
    text-decoration: none; }

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none; }
  .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-state-active a {
  color: #fff;
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

ul:not([class]):not([id]), .breadcrumbs, .event-list, .content-section .event-inner, .social-list, .popup .city-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.intro-block.inner-intro .holiday-tabs .tabset-holiday, .intro-block .title-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.blogs-section .tabset, .btn-list, .description-section .advantages-list, .featured-block .company-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.filter-section .heading-text .filter-list, .filter-section .options-holder .options-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.view-box .bottom-text ul:not([class]):not([id]), .category-browse .img-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.visual-slider .slick-dots, .visual-slider .schedule-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-section .option-list, .content-section .dates-list, .content-section .open-close-wrapper .open-close-tickets .schedule-menu, .content-section .dress-and-age, .content-section .hours-list, .content-section .price-list, .content-section .ask-list, .content-section .blogs-list, .content-section .sale-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs-list, #sidebar .social-holder .social-network {
  margin: 0;
  padding: 0;
  list-style: none; }

.info-holder .main-menu, .info-holder .city-list, .info-holder .social-icons {
  margin: 0;
  padding: 0;
  list-style: none; }

.city-list, #footer .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.links-block .lists-holder .link-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .links-block .lists-holder .link-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.links-block .lists-holder .city-footer {
  margin: 0;
  padding: 0;
  list-style: none; }

.contact-list, .copyright-block .copyright-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, #sidebar:after, .info-holder .main-menu:after {
  content: "";
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.coming_soon {
    font-size: 25px;
    margin: 10px 0;
    display: block;
    text-align: center;
    padding: 25px 0px;
}


html {
  box-sizing: border-box; }

* {
  box-sizing: inherit;
  max-height: 1000000px; }
  *:before, *:after {
    box-sizing: inherit; }

body {
  color: #000;
  background: #fff;
  font-size: 13pt;
  font-family: 'Montserrat', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 19px; }

h3, .h3 {
  font-size: 16px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 10px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #8a8b90;
  padding: .4em .7em; }

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #8a8b90;
  padding: .4em .7em; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus {
  border-color: #000; }

textarea:focus {
  border-color: #000; }

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #58595b; }

textarea::-webkit-input-placeholder {
  color: #58595b; }

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #58595b; }

textarea::-moz-placeholder {
  opacity: 1;
  color: #58595b; }

input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
  color: #58595b; }

textarea:-moz-placeholder {
  color: #58595b; }

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #58595b; }

textarea:-ms-input-placeholder {
  color: #58595b; }

input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder {
  color: #58595b; }

textarea.placeholder {
  color: #58595b; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.resize-active .menu {
  -webkit-transition: none !important;
  transition: none !important; }

#wrapper {
  position: relative;
  overflow: hidden; }
  #wrapper:before {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(60, 61, 66, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }

.search-active #wrapper:before {
  opacity: 1;
  visibility: visible; }

.container {
  padding: 0 15px;
  max-width: 1040px;
  margin: 0 auto; }

.container-custom {
  padding: 0 15px; }
  .container-custom .jcf-scrollable .event-inner li {
    max-width: 280px; }

h1, h2, h3, h4, h5 {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 7px; }

p {
  margin: 0 0 7px; }

a, button {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  text-decoration: none; }

ul:not([class]):not([id]) {
  font-size: 12px;
  margin: 0 0 25px; }
  ul:not([class]):not([id]) li {
    position: relative;
    padding: 0 0 0 8px;
    margin: 0 0 6px; }
    ul:not([class]):not([id]) li:before {
      width: 3px;
      height: 3px;
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      background: #000;
      border-radius: 50%; }

address {
  font-style: normal; }

blockquote {
  padding: 0;
  margin: 0; }
  blockquote .stars-holder {
    display: inline-block;
    vertical-align: middle; }
  blockquote .author {
    display: block;
    font-style: normal; }

.slick-arrow {
  background-color: transparent; }

.label-item {
  max-width: 86px;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  padding: 2px;
  color: #bf0000;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9; }


.breadcrumbs {
  padding: 15px 0; }
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #a3a5a8;
    font-weight: 500;
    font-size: 11px;
    padding-right: 10px; }
    .breadcrumbs li:after {
      display: block;
      position: absolute;
      content: "/";
      right: 0;
      top: 44%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      color: inherit; }
      .breadcrumbs li a:hover {
        color: #3c3d42; }

.event-list, .content-section .event-inner {
  margin: 0 -8px; }

.event-list li, .content-section .event-inner li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 8px 16px;
  white-space: normal;
  overflow: hidden;
  position: relative; }

.event-list li:after, .content-section .event-inner li:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.event-list li.items-divider, .content-section .event-inner li.items-divider {
  display: block;
  min-height: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0; }

.social-list a i {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.social-list a:hover .icon-twitter {
  color: #24a9e6; }

.social-list a:hover .icon-facebook {
  color: #43619d; }

.social-list a:hover .icon-instagram {
  color: #2a5b84; }

.social-list a:hover .icon-youtube {
  color: #bf0000; }

.social-list a:hover .icon-user1 {
  color: #fddf31; }

.ui-datepicker {
  z-index: 10 !important; }

.form-group {
  position: relative; }
  .form-group i {
    font-size: 16px;
    color: #97999c;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }

.form-control {
  outline: none;
  border: none;
  position: relative; }

input[type="text"], input[type="email"], input[type="search"] {
  outline: none;
  border: none;
  position: relative; }

button {
  outline: none;
  border: none;
  position: relative; }

.jcf-select, .intro-block .city-holder .city-opener {
  min-width: auto;
  width: 64px;
  border-radius: 8px;
  border: 1px solid #000;
  position: relative; }

.jcf-select .jcf-select-text, .intro-block .city-holder .city-opener .jcf-select-text {
  margin: 0 20px 0 8px; }

.jcf-select .jcf-select-opener, .intro-block .city-holder .city-opener .jcf-select-opener {
  border: none;
  color: #000; }

.choose_city {
      color: black;
      padding-bottom: 30px;
      font-size: 30px;
  }

.jcf-select .jcf-select-opener:before, .intro-block .city-holder .city-opener .jcf-select-opener:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-family: "icomoon" !important;
  font-size: 12px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.jcf-select .jcf-select-drop, .intro-block .city-holder .city-opener .jcf-select-drop {
  top: 102%; }

.jcf-select ul:not([class]):not([id]), .intro-block .city-holder .city-opener ul:not([class]):not([id]), .jcf-select ul:not([class]):not([id]) li, .intro-block .city-holder .city-opener ul:not([class]):not([id]) li {
  margin: 0; }

.jcf-disabled {
  color: #8e9193;
  background: #fff !important;
  border-color: #d7d8d9; }
  .jcf-disabled .jcf-select-opener {
    color: #8e9193; }

.jcf-list {
  border-radius: 8px; }
  .jcf-list .jcf-list-content {
    border-radius: 8px;
    border: 1px solid #000; }


.previous_event div{
      width: 23%;
    background: red;
    color: white;
    padding: 5px;
    margin: 0 auto;
}

.btn {
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  background-color: #a20000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  outline: none;
  padding: 7px 15px;
  font-weight: bold; }
  .btn.btn-rd {
    border-radius: 8px; }
  .btn:hover {
    background-color: #bf0000; }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .bg-holder img {
    height: auto;
    position: absolute;
    width: auto; }

.is-touch-device {
  background-size: cover; }

.visible {
  display: none; }

.bold {
  font-weight: bold; }

.popup {
  -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
  transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #d6d6d6;
  z-index: 9999;
  visibility: hidden;
  opacity: 0; }
  .popup .title {
    display: block;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 0 24px;
    margin: 0 0 25px;
    position: relative; }
    .popup .title:after {
      content: "";
      width: 165px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff; }
  .popup a {
    color: #fff;
    position: relative;
    padding: 0 0 2px; }
    .popup a:hover:before {
      right: 0; }
    .popup a:before {
      -webkit-transition: right .3s ease-in-out;
      transition: right .3s ease-in-out;
      content: "";
      position: absolute;
      left: 0;
      right: 100%;
      bottom: 0;
      height: 1px;
      background: #fff; }
  .popup .close {
    width: 16px;
    height: 16px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 21px;
    right: 21px;
    opacity: 1;
    z-index: 10; }
    .popup .close:hover {
      opacity: .7; }
    .popup .close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .popup .close:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .popup .popup-info {
    position: fixed;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: 14px;
    padding: 30px 0 2px;
    z-index: 9999;
    color: #fff;
    background: -webkit-linear-gradient(left, #6d1e43 0%, #3e1a57 100%);
    background: linear-gradient(to right, #6d1e43 0%, #3e1a57 100%);
    overflow: hidden; }
  .popup .text-block {
    padding: 0 20px; }
  .popup .img-holder img {
    opacity: .7;
    width: 100%; }
  .popup .city-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .popup .city-list:before, .popup .city-list:after {
      display: none; }
    .popup .city-list li {
      width: 50%;
      padding: 0 15px 18px; }

.intro-block {
  white-space: nowrap;
  text-align: center;
  position: relative;
  color: #fff; }
  .intro-block:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 235px; }
  .intro-block > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }

  .open-close {
      display: block;
      max-width: 100%;
  }
  .intro-block.inner-intro {
    background-color: transparent; }
    .intro-block.inner-intro:before {
      background-color: transparent; }
    .intro-block.inner-intro:after {
      min-height: 0;
      display: block; }
    .intro-block.inner-intro .container {
      display: block; }
    .intro-block.inner-intro .filter-slide {
      position: relative;
      padding: 5px 0; }
    .intro-block.inner-intro .fake-label, .intro-block.inner-intro .btn-submit {
      background-color: #bf0000; }
    .intro-block.inner-intro .fake-label:hover, .intro-block.inner-intro .btn-submit:hover {
      background-color: #58595b; }
    .intro-block.inner-intro .holiday-tabs {
      position: relative;
      z-index: 10; }
      .intro-block.inner-intro .holiday-tabs .tabset-holiday li a {
        color: #fff;
        display: block;
        margin: 0 auto;
        text-transform: uppercase;
        text-align: center;
        padding: 15px;
        font-size: 12px;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
        background-color: #bf0000;
        margin-bottom: 15px; }
        .intro-block.inner-intro .holiday-tabs .tabset-holiday li a.active, .intro-block.inner-intro .holiday-tabs .tabset-holiday li a:hover {
          color: #bf0000;
          background-color: #fff; }
  .intro-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c3d42; }
  .intro-block .bg-holder {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .6;
    background-size: cover;
    z-index: 2; }
    .intro-block .bg-holder img {
      height: auto;
      position: absolute;
      width: auto; }
  .intro-block .is-touch-device {
    background-size: cover; }
  .intro-block .logo, .intro-block .title {
    display: block;
    margin: 0 auto 30px; }
  .intro-block .logo {
    min-width: 290px;
    -webkit-transition: none;
    transition: none; }
  .intro-block .title {
    letter-spacing: 2px; }
  .intro-block .city-holder {
    width: 100%; }
    .intro-block .city-holder .city-opener {
      text-align: center;
      color: inherit;
      font-size: 13px;
      padding: 0 20px;
      text-transform: none;
      line-height: 2.5; }
      .intro-block .city-holder .city-opener .arrow {
        border-top-color: #808080;
        left: auto;
        right: 5px; }
    .intro-block .city-holder .city-drop {
      font-size: 14px;
      z-index: 99; }
      .intro-block .city-holder .city-drop .city-close {
        right: 0; }
  .intro-block .text-block {
    max-width: 998px;
    position: relative;
    z-index: 3;
    line-height: 2; }
  .intro-block strong {
    font-weight: 300;
    text-transform: uppercase; }
  .intro-block .filter-opener, .intro-block .filter-form {
    position: relative;
    z-index: 2; }
  .intro-block .filter-opener {
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    min-width: 205px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 8px 15px;
    color: #bf0000;
    background: #fff;
    border: 1px solid #acaeb0; }
    .intro-block .filter-opener:hover {
      color: #fff;
      background: #6d6e71; }
  .intro-block .filter-form {
    max-width: 233px;
    margin: 0 auto; }
  .intro-block .form-control input[type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
  .intro-block .form-control .fake-label {
    display: block; }
  .intro-block .form-control input[type="radio"]:checked + .fake-label {
    background: #3c3d42; }
  .intro-block .filter-slide {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: auto;
    padding: 20px;
    color: #3c3d42;
    /* background: $red; */
    background: -webkit-linear-gradient(left, #bf0000 0%, #a20000 100%);
    background: linear-gradient(to right, #bf0000 0%, #a20000 100%);
    z-index: 10; }
    .intro-block .filter-slide .jcf-select-text, .intro-block .filter-slide .jcf-list-content ul li {
      text-align: center; }
  .intro-block .fake-label, .intro-block .form-control, .intro-block .btn-submit {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px; }
  .intro-block .fake-label:last-child, .intro-block .form-control:last-child, .intro-block .btn-submit:last-child {
    margin: 0; }
  .intro-block .fake-label, .intro-block .btn-submit {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-weight: bold;
    color: #fff;
    background: #6d6e71;
    padding: 8px;
    cursor: pointer; }
  .intro-block .fake-label:hover, .intro-block .btn-submit:hover {
    background: #3c3d42; }
  .intro-block .form-group {
    position: relative; }
    .intro-block .form-group:last-child {
      border-right: none; }
    .intro-block .form-group .form-control {
      padding-right: 35px;
      text-align: center; }
    .intro-block .form-group i {
      font-size: 16px;
      color: #97999c;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      pointer-events: none; }

.timetable-section {
  background: #fff;
  padding: 28px 20px; }
  .timetable-section .timetable-holder {
    text-align: center;
    margin: 0 0 20px;
    position: relative; }
    .timetable-section .timetable-holder:last-of-type {
      margin: 0; }
      .timetable-section .timetable-holder:last-of-type .btn {
        bottom: 18px; }
    .timetable-section .timetable-holder:after {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 250px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .timetable-section .timetable-holder:last-child:after {
      display: none; }
    .timetable-section .timetable-holder .hidden-btn {
      min-width: 203px;
      font-size: 12px;
      font-weight: 700;
      padding: 10px 15px;
      position: absolute;
      left: 50%;
      bottom: 32px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .timetable-section h2 {
    margin: 0 0 25px; }
  .timetable-section .event-info {
    width: auto;
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    bottom: 16px;
    overflow: hidden;
    background: #000;
    cursor: pointer; }
    .timetable-section .event-info .home-featured-all {
      position: absolute;
      bottom: 5px !important;
      left: 10px;
      right: 10px;
      font-size: 12px; }
    .timetable-section .event-info:hover .box {
      opacity: 1;
      visibility: visible; }
    .timetable-section .event-info img {
      max-height: 100%;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .timetable-section .box {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    display: none; }
    .timetable-section .box span {
      font-size: 10px; }
    .timetable-section .box strong {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      margin: 5px 0; }
    .timetable-section .box h3 {
      font-size: 15px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      border-bottom: 2px solid #fff;
      padding-bottom: 20px;
      font-weight: 500; }

.js-tab-hidden {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  opacity: 0;
  visibility: visible; }

.blogs-section {
  text-align: center;
  background-color: #3c3d42;
  color: #fff;
  line-height: 2;
  padding: 20px 0; }
  .blogs-section h2 {
    margin: 0 0 15px; }
  .blogs-section h3 {
    margin: 0 0 21px; }
  .blogs-section p {
    margin: 0 0 34px; }
  .blogs-section .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blogs-section .tabset .title {
      display: block;
      font-weight: 500;
      line-height: 1.25;
      text-shadow: 0 0 10px #000; }
    .blogs-section .tabset span {
      display: block;
      font-weight: 500;
      line-height: 1.25;
      text-shadow: 0 0 10px #000;
      font-size: 24px; }
    .blogs-section .tabset li {
      width: 50%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .blogs-section .tabset a {
      white-space: nowrap;
      text-align: center;
      display: block;
      position: relative;
      z-index: 1;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px; }
      .blogs-section .tabset a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 150px; }
      .blogs-section .tabset a > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
      .blogs-section .homepage a > * {
        white-space: inherit;
        display: inherit;
        vertical-align: middle;
        max-width: 99%;
        position: relative;
        top: 40px;
      }

      .blogs-section .homepage span{
        font-size: 20px!important;
        text-shadow: initial;
        color: black;
      }

      .blogs-section .homepage span:hover{
        color: #bf0000;
      }
      .blogs-section .tabset a:before {
        -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1; }
      .blogs-section .tabset a:hover:before, .blogs-section .tabset a.active:before {
        opacity: 1;
        visibility: visible; }
      .blogs-section .tabset a.eat-link:before {
        background-color: rgba(191, 0, 0, 0.7); }
      .blogs-section .tabset a.drink-link:before {
        background-color: rgba(62, 65, 165, 0.7); }
      .blogs-section .tabset a.party-link:before {
        background-color: rgba(43, 128, 128, 0.7); }
      .blogs-section .tabset a.do-link:before {
        background-color: rgba(93, 62, 121, 0.7); }
  .blogs-section .tab-content {
    padding: 30px 0; }
    .blogs-section .tab-content.active {
      -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      opacity: 1;
      visibility: visible; }
    .blogs-section .tab-content p {
      margin: 0 0 25px; }

.btn-list {
  display: none; }
  .btn-list.eat-list a:after {
    background: rgba(191, 0, 0, 0.7); }
  .btn-list.drink-list a:after {
    background: rgba(62, 65, 165, 0.7); }
  .btn-list.party-list a:after {
    background: rgba(43, 128, 128, 0.7); }
  .btn-list.do-list a:after {
    background: rgba(93, 62, 121, 0.7); }
  .btn-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px; }
  .btn-list a {
    width: 121px;
    height: 58px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 45px;
    position: relative;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn-list a:after {
      -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      border-radius: 45px;
      background: rgba(191, 0, 0, 0.7); }
    .btn-list a:hover:after {
      opacity: 1;
      visibility: visible; }
  .btn-list span {
    z-index: 1;
    text-shadow: 1px 1px 1px #000; }

    .text-center label.bodyinfo {
      display: inline-block;
      vertical-align: top; }
    .text-center textarea.comments {
      height: 130px;
      border: 1px solid;
      padding: 0 10px;
      color: black;
      display: block;
      margin: 15px auto;
      width: 100%; }
    .text-center form.notifyme .event_information second label.ageinfo input {
      display: block; }
    .text-center label.ageinfo {
      display: inline-block;
      margin-left: 12px; }
    .text-center second label {
      display: inline-block;
      vertical-align: top;
      margin-left: 7px; }
    .text-center form.notifyme .event_information second {
      margin: 23px 0; }
    .text-center first {
      display: block; }
    .text-center form.notifyme {
      max-width: 839px;
      margin: 37px auto; }
    .text-center .event_information {
      margin: 22px 0; }
    .text-center label.bodyinfo input {
      display: block;
      width: 200px;
      margin: 10px 0px;
      padding: 9px 12px }
    .text-center input.notifybtn {
      padding: 10px 30px 8px;
      margin: 31px 0;
      font-family: "AvenirNextDemiBold", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      background: #000;
      border: none;
      outline: none;
      -webkit-appearance: none;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

  .first-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: topFadeOut;
    animation-name: topFadeOut;
  }

  .second-text {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: topFadeOut;
    animation-name: topFadeOut;
  }

  .third-text {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: topFadeOut;
    animation-name: topFadeOut;
  }

  .fourth-text {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: topFadeOut;
    animation-name: topFadeOut;
  }

  .fifth-text {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: topFadeOut;
    animation-name: topFadeOut;
  }

.planner-section {
  line-height: 1.888888;
  color: #fff;
  background: #3c3d42;
  background-image: url(../images/party_planner.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 1903px 1270px;
  background-position: 50% 20.35px;
  background-position: 50% 50% !important;
  background-size: cover !important;
  text-align: center; }

  section.planner-section.bg-holder {
    padding: 30px 0;
}

.transparent {
    background: rgba(0,0,0,0.6);
}

.planner-section h1 {
    margin-bottom: 33px;
    display: block;
}

.form_background.bg-holder {
    padding: 30px 0;
}

  .planner-section h2 {
    font-size: 21px;
    margin: 0 0 16px;
    text-align: center; }
  .planner-section p {
    margin: 0 0 22px;
    font-size: 19px; }
  .planner-section .planner-form {
    max-width: 233px;
    margin: 0 auto;
    color: gray; }
    .planner-section .planner-form .jcf-option-hideme {
      color: #808080; }
    .planner-section .planner-form .jcf-select, .planner-section .planner-form .intro-block .city-holder .city-opener {
      width: 100%;
      height: 30px;
      display: block;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase; }

.intro-block .city-holder .planner-section .planner-form .city-opener {
  width: 100%;
  height: 30px;
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.planner-section .planner-form .form-control, .planner-section .planner-form .form-group, .planner-section .planner-form .btn {
  width: 100%;
  height: 30px;
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.planner-section .planner-form .jcf-select-text {
  padding: 0 20px; }

.planner-section .planner-form .jcf-select, .planner-section .planner-form .intro-block .city-holder .city-opener {
  margin: 0 0 10px; }

.intro-block .city-holder .planner-section .planner-form .city-opener {
  margin: 0 0 10px; }

.planner-section .planner-form .form-control, .planner-section .planner-form .form-group {
  margin: 0 0 10px; }

.planner-section .planner-form .jcf-select .jcf-select-text, .planner-section .planner-form .intro-block .city-holder .city-opener .jcf-select-text {
  font-size: 12px;
  text-align: center; }

.intro-block .city-holder .planner-section .planner-form .city-opener .jcf-select-text {
  font-size: 12px;
  text-align: center; }

.planner-section .planner-form .jcf-select-drop {
  text-align: center; }

.planner-section .planner-form .jcf-option {
  padding: 5px 20px; }

.planner-section .planner-form .form-group .form-control {
  width: 100%;
  padding-right: 35px;
  padding-left: 35px; }

.planner-section .planner-form .form-control::-webkit-input-placeholder {
  color: #808080; }

.planner-section .planner-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #808080; }

.planner-section .planner-form .form-control:-moz-placeholder, .planner-section .planner-form .form-control:-ms-input-placeholder, .planner-section .planner-form .form-control.placeholder {
  color: #808080; }

  .openbar {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}

.planner-section .planner-form .btn {
  font-size: 14px; }

.featured-block {
  padding: 20px 0;
  background: #c9c7c7; }
  .featured-block .jcf-scrollable-wrapper {
    padding: 0 0 30px; }
  .featured-block .title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px 20px 0;
    min-width: 120px; }
  .featured-block .company-list {
    white-space: nowrap;
    margin: 0 -10px; }
    .featured-block .company-list li {
      display: inline-block;
      vertical-align: middle;
      width: 25%;
      text-align: center;
      padding: 0 10px; }
    .featured-block .company-list a {
      display: block; }
    .featured-block .company-list img {
      vertical-align: middle; }

.slideshow {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }

.loaded .slideshow {
  opacity: 1;
  visibility: visible; }

.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .slideshow .slide.active {
    z-index: 2; }

.happenings-option {
  background: -webkit-linear-gradient(left, #e9eeef 0%, #fff 50%, #fff 50%, #e9eeef 100%);
  background: linear-gradient(to right, #e9eeef 0%, #fff 50%, #fff 50%, #e9eeef 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .happenings-option .heading-text {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 18px 15px;
    line-height: 1.53846; }
    .happenings-option .heading-text h1 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 12px; }
  .happenings-option > * {
    width: 100%; }

.slider-block {
  background-color: #fff;
  padding: 0 0 17px; }
  .slider-block .container {
    max-width: 100%; }
  .slider-block .other-slider, .slider-block .jcf-scrollable {
    white-space: nowrap;
    margin: 0 -17px; }
  .slider-block .jcf-scrollable-wrapper {
    width: 100% !important;
    padding: 0 0 19px; }
  .slider-block .jcf-scrollbar {
    max-width: 100%; }
    .slider-block .jcf-scrollbar > * {
      max-width: 100%; }
  .slider-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider-block .slide-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    outline: none !important;
    max-width: 230px;
    position: relative;
    float: none;
    height: auto; }
  .slider-block .view-box {
    min-height: 100%;
    width: 100%; }
    .slider-block .view-box.discount-box:after {
      background-image: url(../images/logo-mini.png); }
    .slider-block .view-box:before {
      display: none; }
    .slider-block .view-box:after {
      position: absolute;
      content: "";
      display: block;
      right: 4px;
      top: 8px;
      bottom: auto;
      background-image: url(../images/logo-mini.png);
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      width: 25px;
      height: 25px; }
    .slider-block .view-box .img-holder .description-party {
      bottom: 6px;
      top: auto;
      white-space: normal; }
    .slider-block .view-box .text-content {
      white-space: normal;
      font-size: 12px;
      color: #3c3d42; }
      .slider-block .view-box .text-content address {
        margin-bottom: 17px;
        line-height: 1;
        color: #6d6e71;
        font-size: 10px; }
    .slider-block .view-box .bottom-text {
      padding: 8px 10px; }
  .slider-block .slick-arrow {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background-color: transparent;
    font-size: 45px;
    width: 45px;
    height: 45px;
    color: #3c3d42; }
    .slider-block .slick-arrow:hover {
      color: #24a9e6; }
    .slider-block .slick-arrow.slick-prev {
      left: 0px; }
    .slider-block .slick-arrow.slick-next {
      right: 0px; }
    .slider-block .slick-arrow i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.filter-section {
  padding: 15px 0;
  background-color: #efeff4; }
  .filter-section.bg-gray {
    background-color: #d5d6dc; }
  .filter-section .container {
    max-width: 1210px; }
  .filter-section .heading-text {
    font-size: 14px; }
    .filter-section .heading-text .filter-holder {
      padding-top: 7px; }
      .filter-section .heading-text .filter-holder .fake-select {
        display: inline-block;
        vertical-align: middle; }
      .filter-section .heading-text .filter-holder .jcf-select, .filter-section .heading-text .filter-holder .intro-block .city-holder .city-opener {
        height: 17px;
        background-color: transparent;
        min-width: 135px;
        display: block;
        margin: 0; }

.intro-block .city-holder .filter-section .heading-text .filter-holder .city-opener {
  height: 17px;
  background-color: transparent;
  min-width: 135px;
  display: block;
  margin: 0; }

.filter-section .heading-text .filter-holder .jcf-select-text {
  line-height: 1;
  font-size: inherit; }

.filter-section .heading-text .filter-holder form {
  min-width: 215px; }

.filter-section .heading-text .filter-list {
  text-transform: uppercase;
  font-size: 9px;
  margin: 0 0 7px; }
  .filter-section .heading-text .filter-list li {
    display: inline-block;
    vertical-align: middle; }
    .filter-section .heading-text .filter-list li.active a {
      background-color: #6d6e71; }
    .filter-section .heading-text .filter-list li a {
      display: block;
      color: #fff;
      background-color: #abadaf;
      border-radius: 20px;
      padding: 3px 8px;
      text-align: center; }
      .filter-section .heading-text .filter-list li a:hover {
        background-color: #6d6e71; }

.filter-section .heading-text span {
  display: block; }

.filter-section .heading-text h2 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  margin-right: 5px; }

.filter-section .slide-holder {
  width: 100%; }
  .filter-section .slide-holder .view-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .filter-section .slide-holder .view-box .img-holder {
      width: 100%; }
      .filter-section .slide-holder .view-box .img-holder .more-link {
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        text-transform: uppercase;
        font-size: 11;
        z-index: 15;
        font-weight: 500;
        background-color: #bf0000;
        padding: 6px 12px; }
    .filter-section .slide-holder .view-box .text-content {
      width: 100%;
      background-color: #fff; }

.notifybtn {
    background: black;
    color: white;
    padding: 10px;
    width: 150px;
    margin: 0 auto;
}

.filter-section .boxes-hodler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  position: relative; }

.filter-section .slide-holder {
  -webkit-transition: width .1s ease-out;
  transition: width .1s ease-out; }

.resize-active .filter-section .slide-holder {
  -webkit-transition: none !important;
  transition: none !important; }

.filter-section .elements-1 .slide-holder {
  width: 100%; }
  .filter-section .elements-1 .slide-holder .view-box {
    max-width: 264px;
    margin: 0 auto; }

.filter-section .options-holder {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  background-color: #d5d6d7;
  -webkit-transform: translateY(calc(100% - 26px));
  -ms-transform: translateY(calc(100% - 26px));
  transform: translateY(calc(100% - 26px));
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%; }
  .filter-section .options-holder.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto; }
    .filter-section .options-holder.active .options-opener:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .filter-section .options-holder .options-opener {
    color: #bf0000;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 15px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 500; }
    .filter-section .options-holder .options-opener:after {
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      height: 0;
      width: 0;
      border-bottom: 3px solid #bf0000;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  .filter-section .options-holder .options-slide {
    padding: 5px 12px; }
  .filter-section .options-holder .options-list {
    color: #3c3d42;
    font-size: 12px; }
    .filter-section .options-holder .options-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 4px;
      letter-spacing: -1px; }
      .filter-section .options-holder .options-list li .ticket-text {
        max-width: 75%;
        text-align: left; }
      .filter-section .options-holder .options-list li .price {
        max-width: 25%; }

.filter-section .btn-holder .btn-view {
  -webkit-transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  background-color: #bf0000; }
  .filter-section .btn-holder .btn-view:hover {
    width: 100%;
    background-color: #fff;
    color: #bf0000; }

.slide-holder {
  padding: 6px; }

.view-box {
  position: relative;
  color: #3c3d42;
  display: block;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  font-size: 12px; }
  .view-box:before {
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    border: 2px solid transparent;
    z-index: 2; }
  /*.view-box:after {
    position: absolute;
    content: "";
    display: block;
    right: 7px;
    bottom: 8px;
    background-image: url(../images/logo-mini.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px; }*/
  .view-box.eat-box:hover:before {
    border-color: #bf0000; }
  .view-box.drink-box:hover:before {
    border-color: #3e41a5; }
  .view-box.party-box:hover:before {
    border-color: #2b8080; }
  .view-box.do-box:hover:before {
    border-color: #5d3e79; }
  .view-box.discount-box:after {
    background-image: url(../images/logo-mini-red.png); }
  .view-box.more-tickets:after {
    bottom: 25px; }
  .view-box.more-tickets .bottom-text {
    bottom: 18px; }
  .view-box .option-title {
    position: absolute;
    top: -3px;
    left: -4px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    text-align: center;
    z-index: 3; }
    .view-box .option-title.eat-title {
      background-color: #bf0000; }
    .view-box .option-title.drink-title {
      background-color: #3e41a5; }
    .view-box .option-title.party-title {
      background-color: #2b8080; }
    .view-box .option-title.do-title {
      background-color: #5d3e79; }
  .view-box .img-holder {
    position: relative;
    z-index: 0; }
    .view-box .img-holder .description-party {
      position: absolute;
      right: 7px;
      top: 7px;
      display: block;
      width: 50px;
      text-transform: uppercase;
      white-space: normal;
      text-align: center;
      padding: 3px;
      color: #fff;
      font-size: 9px;
      border-radius: 25px;
      z-index: 4;
      background-color: rgba(109, 110, 113, 0.75); }
    .view-box .img-holder img {
      width: 100%; }
  .view-box .text-content {
    position: relative;
    padding: 12px 12px 63px;
    overflow: hidden;
    color: #828487;
    height: 300px;
    max-height: 70px;
    font-size: 10px; }
    .view-box .text-content .date-event {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 3px; }
    .view-box .text-content strong {
      display: block;
      color: #3c3d42;
      font-size: 13px;
      margin-bottom: 1px;
      letter-spacing: -.8px; }
    .view-box .text-content address {
      font-size: 10px;
      margin-bottom: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .view-box .text-content h3 {
      letter-spacing: 0;
      margin-bottom: 3px;
      text-transform: uppercase;
      font-weight: 300;
      color: #3c3d42;
      font-size: 13px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .view-box .text-content address {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .view-box .text-content p {
      margin-bottom: 5px; }
  .view-box .bottom-text {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    padding-right: 40px;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .view-box .bottom-text ul:not([class]):not([id]) li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-right: 6px;
      text-transform: uppercase;
      letter-spacing: -1.1px;
      font-size: inherit;
      padding: 0 6px 0 0;
      margin: 0; }
      .view-box .bottom-text ul:not([class]):not([id]) li:last-child {
        padding: 0; }
        .view-box .bottom-text ul:not([class]):not([id]) li:last-child:after {
          display: none; }
      .view-box .bottom-text ul:not([class]):not([id]) li:before {
        display: none; }
      .view-box .bottom-text ul:not([class]):not([id]) li:after {
        display: block;
        position: absolute;
        content: "|";
        top: 0;
        right: 0; }
    .view-box .bottom-text p {
      margin: 0; }
  .view-box .price-box {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px; }
  .view-box .price {
    font-size: 16px;
    white-space: nowrap; }
    .view-box .price .discount {
      text-decoration: line-through;
      color: #bf0000;
      font-size: inherit; }

/*.category-tabs {
  padding: 20px 0; }*/

.blogs-btn {
  padding: 14px 0;
  margin: 0 auto;
  max-width: 1090px; }
  .blogs-btn .container {
    max-width: 100%; }
  .blogs-btn .row {
    overflow: hidden; }
  .blogs-btn .title {
    text-transform: uppercase;
    float: left;
    line-height: 60px;
    position: relative;
    letter-spacing: -1px; }
    .blogs-btn .title span {
      font-size: 12px;
      color: #82848e;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding-left: 9px; }
      .blogs-btn .title span:before {
        position: absolute;
        content: "|";
        display: block;
        top: 47%;
        left: 1px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .blogs-btn .btn-list {
    white-space: nowrap;
    display: block; }
  .blogs-btn .jcf-scrollable-wrapper {
    float: right;
    width: calc(100% - 124px) !important;
    padding-bottom: 24px; }
    .blogs-btn .jcf-scrollable-wrapper .jcf-scrollable:after {
      position: absolute;
      content: "";
      top: 0;
      display: none;
      bottom: 24px;
      right: -2px;
      width: 100px;
      z-index: 1;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(251, 251, 252, 0.31) 14%, rgba(246, 246, 249, 0.64) 30%, rgba(242, 242, 246, 0.83) 41%, rgba(239, 239, 244, 0.96) 51%, rgba(239, 239, 244, 0.99) 53%, #efeff4 99%, rgba(239, 239, 244, 0.87) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(251, 251, 252, 0.31) 14%, rgba(246, 246, 249, 0.64) 30%, rgba(242, 242, 246, 0.83) 41%, rgba(239, 239, 244, 0.96) 51%, rgba(239, 239, 244, 0.99) 53%, #efeff4 99%, rgba(239, 239, 244, 0.87) 100%); }
    .blogs-btn .jcf-scrollable-wrapper .jcf-scrollbar {
      z-index: 2;
      left: -124px; }
  .blogs-btn .jcf-scrollbar-horizontal {
    display: block !important; }

.category-browse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto; }
  .category-browse .img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px; }
    .category-browse .img-list li {
      display: inline-block;
      vertical-align: middle;
      width: 25%;
      max-width: 258px; }
      .category-browse .img-list li a {
        display: block; }
        .category-browse .img-list li a:hover .img-box:before, .category-browse .img-list li a.active .img-box:before {
          opacity: 0;
          visibility: hidden; }
        .category-browse .img-list li a.eat-link .img-box:before {
          background-color: #dc1c24; }
        .category-browse .img-list li a.drink-link .img-box:before {
          background-color: #3e41a5; }
        .category-browse .img-list li a.all-link .img-box:before {
          background-color: #828487; }
        .category-browse .img-list li a.party-link .img-box:before {
          background-color: #2b8080; }
        .category-browse .img-list li a.do-link .img-box:before {
          background-color: #5d3e79; }
        .category-browse .img-list li a .img-box {
          -webkit-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: cover;
          margin-bottom: 11px;
          padding: 5px;
          font-size: 13px;
          position: relative;
          overflow: hidden; }
          .category-browse .img-list li a .img-box:before {
            -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            position: absolute;
            content: "";
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: .4;
            visibility: visible; }
          .category-browse .img-list li a .img-box .title {
            position: relative; }
        .category-browse .img-list li a .text-holder {
          color: #3c3d42;
          font-size: 11px;
          letter-spacing: -.8px; }
          .category-browse .img-list li a .text-holder strong {
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding-right: 7px; }
            .category-browse .img-list li a .text-holder strong:after {
              position: absolute;
              content: "|";
              display: block;
              right: 0;
              top: 0; }

.to-top {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: fixed;
  background-color: rgba(191, 0, 0, 0.5);
  display: block;
  bottom: 10%;
  right: 8px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  z-index: 99999;
  padding: 8px 15px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden; }
  .to-top.fixed {
    opacity: 1;
    visibility: visible; }

.visual-slider .container {
  max-width: 100%;
  max-height: 450px;
  padding: 0 0;
  overflow: hidden; }

.visual-slider .slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  font-size: 20px;
  display: none !important; }
  .visual-slider .slick-arrow.slick-prev {
    left: 0px; }
  .visual-slider .slick-arrow.slick-next {
    right: 0px; }
  .visual-slider .slick-arrow:hover {
    color: #24a9e6; }

.visual-slider .slick-list img {
  width: 100%;
  max-width: 350px; }

.visual-slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  white-space: nowrap; }
  .visual-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    padding: 0 5px; }
    .visual-slider .slick-dots li button {
      border-radius: 50%;
      border: 1px solid #fff;
      width: 12px;
      height: 12px;
      background-color: transparent;
      padding: 0; }
    .visual-slider .slick-dots li.slick-active button {
      background-color: #fff; }

.visual-slider .text-block {
  background: -webkit-linear-gradient(left, #d7c084 0%, #d8c085 13%, #fae1be 50%, #d7c084 100%);
  background: linear-gradient(to right, #d7c084 0%, #d8c085 13%, #fae1be 50%, #d7c084 100%);
  text-align: center;
  color: #3c3d42;
  padding: 20px 0;
  font-size: 14px; }

.visual-slider .profile-box {
  text-align: center;
  color: #3c3d42;
  padding: 20px 0;
  font-size: 14px; }

.visual-slider .schedule-list li {
  vertical-align: middle; }

.visual-slider .slick-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 66.25%;
  overflow: hidden; }

.visual-slider iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.visual-slider h1 {
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0; }

.visual-slider h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0; }

.privacy-title {
  font-size: 1.5em;
  font-family: "Gotham";
  margin: 25px 0;
  display: block; }

.privacy-wrapper p {
  line-height: 30px; }

.container.page_space {
  margin: 30px auto; }

.text-block-career{
    max-width: 604px;
    display: inline-block;
    margin-right: 5px;
}

.career_section .content-section {
    padding: initial;
}

.positions_block{
  display: inline-block;
  vertical-align: top;
}

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

.content-section {
  font-size: 12px;
  line-height: 1.5;
  padding: 40px 0; }
  .content-section .container {
    max-width: 1160px;
    position: relative;
    z-index: 1; }
  .content-section .text-block {
    padding: 0 0 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #cacbcd;
    overflow: hidden; }
    .content-section .text-block.blogs {
      text-align: center; }
  .content-section .heading-box {
    text-align: center;
    margin-bottom: 17px; }
  .content-section .option-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 2px;
    margin-bottom: 5px; }
    .content-section .option-list li.eat a {
      background-color: #a20000; }
      .content-section .option-list li.eat a:hover {
        background-color: #bc0000; }
    .content-section .option-list li.drink a {
      background-color: #3e40a4;
      background-color: #3e40a4; }
      .content-section .option-list li.drink a:hover {
        background-color: #3166c4;
        background-color: #3166c4; }
    .content-section .option-list li.party a {
      background-color: #2b8080; }
      .content-section .option-list li.party a:hover {
        background-color: #089e9a; }
    .content-section .option-list li.do a {
      background-color: #5d3e79; }
      .content-section .option-list li.do a:hover {
        background-color: #70579e; }
    .content-section .option-list li a {
      color: #fff;
      text-transform: uppercase;
      display: block;
      padding: 3px 14px; }
  .content-section .dates-list strong {
    text-transform: uppercase; }
  .content-section .open-close-wrapper {
    margin-bottom: 35px; }
    .content-section .open-close-wrapper .open-close-tickets {
      border-bottom: 2px solid #c9c7c7;
      line-height: 1; }
      .content-section .open-close-wrapper .open-close-tickets:last-child {
        border: none; }
      .content-section .open-close-wrapper .open-close-tickets p {
        margin-bottom: 20px; }
      .content-section .open-close-wrapper .open-close-tickets.active .opener-wrapper:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .content-section .open-close-wrapper .open-close-tickets.active .icon-arrow-left {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
      .content-section .open-close-wrapper .open-close-tickets .opener-wrapper {
        -webkit-transition: background-position .3s ease-in-out;
        transition: background-position .3s ease-in-out;
        padding: 7px 10px;
        text-align: center;
        position: relative;
        color: #3c3d42;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .content-section .open-close-wrapper .open-close-tickets .opener-wrapper:before {
          -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
          position: absolute;
          display: block;
          content: "";
          background: -webkit-linear-gradient(left, #edeeee 0%, #fff 100%);
          background: linear-gradient(to right, #edeeee 0%, #fff 100%);
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1;
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
        .content-section .open-close-wrapper .open-close-tickets .opener-wrapper:hover:before {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
      .content-section .open-close-wrapper .open-close-tickets .schedule-menu li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px 0 5px;
        position: relative;
        font-size: 11px; }
        .content-section .open-close-wrapper .open-close-tickets .schedule-menu li:first-child {
          padding-left: 0;
          margin: 0; }
        .content-section .open-close-wrapper .open-close-tickets .schedule-menu li strong {
          font-size: 12px;
          font-weight: normal;
          text-transform: uppercase; }
        .content-section .open-close-wrapper .open-close-tickets .schedule-menu li i {
          -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }
      .content-section .open-close-wrapper .open-close-tickets .schedule-menu a {
        color: #3c3d42; }
        .content-section .open-close-wrapper .open-close-tickets .schedule-menu a:hover {
          /*color: #c8a752;*/ }
      .content-section .open-close-wrapper .open-close-tickets .price-block {
        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; }
        .content-section .open-close-wrapper .open-close-tickets .price-block .jcf-select, .content-section .open-close-wrapper .open-close-tickets .price-block .intro-block .city-holder .city-opener {
          margin-left: 10px !important;
          margin-bottom: 0 !important; }

.intro-block .city-holder .content-section .open-close-wrapper .open-close-tickets .price-block .city-opener {
  margin-left: 10px !important;
  margin-bottom: 0 !important; }

.content-section .open-close-wrapper .open-close-tickets .price-block .price {
  font-size: 18px;
  font-weight: normal; }

.content-section .open-close-wrapper .open-close-tickets .price-block .btn {
  margin-left: 16px;
  background-color: #808081;
  padding: 10px 20px; }
  .content-section .open-close-wrapper .open-close-tickets .price-block .btn:hover {
    background-color: #c8a752; }

.content-section .open-close-wrapper .open-close-tickets .slide {
  padding: 15px 7px 0; }
  .content-section .open-close-wrapper .open-close-tickets .slide ul {
    padding-bottom: 15px; }
  .content-section .open-close-wrapper .open-close-tickets .slide .remark {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px; }

.content-section .column {
  margin-bottom: 17px; }
  .content-section .column .img-holder {
    padding-top: 50px; }
  .content-section .column h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #3c3d42;
    margin-bottom: 27px; }

.deal_information {
  text-align: center;
  margin-top: 30px; }
  .deal_information h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: initial; }

.deal_name {
  margin-top: 20px;
  font-size: 16px;
  font-style: italic; }

.content-section .dj-holder {
  overflow: hidden; }

.border-bot {
  border: .5px solid #cacbcd;
  max-width: 70%;
  margin: 30px auto; }

.dj-holder p {
  margin-bottom: initial !important; }

.border-bot:last-child {
  display: none; }

.content-section .dj-holder .logo-holder {
  color: #fff;
  text-align: center;
  max-width: 250px;
  background-color: #b8babc;
  margin: 0 auto 30px; }

.content-section .dj-holder .photo-holder {
  overflow: hidden; }
  .content-section .dj-holder .photo-holder .img-holder {
    float: right;
    width: 50%; }

.content-section .site-link {
  color: inherit;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px; }
  .content-section .site-link:hover {
    color: #24a9e6; }

.content-section .dress-and-age {
  -webkit-column-count: 2;
  column-count: 2;
  color: #3c3d42; }
  .content-section .dress-and-age li:nth-child(odd) {
    font-size: 16px; }

.content-section .box {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .content-section .box .text-content {
    padding: 0 15px; }

.content-section .address-hours {
  width: 100%; }
  .content-section .address-hours .row {
    display: block; }
  .content-section .address-hours .hours-list {
    display: inline-block;
    vertical-align: middle; }
    .content-section .address-hours .hours-list li {
      display: inline-block;
      vertical-align: middle; }
  .content-section .address-hours address {
    margin-bottom: 15px;
    display: inline; }
  .content-section .address-hours h3 {
    font-weight: bold;
    display: inline;
    color: #3c3d42; }

.content-section .venue-holder {
  text-align: center;
  position: relative;
  margin-bottom: 15px; }
  .content-section .venue-holder a {
    color: inherit;
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    .content-section .venue-holder a:hover {
      color: #24a9e6; }

.content-section .text-content address {
  margin-bottom: 15px; }

.content-section .text-content h2 {
  margin-bottom: 5px;
  font-weight: bold; }

.content-section .list-box {
  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;
  width: 100%; }

.content-section .list-holder {
  white-space: nowrap;
  text-align: center;
  background-color: #edeeee;
  margin-bottom: 15px;
  padding: 15px;
  width: 50%;
  max-width: 200px; }
  .content-section .list-holder:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 75px; }
  .content-section .list-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }

.content-section .price-list {
  text-align: center;
  line-height: 1.1666; }
  .content-section .price-list li {
    display: inline;
    position: relative;
    padding: 0 5px; }
    .content-section .price-list li:first-child {
      padding-left: 0; }
    .content-section .price-list li:last-child:after {
      display: none; }
    .content-section .price-list li:after {
      position: absolute;
      content: "|";
      display: block;
      right: -4px;
      bottom: 0; }

.content-section .ask-list li ul:not([class]):not([id]) {
  margin: 0 0 15px; }
  .content-section .ask-list li ul:not([class]):not([id]) li {
    margin: 0;
    padding: 0; }
    .content-section .ask-list li ul:not([class]):not([id]) li:before {
      display: none; }

.content-section .ask-list span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  text-transform: uppercase; }

.content-section .blogs-list {
  white-space: nowrap;
  text-align: left; }
  .content-section .blogs-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px; }
    .content-section .blogs-list li a {
      color: inherit; }
      .content-section .blogs-list li a:hover {
        color: #24a9e6; }

.content-section .view-box {
  box-shadow: none;
  text-align: center; }
  .content-section .view-box:before, .content-section .view-box:after {
    display: none; }
  .content-section .view-box .event-name {
    background-color: #edeeee;
    padding: 15px 10px; }
    .content-section .view-box .event-name h3 {
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out;
      margin-bottom: 0; }
      .content-section .view-box .event-name h3:hover {
        color: #24a9e6; }

.content-section .event-inner li:after {
  display: none; }

.content-section .label {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -18px;
  left: 0;
  background-color: #bf0000;
  color: #fff;
  padding: 0 5px; }

.content-section .title-text {
  display: none; }
  .content-section .title-text .register-col {
    width: 52%; }
  .content-section .title-text .drink-col, .content-section .title-text .food-col {
    width: 24%; }

.content-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10px;
  position: relative; }
  .content-section .row.active-row {
    background-color: #edeeee; }
  .content-section .row .points-address {
    width: 50%;
    padding: 0 5px; }
  .content-section .row .venue-holder {
    width: 50%;
    padding: 0 5px; }
    .content-section .row .venue-holder .img-holder {
      margin-bottom: 7px; }
  .content-section .row .points-lists {
    overflow: hidden;
    width: 100%;
    padding: 15px 0; }
    .content-section .row .points-lists .price-list {
      float: left;
      text-align: left;
      padding: 0 0 15px;
      width: 100%; }

.content-section .sale-list {
  margin-bottom: 7px; }
  .content-section .sale-list .product-name {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle; }
  .content-section .sale-list .price {
    color: #8e9193;
    position: relative;
    margin: 0 35px; }
    .content-section .sale-list .price:after {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      background-color: #e6e7e7;
      height: 1px; }
  .content-section .sale-list .sale-price {
    color: #bf0000; }

.content-section .sub-title {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 28px; }

.content-section .bold-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: block; }

.content-section .menu-name {
  vertical-align: middle;
  margin-bottom: 15px; }

.content-section .btn-red {
  min-width: 280px;
  text-align: center;
  margin-bottom: 25px; }

.content-section .menu-title {
  text-transform: uppercase;
  margin-bottom: 5px; }

.content-section h2 {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 22px; }

.content-section h3 {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }

.content-section img {
  width: 100%;
  margin: 6px auto;
  display: block; }

div#map {
  height: 242px; }

.content-section p {
  margin-bottom: 23px; }

.breadcrumbs-list {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #bf0000;
  display: none; }
  .breadcrumbs-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px 0 5px;
    position: relative; }
    .breadcrumbs-list li:last-child:before {
      content: none; }
    .breadcrumbs-list li:before {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 3px;
      right: 0;
      display: block;
      width: 1px;
      background: #fff; }
  .breadcrumbs-list a {
    color: #fff; }
    .breadcrumbs-list a:hover {
      color: #c8a752; }

#sidebar .jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }
  #sidebar .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0; }
  #sidebar .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #c1bebe;
    height: 1px;
    width: 10px;
    border-radius: 20px; }

#sidebar .form-holder {
  padding: 15px 15px 10px;
  background: -webkit-linear-gradient(left, rgba(200, 167, 82, 0.5) 0%, rgba(248, 212, 162, 0.5) 50%, rgba(200, 167, 82, 0.5) 100%);
  background: linear-gradient(to right, rgba(200, 167, 82, 0.5) 0%, rgba(248, 212, 162, 0.5) 50%, rgba(200, 167, 82, 0.5) 100%); }

#sidebar ul:not([class]):not([id]) {
  font-size: 11px;
  margin: 0 0 14px; }
  #sidebar ul:not([class]):not([id]) li {
    margin: 0 0 5px; }
    #sidebar ul:not([class]):not([id]) li:before {
      left: 2px; }

#sidebar .img-block {
  text-align: center;
  margin: 0 0 30px; }

#sidebar .sponsors-block {
  text-align: center;
  margin: 0 0 30px;
  padding: 0 15px; }

#sidebar .img-block img {
  width: 100%; }

#sidebar .info-title {
  text-align: center;
  margin: 10px 0 20px; }
  #sidebar .info-title h3, #sidebar .info-title title {
    display: block;
    font-size: 17px;
    letter-spacing: normal;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase; }
  #sidebar .info-title address, #sidebar .info-title time {
    margin: 0 0 -20px; }
  #sidebar .info-title address {
    font-size: 12px;
    font-style: normal; }
    #sidebar .info-title address span {
      text-transform: uppercase; }
  #sidebar .info-title time {
    font-size: 14px;
    display: block; }

#sidebar .table-form {
  margin: initial; }

#sidebar .table-block.active .table-opener:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

#sidebar .table-block:last-child .table-opener {
  margin-bottom: 22px; }

#sidebar .table-opener, #sidebar .btn {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px; }

#sidebar .table-opener {
  color: #6d6e71;
  background: #fff;
  margin: 0 0 9px;
  border: 1px solid #b8babc;
  position: relative; }
  #sidebar .table-opener:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#sidebar .slide {
  padding: 8px 0 6px; }

#sidebar .title-holder {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px 2px; }
  #sidebar .title-holder strong {
    padding: 0 5px;
    margin: 0; }
  #sidebar .title-holder .info-title {
    text-align: left; }
  #sidebar .title-holder .price {
    font-size: 14px; }
    #sidebar .title-holder .price span {
      font-size: 11px;
      font-weight: 300;
      color: #6d6e71; }

#sidebar .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #sidebar .info-block .text-block {
    width: calc(100% - 78px);
    padding: 5px 0 0;
    margin: 0 auto; }

#sidebar .btn {
  width: 100%;
  font-weight: 500;
  background: #808081; }
  #sidebar .btn:hover, #sidebar .btn.active {
    background: #c8a752; }

#sidebar .social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #sidebar .social-holder .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -5px; }
  #sidebar .social-holder .social-title {
    font-size: 11px;
    color: #6d6e71;
    padding: 0 5px 2px; }
  #sidebar .social-holder .social-network li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px; }
    #sidebar .social-holder .social-network li a {
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      display: block;
      color: #58595b; }
      #sidebar .social-holder .social-network li a:hover {
        opacity: .7; }
      #sidebar .social-holder .social-network li a img {
        width: 100%; }
    #sidebar .social-holder .social-network li i {
      font-size: initial; }

#sidebar .question-block {
  display: none; }
  #sidebar .question-block .question-title {
    text-transform: uppercase; }

#header {
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 10px;
  background: #fff;
  position: relative;
  z-index: 99999; }
  #header.inner-header {
    border-bottom: 5px solid #c7a752; }
  #header .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.logo {
  width: 100px; }
  .logo img {
    width: 100%;
    vertical-align: middle; }

.info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px; }
  .info-holder:first-child {
    width: 65%; }
  .info-holder:last-child {
    width: 35%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .info-holder .city-opener, .info-holder .log-in, .info-holder .search-opener {
    color: #3c3d42; }
  .info-holder .log-in, .info-holder .search-opener {
    font-size: 18px; }
  .info-holder .logo, .info-holder .city-opener, .info-holder .log-in, .info-holder .search-opener, .info-holder .nav-opener {
    display: block;
    margin: 0 5px; }
  .info-holder .log-in {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    .info-holder .log-in:hover {
      color: #bf0000; }
  .info-holder .main-menu, .info-holder .city-list {
    position: relative;
    padding: 14px 0; }
  .info-holder .main-menu:first-of-type:before, .info-holder .main-menu:first-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10; }
  .info-holder .city-list:first-of-type:before, .info-holder .city-list:first-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10; }
  .info-holder .main-menu:first-of-type:after, .info-holder .city-list:first-of-type:after {
    width: 205px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .info-holder .main-menu li, .info-holder .city-list li {
    padding: 9px 0; }

.happening-active .info-holder .main-menu a.happening-opener {
  color: #fff;
  background: #bf0000; }

  .christmaseve-active .info-holder .main-menu a.christmaseve-opener {
  color: #fff;
  background: #bf0000; }

.halloween-active .info-holder .main-menu a.halloween-opener {
  color: #fff;
  background: #f60; }

.new-years-active .info-holder .main-menu a.new-years-opener {
  color: #fff;
  background: #c7a752; }

.thanksgiving-active .info-holder .main-menu a.thanksgiving-opener {
  color: #fff;
  background: #e4b467; }

  .spd-active .info-holder .main-menu a.spd-opener {
  color: #fff;
  background: #51b848; }

.info-holder .social-list {
  margin: 0 -5px; }
  .info-holder .social-list.visible li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px; }
  .info-holder .social-list.visible a {
    font-size: 21px;
    color: #58595b; }

.open-close .city-list {
  padding: 0; }
  .open-close .city-list:before, .open-close .city-list:after {
    display: none; }

.nav {
  margin: -3px 0 0; }

.nav-opener {
  width: 28px;
  height: 28px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 11; }
  .nav-opener:before, .nav-opener:after, .nav-opener span {
    position: absolute;
    top: 14px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #3c3d42;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .nav-opener:before {
    content: "";
    top: 7px; }
  .nav-opener:after {
    content: "";
    top: 7px;
    top: 21px; }

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
  left: 10%;
  right: 10%;
  background: #fff; }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-active .nav-opener span {
  opacity: 0; }

.city-holder .city-opener {
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  color: #3c3d42; }
  .city-holder .city-opener .arrow {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #58595b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.city-list {
  position: relative;
  padding: 14px 0; }
  .city-list:first-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10; }
  .city-list:first-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    width: 205px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .city-list li {
    padding: 9px 0; }

.city-drop, .drop {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 8px 22px 14px;
  background: -webkit-linear-gradient(left, #e9eeef 0%, #fff 50%, #fff 50%, #e9eeef 100%);
  background: linear-gradient(left, #e9eeef 0%, #fff 50%, #fff 50%, #e9eeef 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  color: #fff;
  text-transform: uppercase; }

.resize-active .city-drop, .resize-active .drop {
  -webkit-transition: none !important;
  transition: none !important; }

.city-drop li.active a, .drop li.active a {
  color: #24a9e6; }

.city-drop a, .city-drop .city-opener {
  color: #3c3d42;
  text-transform: capitalize;
  margin: 0; }


img.left-side {
    max-width: 14%;
    overflow: hidden;
    position: absolute;
}

img.right-side {
    overflow: hidden;
    max-width: 14%;
    position: absolute;
    right: 0;
}

@media (max-width: 1700px) {
  img.left-side {
      display: none;
  }

  img.right-side {
      display: none;
  }
}

/*.city-btn:focus ~ .categories {
  display: none;
}*/
.city-btn:focus ~ .categories {
  display: block;
}

.drop a, .drop .city-opener {
  color: #fff;
  margin: 0; }

.city-drop .title {
  display: block;
  padding: 15px 0; }

.drop {
  padding: 55px 22px 4px; }
  .drop .title {
    display: block;
    padding: 15px 0; }

.nav-active .drop {
  opacity: 1;
  visibility: visible; }

.city-drop {
  z-index: 12; }

.city-active .city-drop {
  opacity: 1;
  visibility: visible; }

.city-drop .city-close {
  width: 28px;
  height: 28px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 13; }
  .city-drop .city-close:after, .city-drop .city-close:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 10%;
    right: 10%;
    top: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .city-drop .city-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.search-close {
  width: 28px;
  height: 28px;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 13;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .search-close:after, .search-close:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 10%;
    right: 10%;
    top: 12px;
    background: #3c3d42;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .search-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.search-active .search-close {
  opacity: 1;
  visibility: visible; }

.search-drop {
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  z-index: 12;
  padding: 10px 20px 10px 0;
  background: #fff; }

.search-active .search-drop {
  left: 0; }

.search-drop .search-form {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search-drop .form-control {
  width: 100%;
  padding: 12px 50px; }
  .search-drop .form-control::-webkit-input-placeholder {
    font-weight: bold; }
  .search-drop .form-control::-moz-placeholder {
    opacity: 1;
    font-weight: bold; }
  .search-drop .form-control:-moz-placeholder, .search-drop .form-control:-ms-input-placeholder, .search-drop .form-control.placeholder {
    font-weight: bold; }

.search-drop .search-btn {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 18px;
  border: none;
  background: transparent;
  outline: none; }
  .search-drop .search-btn:hover {
    color: #24a9e6; }

#footer {
  color: #97999c;
  background-color: #000;
  font-size: 14px;
  padding: 0 0 5px; }
  #footer .title, #footer h4 {
    color: #fff;
    font-weight: normal; }
  #footer .title {
    font-size: 14px;
    display: block; }
  #footer h4 {
    letter-spacing: normal;
    text-transform: none;
    margin: 0 0 20px; }
  #footer a {
    color: inherit; }
    #footer a:hover {
      color: #fff; }
  #footer .social-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 26px 10px 0; }
    #footer .social-list li:last-child {
      padding-right: 0; }
  #footer .social-list a {
    color: #fff;
    font-size: 20px; }

.contact-block {
  padding: 20px 0 13px;
  text-align: center; }
  .contact-block .column {
    margin: 0 0 5px; }
  .contact-block .logo-holder .logo, .contact-block .logo-holder .title {
    display: block;
    margin: 0 auto 20px; }
  .contact-block .logo-holder .logo {
    width: 158px; }
  .contact-block .form-info {
    display: none; }
  .contact-block .sign-up-form {
    padding-top: 15px;
    max-width: 233px;
    margin: 0 auto; }
    .contact-block .sign-up-form .form-control, .contact-block .sign-up-form .btn {
      width: 100%; }
    .contact-block .sign-up-form .form-control {
      font-size: 13px;
      height: 30px;
      margin-bottom: 10px;
      color: gray; }

.links-block {
  padding: 28px 0;
  border-top: 1px solid #97999c;
  border-bottom: 1px solid #97999c; }
  .links-block .lists-holder .link-list li {
    margin: 0 0 17px; }
  .links-block .lists-holder .link-list ul {
    font-size: inherit; }
    .links-block .lists-holder .link-list ul li {
      margin-bottom: 1px;
      padding-left: 10px;
      position: relative; }
      .links-block .lists-holder .link-list ul li:before {
        position: absolute;
        content: "-";
        color: inherit;
        left: 0; }

.contact-list {
  font-size: 16px;
  margin-bottom: 26px; }
  .contact-list:last-of-type {
    display: none; }
  .contact-list li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 12px; }
    .contact-list li:after {
      width: 4px;
      height: 4px;
      content: "";
      display: block;
      position: absolute;
      right: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #97999c;
      border-radius: 50%; }
    .contact-list li:first-child {
      padding: 0; }
    .contact-list li:last-child:after, .contact-list li.customer-service {
      display: none; }

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

.copyright-block .copyright-list {
  margin-bottom: 20px; }
  .copyright-block .copyright-list li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 17px; }
    .copyright-block .copyright-list li:last-child {
      padding: 0; }

.copyright-block .copy {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle; }

  .specialties_img {
      display: inline-block;
      padding: 10px 2px;
      width: 24%;
      margin: 16px 0;
      text-align: center;
  }

  .bripurple {
      color: #df3bf8;
  }

  .blue{
   color: #0094fa;
  }

  .pink {
    color: #df0c7d;
  }

  .red{
    color: #e01b26;
  }

  .purple{
    color: #6321d1;
  }

  .orange{
    color: #e45930;
  }

  .yellow{
    color: #eead36;
  }

  .green{
    color: #35a453;
  }

  .specialties_img span {
      display: block;
      margin: 20px 0;
      text-transform: uppercase;
  }

  .container.specialties-container {
    margin: 56px auto;
  }

  .specialties-container h2 {
      text-align: center;
      margin: 50px;
  }

@media (min-width: 468px) {
  .blogs-section.markets .tabset li {
      margin: 0 auto;
      width: inherit;
  }

  .event-list li, .content-section .event-inner li {
    width: 50%; }
  .popup .popup-info {
    padding-top: 32px; }
  .popup .text-block {
    padding: 0 58px; }
  .popup .city-list {
    margin: 0 -34px; }
    .popup .city-list li {
      padding: 0 34px 18px; }
  .form_background.bg-holder {
    padding: 30px 20px; }
  .featured-block .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .filter-section .slide-holder .view-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .filter-section .slide-holder .view-box .img-holder, .filter-section .slide-holder .view-box .text-content {
      width: 50%; }
  .category-browse .img-list li a .img-box {
    font-size: 18px; }
  .content-section .column {
    float: left;
    padding-right: 15px;
    width: 50%; }
  .content-section .venue-holder, .content-section .text-content, .content-section .blogs-list li, .content-section .event-inner li {
    width: 50%; }
  .content-section .row .points-address {
    width: 30%;
    padding: 0; }
  .content-section .row .venue-holder {
    width: 20%;
    padding: 0; }
  .content-section .row .points-lists {
    width: 50%;
    padding: 0; }
  #header {
    padding: 15px 20px; }
  .logo {
    width: 170px; }
  .info-holder {
    margin: 0 -12px; }
    .info-holder .logo, .info-holder .city-opener, .info-holder .log-in, .info-holder .search-opener, .info-holder .nav-opener {
      margin: 0 12px; }
  #footer .social-list li {
    padding: 0 55px 10px 0; }
  .contact-block .logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 16px; }
    .contact-block .logo-holder .logo, .contact-block .logo-holder .title {
      margin: 0; }
    .contact-block .logo-holder .logo {
      margin: 0 15px 0 0; }

      .blogs-section.markets .tabset li {
    width: 20%;}
    .blogs-section.markets {
    padding: inherit;
    background: white;}
    .stroll-cities ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 3px 20px;
}

    .stroll-cities ul li {
        list-style: none;
        padding: 0 0 0 27px!important;
    }

    .stroll-cities ul li:before {
      background: none!important;
    }

    .stroll-cities {
        padding: 25px 0;
    }

    .stroll-cities ul li a {
        color: black;
    } }


@media (min-width: 768px) {
  .side-menu{
    display: none;
  }

  .blogs-section.markets .tabset li {
      margin: 0 auto;
      width: inherit;
  }

    .blogs-section.markets {
    padding: inherit;
    background: white;}
    .stroll-cities ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 3px 20px;
}

    .stroll-cities ul li {
        list-style: none;
        padding: 0 0 0 27px!important;
    }

    .stroll-cities ul li:before {
      background: none!important;
    }

    .stroll-cities {
        padding: 25px 0;
    }

    .stroll-cities ul li a {
        color: black;
    }

  h2 {
    font-size: 21px; }
  .label-item {
    max-width: 120px;
    font-size: 12px;
    padding: 5px 2px; }
  .breadcrumbs {
    padding: 0; }
  .popup {
    background: rgba(61, 61, 61, 0.5); }
    .popup .popup-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 650px;
      padding: 30px 0;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.63); }
    .popup .text-block {
      width: 48%;
      padding: 0 20px; }
    .popup .img-holder {
      width: 52%;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .popup .city-list {
      margin: 0 -10px 0 -34px; }
      .popup .city-list li {
        padding: 0 10px 18px 34px; }
  .inline-block {
    display: inline-block;
    color: white;
}

.datepicker {
    display: inline-block;
}

input.btn-submit {
    display: inline-block;
}

form.inline-block {
    width: 196px;
}


form.inline-block input.btn-submit {
    border: none;
    display: inline-block;
    max-width: 150px;
}
  .timetable-section {
    padding: 28px 40px; }
  .blogs-section {
    padding: 20px 0 5px; }
    .blogs-section .visible {
      display: block; }
    .blogs-section .tabset span {
      font-size: 36px; }
    .blogs-section .tabset a {
      font-size: 18px; }
  .btn-list {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .description-section {
    text-align: center;
    line-height: 2;
    padding: 28px 0 0;
    background-color: #e1e1e6;
    overflow: hidden;
    position: relative; }
    .description-section .bg-holder {
      width: 560px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: 520px 560px !important;
      background-position-x: 0 !important; }
    .description-section .container {
      position: relative; }
    .description-section h2 {
      margin: 0 0 16px; }
    .description-section h3 {
      font-weight: 700;
      letter-spacing: normal;
      margin: 0 0 11px; }
    .description-section p {
      margin: 0 0 35px; }
    .description-section .advantages-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .description-section .advantages-list li {
        width: 33.32%;
        padding: 0 10px 15px; }
      .description-section .advantages-list .img-holder {
        margin: 0 0 32px; }
      .description-section .advantages-list .text-content {
        font-size: 16px;
        line-height: 1.5625; }
        .description-section .advantages-list .text-content p {
          margin: 0 0 15px; }
  .planner-section .planner-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%; }
    .planner-section .planner-form .jcf-select, .planner-section .planner-form .intro-block .city-holder .city-opener {
      max-width: 100%; }
  .intro-block .city-holder .planner-section .planner-form .city-opener {
    max-width: 100%; }
  .planner-section .planner-form .jcf-select, .planner-section .planner-form .intro-block .city-holder .city-opener {
    width: 23.2%; }
  .intro-block .city-holder .planner-section .planner-form .city-opener {
    width: 23.2%; }
  .planner-section .planner-form .form-control, .planner-section .planner-form .form-group, .planner-section .planner-form .btn {
    width: 23.2%; }
  .planner-section .planner-form .jcf-select, .planner-section .planner-form .intro-block .city-holder .city-opener {
    text-align: left;
    text-transform: none;
    margin: 0; }
  .intro-block .city-holder .planner-section .planner-form .city-opener {
    text-align: left;
    text-transform: none;
    margin: 0; }
  .planner-section .planner-form .form-control, .planner-section .planner-form .form-group {
    text-align: left;
    text-transform: none;
    margin: 0; }
  .planner-section .planner-form .jcf-select .jcf-select-text, .planner-section .planner-form .intro-block .city-holder .city-opener .jcf-select-text {
    text-align: left; }
  .intro-block .city-holder .planner-section .planner-form .city-opener .jcf-select-text {
    text-align: left; }
  .planner-section .planner-form .form-group .form-control {
    padding-left: 8px; }
  .planner-section .planner-form .form-control {
    margin: 0; }
  .featured-block .company-list li {
    width: 16.66%; }
  .slider-block .other-slider, .slider-block .jcf-scrollable {
    margin: 0; }
  .slider-block .other-slider {
    padding: 0 50px; }
  .slider-block .jcf-scrollable {
    width: 100% !important; }
  .slider-block .jcf-scrollbar {
    display: none; }
  .slider-block .slide-holder {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider-block .view-box:after {
    top: auto;
    bottom: 3px;
    right: 7px;
    width: 31px;
    height: 31px; }
  .slider-block .view-box .bottom-text {
    padding: 8px 40px 6px 10px; }
  .filter-section .heading-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px; }
    .filter-section .heading-text .text-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .filter-section .heading-text .filter-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .filter-section .heading-text .filter-holder form {
        padding: 0 10px; }
    .filter-section .heading-text .filter-list {
      margin: 0; }
    .filter-section .heading-text span {
      display: inline; }
    .filter-section .heading-text h2 {
      display: inline-block;
      vertical-align: bottom;
      margin: 0;
      margin-right: 5px;
      line-height: 1; }
  .filter-section .slide-holder {
    width: 70%;
    margin: 0 auto; }
    .filter-section .slide-holder .view-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .filter-section .slide-holder .view-box .img-holder {
        width: 100%;
        max-height: 265px;
        overflow: hidden;
        height: 265px; }
        .filter-section .slide-holder .view-box .img-holder .more-link {
          display: none; }
      .filter-section .slide-holder .view-box .text-content {
        width: 100%;
        min-height: 125px;
        text-align: center; }
  .view-box .bottom-text ul:not([class]):not([id]) li {
    letter-spacing: 0; }
  /*.blogs-btn {
    padding: 24px 0; }*/
    .blogs-btn .title {
      font-size: 16px;
      line-height: 50px; }
    .blogs-btn .jcf-scrollable-wrapper .jcf-scrollable:after {
      display: block; }
    .blogs-btn .jcf-scrollable-wrapper .jcf-scrollbar {
      max-width: 100%;
      left: 0; }
      .blogs-btn .jcf-scrollable-wrapper .jcf-scrollbar > * {
        max-width: 100%; }
  .category-browse .img-list {
    padding: 0 27px;
    width: calc(100% - 150px); }
    .category-browse .img-list li {
      padding: 0 5px; }
      .category-browse .img-list li a:hover .img-box, .category-browse .img-list li a.active .img-box {
        opacity: 1; }
      .category-browse .img-list li a .img-box {
        white-space: nowrap;
        text-align: center;
        font-size: 20px;
        opacity: .6; }
        .category-browse .img-list li a .img-box:after {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 100px; }
        .category-browse .img-list li a .img-box > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; }
  .category-browse .list-title {
    width: 140px;
    display: block;
    font-weight: 400;
    font-size: 11px; }
  .visual-slider .slick-arrow {
    display: inline-block !important; }
  .content-section {
    padding: 65px 0; }
    .content-section #sidebar {
      width: 30%; }
    .content-section .main-content {
      float: left;
      width: 70%;
      padding: 0 15px; }
  .content-section .text-block.blogs {
    width: 100%;
    padding: 0 15px 15px;
    background-color: white; }
  .content-section .heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .content-section .dates-list {
    -webkit-column-count: 2;
    column-count: 2; }
  .content-section .open-close-wrapper .open-close-tickets .price-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .content-section .column .img-holder {
    padding-top: 0; }
  .content-section .dj-holder .logo-holder {
    margin: 0 0 30px; }
  .content-section .address-hours {
    width: 25%; }
    .content-section .address-hours h3 {
      margin-bottom: 5px;
      display: block; }
  .content-section .map-holder {
    width: 75%;
    padding-left: 55px; }
  .content-section .venue-holder {
    width: 25%;
    margin-bottom: 0; }
  .content-section .list-box {
    width: 25%; }
  .content-section .list-holder {
    width: 100%;
    max-width: 100%; }
  .content-section .row {
    padding: 15px 5px; }
    .content-section .row .points-address {
      width: 25%; }
    .content-section .row .venue-holder {
      width: 25%; }
      .content-section .row .venue-holder .img-holder {
        width: 50%;
        float: left; }
    .content-section .row .points-lists {
      width: 50%; }
      .content-section .row .points-lists .price-list {
        width: 50%;
        padding: 0 15px 15px; }
  .breadcrumbs-list.hide {
    display: none; }
  #sidebar {
    float: right;
    max-width: 350px;
    z-index: 9998; }
    #sidebar .jcf-scrollable {
      max-height: calc(100vh - 680px);
      overflow-y: auto; }
    #sidebar .form-holder {
      margin: 0;
      background: #edeeee; }
    #sidebar .question-block {
      display: block;
      max-width: 255px;
      width: 100%;
      position: relative;
      margin: 0 0 0 auto;
      padding-top: 25px; }
      #sidebar .question-block .question-holder {
        padding: 0 60px 0 0;
        margin: 0 0 20px;
        position: relative; }
      #sidebar .question-block .question-title {
        font-size: 14px;
        font-style: italic;
        font-weight: normal; }
      #sidebar .question-block .text-block {
        color: #a3a5a8;
        text-align: right;
        font-size: 12px; }
        #sidebar .question-block .text-block a {
          color: inherit;
          font-weight: 500; }
          #sidebar .question-block .text-block a:hover {
            color: #c8a752; }
      #sidebar .question-block .open {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        background: #a20000;
        border-radius: 50%; }
  .question-active #sidebar .question-block .open i {
    visibility: hidden;
    opacity: 0; }
  .question-active #sidebar .question-block .open:after, .question-active #sidebar .question-block .open:before {
    visibility: visible;
    opacity: 1; }
  #sidebar .question-block .open:hover i {
    font-size: 30px; }
  #sidebar .question-block .open:after, #sidebar .question-block .open:before, #sidebar .question-block .open i {
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    position: absolute; }
  #sidebar .question-block .open:after, #sidebar .question-block .open:before {
    content: "";
    left: 30%;
    right: 30%;
    height: 3px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    visibility: hidden; }
  #sidebar .question-block .open:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  #sidebar .question-block .open i {
    -webkit-transition: font-size .3s ease-in-out;
    transition: font-size .3s ease-in-out;
    font-size: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1; }
  #sidebar .question-block .form-question {
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    display: none;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9; }
  .question-active #sidebar .question-block .form-question {
    display: block;
    visibility: visible;
    opacity: 1; }
  #sidebar .question-block .form-question h3, #sidebar .question-block .form-question h4 {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    color: #bf0000;
    margin: 0 0 8px; }
  #sidebar .question-block .form-question.success-form .question-info {
    display: none; }
  #sidebar .question-block .form-question.success-form .thank-you-message {
    display: block; }
  #sidebar .question-block .question-info, #sidebar .question-block .thank-you-message {
    background: #edeeee;
    border-radius: 8px; }
  #sidebar .question-block .question-info {
    padding: 10px 15px;
    box-shadow: 10px 10px 30px 0 #cacaca; }
    #sidebar .question-block .question-info h3 {
      font-size: 20px; }
    #sidebar .question-block .question-info .form-group {
      margin: 0 0 10px; }
    #sidebar .question-block .question-info input.form-control {
      height: 30px; }
    #sidebar .question-block .question-info textarea {
      resize: none;
      height: 60px; }
    #sidebar .question-block .question-info .form-control {
      font-size: 10px;
      padding: 2px 12px;
      width: 100%; }
    #sidebar .question-block .question-info .btn {
      -webkit-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out;
      background: #a20000; }
      #sidebar .question-block .question-info .btn:hover {
        background: #c8a752; }
  #sidebar .question-block .thank-you-message {
    display: none;
    font-size: 10px;
    text-align: center;
    color: #8f9194;
    padding: 20px;
    box-shadow: 5px 10px 20px 0 #cacaca; }
    #sidebar .question-block .thank-you-message h4 {
      font-size: 16px; }
  #header {
    font-weight: 500;
    background: -webkit-linear-gradient(left, #e9eeef 0%, #fff 50%, #fff 50%, #e9eeef 100%);
    background: linear-gradient(to right, #e9eeef 0%, #fff 50%, #fff 50%, #e9eeef 100%); }
  #footer .title {
    font-size: 16px; }
  #footer .social-list li {
    padding: 0 26px 10px 0; }
  .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 -10px; }
    .contact-block .column {
      width: 50%;
      padding: 0 10px;
      margin: 0; }
    .contact-block .logo-holder {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .contact-block .logo-holder .logo {
        width: 164px; }
    .contact-block .form-info {
      display: block; }
    .contact-block .sign-up-form {
      max-width: 100%;
      margin: 0; }
  .links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .links-block .lists-holder {
      width: 33.32%;
      padding: 0 10px 20px; }
  .contact-list:last-of-type {
    display: block; }
  .contact-list li.customer-service {
    display: inline-block;
    text-transform: uppercase; }
  .sub-footer {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 28px; }
  .copyright-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .copyright-block .copyright-list {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding-left: 21px; }
    .copyright-block .copy {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }



@media (min-width: 1024px) {
  .jcf-select, .intro-block .city-holder .city-opener {
    min-width: auto;
    max-width: 105px;
    height: 33px;
    margin: 0; }

    .blogs-section.markets .tabset li {
    width: 20%;}

  .jcf-select .jcf-select-text, .intro-block .city-holder .city-opener .jcf-select-text {
    line-height: 33px; }
  .jcf-scrollable-wrapper {
    padding: 0; }
  .jcf-scrollbar-horizontal {
    display: none; }
  h1, h2, h3, h4, h5 {
    letter-spacing: 3px; }
  .label-item {
    display: none; }
  .event-list, .content-section .event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .event-list li, .content-section .event-inner li {
    width: 25%; }
  .popup .popup-info {
    max-width: 801px;
    padding: 30px 0 0; }
  .intro-block {
    margin: 0 0 0px;}
    .blogs-section.markets .tabset li {
    width: 20%;}
    .blogs-section.markets {
    padding: inherit;
    background: white;}
    .stroll-cities ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 3px 20px;
}

.homepage li {
    width: 16%!important;
    background: #e1e1e6;
    height: 100px;
    margin: 0 1px!important;
}

.blogs-section .homepage a {
    display: initial;
    position: initial;
}

.homepage {
    /* flex-wrap: initial!important; */
    margin: 20px auto!important;
    /* width: 100%; */
    max-width: 1040px;
    text-align: center;
}

    .stroll-cities ul li {
        list-style: none;
        padding: 0 0 0 27px!important;
    }

    .stroll-cities ul li:before {
      background: none!important;
    }

    .stroll-cities {
        padding: 25px 0;
    }

    .stroll-cities ul li a {
        color: black;
    }

    .plan-description {
      max-width: 959px;
      margin: 0 auto;
      padding-top: 15px;
    }

    /*.intro-block.inner-intro.loaded {
        margin-bottom: 17px;
    }*/



    .intro-block.inner-intro {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      background: -webkit-linear-gradient(left, #bf0000 0%, #a20000 100%);
      background: linear-gradient(to right, #bf0000 0%, #a20000 100%);
      /*background: #000;*/
      height: 14px;
      margin: 0; }
      .intro-block.inner-intro:before {
        background-color: #000; }
      .intro-block.inner-intro .fake-label, .intro-block.inner-intro .btn-submit {
        height: auto; }
      .intro-block.inner-intro .holiday-tabs {
        display: none; }
    .intro-block:after {
      min-height: 333px; }
    .intro-block .visible {
      display: block; }
    .intro-block .logo {
      min-width: 482px; }
    .intro-block .title.hide {
      display: none; }
    .intro-block .city-holder {
      min-width: auto;
      max-width: 105px; }
      .intro-block .city-holder .city-opener {
        text-align: left; }
      .intro-block .city-holder .city-drop {
        left: 0; }
        .intro-block .city-holder .city-drop .title {
          display: none; }
    .intro-block .title-list {
      font-size: 21px;
      letter-spacing: 3px;
      line-height: 1.714285;
      margin: 0 0 30px; }
      .intro-block .title-list li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        position: relative; }
        .intro-block .title-list li:last-child:before {
          display: none; }
        .intro-block .title-list li:before {
          content: "";
          position: absolute;
          top: 7px;
          right: -6px;
          height: 20px;
          width: 2px;
          background: #fff; }
    .intro-block .filter-opener.hide {
      display: none; }
    .intro-block .filter-form {
      max-width: 945px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .intro-block .form-control input[type="radio"]:checked + .fake-label {
      background: #bf0000; }
    .intro-block .filter-slide {
      background: #3c3d42;
      padding: 10px 20px; }
      .intro-block .filter-slide .jcf-select-text, .intro-block .filter-slide .jcf-list-content ul li {
        text-align: left; }
    .intro-block select.form-control {
      max-width: 105px; }
    .intro-block .fake-label, .intro-block .form-control, .intro-block .btn-submit {
      height: 33px;
      margin: 0; }
    .intro-block .fake-label:hover, .intro-block .btn-submit:hover {
      background: #bf0000; }
    .intro-block label.form-control {
      max-width: 136px; }
    .intro-block .btn-submit {
      max-width: 199px; }
    .intro-block .form-group {
      border-right: 1px solid #c9c7c7; }
      .intro-block .form-group .form-control {
        text-align: left; }
  .text-center {
    margin: 26px 0;
    display: block;
    position: relative;
    top: 18px;
    line-height: 1.5;
    font-family: "Gotham"; }
    .text-center p {
      font-size: 15px;
      text-transform: none;
    }
    .text-center .form.notifyme {
      max-width: 639px;
      margin: 37px auto;
      border: none; }
    .text-center label {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #051633; }

      .promotional {
    margin: 15px 0;
}

      span.jcf-select.jcf-unselectable.jcf-select-city {
    display: block;
    width: 199px;
    margin: 10px 0;
    height: inherit;
    border-radius: inherit;
    max-width: initial;
}
  .timetable-section .timetable-holder:after {
    background-color: #58595b; }
  .timetable-section .timetable-holder .hidden-btn {
    display: none; }
  .timetable-section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(191, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    padding: 15px;
    z-index: 2; }
    .timetable-section .box h3 {
      padding-bottom: 10px;
      margin-bottom: 30px;
      border-bottom: 1px solid #fff; }
    .timetable-section .box .hide {
      display: none; }
  .blogs-section {
    padding: 32px 0 5px; }
    .blogs-section h3 {
      font-size: 21px; }
    .blogs-section .tabset li {
      width: 25%; }
    .blogs-section .tabset a:after {
      min-height: 300px; }
    .blogs-section .tab-content p {
      margin: 0 0 35px; }
  .form_background.bg-holder {
    padding-bottom: 43px; }
    .planner-section p {
      margin: 0 0 30px; }
  .featured-block {
    padding: 20px 0 5px; }
    .featured-block .jcf-scrollable-wrapper {
      width: calc(100% - 130px);
      padding: 0; }
    .featured-block .jcf-scrollable {
      overflow: inherit !important; }
    .featured-block .flex-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .featured-block .title {
      margin: 0 0 15px; }
    .featured-block .company-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      white-space: normal; }
      .featured-block .company-list li {
        width: auto;
        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;
        padding: 0 10px 15px; }
  .happenings-option .heading-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 21px 15px 21px 0; }
  .slider-block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .filter-section {
    padding: 28px 0; }
    .filter-section .slide-holder, .filter-section .elements-4 .slide-holder, .filter-section .elements-5 .slide-holder {
      width: 32%;
      display: inline-block; }
    .slide-holder.market_page {
      width: 25%;
      padding: 20px;
      display: inline-block; }
    .filter-section .btn-holder .btn-view {
      width: 50%;
      color: #bf0000;
      background-color: #fff; }
      .filter-section .btn-holder .btn-view:hover {
        background-color: #bf0000;
        color: #fff; }
  .slide-holder {
    width: 25%; }
  .category-tabs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    padding: 15px 0;
    order: 3; }
  .blogs-btn .jcf-scrollable-wrapper {
    overflow: hidden; }
  .category-browse .img-list li a .img-box {
    font-size: 28px; }
  .to-top {
    display: none; }
  .visual-slider .slick-dots li button:hover {
    background-color: #fff; }
  .content-section #sidebar {
    margin-top: -100px; }
  .content-section .open-close-wrapper .open-close-tickets .slide .remark {
    max-width: 90%; }
  .content-section .blogs-list li {
    width: 33.332%; }
  .content-section .event-inner {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .content-section .event-inner li {
      width: 33.332%;
      max-width: 250px; }
  .content-section .title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px; }
  #sidebar .jcf-scrollable {
    max-height: calc(100vh - 480px);
    border: 2px solid #c7a752; }
  #header {
    padding: 0 10px; }
    #header .city-opener {
      font-size: 12px; }
  .fixed-position .city-holder .city-opener {
    padding-top: 16px;
    padding-bottom: 16px; }
  .info-holder:first-child {
    width: 100%;
    max-width: 365px; }
  .info-holder:last-child {
    width: calc(100% - 325px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .info-holder .log-in {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .info-holder .nav-opener {
    display: none !important; }
  .info-holder .main-menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0; }
    .info-holder .main-menu:first-of-type:before {
      display: none; }
    .info-holder .main-menu:first-of-type:after {
      height: 10px;
      width: 1px;
      top: 50%;
      right: -2px;
      left: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #3c3d42; }
    .info-holder .main-menu li {
      float: left;
      padding: 0; }
      .info-holder .main-menu li.active a {
        color: #fff;
        background: #bf0000; }
        .info-holder .main-menu li.active a.halloween-opener {
          background: #f60; }
        .info-holder .main-menu li.active a.new-years-opener {
          background: #c7a752; }
        .info-holder .main-menu li.active a.thanksgiving-opener {
          background: #e4b467; }
    .info-holder .main-menu a {
      -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
      transition: color .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
      display: block;
      padding: 23px 5px;
      color: #3c3d42; }
      .info-holder .main-menu a:hover {
        color: #fff;
        background: #bf0000; }
  .fixed-position .info-holder .main-menu a {
    padding: 16px 5px; }
  .info-holder .main-menu a.halloween-opener:hover {
    background: #f60; }
  .info-holder .main-menu a.new-years-opener:hover {
    background: #c7a752; }
  .info-holder .main-menu a.thanksgiving-opener:hover {
    background: #e4b467; }
  .open-close .visible {
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin: 0 auto;
    background: #fff;
    color: #3c3d42;
    border-radius: 10px; }
  .open-close .hide {
    display: none; }
  .open-close .city-list {
    padding: 15px 0; }
  .nav {
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .city-holder {
    position: relative; }
    .city-holder .city-opener {
      text-transform: uppercase;
      padding: 23px 15px 23px 5px; }
      .city-holder .city-opener .arrow {
        left: auto;
        right: 5px; }
  a.city-opener.red-background {
    color: #fff;
    background: #bf0000; }
    a.city-opener.red-background .arrow {
      border-top-color: white; }
  .city-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 400;
    text-align: left; }
    .city-list:first-of-type:before, .city-list:first-of-type:after {
      display: none; }
    .city-list li {
      width: 148px;
      padding: 10px 0; }
  .city-drop {
    top: 100%; }
  .drop {
    top: 100%;
    position: static;
    visibility: visible;
    opacity: 1;
    background: transparent;
    padding: 0; }
  .city-drop {
    left: 12px;
    width: 795px; }
    .city-drop .title, .city-drop .city-close {
      display: none; }
  .contact-block {
    padding: 40px 0 12px; }
    .contact-block .logo-holder {
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal; }
      .contact-block .logo-holder .title {
        width: calc(100% - 179px); }
    .contact-block .form-info .title {
      margin: 0 0 20px; }
    .contact-block .sign-up-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .contact-block .sign-up-form .form-control, .contact-block .sign-up-form .btn {
        width: 48%;
        height: 30px;
        margin: 0; }
  .links-block {
    padding: 28px 0 8px; }
    .links-block .lists-holder {
      width: 16.66%; }
  .contact-list {
    font-size: 14px; }
  .sub-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .copyright-block .copyright-list, .copyright-block .copy {
    margin-bottom: 0; } }

@media (min-width: 1025px) {
  .event-list li.items-divider, .content-section .event-inner li.items-divider {
    display: none; } }

@media (min-width: 1200px) {
  .event-list, .content-section .event-inner {
    margin: 0 -15px; }
  .event-list li, .content-section .event-inner li {
    width: 20%;
    padding: 0 15px 30px; }
  .timetable-section .event-info {
    left: 15px;
    right: 15px;
    bottom: 30px; }
  .slider-block .other-slider {
    padding: 0 60px; }
  .slider-block .slick-arrow.slick-prev {
    left: 0px; }
  .slider-block .slick-arrow.slick-next {
    right: 0px; }
  .filter-section .elements-5 .slide-holder {
    width: 20%; }
  .content-section .event-inner li {
    padding: 0 15px 30px;
    width: 33.332%; }
  #header .city-opener {
    font-size: 14px; }
  .fixed-position .logo {
    width: 150px;
    width: 200px; }
  .logo {
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out; }
  .info-holder:first-child {
    max-width: 372px; }
  .info-holder:last-child {
    width: calc(100% - 372px); }
  .info-holder .log-in {
    text-align: center; }
    .info-holder .log-in .visible {
      display: block;
      font-size: 9px; }
  .info-holder .main-menu {
    font-size: 14px; }
    .info-holder .main-menu:first-of-type:after {
      height: 12px; }
    .info-holder .main-menu a {
      padding: 23px 7px; } }

@media (min-width: 1600px) {
  .event-list, .content-section .event-inner {
    margin: 0 -22px; }
  .event-list li, .content-section .event-inner li {
    width: 16.66%;
    padding: 0 22px 44px; }
  .popup .text-block {
    width: 41%;
    padding: 0 23px; }
  .popup .img-holder {
    width: 59%; }
  .timetable-section .event-info {
    left: 22px;
    right: 22px;
    bottom: 44px; }
  .content-section .event-inner li {
    width: 33.332%; }
  .logo {
    width: 229px; }
  .info-holder:first-child {
    max-width: 432px; }
  .info-holder:last-child {
    width: calc(100% - 432px); }
  .info-holder .search-opener {
    display: none; }
  .info-holder .main-menu {
    letter-spacing: -1px;
    padding: 0 10px; }
  .info-holder .social-list.visible {
    display: inline-block;
    vertical-align: middle;
    margin: 0 37px; }
  .search-drop {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 190px;
    padding: 0;
    background: transparent; }
    .search-drop .search-form {
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .search-drop .form-control {
      padding: 10px 30px 10px 12px;
      border-radius: 10px; }
      .search-drop .form-control::-webkit-input-placeholder, .search-drop .form-control::-moz-placeholder, .search-drop .form-control:-moz-placeholder, .search-drop .form-control:-ms-input-placeholder, .search-drop .form-control.placeholder {
        font-size: 11px;
        font-weight: normal; }
    .search-drop .search-btn {
      width: 35px;
      left: auto;
      right: 0; } }

@media (max-width: 1024px) {
  .event-list, .content-section .event-inner {
    white-space: nowrap; } }

@media (max-width: 767px) {
  ul.tabset.homepage li {
      display: block;
      width: 100%;
      height: 100px;
      flex-wrap: initial;
      margin: 2px 0;
      background: #e1e1e6;
  }

  label.inline-block {
    color: white;
    margin: 10px 0;
    display: block;
}

  .specialties_img{
    width: 49%;
  }

  .intro-block.inner-intro{
    height: inherit!important;
  }

  .homepage_market{
    margin: 0 auto;
    max-width: 294px;
    display: block;
  }

  .hidden-block {
    display: none; }
  .category-browse .img-list li a .img-box {
    background-image: none !important; }
  #header {
    position: relative !important; } }

.nye-background {
  background: #c7a752 !important; }

.nye-gradient-background {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(to right, #c7a752 0%, #FFF 48%, #fff 51%, #c7a752 100%);
  background: -webkit-linear-gradient(to right, #c7a752 0%, #FFF 48%, #fff 51%, #c7a752 100%);
  background: linear-gradient(to right, #c7a752 0%, #FFF 48%, #fff 51%, #c7a752 100%); }

.nye-border {
  border-bottom: 1px solid #c7a752; }

.halloween-background {
  background: #f60 !important;
  color: #fff !important; }

.halloween-border {
  border-bottom: 4px solid #f60; }

.halloween-gradient-background {
  background: #ff6600;
  /* Old browsers */
  background: -moz-linear-gradient(to right, #ff660082 0%, #FFF 48%, #fff 51%, #ff660082 100%);
  background: -webkit-linear-gradient(to right, #ff660082 0%, #FFF 48%, #fff 51%, #ff660082 100%);
  background: linear-gradient(to right, #ff660082 0%, #FFF 48%, #fff 51%, #ff660082 100%); }

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6600+1,ffffff+52,ffffff+52,ffffff+53,ffffff+55,ff6600+99 */
.spd-background {
  background: #51b848 !important; }

.spd-border {
  border-bottom: 4px solid #51b848; }

.spd-gradient-background {
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 0%, #51b848 99%, #51b848 99%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 0%, #51b848 99%, #51b848 99%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 0%, #51b848 99%, #51b848 99%); }

.red-background {
  color: #fff;
  background: #bf0000; }

.table-options-table table th {
  padding: 10px;
  background: #dad8d8; }

.table-options-table table td {
  padding: 5px 10px;
  text-align: center; }

.party-additional-info__header h2 {
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: black;
  letter-spacing: 1.85px; }

form.notifyme.no_events_section {
  text-align: center; }

.party-additional-info__content article {
  color: black;
  padding: 15px 20px 30px 20px;
  font-size: 16px;
  font-family: "AvenirNextRegular", sans-serif; }

.party-additional-info__content article h4 {
  margin-bottom: 0.6em;
  margin-top: 1.2em;
  font-size: 16px; }

.party-additional-info__content article p {
  margin-bottom: 1.6em; }

.party-info.party-info--hints .party-info__block {
  position: relative;
  z-index: 1; }

.party-info__wrapper.party-info__wrapper--hints {
  position: relative; }

.party-info__wrapper.party-info__wrapper--hints:before {
  content: "";
  display: block;
  width: 50%;
  height: 200%;
  /* background-color: black; */
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 1320px) {
  .party-info__wrapper.party-info__wrapper--hints:before {
    display: none; } }

form#careers {
        max-width: 700px;
        margin: 0 auto;
    }

    span.jcf-select.jcf-unselectable {
      width: 100%;
      display: block;
      border-radius: initial;
      max-width: 100%;
      border: 1px solid #999;
  }

    .career-input label.bodyinfo input {
        width: 100%;
    }

    .career-input {
        display: block!important;
        flex-wrap: initial;
    }

    .career-input label.bodyinfo {
        display: initial;
    }

  input.careers {
    padding: 16px;
    font-size: 15px;
    background: #a20000;
    border: none;
    color: white;
}

textarea.comments {
  height: 130px;
  border: 1px solid;
  padding: 0px;
  display: block;
  width: 100%; }

.city-tabs {
    max-width: 1280px;
    margin: 20px auto;
}

.hall{
  color:#f60;
}

.stpats{
  color: #51b848;
}

.thanks{
  color: #e4b467!important;
}

.newye{
  color: #c7a752!important;
}

.city-blocks {
    color: #1a1a1a;
    display: inline-block;
    width: 204px;
    vertical-align: top;
}

/*.categories{
  display: none;
}*/

.categories div {
    background: #1a1a1a;
    color: white;
    margin: 1px;
}

.main-city{
  background: #e1e1e6;
  height: 100px;
}

.main-city span {
    position: relative;
    top: 30%;
}

.agegroup p {
  margin-bottom: 6px !important;
  text-transform: uppercase; }

.agegroup {
  margin: 15px 0; }

label.bodyinfo input {
  display: block;
  width: 200px;
  border: 1px solid #999; }

input.guest {
  margin: 10px 0;
  border-bottom: 1px solid; }

input.postparty.notifybtn {
    float: right;
    background: #a20000;
    color: white;
    margin: 0;
}

ul.img-list.market_tabset.f-category {
    width: calc(100% - 450px);
    margin: 0 auto;
}

.date {
  display: inline-block;
  padding: 10px;
  margin-right: -5px;
  font-family: ''Montserrat', sans-serif';
  color: #f60;
  border: 1px solid #f60;
  cursor: pointer;
  margin: 10px 0;
}

.date input {
  display: none;
}


ul.img-list.market_tabset.f-category li {
    width: 33%;
}
@media (max-width: 728px) {
  .ul.img-list.market_tabset.f-category li{
    width: 70%;
  }
}

.category-blocks{
    width: 243px;
    display: inline-block;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
}

.category-browse .img-lists {
    display: flex;
    max-width: 1440px;
}

ul.img-lists {
    margin: 0 auto;
}

ul.img-lists li {
    list-style: none;
    margin: 0 15px;
}


@media (min-width: 768px){
  .category-browse .img-list {
      padding: 0 27px;
      width: calc(100% - 150px);
  }
}

label.bodyinfo {
  display: inline-block; }

input.notifybtn {
  margin: 14px 0; }

.timetable-section {
  background: -webkit-linear-gradient(left, #fad6a6 0%, #f0eef0 45%, #f0eef0 55%, #fad6a6 100%);
  background: linear-gradient(to right, #fad6a6 0%, #f0eef0 45%, #f0eef0 55%, #fad6a6 100%);
  padding: 28px 20px; }

/*# sourceMappingURL=maps/app.css.map */

time.holiday_date {
    background: #1A1A1A;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    margin: 10px 0;
    display: block;
}
.category-browse .img-list li a .img-box.holiday{
  opacity: initial;
}

section.seo-section {
    background: white;
    padding: 21px 0;
    margin: 10px auto 0 315px;
    max-width: 761px;
}

.top_rooms {
    max-width: 856px;
    margin: 0 auto;
    padding: 0 20px;
}

section.seo-section p {
    font-size: 14px;
}

section.seo-section ul li {
    font-size: 14px;
}

section.seo-section h2 {
    font-size: 17px;
    text-align: center;
}


section.seo-section h3 {
    text-align: center;
    padding: 10px 0;
}

.registration-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 686px;
  margin: 0 auto 9px;
  min-height: 100px;
}

img.bar_image {
  max-width: 100px;
}

.border-decoration {
    border: 1px dashed #59585a;
    padding: 10px 5px;
}

@media (max-width: 750px) {
    .ul.img-list.market_tabset.f-category li{
      width: 70%;
    }
    .category-browse .img-lists {
        display: initial;
        max-width: 1440px;
    }

    section.seo-section {
        display: none;
    }
  }

  span.disclaimer {
    font-size: 13px;
    font-style: italic;
    margin-left: 5px;
}