/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/

.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:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

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

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

/* Interaction Cues
----------------------------------*/

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

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

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

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

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

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

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

/* icon support */

.ui-menu-icons {
  position: relative;
}

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

/* left-aligned */

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

/* right-aligned */

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

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

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

/* with multiple calendars */

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

/* RTL support */

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

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.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.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

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

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

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

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

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

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

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

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

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

/* Interaction Cues
----------------------------------*/

.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-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.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 {
  color: #5f3f3f;
}

.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);
  /* support: IE8 */
  font-weight: normal;
}

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

/*
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .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-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
*/

/* positioning */

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

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

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

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

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

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

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

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

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

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

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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 {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

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

/* Misc visuals
----------------------------------*/

/* Corner radius */

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

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon,
.fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

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

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}

.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon,
.fc-toolbar .fc-center {
  display: inline-block;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

body.page-home {
  overflow-x: hidden;
  /* temporary fix */
}

.mobile-scroll {
  overflow-x: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .mobile-scroll {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .mobile-scroll::-webkit-scrollbar {
    display: none;
  }
}

/* open-sans-regular - latin */

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url("/assets//fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/assets//fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets//fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("/assets//fonts/open-sans-v15-latin-regular.woff") format("woff"), url("/assets//fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("/assets//fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* montserrat-regular - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/assets//fonts/montserrat-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/assets//fonts/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets//fonts/montserrat-v12-latin-regular.woff2") format("woff2"), url("/assets//fonts/montserrat-v12-latin-regular.woff") format("woff"), url("/assets//fonts/montserrat-v12-latin-regular.ttf") format("truetype"), url("/assets//fonts/montserrat-v12-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

body {
  background-color: #ffffff;
  color: #323232;
  overflow-x: hidden;
  line-height: 1.31;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #323232;
}

a:hover {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-top: 0;
  line-height: 1.5em;
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #323232;
  margin-bottom: 15px;
}

.h1,
h1 {
  font-size: 32px;
  line-height: 1.13;
}

.h2,
h2 {
  font-size: 28px;
  line-height: 1.14;
}

.h3,
h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
}

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

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

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

.text-lead {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.23;
}

.headline {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.24;
}

.subhead {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}

.callout {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.offer-caption {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}

.caption-1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
}

.footnote {
  font-family: OpenSans;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 14px;
  line-height: 1.29;
  font-weight: normal;
}

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

p {
  font-size: 16px;
  line-height: 21px;
}

.small {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 700px) {
  .h1,
  h1 {
    font-size: 28px;
    line-height: 1.14;
  }

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

  .h3,
  h3 {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.19;
  }

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

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

  .h6,
  h6 {
    font-size: 15px;
    line-height: 21px;
  }

  .text-lead {
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
  }

  p {
    font-size: 15px;
    line-height: 21px;
  }

  .small {
    font-size: 13px;
    line-height: 18px;
  }
}

.body-fixed {
  position: fixed;
}

.container {
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .container {
    padding: 0 10px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .container {
    padding: 0 16px;
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .container {
    padding: 0 42px;
    max-width: 1366px;
  }

  .container--tablet,
  .body--tablet .container {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .container {
    padding: 0 42px;
    max-width: 1366px;
  }

  .container--tablet,
  .body--tablet .container {
    max-width: 1000px;
  }

  .container--laptop,
  .body--laptop .container {
    max-width: 1366px;
  }
}

@media only screen and (min-width: 1920px) {
  .container {
    padding: 0 42px;
    max-width: 1366px;
  }

  .container--tablet,
  .body--tablet .container {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container--laptop,
  .body--laptop .container {
    max-width: 1366px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container--desktop,
  .body--desktop .container {
    max-width: 1366px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.section__background ~ .container {
  position: relative;
  z-index: 20;
}

.section__background--fixed {
  background-attachment: fixed;
}

.section--white {
  background-color: #fff;
}

.section--grey {
  background-color: #f5f5f5;
}

.section--blue {
  background-color: #bf3636;
}

.section--black {
  background-color: #363636;
}

@media only screen and (max-width: 700px) {
  .section {
    padding: 30px 0;
  }
}

.section--no-padding-bottom {
  padding-bottom: 0;
}

.page {
  min-height: 730px;
  overflow-x: hidden;
}

@media only screen and (max-width: 700px) {
  .page--fixed {
    position: fixed;
    left: 0;
    width: 100%;
  }
}

.header {
  display: block;
  padding: 20px 0 13px 0;
  width: 100%;
  position: relative;
}

.header .header_item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.header .header_item.logo .image {
  padding-top: 5px;
  width: 174px;
  height: 55px;
}

.header .cart_signup {
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.header .cart_signup .cart_signup_item {
  display: inline-block;
  padding: 0 0 0 30px;
  line-height: 50px;
  color: #666666;
}

.header .cart_signup .cart_signup_item-cart {
  margin-right: 20px;
  padding-top: 3px;
  background-image: url("/assets//images/svgs/basket.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

.header .cart_signup .cart_signup_item-signup {
  padding-right: 0;
  background-image: url("/assets//images/svgs/signup.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px 15px;
}

@media only screen and (max-width: 1023px) {
  .header {
    padding: 15px 0 1px 0;
  }

  .header .cart_signup .cart_signup_item {
    height: 50px;
    padding: 10px 0;
    display: inline-block;
    background-position: center 6px;
    font-size: 10px;
  }

  .header .cart_signup .cart_signup_item.cart_signup_item-signup {
    background-position: center 12px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .header {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .header A {
    display: block;
  }

  .header .header_item.logo .image {
    height: 36px;
    width: 113.5px;
    padding-top: 0;
  }

  .header .cart_signup {
    display: none;
  }
}

input,
textarea {
  outline: none;
  font-family: OpenSans;
  /*-webkit-appearance: none;*/
  border-radius: 0;
}

input {
  border: 1px solid #e9e9e9;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}

input.date {
  background-image: url("/assets//images/svgs/calendar.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  background: #e7312e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  text-align: center;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.bottom-bar-section {
  padding: 60px 0;
}

.bottom-bar .tc-vouchers {
  width: 843px;
  margin: 0 auto;
}

.bottom-bar .tc-vouchers .tc-vouchers-item {
  display: inline-block;
  width: 409px;
  height: 94px;
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 15px;
}

.bottom-bar .tc-vouchers .tc-vouchers-item .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.bottom-bar .tc-vouchers .tc-vouchers-item .desc {
  max-width: 275px;
}

.bottom-bar .tc-vouchers .tc-vouchers-item .image {
  position: absolute;
  right: -1px;
  top: 0;
  width: 76px;
  height: 92px;
}

.bottom-bar .tc-vouchers .tc-vouchers-item.voucher {
  margin-left: 20px;
}

.bottom-bar .tc-vouchers .tc-vouchers-item.voucher .image {
  width: 95px;
  height: 99px;
}

.bottom-bar .tc-vouchers .tc-vouchers-item:hover {
  color: #e7312e;
}

.bottom-bar .info {
  border-top: 1px solid #e9e9e9;
  margin: 0 auto;
  margin-top: 60px;
}

.bottom-bar .info .title {
  font-family: Montserrat;
  max-width: 944px;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #414141;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 17px;
}

.bottom-bar .info P {
  max-width: 944px;
  text-align: center;
  margin: 0 auto;
  width: auto;
  line-height: 1.31;
}

.footer {
  background: #f6f7f7;
  position: relative;
  z-index: 20;
  color: #fff;
  background-color: #f6f7f7;
  color: #323232;
  padding: 20px 0;
}

.footer .footer-contents {
  display: block;
  width: 100%;
  vertical-align: top;
}

.footer .footer-contents .footer-contents_item {
  display: inline-block;
  width: 24.5%;
  vertical-align: top;
}

.footer .footer-contents .footer-contents_item .footer-nav-title {
  font-weight: 300;
  display: block;
  font-size: 17px;
  line-height: 1.24;
  font-family: Montserrat;
  margin-bottom: 5px;
}

.footer .footer-contents .footer-contents_item .footer-nav-title:hover {
  text-decoration: none;
  cursor: pointer;
}

.footer .footer-contents .footer-contents_item .footer-nav-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  line-height: 1.94;
  font-size: 16px;
}

.footer .footer-contents .footer-contents_item.social-logs {
  text-align: center;
}

.footer .footer-contents .footer-contents_item.social-logs .footer_logo {
  width: 161px;
  height: 51px;
}

.footer .footer-contents .social-links .social-link {
  display: inline-block;
  width: 32px;
  height: 31px;
  overflow: hidden;
  text-indent: 31px;
  margin-right: 25px;
  margin-top: 40px;
  background-repeat: no-repeat;
}

.footer .footer-contents .social-links .social-link.fb {
  background-image: url("/assets//images/svgs/facebook.svg");
}

.footer .footer-contents .social-links .social-link.tw {
  background-image: url("/assets//images/svgs/twitter.svg");
}

.footer .footer-contents .social-links .social-link.yt {
  background-image: url("/assets//images/svgs/youtube.svg");
}

.footer .footer-contents .social-links .social-link.pt {
  background-image: url("/assets//images/svgs/pinterest.svg");
}

.footer .footer-contents .social-links .social-link:hover {
  -webkit-filter: hue-rotate(40deg) saturate(0.5) brightness(50%) saturate(4);
  filter: hue-rotate(40deg) saturate(0.5) brightness(50%) saturate(4);
}

.footer .footer-contents .social-links .social-link:last-child {
  margin-right: 0;
}

.footer .footer-company-info {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0 0 0;
  margin-top: 30px;
}

.footer .footer-company-info p {
  display: inline-block;
  max-width: 870px;
  width: 70%;
  line-height: 1.29;
  font-size: 14px;
  margin: 0;
}

.footer .footer-company-info p strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.footer .footer-company-info .images-set {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: right;
  min-width: 250px;
}

.footer .footer-company-info .images-set .image {
  display: inline-block;
  max-width: 111px;
  margin-right: 20px;
  vertical-align: top;
  height: auto;
}

.footer .footer-company-info .images-set .image:last-child {
  margin-right: 0;
}

.footer .footer-company-info .images-set .image.verisign {
  width: 63px;
}

.footer .footer-company-info .images-set .image.winner {
  margin-top: -10px;
  width: 56px;
}

.footer .footer-company-info .images-set .image.star {
  width: 77px;
}

@media only screen and (max-width: 1023px) {
  .bottom-bar-section {
    display: none;
  }

  .footer {
    margin-top: 20px;
    padding-top: 10px;
  }

  .footer .container {
    padding: 0;
  }

  .footer .footer-contents .footer-contents_item {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 2.5;
    border: 1px solid #e9e9e9;
  }

  .footer .footer-contents .footer-contents_item .footer-nav-title {
    font-size: 21px;
    line-height: 80px;
    background-image: url("/assets//images/svgs/chevron-down.svg");
    background-position: right center;
    background-repeat: no-repeat;
    /*background-size: 20px 20px;*/
  }

  .footer .footer-contents .footer-contents_item .footer-nav-title.active {
    background-image: url("/assets//images/svgs/chevron-up.svg");
  }

  .footer .footer-contents .footer-contents_item .footer-nav-items {
    line-height: 40px;
    display: none;
  }

  .footer .footer-contents .footer-contents_item .footer-nav-items.active {
    display: block;
  }

  .footer .footer-contents .footer-contents_item .footer-nav-items:last-child {
    margin-bottom: 30px;
  }

  .footer .footer-contents .footer-contents_item .footer-nav-title:focus + .footer-nav-items {
    display: block;
  }

  .footer .footer-contents .footer-contents_item:last-child {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0;
    padding-top: 60px;
  }

  .footer .footer-company-info {
    padding: 25px 15px 15px 15px;
    width: auto;
    margin: 0 auto;
    border-top: 0;
    margin-top: 0;
    text-align: center;
  }

  .footer .footer-company-info p {
    margin-bottom: 40px;
    width: 100%;
    max-width: 486px;
  }

  .footer .footer-company-info p strong {
    display: block;
    margin-bottom: 12px;
  }

  .footer .footer-company-info .images-set {
    display: block;
    width: 100%;
    float: none;
  }

  .footer .footer-company-info .images-set .image {
    display: inline-block;
    max-width: 111px;
    margin-right: 40px;
    vertical-align: top;
    height: auto;
  }

  .footer .footer-company-info .images-set .image:last-child {
    margin-right: 0;
  }

  .footer .footer-company-info .images-set .image.verisign {
    width: 91px;
  }

  .footer .footer-company-info .images-set .image.winner {
    margin-top: -10px;
    width: 81px;
  }

  .footer .footer-company-info .images-set .image.star {
    width: 111px;
  }
}

@media only screen and (max-width: 700px) {
  .footer .footer-company-info .images-set .image {
    margin-right: 20px;
  }

  .footer .footer-company-info .images-set .image.verisign {
    width: 63px;
  }

  .footer .footer-company-info .images-set .image.winner {
    margin-top: -10px;
    width: 56px;
  }

  .footer .footer-company-info .images-set .image.star {
    width: 77px;
  }
}

.nav {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
}

.nav .nav-item {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  opacity: 0.7;
}

.nav .nav-item.active,
.nav .nav-item:focus,
.nav .nav-item:hover {
  color: #323232;
  text-decoration: none;
  border-bottom: 3px solid #e7312e;
  margin-bottom: 0;
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  .nav {
    margin-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  .nav {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .nav .container {
    padding: 0;
  }
}

.top-banner-section {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #e7312e;
  padding: 0;
  margin: 0;
}

.top-banner-section .top-banner {
  padding: 0;
  margin: 0;
  background: #e7312e;
  color: #ffffff;
}

.top-banner-section .top-banner .top-banner-container {
  display: block;
  text-align: center;
  padding: 10px;
}

.top-banner-section .top-banner .top-banner-container P {
  display: block;
  overflow: hidden;
  margin: 0;
}

.top-banner-section .top-banner .top-banner-container A {
  color: #ffffff;
  margin: 0;
}

.top-banner-section .sliding {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  background: #e7312e;
  color: #ffffff;
  border: 1px solid #e7312e;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.top-banner-section .sliding .chevron {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/images/svgs/chevron-next-white.svg") !important;
  background-size: 20px 20px !important;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.top-banner-section .sliding.slide-up .chevron {
  -webkit-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important;
}

.page_top_popup {
  display: none;
}

.page_top_popup.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  overflow-x: hidden;
  overflow-y: auto;
}

.page_top_popup.modal .page_top_popup-wrapper {
  position: relative;
  display: table;
  left: auto;
  top: auto;
  margin-top: 15%;
}

.page_top_popup-overlay {
  display: none;
}

.page_top_popup-overlay.active {
  background: #323232;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.page_top_popup-wrapper {
  position: absolute;
  left: 40%;
  top: 20%;
  display: table;
  max-width: 760px;
  width: 300px;
  margin: 0 auto;
  z-index: 202;
  padding: 50px 10px 10px 10px;
  background: #ffffff;
  border-radius: 4px;
}

.page_top_popup-wrapper .page_top_popup-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
  background-image: url("/assets//images/svgs/cross.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 50% 50%;
}

.page_top_popup-wrapper .page_top_popup-contents {
  z-index: 13;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.atgcookies {
  padding: 0;
  margin: 0;
  background: #f6f7f7;
}

.atgcookies .atgcookies-prompt {
  width: 100%;
  padding: 10px 0;
  max-width: 699px;
  margin: 0 auto;
}

.atgcookies .atgcookies-prompt .cookie_header_title {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 130px;
  font-size: 18px;
  line-height: 20px;
}

.atgcookies .atgcookies-prompt .cookie_contents {
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  font-size: 12px;
  line-height: 1.24;
  width: calc(100% - 270px);
  padding-right: 6px;
  padding-left: 6px;
  margin: 0;
  margin-top: 5px;
}

.atgcookies .atgcookies-prompt .cookie_links {
  display: inline-block;
  vertical-align: bottom;
  width: 130px;
}

.atgcookies .atgcookies-prompt .cookie_links A {
  display: block;
  margin: 10px 0;
}

.atgcookies .atgcookies-prompt A {
  color: #e7312e;
}

@media only screen and (max-width: 700px) {
  .atgcookies .atgcookies-prompt .cookie_header_title,
  .atgcookies .atgcookies-prompt .cookie_contents,
  .atgcookies .atgcookies-prompt .cookie_links {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .atgcookies .atgcookies-prompt .cookie_links A {
    display: inline-block;
    width: 49%;
    text-align: center;
  }
}

.carousel_primary {
  background: #f6f7f7;
  padding: 20px 0 0 0;
  max-height: 370px;
  overflow: hidden;
}

.carousel_primary .carousel-chevron {
  height: 32px;
  width: auto;
}

.carousel_primary .carousel_primary_items {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.carousel_primary .carousel_primary_items .carousel_primary_item {
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.carousel_primary .carousel_primary_items .carousel_primary_item a,
.carousel_primary .carousel_primary_items .carousel_primary_item a:hover {
  text-decoration: none;
}

.carousel_primary .carousel_primary_items .carousel_primary_item .image {
  max-height: 230px;
}

.carousel_primary .carousel_primary_items .carousel_primary_item .description {
  background: #ffffff;
  padding: 15px;
  position: relative;
  height: 90px;
  text-align: left;
  padding-right: 150px;
}

.carousel_primary .carousel_primary_items .carousel_primary_item .description .title {
  display: block;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 7px;
  max-height: 36px;
  overflow: hidden;
}

.carousel_primary .carousel_primary_items .carousel_primary_item .description .sub-title {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 1.33;
}

.carousel_primary .carousel_primary_items .carousel_primary_item .description .btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 20px;
}

.owl-carousel {
  position: relative;
  text-align: center;
}

.owl-carousel .owl-nav button {
  position: absolute;
  height: 94%;
  width: 123px;
  top: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  left: -42px;
}

.owl-carousel .owl-nav button.owl-prev .chevron-prev {
  display: block;
  width: 13px;
  height: 30px;
  margin: 0 auto;
  margin-left: 17px;
  background-image: url("/assets//images/svgs/chevron-prev-black.svg");
  /*background-image: url($assets-location + '/images/svgs/chevron-prev.svg');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.3;
}

.owl-carousel .owl-nav button.owl-prev:hover .chevron-prev {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev.white .chevron-prev {
  background-image: url("/assets//images/svgs/chevron-prev-white.svg");
}

.owl-carousel .owl-nav button.owl-next {
  right: -42px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.owl-carousel .owl-nav button.owl-next .chevron-next {
  display: block;
  width: 13px;
  height: 30px;
  margin: 0 auto;
  margin-right: 20px;
  opacity: 0.3;
  background-image: url("/assets//images/svgs/chevron-next-black.svg");
  /*background-image: url($assets-location + '/images/svgs/chevron-next.svg');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 30px;
}

.owl-carousel .owl-nav button.owl-next:hover .chevron-next {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next.white .chevron-next {
  background-image: url("/assets//images/svgs/chevron-next-white.svg");
}

.owl-carousel .owl-dots {
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 7px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 5px;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: #e9e9e9;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #e7312e;
}

.carousel_primary_items.owl-carousel .owl-nav button {
  opacity: 1;
  height: 100%;
}

.carousel_primary_items.owl-carousel .owl-nav button.owl-prev {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(249, 250, 250, 0)), to(#ffffff));
  background-image: linear-gradient(to left, rgba(249, 250, 250, 0), #ffffff);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(249, 250, 250, 0)), to(#f6f7f7));
  background-image: linear-gradient(to left, rgba(249, 250, 250, 0), #f6f7f7);
  left: -42px;
}

.carousel_primary_items.owl-carousel .owl-nav button.owl-prev .chevron-prev {
  display: block;
  width: 13px;
  height: 30px;
  margin: 0 auto;
  margin-left: 17px;
  background-image: url("/assets//images/svgs/chevron-prev-black.svg");
  /*background-image: url($assets-location + '/images/svgs/chevron-prev.svg');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.3;
}

.carousel_primary_items.owl-carousel .owl-nav button.owl-prev:hover .chevron-prev {
  opacity: 1;
}

.carousel_primary_items.owl-carousel .owl-nav button.owl-next {
  right: -42px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 250, 0)), to(#ffffff));
  background-image: linear-gradient(to right, rgba(249, 250, 250, 0), #ffffff);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 250, 0)), to(#f6f7f7));
  background-image: linear-gradient(to right, rgba(249, 250, 250, 0), #f6f7f7);
}

.carousel_primary_items.owl-carousel .owl-nav button.owl-next .chevron-next {
  display: block;
  width: 13px;
  height: 30px;
  margin: 0 auto;
  margin-right: 20px;
  opacity: 0.3;
  background-image: url("/assets//images/svgs/chevron-next-black.svg");
  /*background-image: url($assets-location + '/images/svgs/chevron-next.svg');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 30px;
}

.carousel_primary_items.owl-carousel .owl-nav button.owl-next:hover .chevron-next {
  opacity: 1;
}

.page-tour .owl-carousel .owl-nav:not(.disabled),
.page-show .owl-carousel .owl-nav:not(.disabled) {
  display: block !important;
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button,
.page-show .owl-carousel .owl-nav:not(.disabled) button {
  background: none !important;
  width: 42px;
  height: 85% !important;
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button.owl-prev,
.page-show .owl-carousel .owl-nav:not(.disabled) button.owl-prev {
  left: 0 !important;
  /*
	                background-image: linear-gradient(to left, rgba(249,250,250, 0), #ffffff);
	                background-image: linear-gradient(to left, rgba(249,250,250, 0), $color-light-grey);
*/
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button.owl-prev .chevron-prev,
.page-show .owl-carousel .owl-nav:not(.disabled) button.owl-prev .chevron-prev {
  width: 36px !important;
  height: 36px !important;
  display: block;
  margin: 0 auto;
  background-image: url("/assets//images/svgs/chevron-prev-white.svg") !important;
  background-size: 36px 36px !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  opacity: 0.9 !important;
  margin-top: 30px;
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button.owl-prev:hover .chevron-prev,
.page-show .owl-carousel .owl-nav:not(.disabled) button.owl-prev:hover .chevron-prev {
  background-image: url("/assets//images/svgs/chevron-prev-white.svg") !important;
  opacity: 1 !important;
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button.owl-next,
.page-show .owl-carousel .owl-nav:not(.disabled) button.owl-next {
  right: 0 !important;
  /*
	                background-image: linear-gradient(to right, rgba(249,250,250, 0), #ffffff);
	                background-image: linear-gradient(to right, rgba(249,250,250, 0), $color-light-grey);
					*/
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button.owl-next .chevron-next,
.page-show .owl-carousel .owl-nav:not(.disabled) button.owl-next .chevron-next {
  width: 36px !important;
  height: 36px !important;
  display: block;
  margin: 0 auto;
  opacity: 0.9 !important;
  background-image: url("/assets//images/svgs/chevron-next-white.svg") !important;
  background-size: 36px 36px !important;
  margin-top: 30px;
}

.page-tour .owl-carousel .owl-nav:not(.disabled) button.owl-next:hover .chevron-next,
.page-show .owl-carousel .owl-nav:not(.disabled) button.owl-next:hover .chevron-next {
  background-image: url("/assets//images/svgs/chevron-next-white.svg") !important;
  opacity: 1 !important;
}

.page-tour .owl-carousel .owl-dots,
.page-show .owl-carousel .owl-dots {
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: center;
  height: 7px;
  bottom: 22px !important;
}

@media only screen and (max-width: 1023px) {
  .carousel_primary_items.owl-carousel .owl-nav {
    display: none;
  }

  .owl-nav {
    display: none;
  }

  .carousel_primary .container {
    padding-right: 0;
  }

  .carousel_primary .carousel_primary_items .carousel_primary_item .description {
    padding-botton: 20px;
    height: 75px;
  }

  .carousel_primary .carousel_primary_items .carousel_primary_item .description .title {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 700px) {
  .owl-carousel .owl-nav:not(.disabled) {
    display: block !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button {
    background: none !important;
    width: 42px;
    height: 70% !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button.owl-prev {
    left: 0 !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button.owl-prev .chevron-prev {
    width: 36px !important;
    height: 36px !important;
    display: block;
    margin: 0 auto;
    background-image: url("/assets//images/svgs/chevron-prev-white.svg") !important;
    background-size: 36px 36px !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    opacity: 1 !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button.owl-prev:hover .chevron-prev {
    background-image: url("/assets//images/svgs/chevron-prev-white.svg") !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button.owl-next {
    right: 0 !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button.owl-next .chevron-next {
    width: 36px !important;
    height: 36px !important;
    display: block;
    margin: 0 auto;
    opacity: 1 !important;
    background-image: url("/assets//images/svgs/chevron-next-white.svg") !important;
    background-size: 36px 36px !important;
  }

  .owl-carousel .owl-nav:not(.disabled) button.owl-next:hover .chevron-next {
    background-image: url("/assets//images/svgs/chevron-next-white.svg") !important;
  }

  .home_shows_list .owl-nav {
    display: none !important;
  }

  .carousel_primary {
    padding: 0;
    background: #ffffff;
  }

  .carousel_primary .container {
    padding: 0;
  }

  .carousel_primary .carousel_primary_items .carousel_primary_item {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
}

.smart-dots-container {
  display: none;
}

@media only screen and (max-width: 700px) {
  .smart-dots-container {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .smart-dots-container .smart-dots {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 86px;
    height: 10px;
    text-align: center;
    overflow: hidden;
  }

  .smart-dots-container .smart-dots .smart-dot {
    position: absolute;
    top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #ffffff;
  }

  .smart-dots-container .smart-dots .smart-dot span {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background: #e9e9e9;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .smart-dots-container .smart-dots .smart-dot.active {
    left: 40px;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.active span {
    background: #e7312e;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c1 {
    left: 52.28571429px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c2 {
    left: 64.57142857px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c3 {
    left: 76.85714286px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c4 {
    left: 89.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c5 {
    left: 101.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c6 {
    left: 113.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c7 {
    left: 126px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c8 {
    left: 138.28571429px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c9 {
    left: 150.57142857px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c10 {
    left: 162.85714286px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c11 {
    left: 175.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c12 {
    left: 187.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c13 {
    left: 199.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c14 {
    left: 212px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c15 {
    left: 224.28571429px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c16 {
    left: 236.57142857px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c17 {
    left: 248.85714286px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c18 {
    left: 261.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c19 {
    left: 273.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c20 {
    left: 285.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c1 {
    left: 27.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c2 {
    left: 15.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c3 {
    left: 3.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c4 {
    left: -9.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c5 {
    left: -21.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c6 {
    left: -33.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c7 {
    left: -46px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c8 {
    left: -58.28571429px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c9 {
    left: -70.57142857px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c10 {
    left: -82.85714286px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c11 {
    left: -95.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c12 {
    left: -107.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c13 {
    left: -119.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c14 {
    left: -132px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c15 {
    left: -144.28571429px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c16 {
    left: -156.57142857px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c17 {
    left: -168.85714286px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c18 {
    left: -181.14285714px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c19 {
    left: -193.42857143px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c20 {
    left: -205.71428571px;
    top: 0;
    opacity: 1;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c4,
  .smart-dots-container .smart-dots .smart-dot.prev.c3 {
    width: 4px;
    height: 4px;
    top: 1px;
    left: 5px;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c4 span,
  .smart-dots-container .smart-dots .smart-dot.prev.c3 span {
    width: 4px;
    height: 4px;
  }

  .smart-dots-container .smart-dots .smart-dot.prev.c4 {
    left: -6px;
    opacity: 0;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c4,
  .smart-dots-container .smart-dots .smart-dot.next.c3 {
    width: 4px;
    height: 4px;
    top: 1px;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c4 span,
  .smart-dots-container .smart-dots .smart-dot.next.c3 span {
    width: 4px;
    height: 4px;
  }

  .smart-dots-container .smart-dots .smart-dot.next.c4 {
    left: 85px;
    opacity: 0;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(1) {
    left: 1px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(1) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(2) {
    left: 13.28571429px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(2) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(3) {
    left: 25.57142857px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(3) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(4) {
    left: 37.85714286px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(4) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(5) {
    left: 50.14285714px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(5) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(6) {
    left: 62.42857143px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(6) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(7) {
    left: 74.71428571px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.fv:nth-child(7) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(1) {
    left: 78px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(1) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(2) {
    left: 65.71428571px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(2) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(3) {
    left: 53.42857143px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(3) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(4) {
    left: 41.14285714px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(4) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(5) {
    left: 28.85714286px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(5) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(6) {
    left: 16.57142857px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(6) span {
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(7) {
    left: 4.28571429px !important;
    top: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
  }

  .smart-dots-container .smart-dots .smart-dot.lv:nth-last-child(7) span {
    width: 6px;
    height: 6px;
  }

  .owl-carousel .owl-dots {
    display: none;
  }
}

.home_shows_list {
  position: relative;
}

.home_shows_list .view_all {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.home_shows_list .navigation {
  display: none;
}

.home_shows_list .shows_list {
  list-style: none;
  display: block;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
}

.home_shows_list .shows_list .shows_list_item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  max-width: 191px;
  margin-right: 22px;
}

.home_shows_list .shows_list .shows_list_item.padded_item {
  display: none;
}

.home_shows_list .shows_list .shows_list_item:last-child {
  margin-right: 0;
}

.home_shows_list .shows_list .shows_list_item a {
  display: block;
  white-space: normal;
}

.home_shows_list .shows_list .shows_list_item .image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}

.home_shows_list .shows_list .shows_list_item .title {
  display: block;
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  text-align: left;
}

.home_shows_list .shows_list .shows_list_item .sub-title {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
}

.owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.home_shows_list .owl-carousel .owl-next.disabled,
.home_shows_list .owl-carousel .owl-prev.disabled {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .home_shows_list .owl-carousel .owl-stage {
    padding: 0 !important;
  }

  .home_shows_list .owl-carousel .owl-stage .owl-item {
    /* width: 15.85% !important; */
  }

  .home_shows_list.container {
    padding: 0;
  }

  .home_shows_list h3 {
    padding-left: 15px;
  }

  .home_shows_list .navigation {
    display: block;
  }

  .home_shows_list .navigation.hidden {
    display: none;
  }

  .home_shows_list .navigation .nav-right,
  .home_shows_list .navigation .nav-left {
    width: 42px;
    height: 352px;
    background-color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 38px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home_shows_list .navigation .nav-left {
    background-image: url("/assets//images/svgs/chevron_scroll_right.svg");
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .home_shows_list .navigation .nav-right {
    background-image: url("/assets//images/svgs/chevron_scroll_right.svg");
    right: 0;
  }

  .home_shows_list .shows_list {
    padding-left: 16px;
    margin: 0;
  }

  .home_shows_list .shows_list .shows_list_item {
    max-width: 172px;
    margin-right: 16px;
  }

  .home_shows_list .shows_list .shows_list_item.padded_item {
    display: inline-block;
    width: 0px;
  }
}

@media only screen and (max-width: 700px) {
  .home_shows_list .navigation {
    display: none;
  }

  .home_shows_list .shows_list .shows_list_item {
    max-width: 135px;
    margin-right: 7px;
  }

  .home_shows_list .shows_list .shows_list_item.padded_item {
    width: 5px;
  }
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  background-image: url("/assets//images/svgs/chevron-breadcrumb.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
  margin-right: 5px;
}

.breadcrumbs li:last-child {
  background-image: none;
}

.breadcrumbs li:first-child {
  background-image: url("/assets//images/svgs/chevron-breadcrumb.svg");
}

@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 700px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.results-list {
  display: block;
  margin: 0;
}

.results-list .list-item {
  display: block;
  text-decoration: none;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  background-image: url("/assets//images/svgs/chevron-right-red.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.results-list .list-item:hover {
  background-color: #f6f7f7;
}

.results-list .list-item .list-item-wrapper {
  display: table-row;
  width: 100%;
}

.results-list .list-item .list-item-wrapper .image {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 150px;
}

.results-list .list-item .list-item-wrapper .contents {
  display: table-cell;
  vertical-align: top;
  width: auto;
  width: 330px;
  padding: 10px 30px 10px 0;
}

.quicksearch .quicksearch_form {
  display: inline-block;
}

.quicksearch .quicksearch_form-input {
  line-height: 50px;
  padding-left: 50px;
  width: 360px;
  height: 50px;
  font-size: 14px;
  background-image: url("/assets//images/svgs/search.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.quicksearch .quicksearch_form-results {
  position: absolute;
  z-index: 99;
  background: #ffffff;
  width: 500px;
  padding: 0;
  border: 2px solid #e9e9e9;
  display: none;
}

.quicksearch .quicksearch_form-results.has-results {
  display: block;
}

.quicksearch .quicksearch_calendar {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding-left: 45px;
  padding-right: 15px;
  margin-left: 20px;
  float: right;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #666666;
  background-image: url("/assets//images/svgs/calendar.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

.quicksearch-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  z-index: 1000;
}

.quicksearch-overlay.visible {
  display: block;
}

.quicksearch-overlay-container {
  position: relative;
  width: 100%;
  padding-top: 15px;
}

.quicksearch-overlay-container .overlay_close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 16px;
  height: 16px;
  background-image: url("/assets//images/svgs/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.quicksearch-overlay-container .overlay_heading {
  font-weight: bold;
  width: auto;
  margin: 0 auto;
  margin-top: 0;
  text-align: center;
  font-size: 17px;
}

.quicksearch-overlay-container .overlay_clear {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #e7312e;
}

.quicksearch-overlay-container .overlay_form {
  display: block;
  margin: 0 20px;
}

.quicksearch-overlay-container .overlay_form_input {
  line-height: 50px;
  padding-left: 50px;
  margin-top: 25px;
  width: 100%;
  height: 50px;
  background-image: url("/assets//images/svgs/search.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 0;
  border-bottom: 2px solid #e9e9e9;
  border-radius: 0;
}

.quicksearch-overlay-container .overlay_form_results {
  overflow: auto;
}

.ui-widget {
  font-family: OpenSans;
}

.ui-widget.ui-widget-content {
  z-index: 2 !important;
}

.ui-datepicker .ui-datepicker-next {
  background-image: url("/assets//images/svgs/chevron-next.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-datepicker .ui-datepicker-prev {
  background-image: url("/assets//images/svgs/chevron-prev.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #e7312e;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.8;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus {
  border: 1px solid #cccccc;
  background: #e7312e;
  font-weight: normal;
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .quicksearch .quicksearch_form {
    float: left;
  }

  .quicksearch .quicksearch_form-input {
    width: 267px;
    font-size: 14px;
  }

  .quicksearch .quicksearch_calendar {
    height: 50px;
    padding: 12px 10px 10px 10px;
    display: inline-block;
    background-position: center 6px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .quicksearch {
    display: none;
    margin-right: 0;
  }

  .quicksearch .quicksearch_form {
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 2;
  }

  .quicksearch .quicksearch_form-input {
    width: 50px;
    padding-left: 35px;
    line-height: 30px;
    border: none;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 3;
    cursor: pointer;
  }

  .quicksearch .quicksearch_form:focus + .quicksearch_calendar {
    /*display: none; */
  }

  .quicksearch .quicksearch_calendar {
    z-index: 1;
    position: absolute;
    right: 30px;
    top: 10px;
    padding-left: 25px;
    margin-left: 0;
    line-height: 30px;
    background-position: center 14px;
    border: none;
  }

  .quicksearch .quicksearch_calendar span {
    display: none;
  }

  .overlay_heading {
    max-width: 178px;
  }
}

.listing {
  background: #ffffff;
  z-index: 0;
}

.listing .listing_container {
  overflow: hidden;
  min-height: 500px;
  background: #ffffff;
}

.listing .listing_container .a2z_header {
  position: relative;
  background: #ffffff;
  z-index: 2;
}

.listing .listing_container .a2z_header .az_shows_title {
  margin: 0;
  padding-bottom: 15px;
}

.listing .listing_container .a2z_header .az_shows_title .big_title {
  font-size: 1.5em;
  font-weight: bold;
}

.listing .listing_container .a2z_header .region_selector {
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 8px;
}

.listing .listing_container .a2z_header .region_selector .dropdown {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  min-width: 120px;
  z-index: 999;
}

.listing .listing_container .a2z_header .region_selector .dropdown:last-child {
  margin-right: 0;
}

.listing .listing_container .a2z_header .region_selector .dropdown .selected {
  padding: 10px;
  background-color: #f6f7f7;
  font-size: 15px;
  cursor: pointer;
}

.listing .listing_container .a2z_header .region_selector .dropdown .selected .dropdown-chevron {
  display: inline-block;
  background-image: url("/assets/images/svgs/chevron-down.svg");
  background-position: center 4px;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  margin-left: 20px;
}

.listing .listing_container .a2z_header .region_selector .dropdown .dropdown_box .list {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 370px;
  overflow: scroll;
  border: 1px solid #e9e9e9;
  position: absolute;
  top: 39px;
  right: 0;
  background: #ffffff;
}

.listing .listing_container .a2z_header .region_selector .dropdown .dropdown_box .list LI {
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

.listing .listing_container .a2z_header .region_selector .dropdown .dropdown_box .list LI A {
  display: block;
  padding: 7px 10px;
}

.listing .listing_container .a2z_header .header_list_container .header_list {
  display: block;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  border-top: 5px solid #f6f7f7;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
}

.listing .listing_container .a2z_header .header_list_container .header_list .list_item {
  display: inline-block;
  cursor: pointer;
  margin-right: 7px;
}

.listing .listing_container .a2z_header .header_list_container .header_list .list_item A {
  display: block;
  padding: 10px;
}

.listing .listing_container .a2z_header .header_list_container .header_list .list_item.dimmed {
  opacity: 0.3;
  cursor: default;
}

.listing .listing_container .a2z_header .header_list_container .header_list .list_item:last-child {
  margin-right: 0;
}

.listing .listing_container .a2z_listing {
  vertical-align: top;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.listing .listing_container .a2z_listing .letter_all {
  /*table*/
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  width: 100%;
  border-collapse: collapse;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container {
  border-bottom: 2px solid #e9e9e9;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container .letter {
  font-size: 34px;
  font-weight: bold;
  font-family: Montserrat;
  padding: 25px 20px 0 0;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list {
  vertical-align: top;
  display: block;
  overflow: hidden;
  padding: 30px 0 40px 0;
  margin: 0;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item {
  display: inline-block;
  width: calc(33% - 20px);
  padding-bottom: 10px;
  padding-right: 15px;
  font-size: 14px;
  vertical-align: top;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item:nth-child(3n+3) {
  padding-right: 0;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item A {
  opacity: 0.7;
}

.listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item A:hover {
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  .listing .listing_container .a2z_header .region_selector {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 30px;
    left: auto;
    right: auto;
  }

  .listing .listing_container .a2z_header .region_selector .dropdown {
    display: inline-block;
    width: calc(50% - 5px);
    margin-right: 5px;
  }

  .listing .listing_container .a2z_header .region_selector .dropdown .selected .dropdown-chevron {
    margin-left: 0;
    float: right;
  }

  .listing .listing_container .a2z_header .region_selector .dropdown .dropdown_box .list LI A {
    padding: 5px 10px;
  }

  .listing .listing_container .a2z_listing .letter_all {
    /*table*/
  }

  .listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item {
    width: calc(50% - 25px);
  }

  .listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item:nth-child(3n+3) {
    margin-right: 0;
  }

  .listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item:nth-child(2n+1) {
    margin-right: 40px;
  }

  .listing .region_selector .dropdown {
    width: 100% !important;
  }
}

@media only screen and (max-width: 700px) {
  .listing .listing_container .a2z_header .region_selector {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 30px;
    left: auto;
    right: auto;
  }

  .listing .listing_container .a2z_header .region_selector .dropdown {
    display: inline-block;
    width: calc(50% - 5px);
    margin-right: 5px;
  }

  .listing .listing_container .a2z_header .region_selector .dropdown .selected .dropdown-chevron {
    margin-left: 0;
    float: right;
  }

  .listing .listing_container .a2z_header .region_selector .dropdown .dropdown_box .list LI A {
    padding: 5px 10px;
  }

  .listing .listing_container .a2z_header .header_list_container .header_list {
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .listing .listing_container .a2z_listing .letter_all {
    /*table*/
  }

  .listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item {
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .listing .listing_container .a2z_listing .letter_all .letter_list_container .a2z_list .a2z_list_item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
}

.icon.icon_video {
  background-image: url("/assets/images/svgs/video-player-sml.svg");
  background-size: 100%;
}

.page-overlay {
  background: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  display: none;
}

.page-overlay.login-popup-overlay {
  z-index: 51;
}

.page-overlay.active {
  display: block;
}

.page-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  padding: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.page-popup.login-popup {
  z-index: 51;
}

.page-popup .cross {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
  background-image: url("/assets//images/svgs/cross.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 50% 50%;
}

.page-popup.active {
  display: block;
}

.page-popup .popup-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.page-popup .popup-inner .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 50px 0;
}

.page-popup .popup-inner .content .popup-body {
  width: 700px;
  z-index: 13;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.shows-primary-content-main {
  margin: 13px 0 0;
  /*
    .mobile-scroll {
      margin-left: -16px;
      margin-right: -16px;
    }
    */
}

.shows-primary-content-main .nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.shows-primary-content-main .nav > .nav-item {
  padding: 0;
  margin: 0;
  opacity: 1;
}

.shows-primary-content-main .nav > .nav-item:hover {
  border: none;
}

.shows-primary-content-main .nav > .nav-item > .nav-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 15px;
  color: #666666;
}

.shows-primary-content-main .nav > .nav-item > .nav-link.active,
.shows-primary-content-main .nav > .nav-item > .nav-link:focus,
.shows-primary-content-main .nav > .nav-item > .nav-link:hover {
  color: #323232;
  text-decoration: none;
  border-bottom: 3px solid #e7312e;
  margin-bottom: 0;
}

.shows-primary-content-main .navigation {
  position: relative;
}

.shows-primary-content-main .navigation button {
  position: absolute;
  border: none;
  height: 50px;
  width: 123px;
  top: -50px;
  background: transparent;
  cursor: pointer;
}

.shows-primary-content-main .navigation button.button-prev {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  left: -20px;
}

.shows-primary-content-main .navigation button.button-prev .chevron-prev {
  display: block;
  width: 13px;
  height: 30px;
  background-image: url("/assets//images/svgs/chevron-prev-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.3;
}

.shows-primary-content-main .navigation button.button-prev:hover .chevron-prev {
  opacity: 1;
}

.shows-primary-content-main .navigation button.button-prev.white .chevron-prev {
  background-image: url("/assets//images/svgs/chevron-prev-white.svg");
}

.shows-primary-content-main .navigation button.button-next {
  right: -20px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.shows-primary-content-main .navigation button.button-next .chevron-next {
  display: block;
  width: 13px;
  height: 30px;
  margin: 0 auto;
  margin-right: 0;
  opacity: 0.3;
  background-image: url("/assets//images/svgs/chevron-next-black.svg");
  /*background-image: url($assets-location + '/images/svgs/chevron-next.svg');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 30px;
}

.shows-primary-content-main .navigation button.button-next:hover .chevron-next {
  opacity: 1;
}

.shows-primary-content-main .navigation button.button-next.white .chevron-next {
  background-image: url("/assets//images/svgs/chevron-next-white.svg");
}

@media only screen and (max-width: 1023px) {
  .shows-primary-content-main .navigation {
    display: none;
  }

  .shows-primary-content-main .tabs-container {
    padding: 0;
  }

  .mobile-prices-box .showdetails .showtickettypes .type {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    margin: 9px 0 5px;
  }

  .mobile-prices-box .showdetails .showtickettypes .price {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
  }

  .mobile-prices-box .showdetails .showtickettypes .price .plusbooking {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 3px 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .shows-primary-content-main {
    margin: 6px 0 0;
  }

  .shows-primary-content-main .nav {
    margin: 0;
    margin-bottom: 2px;
  }
}

.price-calender-main #calendar {
  position: relative;
  width: 839px;
  background: #ffffff;
}

.price-calender-main #calendar .fc-scroller {
  height: auto !important;
  overflow: inherit !important;
  width: 839px;
}

.price-calender-main #calendar .fc-row.fc-week {
  min-height: 117px !important;
}

.price-calender-main #calendar .fc-row.fc-week .fc-day {
  width: 119px;
  min-height: 117px;
}

.price-calender-main #calendar .fc-toolbar {
  position: absolute;
  top: -47px;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 0;
  padding: 0 0 0 220px;
}

.price-calender-main #calendar .fc-toolbar h2 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.price-calender-main #calendar .fc-toolbar .callout {
  margin: 0 9px;
  line-height: 1.31;
  color: #414141;
  font-weight: normal;
  width: 85px;
  text-align: center;
}

.price-calender-main #calendar .fc-toolbar button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20px;
  height: 15px;
  padding: 0;
  margin: 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url("/assets/images/svgs/chevron-prev-grey.svg") no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100% !important;
}

.price-calender-main #calendar .fc-toolbar button span {
  display: none;
}

.price-calender-main #calendar .fc-toolbar button.fc-next-button {
  background-image: url("/assets/images/svgs/chevron-next-grey.svg");
  background-size: 100% 100% !important;
}

.price-calender-main #calendar .fc-view-container thead {
  border: none;
}

.price-calender-main #calendar .fc-view-container thead .fc-day-header {
  border: none;
  font-weight: normal;
  padding: 15px 0;
  color: #414141;
}

.price-calender-main #calendar .fc-view-container thead .fc-row .fc-widget-header {
  border: none;
}

.price-calender-main #calendar .fc-head-container {
  border: none;
}

.price-calender-main #calendar .fc-day-number {
  float: left;
  padding: 10px;
  color: #323232;
}

.price-calender-main #calendar .fc-today .fc-day-number {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #1d4778;
  border: 1px solid #1d4778;
  border-radius: 20px;
  overflow: hidden;
  padding: 5px;
  margin: 5px;
}

.price-calender-main #calendar .fc-event-container {
  width: 119px;
}

.price-calender-main #calendar .fc-event-container .fc-day-grid-event {
  background: #e7312e;
  color: #ffffff;
  border: none;
  margin: 0 auto;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
  width: 109px;
  min-height: 40px;
}

.price-calender-main #calendar .fc-event-container .fc-day-grid-event .fc-content .perf_title {
  padding-left: 5px;
  line-height: 1.5;
  color: #ffffff;
  display: block;
  position: relative;
}

.price-calender-main #calendar .fc-event-container .fc-day-grid-event .fc-content .production_name {
  padding: 0 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
}

.price-calender-main #calendar .fc-event-container .fc-day-grid-event:hover {
  background-color: #fc504d;
}

.price-calender-main #calendar .fc-event-container .fc-day-grid-event:hover .perf_title {
  text-decoration: underline;
}

.price-calender-main #calendar .fc-time {
  display: block;
}

.price-calender-main #calendar .fc-title {
  font-weight: 300;
  font-size: 10px;
}

.price-calender-main #calendar .fc-content {
  overflow: inherit;
  white-space: inherit;
}

.price-calender-main #calendar .fc-content .flag {
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  width: 14px;
  height: 14px;
  float: right;
  margin-right: 3px;
  margin-top: 3px;
  display: none;
}

.price-calender-main #calendar .fc-content .flag.flag_tc {
  background-image: url("/assets/images/svgs/offer-card-white.svg");
  display: block;
}

.price-calender-main #calendar .fc-content .flag.flag_cap {
  background-image: url("/assets/images/svgs/captioned-wht.svg");
  display: block;
}

.price-calender-main #calendar .fc-content .flag.flag_deaf {
  background-image: url("/assets/images/svgs/p-signed-wht2.svg");
  display: block;
}

.price-calender-main #calendar .fc-content .flag.flag_ad {
  background-image: url("/assets/images/svgs/audio-described-wht.svg");
  display: block;
}

.price-calender-main #calendar .fc-content .flag.flag_relaxed {
  background-image: url("/assets/images/svgs/p-relaxed-wht.svg");
  display: block;
}

.price-calender-main .sub-tab-content {
  width: 839px;
  float: left;
}

.price-calender-main .location-box {
  width: calc(100% - 859px);
  max-width: 409px;
  float: right;
}

.price-calender-main .location-box .location-info {
  text-align: center;
}

.price-calender-main .location-box .location-info .callout {
  text-align: center;
}

.price-calender-main .location-box .location-info h2 {
  font-size: 17px;
  text-align: center;
  line-height: 1.24;
  margin-bottom: 17px;
  font-weight: 600;
}

.price-calender-main .location-box .location-info .callout {
  text-align: center;
  margin-bottom: 8px;
}

.shows-sub-tab-content .calendar-main-holder {
  position: relative;
  padding: 21px 0 0;
  width: 839px;
  display: inline-block;
}

.shows-sub-tab-content .calendar-head {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: -30px;
}

.shows-sub-tab-content .calendar-head .prev,
.shows-sub-tab-content .calendar-head .year-month,
.shows-sub-tab-content .calendar-head .next {
  display: inline-block;
  vertical-align: middle;
}

.shows-sub-tab-content .calendar-head .year-month {
  font-size: 22px;
  color: #414141;
  padding: 0 6px;
}

.shows-sub-tab-content .calendar-head .prev {
  background: url("/assets/images/svgs/chevron-prev-grey.svg");
  background-position: 50% 50%;
  background-size: 13px auto !important;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.shows-sub-tab-content .calendar-head .next {
  background-image: url("/assets/images/svgs/chevron-next-grey.svg");
  background-size: 11px auto !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.shows-sub-tab-content #calendarTab table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.shows-sub-tab-content #calendarTab table .calday {
  border-bottom: #e9e9e9 solid 1px;
  border-right: #e9e9e9 solid 1px;
  padding: 4px 6px;
  height: 110px;
  width: 105px;
  vertical-align: top;
  background: #fff !important;
}

.shows-sub-tab-content #calendarTab table th {
  color: #414141;
  padding: 11px 0;
  font-weight: 400;
  line-height: 1.31;
}

.shows-sub-tab-content #calendarTab table tr .calday:first-child {
  border-left: #e9e9e9 solid 1px;
}

.shows-sub-tab-content #calendarTab table tr:nth-child(2) .calday {
  border-top: #e9e9e9 solid 1px;
}

.shows-sub-tab-content #calendarTab table tr td .event {
  background: #e7312e;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  padding: 7px 5px;
  min-height: 46px;
  margin: 5px 0 0;
}

.shows-sub-tab-content #calendarTab table tr td .event span {
  display: block;
}

.shows-sub-tab-content #calendarTab table tr td .event span .event-icon {
  float: right;
  width: 10px;
}

.shows-sub-tab-content #calendarTab table tr td .event span.time {
  font-weight: 700;
  overflow: hidden;
}

.shows-sub-tab-content #calendarTab table tr td .event span.desc {
  font-size: 10px;
}

.page-venue .showdetails .col.image {
  display: block;
  padding-top: 20px;
  margin-right: 20px;
  width: 140px;
  float: left;
  clear: left;
}

.page-venue .showdetails .col1d5.item-details {
  display: block;
  padding-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .price-calender-main .sub-tab-content {
    display: none;
  }

  .price-calender-main .location-box {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
  }

  .price-calender-main .location-box .location-info h2 {
    display: none;
  }
}

.shows-primary-tab-content {
  padding: 30px 0 0;
}

.shows-primary-tab-content .tab-pane {
  display: none;
}

.shows-primary-tab-content .tab-pane.active {
  display: block;
}

.price-calender-main .show-sub-nav {
  position: relative;
  z-index: 12;
  margin: 0;
  padding: 0;
  border: none;
  display: z-index;
  display: inline-block;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.price-calender-main .show-sub-nav .nav-item {
  padding: 0;
  margin-right: 17px;
}

.price-calender-main .show-sub-nav .nav-item:hover {
  border: none;
}

.price-calender-main .show-sub-nav .nav-item .nav-link {
  display: block;
  text-decoration: none;
  padding: 6px 25px;
  background: #e9e9e9;
  border-radius: 45px;
  color: #323232;
  border: none !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  min-width: 103px;
  text-align: center;
}

.price-calender-main .show-sub-nav .nav-item .nav-link.active,
.price-calender-main .show-sub-nav .nav-item .nav-link:focus,
.price-calender-main .show-sub-nav .nav-item .nav-link:hover {
  background: #1d4778;
  color: #ffffff;
}

.price-calender-main .tab-pane {
  display: none;
}

.price-calender-main .tab-pane.active {
  display: block;
}

.tab-overview {
  color: #323232;
  padding: 0 0 30px;
}

.tab-overview h2 {
  color: #414141;
}

.tab-overview h3 {
  color: #414141;
}

.tab-overview a {
  color: #e7312e;
}

.tab-overview div {
  color: #323232;
}

.tab-overview p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #323232;
}

.tab-overview .btn {
  color: #ffffff;
}

.tab-overview strong {
  color: #323232;
  line-height: 1.31;
}

.content-box {
  background: #f6f7f7;
  overflow: hidden;
  padding: 8px 14px 0 16px;
  margin: 0 0 15px;
  border-radius: 5px;
}

.content-box .title {
  margin: 0 0 22px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
  color: #323232;
}

.content-box p {
  margin: 0 0 8px 0;
}

.more-info-events {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  margin: 23px 0 0;
}

.more-info-events .title {
  display: block;
  margin: 0 0 24px;
}

.more-info-events a {
  color: #e7312e;
  background: url("/assets/images/more-info-icon.jpg") no-repeat;
  background-position: 100% 50%;
  padding: 0 22px 0 0;
  background-size: 17px auto;
}

@media only screen and (max-width: 1023px) {
  .tab-overview h3 {
    font-size: 21px;
    line-height: 1.19;
    margin: 0 0 3px;
  }

  .content-box {
    padding: 22px 24px 0 26px;
  }

  .content-box p {
    margin: 0 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .tab-overview h3 {
    margin-bottom: 9px;
  }

  .content-box {
    padding: 22px 24px 5px 26px;
    margin-bottom: 10px;
  }
}

.venue-content {
  border-bottom: #e9e9e9 solid 1px;
  padding: 0 0 31px;
}

.venue-content h3 {
  margin-bottom: 25px;
}

.venue-content .venue-left-content {
  width: calc(100% - 429px);
  padding-right: 20px;
  float: left;
}

.venue-content .venue-left-content .venue-icons {
  padding: 5px 0;
}

.venue-content .venue-left-content .venue-icons ul {
  margin: 11px 0 11px;
}

.venue-content .venue-left-content .venue-icons ul li {
  display: inline-block;
  position: relative;
}

.venue-content .venue-left-content .venue-icons ul li span {
  display: none;
  position: absolute;
  left: 50%;
  top: 43px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #182747;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  width: 150px;
  border-radius: 4px;
  padding: 8px;
}

.venue-content .venue-left-content .venue-icons ul li span:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #182747;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.venue-content .venue-left-content .venue-icons ul li:before {
  display: none;
}

.venue-content .venue-left-content .venue-icons ul li:hover span {
  display: block;
}

.venue-content .venue-left-content .venue-icons ul li:first-child span {
  left: 75px;
}

.venue-content .venue-left-content .venue-icons ul li:first-child span:after {
  left: 12%;
}

.venue-content .venue-left-content .venue-icons ul li:nth-child(2) span {
  left: 40px;
}

.venue-content .venue-left-content .venue-icons ul li:nth-child(2) span:after {
  left: 34%;
}

.venue-content .venue-left-content .title {
  font-weight: 600;
  font-size: 16px;
  color: #323232;
  display: inline-block;
}

.venue-content .venue-left-content a {
  display: inline-block;
  color: #e7312e;
  margin: 10px 0;
  font-size: 16px;
}

.venue-content .venue-left-content ul {
  padding: 0;
  margin: 0 0 18px;
}

.venue-content .venue-left-content ul li {
  color: #323232;
  list-style: none;
}

.venue-content .venue-left-content ul li:before {
  content: "-";
  clear: both;
  display: inline-block;
}

.venue-content .venue-left-content em {
  display: block;
}

.venue-content .venue-right-content {
  width: 409px;
  float: right;
}

@media only screen and (max-width: 1023px) {
  .venue-content .venue-left-content {
    display: block;
    width: 100%;
  }

  .venue-content .venue-left-content .venue-icons ul {
    margin: 11px 0 4px;
  }

  .venue-content .venue-right-content {
    display: block;
    width: 100%;
  }
}

.about-content .about-img {
  min-width: 139px;
}

.about-content .col.col-15 {
  min-width: 139px;
}

@media only screen and (max-width: 1023px) {
  .about-content .col.col-15 {
    width: 18% !important;
    float: left;
  }

  .about-content .col.col-85 {
    width: 80% !important;
    float: left;
  }
}

@media only screen and (max-width: 700px) {
  .about-content .col.col-15 {
    width: 100% !important;
    float: left;
  }

  .about-content .col.col-15 .about-img {
    text-align: center;
  }

  .about-content .col.col-15 .tab-posted {
    display: none;
  }

  .about-content .col.col-85 {
    width: 100% !important;
    float: left;
  }

  .tab-poster {
    display: none;
  }
}

.access-content .heading {
  padding: 0 15px;
}

.access-content .title {
  font-size: 16px;
  display: block;
  color: #323232;
  margin: 0 0 11px;
}

.access-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-content ul li {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 51px;
  margin: 0 0 15px;
}

.access-content ul li strong {
  display: block;
}

.access-content .audio-desc {
  background-size: 35px;
  background-image: url("/assets/images/svgs/p-audio-described-wht.svg");
}

.access-content .sign-language {
  background-size: 35px;
  background-image: url("/assets/images/svgs/p-signed-wht.svg");
}

.access-content .captioned {
  background-size: 35px;
  background-image: url("/assets/images/svgs/p-captioned-wht.svg");
}

.access-content .sur-titles {
  background-size: 35px;
  background-image: url("/assets/images/svgs/p-sur-wht.svg");
}

.access-content .relaxed-perf {
  background-size: 35px;
  background-image: url("/assets/images/svgs/p-relaxed-wht.svg");
}

.access-content .access-info {
  padding: 0 0 25px 52px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.access-content .access-info p {
  margin-top: 0;
}

.access-content .access-info.access-wheelchair {
  background-image: url("/assets/images/access-wheelchair-icon.png");
}

.access-content .access-info.access-hearing-impaired {
  background-image: url("/assets/images/access-hearing-icon.png");
}

.access-content .access-info.access-guide-dogs {
  background-image: url("/assets/images/access-guidedog-icon.png");
}

.access-content .access-info.access-disabledwc {
  background-image: url("/assets/images/access-wheelchair-icon.png");
}

.seating-plan-content .seating-plan-img {
  background: #f6f7f7;
  padding: 30px;
  margin: 0 0 15px;
}

.seating-plan-content .seating-plan-img img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .seating-plan-content .seating-plan-img {
    padding: 10px;
  }
}

.event-smallLayout-btn {
  background: #ffffff;
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  margin: 0;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
  display: none;
}

.event-smallLayout-btn .btn {
  border: none;
  font-weight: 700;
  cursor: pointer;
  background-image: url("/assets/images/svgs/calendar2.svg");
  background-repeat: no-repeat;
  background-position: 87% 50%;
  background-size: 25px auto;
  font-size: 16px;
  padding: 16px 74px 16px 30px;
}

.small-layouts-callendar {
  position: fixed;
  left: 0;
  background: #ffffff;
  z-index: 101;
  overflow: auto;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.small-layouts-callendar.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.small-layouts-callendar .head {
  text-align: center;
  position: relative;
  padding: 19.5px 25px;
}

.small-layouts-callendar .head .cross {
  position: absolute;
  top: 10px;
  left: 21px;
  width: 30px;
  height: 30px;
  background: url("/assets/images/cross-icon.jpg");
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 50% 50%;
}

.small-layouts-callendar .head p {
  margin: 0;
  font-size: 20px;
  color: #414141;
  font-weight: 600;
}

.small-layouts-callendar .month {
  font-weight: 400;
  background: #f6f7f7;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  padding: 7px 25px;
}

.small-layouts-callendar .year {
  font-weight: 600;
  background: #e9e9e9;
  font-size: 16px;
  line-height: 25px;
  color: #414141;
  padding: 15px 25px;
}

.small-layouts-callendar .week-days-events {
  padding: 0 25px;
}

.small-layouts-callendar .week-days-events .day-events-inner {
  border-top: #e9e9e9 solid 1px;
  font-weight: 600;
  color: #414141;
  padding: 6px 0;
}

.small-layouts-callendar .week-days-events .day-events-inner:first-child {
  border: none;
}

.small-layouts-callendar .week-days-events .day-events-inner .day {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.45;
  width: 70px;
  float: left;
}

.small-layouts-callendar .week-days-events .day-events-inner .event-time-holder {
  display: inline-block;
  width: 475px;
  text-align: right;
  float: right;
  /*
				.event-time-place-holder{
					min-width: 80px;
					display: inline-block;
					float: right;
				}
				*/
}

.small-layouts-callendar .week-days-events .day-events-inner .event-time-holder .mobile-event-time {
  background: #e7312e;
  border: medium none;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 600;
  min-width: 80px;
  margin: 2px 4px;
  text-align: center;
  display: inline-block;
  padding: 9px 5px;
  color: #ffffff;
  border-radius: 4px;
  /*float: right;*/
  text-transform: uppercase;
}

.small-layouts-callendar .week-days-events .day-events-inner .event-time-holder .mobile-event-time.blank {
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .event-smallLayout-btn {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .event-smallLayout-btn .btn {
    font-size: 16px;
    line-height: 1.25;
  }

  .small-layouts-callendar .week-days-events {
    padding: 0 16px;
  }

  .small-layouts-callendar .week-days-events .day-events-inner .event-time-holder {
    width: 200px;
  }
}

.row {
  margin: 0 -15px;
}

.col {
  float: left;
  padding: 0 15px;
}

.col.col-10 {
  width: 10%;
}

.col.col-15 {
  width: 15%;
}

.col.col-20 {
  width: 20%;
}

.col.col-25 {
  width: 25%;
}

.col.col-30 {
  width: 30%;
}

.col.col-35 {
  width: 35%;
}

.col.col-40 {
  width: 40%;
}

.col.col-45 {
  width: 45%;
}

.col.col-50 {
  width: 50%;
}

.col.col-55 {
  width: 55%;
}

.col.col-60 {
  width: 60%;
}

.col.col-65 {
  width: 65%;
}

.col.col-70 {
  width: 70%;
}

.col.col-75 {
  width: 75%;
}

.col.col-80 {
  width: 80%;
}

.col.col-85 {
  width: 85%;
}

.col.col-90 {
  width: 90%;
}

.col.col-95 {
  width: 95%;
}

.col.col-100 {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .row {
    margin: 0;
  }

  .col {
    float: none;
    padding: 0;
    width: 100% !important;
  }
}

@media only screen and (max-width: 700px) {
  .tab-overview h2 {
    font-size: 20px;
  }

  .tab-overview h3 {
    font-size: 18px;
  }
}

.mobile-prices-box {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .mobile-prices-box {
    border: #e9e9e9 solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 0px 1px rgba(233, 233, 233, 0.32);
    box-shadow: 0px 2px 0px 1px rgba(233, 233, 233, 0.32);
    padding: 0 20px;
    margin: 12px 0 25px;
  }

  .mobile-prices-box .showdetails {
    border: none;
    font-weight: 400;
    color: #323232;
    padding: 0;
  }

  .mobile-prices-box .showdetails > .item-dates {
    padding-top: 20px;
    padding-left: calc(50% - 105px);
    padding-bottom: 15px;
    width: 210px;
    border-bottom: #e9e9e9 solid 1px;
  }

  .mobile-prices-box .showdetails > .price {
    display: none;
    width: 100px;
    float: left;
  }

  .mobile-prices-box .showdetails .showtickettypes {
    display: block;
    padding-top: 0;
  }

  .mobile-prices-box .showdetails .showtickettypes .type {
    margin: 11px 0 7px;
  }

  .mobile-prices-box .showdetails .showtickettypes .showticketrow {
    border: none;
    text-align: center;
    border-bottom: #e9e9e9 solid 1px;
    padding: 0 0 16px;
    /*
					&.tc-login-row {
						display: none;
					}
					*/
  }

  .mobile-prices-box .showdetails .showtickettypes .showticketrow:last-child {
    border: 0 !important;
  }

  .mobile-prices-box .showdetails .showtickettypes .showticketrow .price {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0 0;
    line-height: 1.53;
  }

  .mobile-prices-box .showdetails .showtickettypes .showticketrow .chooseticket {
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    margin: 16px 0 0;
  }

  .mobile-prices-box .showdetails .showtickettypes .showticketrow .chooseticket .redbutton {
    display: inline-block;
    min-width: 260px;
  }

  .mobile-prices-box .showdetails .access-details {
    display: none;
  }

  .mobile-prices-box .showdetails .performanceDetails {
    text-align: center;
    padding: 21px 0 10px;
    font-size: 13px;
    border: 0;
  }

  .mobile-prices-box .showdetails .performanceDetails .bookings {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .mobile-prices-box {
    margin: 1px 0 25px;
  }

  .mobile-prices-box .showdetails .showtickettypes .showticketrow .chooseticket .redbutton {
    min-width: 100%;
    padding: 10px;
  }
}

.info-section-main {
  padding: 27px 0 0;
}

.info-section-main button.ytp-large-play-button.ytp-button {
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}

.info-section-main .ytp-button:not([aria-disabled="true"]):not([disabled]):not([aria-hidden="true"]) {
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}

.info-section-main .info-carosal {
  width: 31%;
  float: right;
  width: 409px;
  height: 231px;
  overflow: hidden;
}

.info-section-main .info-carosal .jw-skin-seven .jw-display-icon-container > .jw-icon {
  display: none;
}

.info-section-main .info-carosal .jw-display-icon-container.jw-background-color.jw-reset {
  background: url("/assets/images/svgs/video-player-sml.svg");
  background-size: 100%;
  width: 40px;
  height: 40px;
  margin: -20px auto 0 .info-section-main .info-carosal .jw-display-icon-container.jw-background-color.jw-reset;
}

.info-section-main .info-carosal .jw-display-icon-container.jw-background-color.jw-reset :hover {
  background: none;
}

.info-section-main .info-carosal .jw-reset .jw-icon.jw-icon-display.jw-button-color.jw-reset {
  color: transparent;
}

.info-section-main .info-carosal .jw-reset .jw-icon.jw-icon-display.jw-button-color.jw-reset:hover {
  color: transparent;
}

.info-section-main .info-carosal .jwplayer {
  width: 409px;
  height: 231px;
  /*
			iframe{
				width: 100% !important;
				height: 231px !important;
			}
			*/
}

.info-section-main .info-carosal .icon_video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.info-section-main .info-carosal img {
  width: 100%;
  height: 100%;
}

.info-section-main .info-carosal .owl-prev {
  left: 10px !important;
}

.info-section-main .info-carosal .owl-next {
  right: 10px !important;
}

.info-section-main .info-carosal .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.info-section-main .info-carosal .owl-carousel .owl-video-tn {
  background-size: 100% 100%;
  height: 231px;
  width: 100%;
}

.info-section-main .info-carosal .owl-video-frame {
  position: relative;
  height: 0;
}

.info-section-main .info-carosal .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 231px;
}

.info-section-main .info-carosal .owl-video-play-icon {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/assets/images/svgs/video-player-sml.svg");
  background-size: 100%;
}

.info-section-main .inf-box {
  position: relative;
  width: calc(100% - 436px);
  float: left;
  border: #e9e9e9 solid 1px;
  border-radius: 4px;
  padding: 23px 131px 14px 22px;
  min-height: 231px;
}

.info-section-main .inf-box .overview-desc .overview_summary em,
.info-section-main .inf-box .overview-desc .overview_summary strong {
  display: inline;
  line-height: 1;
  margin: 0;
  margin-right: 2px;
}

.info-section-main .inf-box .overview-desc .overview_summary strong {
  display: inline;
}

.info-section-main .inf-box .overview_details strong {
  display: inline;
}

.info-section-main .inf-box h1 {
  margin: 0 0 6px;
  color: #414141;
  padding-right: 90px;
}

.info-section-main .inf-box .callout {
  color: #414141;
  display: block;
  margin: 3px 0 23px;
}

.info-section-main .inf-box .show-venue-title {
  color: #323232;
}

.info-section-main .inf-box .title {
  display: block;
  color: #414141;
}

.info-section-main .inf-box strong,
.info-section-main .inf-box .title {
  color: #414141;
  display: block;
  margin: 12px 0 6px;
  font-size: 17px;
}

.info-section-main .inf-box p {
  line-height: 1.31;
  color: #414141;
}

.info-section-main .inf-box a {
  display: inline-block;
}

.info-section-main .inf-box .venu-logo {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: #e9e9e9 solid 2px;
  overflow: hidden;
  background: #fff;
  padding: 30px 3px 0;
  right: 15px;
  top: 15px;
}

.info-section-main .inf-box .venu-logo img {
  width: 100%;
}

.info-section-main .inf-box a {
  color: #e83532;
}

.shows-primary-tab-content .tab-pane > .overview {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .shows-primary-tab-content .tab-pane > .overview {
    display: block;
    padding-bottom: 20px;
  }

  .shows-primary-tab-content .tab-pane > .overview a {
    color: #e7312e;
  }

  .info-section-main {
    padding: 14px 0 0;
    margin: 0 0 27px;
  }

  .info-section-main .info-carosal {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 20px;
    max-width: 736px;
    max-height: inherit;
    /*
    		.jwplayer{
				width: 100% !important;
				height: 416px !important;
				iframe{
					width: 100% !important;
					height: 416px !important;
				}
			}
			*/
  }

  .info-section-main .info-carosal img {
    height: auto;
  }

  .info-section-main .inf-box {
    width: 100%;
    float: none;
    padding: 20px 92px 37px 22px;
    border: none;
    padding: 0;
    min-height: auto;
  }

  .info-section-main .inf-box h1 {
    font-size: 32px;
    line-height: 1.13;
    margin: 28px 0 6px;
  }

  .info-section-main .inf-box .venu-logo {
    top: 0;
  }

  .info-section-main .inf-box > .overview {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .info-section-main {
    padding: 0 0 0;
    margin: 0;
  }

  .info-section-main .info-container {
    padding: 0;
  }

  .info-section-main .info-carosal {
    /*
    		height: 180px;
    		margin: 0 auto;
    		width: 320px;
    		max-width: 320px;
    		*/
    /*
    		.jwplayer{
				width: 320px !important;
				height: 180px !important;
				iframe{
					width: 100% !important;
					height: 180px !important;
				}
			}
			*/
  }

  .info-section-main .info-carosal img {
    height: auto;
  }

  .info-section-main .info-carosal .owl-carousel .owl-video-tn {
    height: 180px;
  }

  .info-section-main .info-carosal .owl-video-frame iframe {
    height: 180px;
  }

  .info-section-main .inf-box {
    padding: 0 16px 33px 16px;
    border-bottom: #e9e9e9 solid 1px;
  }

  .info-section-main .inf-box h1 {
    font-size: 28px;
    line-height: 1.14;
    margin: 11px 0 19px;
  }

  .info-section-main .inf-box .venu-logo {
    width: 75px;
    height: 75px;
    padding: 25px 3px 0;
    top: 0;
  }

  .page-tour .inf-box {
    border: 0;
    padding: 0;
  }

  .page-tour .tour_intro {
    display: none;
  }
}

.prices-head {
  background: #f6f7f7;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: #323232;
  padding: 6px 15px;
  border: #f6f7f7 solid 1px;
}

.prices-head .date {
  display: inline-block;
  width: 49%;
}

.prices-head .access-info {
  width: 17%;
  display: inline-block;
}

.prices-head .price-head {
  width: 30%;
  display: inline-block;
}

.showdetails {
  color: #323232;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  border-top: #e9e9e9 solid 1px;
  border-left: #e9e9e9 solid 1px;
  border-right: #e9e9e9 solid 1px;
  padding: 18px 18px 18px 15px;
  font-weight: 600;
}

.showdetails .showtickettypes {
  display: none;
  padding: 10px 0;
}

.showdetails .showtickettypes .type {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #323232;
  margin: 0 0 7px;
}

.showdetails .showtickettypes .showticketrow {
  position: relative;
  border-top: #e9e9e9 solid 1px;
  padding: 10px 0;
  min-height: 75px;
}

.showdetails .showtickettypes .showticketrow.extra-text {
  font-size: 11px;
  color: #e7312e;
  min-height: 10px;
  border-top: 0;
  padding-top: 0;
}

.showdetails .showtickettypes .showticketrow.new-mis-logo {
  min-height: 80px;
}

.showdetails .showtickettypes .showticketrow.new-mis-logo .type {
  display: none;
}

.showdetails .showtickettypes .showticketrow .price {
  font-size: 17px;
  line-height: 1.24;
  color: #414141;
}

.showdetails .showtickettypes .showticketrow .price .plusbooking {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.showdetails .showtickettypes .showticketrow .price .plusbooking a {
  color: #e7312e;
}

.showdetails .showtickettypes .showticketrow .chooseticket {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.showdetails .showtickettypes .showticketrow .chooseticket a {
  display: block;
  color: #ffffff;
  background: #e7312e;
  text-decoration: none;
  border-radius: 4px;
  padding: 15px;
  min-width: 182px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.showdetails .showtickettypes .red {
  color: #e7312e;
}

.showdetails .showtickettypes .popup {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 0 22px 16px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
}

.showdetails .showtickettypes .popup .right {
  line-height: 15px;
}

.showdetails .showtickettypes .popup .right a {
  position: relative;
  top: 12px;
}

.showdetails .showtickettypes .popup h3,
.showdetails .showtickettypes .popup h4 {
  margin: 0;
  font-weight: 600;
  color: #414141;
}

.showdetails .showtickettypes .popup h3 {
  font-size: 18px;
  margin: 0 0 8px;
}

.showdetails .showtickettypes .popup h4 {
  font-size: 16px;
}

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

.showdetails .showtickettypes .performanceDetails {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  color: #e7312e;
  border-top: #e9e9e9 solid 1px;
  padding: 25px 0 0 0;
}

.showdetails .showtickettypes .performanceDetails .sign,
.showdetails .showtickettypes .performanceDetails .access {
  display: none;
}

.showdetails .col {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  padding: 0;
}

.showdetails .col.item-dates span,
.showdetails .col.item-dates .time,
.showdetails .col.item-dates .dateday,
.showdetails .col.item-dates .datemonth,
.showdetails .col.item-dates .extra,
.showdetails .col.item-dates .extra-text,
.showdetails .col.item-dates .sold-out {
  display: inline;
}

.showdetails .col.item-dates .extra,
.showdetails .col.item-dates .extra-text,
.showdetails .col.item-dates .sold-out {
  display: block;
  clear: left;
  color: #e7312e;
  font-size: 12px;
  font-weight: normal;
}

.showdetails .col.image {
  display: none;
}

.showdetails .access-details {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
}

.showdetails .access-details .perfs_flags {
  display: block;
  margin-right: 50px;
  width: 115px;
}

.showdetails .access-details .perfs_flags .flag {
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  float: right;
  opacity: 0;
}

.showdetails .access-details .perfs_flags .flag.flag_tc {
  display: block;
  background-image: url("/assets/images/svgs/offer-card.svg");
  opacity: 1;
}

.showdetails .access-details .perfs_flags .flag.flag_cap {
  display: block;
  background-image: url("/assets/images/svgs/p-captioned-wht.svg");
  width: 18.4px;
  height: 18px;
  opacity: 1;
}

.showdetails .access-details .perfs_flags .flag.flag_deaf {
  display: block;
  background-image: url("/assets/images/svgs/p-signed-wht.svg");
  width: 18px;
  height: 18px;
  opacity: 1;
}

.showdetails .access-details .perfs_flags .flag.flag_ad {
  display: block;
  background-image: url("/assets/images/svgs/p-audio-described-wht.svg");
  width: 15px;
  height: 16px;
  opacity: 1;
}

.showdetails .access-details .perfs_flags .flag.flag_relaxed {
  display: block;
  background-image: url("/assets/images/svgs/p-relaxed-black.svg");
  width: 15px;
  height: 16px;
  opacity: 1;
}

.showdetails > .price {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
}

.showdetails .col1d5.item-details {
  display: none;
}

.showdetails .show-more-col {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
  float: right;
  font-family: Montserrat;
  font-weight: 600;
}

.showdetails .show-more-col .name,
.showdetails .show-more-col .theatre,
.showdetails .show-more-col .matinee {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.showdetails .show-more-col .matinee {
  display: block;
  color: #ec5754;
}

.showdetails .show-more-col {
  text-align: right;
}

.showdetails .show-more-col strong {
  background: rgba(0, 0, 0, 0) url("/assets/images/svgs/chevron-down2.svg") no-repeat scroll 100% 50%/15px auto;
  color: #e7312e;
  display: inline-block;
  font-weight: normal;
  padding: 0 23px 0 0;
  font-size: 17px;
  line-height: 1.24;
  cursor: pointer;
}

.showdetails .show-more-col strong.open {
  background-image: url("/assets/images/svgs/chevron-up2.svg");
}

.prices-content {
  padding: 37px 0 0;
  border-bottom: #e9e9e9 solid 1px;
}

.prices-content table {
  width: 100%;
  border-collapse: collapse;
}

.prices-content table tr th {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  color: #323232;
  font-weight: 400;
  background: #f6f7f7;
  border: #f6f7f7 solid 1px;
  padding: 5px 8px;
  font-weight: 400;
}

.prices-content table tr td {
  color: #414141;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  border-top: #e9e9e9 solid 1px;
  padding: 5px 8px;
  font-weight: 600;
}

.prices-content table tr td:last-child {
  border-right: #e9e9e9 solid 1px;
}

.prices-content table tr td:first-child {
  border-left: #e9e9e9 solid 1px;
}

.prices-content table tr td small {
  display: block;
  line-height: 16px;
}

.prices-content table tr td small.matinee-performance {
  color: #414141;
}

.prices-content table tr td small.limited-availability {
  color: #e7312e;
}

.prices-content table tr td strong.show-more {
  color: #e7312e;
  font-weight: 600;
  cursor: pointer;
}

.prices-content table tr td strong.show-more img {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 15px;
}

.prices-content table tr:last-child td {
  border-bottom: #e9e9e9 solid 1px;
}

.prices-content .tab-footer {
  text-align: center;
  background: #e9e9e9;
  position: relative;
  padding: 10px;
}

.prices-content .tab-footer .later-dates {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.prices-content .tab-footer .later-dates img {
  display: inline-block;
  vertical-align: middle;
}

.performance_item.open .showdetails > .price {
  display: none;
}

.performance_item.open .showdetails .access-details .perfs_flags {
  width: 150px;
}

.performance_item.open .showdetails .access-details .perfs_flags .flag {
  width: 22px;
  height: 22px;
}

.mobile-prices-box .showdetails .showtickettypes .chooseticket span {
  /*
					padding-right: 23px;
					background-image: url($assets-location + "images/svgs/chevron-next-white.svg");
					background-repeat: no-repeat;
					background-position: right center;
					background-size: 20px;
					*/
}

.page-overlay {
  background: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  display: none;
}

.page-overlay.active {
  display: block;
}

.leaver-joiner-insidepage-main {
  padding: 30px !important;
}

.page-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  padding: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.page-popup.active {
  display: block;
}

.page-popup .popup-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.page-popup .popup-inner .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 50px 0;
}

.page-popup .popup-inner .shows-popup-content-inner {
  width: 50%;
  z-index: 13;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 31px 12px;
  position: relative;
}

.page-popup .popup-inner .shows-popup-content-inner strong.cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: url("/assets/images/cross-icon.jpg");
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 50% 50%;
}

.page-popup .popup-inner .shows-popup-content-inner .head {
  padding: 0 50px;
  margin-bottom: 2px;
  padding: 0 18px 0 0 !important;
}

.page-popup .popup-inner .shows-popup-content-inner .showdetails {
  border: none;
}

.page-popup .popup-inner .shows-popup-content-inner .showdetails .showtickettypes {
  display: block;
}

.page-popup .popup-inner .shows-popup-content-inner .showdetails .showtickettypes .showticketrow:first-child {
  border: none;
}

.page-popup .popup-inner .shows-popup-content-inner .showdetails > .price {
  display: none;
}

.flag {
  position: relative;
}

.flag em {
  position: absolute;
  bottom: 33px;
  left: 50%;
  width: 135px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #182747;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  line-height: 1.29;
  padding: 6px;
  display: none;
}

.flag em:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #182747;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.flag:hover em {
  display: block;
}

.theater-card-content .title {
  margin: 0 0 11px;
  display: block;
}

.theater-card-content ul.money-off {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theater-card-content ul.money-off li {
  background-image: url(http://resources4.atgtickets.com/img/pound-sign-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 0 51px;
  margin: 0 0 15px;
}

.theater-card-content ul.money-off li .title {
  display: block;
  margin: 0 0 4px;
}

.theater-card-content ul.member-benefits {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.theater-card-content ul.member-benefits li {
  background-image: url(http://resources4.atgtickets.com/img/tickbox.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 25px;
  margin: 0 0 0;
}

@media only screen and (max-width: 1023px) {
  .theater-card-content .col.col-50 {
    width: 50% !important;
    float: left;
  }
}

@media only screen and (max-width: 700px) {
  .theater-card-content .col.col-50 {
    width: 100% !important;
    float: left;
  }
}

.group-booking-content .title {
  display: block;
  margin: 0 0 11px;
}

.group-booking-content .btn {
  margin: 15px 0 0;
}

.group-booking-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.group-booking-content ul li {
  background-image: url(http://resources4.atgtickets.com/img/tickbox.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 30px;
  margin: 0 0 0;
}

@media only screen and (max-width: 1023px) {
  .group-booking-content .col.col-50 {
    width: 50% !important;
    float: left;
  }
}

@media only screen and (max-width: 700px) {
  .group-booking-content .col.col-50 {
    width: 100% !important;
    float: left;
  }
}

.blog-content .title {
  font-size: 16px;
  line-height: 1.31;
  color: #323232;
  display: block;
  font-weight: 600;
  margin: 0 0 11px;
}

.blog-content .blog-inner {
  border-top: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
  padding: 20px 0;
}

.blog-content .blog-inner .image-holder {
  float: left;
}

.blog-content .blog-inner .image-holder img {
  display: block;
}

.blog-content .blog-inner .text-box {
  overflow: hidden;
  padding: 0 0 0 16px;
}

.blog-content .blog-inner .text-box h3 {
  margin: 0 0 5px;
}

.blog-content .blog-inner .text-box p {
  margin: 0;
  font-size: 14px;
}

.blog-content .blog-inner .text-box p.posted-on {
  margin: 0 0 11px;
}

.blog-content .blog-inner a {
  text-decoration: none;
  display: inline-block;
  color: #414141;
}

@media only screen and (max-width: 700px) {
  .blog-content .blog-inner .text-box p:not(.posted-on) {
    display: none;
  }
}

.booking-fees-content .booking-fees-img {
  min-width: 139px;
}

.booking-fees-content .col.col-15 {
  min-width: 139px;
}

@media only screen and (max-width: 1023px) {
  .booking-fees-content .col.col-15 {
    width: 18% !important;
    float: left;
  }

  .booking-fees-content .col.col-85 {
    width: 80% !important;
    float: left;
  }
}

@media only screen and (max-width: 700px) {
  .booking-fees-content .col.col-15 {
    width: 100% !important;
    float: left;
  }

  .booking-fees-content .col.col-15 .booking-fees-img {
    text-align: center;
  }

  .booking-fees-content .col.col-85 {
    width: 100% !important;
    float: left;
  }
}

.tours_list {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.tours_list.tour_tab_list {
  margin: 32px 0 0;
}

.tours_list .tours_head {
  display: table-row;
  background-color: rgba(29, 71, 120, 0.05);
}

.tours_list .tours_head .tour_head_item {
  padding: 10px;
  display: table-cell;
  text-align: left;
}

.tours_list .tours_row {
  text-decoration: none;
  display: table-row;
  border-bottom: 1px solid #e9e9e9;
}

.tours_list .tours_row:hover {
  background-color: rgba(29, 71, 120, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 #e9e9e9;
          box-shadow: inset 0 -1px 0 0 #e9e9e9;
}

.tours_list .tours_row .tour_row_item {
  padding: 20px 10px;
  display: table-cell;
  text-align: left;
}

.tours_list .tours_row .tour_row_item:first-child {
  padding-left: 0;
  font-weight: 600;
}

.tours_list .tours_row .tour_row_item:last-child {
  text-align: right;
}

.tours_list .tours_row .tour_row_item .btn {
  padding: 12.5px;
}

.tours_list .tours_row.tours_tab_row .btn {
  padding: 10px 12px;
  font-size: 10px;
}

@media only screen and (max-width: 1023px) {
  .tours_list .tours_head {
    display: none;
  }

  .tours_list .tours_row {
    display: block;
    padding: 20px 0;
    background-image: url("/assets//images/svgs/chevron-right-red.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }

  .tours_list .tours_row:hover {
    cursor: pointer;
  }

  .tours_list .tours_row .tour_row_item {
    display: block;
    padding: 2px;
  }

  .tours_list .tours_row .tour_row_item .btn {
    display: none;
  }

  .tours_list .tours_row .tour_row_item:nth-child(3) {
    font-size: 12px;
  }

  .tours_list .tours_row .tour_row_item:nth-child(5) {
    display: none;
  }
}

.login-popup .popup-inner .content .popup-body {
  width: 388px;
}

.login-popup .login-pop-content {
  padding: 40px 20px;
  border: 2px solid #f6f7f7;
}

.login-popup .login-pop-content .login-field-btn {
  background-image: url("/assets//images/bg-discount-theatrecard.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 308px;
  height: 199px;
  margin: 0 auto;
  position: relative;
}

.login-popup .login-pop-content .login-field-btn .text-field-holder {
  position: absolute;
  top: 120px;
  left: 20px;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}

.login-popup .login-pop-content .login-field-btn .text-field-holder .text-field {
  width: 100%;
}

.login-popup .login-pop-content .login-field-btn .btn-holder {
  position: absolute;
  top: 120px;
  left: 230px;
  width: 55px;
  display: inline-block;
  vertical-align: middle;
}

.login-popup .login-pop-content .login-field-btn .btn-holder .btn {
  padding: 18px 20px;
  border: none;
  cursor: pointer;
}

.login-popup .login-pop-content .login-field-btn .error-message {
  position: absolute;
  left: 25%;
  width: 100px;
  bottom: 7px;
  color: #ffffff;
}

.login-popup .login-pop-content .login-field-btn .error-message.success {
  width: 250px;
  left: 10%;
  bottom: 30px;
  font-weight: bold;
}

.login-popup .login-pop-content .text-box {
  text-align: center;
}

.login-popup .login-pop-content .text-box p {
  font-size: 12px;
}

.login-popup .login-pop-content .text-box .subhead {
  display: block;
  text-align: center;
}

.login-popup .login-pop-content .text-box a {
  color: #e7312e;
}

@media only screen and (max-width: 700px) {
  .page-popup.login-popup {
    padding: 0;
  }

  .page-popup .cross {
    z-index: 8;
    background-color: #ffffff;
    border-radius: 50%;
  }

  .login-popup .popup-inner .content .popup-body {
    width: 310px;
    margin: 0 auto;
  }

  .login-popup .login-pop-content {
    padding: 0;
  }

  .login-popup .login-pop-content .login-field-btn {
    width: 305px;
  }
}

.customer-also-viewed {
  padding: 62px 0 32px;
  margin: 0 0 31px;
}

.customer-also-viewed .main-row h3 {
  margin: 0 0 30px;
  padding: 0 13px;
}

.customer-also-viewed .main-row .also-viewed-item .image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.customer-also-viewed .main-row .also-viewed-item .text-box {
  text-align: left;
}

.customer-also-viewed .main-row .also-viewed-item .text-box .subhead {
  display: block;
  color: #323232;
  margin: 6px 0 4px;
}

.customer-also-viewed .main-row .also-viewed-item .text-box .caption-1 {
  margin: 0;
}

.customer-also-viewed .owl-nav.disabled {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .customer-reviewed {
    display: none;
  }
}

.tour-intro .inf-box {
  padding: 23px 10px 29px 29px;
}

.tour-intro .overview_readmore_link,
.tour-intro .overview_readless_link {
  font-weight: 600 !important;
}

.vanue-header-box {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin: 31px 0 0;
}

.vanue-header-box:before {
  border: solid 1px #e9e9e9;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.vanue-header-box .venue-image {
  position: relative;
  float: left;
  max-width: 191px;
  max-height: 116px;
  display: block;
}

.vanue-header-box .venue-image img {
  min-height: 116px;
}

.vanue-header-box .venue-hedding {
  padding: 36px 0 23px 55px;
  position: relative;
  width: calc(100% - 191px);
  float: left;
}

.vanue-header-box .venue-hedding h1 {
  color: #414141;
  padding-right: 60px;
}

.vanue-header-box .venue-hedding .vanue-logo {
  position: absolute;
  top: 50%;
  left: -40.5px;
  margin-top: -40.5px;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  border: solid 2px #e9e9e9;
  background: #ffffff;
  padding: 20px 6px;
}

.vanue-header-box .venue-hedding .vanue-logo img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .vanue-header-box {
    margin: 11px 0 0;
    border-radius: 0;
  }

  .vanue-header-box:before {
    display: none;
  }

  .vanue-header-box .venue-hedding {
    padding: 41px 83px 51px 16px;
    margin: 0 0 0;
    width: 100%;
  }

  .vanue-header-box .venue-hedding h1 {
    margin: 0;
  }

  .vanue-header-box .venue-hedding .vanue-logo {
    left: inherit;
    right: 0;
    margin-top: -49.5px;
    width: 94px;
    height: 94px;
    padding: 25px 9px;
  }

  .vanue-header-box .venue-image {
    float: none;
    width: auto;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
  }

  .vanue-header-box .venue-image img {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  .vanue-header-box-container {
    padding: 0;
  }

  .vanue-header-box {
    margin: 0;
  }

  .vanue-header-box .venue-hedding {
    padding: 11px 70px 25px 16px;
  }

  .vanue-header-box .venue-hedding h1 {
    margin: 0;
  }

  .vanue-header-box .venue-hedding .vanue-logo {
    height: 53px;
    width: 53px;
    padding: 15px 6px;
    top: 60px;
    right: 15px;
  }

  .vanue-header-box .venue-hedding .venue-image {
    float: none;
    width: auto;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
  }

  .vanue-header-box .venue-hedding .venue-image img {
    width: 100%;
    height: auto;
  }
}

.vanue-primary-content-main .price-calender-main .sub-tab-content {
  width: 100%;
}

.vanue-primary-content-main .price-calender-main .sub-tab-content .calendar-main-holder {
  width: 66%;
  float: left;
}

.vanue-primary-content-main .price-calender-main .sub-tab-content .location-box {
  width: 31%;
  max-width: 409px;
  float: right;
}

.vanue-primary-content-main .price-calender-main #calendar .fc-row.fc-week .fc-day {
  width: 119px;
  height: 179px;
}

.vanue-primary-content-main .price-calender-main #calendar .fc-row.fc-week {
  min-height: 179px !important;
}

.vanue-primary-content-main .price-calender-main #calendar .fc-toolbar {
  padding: 0;
}

.vanue-production {
  border-bottom: #e9e9e9 solid 1px;
  padding: 0 0 59px;
  margin: 0 0 28px;
}

.vanue-production .vanue-production-tab-list {
  display: table;
  width: 100%;
  table-layout: auto !important;
}

.vanue-production .vanue-production-tab-list .vanue-production-head {
  display: table-row;
  background: #f6f7f7;
}

.vanue-production .vanue-production-tab-list .vanue-production-head .vanue-prodution-item {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  color: #323232;
}

.vanue-production .vanue-production-tab-list .vanue-production-head .vanue-prodution-item:first-child {
  width: 132.9px;
}

.vanue-production .vanue-production-tab-list .vanue-production-head .vanue-prodution-item:last-child {
  text-align: right;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row {
  display: table-row;
  box-shadow: inset 0 -1px 0 0 #e9e9e9;
  -moz-box-shadow: inset 0 -1px 0 0 #e9e9e9;
  -webkit-box-shadow: inset 0 -1px 0 0 #e9e9e9;
  -ms-box-shadow: inset 0 -1px 0 0 #e9e9e9;
  -o-box-shadow: inset 0 -1px 0 0 #e9e9e9;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row:hover {
  background-color: rgba(29, 71, 120, 0.05);
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:first-child {
  width: 132.9px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:nth-child(2) {
  width: 305px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:nth-child(3) {
  width: 218px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:last-child {
  text-align: right;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item.callout {
  color: #414141;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item.callout .caption-1 {
  display: block;
  color: #414141;
  display: none;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item.date-time {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #323232;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .btn {
  padding: 12px 11px;
  max-width: 212px;
  font-size: 13px;
  min-width: 212px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .small-layout-action {
  width: 9px;
  height: 16px;
  display: none;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .small-layout-action img {
  width: 100%;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags {
  width: 301px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .caption {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #666666;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box {
  width: 66px;
  height: 60px;
  border-radius: 5px;
  border: #e9e9e9 solid 1px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 8px 0;
  margin: 0 3px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box:hover em {
  display: none !important;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  width: 14px;
  height: 14px;
  margin: 0 auto 3px;
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_tc {
  background-image: url("/assets/images/svgs/icon_offer_card.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_cap {
  background-image: url("/assets/images/svgs/p-captioned-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_deaf {
  background-image: url("/assets/images/svgs/p-signed-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_ad {
  background-image: url("/assets/images/svgs/p-audio-described-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_disabled {
  background-image: url("/assets/images/svgs/p-signed-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_vip {
  background-image: url("/assets/images/svgs/audio-described-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_sur {
  background-image: url("/assets/images/svgs/p-sur-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_tt {
  background-image: url("/assets/images/svgs/p-touch-tour-wht.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .perf-flags .flag-box .flag.flag_relaxed {
  background-image: url("/assets/images/svgs/p-relaxed-black.svg");
}

.vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-caption-img img {
  max-width: 132.9px;
  max-height: 75px;
  display: block;
  border-radius: 4px;
}

.vanue-production .venu-production-year {
  padding: 20px 35px 20px 15px;
  background: #e9e9e9;
  color: #414141;
}

@media only screen and (max-width: 1023px) {
  .vanue-production {
    border: none;
    padding: 0 0 21px;
  }

  .vanue-production .venu-production-year {
    display: none;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-head {
    display: none;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row {
    display: block;
    background-image: url("/assets/images/svgs/chevron-right-red.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-right: 20px;
    min-height: 95px;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item {
    padding: 10px 4px;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:first-child {
    padding-left: 0;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:nth-child(2) {
    width: auto;
    vertical-align: top;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:nth-child(3),
  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item:nth-child(4) {
    display: none;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item.callout .caption-1 {
    display: block;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .btn {
    display: none;
  }

  .vanue-production .vanue-production-tab-list .vanue-production-tab-row .vanue-production-row-item .small-layout-action {
    display: inline-block;
  }

  .vanue-primary-content {
    padding: 0;
  }

  .vanue-primary-content .nav-tabs {
    display: none;
  }

  .vanue-primary-content .vanue-production-calendar {
    display: block;
  }
}

.vanue-production .filter-links {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 20px 0;
}

.vanue-production .filter-links .filter-item {
  display: inline-block;
}

.vanue-production .filter-links .filter-item.active .filter-link {
  color: #323232;
  font-weight: 600;
}

.vanue-production .filter-links .filter-link {
  display: block;
  color: #e7312e;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  padding: 6px 17px;
  text-decoration: none;
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .vanue-production .filter-links {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .vanue-production .filter-links {
    display: none;
  }
}

.vanue-primary-content-main {
  margin: 0px 0 0;
}

@media only screen and (max-width: 1023px) {
  .venue-primary-nav {
    margin: 0;
  }
}

.venue-content.tab-overview {
  padding: 23px 0 31px;
}

.venue-content.info-content h3 {
  margin-bottom: 2px;
}

@media only screen and (max-width: 700px) {
  .venue-content.tab-overview {
    padding: 13px 0 31px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .vanue-primary-content .tab-poster {
    margin: 23px 0 0;
  }

  .vanue-primary-content .tab-overview {
    margin: 23px 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .vanue-primary-content .tab-poster {
    margin: 13px 0 0;
  }

  .vanue-primary-content .tab-overview {
    margin: 13px 0 0;
  }
}

.tab-overview .production-img-box {
  margin: 10px 0;
}

.tab-overview .production-img-box img {
  display: block;
  width: 100%;
}

.tab-overview .production-multy-images {
  margin: 0 -5px;
}

.tab-overview .production-multy-images .production-images-main {
  display: table;
  width: 100%;
}

.tab-overview .production-multy-images .production-images-main .production-img-box {
  display: table-cell;
  width: 33%;
  padding: 5px;
}

.tab-overview .production-listing {
  list-style: none;
  padding: 0;
}

.tab-overview .production-listing .list-item:before {
  content: "-";
  display: inline-block;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 700px) {
  .tab-overview .production-multy-images .production-images-main {
    display: block;
    width: 100%;
  }

  .tab-overview .production-multy-images .production-images-main .production-img-box {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0 0;
  }
}

.cinema .cinema-production {
  padding: 30px 0;
  margin: 20px;
  border-bottom: 2px solid #e9e9e9;
}

.cinema .cinema-production .image {
  float: none;
  display: inline-block;
  width: 230px;
  text-align: center;
}

.cinema .cinema-production .item-details {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 250px);
}

.cinema .cinema-production .item-details a {
  color: #e7312e;
}

.cinema .line {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.cinema .col6 .col {
  text-align: left;
  font-size: 0.8em;
  float: left;
  margin: 5px;
}

.cinema .col6 .col5 .col {
  width: 135px;
}

.cinema .col6 .col3 {
  text-align: left;
  font-size: 0.8em;
  width: 450px;
  float: left;
  margin: 5px;
}

.cinema .col6 .col4 .col3 {
  width: 440px;
}

.cinema .col6 .col0d5 {
  text-align: left;
  width: 66px;
  float: left;
  margin: 5px;
}

.cinema .table {
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

.cinema .table {
  margin-bottom: 20px;
  width: 100%;
}

.cinema .table th,
.cinema .table td {
  border-top: 1px solid #DDDDDD;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.cinema .table th {
  font-weight: bold;
}

.cinema .table thead th {
  vertical-align: bottom;
}

.cinema .table caption + thead tr:first-child th,
.cinema .table caption + thead tr:first-child td,
.cinema .table colgroup + thead tr:first-child th,
.cinema .table colgroup + thead tr:first-child td,
.cinema .table thead:first-child tr:first-child th,
.cinema .table thead:first-child tr:first-child td {
  border-top: 0 none;
}

.cinema .table tbody + tbody {
  border-top: 2px solid #DDDDDD;
}

.cinema .table-striped tbody > tr:nth-child(2n+1) > td,
.cinema .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #F9F9F9;
}

.cinema #blog .col,
.cinema #history .col,
.cinema #age-disclaimer .col {
  width: auto;
}

.cinema #blog .col-85,
.cinema #history .col-85,
.cinema #age-disclaimer .col-85 {
  width: 80%;
}

@media only screen and (max-width: 1023px) {
  .cinema .cinema-production .image {
    display: block;
    width: 100%;
    text-align: center;
  }

  .cinema .cinema-production .item-details {
    display: block;
    width: 100%;
  }

  .cinema .col6 .col0d5 {
    width: 40px !important;
  }
}

.search-container {
  padding: 60px 0;
}

.search-container .search-filter-mobile {
  display: none;
}

.search-container .search-filter-mobile .apply_filter {
  padding: 10px;
  width: 100%;
  background-color: #f6f7f7;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  background-image: url("/assets/images/svgs/chevron-down.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}

.search-container .search-filter-mobile .apply_filter.active {
  background-image: url("/assets/images/svgs/chevron-up.svg");
}

.search-container .search-filer {
  width: 300px;
  margin-bottom: 100px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.search-container .search-filer .reset-box .reset_filter {
  text-align: center;
  padding: 10px;
  width: 100%;
  display: block;
  background-color: #f6f7f7;
  color: #e7312e;
}

.search-container .search-filer .reset-box .reset_filter SPAN {
  color: #e7312e;
}

.search-container .search-filer .filter-list {
  display: block;
  padding: 0;
  list-style-type: none;
}

.search-container .search-filer .filter-list .filter-heading {
  display: block;
}

.search-container .search-filer .filter-list > LI {
  border-top: 1px solid #f6f7f7;
  padding: 15px 0;
}

.search-container .search-filer .filter-list .filter .inner-filter-list {
  display: block;
  margin: 0;
  padding: 0;
}

.search-container .search-filer .filter-list .filter .inner-filter-list .inner-filter-list-item {
  display: block;
  text-align: left;
  padding: 2px 0;
}

.search-container .search-filer .filter-list .filter .inner-filter-list .inner-filter-list-item.show-more-list {
  text-align: center;
  padding: 10px;
  width: 100%;
  display: block;
  background-color: #f6f7f7;
  margin-top: 10px;
  color: #e7312e;
}

.search-container .search-filer .filter-list .filter .inner-filter-list .inner-filter-list-item.show-more-list SPAN {
  color: #e7312e;
}

.search-container .search-filer .filter-list .filter .inner-filter-list .inner-filter-list-item INPUT.date {
  width: 100%;
}

.search-container .search-filer .filter-list .filter .inner-filter-list .inner-filter-list-item .date-flexible {
  margin-top: 15px;
}

.search-container .search-filer .filter-list .filter.filter-date INPUT.date {
  width: 100%;
}

.search-container .search-filer .filter-list .filter.filter-date .date-flexible {
  margin-top: 15px;
}

.search-container .search-contents {
  width: calc(100% - 320px);
  display: inline-block;
}

.search-container .search-contents .tab-sort-container {
  position: relative;
}

.search-container .search-contents .tab-sort-container .search-tabs {
  display: block;
}

.search-container .search-contents .tab-sort-container .search-sort {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  overflow: hidden;
}

.search-container .search-contents .tab-sort-container .search-sort .search_sort_select {
  width: 150px;
  padding: 10px;
  border: none;
  background-color: #f6f7f7;
  background-image: url("/assets/images/svgs/chevron-down.svg");
  background-position: 100px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-container .search-contents .search-results-container .search-results .search-results-box {
  padding: 15px 0;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-title {
  border-bottom: 2px solid #f6f7f7;
  margin: 20px 0 0 0;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container.shows {
  display: table;
  width: 100%;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item {
  padding: 20px 0;
  border-bottom: 1px solid #f6f7f7;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .image-holder {
  display: inline-block;
  width: 200px;
  padding-right: 20px;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .text-box {
  display: inline-block;
  width: calc(100% - 220px);
  vertical-align: top;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .text-box .title {
  margin-bottom: 5px;
  display: block;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .text-box .sub-title {
  margin-bottom: 5px;
  display: block;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .text-box p {
  margin: 5px 0;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item:hover {
  background-color: #f6f7f7;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show {
  display: table-row;
  border-collapse: collapse;
  width: 100%;
  min-height: 105px;
  border-bottom: 1px solid #e9e9e9;
  height: 105px;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates {
  min-width: 140px;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday {
  text-align: center;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-left {
  display: inline-block;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-sep {
  display: inline-block;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-right {
  display: inline-block;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-image {
  width: 140px;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-image IMG {
  width: 140px;
  height: 75px;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-details .name {
  font-weight: 600;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-details .dateday {
  display: none;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-tickets {
  text-align: right;
}

.search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show:hover {
  background-color: #f6f7f7;
}

.search-container .search-contents .search-results-container .search-results-loading {
  width: 100%;
  padding: 60px 30px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  clear: both;
}

#loading-container {
  z-index: 1;
  width: 150px;
  height: 150px;
  margin-left: calc(50% - 75px);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e7312e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1023px) {
  .search-container {
    padding: 60px 0;
  }

  .search-container .search-filer {
    width: 250px;
    padding-right: 15px;
  }

  .search-container .search-filer .filter-list .filter.filter-date INPUT.date {
    width: 100%;
  }

  .search-container .search-filer .filter-list .filter.filter-date .date-flexible {
    margin-top: 15px;
  }

  .search-container .search-contents {
    width: calc(100% - 265px);
    display: inline-block;
  }

  .search-container .search-contents .tab-sort-container {
    position: relative;
    overflow: hidden;
  }

  .search-container .search-contents .tab-sort-container .search-tabs {
    display: block;
  }

  .search-container .search-contents .tab-sort-container .search-sort {
    position: relative;
    width: 110%;
    overflow: hidden;
    margin-top: 20px;
  }

  .search-container .search-contents .tab-sort-container .search-sort .search_sort_select {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #f6f7f7;
    background-image: url("/assets/images/svgs/chevron-down.svg");
    background-position: 88% center;
    background-repeat: no-repeat;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-title {
    margin: 15px 0 0 0;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item {
    padding: 15px 0;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .image-holder {
    padding-right: 15px;
    width: 145px;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item .text-box {
    width: calc(100% - 150px);
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show {
    display: block;
    width: 100%;
    height: auto;
    min-height: 105px;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates {
    display: none;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday {
    text-align: center;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-left {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-sep {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-right {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-image {
    float: left;
    padding-right: 15px;
    width: 140px;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-image IMG {
    width: 140px;
    height: 75px;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-details {
    width: calc(100% - 155px);
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-details .dateday {
    display: block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-tickets {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .search-container {
    padding: 60px 0;
  }

  .search-container .search-filter-mobile {
    display: block;
  }

  .search-container .search-filer {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: none;
  }

  .search-container .search-filer .filter-list .filter.filter-date INPUT.date {
    width: 100%;
  }

  .search-container .search-filer .filter-list .filter.filter-date .date-flexible {
    margin-top: 15px;
  }

  .search-container .search-contents {
    width: 100%;
    padding: 0;
    display: block;
  }

  .search-container .search-contents .tab-sort-container {
    position: relative;
    overflow: hidden;
  }

  .search-container .search-contents .tab-sort-container .search-tabs {
    display: block;
  }

  .search-container .search-contents .tab-sort-container .search-sort {
    position: relative;
    width: 110%;
    overflow: hidden;
    margin-top: 20px;
  }

  .search-container .search-contents .tab-sort-container .search-sort .search_sort_select {
    width: 100%;
    padding: 20px 10px;
    border: none;
    background-color: #f6f7f7;
    background-image: url("/assets/images/svgs/chevron-down.svg");
    background-position: 88% center;
    background-repeat: no-repeat;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-title {
    margin: 15px 0 0 0;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-item {
    padding: 15px 0;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show {
    display: block;
    width: 100%;
    min-height: 105px;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates {
    display: none;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday {
    text-align: center;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-left {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-sep {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-dates .dateday-right {
    display: inline-block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-image {
    float: left;
    padding-right: 15px;
    width: 140px;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-image IMG {
    width: 140px;
    height: 75px;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-details {
    width: calc(100% - 155px);
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-details .dateday {
    display: block;
  }

  .search-container .search-contents .search-results-container .search-results .search-results-box .results-box-container .search-result-show .show-item-tickets {
    display: none;
  }
}

.blog-container {
  padding: 60px 0;
}

.blog-container h1 {
  line-height: 1.5;
  margin-bottom: 30px;
}

.blog-container .blog-list .blog-list-item {
  display: inline-block;
  width: calc(50% - 20px);
  margin-right: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.blog-container .blog-list .blog-list-item:nth-child(2n+2) {
  margin-right: 0;
}

.blog-container .blog-list .blog-list-item:hover {
  background-color: #f6f7f7;
}

.blog-container .blog-list .blog-list-item:nth-child(2),
.blog-container .blog-list .blog-list-item:first-child {
  border-top: 1px solid #e9e9e9;
}

.blog-container .blog-list .blog-list-item .image-box {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
  vertical-align: top;
}

.blog-container .blog-list .blog-list-item .description-box {
  display: inline-block;
  width: calc(100% - 165px);
  vertical-align: top;
}

.blog-container .blog-list .blog-list-item .description-box P {
  margin: 10px 0;
}

.blog-container .blog-list .blog-list-item .description-box .posted-on {
  opacity: 0.5;
  font-size: 14px;
}

.blog-container .featured-blog-list {
  margin-bottom: 50px;
  /*border-bottom: 1px solid $color-border;*/
}

.blog-container .featured-blog-list .blog-list-item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: calc( 25% - 20px);
}

.blog-container .featured-blog-list .blog-list-item:last-child {
  margin-right: 0;
}

.blog-container .featured-blog-list .blog-list-item .description-box P {
  margin: 10px 0;
}

.blog-container .featured-blog-list .blog-list-item .description-box .posted-on {
  opacity: 0.5;
  font-size: 14px;
}

.blog-container .blog-contents-container .blog-contents {
  display: inline-block;
  padding-right: 60px;
  width: calc(100% - 305px);
  vertical-align: top;
}

.blog-container .blog-contents-container .blog-contents a {
  color: #e7312e;
}

.blog-container .blog-contents-container .latest-news {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding-left: 15px;
  background-color: #ffffff;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item:hover {
  background-color: #f6f7f7;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item:first-child {
  border-top: 1px solid #e9e9e9;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item .image-box {
  display: inline-block;
  width: 80px;
  margin: 0;
  margin-left: 10px;
  vertical-align: top;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item .description-box {
  display: inline-block;
  width: calc(100% - 95px);
  vertical-align: top;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item .description-box P {
  display: none;
}

.blog-container .blog-contents-container .latest-news .blog-list .blog-list-item .description-box .posted-on {
  opacity: 0.5;
  font-size: 14px;
}

@media only screen and (max-width: 700px) {
  .blog-container {
    padding: 30px 0;
  }

  .blog-container .blog-list .blog-list-item {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
  }

  .blog-container .blog-list .blog-list-item:nth-child(2n+2) {
    margin-right: 0;
  }

  .blog-container .blog-list .blog-list-item:first-child {
    border-top: 1px solid #e9e9e9;
  }

  .blog-container .featured-blog-list .blog-list-item {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 20px;
    width: calc( 50% - 20px);
  }

  .blog-container .featured-blog-list .blog-list-item:nth-child(2n+2) {
    margin-right: 0;
    clear: right;
  }

  .blog-container .featured-blog-list .blog-list-item .description-box P {
    display: none;
  }

  .blog-container .featured-blog-list .blog-list-item .description-box .posted-on {
    padding-top: 5px;
  }

  .blog-container .blog-contents-container .blog-contents {
    display: block;
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .blog-container .blog-contents-container .latest-news {
    display: block;
    width: 100%;
  }
}

.page-section {
  padding: 60px 0;
}

.page-section .page-container {
  display: inline-block;
  padding-right: 60px;
  width: calc(100% - 305px);
  vertical-align: top;
}

.page-section .page-container P {
  /*margin: 5px 0;*/
}

.page-section .page-container A {
  color: #e7312e;
}

.page-section .page-container A.btn {
  color: #ffffff;
}

.page-section .page-container TABLE {
  width: 100% !important;
}

.page-section .page-right {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding-left: 15px;
  background-color: #ffffff;
}

.page-section .page-right .helpful-links-container .helpful-links {
  padding: 0;
  margin: 0;
  display: block;
}

.page-section .page-right .helpful-links-container .helpful-links .helpful-links-item {
  display: block;
  border-bottom: 1px solid #e9e9e9;
}

.page-section .page-right .helpful-links-container .helpful-links .helpful-links-item .helpful-links-link {
  display: block;
  padding: 10px;
  width: 100%;
}

.page-section .page-right .helpful-links-container .helpful-links .helpful-links-item:hover {
  background-color: #f6f7f7;
}

.page-section .text {
  width: 100%;
}

.page-section .toggle,
.page-section .collapsed,
.page-section .expanded {
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .page-section {
    padding: 60px 0;
  }

  .page-section .page-container {
    padding-right: 0;
    display: block;
    width: 100%;
  }

  .page-section .page-right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

/**
 * Clear inner floats
 */

.clearfix:after,
.container:after,
.price-calender-main:after,
.venue-content:after,
.about-content:after,
.access-content:after,
.seating-plan-content:after,
.small-layouts-callendar .week-days-events:after,
.small-layouts-callendar .week-days-events .day-events-inner:after,
.small-layouts-callendar .week-days-events .day-events-inner .event-time-holder:after,
.row:after,
.info-section-main:after,
.prices-head:after,
.showdetails:after,
.theater-card-content:after,
.group-booking-content:after,
.blog-content:after,
.blog-content .blog-inner:after,
.booking-fees-content:after,
.customer-also-viewed:after,
.customer-also-viewed .main-row:after,
.vanue-header-box:after,
.vanue-primary-content-main .price-calender-main .sub-tab-content:after,
.vanue-bistro-content:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Clear pre floats
 */

.clear {
  clear: both;
}

/**
 * Hide element
 */

.hide {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .hide\:mobile,
  .hide--on-mobile {
    display: none;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
  .hide\:mobile-landscape,
  .hide--on-landscape {
    display: none;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .hide\:tablet,
  .hide--on-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .hide\:laptop,
  .hide--on-laptop {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .hide\:desktop,
  .hide--on-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  .hide\:large,
  .hide--on-large {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .hide\:upto-tablet {
    display: none;
  }
}

@media only screen and (max-width: 1320px) {
  .hide\:upto-laptop {
    display: none;
  }
}

@media only screen and (min-width: 1260px) {
  .hide\:from-laptop {
    display: none;
  }
}

/**
 * Display elements
 */

.show\:landscape,
.show\:tablet,
.show\:mobile,
.show\:laptop,
.show\:desktop,
.show\:upto-tablet .show\:large {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .show\:upto-tablet {
    display: block;
  }
}

.show\:upto-laptop {
  display: none;
}

@media only screen and (max-width: 1320px) {
  .show\:upto-laptop {
    display: block;
  }
}

.show\:from-laptop {
  display: none;
}

@media only screen and (min-width: 1260px) {
  .show\:from-laptop {
    display: block;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .show\:tablet {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .show\:laptop {
    display: block;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .show\:desktop {
    display: block;
  }
}

@media only screen and (min-width: 1920px) {
  .show\:large {
    display: block;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
  .show\:landscape {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .show\:mobile {
    display: block;
  }

  .show\:desktop {
    display: none;
  }
}

/**
 * Alignment
 */

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

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

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

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

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .align-center\:mobile {
    text-align: inherit;
  }
}

/**
 * Background positions
 */

.bg-center-right {
  background-position: center right;
}

.bg-center-left {
  background-position: center left;
}

.bg-center-center {
  background-position: center center;
}

.bg-top-center {
  background-position: top center;
}

.bg-bottom-center {
  background-position: bottom center;
}

.bg-top-right {
  background-position: top right;
}

.bg-top-left {
  background-position: top left;
}

.bg-bottom-right {
  background-position: bottom right;
}

.bg-bottom-left {
  background-position: bottom left;
}

.bg-bottom-right {
  background-position: bottom right;
}

/**
 * Min heights
 */

@media only screen and (min-width: 701px) {
  .min-height-100\:from-tablet {
    min-height: 100px;
  }

  .min-height-125\:from-tablet {
    min-height: 125px;
  }

  .min-height-150\:from-tablet {
    min-height: 150px;
  }

  .min-height-175\:from-tablet {
    min-height: 175px;
  }

  .min-height-200\:from-tablet {
    min-height: 200px;
  }

  .min-height-225\:from-tablet {
    min-height: 225px;
  }

  .min-height-250\:from-tablet {
    min-height: 250px;
  }

  .min-height-275\:from-tablet {
    min-height: 275px;
  }

  .min-height-300\:from-tablet {
    min-height: 300px;
  }

  .min-height-325\:from-tablet {
    min-height: 325px;
  }

  .min-height-350\:from-tablet {
    min-height: 350px;
  }

  .min-height-375\:from-tablet {
    min-height: 375px;
  }

  .min-height-400\:from-tablet {
    min-height: 400px;
  }

  .min-height-425\:from-tablet {
    min-height: 425px;
  }

  .min-height-450\:from-tablet {
    min-height: 450px;
  }

  .min-height-475\:from-tablet {
    min-height: 475px;
  }

  .min-height-500\:from-tablet {
    min-height: 500px;
  }

  .min-height-525\:from-tablet {
    min-height: 525px;
  }

  .min-height-550\:from-tablet {
    min-height: 550px;
  }

  .min-height-575\:from-tablet {
    min-height: 575px;
  }

  .min-height-600\:from-tablet {
    min-height: 600px;
  }

  .min-height-625\:from-tablet {
    min-height: 625px;
  }

  .min-height-650\:from-tablet {
    min-height: 650px;
  }

  .min-height-675\:from-tablet {
    min-height: 675px;
  }

  .min-height-700\:from-tablet {
    min-height: 700px;
  }

  .min-height-725\:from-tablet {
    min-height: 725px;
  }

  .min-height-750\:from-tablet {
    min-height: 750px;
  }

  .min-height-775\:from-tablet {
    min-height: 775px;
  }

  .min-height-800\:from-tablet {
    min-height: 800px;
  }

  .min-height-825\:from-tablet {
    min-height: 825px;
  }

  .min-height-850\:from-tablet {
    min-height: 850px;
  }

  .min-height-875\:from-tablet {
    min-height: 875px;
  }

  .min-height-900\:from-tablet {
    min-height: 900px;
  }

  .min-height-925\:from-tablet {
    min-height: 925px;
  }

  .min-height-950\:from-tablet {
    min-height: 950px;
  }

  .min-height-975\:from-tablet {
    min-height: 975px;
  }

  .min-height-1000\:from-tablet {
    min-height: 1000px;
  }

  .min-height-1025\:from-tablet {
    min-height: 1025px;
  }

  .min-height-1050\:from-tablet {
    min-height: 1050px;
  }

  .min-height-1075\:from-tablet {
    min-height: 1075px;
  }

  .min-height-1100\:from-tablet {
    min-height: 1100px;
  }

  .min-height-1125\:from-tablet {
    min-height: 1125px;
  }

  .min-height-1150\:from-tablet {
    min-height: 1150px;
  }

  .min-height-1175\:from-tablet {
    min-height: 1175px;
  }

  .min-height-1200\:from-tablet {
    min-height: 1200px;
  }

  .min-height-1225\:from-tablet {
    min-height: 1225px;
  }

  .min-height-1250\:from-tablet {
    min-height: 1250px;
  }

  .min-height-1275\:from-tablet {
    min-height: 1275px;
  }

  .min-height-1300\:from-tablet {
    min-height: 1300px;
  }
}

@media only screen and (max-width: 700px) {
  .min-height-100\:mobile {
    min-height: 100px;
  }

  .min-height-125\:mobile {
    min-height: 125px;
  }

  .min-height-150\:mobile {
    min-height: 150px;
  }

  .min-height-175\:mobile {
    min-height: 175px;
  }

  .min-height-200\:mobile {
    min-height: 200px;
  }

  .min-height-225\:mobile {
    min-height: 225px;
  }

  .min-height-250\:mobile {
    min-height: 250px;
  }

  .min-height-275\:mobile {
    min-height: 275px;
  }

  .min-height-300\:mobile {
    min-height: 300px;
  }

  .min-height-325\:mobile {
    min-height: 325px;
  }

  .min-height-350\:mobile {
    min-height: 350px;
  }

  .min-height-375\:mobile {
    min-height: 375px;
  }

  .min-height-400\:mobile {
    min-height: 400px;
  }

  .min-height-425\:mobile {
    min-height: 425px;
  }

  .min-height-450\:mobile {
    min-height: 450px;
  }

  .min-height-475\:mobile {
    min-height: 475px;
  }

  .min-height-500\:mobile {
    min-height: 500px;
  }

  .min-height-525\:mobile {
    min-height: 525px;
  }

  .min-height-550\:mobile {
    min-height: 550px;
  }

  .min-height-575\:mobile {
    min-height: 575px;
  }

  .min-height-600\:mobile {
    min-height: 600px;
  }

  .min-height-625\:mobile {
    min-height: 625px;
  }

  .min-height-650\:mobile {
    min-height: 650px;
  }

  .min-height-675\:mobile {
    min-height: 675px;
  }

  .min-height-700\:mobile {
    min-height: 700px;
  }

  .min-height-725\:mobile {
    min-height: 725px;
  }

  .min-height-750\:mobile {
    min-height: 750px;
  }

  .min-height-775\:mobile {
    min-height: 775px;
  }

  .min-height-800\:mobile {
    min-height: 800px;
  }

  .min-height-825\:mobile {
    min-height: 825px;
  }

  .min-height-850\:mobile {
    min-height: 850px;
  }

  .min-height-875\:mobile {
    min-height: 875px;
  }

  .min-height-900\:mobile {
    min-height: 900px;
  }

  .min-height-925\:mobile {
    min-height: 925px;
  }

  .min-height-950\:mobile {
    min-height: 950px;
  }

  .min-height-975\:mobile {
    min-height: 975px;
  }

  .min-height-1000\:mobile {
    min-height: 1000px;
  }

  .min-height-1025\:mobile {
    min-height: 1025px;
  }

  .min-height-1050\:mobile {
    min-height: 1050px;
  }

  .min-height-1075\:mobile {
    min-height: 1075px;
  }

  .min-height-1100\:mobile {
    min-height: 1100px;
  }

  .min-height-1125\:mobile {
    min-height: 1125px;
  }

  .min-height-1150\:mobile {
    min-height: 1150px;
  }

  .min-height-1175\:mobile {
    min-height: 1175px;
  }

  .min-height-1200\:mobile {
    min-height: 1200px;
  }

  .min-height-1225\:mobile {
    min-height: 1225px;
  }

  .min-height-1250\:mobile {
    min-height: 1250px;
  }

  .min-height-1275\:mobile {
    min-height: 1275px;
  }

  .min-height-1300\:mobile {
    min-height: 1300px;
  }
}

