@import url(//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
@charset "UTF-8";
/* @params duration | timing-function | delay | name */
:root {
  --base-text-color:#000;
  --base-bg:#fff;
  --highlight-color:#31bccf;
  --disabled-color:#b3b5b6;
  --button-active-color:#fff;
  --button-active-bg:rgba(77, 77, 77, 0.8);
  --base-font-size: 16px;
  --font-family: "almoni-dl", "Open Sans Hebrew Condensed", "Alef", sans-serif;
  --show-bg: #FFFFFF;
  --show-bg-alt: #f6f6f6;
  --show-base-color: var(--base-text-color);
  --page-cover-color: #FFFFFF;
  --page-cover-bg: #DDDDDD;
  --app-header-height: 15vh;
  --app-action-nav-height: 90px;
  --app-splash-botton-space:50px;
  --page-splash-height: calc(100vh - var(--app-header-height) - var(--app-splash-botton-space));
  --page-cover-height: calc(var(--page-splash-height) - var(--app-action-nav-height));
}
@media (max-width: 768px) {
  :root {
    --app-header-height: 10v;
    --page-cover-height: 30vh;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
  background: url(../images/arrow_right.svg) 50% no-repeat;
  right: auto;
  width: 40px;
  height: 40px;
  background-size: contain;
  z-index: 5;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  display: none;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../images/arrow_right.svg) 50% no-repeat;
}

.slick-next {
  left: 10px;
  background: url(../images/arrow_left.svg) 50% no-repeat;
  right: auto;
  width: 40px;
  height: 40px;
  background-size: contain;
  z-index: 5;
}
.slick-next:hover, .slick-next:focus {
  background: url(../images/arrow_left.svg) 50% no-repeat;
}
[dir=rtl] .slick-next {
  left: 10px;
  right: auto;
}
.slick-next:before {
  display: none;
}
[dir=rtl] .slick-next:before {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* @params duration | timing-function | delay | name */
/*FONTS*/
/*fonts*/
@font-face {
  font-family: "almoni-dl";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-700.eot");
  src: url("../fonts/almoni-dl-aaa-700.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-700.woff") format("woff"), url("../fonts/almoni-dl-aaa-700.ttf") format("truetype");
  /*(bold)*/
}
@font-face {
  font-family: "almoni-dl";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-900.eot");
  src: url("../fonts/almoni-dl-aaa-900.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-900.woff") format("woff"), url("../fonts/almoni-dl-aaa-900.ttf") format("truetype");
  /*(black)*/
}
@font-face {
  font-family: "almoni-dl";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-300.eot");
  src: url("../fonts/almoni-dl-aaa-300.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-300.woff") format("woff"), url("../fonts/almoni-dl-aaa-300.ttf") format("truetype");
  /*(light)*/
}
@font-face {
  font-family: "almoni-dl";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-400.eot");
  src: url("../fonts/almoni-dl-aaa-400.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-400.woff") format("woff"), url("../fonts/almoni-dl-aaa-400.ttf") format("truetype");
  /*(regular)*/
}
@font-face {
  font-family: "Alef";
  src: url("../fonts/Alef-Bold.eot");
  src: url("../fonts/Alef-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Alef-Bold.woff") format("woff"), url("../fonts/Alef-Bold.ttf") format("truetype"), url("../fonts/Alef-Bold.svg#alefbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Alef";
  src: url("../fonts/Alef-Regular.eot");
  src: url("../fonts/Alef-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Alef-Regular.woff") format("woff"), url("../fonts/Alef-Regular.ttf") format("truetype"), url("../fonts/Alef-Regular.svg#alefregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  /* position: relative;
   min-height: 100%;*/
  direction: rtl;
  position: relative;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: "almoni-dl", "Open Sans Hebrew Condensed", "Alef", sans-serif;
  background: #FFFFFF;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  background-position: 50%;
  min-height: 100%;
  height: 100%;
  background-position: 50% 0;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
}

b, strong {
  font-weight: 700;
}

hr.item-sep {
  border-top: 1px solid #000000;
  margin: 10px 0;
}

.error-404 {
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.popText {
  padding: 20px;
}

/*body.design_dark
-----------------------------------------------------*/
body.design_dark {
  background-color: #3D3C3E;
}

.design_dark .error-404 {
  color: #FFFFFF;
}

body.design_dark #logo:after,
body.design_dark #logo:before {
  background: #FFFFFF;
}

body.design_dark hr.item-sep {
  border-top: 1px solid #FFFFFF;
}

body.design_dark nav#social-top-menu a {
  color: #FFFFFF;
}

/*end body.design_dark
-----------------------------------------------------*/
.site-main {
  padding-bottom: 50px;
}

div#page {
  background: transparent;
  min-height: calc(100% - 135px);
  /* height: 100%; */
  margin: 0;
}

/*header*/
.main-navigation .primary-menu > li {
  float: right;
  padding: 5px 10px;
}

.main-navigation a {
  color: #000000;
  font-size: 24px;
  padding: 5px 0;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  line-height: 25px;
}

.main-navigation a:hover, .main-navigation a:focus,
.current-menu-item a {
  border-bottom: 3px solid #73CEED;
}

/*temp*/
#logo {
  padding-top: 17px;
  display: block;
  vertical-align: top;
  width: 264px;
  margin: auto;
  text-align: center;
  background-color: transparent;
  padding: 15px 0;
}

#logo:after, #logo:before {
  display: block;
  width: calc(50% - 132px);
  height: 4px;
  background: #000000;
  position: absolute;
  content: " ";
  top: 60px;
  left: 0;
}

#logo:before {
  left: auto;
  right: 0;
}

/*header_small*/
.header_small #logo {
  width: 100px;
  padding: 10px 0;
}

.header_small #social-top-menu {
  display: none;
}

.header_small #logo:after,
.header_small #logo:before {
  width: calc(50% - 50px);
  height: 2px;
  top: 26px;
}

#logo > a {
  display: block;
}

header#siteHeader {
  /* -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2); */
  /* box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2); */
  /* border-bottom: 1px solid #fff; */
  /* height: 100px; */
  /* background: #1f1a13 url('../images/head_bg.jpg') repeat-x; */
  position: relative;
  z-index: 9;
}

.header_hide header#siteHeader {
  display: none !important;
}

#siteHeader .search-form {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

#siteHeader .headerSearch {
  width: auto;
  display: inline-block;
  float: left;
  margin: 28px 20px 0 0;
}

#siteHeader .search-form input.search-field {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 21px;
  padding: 5px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  width: 220px;
}

#siteHeader .search-form .loader {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 40px;
  margin: 0;
  right: auto;
  display: none;
}

div#search_results {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  z-index: 9;
  padding: 5px;
  display: none;
}

div#search_results .result-item {
  display: flex;
  margin-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  text-decoration: none;
  color: initial;
  flex-wrap: wrap;
}

div#search_results .result-item:hover {
  background: #F6F6F6;
}

div#search_results .result-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

div#search_results .result-item img {
  min-width: 100%;
  height: auto;
  flex: 1;
  display: none;
}

div#search_results .result-item .result-content {
  flex: 1;
  padding: 5px 0;
}

div#search_results .result-item .result-content h4 {
  margin: 0;
}

div#search_results .result-item .result-content p {
  margin: 0;
}

.search-form input.search-field::-webkit-input-placeholder {
  color: #FFFFFF;
}

.search-form input.search-field:-moz-placeholder {
  color: #FFFFFF;
}

.search-form input.search-field::-moz-placeholder {
  color: #FFFFFF;
}

.search-form input.search-field:-ms-input-placeholder {
  color: #FFFFFF;
}

#siteHeader .search-form .search-submit {
  border: none;
  color: #FFFFFF;
  background-color: transparent;
  position: absolute;
  left: 0;
}

.search-submit:before {
  line-height: 37px;
  height: 35px;
}

div#site-header-menu {
  display: inline-block;
  float: left;
  /* display: none; */
}

#siteHeader .search-form label {
  margin: 0;
}

#topNav {
  position: absolute;
  right: 0;
  top: 75px;
}

#topNav a {
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: left;
  text-decoration: none;
  padding: 0px 15px;
  font-size: 17px;
  color: #3D3C3E;
  background: #FFFFFF;
  border-radius: 5px;
}

a#print_info_btn {
  margin-top: 5px;
}

#login_btn:after {
  transform: translate3d(-91%, 0, 0);
}

.single-show #topNav {
  top: 15px;
  z-index: 9;
  font-size: 15px;
}

nav#social-top-menu {
  text-align: left;
  position: absolute;
  left: 0;
  top: 70px;
}

nav#social-top-menu a {
  font-size: 25px;
  margin: 0 5px 0 0;
  color: #444444;
}

ul#menu-social {
  margin: 0;
}

ul#menu-social li {
  display: inline-block;
  color: #444444;
  margin: 0 5px;
}

.site-header-main {
  display: inline-block;
  /* float: left; */
  width: calc(100% - 300px);
  /* position: absolute; */
}

.main-navigation .primary-menu {
  margin: 25px 0px;
}

/*content*/
.site-main h1 {
  margin: 10px 0;
  font-size: 33px;
  text-align: center;
}

header.page-header {
  border: none;
  padding-bottom: 0;
}

.design_dark .site-main h1 {
  color: #FFFFFF;
}

.static-page {
  background: #FFFFFF;
}

.static-page article.page {
  padding: 15px 50px;
}

.design_dark .static-page article.page h1 {
  color: #000000;
  margin: 15px 0;
}

.static-page div#mainContentarea {
  text-align: right;
}

.tg-grid-area-top1 {
  /* display: none; */
  text-align: center;
}

.tg-txt .tg-nav-font,
.tg-txt input[type=text].tg-search {
  font-size: 20px !important;
  color: #000000 !important;
  font-weight: bold !important;
  margin: 0 5px 10px;
  border-top: 2px solid transparent;
}

.tg-txt .tg-nav-font.tg-filter-active {
  border-top: 3px solid #73CEED !important;
}

div#mainContentarea {
  /* overflow: hidden; */
  min-height: 100%;
  position: relative;
}

/*singleshow*/
/*fancybox stuff*/
.fancybox-close {
  top: -5px;
  right: -36px;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#overlay {
  z-index: 98;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
}

.fancybox-overlay {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-lock .fancybox-overlay {
  overflow-y: hidden;
}

.fancybox-wrap {
  z-index: 9999999;
  margin-left: -9px;
}

.fancybox-inner .inner {
  margin: auto;
  color: #000000;
  font-size: 17px;
  background-size: 100%;
  position: relative;
  z-index: 10;
  padding: 10px;
  margin-top: 0;
  width: 650px;
  max-height: none;
  padding: 0;
}

.fancybox-inner .inner img {
  max-width: 100%;
  display: block;
  margin: auto;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.fancybox-inner .inner h2 {
  text-align: center;
  margin: 0px 0;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 30px;
  color: #000000;
  line-height: 34px;
}

.fancybox-inner .inner h3 {
  text-align: center;
  margin: 0px 0;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 26px;
}

.fancybox-inner .inner p {
  margin: 10px 0;
}

.fancybox-inner .inner p.bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

main#main {
  position: relative;
  min-height: 100%;
  /* max-width: 900px;*/
  margin: auto;
}

header#showHeader {
  position: relative;
  z-index: 1;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  /* -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); */
  /* border-bottom: 1px solid #FFFFFF; */
}

.single-show article.show {
  margin: 0;
}

#bottom_actions {
  text-align: center;
  clear: both;
  padding: 15px;
}

span.order-notice {
  display: block;
  text-align: center;
  padding: 0px 10px;
}

.showLogo {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}

section#frame {
  z-index: 99;
  position: relative;
}

#frame {
  max-width: 1000px;
  margin: 30px auto;
  margin-top: 0 !important;
  position: absolute;
  z-index: 100;
  width: 1000px;
  right: 50%;
  margin-right: -500px;
  top: 20px;
  display: none;
}

#frame.full_width_bgframe {
  width: 100%;
  max-width: none;
  background-color: #FFFFFF;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}

#frame.full_width_bgframe a.closeframe {
  top: -37px;
  right: auto;
  left: 0;
}

#frame.full_width_bgframe .framein {
  position: relative;
  z-index: 10;
  /* width: 1024px; */
  /* margin: 0 auto; */
  -webkit-box-shadow: none;
  box-shadow: none;
}

#frame.full_width_bgframe div#esroIframe {
  width: 1024px;
  margin: 0 auto;
  max-width: 100%;
}

#frame.full_width_bgframe div#esroIframe iframe {
  margin: 20px auto;
}

.framein {
  -webkit-box-shadow: 2px 30px 100px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 2px 30px 100px 0 rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 10;
}

.backTop {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  cursor: pointer;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin-top: 10px;
  position: relative;
  z-index: 9;
  display: inline-block;
  top: -10px;
  position: relative;
  color: #FFFFFF;
}

#showFooter {
  width: 100%;
}
#showFooter > div.footer-inner {
  padding: 2% 0;
}
@media (max-width: 768px) {
  #showFooter > div.footer-inner {
    padding: 5%;
  }
}

section#showsPanel {
  text-align: center;
}

h2.noshows {
  text-align: center;
  color: #000000;
  padding: 5px;
  display: inline-block;
}

#selectShows {
  text-align: center;
}

#selectShows ul {
  list-style: none;
  margin: 0;
  margin: auto;
}

#selectShows ul.cat-shows {
  width: 100%;
}

#selectShows li {
  margin: 5px 0;
}

#selectShows li.soldout a > * {
  opacity: 0.4;
}

#selectShows li a.order_show > span {
  display: inline-block;
  padding: 0;
  font-size: 20px;
  float: right;
}

#selectShows li a.order_show > span.sep {
  padding: 0 2px;
}

#selectShows li a.order_show > span.free_text2 {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  font-size: 17px;
}

#selectShows li a.order_show > span.lastlabel,
#selectShows li a.order_show > span.soldooutlabel,
#selectShows li a.order_show > span.custom_label {
  position: relative;
  font-weight: 400;
  color: red;
  border: 1px solid;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  margin-left: 25px;
  margin-top: 13px;
  float: left;
  text-transform: uppercase;
}

#selectShows li a.order_show > span.custom_label {
  border: none;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#selectShows li a.order_show > span.custom_label img {
  max-height: 100%;
}

#selectShows li.soldout a > span.soldooutlabel {
  opacity: 1;
}

#selectShows li a.order_show:hover > span.lastlabel,
#selectShows li a.order_show > span.soldooutlabel {
  color: red;
}

h2.selectTitle {
  background: transparent;
  padding: 0;
  height: auto;
  line-height: normal;
  z-index: 2;
  position: relative;
}

#selectShows li.soldout a:hover {
  cursor: not-allowed;
}

p.bold {
  font-weight: bold;
}

#selectShows li a.order_show > span.date {
  font-size: 24px;
  font-weight: bold;
}

#selectShows li a.order_show > span.starts {
  float: left;
  font-size: 22px;
  font-weight: bold;
}

span.datesRange {
  float: left;
}

ul.day-shows,
ul.cat-shows {
  display: none;
}

#selectShows li.active ul.day-shows,
#selectShows li.active ul.cat-shows {
  display: block;
}

#selectShows > ul > li.active {
  /* width: 90%; */
  margin: auto;
  text-align: center;
}
#selectShows > ul > li.active .cat-inner {
  position: relative;
}
#selectShows > ul > li.active .cat-inner .catlabel:before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent var(--highlight-color) transparent transparent;
}
@media (max-width: 768px) {
  #selectShows > ul > li.active .cat-inner .catlabel:before {
    right: -12px;
    top: calc(50% - 10px);
    border-width: 10px 8px 10px 0;
    border-color: transparent var(--highlight-color) transparent transparent;
  }
}

#selectShows.buttons_by_calendar ul li .ticket-row-inner > span.date,
#selectShows.buttons_by_freeText_calendar ul li .ticket-row-inner > span.date,
#selectShows.buttons_by_city_calendar ul li .ticket-row-inner > span.date {
  display: none;
}

#selectShows > ul > li.active * {
  /* font-size: 20px; */
  /* line-height: 35px; */
  /* float: none; */
}

a.backBtn {
  font-weight: normal;
  margin: 20px auto;
  font-size: 24px;
  color: #4D4D4D;
  text-decoration: none;
  display: inline-block;
}

a.backBtn.backtoDates {
  display: none;
}

#selectShows.daysView .backtoDates {
  display: inline-block;
}

.showsFooter {
  text-align: center;
}

/*thanku page*/
.thankubox {
  padding-top: 20px;
}

.thankubox h2 {
  text-align: center;
}

div#thankuTiket {
  position: relative;
  width: 650px;
  height: 300px;
  margin: 50px auto;
}

body.design_dark .thankubox h2 {
  color: #FFFFFF;
}

#thankuTiket .ticket {
  background: url("../images/ticket.png");
  width: 608px;
  height: 275px;
  position: absolute;
}

#thankuTiket .ticket.back {
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.page-template-page-thanku #siteHeader,
.page-template-page-thanku #pageFooter {
  display: none;
}

#thankuTiket .ticket.back .contentT {
  background: rgba(0, 0, 0, 0.11);
}

.contentT {
  width: 425px;
  height: 265px;
  float: left;
  margin-left: 6px;
  background-size: cover;
  border-radius: 0 17px 17px 0;
  overflow: hidden;
  color: #444444;
}

.sideT {
  width: 170px;
  height: 265px;
  margin-right: 6px;
  float: right;
  padding: 20px;
  position: relative;
}

.sideT .inner {
  width: 220px;
  transform-origin: top right;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 150px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.sideT .inner .row1 {
  font-size: 24px;
  line-height: 23px;
}

.sideT .inner .row2 {
  font-size: 24px;
}

.contentT .overlay {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}

.contentT .overlay .inner {
  width: 330px;
  font-size: 18px;
}

.contentT .overlay .inner hr {
  margin: 5px 0;
  border-top: 1px solid #4D4D4D;
}

.sideT .inner hr {
  margin: 5px 0;
  border-top: 1px solid #FFFFFF;
}

.contentT .showLogo {
  max-height: 75px;
  margin: 0;
}

.contentT .showLogo img {
  height: auto;
  width: auto;
  max-height: 75px;
}

.ticketDetails span {
  display: inline-block;
}

.showGrid hr:last-of-type {
  display: none;
}

/*stripe element*/
.ani, .anim1, .anim1 * {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

article.item-show.item-strip {
  width: 100%;
  margin: 10px 0;
}

article.item-show .item_link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: -99999999px;
}

.item-media-holder:hover .item_link {
  display: block;
}

article.item-show img {
  width: 100%;
}

.item-media-holder {
  position: relative;
  width: 100%;
  /* cursor: pointer; */
  overflow: hidden;
}

.item-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-content-holder {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  height: 100%;
  display: block;
}

.item-content-holder .item-title {
  margin: 10px auto 0;
}

.item-content-holder .item-title a,
.item-content-holder .item-title span {
  font-size: 31px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

.item-read-more {
  position: relative;
  margin-top: 4%;
}

.item-read-more a {
  display: inline-block;
  border: none;
  padding: 4px 0;
  text-transform: uppercase;
  font-size: 24px;
  /* background: #FFFFFF; */
  color: #161616;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #161616;
  width: 200px;
  margin-bottom: 5px;
}

.item-media-holder:hover .item-content-holder,
.item-media-holder:hover .item-overlay,
.item-show:focus .item-content-holder,
.item-show:focus .item-overlay,
.item-show.hover .item-overlay,
.item-show.hover .item-content-holder {
  opacity: 1;
}

.item-extra_row {
  font-weight: 900;
  font-size: 22px;
}

/*anim1*/
.anim1 .item-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.anim1 .item-extra_row {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 15px, 0);
}

.anim1 .item-read-more {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.anim1 .item-content-holder .item-title a,
.anim1 .item-content-holder .item-title span {
  color: #161616;
}

.anim1 .item-content-holder .item-title {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.anim1 .item-read-more a:after,
.anim1 .item-read-more a:before {
  display: block;
  width: calc(50% - 100px);
  height: 3px;
  background: #000000;
  position: absolute;
  content: " ";
  top: 27px;
  left: 0;
  display: none;
}

.anim1 .item-read-more a:before {
  left: auto;
  right: 0;
}

.anim1 .item-media-holder:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.anim1 .item-media-holder:hover .item-read-more {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.anim1 .item-media-holder:hover .item-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.anim1 .item-media-holder:hover .item-extra_row {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

/*anim1*/
/*item-box*/
.item-show.item-box {
  min-height: 100px;
  margin-bottom: 15px;
}

/*footer*/
.push-footer {
  /* height: 120px; */
}

footer.site-footer {
  height: auto;
  background: #000000 repeat-x;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #FFFFFF;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

a#siteby {
  /* position: absolute; */
  /* bottom: 5px; */
  /* right: 5px; */
  margin: 5px 0;
  display: inline-block;
}

a#siteby img {
  width: 120px;
}

body.footer_hide #page {
  margin: 0;
}

.footer_hide footer.site-footer {
  /* display:none!important; */
  height: 0;
  background: transparent;
  box-shadow: 0 0 0 0;
  border-top: none;
}

.footer_hide footer.site-footer .address,
.footer_hide footer.site-footer .sslNotice {
  display: none;
}

.footer_hide .push-footer {
  height: 0px;
}

.footer_hide {
  margin: 0;
}

.site-footer-right {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-footer-left {
  padding-top: 5px;
  padding-bottom: 15px;
}

.address {
  text-align: right;
  color: #FFFFFF;
  font-size: 14px;
  margin: auto;
}

.address p {
  margin: 0;
}

.sslNotice {
  display: block;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  padding: 10px 0 10px;
}

.sslIcon {
  background: url("../images/sslicon.png");
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0 0 0 5px;
}

.footer_help a {
  font-size: 20px;
  border: 1px solid;
  padding: 5px 10px;
  display: none;
}

.footer_help a:hover {
  text-decoration: none;
}

.sslNotice span {
  vertical-align: middle;
  display: inline-block;
}

/*acf map*/
.acf-map {
  width: 100%;
  height: 330px;
  border: #CCCCCC solid 1px;
  margin: 0;
}

pre {
  direction: ltr;
  text-align: left;
}

/*mobile icon*/
#mainNavBtn {
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  float: right;
  display: none;
}

#mainNavBtn:before,
#mainNavBtn:after,
#mainNavBtn span {
  background: #FFFFFF;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0;
}

#mainNavBtn:before {
  top: 0;
}

#mainNavBtn span {
  top: 10px;
}

#mainNavBtn:after {
  top: 20px;
}

#mainNavBtn span.x,
#mainNavBtn span.x2 {
  background: none;
  top: 10px;
}

#mainNavBtn.on span.x {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  background: #000000;
}

#mainNavBtn.on span.x2 {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #000000;
}

#mainNavBtn.on:before,
#mainNavBtn.on:after,
#mainNavBtn.on span {
  background: none;
}

#mainNavBtn.on.w span.x2,
#mainNavBtn.on span.x {
  background-color: #FFFFFF;
}

div#loading.firstLoad {
  background: rgba(0, 0, 0, 0.9);
  display: block;
}

div#loading {
  background: rgba(0, 0, 0, 0.5);
  WIDTH: 100%;
  HEIGHT: 100%;
  position: fixed;
  Z-INDEX: 999;
  display: none;
  top: 0;
}

.loader {
  text-align: center;
  padding: 0;
  text-indent: -9999px;
  background: url("../images/ajax-loader-white.gif") no-repeat 50% 50%;
  width: 32px;
  height: 32px;
  margin-top: 100px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
}

div#console {
  position: fixed;
  left: -490px;
  width: 500px;
  top: 0;
  background: #FFFFFF;
  font-size: 18px;
  text-align: left;
  direction: ltr;
  z-index: 9999999;
}

div#console td {
  text-align: left;
  padding: 5px;
}

div#console:hover {
  left: 0;
}

a.closeframe {
  position: absolute;
  top: -5px;
  right: -36px;
  background-image: url("../images/fancybox_sprite.png");
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.single-show .edit-link {
  position: fixed;
  top: 0;
  right: 0;
  background: #0073AA;
  display: block;
  width: auto;
  font-size: 17px;
  padding: 2px 5px 2px 10px;
  z-index: 9999999;
  color: #FFFFFF;
}

.single-show .edit-link i {
  position: relative;
  top: 1px;
  margin: 0 0 0 10px;
  display: inline-block;
}

.single-show .edit-link a {
  color: #FFFFFF;
  display: inline-block;
}

/*template_empty
----------------------------------------------------*/
.single-show.template_empty #frame.full_width_bgframe {
  position: absolute;
}

.single-show.template_empty #frame.full_width_bgframe a.closeframe {
  top: 20px;
}

.template_empty .backBtn {
  display: none;
}

.template_empty .inView .backBtn {
  display: inline-block;
}

/*template_videoBg
----------------------------------------------------*/
.single-show.template_videoBg #showheader,
.single-show.template_videoBg #details,
.single-show.template_videoBg #actions,
.bottom_content,
#showFooter {
  text-align: center;
}

.has_timer.template_show #mainContentarea.hasoneshow #frame:not(.show_pop),
.has_timer.single-show.template_videoBg #actions {
  display: none !important;
}

.template_videoBg #showheader img {
  display: block;
  margin: auto;
}

body.template_videoBg.design_dark #mainContentarea {
  color: #FFFFFF;
}

.pos-elem {
  padding: 10px 0;
}

#topshowmenu {
  max-width: 960px;
  margin: auto;
  display: block;
  text-align: right;
}

#topshowmenu a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 21px;
  margin: 0 0 0 10px;
  display: inline-block;
  width: auto;
  text-align: center;
  border: 1px solid;
  border-radius: 0;
  padding: 0 10px;
  font-weight: 500;
}

#topshowmenu a:hover, #topshowmenu a:focus {
  /* color: #000000; */
  background: initial;
}

.nav > li > a:focus,
.nav > li > a:hover {
  outline: none;
}

.template_videoBg #topshowmenu ul#show-menu {
  float: none;
}

.template_videoBg #topshowmenu ul#show-menu li {
  float: none !important;
  display: inline-block;
}

.template_videoBg div#showFooter {
  position: relative;
}

.template_videoBg div#showFooter.hascontent {
  background: rgba(0, 0, 0, 0.45);
  border-top: 1px #FFFFFF solid;
  padding: 10px 0;
}

body.template_videoBg.design_dark {
  color: #FFFFFF;
}

header#showheader p, .mid_content p, #showFooter p, .bottom_content p {
  margin: 0;
}

.template_videoBg .site-main {
  padding: 0;
}

.template_videoBg section#menu_content {
  display: none;
}

/*template_show*/
header.show-cover {
  max-height: 300px;
  width: 100%;
  /* padding: 2px; */
  background: transparent;
  overflow: hidden;
}

header.show-cover .cover {
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

header.show-cover .cover img {
  width: 100%;
}

.event_title {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  min-height: 75px;
  position: absolute;
  bottom: 0;
}

div#mainContentarea {
  background: transparent;
  text-align: center;
}

ul#show-menu {
  margin: 0;
}

#show-navbar {
  border-radius: 0;
  background: #000000;
  border: none;
  margin: 0;
  text-align: right;
}

.navbar-header h1 {
  color: #FFFFFF;
  margin: 0;
  line-height: 50px;
  padding: 0 30px 0 5px;
  font-size: 22px;
  width: auto;
  display: inline-block;
  font-weight: bold;
}

#show-navbar a {
  color: #FFFFFF;
  font-size: 18px;
}

/*
.template_show
*/
.template_show #mainContentarea:not(.hasoneshow) section#showsPanel {
  display: block !important;
}

.template_show #mainContentarea.hasoneshow #frame:not(.show_pop) {
  display: block !important;
}

.template_show main#main {
  padding: 0;
  margin: 0;
  max-width: 100%;
  padding-bottom: 20px;
}

.template_show div#mainContentarea {
  background: transparent;
}

section#show-top-info {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 30px 0;
  color: #000000;
}

div#actions {
  text-align: center;
}

.data_table .data-row {
  border-bottom: 1px solid #DDDDDD;
  padding: 5px 0;
  font-size: 18px;
  text-align: right;
}

.template_show aside.detals_table {
  padding: 10px;
}

.line-title {
  text-align: center;
  position: relative;
  margin: 20px 0 30px;
}

.line-title h2 {
  display: inline-block;
  padding: 0px 10px;
  border: 3px solid;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  height: 45px;
  line-height: 39px;
  font-weight: bold;
  margin: 0;
  color: #000000;
  font-size: 30px;
}

.line-title:before {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  content: " ";
  top: 25px;
  z-index: 1;
}

.template_show h2.selectTitle {
  display: none;
}

.template_show .framein {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.template_show #frame {
  max-width: none;
  width: 100%;
  margin: 0;
  right: auto;
  float: none;
}

.template_show #frame .backBtn {
  color: #000000;
  margin: 0 0 10px 0;
  float: left;
  border-bottom: 1px solid #000000;
  z-index: 100;
}

.detals_table.scrollfix {
  position: fixed;
}

section#menu_content {
  padding: 15px;
  font-size: 18px;
}

/*ui calendar*/
.ui-datepicker {
  width: 100%;
  font-family: "Open Sans Hebrew Condensed", Arial;
  margin: auto;
}

.ui-datepicker .ui-datepicker-header {
  background: #000000;
  border: none;
  border-radius: 0;
  font-size: 20px;
  padding: 0;
  color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../images/sprite.png);
  background-color: transparent;
  vertical-align: middle;
  text-indent: -999999px;
  background-position: 0px -14px;
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
  top: 0;
  left: 0;
}

.ui-datepicker .ui-datepicker-prev span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: initial;
  color: initial;
}

.ui-datepicker th {
  background: #FFFFFF;
  border-bottom: 1px solid #AAAAAA;
  padding: 1px;
}

.ui-datepicker th span {
  display: block;
  background: #EEEEEE;
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker-rtl .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev:hover {
  top: 8px;
  left: 8px;
  right: auto;
  width: 20px;
  height: 20px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev:hover {
  /* top: 5px; */
  right: 8px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  /* left: 1px; */
  /* top: 1px; */
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
  top: 1px;
}

.ui-datepicker td {
  text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  padding: 8px 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  background: #EEEEEE;
  border: 1px solid transparent;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid transparent;
  background: #0AFDFF;
  font-weight: 700;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid transparent;
  background: #EEEEEE;
  color: #444444;
}

.buttons_by_calendar li.date_cat:not(.active) {
  display: none;
}

.iscalanderCityhide {
  display: none !important;
}

#calanderWrap {
  display: none;
  margin: 10px auto 0;
}

.calander-target .inner-map-title {
  display: none;
}
.calander-target.is-active .inner-map-title {
  display: block;
}
.calander-target.is-active .calendar-info,
.calander-target.is-active #calendar {
  display: none;
}

.inner-map-title .site-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.back-to-calander {
  font-weight: bold;
  margin: 5px 0;
  width: 25%;
  max-width: 200px;
  font-size: 110%;
}
.back-to-calander i {
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  .back-to-calander {
    width: auto;
    font-size: 90%;
  }
}

#selectShows.inView:not(.buttons_by_city_calendar):not(.buttons_by_freeText_calendar) #calendar {
  display: none;
}

.thumbsGal a, .thumbsClips a {
  display: inline-block;
  width: 200px;
  height: 150px;
  border: 1px solid #FFFFFF;
  padding: 2px;
  background: #FFFFFF;
  margin: 0 5px 10px;
  vertical-align: top;
  overflow: hidden;
  background-size: cover;
}

.thumbsGal a:hover, .thumbsClips a:hover {
  border: 1px solid #337AB7;
}

.thumbsClips a {
  width: calc(33.3% - 10px);
  height: auto;
  padding: 0;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.thumbsClips .name {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  background: #000000;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.thumbsClips a:hover .name {
  height: 30px;
}

.thumbsClips a:hover img {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.fancybox-wrap.thumbs .fancybox-skin {
  background: transparent !important;
  webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.fancybox-wrap.thumbs .fancybox-skin hr {
  display: none;
}

div#mainContentarea.hasoneshow #frame > .backBtn {
  display: none;
}

div#mainContentarea.hasoneshow #frame.show_pop > .backBtn {
  display: block;
}

#footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer_menu li {
  display: inline-block;
}
#footer_menu li a {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer_menu li a:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
#footer_menu li:last-child a:after {
  display: none;
}

.clearfix {
  clear: both;
  display: table;
  width: 100%;
}

/**/
/*reviews*/
#allreviews .review {
  text-align: right;
  margin: 0 1% 15px;
  float: right;
  width: 48%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #EEEEEE;
  position: relative;
  min-height: 130px;
  /* width: 100%; */
  border-bottom: 2px solid #E21F27;
}

.contentpop .review h3 {
  text-align: right;
  margin: 0;
  padding: 5px;
}

.review a {
  display: block;
  font-size: 21px;
  color: #444444;
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: inherit;
}

.review a .push {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
}

.review:before, .review:after {
  /* content: '"'; */
  /* display: inline-block; */
  /* color: red; */
  /* font-size: 67px; */
  /* position: relative; */
  /* float: right; */
}

.review:after {
  float: none;
}

article.castbox {
  display: block;
  max-width: 750px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}

article.castbox .details {
  width: calc(100% - 260px);
  float: left;
}

article.castbox img {
  max-width: 250px;
  display: block;
  margin: auto;
  float: right;
  margin-left: 10px;
}

article.castbox h2 {
  font-size: 40px;
  color: #E41E26;
}

article.castbox h3 {
  font-size: 26px;
  color: #000000;
}

article.castbox .desc {
  font-size: 20px;
  padding: 10px;
  line-height: 21px;
}

/*.show_pop*/
.template_show #frame.show_pop,
.template_videoBg #frame.show_pop {
  position: fixed;
  max-width: 970px;
  top: 40px;
}

.template_show section#frame.show_pop .section-title {
  display: none;
}

.template_show #frame.show_pop .backBtn {
  float: none;
  border: none;
  position: absolute;
  right: -25px;
  outline: none;
}

#frame.show_pop #showIframe {
  border: 10px solid #FFFFFF;
  margin: 0;
}

.tool-tip {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tool-tip:after {
  background-color: #202020;
  color: #FFFFFF;
  content: attr(data-tooltip-title) " ";
  font-weight: 400;
  min-width: 100px;
  padding: 5px 8px;
  text-align: center;
  text-transform: none;
  width: auto;
  border-radius: 5px;
  white-space: nowrap;
  /* max-width: 498px; */
  display: none;
}

.tool-tip:before {
  width: 0;
  height: 0;
  content: "";
}

.tool-tip:after, .tool-tip:before {
  position: absolute;
  -webkit-transition: 0.25s ease 0ms;
  -o-transition: 0.25s ease 0ms;
  transition: 0.25s ease 0ms;
  transform-style: preserve-3d;
  opacity: 0;
  z-index: -1;
}

.tool-tip[data-tooltip-position=bottom]:after, .tool-tip[data-tooltip-position=top]:after {
  left: 50%;
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  transform: translate3d(-50%, 10px, 0);
}

.tool-tip[data-tooltip-position=top]:after {
  top: 100%;
  margin-top: 5px;
}

.tool-tip[data-tooltip-position=bottom]:after {
  top: 100%;
  margin-top: 5px;
}

.tool-tip[data-tooltip-position=left]:after, .tool-tip[data-tooltip-position=right]:after {
  top: 50%;
}

.tool-tip[data-tooltip-position=left]:after {
  transform: translate3d(10px, -50%, 0);
}

.tool-tip[data-tooltip-position=right]:after {
  transform: translate3d(-10px, -50%, 0);
}

.tool-tip[data-tooltip-position=left]:after {
  right: calc(100% + 10px);
}

.tool-tip[data-tooltip-position=right]:after {
  left: calc(100% + 10px);
}

.tool-tip[data-tooltip-position=bottom]:before, .tool-tip[data-tooltip-position=top]:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
}

.tool-tip[data-tooltip-position=top]:before {
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  transform: translate3d(-50%, 10px, 0);
}

.tool-tip[data-tooltip-position=bottom]:before {
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, 0, 0);
}

.tool-tip[data-tooltip-position=top]:before {
  border-top: 7px solid #323A45;
  bottom: calc(100% + 3px);
}

.tool-tip[data-tooltip-position=bottom]:before {
  border-bottom: 10px solid #202020;
  top: 100%;
  display: none;
  margin-top: -5px;
}

.tool-tip[data-tooltip-position=left]:before, .tool-tip[data-tooltip-position=right]:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
}

.tool-tip[data-tooltip-position=left]:before {
  -moz-transform: translate3d(10px, -50%, 0);
  -o-transform: translate3d(10px, -50%, 0);
  -ms-transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  transform: translate3d(10px, -50%, 0);
}

.tool-tip[data-tooltip-position=right]:before {
  -moz-transform: translate3d(-10px, -50%, 0);
  -o-transform: translate3d(-10px, -50%, 0);
  -ms-transform: translate3d(-10px, -50%, 0);
  -webkit-transform: translate3d(-10px, -50%, 0);
  transform: translate3d(-10px, -50%, 0);
}

.tool-tip[data-tooltip-position=left]:before {
  border-left: 7px solid #323A45;
  right: calc(100% + 3px);
}

.tool-tip[data-tooltip-position=right]:before {
  border-right: 7px solid #323A45;
  left: calc(100% + 3px);
}

.tool-tip:hover:after, .tool-tip:hover:before {
  opacity: 1;
  z-index: 100;
}

.tool-tip:hover:before {
  z-index: 101;
}

.tool-tip[data-tooltip-position=bottom]:hover:after, .tool-tip[data-tooltip-position=bottom]:hover:before, .tool-tip[data-tooltip-position=top]:hover:after, .tool-tip[data-tooltip-position=top]:hover:before {
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: block;
}

.tool-tip[data-tooltip-position=left]:hover:after, .tool-tip[data-tooltip-position=left]:hover:before, .tool-tip[data-tooltip-position=right]:hover:after, .tool-tip[data-tooltip-position=right]:hover:before {
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

iframe[name=google_conversion_frame] {
  margin: 0;
  height: 0;
  display: none;
}

#jupToSelectShows {
  display: block;
  clear: both;
}

/*countdown timer*/
.has_timer section#showsPanel .section-title {
  display: none;
}

.has_timer #selectShows {
  display: none;
}

#timerDiv {
  opacity: 0;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 50px;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
  direction: ltr;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#timerDiv > div {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}

#timerDiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 80px;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.fancybox-inner .alert {
  direction: rtl;
  text-align: right;
  margin: 20px 0;
}

@media (max-width: 768px) {
  #timerDiv {
    font-size: 40px;
  }

  #timerDiv div > span {
    width: 60px;
    padding: 10px;
  }
}
.ui-datepicker td.soldout:after {
  content: "sold out";
  z-index: 5;
  position: absolute;
  top: 2px;
  font-weight: 400;
  color: red;
  border: 1px solid;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  text-transform: uppercase;
  width: 50px;
  background: #FFFFFF;
  left: -5px;
  display: none !important;
  /*removed*/
}

@media (max-width: 768px) {
  .ui-datepicker td.soldout:after {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    width: 40px;
  }
}
.ui-datepicker td.soldout {
  position: relative;
}

/*buttons timer*/
#selectShows li a.has_timer {
  position: relative;
}

.show_btn_timer {
  position: absolute;
  top: calc(50% - 22.5px);
  width: 210px;
  font-weight: bold;
  height: 45px;
  text-align: center;
  line-height: 1;
  background: #D4D4D2;
  color: #B12731;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: auto;
  right: -229px;
}

.show_btn_timer > .title {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 75px;
  text-align: right;
  padding: 0 8px 0 5px;
  background: #B12731;
  color: #FFFFFF;
  position: relative;
}

span.title:before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  border-right: 48px solid #7D0F17;
  position: absolute;
  right: 0;
  bottom: -12px;
  transform: rotate(180deg);
}

span.title:after {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  content: "";
  border-right: 10px solid #B12731;
  position: absolute;
  left: -10px;
  top: 0;
}

.show_btn_timer .clock .sep {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 4px 0 0 0;
}

.show_btn_timer .clock .smalltext {
  font-size: 11px;
  padding-top: 0;
  font-weight: normal;
}

.show_btn_timer > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.show_btn_timer .clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 5px;
  position: relative;
}

.show_btn_timer .clock:after {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  content: "";
  border-right: 10px solid #D4D4D2;
  position: absolute;
  left: -10px;
}

#selectShows li a.has_timer > span {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .show_btn_timer {
    position: static;
    background: #F2F2F2;
    border-top: 1px solid #B12731;
    margin: 0 -5px;
    width: calc(100% + 10px);
  }

  #selectShows li a.has_timer {
    padding: 10px 5px 0 5px;
  }

  .order_show.has_timer .show_btn_timer {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .show_btn_timer .clock:after, span.title:before {
    display: none;
  }

  .show_btn_timer > .title {
    max-width: 150px;
  }
}
div#lang-change {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
div#lang-change span {
  display: inline-block;
}
div#lang-change span:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
div#lang-change span:last-child:after {
  display: none;
}
div#lang-change span a {
  color: #FFFFFF;
  text-decoration: none;
}

body.has_timer.has_timer_as_splash #siteHeader,
body.has_timer.has_timer_as_splash .show-cover,
body.has_timer.has_timer_as_splash #siteHeader,
body.has_timer.has_timer_as_splash #show-navbar,
body.has_timer.has_timer_as_splash #showFooter,
body.has_timer.has_timer_as_splash footer.site-footer,
body.has_timer.has_timer_as_splash article.show > *:not(#timerDiv) {
  display: none;
}
body.has_timer.has_timer_as_splash #timerDiv {
  -webkit-transition: all 500ms cubic-bezier(0, -0.02, 0, 1.01);
  -moz-transition: all 500ms cubic-bezier(0, -0.02, 0, 1.01);
  -ms-transition: all 500ms cubic-bezier(0, -0.02, 0, 1.01);
  -o-transition: all 500ms cubic-bezier(0, -0.02, 0, 1.01);
  transition: all 500ms cubic-bezier(0, -0.02, 0, 1.01);
  opacity: 0;
  font-weight: 500;
  text-align: center;
  font-size: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  direction: ltr;
  position: fixed;
  height: 100%;
  z-index: 11;
  bottom: 0;
  width: 100vw;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  background-position: top center;
}

html[lang=en-US] {
  direction: ltr;
  text-align: left;
}
html[lang=en-US] #show-navbar {
  text-align: left;
}
html[lang=en-US] .data_table .data-row {
  text-align: left;
}
html[lang=en-US] #selectShows li a.order_show > span {
  float: left;
}
html[lang=en-US] #selectShows li a.order_show > span.starts {
  float: right;
}
html[lang=en-US] #selectShows li a.order_show > span.lastlabel,
html[lang=en-US] #selectShows li a.order_show > span.soldooutlabel,
html[lang=en-US] #selectShows li a.order_show > span.custom_label {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  html[lang=en-US] #show-navbar #mainNavBtn {
    right: 10px;
    left: auto;
  }
}

.contact-forms .contact-row {
  border-bottom: 1px solid #DDDDDD;
}
.contact-forms .contact-row:first-child {
  border-top: 1px solid #DDDDDD;
}

.contact-row {
  clear: both;
  padding: 15px 0;
}
.contact-row .contact-us-action {
  border: none;
  margin: 0 auto;
  font-size: 21px;
  padding: 5px 15px;
}
.contact-row .contact-us-action.has-img {
  padding: 0;
  margin: 0;
}

.fancybox-inner .inner.contact-pop {
  padding: 20px;
  direction: rtl;
  text-align: right;
}

.contact-pop {
  padding: 20px;
  max-width: 100%;
}
.contact-pop .wpcf7-form p {
  margin: 5px 0;
}
.contact-pop .wpcf7-form input, .contact-pop .wpcf7-form textarea, .contact-pop .wpcf7-form label {
  width: 100%;
}
.contact-pop .wpcf7-form textarea {
  max-height: 100px;
}
.contact-pop .wpcf7-form input[type=submit] {
  display: inline-block;
  border: none;
  font-size: 150%;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  background: var(--highlight-color);
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact-pop .wpcf7-form input[type=submit] {
    font-size: 90%;
    padding: 5px;
    line-height: 1;
  }
}
.contact-pop .line-title {
  margin: 10px 0 0;
}
.contact-pop .line-title:before {
  top: 18px;
}
@media (max-width: 768px) {
  .contact-pop .line-title:before {
    display: none;
  }
}
.contact-pop .line-title h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  height: 35px;
}
@media (max-width: 768px) {
  .contact-pop .line-title h2 {
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    height: auto;
    line-height: 1;
  }
}

#calander_notice_line {
  padding: 10px;
  font-size: 19px;
  border-bottom: 1px solid #DDDDDD;
}

.ui-datepicker td.hasshow a {
  background: #008000;
  color: #FFFFFF;
}

.ui-datepicker td.hasshow.isLastTickets a {
  background: #f60808;
}

.ui-datepicker td.hasshow.soldout a {
  background: #444444;
}

.ui-datepicker td.hasshow.isSomeChairs a {
  background: #8f2424;
}

.ui-datepicker td.hasshow.isMidTickets a {
  background: #ff8b2b;
}

.calendar-info {
  padding: 10px;
  font-size: 19px;
}
.calendar-info > div {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.calendar-info > div .color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: #008000;
}
.calendar-info > div.last_tickets .color {
  background: #f60808;
}
.calendar-info > div.mid_tickets .color {
  background: #ff8b2b;
}
.calendar-info > div.some_chairs .color {
  background: #8f2424;
}
.calendar-info > div.soldout .color {
  background: #444444;
}

.ui-datepicker-next.ui-state-disabled strong {
  display: none;
}

a.ui-datepicker-next.ui-corner-all strong {
  position: absolute;
  font-size: 15px;
  color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100px;
  background: #008000;
  right: -10px;
  transform: translateX(100%);
  border-radius: 10px;
  font-weight: normal;
}

.ui-datepicker-next {
  position: relative;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  text-indent: 0;
  overflow: visible;
  font-size: 0;
}

.swal2-container .swal2-title {
  font-size: 34px;
}
.swal2-container .swal2-content {
  font-size: 22px;
  padding: 10px;
}
.swal2-container .swal2-actions button {
  font-size: 16px;
}

#sticky-whatsapp {
  position: fixed;
  left: 10px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  animation: slideIn 0.5s ease-in-out forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  /*wide ipad*/
}
@media (min-width: 770px) {
  .mob {
    display: none !important;
  }
}
@media (max-width: 769px) {
  /*portrat ipad*/
}
@media (max-width: 768px) {
  .item-media-holder:hover .item_link {
    display: none;
  }

  .item-media-holder:hover .item-content-holder,
.item-media-holder:hover .item-overlay {
    opacity: 0;
  }

  .anim1 .item-media-holder:hover img,
.anim1 .item-media-holder:hover .item-read-more,
.anim1 .item-media-holder:hover .item-title,
.anim1 .item-media-holder:hover .item-extra_row {
    -webkit-transform: none;
    transform: none;
  }

  main#main {
    min-height: 0;
    padding: 0 10px;
  }

  .footer_help a {
    display: block;
    font-size: 16px;
  }

  .footer_help a span {
    display: inline-block;
  }

  .footer_help a span.kok {
    font-size: 27px;
    line-height: 20px;
    position: relative;
    top: 12px;
  }

  .hideommob, .desktop {
    display: none !important;
  }

  .mob {
    display: initial;
  }

  #topNav {
    z-index: 9;
    top: 4px;
    left: 6px;
    right: auto;
    position: static;
    width: 100%;
    padding: 5px;
  }

  #topNav br {
    display: none;
  }

  #topNav a {
    font-size: 12px;
    padding: 0px 6px;
  }

  #login_btn:hover:after, #login_btn:hover:before {
    display: none;
  }

  div#selectShows li a.order_show > span.lastlabel,
div#selectShows li a.order_show > span.soldooutlabel,
div#selectShows li a.order_show > span.custom_label {
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding: 4px 4px;
    margin: 0;
    text-indent: 0;
    float: none;
    position: static;
    margin: auto;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    float: left;
    margin: 11px 0 0 10px;
  }

  div#selectShows li a.order_show > span.custom_label {
    width: 55px;
    height: 25px;
    padding: 0;
  }

  footer.site-footer {
    height: auto;
  }

  footer.site-footer .row {
    margin: 0;
  }

  a#siteby {
    position: static;
    padding: 10px;
    display: block;
  }

  .address {
    font-size: 12px;
  }

  /*header_small*/
  #logo {
    width: 100px;
    padding: 10px 0;
  }

  #social-top-menu {
    display: none;
  }

  #logo:after,
#logo:before {
    width: calc(50% - 50px);
    height: 2px;
    top: 26px;
  }

  header.show-cover {
    height: auto;
  }

  #mainNavBtn {
    display: block;
  }

  #show-navbar .navbar-collapse {
    padding: 0;
    margin: 0;
    border: none;
    width: calc(100% - 50px);
  }

  #show-navbar .navbar-collapse li {
    border-top: 1px solid;
  }

  .data_table .data-row > * {
    padding: 0;
    font-size: 16px;
  }

  header .cover {
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
  }

  header.show-cover .cover img.desktop {
    display: none;
  }

  #show-navbar #mainNavBtn {
    left: 10px;
    right: auto;
    top: 11px;
    height: 25px;
  }

  body.design_dark.template_show header#siteHeader {
    background-color: #000000;
  }

  .navbar-header h1 {
    line-height: 21px;
    font-size: 22px;
    padding: 10px 10px 10px 5px;
    width: calc(100% - 50px);
  }

  iframe#showIframe {
    /*max-height:780px*/
  }

  section#frame {
    width: 100%;
    margin: 0;
    right: 0;
  }

  div#selectShows {
    width: 100%;
  }

  div#selectShows li a {
    padding: 10px 5px;
  }

  div#selectShows li a.order_show > span.date, div#selectShows li a.order_show > span.starts {
    font-size: 17px;
  }

  div#selectShows li a.order_show > span, div#selectShows li .label {
    font-size: 17px;
    margin-left: 3px;
    margin-top: 0;
  }

  div#selectShows li a span.hall,
div#selectShows li a span.free_text {
    font-size: 14px;
  }

  #frametop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background: #000000;
    z-index: 99999;
  }

  a.closeframe {
    cursor: pointer;
    top: 2px;
    right: 2px;
  }

  .fancybox-nav {
    top: -42px;
    width: 36px;
    height: 34px;
    left: -6px;
  }

  .fancybox-nav.fancybox-next {
    left: 70px;
    right: auto;
  }

  .fancybox-nav span {
    visibility: visible;
    top: 0;
    left: 0;
    margin: 0;
  }

  .fancybox-close, .template_show #frame.show_pop .backBtn {
    top: -35px;
    left: auto;
    right: 9px;
  }

  .fancybox-wrap {
    margin-left: 0;
  }

  .template_show div#actions {
    margin: 15px 0;
  }

  .template_show {
    background: none;
  }

  #frame.full_width_bgframe div#esroIframe {
    width: 100%;
  }

  .sideT {
    display: none;
  }

  #thankuTiket .ticket {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  div#thankuTiket {
    max-width: 100%;
  }

  .page-template-page-thanku div#mainContentarea .row {
    margin: 0;
  }

  .contentT {
    width: 100%;
    margin: 0;
  }

  .contentT .overlay {
    padding: 10px;
  }

  .contentT .overlay .inner.inner {
    width: 100%;
  }

  .order_btn_wrap_multy a {
    max-width: none;
    display: block;
  }

  article.castbox img {
    max-width: 40%;
  }

  article.castbox h2 {
    line-height: 26px;
    font-size: 34px;
    padding-top: 5px;
  }

  article.castbox h3 {
    line-height: 20px;
    font-size: 24px;
    margin: 8px 0;
  }

  article.castbox .details {
    float: none;
    width: 100%;
  }

  article.castbox .desc {
    font-size: 18px;
    line-height: 19px;
    padding: 0 10px 10px;
  }

  #allreviews .review {
    width: 100%;
    float: none;
    min-height: 10px;
  }

  .review a {
    font-size: 20px;
  }

  #esroIframe {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .template_show #frame.show_pop, .template_videoBg #frame.show_pop {
    position: static;
  }

  #frame.show_pop #showIframe {
    border: none;
  }

  .template_show section#frame.show_pop .section-title {
    display: block;
  }

  .thumbsClips a {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 10px auto;
    padding-bottom: 20px;
  }
}
/*low res desktops*/
* {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .only-mobile {
    display: inherit;
  }
}
@media (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-desktop {
    display: inherit;
  }
}

.screen-reader-text,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  padding: 0;
  border: 0;
}

button, input {
  font-family: var(--font-family);
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  color: var(--base-text-color);
  background: var(--base-bg);
  font-size: var(--base-font-size);
}

.site-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .site-inner {
    max-width: 100%;
  }
}

#app {
  direction: rtl;
}

:focus {
  outline: 1px solid transparent;
}

@-webkit-keyframes main_slide_in {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes main_slide_in {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes main_slide_in {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes main_slide_in {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.embed-responsive {
  width: 100%;
}

@media (min-width: 769px) {
  .splash {
    height: var(--page-splash-height);
    display: flex;
    flex-direction: column;
  }
}

.bars-menu-icon {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 25px;
  z-index: 9;
  cursor: pointer;
  border: none;
  background: transparent;
}
@media (max-width: 768px) {
  .bars-menu-icon {
    width: 25px;
    height: 25px;
  }
}

.bars-menu-icon:before,
.bars-menu-icon:after,
.bars-menu-icon span {
  background: #000000;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0;
}

.bars-menu-icon:before {
  top: 0;
}

.bars-menu-icon span {
  top: 8px;
}

.bars-menu-icon:after {
  top: 16px;
}

.bars-menu-icon span.x,
.bars-menu-icon span.x2 {
  background: none;
  top: 10px;
}

.bars-menu-icon.on span.x {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  background: #000000;
}

.bars-menu-icon.on span.x2 {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #000000;
}

.bars-menu-icon.on:before,
.bars-menu-icon.on:after,
.bars-menu-icon.on span {
  background: none;
}

.bars-menu-icon.on.w span.x2,
.bars-menu-icon.on span.x {
  background-color: #000000;
}

#app-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: var(--app-header-height);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #app-header {
    padding: 0;
  }
}
#app-header > * {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app-logo {
  height: 70%;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  #app-logo {
    width: auto;
  }
}
#app-logo img {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}

#app-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  text-align: right;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  font-size: 120%;
}
@media (max-width: 768px) {
  #app-login {
    font-size: 60%;
    margin: 0 auto 0 10px;
  }
}
#app-login img {
  flex: none;
  width: 35px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #app-login img {
    width: 25px;
    margin-left: 5px;
  }
}
#app-login span {
  flex: 1;
}

@media (max-width: 768px) {
  #menu-toggle {
    margin: 0 10px 0 auto;
  }
}

#app-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#app-footer #amazing-logo a {
  display: inline-block;
}
#app-footer #amazing-logo a img {
  width: 100px;
}
@media (max-width: 768px) {
  #app-footer #amazing-logo a img {
    width: 70px;
  }
}

:root {
  --menu-open-time: .3s;
}

#app-menu {
  font-size: 120%;
}
#app-menu .overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: var(--menu-open-time);
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  top: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
}
#app-menu nav {
  width: 80vw;
  background: #FFFFFF;
  height: 100vh;
  overflow-y: auto;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform var(--menu-open-time);
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  #app-menu nav {
    max-width: 420px;
  }
}
#app-menu nav .menu-row {
  padding: 10px 50px 10px 10px;
}
#app-menu nav .menu-row a {
  color: var(--base-text-color);
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
}
#app-menu nav .menu-row a.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
#app-menu nav .menu-row a.has-icon img {
  width: 30px;
  margin-left: 15px;
}
#app-menu nav .menu-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#app-menu nav .menu-row ul li {
  padding: 3px 0;
}
#app-menu nav .menu-row#menu-top {
  padding: 20px 20px 20px 10px;
}
@media (max-width: 768px) {
  #app-menu nav .menu-row#menu-top {
    display: flex;
    align-items: center;
    padding: 2vh 10px 2vh 0;
    height: 12vh;
  }
}
#app-menu nav .menu-row#menu-login {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#app-menu nav .menu-row#menu-login.is-login {
  background: var(--highlight-color);
  border: none;
}
#app-menu nav .menu-row#menu-login.is-login a {
  color: #FFFFFF;
}
#app-menu nav .menu-row#menu-login.is-login img {
  filter: saturate(0) brightness(0) invert(1);
}
#app-menu nav .menu-row#menu-video {
  border-top: 1px solid;
}
#app-menu nav .menu-row#menu-info-menu {
  border-top: 2px solid;
}
#app-menu nav .menu-row#menu-info-menu a {
  font-weight: normal;
}
#app-menu nav footer {
  padding: 15px 50px 15px 10px;
  margin: auto 0 0 0;
  font-size: 80%;
}
#app-menu.is-open nav {
  transform: translateX(0);
}
#app-menu.is-open .overlay {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}

/*stripe element*/
.ani, .anim1, .anim1 * {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

article.item-show.item-strip {
  width: 100%;
  margin: 0 0 10px 0;
}

article.item-show .item_link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: -99999999px;
}

.item-media-holder:hover .item_link {
  display: block;
}

article.item-show img {
  width: 100%;
}

.item-media-holder {
  position: relative;
  line-height: 0;
  width: 100%;
  /* cursor: pointer; */
  overflow: hidden;
}

.item-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-content-holder {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  height: 100%;
  display: block;
  line-height: 1;
}

.item-content-holder .item-title {
  margin: 10px auto 0;
}

.item-content-holder .item-title a,
.item-content-holder .item-title span {
  font-size: 31px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

.item-read-more {
  position: relative;
  margin-top: 4%;
}

.item-read-more a {
  display: inline-block;
  padding: 10px 5px;
  text-transform: uppercase;
  font-size: 24px;
  color: #161616;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #161616;
  width: 200px;
  margin-bottom: 5px;
}

.item-media-holder:hover .item-content-holder,
.item-media-holder:hover .item-overlay,
.item-show:focus .item-content-holder,
.item-show:focus .item-overlay,
.item-show.hover .item-overlay,
.item-show.hover .item-content-holder {
  opacity: 1;
}

.item-extra_row {
  font-weight: 900;
  font-size: 22px;
}

/*anim1*/
.anim1 .item-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.anim1 .item-extra_row {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 15px, 0);
}

.anim1 .item-read-more {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.anim1 .item-content-holder .item-title a,
.anim1 .item-content-holder .item-title span {
  color: #161616;
}

.anim1 .item-content-holder .item-title {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.anim1 .item-read-more a:after,
.anim1 .item-read-more a:before {
  display: block;
  width: calc(50% - 100px);
  height: 3px;
  background: #000000;
  position: absolute;
  content: " ";
  top: 27px;
  left: 0;
  display: none;
}

.anim1 .item-read-more a:before {
  left: auto;
  right: 0;
}

.anim1 .item-media-holder:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.anim1 .item-media-holder:hover .item-read-more {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.anim1 .item-media-holder:hover .item-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.anim1 .item-media-holder:hover .item-extra_row {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.shows-list {
  padding: 20px 10px;
}

.arist-page, .show-page {
  color: var(--show-base-color);
  background: var(--show-bg);
  min-height: 85vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .arist-page, .show-page {
    min-height: 90vh;
    border-bottom: 10px solid var(--highlight-color);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
.arist-page a, .show-page a {
  color: var(--highlight-color);
}

#show-video {
  background: #FFFFFF;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media (max-width: 768px) {
  #show-video {
    bottom: 20px;
    font-size: 70%;
  }
}
#show-video span {
  padding: 10px;
}
@media (max-width: 768px) {
  #show-video span {
    padding: 5px 10px;
  }
}
#show-video .icon {
  width: 50px;
  height: 50px;
  background: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 768px) {
  #show-video .icon {
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
#show-video .icon img {
  width: 80%;
  height: 80%;
}
#show-video:hover .icon {
  background: #000000;
}

#page-cover {
  background: var(--page-cover-bg);
  position: relative;
  height: 100%;
}
#page-cover.has-slider {
  --page-cover-height: auto;
}
#page-cover.has-slider .slider {
  position: static;
}
#page-cover.has-slider .cover-content {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 10%;
}
@media (max-width: 768px) {
  #page-cover {
    height: var(--page-cover-height);
  }
}
#page-cover .slider {
  display: none;
}
#page-cover > .img-cover {
  width: 100%;
  height: var(--page-cover-height);
  object-fit: cover;
  position: absolute;
}
#page-cover .slick-slider {
  position: absolute;
  height: var(--page-cover-height);
  width: 100%;
}
@media (max-width: 768px) {
  #page-cover .slick-slider .slick-prev,
#page-cover .slick-slider .slick-next {
    width: 20px;
    height: 20px;
    opacity: 0.7;
  }
}
#page-cover .slick-slider.slick-initialized {
  display: block;
}
#page-cover .slick-slider .slick-slide {
  height: var(--page-cover-height);
  object-fit: contain;
  object-position: 50%;
}
#page-cover.fit-cover .slick-slider .slick-slide {
  object-fit: cover;
  object-position: 50%;
}
#page-cover .cover-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: var(--page-cover-color);
}
@media (max-width: 768px) {
  #page-cover .cover-content {
    margin: 0 35px 0 10px;
  }
}
#page-cover .cover-content h1 {
  font-size: 400%;
  font-weight: 900;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  max-width: 50vw;
  line-height: 1;
}
@media (max-width: 768px) {
  #page-cover .cover-content h1 {
    font-size: 160%;
  }
}
#page-cover .cover-content .info {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 150%;
}
@media (max-width: 768px) {
  #page-cover .cover-content .info {
    font-size: 75%;
  }
}
#page-cover .cover-content .info h2 {
  font-size: 125%;
  font-weight: normal;
  margin: 10px 0 0;
}
#page-action-row {
  background: var(--show-bg);
  height: var(--app-action-nav-height);
  padding: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #page-action-row {
    box-shadow: none;
    border-bottom: 1px solid;
  }
}
#page-action-row.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
#page-action-row > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  #page-action-row > div {
    align-items: center;
    padding: 25px;
  }
}
#page-action-row .order-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 768px) {
  #page-action-row .order-wrap {
    width: 100%;
  }
}
#page-action-row .order-wrap > * {
  flex: 1;
}
#page-action-row .order-wrap.has-multy > * {
  width: 50%;
}
#page-action-row .order_btn_wrap {
  flex: none;
}
@media (max-width: 768px) {
  #page-action-row .order_btn_wrap {
    width: 100%;
  }
}
#page-action-row .order_btn_wrap_multy a.half {
  display: inline-block;
  max-width: 48%;
  margin: 1%;
}
#page-action-row .order_btn_wrap_multy a.full {
  display: block;
  margin: auto;
}
#page-action-row .order_btn_wrap_multy img {
  max-width: 100%;
  max-height: 80px;
}
#page-action-row #order {
  border: none;
  font-size: 150%;
  padding: 15px 40px;
  font-weight: bold;
  color: #fff;
  background: var(--highlight-color);
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #page-action-row #order {
    padding: 5px 10px;
    font-size: 160%;
  }
}
#page-action-row #order.img_btn {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
#page-action-row #order.img_btn img {
  max-width: 100%;
  max-height: 80px;
}
#page-action-row #order.soldout {
  cursor: not-allowed;
  opacity: 0.7;
}
#page-action-row .tabs-menu {
  padding: 0;
  min-width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
  flex: 1;
  margin-left: 5%;
}
#page-action-row .tabs-menu a, #page-action-row .tabs-menu button {
  font-size: 140%;
  border: none;
  background: transparent;
  margin: 0;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  line-height: 1;
  color: initial;
  text-decoration: none;
  border-bottom: 7px solid transparent;
}
#page-action-row .tabs-menu a img, #page-action-row .tabs-menu a svg, #page-action-row .tabs-menu button img, #page-action-row .tabs-menu button svg {
  width: 40px;
  border-radius: 100%;
  margin-bottom: 5px;
}
#page-action-row .tabs-menu a.active, #page-action-row .tabs-menu button.active {
  border-bottom: 7px solid var(--highlight-color);
}
#page-action-row .tabs-menu a.active:focus, #page-action-row .tabs-menu button.active:focus {
  outline: none;
  box-shadow: none !important;
}
#page-action-row .tabs-menu a.active img, #page-action-row .tabs-menu button.active img {
  filter: invert(1);
}
#page-action-row .tabs-menu a.active svg .inner, #page-action-row .tabs-menu button.active svg .inner {
  fill: #fff;
}
#page-action-row .tabs-menu a.active svg circle, #page-action-row .tabs-menu button.active svg circle {
  fill: #000;
  stroke: #000;
}
#page-action-row .tabs-menu a.has-icon, #page-action-row .tabs-menu button.has-icon {
  justify-content: flex-end;
  flex-direction: column;
  padding: 5px 20px;
}

@media (max-width: 768px) {
  #page-content .tabs-wrap a {
    min-height: unset;
  }

  #page-content .tabs-wrap > a {
    min-height: var(--tabs-mobile-button-height);
  }
}
@media (max-width: 768px) {
  #page-content {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  #page-content .tabs-wrap {
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #page-content .tabs-wrap > button, #page-content .tabs-wrap > a {
    flex: none;
    min-height: var(--tabs-mobile-button-height);
    max-height: var(--tabs-mobile-button-height);
  }
}
#page-content .tab-content {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #page-content .tab-content {
    display: none;
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  #page-content .tab-content {
    padding: 8vh 0;
    max-width: unset;
    border-bottom: 1px solid #ddd;
    background: var(--show-bg);
  }
  #page-content .tab-content.alt {
    background: var(--show-bg-alt);
  }
}
@media (max-width: 768px) {
  #page-content .tab-content .important-box {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  #page-content .tab-content .important-box > * {
    padding: 0 50px 10px 10px;
  }
  #page-content .tab-content .important-box h3 {
    font-weight: 900;
    padding: 15px;
    font-size: 100%;
    margin: 0;
  }
  #page-content .tab-content .important-box .icon img {
    width: 25px;
    margin-left: 10px;
  }
}
#page-content .tab-content .info {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}
#page-content .tab-content h3 {
  font-size: 200%;
}
#page-content .tab-content h3 .icon img {
  max-width: 45px;
}
#page-content .tab-content h3.tab-title {
  font-size: 300%;
  font-weight: 900;
  padding: 0 0 30px 0;
  margin: 0;
}
#page-content .tab-content.active {
  display: block;
  animation: main_slide_in 350ms 50ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
#page-content .tab-content.active:focus {
  outline: none;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  #page-content .tab-content.active {
    border-bottom: 1px solid;
  }
}

#mainContentarea {
  margin-top: 50px;
}

.about-container {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }
}
.about-container > * {
  flex: 1;
}
.about-container .about-image {
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-container .about-image {
    margin: 20px 0;
  }
}
.about-container .about-image img {
  max-width: 100%;
}
.about-container.has-image .show-details-list {
  grid-template-columns: repeat(2, 1fr);
}

.show-details-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: flex-start;
  grid-gap: 15px;
  font-size: 100%;
  padding: 0;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .show-details-list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 90%;
    margin: 20px 0;
  }
}
.show-details-list .data-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.show-details-list .data-item > * {
  flex: none;
  max-width: 100%;
}
.show-details-list .data-item .icon {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .show-details-list .data-item .icon {
    margin-left: 0;
  }
}
.show-details-list .data-item .icon img {
  width: 30px;
}
@media (max-width: 768px) {
  .show-details-list .data-item .icon img {
    width: 20px;
    margin-left: 5px;
  }
}
.show-details-list .data-item strong {
  margin-left: 5px;
}

.share-list {
  display: flex;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .share-list {
    align-items: flex-end;
    justify-content: center;
  }
}
.share-list > * {
  flex: none;
  width: 50px;
  margin: 0 0 0 20px;
}

.accordion-title {
  border: none;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 120%;
  font-weight: 900;
  padding: 15px;
  border-bottom: 1px solid;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .accordion-title {
    font-size: 100%;
  }
}
.accordion-title img {
  width: 25px;
  margin-left: 10px;
}
.accordion-title:after {
  content: "";
  background: url("../images/arrow_up.svg") no-repeat 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 0;
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.accordion-title:focus {
  outline: none;
  box-shadow: none !important;
}
.accordion-title.active {
  border-bottom: none;
}
.accordion-title.active:after {
  transform: rotate(0deg);
}

.gallery-content {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .gallery-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
  }
}
.gallery-content .gallery-item {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  max-width: unset;
}

@media (max-width: 768px) {
  #page-content #benefits-tab {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  #page-content #benefits-tab.is-open {
    display: block !important;
    padding: 0;
    min-height: var(--tabs-mobile-button-height);
    border-bottom: 1px solid;
  }
  #page-content #benefits-tab.is-open .show-benefits-list .benefit-row {
    padding: 10px 15px 10px 10px;
  }
}
#page-content .show-benefits-list {
  margin: 0;
  padding: 0;
}
#page-content .show-benefits-list .benefit-row {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px;
  display: block;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row {
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid;
  }
}
#page-content .show-benefits-list .benefit-row:last-child {
  border-bottom: none;
}
#page-content .show-benefits-list .benefit-row .benefit-row-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page-content .show-benefits-list .benefit-row .benefit-desc {
  font-size: 90%;
  line-height: 1;
  margin: 5px 0 0;
}
#page-content .show-benefits-list .benefit-row .icon {
  width: 200px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .icon {
    justify-content: flex-start;
  }
}
#page-content .show-benefits-list .benefit-row .icon img {
  width: 50%;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .icon {
    width: 20%;
  }
  #page-content .show-benefits-list .benefit-row .icon img {
    width: 80%;
  }
}
#page-content .show-benefits-list .benefit-row .action {
  flex: none;
  margin: 0 auto 0 0;
}
#page-content .show-benefits-list .benefit-row .action a {
  display: inline-block;
  border: none;
  font-size: 150%;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  background: var(--highlight-color);
  text-decoration: none;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .action a {
    font-size: 90%;
    padding: 5px;
    font-weight: normal;
  }
}
#page-content .show-benefits-list .benefit-row .content {
  margin: 0 20px;
  line-height: 1;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .content {
    margin: 0 0 0 5px;
  }
}
#page-content .show-benefits-list .benefit-row .content h3 {
  margin: 0;
  font-size: 150%;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .content h3 {
    font-size: 100%;
  }
}
#page-content .show-benefits-list .benefit-row .content h4 {
  margin: 0;
  font-size: 150%;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .content h4 {
    font-size: 90%;
  }
}
#page-content .show-benefits-list .benefit-row .content p {
  margin: 10px 0 0 0;
  line-height: 1;
}
@media (max-width: 768px) {
  #page-content .show-benefits-list .benefit-row .content p {
    display: none;
  }
}

#page-content #contact-tab {
  max-width: unset;
}

.contact-row.popup-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-row .contact-pop {
  padding: 0;
}
.contact-row .info {
  border: none;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-row .info * {
  margin: 0;
  flex: auto;
}
.contact-row .info p {
  padding: 0 15px;
}
.contact-row .info h4 {
  flex-shrink: 0;
  max-width: 30%;
}
.contact-row .wpcf7-form input[type=submit],
.contact-row button {
  display: inline-block;
  border: none;
  font-size: 150%;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  background: var(--highlight-color);
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact-row .wpcf7-form input[type=submit],
.contact-row button {
    font-size: 90%;
    padding: 5px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  #page-content #tickets-tab {
    padding: 0 0 10px 0;
    border-bottom: none;
  }
}
#page-content #tickets-tab header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page-content #tickets-tab header > div {
  flex: 1;
}
#page-content #tickets-tab header .tickets-back {
  flex: none;
  margin: 5px auto 5px 10px;
  color: #000;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  z-index: 9;
  line-height: 1;
  border: 1px solid;
  background: transparent;
  display: inline-block;
  font-size: 150%;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#page-content #tickets-tab header .tickets-back:before {
  content: "<";
  transform: scaleX(0.6);
  margin: 0 0 0 3px;
  font-size: 150%;
}
@media (max-width: 768px) {
  #page-content #tickets-tab header .tickets-back {
    font-size: 90%;
    padding: 2px 5px 0;
  }
}
#page-content #tickets-tab .tab-title {
  font-size: 400%;
  font-weight: 900;
}
@media (max-width: 768px) {
  #page-content #tickets-tab .tab-title {
    font-size: 200%;
    margin: 15px 15px 5px;
  }
}
#page-content #tickets-tab .tab-sub-title {
  font-size: 250%;
  font-weight: normal;
}
@media (max-width: 768px) {
  #page-content #tickets-tab .tab-sub-title {
    font-size: 120%;
    font-weight: 500;
    margin: 0 15px;
  }
}

#selectShows {
  max-width: none;
}
#selectShows ul li {
  border-bottom: 1px solid #1A171B;
  padding: 15px 0;
  margin: 0;
  color: var(--base-text-color);
}
@media (max-width: 768px) {
  #selectShows ul li {
    padding: 10px;
  }
}
#selectShows ul li .cat-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#selectShows ul li .cat-inner > * {
  width: 25%;
}
#selectShows ul li .cat-inner .bars-menu-icon {
  width: 40px;
  display: none;
}
@media (max-width: 768px) {
  #selectShows ul li .cat-inner .bars-menu-icon {
    width: 20px;
  }
}
#selectShows ul li .cat-inner .catlabel {
  font-size: 180%;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  #selectShows ul li .cat-inner .catlabel {
    font-size: 100%;
    font-weight: 900;
  }
}
#selectShows ul li .cat-inner .label {
  color: var(--base-text-color);
  text-align: right;
  font-size: 150%;
  font-weight: normal;
  padding: 0;
}
@media (max-width: 768px) {
  #selectShows ul li .cat-inner .label {
    font-size: 100%;
  }
}
#selectShows ul li .cat-inner a {
  max-width: 200px;
}
#selectShows ul li .ticket-row-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#selectShows ul li .ticket-row-inner > * {
  order: 1;
}
#selectShows ul li .ticket-row-inner > span {
  text-align: right;
  font-size: 150%;
  font-weight: normal;
  margin-left: 20px;
  min-width: 12%;
  line-height: 1;
}
@media (max-width: 768px) {
  #selectShows ul li .ticket-row-inner > span {
    margin-left: 5px;
    font-size: 100%;
    min-width: unset;
    flex: 1;
  }
}
@media (max-width: 768px) {
  #selectShows ul li .ticket-row-inner > span.starts {
    max-width: 40px;
    min-width: unset;
  }
}
#selectShows ul li .ticket-row-inner > span.date {
  font-weight: 700;
}
@media (min-width: 769px) {
  #selectShows ul li .ticket-row-inner > span.date {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  #selectShows ul li .ticket-row-inner > span.date {
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 768px) {
  #selectShows ul li .ticket-row-inner > span.city {
    flex: none;
    min-width: 60px;
  }
}
#selectShows ul li .ticket-row-inner .order_show {
  margin: 0 auto 0 0;
}
#selectShows ul li.free-label-first .ticket-row-inner span.free_text {
  order: 0;
  font-weight: 900;
}
#selectShows ul li a {
  display: inline-block;
  border: none;
  font-size: 150%;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  background: var(--highlight-color);
  text-decoration: none;
  margin: 0 auto 0 0;
  width: 25%;
  max-width: 200px;
}
@media (max-width: 768px) {
  #selectShows ul li a {
    max-width: 65px;
    font-size: 90%;
    padding: 5px;
  }
}
#selectShows ul li a.soldout {
  background: var(--disabled-color);
  cursor: not-allowed;
}
#selectShows ul li a:hover {
  color: var(--button-active-color);
  background: var(--button-active-bg);
}
#selectShows ul li.active {
  border-bottom: none;
}
#selectShows ul li.active .cat-inner .bars-menu-icon {
  display: inline-block;
}
#selectShows ul li.active .cat-inner a {
  background: transparent;
  font-size: 0;
  width: auto;
}
#selectShows ul li a.order_show.has_timer {
  pointer-events: none;
  background: #eee;
  color: #666;
}
@media (max-width: 768px) {
  #selectShows ul li.has_timer_inside {
    padding: 10px 10px 47px;
  }
  #selectShows ul li a.order_show.has_timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: static;
    padding: 5px 10px;
  }
  #selectShows ul li a.order_show.has_timer .show_btn_timer {
    margin: 0;
    top: 37px;
    width: 100vw;
    position: absolute;
    right: -10px;
    left: auto;
    border-bottom: 1px solid #B12731;
    height: 47px;
  }
}
#selectShows .inner-map-title {
  background: var(--show-bg-alt);
  padding: 5px 10px;
}
#selectShows .inner-map-title h4 {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #selectShows .inner-map-title h4 {
    font-size: 100%;
  }
}

#selectShows.buttons_by_calendar #calendar, #selectShows.buttons_by_calendar .calendar-info {
  max-width: 600px;
  margin: auto;
}

/*TICKETS FREETEXT LABELS CLASSES*/
#selectShows ul li .free_text.heighLabel {
  color: #008000;
}
#selectShows ul li .free_text.midLabel {
  color: #FF8B2B;
}
#selectShows ul li .free_text.lowLabel {
  color: #F60808;
}
#selectShows ul li .free_text.charsLabel {
  color: #F60808;
}
#selectShows ul li .free_text.newLabel {
  background: #fbff00;
  text-align: center;
}

@media (max-width: 768px) {
  .arist-page #page-action-row {
    display: none;
  }
}
@media (min-width: 769px) {
  .arist-page #page-content #shows-tab.no-shows {
    padding: 2vh 0;
  }
}
.arist-page #page-content #shows-tab h2.noshows {
  text-align: center;
  color: #000000;
  padding: 5px;
  display: inline-block;
  width: 100%;
  font-size: 150%;
}

@media (min-width: 769px) {
  :root #page-shows-grid {
    --app-action-nav-height: 0px;
    --app-splash-botton-space: 15vh;
    --page-splash-height: calc(100vh - var(--app-header-height) - var(--app-splash-botton-space));
    --page-cover-height: calc(var(--page-splash-height) - var(--app-action-nav-height));
  }
}

#page-shows-grid .shows-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-shows-grid header.page-header {
  border: none;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-shows-grid header.page-header h1 {
  font-size: 43px;
  margin: 0;
}
#page-shows-grid .page-content {
  font-size: 130%;
  max-width: 80%;
  margin: auto;
  line-height: 1.3;
}

/*# sourceMappingURL=app.css.map*/