@charset "UTF-8";
/*! 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; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* 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: 0.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,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.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; }

/**
 * 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.
 */
button,
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"],
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,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.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; }

/* 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; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
  padding: 0; }
  @media (min-width: 1024px) {
    .slick-list {
      margin-bottom: 35px; } }
  .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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qro7wa");
  src: url("../fonts/icomoon.eot?qro7wa#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qro7wa") format("truetype"), url("../fonts/icomoon.woff?qro7wa") format("woff"), url("../fonts/icomoon.svg?qro7wa#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-food:before {
  content: "\e90f"; }

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

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

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

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

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

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

.icon-glasses:before {
  content: "\e90a"; }

.icon-halloween:before {
  content: "\e90b"; }

.icon-maracas:before {
  content: "\e90c"; }

.icon-stemware:before {
  content: "\e90d"; }

.icon-turkey:before {
  content: "\e90e"; }

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

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

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

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

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

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-medium-webfont.woff") format("woff"), url("../fonts/lato-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.header-top .social-networks, .main-nav, .header-bottom .extra-menu, .list-connect-outer .connect-list, .list-categories, .help, ul:not([class]):not([id]), .list, .columns, .accordion, .price-list, .logo-sponsors .logo-outer {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #231f20;
  background: #fff;
  font: 20px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", 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 0.5em;
  color: inherit; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #81e2ff; }
  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'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #231f20; }
  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,
  textarea::-webkit-input-placeholder {
    color: #999; }
  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,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  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,
  textarea:-moz-placeholder {
    color: #999; }
  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,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

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

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

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

#header {
  position: relative; }
  .resize-active #header {
    transition: none !important; }

.open-close {
  position: relative; }

.arrow {
  position: relative; }
  .arrow:after {
    transition: transform .3s ease-in-out;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #231f20 transparent transparent transparent;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }

nav.active .arrow:after {
  transform: translate(0, -50%) rotate(180deg); }

.header-top {
  background: #231f20;
  padding-top: 24px; }
  .header-top .container {
    max-width: 1304px; }
    @media (min-width: 1024px) {
      .header-top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; } }
  .header-top .contact {
    display: inline-block;
    vertical-align: bottom;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 700;
    color: #00BD8D;
    text-transform: uppercase;
    font-size: 23px; }
    @media (min-width: 1024px) {
      .header-top .contact {
        font-size: 14px;
        max-width: 286px;
        vertical-align: top; } }
    .header-top .contact .subtitle {
      display: block;
      margin-bottom: 7px; }
      @media (min-width: 1024px) {
        .header-top .contact .subtitle {
          display: inline-block;
          vertical-align: middle;
          max-width: 173px;
          margin-bottom: 0; } }
    .header-top .contact a {
      color: #fff;
      margin-left: 3px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 19px; }
      @media (min-width: 1024px) {
        .header-top .contact a {
          width: 120px;
          margin-bottom: 0;
          display: inline-block; } }
      .header-top .contact a:hover {
        color: #81e2ff; }
  @media (min-width: 1024px) {
    .header-top .social-networks {
      padding-left: 5px;
      display: inline-block;
      vertical-align: bottom;
      max-width: 80px; } }
  @media (min-width: 1200px) {
    .header-top .social-networks {
      padding-left: 10px;
      max-width: 80px; } }
  .header-top .social-networks li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px; }
    @media (min-width: 1200px) {
      .header-top .social-networks li {
        padding: 0 8px; } }
    .header-top .social-networks li a {
      color: #00BD8D;
      font-size: 19px; }
      .header-top .social-networks li a:hover {
        color: #81e2ff; }

.logo {
  width: 198px;
  display: block;
  margin-bottom: -18px;
  position: relative;
  z-index: 12; }
  @media (min-width: 1024px) {
    .logo {
      width: 140px; } }
  @media (min-width: 1200px) {
    .logo {
      width: 198px; } }
  @media (min-width: 1304px) {
    .logo {
      margin-left: 72px;
      margin-bottom: -49px; } }
  .logo a {
    display: block; }
    .logo a img {
      display: block; }

.nav-opener {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 3px;
  text-indent: -9999px;
  margin-top: -5px; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener:hover {
    opacity: .9; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 5px;
    margin-top: -2px;
    transition: all .3s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 30%; }
  .nav-opener:after {
    top: 70%; }

.drop {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  max-height: calc(100vh - 77px);
  overflow-y: auto;
  background: #231f20;
  padding: 56px 10px 60px; }
  @media (min-width: 1024px) {
    .drop {
      position: static;
      opacity: 1;
      visibility: visible;
      overflow: visible;
      width: calc(100% - 140px);
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      background: transparent;
      padding: 0; } }
  @media (min-width: 1200px) {
    .drop {
      width: calc(100% - 198px); } }
  @media (min-width: 1304px) {
    .drop {
      width: calc(100% - 270px); } }
  .resize-active .drop {
    transition: none !important; }
  .nav-active .drop {
    opacity: 1;
    visibility: visible; }

.navbar {
  margin-bottom: 41px; }
  @media (min-width: 1024px) {
    .navbar {
      padding: 0 10px 0 10px;
      width: calc(100% - 346px);
      text-align: right;
      margin: 0;
      background: transparent; } }
  @media (min-width: 1200px) {
    .navbar {
      width: calc(100% - 390px);
      padding: 0 38px 0 15px; } }
  .resize-active .navbar {
    transition: none !important; }
  .navbar .main-nav li .chose .chosen_city {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    z-index: 1;
    margin-top: 34px; }
    .navbar .main-nav li .chose .chosen_city .featured_cities {
      display: none;
      padding: 10px;
      max-width: 954px;
      background: white;
      color: #333;
      border: 1px solid #18bb8f;
      border-top: none;
      text-align: left; }
      .navbar .main-nav li .chose .chosen_city .featured_cities .non-featured-cities {
        min-width: 709px;
        max-width: 1024px;
        margin: auto; }
        .navbar .main-nav li .chose .chosen_city .featured_cities .non-featured-cities .non-featured-city {
          display: inline-block;
          padding: 4px 0;
          width: 24%;
          text-align: center;
          vertical-align: top; }
          .navbar .main-nav li .chose .chosen_city .featured_cities .non-featured-cities .non-featured-city a {
            color: #231f20 !important;
            display: block !important;
            margin: 10px 0; }
  .navbar .main-nav li:first-child {
    padding-left: 0; }

.banner-container {
  height: 361px; }

.choose {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  text-align: center; }
  .choose .main-nav {
    background: rgba(255, 255, 255, 0.9); }
    .choose .main-nav a {
      color: #231f20; }
    .choose .main-nav li .chose .chosen_city {
      display: inline-block;
      vertical-align: top;
      position: absolute;
      z-index: 1;
      margin-top: 34px; }
      .choose .main-nav li .chose .chosen_city .featured_cities {
        display: none;
        padding: 10px;
        max-width: 954px;
        background: white;
        color: #333;
        border: 1px solid #18bb8f;
        border-top: none;
        text-align: left; }
        .choose .main-nav li .chose .chosen_city .featured_cities .non-featured-cities {
          min-width: 709px;
          max-width: 1024px;
          margin: auto; }
          .choose .main-nav li .chose .chosen_city .featured_cities .non-featured-cities .non-featured-city {
            display: inline-block;
            padding: 4px 0;
            width: 24%;
            text-align: center;
            vertical-align: top; }
  .choose h4 {
    margin: 0;
    padding: 0 10px 17px;
    background: #fff; }
    @media (min-width: 480px) {
      .choose h4 {
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      .choose h4 {
        display: none; } }
    .home .choose h4 {
      padding: 0 10px; }
    .choose h4 a {
      color: #231f20;
      display: inline-block;
      vertical-align: middle;
      padding: 17px 29px 17px 0;
      margin-left: 29px; }
  .choose .active-city {
    display: block; }
    @media (min-width: 480px) {
      .choose .active-city {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; } }

.main-nav {
  padding: 18px 0 15px 0; }
  @media (min-width: 1024px) {
    .main-nav {
      padding: 0; } }
  .main-nav li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .main-nav li {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        padding: 0;
        padding-left: 8px;
        font-weight: 900; } }
    @media (min-width: 1200px) {
      .main-nav li {
        padding-left: 30px; } }
    .main-nav li:first-child {
      padding-left: 0; }
    .main-nav li a {
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      padding: 12px 0;
      font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
      @media (min-width: 1024px) {
        .main-nav li a {
          font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          padding: 0; } }
      .main-nav li a:hover {
        color: #00BD8D; }
    @media (min-width: 1024px) {
      .main-nav li.active a {
        color: #81e2ff; } }

a.city_color.drop_menu {
  position: absolute; }

@media (min-width: 1024px) {
  .contact-info {
    max-width: 346px;
    text-align: right; } }

@media (min-width: 1200px) {
  .contact-info {
    max-width: 400px; } }

.header-bottom {
  padding: 11px 0;
  background: #00BD8D;
  position: relative;
  z-index: 11; }
  .header-bottom .slide {
    position: absolute;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .header-bottom .slide {
        position: static; } }
  .header-bottom .extra-nav {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    margin: 0 -10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 1; }
    @media (min-width: 480px) {
      .header-bottom .extra-nav {
        top: 79px; } }
    @media (min-width: 1024px) {
      .header-bottom .extra-nav {
        text-align: right;
        margin: 0;
        position: static; } }
    .resize-active .header-bottom .extra-nav {
      transition: none !important; }
  .header-bottom h4 {
    margin: 0;
    text-align: center;
    font-size: 21px;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    background: #00BD8D;
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .header-bottom h4 {
        display: none; } }
    .header-bottom h4 a {
      display: inline-block;
      vertical-align: middle;
      padding: 7px 29px 7px 0;
      color: #fff;
      margin-left: 29px; }
      .header-bottom h4 a:after {
        border-color: #fff transparent transparent transparent; }
  .header-bottom .extra-menu {
    padding: 21px 0 11px 0;
    text-align: center;
    background: rgba(0, 189, 141, 0.95); }
    @media (min-width: 1024px) {
      .header-bottom .extra-menu {
        text-align: right;
        background: transparent;
        padding: 0 0 0 150px; } }
    @media (min-width: 1200px) {
      .header-bottom .extra-menu {
        padding: 0 0 0 200px; } }
  .header-bottom li {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .header-bottom li {
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
        margin-bottom: 0;
        font-size: 16px;
        padding: 0;
        font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    @media (min-width: 1200px) {
      .header-bottom li {
        margin-left: 28px; } }
    .header-bottom li a {
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      padding: 7px 0; }
      @media (min-width: 1024px) {
        .header-bottom li a {
          padding: 0;
          color: #006d8d; } }
      .header-bottom li a:hover {
        color: #9cf1ff; }
        @media (min-width: 1024px) {
          .header-bottom li a:hover {
            color: #fff; } }
    .header-bottom li.active a {
      color: #9cf1ff; }
      @media (min-width: 1024px) {
        .header-bottom li.active a {
          color: #fff; } }

#footer {
  padding: 34px 0 27px;
  background-color: #231f20;
  font-weight: 500; }
  @media (min-width: 769px) {
    #footer {
      padding: 37px 0 27px; } }
  #footer .container {
    max-width: 1020px; }
  #footer .hidden-xs {
    display: none; }
    @media (min-width: 769px) {
      #footer .hidden-xs {
        display: block; } }
  #footer h3 {
    color: #fff;
    font: 18px/19px "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 3px 0 1px;
    font-weight: 500;
    text-transform: uppercase; }
  @media (min-width: 769px) {
    #footer .list-border-bottom {
      padding-bottom: 9px;
      border-bottom: 1px solid #747373;
      width: 78%; } }
  @media (min-width: 991px) {
    #footer .col-border-left {
      border-left: 2px solid #747373; } }
  #footer .tel {
    font-size: 31px;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #fff;
    display: block;
    padding: 0 0 18px;
    border-bottom: 1px solid #747373; }
    #footer .tel:hover {
      color: #00BD8D; }
  #footer .row {
    text-align: center;
    padding: 0 0 11px; }
    @media (min-width: 769px) {
      #footer .row {
        display: flex;
        margin: 0 -10px 14px;
        flex-wrap: wrap;
        text-align: left;
        padding: 0; } }
  @media (min-width: 769px) {
    #footer .col {
      padding: 0 10px;
      width: 50%;
      padding-bottom: 40px; } }
  @media (min-width: 991px) {
    #footer .col {
      width: 18%;
      padding-bottom: 20px; } }
  @media (min-width: 769px) {
    #footer .col:first-child {
      width: 50%; } }
  @media (min-width: 991px) {
    #footer .col:first-child {
      width: 23%; } }
  #footer .col:last-child {
    width: 50%; }
    @media (min-width: 991px) {
      #footer .col:last-child {
        width: 40%; } }
  #footer .col .main-link {
    font-size: 24px;
    display: block;
    margin: 0 0 16px;
    font-weight: 500;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: -0.8px;
    text-transform: uppercase; }
    @media (min-width: 769px) {
      #footer .col .main-link {
        font-size: 20px;
        margin: 0 0 3px; } }
    #footer .col .main-link a {
      color: #fff; }
      #footer .col .main-link a:hover {
        color: #00BD8D; }

.list-connect-outer .connect-heading {
  font: 500 18px/21px "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0 0 22px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 769px) {
    .list-connect-outer .connect-heading {
      font-size: 13px;
      line-height: 1.615;
      margin: 0 0 10px; } }

.list-connect-outer .connect-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 1px; }

.list-connect-outer .connect-list a {
  transition: background 0.3s ease-in-out;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #00BD8D;
  border-radius: 50%;
  position: relative; }
  .list-connect-outer .connect-list a:hover {
    background: #007154; }
  .list-connect-outer .connect-list a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px; }
  .list-connect-outer .connect-list a .icon-facebook, .list-connect-outer .connect-list a .icon-twitter {
    font-size: 22px; }
  .list-connect-outer .connect-list a .icon-youtube {
    font-size: 14px; }

.list-categories {
  margin: 0 0 16px; }
  @media (min-width: 769px) {
    .list-categories {
      margin: 0 0 9px; } }
  @media (min-width: 769px) {
    .list-categories li {
      margin: 0 0 5px; } }
  .list-categories li a {
    color: #fff;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 18px; }
    @media (min-width: 769px) {
      .list-categories li a {
        font-size: 12px; } }
    .list-categories li a:hover {
      color: #00BD8D; }

.help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px -10px 0; }
  .help li {
    color: #fff;
    font: 500 13px/17px "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    width: 50%;
    padding: 0 10px;
    letter-spacing: -0.8px; }
  .help p {
    margin: 0 0 16px; }
  .help .btn-md {
    padding: 12px 5px;
    font-size: 15px;
    min-width: 165px; }
  .help .btn-yellow {
    background-color: #dbc366; }
    .help .btn-yellow:hover {
      background: #c6a72f; }

.copyright {
  font: 13px/18px "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 500; }
  @media (min-width: 769px) {
    .copyright {
      text-align: left; } }
  .copyright a {
    color: #fff; }

@media (min-width: 768px) {
  body {
    font-size: 14px; } }

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px; }

#main {
  padding-top: 138px; }
  @media (min-width: 480px) {
    #main {
      padding-top: 97px; } }
  @media (min-width: 1024px) {
    #main {
      padding-top: 0; } }
  @media (max-width: 768px) {
    .home #main {
      padding-top: 90px; } }
  @media (min-width: 1024px) {
    .home #main {
      padding-top: 0; } }

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

.hidden-xs {
  display: none; }
  @media (min-width: 768px) {
    .hidden-xs {
      display: block; } }

@media (min-width: 1024px) {
  .hidden-lg {
    display: none; } }

h1 {
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
    h1 {
      letter-spacing: 3px; } }

.green.active a {
  color: #02a45b; }

.green:hover {
  color: #02a45b; }

.green a {
  color: #231f20; }
  .green a:hover {
    color: #02a45b; }

.pink.active a {
  color: #f82b7f; }

.pink:hover {
  color: #f82b7f; }

.pink a {
  color: #231f20; }
  .pink a:hover {
    color: #f82b7f; }

.blue.active a {
  color: #004fff; }

.blue:hover {
  color: #004fff; }

.blue a {
  color: #231f20; }
  .blue a:hover {
    color: #004fff; }

.orange.active a {
  color: #f87600; }

.orange:hover {
  color: #f87600; }

.orange a {
  color: #231f20; }
  .orange a:hover {
    color: #f87600; }

.brown.active a {
  color: #9f4100; }

.brown:hover {
  color: #9f4100; }

.brown a {
  color: #231f20; }
  .brown a:hover {
    color: #9f4100; }

.red.active a {
  color: #d32426; }

.red:hover {
  color: #d32426; }

.red a {
  color: #231f20; }
  .red a:hover {
    color: #d32426; }

.yellow.active a {
  color: #dcb200; }

.yellow:hover {
  color: #dcb200; }

.yellow a {
  color: #231f20; }
  .yellow a:hover {
    color: #dcb200; }

.purple.active a {
  color: #b161ff; }

.purple:hover {
  color: #b161ff; }

.purple a {
  color: #231f20; }
  .purple a:hover {
    color: #b161ff; }

.fancybox-button--share {
  display: none !important; }

.slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden; }

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

.slideshow .slide.active {
  z-index: 2; }

.decor {
  position: relative;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  max-width: 220px; }
  @media (min-width: 480px) {
    .decor {
      max-width: 340px;
      padding: 0 32px; } }
  @media (min-width: 768px) {
    .decor {
      max-width: 590px; } }
  @media (min-width: 1024px) {
    .decor {
      max-width: 850px; } }
  .decor:before, .decor:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #00BD8D;
    width: 9999px;
    top: 50%;
    transform: translate(0, -50%);
    right: 100%; }
  .decor:after {
    left: 100%;
    right: auto; }

button {
  outline: none;
  padding: 0; }

a {
  transition: color 0.3s ease-in-out;
  text-decoration: none; }
  a:hover {
    color: #00BD8D; }

.btn {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 14px;
  background: #00BD8D;
  border-radius: 0.4em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-align: center; }
  .btn:hover {
    background: #007154;
    color: #fff; }

ul:not([class]):not([id]) li {
  margin: 0 0 4px 5px;
  position: relative; }
  ul:not([class]):not([id]) li:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: -8px;
    top: 12px;
    background-color: #231f20;
    border-radius: 50%; }
    @media (min-width: 768px) {
      ul:not([class]):not([id]) li:after {
        top: 8px; } }
  ul:not([class]):not([id]) li a {
    color: #484852; }

.border {
  position: relative; }
  .border:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 15px;
    right: 15px;
    background: #00BD8D;
    bottom: 0; }

.intro {
  white-space: nowrap;
  text-align: center;
  background: #231f20;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.5; }
  .intro:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 530px; }
  .intro > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media (min-width: 480px) {
    .intro {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .intro:after {
      min-height: 527px; } }
  .intro .slideshow {
    max-width: 100%; }
  .intro .bg-holder {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .6;
    background-size: cover;
    z-index: 2; }
  .intro .container {
    position: relative;
    z-index: 10;
    max-width: 723px;
    padding: 70px 10px; }
    @media (min-width: 480px) {
      .intro .container {
        text-align: justify;
        padding: 70px 35px; } }
    @media (min-width: 768px) {
      .intro .container {
        padding: 15px; } }
  .intro h1 {
    font-size: 24px;
    margin-bottom: 21px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .intro h1 {
        margin-bottom: 17px; } }
  .intro p {
    margin-bottom: 10px; }

.slick-slide img {
  width: 100%; }

.photo {
  padding: 0 10px; }
  .photo.parties .slick-prev {
    left: 7px; }
  .photo.parties .slick-next {
    right: 7px; }
  .photo.parties .slide > a {
    position: relative;
    display: block; }
    .photo.parties .slide > a:hover:before {
      opacity: 0; }
    @media (min-width: 768px) {
      .photo.parties .slide > a:before {
        transition: opacity 0.3s ease-in-out;
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 108, 137, 0.5);
        opacity: 1; } }
  .photo.parties .slide h6 {
    display: none; }
    @media (min-width: 768px) {
      .photo.parties .slide h6 {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%;
        padding: 10px; } }

.slide {
  outline: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: transparent;
  border-style: solid; }
  .slick-arrow.slick-prev {
    border-width: 20.5px 21px 20.5px 0;
    border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
    left: 0; }
  .slick-arrow.slick-next {
    border-width: 20.5px 0 20.5px 21px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
    right: 0; }

@media (min-width: 768px) {
  .slide-articles .slick-track {
    width: 100% !important; } }

.slide-articles .slick-list {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .slide-articles .slick-list {
      width: 100% !important; } }

.slide-articles .slick-arrow {
  top: 120px;
  transform: translate(0); }
  @media (min-width: 480px) {
    .slide-articles .slick-arrow {
      top: 147px; } }
  .slide-articles .slick-arrow.slick-disabled {
    opacity: .5; }
    @media (min-width: 480px) {
      .slide-articles .slick-arrow.slick-disabled {
        opacity: .2; } }

.slide-articles .slick-prev {
  border-color: transparent #8d8f92 transparent transparent;
  left: 5px; }
  @media (min-width: 480px) {
    .slide-articles .slick-prev {
      left: -34px; } }

.slide-articles .slick-next {
  border-color: transparent transparent transparent #8d8f92;
  right: 5px; }
  @media (min-width: 480px) {
    .slide-articles .slick-next {
      right: -34px; } }

.articles {
  padding-top: 40px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 480px) {
    .articles {
      max-width: 454px;
      padding: 40px 41px 0; } }
  @media (min-width: 768px) {
    .articles {
      max-width: none; } }
  @media (min-width: 1024px) {
    .articles {
      padding: 32px 0 0;
      margin: 0; } }
  .articles .slide-articles {
    margin-bottom: 9px; }
    @media (min-width: 768px) {
      .articles .slide-articles {
        margin: 0 -20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .articles .slide-articles .slide {
      margin-bottom: 28px; }
      @media (min-width: 768px) {
        .articles .slide-articles .slide {
          width: 29.332% !important;
          padding: 0 5px; } }
      @media (min-width: 1024px) {
        .articles .slide-articles .slide {
          padding: 0 20px; } }
  .articles .more {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 800;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #00BD8D;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .articles .more {
        display: none; } }
  .articles h1 {
    text-transform: uppercase;
    font-weight: 500; }
  .articles .container {
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .articles .container {
        padding-bottom: 36px; } }
  .articles .wrapper-title {
    margin-bottom: 34px; }
    @media (min-width: 768px) {
      .articles .wrapper-title {
        overflow: hidden;
        margin-bottom: 34px;
        position: relative;
        padding: 0 165px; } }
    @media (min-width: 768px) {
      .articles .wrapper-title h1 {
        margin-bottom: 0; } }
    .articles .wrapper-title .non-featured-city a {
      color: #231f20 !important;
      display: block !important;
      margin: 10px 0; }
    .articles .wrapper-title a {
      display: none; }
      @media (min-width: 768px) {
        .articles .wrapper-title a {
          display: block;
          text-transform: uppercase;
          right: 0;
          top: 50%;
          transform: translate(0, -50%);
          color: #00BD8D;
          width: 150px;
          max-width: 160px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; } }
      .articles .wrapper-title a:hover {
        color: #81e2ff; }
    .articles .wrapper-title .non-featured-cities {
      max-width: 1024px;
      margin: 0 auto; }
    .articles .wrapper-title .non-featured-city {
      width: 24%;
      display: inline-block;
      margin: 18px 0;
      line-height: 27px;
      text-align: left;
      vertical-align: top;
      padding: 4px 0; }
      @media (max-width: 768px) {
        .articles .wrapper-title .non-featured-city {
          width: 40%; } }
  .articles .list li:last-child {
    text-transform: uppercase;
    color: #808080; }

.article .img-block {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 23px; }
  @media (min-width: 768px) {
    .article .img-block {
      margin-bottom: 20px; } }
  .article .img-block.click-active:before {
    opacity: 1; }
  .article .img-block.click-active .holder {
    opacity: 1;
    visibility: visible; }
  .article .img-block:hover:before {
    opacity: 1; }
  .article .img-block:hover .holder {
    opacity: 1;
    visibility: visible; }
  .article .img-block:before {
    transition: opacity 0.3s ease-in-out;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(35, 31, 32, 0.7);
    opacity: 0; }

.article .holder {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  width: 100%;
  padding: 15px 46px;
  text-align: center;
  max-height: 280px;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .article .holder {
      font-size: 14px;
      padding: 5px; } }
  @media (min-width: 1024px) {
    .article .holder {
      font-size: 18px;
      padding: 15px 46px; } }
  .article .holder p {
    margin-bottom: 45px; }
  .article .holder .btn {
    min-width: 165px; }
    @media (min-width: 768px) {
      .article .holder .btn {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .article .holder .btn {
        font-size: 16px; } }

        .article .info {
          font-size: 18px;
          text-align: center;
          min-height: 45px;
          overflow: hidden;
          text-overflow: ellipsis;
          max-height: 75px;
      }
  @media (min-width: 1024px) {
    .article .info {
      font-size: 20px; }
    }
  .article .info h3 {
    margin-bottom: 0;
    font-size: 20px; }
  .article .info p {
    margin-bottom: 0; }
  .article .info .leadin {
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
    color: #565656; }
  .article .info .line {
    display: block;
    border-top: 1px solid #999;
    max-width: 122px;
    margin: 10px auto; }

.list {
  font-size: 16px;
  margin-bottom: 47px; }
  @media (max-width: 480px) {
    .list {
      margin-bottom: initial; } }
  @media (min-width: 480px) {
    .list {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .list {
      margin-bottom: 0;
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .list {
      font-size: 15px;
      margin: 10px 0; } }
  .list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px; }
    .list li:first-child:after {
      display: none; }
    .list li:last-child {
      color: #808080; }
    .list li:after {
      position: absolute;
      content: "";
      top: 50%;
      height: 16px;
      left: 0;
      width: 1px;
      background: #808080;
      transform: translateY(-50%); }

@media (min-width: 768px) {
  .slide-articles {
    margin: 0 -10px; } }

@media (min-width: 1024px) {
  .slide-articles {
    margin: 0 -21px; } }

@media (min-width: 768px) {
  .slide-articles .slide {
    padding: 0 10px; } }

@media (min-width: 1024px) {
  .slide-articles .slide {
    padding: 0 21px; } }

.how {
  background: #231f20;
  color: #fff;
  padding: 50px 0 14px;
  text-align: center;
  counter-reset: numbers;
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .how {
      padding: 50px 0; } }
  .how h1 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 500; }
  .how .columns {
    font-size: 22px; }
    .how .columns h2 {
      margin-bottom: 23px;
      text-transform: uppercase; }
    .how .columns li {
      margin-bottom: 34px; }
      @media (min-width: 768px) {
        .how .columns li {
          margin-bottom: 0;
          width: 50%; } }
      @media (min-width: 1024px) {
        .how .columns li {
          width: 25%; } }
      .how .columns li:nth-child(2) .img-block:before {
        left: 55px; }
      .how .columns li:first-child .img-block {
        text-align: left;
        margin-left: -56px; }
    .how .columns .img-block {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 26px; }
      .how .columns .img-block:before {
        counter-increment: numbers;
        content: counter(numbers);
        position: absolute;
        left: 64px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 900; }
      .how .columns .img-block img {
        margin-right: 45px; }
        .how .columns .img-block img:last-child {
          margin-right: 0; }

@media (min-width: 768px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px; } }

@media (min-width: 480px) {
  .columns > li {
    padding: 0 77px; } }

@media (min-width: 768px) {
  .columns > li {
    width: 25%;
    padding: 0 20px; } }

.party {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px; }
  .party h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500; }
    @media (min-width: 768px) {
      .party h1 {
        margin-bottom: 41px; } }
  .party .columns {
    margin-bottom: 28px; }
    .party .columns h2 {
      margin-top: -7px;
      margin-bottom: 23px;
      text-transform: uppercase; }
    .party .columns p {
      margin-bottom: 17px; }
      @media (min-width: 768px) {
        .party .columns p {
          margin-bottom: 22px; } }
    .party .columns a {
      color: #231f20;
      display: block; }
      @media (min-width: 768px) {
        .party .columns a:hover {
          color: #00BD8D; } }
      .party .columns a:hover i {
        color: #00BD8D; }
    .party .columns li {
      font-weight: 500; }
      @media (min-width: 768px) {
        .party .columns li {
          width: 50%; } }
      @media (min-width: 1024px) {
        .party .columns li {
          width: 25%; } }
      .party .columns li i {
        transition: color 0.3s ease-in-out;
        color: #00BD8D; }
        @media (min-width: 768px) {
          .party .columns li i {
            color: #231f20; } }
  .party .photo {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .party .photo {
        margin-bottom: 43px; } }
  .party i {
    font-size: 105px;
    min-height: 146px;
    display: inline-block;
    vertical-align: top; }
    .party i.icon-glasses {
      font-size: 146px; }
    .party i.icon-bar {
      font-size: 127px; }
  .party .info {
    font-size: 22px;
    padding: 0 15px; }
    .party .info strong {
      font-weight: 500; }
    .party .info h1 {
      margin-bottom: 34px; }
      @media (min-width: 768px) {
        .party .info h1 {
          display: none; } }
    .party .info h3 {
      margin-bottom: 28px; }
    .party .info p {
      margin-bottom: 33px; }
      @media (min-width: 768px) {
        .party .info p {
          margin-bottom: 42px; } }
    .party .info .btn {
      padding: 14px;
      width: 100%; }
      @media (min-width: 480px) {
        .party .info .btn {
          min-width: 294px;
          width: auto; } }

.events {
  text-align: center;
  margin-bottom: 27px; }
  .events h1 {
    margin-bottom: 56px;
    text-transform: uppercase;
    font-weight: 500; }
  .events h2 {
    text-transform: uppercase; }
  .events i {
    font-size: 76px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 25px; }
  .events li {
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 13px; }

.events-calendar {
  padding-top: 9px; }
  @media (min-width: 768px) {
    .events-calendar {
      padding-top: 34px; } }
  .events-calendar h4 {
    margin-bottom: 41px; }
    @media (min-width: 768px) {
      .events-calendar h4 {
        margin-bottom: 55px; } }
  .events-calendar label.date {
    margin: 0 6px; }
    .events-calendar label.date .date1 {
      display: none; }
  .events-calendar .filter-nav {
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-align: center;
    padding-bottom: 48px; }
    @media (min-width: 480px) {
      .events-calendar .filter-nav {
        padding-bottom: 87px; } }
    @media (min-width: 1024px) {
      .events-calendar .filter-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        padding-bottom: 0;
        flex-direction: column; } }
    @media (min-width: 1250px) {
      .events-calendar .filter-nav {
        flex-direction: row;
        margin-bottom: 40px; } }
    .events-calendar .filter-nav h6 {
      text-transform: uppercase;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .events-calendar .filter-nav h6 {
          position: relative;
          z-index: 2; } }
      @media (min-width: 1250px) {
        .events-calendar .filter-nav h6 {
          max-width: 203px; } }
    .events-calendar .filter-nav .dates {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      position: relative; }
      @media (min-width: 1024px) {
        .events-calendar .filter-nav .dates {
          width: 100%; } }
      @media (min-width: 1250px) {
        .events-calendar .filter-nav .dates {
          width: calc(100% - 182px);
          margin: 0 -34px 0 -3px; } }
      .events-calendar .filter-nav .dates > label {
        width: 25%;
        padding: 0;
        margin-bottom: 16px; }
        @media (min-width: 1024px) {
          .events-calendar .filter-nav .dates > label {
            width: 10.5%;
            padding: 0 3px; } }
        .events-calendar .filter-nav .dates > label.active a h4 {
          opacity: 1;
          visibility: visible; }
        .events-calendar .filter-nav .dates > label a {
          display: block; }
          @media (min-width: 1024px) {
            .events-calendar .filter-nav .dates > label a {
              position: relative; } }
          .events-calendar .filter-nav .dates > label a:hover h4 {
            opacity: 1;
            visibility: visible; }
        .events-calendar .filter-nav .dates > label h4 {
          transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          margin-bottom: 0;
          bottom: -35px;
          width: 100%;
          overflow: visible;
          background: #fff;
          text-transform: uppercase;
          left: 50%;
          transform: translate(-50%, 0); }
          @media (min-width: 480px) {
            .events-calendar .filter-nav .dates > label h4 {
              bottom: -50px; } }
          @media (min-width: 1024px) {
            .events-calendar .filter-nav .dates > label h4 {
              bottom: -53px;
              min-width: 174px;
              width: auto;
              padding: 0 10px; } }
      .events-calendar .filter-nav .dates i {
        font-size: 66px; }
        @media (min-width: 480px) {
          .events-calendar .filter-nav .dates i {
            font-size: 60px; } }
  .events-calendar .content .columns {
    margin-bottom: 9px; }
    @media (min-width: 768px) {
      .events-calendar .content .columns {
        margin: 0 -20px; } }
    .events-calendar .content .columns > li {
      margin-bottom: 28px;
      width: 100%; }
      @media (min-width: 480px) {
        .events-calendar .content .columns > li {
          padding: 0 46px; } }
      @media (min-width: 768px) {
        .events-calendar .content .columns > li {
          width: 50%;
          padding: 0 20px; } }
      @media (min-width: 1024px) {
        .events-calendar .content .columns > li {
          width: 29.332%; } }

.page-bar {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .page-bar {
      padding-top: 52px; } }
  .page-bar h1 {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .page-bar h1 {
        margin-bottom: 32px; } }
    @media (min-width: 768px) {
      .page-bar h1 {
        margin-bottom: 20px; } }
  .page-bar .party h4 {
    margin-bottom: 35px; }
  @media (min-width: 768px) {
    .page-bar .party .info h4 {
      display: none; } }
  .page-bar h4 {
    overflow: hidden;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 500; }
    .page-bar h4 .decor {
      padding: 0 10px; }
      @media (min-width: 480px) {
        .page-bar h4 .decor {
          padding: 0 16px; } }
  .page-bar .articles {
    padding-top: 30px;
    margin-bottom: 36px; }
    @media (min-width: 480px) {
      .page-bar .articles {
        padding: 6px 41px 0; } }
    @media (min-width: 1024px) {
      .page-bar .articles {
        padding: 32px 0 0;
        margin-bottom: 0; } }
    .page-bar .articles .container {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .page-bar .articles .container {
          padding-bottom: 12px; } }
    .page-bar .articles h4 {
      margin-bottom: 45px;
      font-weight: 500; }
      @media (min-width: 480px) {
        .page-bar .articles h4 {
          margin: 0 -30px 45px; } }
      @media (min-width: 768px) {
        .page-bar .articles h4 {
          margin: 0 0 57px; } }
    .page-bar .articles .info .list {
      margin-bottom: 0; }

.accordion .heading-list-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0; }

.accordion .btn {
  margin: 0 0 0 13px;
  font-size: 13px;
  max-width: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 480px) {
    .accordion .btn {
      max-width: 72px; } }
  @media (min-width: 768px) {
    .accordion .btn {
      max-width: 136px; } }

.accordion .heading-list-inner {
  max-width: calc(100% - 116px);
  font-size: 15px; }
  @media (min-width: 480px) {
    .accordion .heading-list-inner {
      max-width: calc(100% - 150px); } }
  @media (min-width: 768px) {
    .accordion .heading-list-inner {
      max-width: calc(100% - 200px); } }

.accordion .heading {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 12px;
  max-width: 93px; }
  @media (min-width: 480px) {
    .accordion .heading {
      font-size: 18px;
      max-width: 212px; } }
  @media (min-width: 768px) {
    .accordion .heading {
      font-size: 15px;
      max-width: 330px; } }

.accordion .opener-style {
  font-size: 12px;
  color: #898989;
  display: inline-block;
  vertical-align: middle;
  max-width: 84px; }
  @media (min-width: 480px) {
    .accordion .opener-style {
      font-size: 13px;
      max-width: 105px; } }
  @media (min-width: 768px) {
    .accordion .opener-style {
      font-size: 11px;
      max-width: 110px; } }

.accordion .prise-and-button {
  max-width: 116px; }
  @media (min-width: 480px) {
    .accordion .prise-and-button {
      max-width: 150px; } }
  @media (min-width: 768px) {
    .accordion .prise-and-button {
      max-width: 200px; } }

.accordion .price-style {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  max-width: 43px; }
  @media (min-width: 480px) {
    .accordion .price-style {
      max-width: 60px; } }
  @media (min-width: 768px) {
    .accordion .price-style {
      max-width: 69px; } }

.accordion > li {
  border-bottom: 1px solid #8f8e8e; }
  .accordion > li.active i {
    transform: translate(0, -50%) rotate(90deg); }
  .accordion > li:last-child {
    border: none; }
  .accordion > li a {
    position: relative;
    padding-left: 12px; }
    .accordion > li a i {
      transition: transform 0.3s ease-in-out;
      position: absolute;
      transform: translate(0, -50%);
      top: 50%;
      left: 4px; }

.price {
  padding: 32px 0 37px; }
  .price .container {
    max-width: 825px; }
  @media (min-width: 768px) {
    .price .row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .price .list li:after {
    display: none; }
    @media (min-width: 768px) {
      .price .list li:after {
        background: #231f20; } }
  .price .list li:last-child {
    color: #231f20; }
  .price .col-img {
    text-align: center;
    padding: 0 0 34px;
    outline: none;
    display: block; }
    @media (min-width: 768px) {
      .price .col-img {
        width: 54%;
        padding: 0 0 0 0; } }
  @media (min-width: 768px) {
    .price .col-accordion {
      width: 46%;
      margin-left: 0;
      background: #f1f2f2;
      padding: 31px 0; } }
  .price .col-accordion .social-holder .share-block {
    text-align: center;
    margin: 0 auto;
    width: 100%; }
    .price .col-accordion .social-holder .share-block .addthis_toolbox.addthis_default_style {
      text-align: center;
      margin: 0 auto;
      width: 17%; }
  .price .col-accordion .highlights {
    max-width: 300px;
    margin: 20px auto; }
  .price .heading-outer {
    max-width: 350px;
    margin: 0 auto 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .price .heading-outer {
        max-width: 475px;
        margin: 0 auto 16px; } }
    .price .heading-outer h2 {
      font-size: 18px;
      line-height: 1.5;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .price .heading-outer h2 {
          font-size: 15px;
          margin-bottom: 12px; } }
  .price address {
    font-size: 20px;
    font-style: normal;
    padding: 0 0 4px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .price address {
        font-size: 18px;
        padding: 0 0 8px; } }
  .price time {
    font-size: 18px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .price time {
        font-size: 16px; } }
  .price .slide {
    margin: -6px 0 0; }
    .price .slide ul {
      padding: 0 10px 20px; }
      .price .slide ul li {
        font-size: 15px;
        margin: 0 0 2px; }
        .price .slide ul li:after {
          top: 8px; }

.post .container {
  max-width: 698px; }

.post p {
  margin: 0 0 16px; }

.post h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #8f8e8e;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .post h3 {
      font-size: 20px;
      margin: 0 0 34px; } }

.post .post-first {
  padding: 40px 0 15px; }
  .post .post-first ul {
    padding: 0 10px; }
    .post .post-first ul li {
      margin: 0; }

.post .text-holder {
  text-align: justify; }
  .post .text-holder p {
    margin: 0 0 16px; }

.post .post-second {
  padding: 0 0 49px;
  border-bottom: 1px solid #8f8e8e;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .post .post-second {
      padding: 0 0 19px;
      margin-bottom: 27px; } }

.post .post-third {
  max-width: 698px;
  margin: 0 auto; }
  .post .post-third strong {
    text-align: center;
    display: block;
    padding: 0 0 20px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .post .post-third strong {
        font-size: 14px;
        padding: 0 0 15px; } }

.post .photo {
  padding: 0 10px 2px; }

.registration {
  padding: 0 0 14px; }
  .registration .container {
    max-width: 706px; }
  .registration h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 25px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .registration h2 {
        margin: 0 0 32px; } }
  .registration .heading-outer {
    display: none; }
    @media (min-width: 768px) {
      .registration .heading-outer {
        display: flex;
        justify-content: space-between;
        padding: 0 0 20px;
        flex-wrap: wrap;
        text-transform: uppercase; } }
    .registration .heading-outer .heading-first {
      max-width: 465px;
      font-size: 15px;
      font-weight: 400; }
    .registration .heading-outer .heading-second {
      width: calc(100% - 465px);
      font-size: 15px;
      font-weight: 400; }

.post-third {
  max-width: 698px;
  margin: 0 auto; }

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

.registration-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 686px;
  margin: 0 auto 9px;
  min-height: 100px; }
  @media (min-width: 768px) {
    .registration-part {
      margin: 0 auto 20px; } }
  .registration-part strong {
    display: block;
    font-size: 17px; }
    @media (min-width: 768px) {
      .registration-part strong {
        font-size: 15px; } }
  .registration-part address {
    font-style: normal;
    font-size: 15px; }
    @media (min-width: 768px) {
      .registration-part address {
        font-size: 14px; } }
  .registration-part .col {
    padding: 0 6px; }
    @media (min-width: 768px) {
      .registration-part .col {
        width: 73.32%; } }
  .registration-part .col-hidden {
    display: none; }
    @media (min-width: 768px) {
      .registration-part .col-hidden {
        display: flex;
        align-items: center; } }
  .registration-part .col-center {
    margin: 5px 0px;
    align-items: center; }

.label {
  display: block;
  background-color: #00BD8D;
  margin: 0 0 6px -6px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 7px;
  font-size: 12px;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }

.price-list {
  padding: 10px 0;
  font-size: 12px; }
  @media (min-width: 768px) {
    .price-list {
      font-size: 12px; } }
  .price-list li {
    margin: 0 0 2px; }
    .price-list li:nth-child(4n+4) {
      margin: 0 0 13px; }
    .price-list li:last-child {
      margin: 0; }

.map-outer {
  padding: 0 0 9px; }
  .map-outer .container {
    max-width: 706px; }
  .map-outer h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 34px;
    letter-spacing: 1px;
    text-transform: uppercase; }

.logo-sponsors {
  background-color: #8d8f92;
  padding: 16px 0 15px; }
  .logo-sponsors .container {
    max-width: 1020px; }
  .logo-sponsors h5 {
    margin: 0 0 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 17px; }
  .logo-sponsors .logo-outer {
    text-align: center; }
    .logo-sponsors .logo-outer li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 10px 29px; }
      .logo-sponsors .logo-outer li:first-child {
        margin: 0; }

/* map area styles */
.map-section {
  position: relative;
  height: 182px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .map-section {
      height: 182px; } }

.map {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }
  .map .map-block {
    background: #fff;
    position: relative;
    height: 100%;
    overflow: hidden; }
  .map .map-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .map .map-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5; }

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

.slides {
  width: 250px;
  display: inline-block;
  margin: 10px 10px;
}

.article .info h2 {
  font-size: 16px; }

  a.takeover {
    margin: 16px 0;
    display: block;
}

.heading-outer h1 {
  font-size: 16px;
}

h2.marketing_name {
  font-size: 27px!important;
  font-weight: 400!important;
  text-transform: initial!important;
}