@font-face {
  font-family: "Blender";
  src: url("font/Blender-Black.woff") format("woff"), url("font/Blender-Black.woff2") format("woff2"), url("font/Blender-Black.eot"), url("font/Blender-Black.eot?#iefix") format("embedded-opentype"),
    url("font/Blender-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blender";
  src: url("font/Blender-Bold.woff") format("woff"), url("font/Blender-Bold.woff2") format("woff2"), url("font/Blender-Bold.eot"), url("font/Blender-Bold.eot?#iefix") format("embedded-opentype"),
    url("font/Blender-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blender";
  src: url("font/Blender-Bold.woff") format("woff"), url("font/Blender-Bold.woff2") format("woff2"), url("font/Blender-Bold.eot"), url("font/Blender-Bold.eot?#iefix") format("embedded-opentype"),
    url("font/Blender-Bold.otf") format("truetype");
  font-weight: bold;

  font-display: swap;
}

@font-face {
  font-family: "Blender";
  src: url("font/Blender-Light.woff") format("woff"), url("font/Blender-Light.woff2") format("woff2"), url("font/Blender-Light.eot"), url("font/Blender-Light.eot?#iefix") format("embedded-opentype"),
    url("font/Blender-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blender";
  src: url("font/Blender-Regular.woff") format("woff"), url("font/Blender-Regular.woff2") format("woff2"), url("font/Blender-Regular.eot"),
    url("font/Blender-Regular.eot?#iefix") format("embedded-opentype"), url("font/Blender-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: "Blender", sans-serif;
}

a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
label,
input,
strong,
p,
li,
div,
table,
th,
td,
ul,
.mbsc-font,
button {
  font-family: var(--font) !important;
  box-sizing: border-box !important;
}

body {
  font-family: "Blender", sans-serif;
  overflow-x: hidden;
  color: #58585a;
  padding-top: 155px;
  direction: ltr;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.sitehead {
  position: fixed;
  top: 0px;
  width: 100%;
  right: 0px;
  z-index: 9;
  transition: all 0.7s;
  z-index: 9;
  padding: 34px 0px;
  padding-bottom: 28px;
}

.sticky .sitehead {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.header_inner {
  width: 96%;
  max-width: 1920px;
  margin: 0 auto;
}

@supports (-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) {
  .sitehead .logo {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 100%, 100% 0);
  }
}

.sitehead .logo {
  float: right;
  width: 25%;
  margin: 0px 0px 0px 0px;
  background-color: #dcddde;
  -webkit-clip-path: polygon(-40px -11%, 31% -63%, 116% 137%, 29% 100%);
  clip-path: polygon(-40px -11%, 31% -63%, 116% 137%, 29% 100%);
  padding: 3px;
  padding-right: 0px;
  text-align: center;
  max-width: 285px;
}

.sitehead .logo img {
  max-width: 120px;
  display: inline-block;
  width: 100%;
}

.sitehead nav {
  float: left;
  width: 8%;
  transition: all 0.7s;
  margin-top: 5px;
  padding-top: 85px;
}

.langchange {
  float: left;
  width: auto;
  color: #052a4b;
  font-size: 20px;
  font-weight: 300;
  margin-right: 34px;
}

.sitehead nav ul li {
  display: inline-block;
  margin-right: 28px;
  position: relative;
  text-align: left;
  float: left;
  padding-top: 6px;
  transition: all 0.7s;
  width: 100%;
  padding-top: 10px;
}

.sitehead nav ul li:hover a {
  border-bottom: solid 2px rgba(255, 255, 255, 1);
}

.sitehead nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  transition: all 0.7s;
  font-family: var(--font);
  border-bottom: solid 2px rgba(255, 255, 255, 0);
}

.sitehead nav ul li.current-menu-item a {
  border-bottom: solid 2px rgba(255, 255, 255, 1);
}

.sitehead {
  display: block;
}

.sitehead nav {
  margin-top: 0px;
}

.sitehead {
  position: fixed;
  padding: 0px;
  background: #fff;
  z-index: 99;
}

.sitehead .inner_sec {
  background: #231f20;
  display: inline-block;
  width: 100%;
}

.topmenu {
  position: fixed;
  left: -110%;
  top: 0px;
  height: 100vh;
  background: #231f20;
  width: 350px;
  max-width: 500px;
  transition: all 0.7s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 120px 40px 0px;
  z-index: 99;
}

.topmenu.active {
  left: 0px;
  padding: 150px 55px 0px;
  overflow-y: auto;
}

.hamburger {
  display: block;
  padding: 10px 0px 0px;
  z-index: 999;
  position: relative;
  text-align: left;
  outline: none;
  float: left;
  margin-left: 12px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 100%;
}

.hamburger-box::before {
  background: url(../images/menu.png);
  content: "";
  height: 100%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}

.sear_sec {
  width: 62%;
  display: inline-block;
  padding-top: 100px;
  position: relative;
}

.sear_sec .fullse {
  width: 100%;
  display: table;
  position: relative;
}

.sear_sec a {
  display: table-cell;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.giftcard {
  background: #870435;
  padding-bottom: 7px;
  padding-top: 5px;
}

.giftcard.mobile {
  display: none;
}

.sear_sec a img {
  max-width: 22px;
}

.sear_sec a.searchtoggle {
  padding-left: 40px;
}

.sear_sec a.searchtoggle img {
  position: relative;
  top: 5px;
}

#searchbar {
  display: none;
}

.hamburger--collapse .hamburger-inner {
  opacity: 0;
  transition: all 0.5s;
}

.hamburger.is-active .hamburger-inner {
  opacity: 1;
}

.hamburger.is-active .hamburger-box::before {
  display: none;
}

.hamburger:hover,
.hamburger.is-active:hover {
  opacity: 1;
}

.sear_sec .hdd::after {
  content: "";
  background: url(../images/darr.png);
  height: 12px;
  width: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 40px;
  transition: all 0.5s;
}

.sear_sec .hdd.active::after {
  transform: rotate(180deg);
}

.sear_sec a.hbtn {
  background: #8d0b38;
  padding: 0px 5px 5px;
}

.home_slider .swiper-container {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.home_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.home_slider:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: -50%;
  left: 0px;
  background: rgba(0, 0, 0, 1);
  content: "";
  z-index: 9;
  height: 50%;
  transition: all 0.5s;
}

.home_slider:after {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: -50%;
  right: 0px;
  background: rgba(0, 0, 0, 1);
  content: "";
  z-index: 9;
  transition: all 0.5s;
}

.wppopups-whole .spu-content {
  cursor: pointer;
}

.wppopups-whole .spu-content a {
  /* display: none !important; */
}

.single-shows .talent_show a.btnc {
  background-color: #fe00ae;
}

.single-shows .show_expert a.btnc:hover {
  background-color: #939598;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

ol li {
  font-weight: 300;
  list-style: decimal;
  line-height: 1.45;
  margin-bottom: 17px;
  font-size: 19px;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home_slider:before {
    top: 0%;
    height: 0px;
    background: #231f20;
  }

  .home_slider:after {
    bottom: 0%;
    height: 0px;
    background: #231f20;
  }
}

.home_slider.active:before {
  top: 0%;
  background: #231f20;
}

.home_slider.active:after {
  bottom: 0%;
  background: #231f20;
}

.swiper-slide img {
  width: 100%;
  display: inline-block;
}

.show_relslider .swiper-slide img {
  max-height: 410px;
  min-height: 410px;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  min-width: 360px;
  object-position: top center;
}

.show_relslider .swiper-slide {
  background-size: cover !important;
  background-position: top center !important;
}

.coint {
  width: 96%;
  margin: 0 auto;
  max-width: 1920px;
}

.home_slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.2;
  margin: 0px 4px;
}

.home_slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.home_slider .swiper-slide .detail {
  position: absolute;
  margin: 0 auto;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  width: 60%;
}

.home_slider .swiper-slide .detail h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-family: var(--font);
  position: relative;
  bottom: -20px;
  transition: all 1.7s;
  opacity: 0;
  text-shadow: 2px 2px 2px gray;
}

.home_slider .swiper-slide .detail p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: var(--font);
  margin-top: 10px;
  font-weight: 300;
  position: relative;
  bottom: -20px;
  transition: all 1.9s;
  opacity: 0;
}

.home_slider .swiper-slide .detail a {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  background: #fff;
  padding: 5px 20px 3px;
  font-family: var(--font);
  margin-top: 15px;
  display: inline-block;
  position: relative;
  bottom: -20px;
  transition: all 2.1s;
  opacity: 0;
}

.animtextbar {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 99;
}

.news-list {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
}

.news-list li {
  position: absolute;
  white-space: nowrap;
  display: none;
}

.home_slider .swiper-slide .detail.active h2,
.home_slider .swiper-slide .detail.active p,
.home_slider .swiper-slide .detail.active a {
  opacity: 1;
  bottom: 0px;
}

.home_coint {
  width: 92%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1920px;
  padding-top: 25px;
}

.inner_sec_home {
  width: 100%;
  display: inline-block;
}

.inner_sec_home .h_show {
  width: 65%;
  float: right;
}

.inner_sec_home .h_news {
  width: 31%;
  float: left;
  margin-right: 4%;
  margin-top: -7px;
}

.inner_sec_home .h_show .shows {
  width: 100%;
  display: inline-block;
}

.inner_sec_home .h_show .shows .sitem {
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.inner_sec_home .h_show .shows .sitem:nth-child(2n + 2) {
  margin-right: 0px;
}

.inner_sec_home .h_show .shows .sitem img {
  width: 100%;
  display: inline-block;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  min-height: 400px;
}

.myslideshow .swiper-slide {
  min-height: 400px;
  max-height: 400px;
}

.myslideshow {
  min-height: 420px !important;
  max-height: 420px !important;
  margin-bottom: 13px !important;
  margin-top: 26px !important;
}

.news_slider.myslideshow:first-child {
  margin-top: 0px !important;
}

.news_slider.myslideshow {
  margin-top: 26px !important;
}

.extraslidediv.myslideshow {
  margin-top: 29px !important;
}

.sitemlink {
  display: inline-block;
}

.inner_sec_home .h_show .shows .sitem a.svideo {
  background: url(../images/play.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.7s;
}

.sinfo.sidn {
  position: relative;
}

a.svideo.bvideo {
  background: url(../images/blackplay.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -55px;
  left: inherit;
  margin: 0;
  transform: inherit;
  opacity: 1;
  transition: all 0.7s;
}

a.showvideo {
  background: url(../images/play.png);
  background: url(../images/h_play_icon.svg);
  background-size: cover;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.7s;
  filter: invert(1) brightness(2);
}

.single-shows a.showvideo {
  top: -60px;
}

.videopopup {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
  z-index: 99;
  display: none;
  padding-bottom: 50px;
}

.popuplight {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 80%;
  max-width: 1600px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding: 30px;
  z-index: 99;
  padding-bottom: 50px;
  position: absolute;
}

.videopopup.active {
  display: block;
}

.videopopup .closevideo {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}

.videoinr {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videopopup iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.calender {
  min-height: 224px;
  max-height: 224px;
}

.h_show .calender {
  display: none;
}

.inner_sec_home .h_show .shows .sitem:hover::after {
  opacity: 1;
}

.inner_sec_home .h_show .shows .sitem .sinfo {
  width: 70%;
  display: inline-block;
  background: none;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  transition: all 0.7s;
  position: absolute;
  left: 0px;
  bottom: -7px;
}

/* .inner_sec_home .h_show .shows .sitem:hover .sinfo{opacity: 1; bottom:-15px;} */

.inner_sec_home .h_show .shows .sitem .sinfo h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-family: var(--font);
  font-weight: 700;
  background: #fff;
  padding: 15px 10px 8px;
  margin: 0px;
}

.inner_sec_home .h_show .shows .sitem .sinfo p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: var(--font);
  margin-top: 0px;
  font-weight: 300;
  max-height: 55px;
  min-height: 55px;
  overflow: hidden;
  margin-bottom: 0px;
  background: #fff;
  opacity: 0;
  transition: all 0.7s;
  padding: 0px 10px 15px;
}

.inner_sec_home .h_show .shows .sitem:hover .sinfo p {
  opacity: 1;
}

.inner_sec_home .h_show .shows .sitem .sinfo a {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #939598;
  padding: 5px 20px 3px;
  font-family: var(--font);
  margin-top: 0px;
  display: inline-block;
  transition: all 0.5s;
  opacity: 0;
}

.inner_sec_home .h_show .shows .sitem:hover .sinfo a {
  opacity: 1;
}

.inner_sec_home .h_show .shows .sitem .sinfo a:hover {
  background: #8d0b38;
}

.testi_slider .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.entry-content h4 {
  font-size: 24px;
  font-family: "AlefRegular";
  color: #444444;
  font-weight: normal;
  line-height: 20px;
  margin: 10px 0 4px;
  direction: ltr;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.testi_slider .swiper-slide {
  padding: 20px 0px 20px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.homslid.swiper-container-horizontal > .swiper-pagination-bullets,
.homslid .swiper-pagination-custom,
.homslid .swiper-pagination-fraction {
  bottom: 40px !important;
}

.homslid article,
.newsslider article,
.event_slider article {
  max-width: 1920px;
  margin: 1em auto;
  overflow: hidden;
  position: absolute;
  min-height: auto;
  padding: 5px 0px 4px;
  font-weight: 300;
  bottom: -22px;
  left: 0px;
  right: 0px;
  background: #000;
  color: #fff;
}

.newsslider article,
.event_slider article {
  bottom: unset;
  top: -20px;
  padding: 10px 0px 5px;
  max-width: 500px;
}

.testi_slider .swiper-slide .det {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: var(--font);
  margin-top: 10px;
  font-weight: 300;
  text-align: left;
  width: 95%;
  display: inline-block;
  float: left;
  min-height: 112px;
  max-height: 112px;
  overflow: hidden;
}

.testi_slider .swiper-slide .posit {
  width: 80%;
  display: inline-block;
  text-align: right;
}

.testi_slider .swiper-slide .posit span {
  width: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: var(--font);
  margin-top: 10px;
  font-weight: 600;
  text-align: right;
}

.testi_slider .swiper-slide::before {
  content: "";
  background: url(../images/qt1.png);
  height: 25px;
  width: 30px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}

.testi_slider .swiper-slide::after {
  content: "";
  background: url(../images/qt1.png);
  height: 25px;
  width: 30px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 15px;
  background-repeat: no-repeat;
}

.news_slider,
.news_slider_n {
  position: relative;
  width: 100%;
  display: inline-block;
  max-height: 440px;
  min-height: 440px;
  overflow: hidden;
}

.news_slider .swiper-pagination-bullet,
.gift .swiper-pagination-bullet {
  background: #000;
  opacity: 0.4;
  margin: 0px 2px;
  padding: 1px;
  outline: none;
}

.news_slider .swiper-pagination-bullet-activet,
.gift .swiper-pagination-bullet-activet {
  background: #000;
  opacity: 1 !important;
}

.news_slider .swiper-slide .detail {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-30%);
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  width: 75%;
}

.news_slider .swiper-slide .detail h2,
.gift.myslideshow .detail h2 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-family: var(--font);
  font-weight: 500;
}

.news_slider .swiper-slide .detail a {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  background: #fff;
  padding: 5px 20px 3px;
  font-family: var(--font);
  margin-top: 15px;
  display: inline-block;
}

.news_slider .swiper-pagination {
  width: 100%;
  z-index: 1;
}

.event_slider {
  margin-top: 18px;
  margin-bottom: 6px;
  max-height: 440px;
  min-height: 440px;
  overflow: hidden;
}

.news_slider.extraslidediv {
  margin-top: 14px;
}

.news_slider img {
  max-height: 368px;
  min-height: 368px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.news_slider.extraslidediv img {
  max-height: 394px;
  min-height: 394px;
}

.eventslider {
  margin-top: -2px;
}

.gift {
  width: 100%;
  display: inline-block;
  margin-top: 14px;
  position: relative;
}

.gift .swiper-pagination {
  width: 100%;
}

.gift img {
  width: 100%;
  display: inline-block;
  height: 100%;
  max-height: 395px;
  min-height: 395px;
  object-fit: cover;
}

.sitefooter {
  width: 96%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.footerinner {
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
  background: #231f20;
  margin-top: 30px;
  position: relative;
  justify-content: space-between;
}

.footerinner:before {
  background-color: #dcddde;
  -webkit-clip-path: polygon(-25px -22%, 57% -62%, 110% 136%, 22% 101%);
  clip-path: polygon(-25px -22%, 57% -62%, 110% 136%, 22% 101%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 42%;
  height: 100%;
  content: "";
}

.sitefooter .fcol1 {
  width: 65%;
  float: left;
}

.sitefooter .fcol2 {
  width: 35%;
  float: right;
  text-align: left;
}

.sitefooter .fcol1 .fcmenu {
  width: 30%;
  float: left;
  position: relative;
  z-index: 1;
}

.sitefooter .fcol1 .fcmenu p {
  margin-bottom: 0px;
}

.sitefooter .fcol1 .fcmenu:first-child {
  width: 70%;
  padding-left: 16%;
  padding-right: 20%;
}

.sitefooter .fcol1 .fcmenu .cus {
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
  line-height: 34px;
  padding-bottom: 10px;
  display: inline-block;
  font-family: var(--font);
}

.sitefooter .fcol1 .fcmenu ul li a {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: var(--font);
}

.sitefooter .fcol1 .fcmenu ul li {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-family: var(--font);
}

.sitefooter .fcol1 .fcmenu:first-child ul li,
.sitefooter .fcol1 .fcmenu:first-child ul li a {
  color: #000;
  font-weight: bold;
}

.sitefooter .fcol1 .fcmenu:first-child .cus {
  color: #000;
  font-weight: bold;
}

.sitefooter .fcol2 .nfcol {
  width: 35%;
  float: left;
}

.sitefooter .fcol2 .nfcol2 {
  width: 65%;
  float: left;
  text-align: left;
}

.sitefooter .fcol2 .nfcol .stit {
  width: auto;
  font-size: 22px;
  color: #fff;
  margin: 0px 0px 10px 10px;
  margin: 0 auto 10px;
  line-height: 34px;
  display: inline-block;
  font-family: var(--font);
  border-bottom: 2px solid #fff;
}

.sitefooter .fcol2 .nfcol a img {
  width: 30px;
  padding-right: 5px;
}

.sitefooter .fcol2 .nfcol2 a .flogo {
  max-width: 90px;
  display: inline-block;
  padding-top: 20px;
  padding-right: 10px;
}

.sitefooter .fcol2 .footerCred {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  width: 100%;
  text-align: left;
  display: inline-block;
  font-family: var(--font);
  padding-top: 37px;
}

.sitefooter .fcol2 .footerCred a {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  width: auto;
  display: inline-block;
  font-family: var(--font);
}

.sear_sec.mobile,
.mobilefooter {
  display: none;
}

.single_show {
  width: 100%;
  display: inline-block;
}

.single_show.archiveshow {
  margin-top: 50px;
}

.single_show.archiveshow .show_detail {
  margin-top: 0px;
}

.single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem img {
  max-height: 520px;
  min-height: 520px;
}

.single_show.archiveshow .show_detail .sitemlink {
  width: 100%;
}

.single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem img {
  height: 100%;
  width: auto;
  text-align: left;
  object-fit: contain;
}

.show_coint {
  width: 96%;
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}

.show_banner {
  width: 100%;
  display: inline-block;
  position: relative;
}

.show_banner img {
  width: 100%;
  display: inline-block;
}

.show_banner .show_title {
  position: absolute;
  bottom: 64px;
  left: 3.2%;
  display: inline-block;
  width: 32.8%;
  max-width: 700px;
  padding: 10px;
  background: #fff;
  text-align: center;
}

.show_banner .show_title p {
  font-size: 22px;
  line-height: 27px;
  color: #231f20;
  max-height: 54px;
  min-height: 54px;
  overflow: hidden;
  margin-bottom: 0px;
}

.single .show_banner .show_title p {
  min-height: 0px;
  max-height: 100%;
}

.show_detail .left_column .mainrow {
  display: inline-block;
  width: 100%;
  float: left;
}

.show_detail .left_column .mainrow .mr1,
.show_detail .left_column .mainrow .mr2 {
  display: inline-block;
  font-size: 20px;
  color: #231f20;
  line-height: 28px;
  padding: 25px 20px 25px 0px;
  width: 28%;
  font-weight: 600;
  border-right: solid 2px #fff;
  min-width: 83px;
  max-width: 83px;
  overflow: hidden;
  float: left;
}

.show_detail .left_column .mainrow .nmt {
  width: 100%;
  max-width: 65px;
  min-width: 65px;
}

.show_detail .left_column .mulrow .list.nmll {
  width: 100%;
  max-width: 65px;
  min-width: 65px;
}

.show_detail .left_column .mainrow .mr3 {
  display: inline-block;
  font-size: 20px;
  padding-left: 20px;
  color: #231f20;
  line-height: 28px;
  width: 35%;
  padding: 25px 20px 10px 0px;
  font-weight: 600;
  min-width: auto;
  max-width: 100%;
  float: left;
}

.show_detail .left_column .mulrow .list {
  display: inline-block;
  font-size: 18px;
  color: #231f20;
  padding-left: 15px;
  line-height: 20px;
  padding-top: 8px;
  width: 28%;
  border-right: solid 2px #fff;
  min-width: 83px;
  max-width: 83px;
  overflow: hidden;
  float: left;
  min-height: 22px;
  padding-bottom: 8px;
  padding-top: 0px;
  margin: -1px 0px;
}

.show_detail .left_column .mulrow .list.mu3 {
  width: auto;
  display: inline-block;
  border-right: 0px;
  min-width: auto;
  max-width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.show_detail .left_column .mulrow .list.mu3.mc2 {
  padding-left: 10px;
  max-width: 85px;
  min-width: 85px;
  line-height: 18px;
}
.show_detail .left_column .mulrow .list.mu3.mc2 span {
  line-height: 18px;
}
.show_detail .left_column .mulrow .list a {
  font-size: 16px;
  color: #231f20;
  line-height: 20px;
}

.show_detail .left_column .mulrow:hover {
  background: #fff;
}
.sbtn {
  background: #8d0b38;
  padding: 5px 10px;
  color: #fff !important;
}
.mc3 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.show_detail .left_column .mulrow {
  float: left;
  width: 100%;
}

.show_banner .show_title h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  color: #231f20;
  text-align: center;
}

.show_inner {
  width: 90%;
  margin: 0 auto;
  display: block;
  max-width: 1800px;
}

.show_slider {
  width: 60%;
  float: right;
  margin-top: 12px;
  position: relative;
}

.show_detail {
  width: 40%;
  float: left;
  margin-top: -66px;
}

.show_detail .left_column .mainshow_list {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: inline-block;
  max-height: 300px;
  overflow: auto;
}

.showslider .swiper-slide img {
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  object-position: center top;
}

.show_detail .left_column h3 {
  background: #8d0b38;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  width: 100%;
  padding: 10px 0px 5px;
  position: relative;
}

.showslider .swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.show_slider .swiper-pagination-bullet {
  opacity: 0.5;
}

.show_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.show_slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
}

.show_slider .swiper-container-horizontal > .swiper-pagination-bullets.show_slider_pagi .swiper-pagination-bullet {
  background: #000;
}

.related_show {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 100px 0px;
}

.related_show .swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.related_show .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.related_show .show_relslider .detail {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #fff;
  padding: 0;
  width: auto;
  display: inline-block;
  font-family: var(--font);
  max-width: 70%;
  opacity: 1;
  transition: all 0.7s;
}

/* .related_show .show_relslider .swiper-slide:hover .detail{opacity: 1;} */

.related_show .show_relslider .detail h2 {
  color: #231f20;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.related_show .swiper-button-prev,
.related_show .swiper-container-rtl .swiper-button-next {
  right: -40px;
  z-index: 1;
}

.related_show .swiper-button-next,
.related_show .swiper-container-rtl .swiper-button-prev {
  left: -40px;
  z-index: 1;
}

.related_show .swiper-button-next:after,
.related_show .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background: url(../images/saa.png);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.related_show .swiper-button-prev:after,
.related_show .swiper-container-rtl .swiper-button-next:after {
  content: "";
  background: url(../images/sar.png);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.show_expert {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}

.show_expert .hline {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #231f20;
}

.show_expert h2 {
  width: auto;
  display: inline-block;
  border-bottom: solid 2px #231f20;
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--font);
  border-bottom: 11px solid #231f20;
  margin: 0;
  margin-bottom: -6.5px;
  padding: 0;
  padding-bottom: 8px;
  margin-left: 20px;
}

.show_expert .content {
  font-size: 16px;
  line-height: 26px;
  color: #231f20;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.show_expert .content img {
  max-width: 100%;
}

.show_expert .content .showsdate {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.show_expert .content .showsdate span {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #231f20;
}

.show_expert .content p {
  padding-bottom: 20px;
  font-size: 16px !important;
  line-height: 26px;
  color: #231f20;
  font-family: var(--font);
}

.single .talent_middle_column {
  padding-left: 5%;
}

.single .talentshows h1 {
  padding-left: 5%;
}

.single-shows .show_expert .content p {
  padding-bottom: 0px;
}

.show_expert .content strong {
  font-weight: 600;
  font-family: var(--font);
}

.talent_show,
.testi_show {
  width: 50%;
  float: left;
  margin-top: 25px;
  position: relative;
}

.talent_show .details_row {
  display: table;
  width: 100%;
}

.talent_show .details_row .detail,
.talent_show .details_row .dtail_answer {
  display: table-cell;
  width: auto;
  color: #231f20;
  font-size: 16px !important;
  line-height: 26px;
  width: 50%;
  font-family: var(--font);
}

.talent_show .details_row .dtail_answer a {
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--font);
}

.talent_show .details_row .dtail_answer a:hover {
  color: #6836e2;
}

.talent_show .ttitle,
.testi_show .ttitle {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #231f20;
  margin-bottom: 25px;
  font-family: var(--font);
}

.talent_show .ttitle h2,
.testi_show .ttitle h2 {
  width: auto;
  display: inline-block;
  border-bottom: solid 2px #231f20;
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  font-family: var(--font);
  border-bottom: 8px solid #231f20;
  margin-bottom: -5px;
  margin-left: 20px;
}

.show_testi_slider .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.show_testi_slider .swiper-slide {
  padding: 20px 0px 20px;
}

.show_testi_slider .swiper-slide .det {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: var(--font);
  margin-top: 10px;
  font-weight: 300;
  text-align: left;
  width: 95%;
  display: inline-block;
  float: left;
  padding-left: 18px;
}

.show_testi_slider .swiper-slide .det p {
  font-weight: 500;
}

.single-shows .show_testi_slider .swiper-slide .det p {
  font-size: 16px;
}

.single-shows .show_testi_slider .swiper-slide .posit span {
  font-size: 16px;
}

.show_testi_slider .swiper-slide .posit {
  width: 80%;
  display: inline-block;
  text-align: right;
}

.show_testi_slider .swiper-slide .posit span {
  width: auto;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: var(--font);
  margin-top: 10px;
  font-weight: 600;
  text-align: right;
}

.show_testi_slider .swiper-slide::before {
  content: "";
  background: url(../images/qt1.png);
  height: 18px;
  width: 22px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}

.show_testi_slider .swiper-slide::after {
  content: "";
  background: url(../images/qt1.png);
  height: 18px;
  width: 22px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 15px;
  background-repeat: no-repeat;
}

.testi_show .swiper-button-prev:after,
.testi_show .swiper-container-rtl .swiper-button-next:after {
  content: "";
  background: url(../images/sar.png);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.testi_show .testi_navi,
.testi_show .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  z-index: 1;
}

.testi_show .show_testi_slider {
  width: 90%;
  display: inline-block;
}

.all_conten {
  width: 100%;
  display: inline-block;
}

.all_conten .talent_show,
.all_conten .testi_show,
.all_conten .show_expert {
  width: 29%;
  float: left;
  margin-left: 1%;
}

.all_conten .testi_show {
  width: 35%;
  margin-right: 3%;
}

.all_conten .show_expert img {
  max-width: 100%;
}

.all_conten .show_expert {
  width: 29%;
  margin-right: 0%;
  margin-left: 2%;
  margin-top: 25px;
}

.show_expert.movile {
  display: none;
}

.mobiledata {
  position: absolute;
  width: 90%;
  right: 5.1%;
  background: #434243;
  display: none;
  z-index: 1;
}

.mobilelist li {
  width: 96%;
  float: right;
  padding-left: 10px !important;
}

.feat_info ul li {
  list-style: none;
  padding: 5px 0px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
  font-size: 14px;
}

.ui-datepicker-calendar tbody td {
  background: #d0d1d3;
  height: 30px;
  padding: 5px;
}

.ui-datepicker-calendar span,
.ui-datepicker-calendar a,
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  font-family: var(--font);
}

.calender .orange-bg {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #231f20;
  line-height: 35px;
  margin-bottom: -2px;
  margin-top: 8px;
  padding-top: 3px;
}

.ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-title {
  background: #d0d1d3;
}

.ui-datepicker-title span {
  color: #231f20 !important;
}

.hasDatepicker .ui-widget-header {
  border: none !important;
  background: #231f20;
}

.ui-widget.ui-widget-content {
  border-radius: 0px !important;
  margin-top: -1px;
  margin-bottom: 1px;
  padding: 0px 0.5px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 16px 8px 8px;
}

.Highlighted .ui-state-default {
  background: #231f20 !important;
  color: #fff;
  font-family: var(--font);
}

.ui-datepicker td .eventInfoCls {
  border-bottom: solid 1px #231f20;
  font-size: 12px;
  color: #231f20;
  line-height: 24px;
  font-family: var(--font);
}

.ui-state-disabled .ui-state-default {
  color: #231f20 !important;
}

.ui-datepicker table {
  direction: ltr;
}

.calTooltip {
  border: solid 2px #231f20;
  box-shadow: 0px 5px 5px 2px #888888;
  width: auto !important;
  background: #fff !important;
  padding: 0px 5px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next {
  outline: none;
}

.eventsearchform {
  position: absolute;
  top: 86px;
  right: inherit;
  left: 13%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.98);
  max-width: 400px;
  width: 100%;
  padding: 30px;
  z-index: 99;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.sticky .eventsearchform {
  top: 107px;
}

.eventsearchform.active {
  display: block;
}

.eventsearchform select {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  font-weight: 600;
  font-size: 20px;
  text-overflow: "";
  background-image: url("../images/selectarrow.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.eventsearchform select::-ms-expand {
  display: none;
}

.eventsearchform select:disabled {
  background-image: url("../images/selectarrow1.png");
}

.eventsearchform #gbtn {
  background: #8d0b38;
  padding: 5px 15px;
  color: #fff;
  border: none;
  float: right;
  cursor: pointer;
  margin-top: 10px;
  font-size: 20px;
}

.nice-select.wide {
  font-size: 20px;
  text-align: left !important;
}

.page-template-default #content,
.page-template-infolessin #content,
.page-template-template-gallery #content,
.page-template-shop_page_template #content,
.page-template-shows #container,
.page-template-infolessin #container,
.error404 #container,
body.search #container {
  max-width: 1920;
  margin: 0 auto;
  width: 96%;
  padding-top: 30px;
}

.page-template-shows #container {
  padding-top: 0px;
}

body.page-template-shows {
  padding-top: 140px;
}

.error404 #container {
  padding-top: 50px;
}

body.search .entry-title {
  line-height: 50px;
  font-family: "AlefRegular", Arial, sans-serif;
  border-top: 0px none !important;
  font-weight: normal !important;
  color: #000;
  font-size: 40px;
  padding: 12px 0px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.searchitem {
  display: block;
  width: 47%;
  margin-top: 30px;
  float: left;
  overflow: hidden;
  margin-right: 3%;
}

.searchitem h3 {
  font-size: 30px;
  color: #000;
  display: inline-block;
  line-height: 30px;
  float: left;
  width: 100%;
  padding-left: 0px;
}

.searchitem .sexceprt {
  font-size: 18px;
  display: inline-block;
  line-height: 20px;
  float: left;
  width: 100%;
}

.sexceprt .showimage {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 30%;
}

.sexceprt .showimage img {
  max-width: 100%;
  max-width: 100%;
  max-height: 190px;
  min-height: 190px;
  object-fit: cover;
}

.sexceprt .showcontent {
  display: inline-block;
  width: 63%;
  margin-left: 5%;
  vertical-align: top;
}

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

p {
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 17px;
  font-size: 19px;
  color: #000;
  text-align: left !important;
}

.page-id-645248 .entry-content p {
  max-width: 1140px;
}

p strong {
  font-weight: bold;
  text-shadow: 0.2px 0.2px 0px black, -0.2px -0.2px 0px black, 0.2px -0.2px 0px black, -0.2px 0.2px 0px black;
}

.page-template-default .entry-content p strong {
  text-shadow: 0.4px 0.4px 0px black, -0.3px -0.4px 0px black, 0.4px -0.4px 0px black, -0.4px 0.4px 0px black;
  letter-spacing: 0.3px;
}

em {
  font-style: italic;
}

.field label,
.btn label {
  float: left;
  width: 80px;
  padding-top: 7px;
  margin-right: 10px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.field input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  padding: 9px;
  border: solid 1px #000;
  outline: 0;
  font: normal 13px/100% Verdana, Tahoma, sans-serif;
  width: 200px;
  background: #fff;
  cursor: auto;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  direction: ltr;
}

.field {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}

.send {
  float: left;
  border: 0 none;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #8d0b38;
  font-family: "AlefBold", Arial, sans-serif;
  text-align: center;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  filter: dropshadow(color=#000000, offx=1, offy=1);
  color: #fff;
  font-style: normal;
  text-decoration: none;
  padding: 7px 28px;
  font-size: 18px;
  display: block;
  cursor: pointer;
}

body.home {
  padding-top: 156px;
}

body {
  padding-top: 170px;
}

body.search-results {
  padding-top: 120px;
}

body.single-shows {
  padding-top: 128px;
}

.sitehead .logo img {
  max-width: 130px;
  transition: all 0.7s;
  margin-left: 8px;
  margin-right: -8px;
}

.sticky .sitehead .logo img {
  max-width: 100px;
}

.sitehead .logo {
  width: 28%;
}

.sitehead nav {
  padding-top: 64px;
  transition: all 0.7s;
}

.sticky .sitehead nav {
  padding-top: 50px;
}

.sear_sec {
  padding-top: 74px;
  transition: all 0.7s;
}

.sticky .sear_sec {
  padding-top: 60px;
}

.sitehead nav ul li {
  width: 100%;
  padding-bottom: 10px;
}

.sitehead nav ul li .sub-menu {
  padding-left: 20px;
}

.sitehead nav ul li:hover .sub-menu li a {
  border: none;
}

.sitehead nav ul li .sub-menu li:hover a {
  border-bottom: solid 2px rgba(255, 255, 255, 1);
}

.sitehead nav ul li .sub-menu li {
  margin-right: 0px;
  padding-bottom: 0px;
}

.sitehead nav ul li .sub-menu li a {
  font-size: 20px;
  color: #f1f1f1;
}

.sitehead nav ul li a {
  font-size: 26px;
  letter-spacing: 1px;
}

.home_slider .swiper-container {
  height: 800px;
}

.home_slider .swiper-container .swiper-slide {
  background: #000;
}

.home_slider .swiper-container .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.home_slider .swiper-container .swiper-slide video {
  min-height: 800px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_slider .swiper-container .swiper-slide.swiper-slide-active video,
.home_slider .swiper-container .swiper-slide.swiper-slide-active iframe {
  display: block;
}

.home_slider .swiper-container .swiper-slide iframe {
  display: none;
  min-height: 800px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .home_slider .swiper-container .swiper-slide video,
    .home_slider .swiper-container .swiper-slide iframe {
      object-fit: none;
      width: 1920px;
    }

    .home_slider .swiper-container .swiper-slide iframe {
      margin-left: -4%;
    }

    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
  }
}

.sitefooter .fcol2 .nfcol {
  width: 40%;
  text-align: center;
}

.sitefooter .fcol2 .nfcol2 {
  width: 60%;
}

.show_slider {
  width: 60%;
  float: right;
}

.single .archiveinfo {
  display: inline-block;
  margin-bottom: 20px;
}

.single .archiveinfo .bannerimage {
  width: 100%;
  margin-top: 15px;
}

.single .archiveinfo .content img {
  width: 100%;
  height: auto;
}

.show_expert .content img {
  height: auto;
}

.single .archiveinfo .bannerimage img {
  max-width: 100%;
}

.single .archiveinfo h3 {
  padding: 0px;
  margin: 0px;
}

.single .archiveinfo .sinfo a.btnc {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #939598;
  padding: 5px 20px 3px;
  font-family: var(--font);
  margin-top: 0px;
  display: inline-block;
  transition: all 0.5s;
  float: right;
}

.single .archiveinfo .sinfo a.btnc:hover {
  background: #8d0b38;
}

.show_expert a.btnc {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #939598;
  padding: 5px 20px 3px;
  font-family: var(--font);
  margin-top: 0px;
  display: inline-block;
  transition: all 0.5s;
  float: right;
}

.show_expert a.btnc:hover {
  background: #8d0b38;
}

.show_detail {
  width: 35%;
}

.related_show .swiper-button-next,
.related_show .swiper-container-rtl .swiper-button-prev {
  left: -40px;
  z-index: 1;
}

.related_show .swiper-button-prev,
.related_show .swiper-container-rtl .swiper-button-next {
  right: -40px;
  z-index: 1;
}

.info-area h1,
.entry-content h1,
.error404 h1 {
  line-height: 50px;
  font-family: "AlefRegular", Arial, sans-serif;
  border-top: 0px none !important;
  font-weight: normal !important;
  color: #000;
  font-size: 40px;
  padding: 12px 0px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.page-template-shows .program-table {
  width: 100%;
  float: left;
  background: #000;
  color: white;
}

.page-template-shows .program-table table {
  width: 100%;
}

.page-template-shows td {
  background: none;
}

.page-template-shows .program-table table th {
  background: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px auto;
  text-align: left;
  padding: 5px 0px;
  text-shadow: none;
  padding-left: 10px;
}

td.mainstrip table td {
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 12px;
}

td.mainstrip table td a {
  color: black;
  cursor: pointer;
}

td.mainstrip table td a:hover {
  color: black;
  cursor: pointer;
}

.page-template-shows .program-table table tr.maintr:nth-child(even) {
  background-color: #fff;
}

.page-template-shows .program-table table tr.maintr:nth-child(odd) {
  background-color: #f8f7f9;
}

td.mainhead {
  background: none;
}

td.mainhead table tr {
  background-color: #e3e3e3 !important;
}

td.mainhead table tr td {
  background: none;
  font-weight: bold;
}

.ui-accordion {
  width: 80%;
  margin: 0 auto;
}

#accordion h2.ui-accordion-header,
#accordion h2.ui-accordion-header.ui-state-default {
  background-color: #000 !important;
  direction: ltr;
  text-align: left;
  color: #fff;
  background-image: none;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.info-area h2 {
  font-size: 24px !important;
  border: 0 none;
}

.page-id-645252 .info-area h2 {
  font-size: 22px !important;
  border: 0 none;
}

h2.ticket {
  font-size: 24px !important;
  border: 0 none;
  text-align: center;
}

#accordion .section {
  height: 340px;
  overflow-y: scroll;
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  border: 1px solid #aaaaaa;
  background: url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.info-area #accordion p {
  margin: 0px;
  clear: both;
  display: inline-block;
  width: 100%;
}

.info-area .section.ui-accordion-content h2 {
  float: left;
  width: 100%;
  padding: 0;
}

.info-area .section.ui-accordion-content a {
  float: left;
}

.info-area #accordion h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #414141;
  background-color: transparent;
  border: 0 none;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  width: 82%;
}

.info-area .ui-accordion-content ul {
  margin-right: 20px;
  list-style: outside;
  width: 90%;
  float: left;
}

.info-area .ui-accordion-content ul li {
  direction: ltr;
  font-size: 14px;
  line-height: 23px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px;
}

.info-area #accordion .abt p {
  margin: 15px 0px;
  width: 100%;
  font-size: 14px;
  direction: ltr;
  line-height: 18px;
}

.info-area #accordion ul.sub li {
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  font-size: 14px;
}

.info-area #accordion h3 > a {
  color: #000;
  line-height: 32px;
  text-decoration: none;
}

.widgets h3.special {
  color: #fff;
  margin-bottom: 0px;
}

table.link-tab {
  margin-bottom: 30px;
}

table.link-tab td {
  background: transparent;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  font-family: "AlefRegular", Arial, sans-serif;
}

table.link-tab th {
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  font-family: "AlefRegular", Arial, sans-serif;
  color: #000;
  background-color: #e6e4e5;
}

.entry-content a {
  color: #000;
}

.searchbar {
  display: none;
}

.searchbar {
  position: absolute;
  float: right;
  z-index: 1;
  width: 34%;
  right: 0px;
  min-width: 150px;
  text-align: left;
}

#searchform input {
  color: black;
  width: 100%;
  padding: 6px;
  background: #fff;
  border: 0px solid #d7d7d7;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.dhemy-ajax-search {
  position: absolute;
  background: rgb(66, 65, 66);
  width: 100%;
  z-index: 999;
  left: 0;
  top: 29px;
  padding: 0;
  display: none;
  margin: 7px 0px;
  overflow: hidden;
}

.dhemy-ajax-search li {
  border-bottom: 1px solid #d8d5bf;
  padding: 5px 10px;
  width: 100%;
  float: left;
  color: white;
}

.dhemy-ajax-search li a {
  color: white;
}

.dhemy-ajax-search li:nth-child(1) a {
  color: white;
}

.dhemy-ajax-search li:before {
  border: none;
}

.dhemy-ajax-search li a {
  background: none;
}

.dhemy-ajax-search li a:hover {
  background: none;
  color: black;
}

#searchform .remove {
  position: absolute;
  right: 5px;
  padding: 1px 0px;
  display: block;
  top: 0px;
  z-index: 2;
  cursor: pointer;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: bold;
  font-size: 23px;
}

#searchform.active {
  opacity: 1;
}

#arachsearch {
  width: 30%;
  float: right;
  margin-right: 10%;
}

#arachsearch input {
  border: 1px solid black;
  font-size: 16px;
}

#arachsearch input[type="text"]:focus {
  background: none;
  color: black;
}

#arachsearch .remove {
  position: relative;
  right: 5px;
  padding: 1px 0px;
  display: block;
  top: -33px;
  z-index: 2;
  cursor: pointer;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: bold;
  font-size: 23px;
  float: right;
}

#arachsearch.active {
  opacity: 1;
}

.ui-datepicker-title {
  background: #000;
}

.ui-datepicker-title span {
  color: #fff;
}

.entry-content img {
  max-width: 100%;
}

.home #container,
.single-shows #container {
  max-width: 100%;
}
.single-shows #container .show_inner {
  max-width: 1920px;
}
.single-shows .singlecounter {
  width: 100%;
}
.single-shows .singlecounter .show_coint {
  max-width: 100%;
}
#container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding-top: 0px;
}

.blogpost {
  width: 99%;
  float: left;
  margin-bottom: 30px;
  padding: 5px 0px;
  border: 1px solid #e0e1e2;
}

.app.blogpost {
  border: none;
}

.blogpost .img {
  width: 40%;
  float: left;
}

.blogpost .img img {
  width: 90%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.app.blogpost .img {
  text-align: right;
}

.blogpost .content {
  width: 58%;
  padding-top: 10px;
  float: left;
}

.blogpost .content > div.text {
  font-size: 16px;
  font-weight: 100;
  font-family: "AlefRegular";
  line-height: 1.5;
}

.blogpost .content > a {
  float: right;
  width: 100%;
  text-align: right;
  color: #231f20;
  font-size: 20px;
  text-decoration: underline;
}

.custom-pagination {
  width: 100%;
  float: left;
  margin: 0px auto;
  text-align: center;
  background: none;
  border-bottom: none;
}

.custom-pagination a.page-numbers {
  padding: 2px 10px;
  background-color: #333333;
  color: #fff;
}

.custom-pagination span.current {
  background-color: #aaa;
  color: #fff;
  padding: 2px 10px;
}

.showpagefilter {
  float: right;
  width: 50%;
}

.filters {
  margin: 0px auto;
  text-align: center;
}

.filters .form-group {
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
}

.filters .current {
  color: #000;
}

.filters .sel {
  width: 325px;
}

.lbl1 {
  width: 29%;
  float: left;
}

.lbl2 {
  width: 1%;
  float: left;
}

.sel {
  width: 45%;
}

.lbl1 .label {
  width: 28%;
  float: left;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 100;
  font-family: "AlefRegular";
  line-height: 26px;
}

.sel .label {
  width: 5%;
  margin-right: 2%;
}

.second {
  width: 25%;
  margin-right: 20px;
}

.lbl1 .nice-select.wide {
  width: 90%;
  float: left;
  margin-top: 0px;
  clear: none;
  background: #fff;
}

.datesnew {
  width: 100%;
  float: left;
  margin-top: 0px;
  clear: none;
}

.shnd {
  margin: 0px;
  padding: 0 15px 0px 15px;
  color: white;
  text-decoration: none;
  background: #fe8644;
  border: none;
  cursor: pointer;
}

.datesnew input {
  border: 0px solid #aaaaaa;
  width: 100%;
  border-radius: 0px;
  height: 32px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  height: 42px;
  width: 200px;
}

select:disabled {
  opacity: 0.8 !important;
}

/* .wppopups-whole {
    display: none !important;
} */

button#responsive-menu-button .responsive-menu-box {
  display: none;
}

.eventsearchform .flose {
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
}

.page-template-shows .program-table {
  display: none !important;
}

.monthtitle {
  border-bottom: 1px solid #000;
}

.monthtitle td {
  font-weight: bold;
  font-size: 18px !important;
}

.mbpro_table {
  display: block !important;
  float: left;

  width: 100%;
}

.mbpro_table .showstimesdatamobile {
  width: 100%;
}

.mbpro_table .showstimesdatamobile th {
  text-align: left !important;
  padding: 7px 10px 5px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  background: #8d0b38;
  text-shadow: none;
}

.mbpro_table tr {
  background-color: rgba(0, 0, 0, 0.2);
}

.mbpro_table tr:hover {
  background-color: rgba(255, 255, 255, 1);
}

.page-template-shows td {
  background: none;
  padding: 7px 10px 5px;
}

.page-template-shows td a,
.page-template-shows td {
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400 !important;
}

.page-template-shows td span {
  display: inline-block;
  width: max-content;
  font-weight: 400 !important;
}

.page-template-shows td a.orderbtn {
  padding: 5px 10px;
  background: #000;
  color: #fff;
}

.page-template-shows td a.orderbtn:hover {
  background: #8d0b38;
}

.mbsc-ios.mbsc-calendar-popup .mbsc-calendar-cell,
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-body {
  border-radius: none !important;
}

.mbsc-ios.mbsc-calendar-header,
.mbsc-ios.mbsc-calendar-wrapper,
.mbsc-ios.mbsc-calendar-cell.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days,
.mbsc-ios.mbsc-calendar-cell {
  background: #d0d1d3 !important;
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  background: #fff !important;
  border: none !important;
  color: #231f20 !important;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button,
.mbsc-ios.mbsc-calendar-today {
  color: #231f20 !important;
}

.mbsc-event-time {
  display: none !important;
}

.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body {
  border-radius: 0px !important;
}

.mbsc-popup-content {
  border-radius: 0px !important;
  border: solid 2px #231f20;
  box-shadow: 2px 2px 5px #231f20 !important;
  padding: 5px !important;
}

.mbsc-event-color {
  display: none !important;
}

.mbsc-event-text,
.mbsc-ios a {
  color: #231f20 !important;
}

.mbsc-ios.mbsc-list-item {
  border-bottom: solid 1.5px #231f20 !important;
  margin-top: 0px !important;
}

.mbsc-ios.mbsc-list-item::before {
  display: none !important;
}

.mbsc-hover {
  border-bottom: 0px !important;
}

.mbsc-ios.mbsc-calendar-week-day {
  font-size: 20px !important;
  font-weight: 500;
}

.mbsc-ios.mbsc-calendar-day-text {
  width: unset !important;
  height: unset !important;
  margin: unset !important;
  padding: unset !important;
  line-height: unset !important;
  border: unset !important;
  border-radius: unset !important;
}

.mbsc-ios.mbsc-calendar-day-text {
  background: #fff !important;
  border-radius: 0px !important;
  padding: 6px 10px 28px 25px !important;
  width: 20px !important;
  line-height: 34px !important;
  height: 25px !important;
  margin: -2px 5px auto !important;
}

.mbsc-ios.mbsc-calendar-day-text:hover {
  background: #231f20 !important;
  color: #fff !important;
}

/* .mbsc-ios.mbsc-calendar-today{padding-bottom:32px !important;
padding-left: 28px !important;} */

.mbsc-calendar-cell:hover .mbsc-calendar-cell-text,
.mbsc-calendar-cell:focus .mbsc-calendar-cell-text,
.mbsc-calendar-cell:target .mbsc-calendar-cell-text,
.mbsc-calendar-cell:active .mbsc-calendar-cell-text {
  background: #231f20 !important;
  color: #fff !important;
}

.mbsc-calendar-slide {
  padding: 0px 8px;
}

.mbsc-ios.mbsc-list-item.mbsc-rtl:after,
.mbsc-ios.mbsc-list-item.mbsc-rtl:before {
  display: none !important;
}

.tech-slideshow {
  height: 30px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  background: #fe00ae;
}

.myslideshow .tech-slideshow {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.tech-slideshow > div {
  height: auto;
  width: 2526px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow .mover-1 {
  animation: moveSlideshow 50s linear infinite;
  letter-spacing: 6px;
  font-weight: 300;
  opacity: 0.8;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-top: 2px;
  margin-right: -50px;
  height: 30px;
  right: -50%;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}

.faqtit,
.faqtit p,
.faqtit p a {
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #231f20;
}

.faqtit p,
.faqtit p a {
  float: none;
}

.faqtit p a {
  text-decoration: underline;
}

.acco_sec {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
}

.acco_sec .faq li {
  padding: 5px;
}

.acco_sec ul {
  padding: 50px 0px;
  display: inline-block;
  width: 100%;
}

.acco_sec .faq li.q {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: solid 2px #231f20;
  padding: 12px 0px;
  padding-right: 14px;
}

.acco_sec .faq li.q.active {
  border-bottom: 0px;
}

.acco_sec .faq li.q:last-child {
  border-bottom: 0px;
}

.acco_sec .faq li.q span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
  padding-left: 5px;
}

.acco_sec .faq li.a {
  display: none;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  position: relative;
  margin-bottom: 12px;
  border-bottom: solid 2px #231f20;
}

.faq .a p {
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 50px;
  margin-bottom: 0px;
}

.acco_sec .faq li.q::after {
  font-size: 35px;
  content: "+";
  top: 19px;
  right: 0px;
  position: absolute;
  color: #231f20;
  width: 14px;
  height: 19px;
  line-height: 19px;
  padding-right: 20px;
  padding-left: 100px;
  font-weight: 400;
}

.acco_sec .faq li.q.active::after {
  content: "_";
  top: 6px;
}

.subtit {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #231f20;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0px;
}

#customers td {
  vertical-align: middle;
  border: 2px solid #fff;
  background: none;
  padding: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #231f20;
}

#customers td a {
  padding: 8px 10px;
  font-size: 20px;
  line-height: 28px;
  color: #ff0000;
}

a.extralink {
  padding: 10px 20px 6px;
  transition: all 0.7s;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: #8d0b38;
  border: solid 1px #8d0b38;
  display: inline-block;
  text-align: center;
}

#customers td a.extralink {
  color: #fff;
}

a.extralink:hover {
  background: #8d0b38;
  color: #fff;
}

#customers tr {
  background-color: rgba(0, 0, 0, 0.2);
}

#customers tr:hover {
  background-color: rgba(255, 255, 255, 1);
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #8d0b38;
  text-shadow: none;
  color: white;
  padding: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.subtit p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  color: #231f20;
}

.subtit p br {
  display: none;
}

.feature .talent_right_column,
.feature .talent_middle_column {
  width: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: left;
}

.single .talent_right_column {
  float: right;
  width: 40%;
}

.single .talent_middle_column {
  float: left;
  width: 55%;
  margin-right: 5%;
  margin-left: 0px;
}

.single .talentshows h1 {
  text-align: left;
}

.single .talent-content {
  padding-left: 0px;
}

.talent-content {
  padding: 0px 50px 50px 0px;
}

.talent-content p {
  font-size: 18px;
  line-height: 26px;
  color: #231f20;
}

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

.feature .poster img {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  object-fit: cover;
  height: auto;
}

.talentshows h1 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #231f20;
  width: 100%;
  font-weight: 600;
  padding-bottom: 20px;
}

.page-template-news .blogpost {
  width: 32%;
  margin-right: 2%;
  position: relative;
  border: none;
  float: left;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 15px;
}

.page-template-news .blogpost:nth-child(3n + 3) {
  margin-right: 0px;
}

.page-template-news .blogpost .img {
  width: 100%;
  padding: 0px;
  text-align: center;
}

.page-template-news .blogpost .img img {
  width: 100%;
  min-height: 400px;
  height: 100%;
}

.page-template-news .blogpost .content {
  width: 100%;
  padding: 15px 0px;
}

.page-template-news .blogpost .content > div.text {
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  color: #231f20;
}

.info-area h2 {
  color: #231f20;
}

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

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiperpagi {
  width: 100%;
  bottom: 40px;
}

.tech-slideshow.mobileshow {
  display: none;
}

.mbsc-ios.mbsc-calendar-label-text {
  height: 50px;
  position: absolute;
  top: -40px;
  width: 50px;
  opacity: 0;
}

.mbsc-ios.mbsc-calendar-label-background {
  background: none !important;
}

.page-template-template_home .swiper-slide {
  background-size: cover !important;
  background-position: top center !important;
}

.page-template-template_home .swiper-slide img {
  opacity: 1;
}

.page-template-template_home .myslideshow .swiper-slide img {
  opacity: 1;
}

.page-template-template_home .myslideshow .swiper-slide {
  background: none !important;
}

/* video::-webkit-media-controls-play-button {display:none !important;}
video::-webkit-media-controls-volume-slider {display:none !important;}
video::-webkit-media-controls-mute-button {display:none !important;}
video::-webkit-media-controls-timeline {display:none !important;}
video::-webkit-media-controls-current-time-display {display:none !important;} */

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-mute-button {
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

video::-webkit-media-controls-volume-slider {
}

#myc-dates-container {
  min-height: 105px;
  max-height: 105px;
  overflow: hidden;
  background: #d0d1d3 !important;
  padding-left: 4px;
}

#myc-week-container {
  border: 0px !important;
}

.myc-date-header {
  border-left: 0px !important;
}

.myc-date-number {
  background: #fff;
}

.myc-date-header:first-of-type {
  padding-right: 0px !important;
  padding-left: 10px;
}

.myc-date-header {
  width: 12.6% !important;
}

.myc-date-header {
  padding: 10px 8px 0px 0px !important;
}

.active .myc-date-number,
.myc-date-number:hover {
  background: #000;
  color: #fff;
}

.myc-date-number {
  font-size: 20px !important;
  padding: 5px;
}

.eventcoainter {
  width: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: none;
  position: absolute;
  border: solid 2px #231f20;
  box-shadow: 2px 2px 4px #000;
  background: #fff;
  padding: 10px 5px;
  top: 147px;
  max-width: 75%;
}

.calender {
  position: relative;
  margin-top: 7px;
}

.eventlist {
}

#myc-current-month-year-container {
  color: #231f20;
  padding-top: 4px;
}

#myc-nav-container {
  position: relative;
}

.eventlist li {
  border-bottom: 2px solid #231f20;
}

.eventcoainter.active {
  display: block;
  z-index: 99;
}

.topbarshows {
  background: #8d0b38;
  width: 100%;
  display: inline-block;
}

.showpagetitle {
  background: #000;
  width: auto;
  float: left;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 30px;
}

.info-area .topbarshows h1 {
  font-size: 28px;
  color: #fff;
  padding: 0px;
  line-height: 42px;
}

.eventcoainter {
  max-width: 90%;
}

.show_detail .left_column .mainshow_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.show_detail .left_column .mainshow_list::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.show_detail .left_column .mainshow_list::-webkit-scrollbar-thumb {
  background-color: #8d0b38;
  border-radius: 10px;
}

.contsingle {
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.sitehead nav ul li.menu-item-has-children {
  position: relative;
  width: auto;
  padding-right: 30px;
  width: 100%;
}

.sitehead nav ul li.menu-item-has-children:after {
  position: absolute;
  content: "<";
  right: 0;
  top: 8px;
  color: #fff;
  font-size: 28px;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.sitehead nav ul li.menu-item-has-children:hover:after {
  content: "<";
  transform: rotate(-90deg);
}

.sitehead nav ul li.menu-item-has-children.active:after {
  transform: rotate(-90deg);
}

.sitehead nav ul li .sub-menu {
  display: none;
}

.sitehead nav ul li.menu-item-has-children:hover .sub-menu {
  display: inline-block;
}

.showslider .swiper-slide iframe {
  /* min-height: 800px; */
  width: 100%;
  height: 100%;
  max-height: 300px;
  min-height: 300px;
}

.showmobile {
  display: none;
}

strong {
  font-weight: bold;
}

.gipage {
  width: 100%;
  display: inline-block;
  position: relative;
}

.gipage .colbig {
  width: 69%;
  float: left;
  padding-right: 50px;
}

.gipage .colsmall {
  width: 31%;
  float: right;
}

.gipage h3.titll {
  font-size: 22px;
  font-weight: bold;
  width: auto;
  display: inline-block;
  position: relative;
  line-height: 30px;
  border-bottom: solid 4px #000;
  color: #000;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 0px;
}

.gipage div.detal {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 26px;
  color: #000;
  width: 100%;
}

.aboutpage {
  width: 100%;
  display: inline-block;
  position: relative;
}

.aboutpage .mimg {
  display: inline-block;
  position: relative;
  width: 100%;
}

.aboutpage .mimg img {
  width: 100%;
  display: inline-block;
  position: relative;
  object-fit: cover;
}

.aboutpage .colbig {
  width: 31%;
  float: left;
  padding-right: 50px;
}

.aboutpage .colsmall {
  width: 69%;
  float: right;
}

.aboutpage .hline {
  display: inline-block;
  width: auto;
  border-bottom: 2px solid #231f20;
  margin-bottom: 15px;
  padding-right: 50px;
}

.aboutpage h3.titll {
  width: auto;
  display: inline-block;
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  border-bottom: 8px solid #231f20;
  margin-bottom: -5px;
  margin-left: 20px;
  padding-left: 0px;
  padding-right: 30px;
}

.aboutpage div.detal {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 26px;
  color: #000;
  width: 100%;
}

.page-template-archivelessin ul#categoryfeatures_portfolio li.poster {
  height: 320px;
}

.tableover {
  width: 100%;
  display: inline-block;
  overflow-x: auto;
}

table.official {
  width: 100%;
  min-width: 1000px;
}

.official td,
.official th {
  border: none;
  border-bottom: 4px solid #959595;
  text-align: left;
  padding: 8px;
  color: #231f20;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  direction: ltr;
  background: none;
}

.official td p {
  margin-bottom: 0px !important;
}

.official a {
  width: 100%;
  display: inline-block;
  position: relative;
  word-break: keep-all;
  color: #231f20;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

.fullwdsec {
  width: 100%;
  display: inline-block;
  background: #959595;
  margin-top: -8px;
  overflow: hidden;
}

.fullwdsec .innersec {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 15px 8px;
}

.fullwdsec .innersec h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.drc {
  width: 100%;
  display: inline-block;
}

.etitl {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  width: 60%;
  float: left;
}

.eemail {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  width: 40%;
  float: right;
  text-align: right;
}

.eemail a {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  display: inline-block;
  text-align: right;
  padding-right: 80px;
}

.fdetail,
.fdetail p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  width: 100%;
  text-align: left;
}

.display-none {
  display: none;
}

.page-id-5900002 .aboutpage {
  text-align: right;
}

.page-id-5900002 .aboutpage h1,
.page-id-5900002 .aboutpage h2,
.page-id-5900002 .aboutpage h3,
.page-id-5900002 .aboutpage h4,
.page-id-5900002 .aboutpage h5,
.page-id-5900002 .aboutpage h6,
.page-id-5900002 .aboutpage p {
  direction: rtl;
}

.page-id-5900002 .aboutpage h3.titll {
  text-align: right;
  padding-left: 0;
}

.page-id-5900002 .aboutpage .hline {
  padding-right: 20px;
  padding-left: 20px;
}

/*home page last section*/

/*.gift.myslideshow {
    width: 31%;
    float: right;
    margin-left: 4%;
    margin-top: -7px;
}
    .news_slider.event_slider.extraslidediv.myslideshow {
    width: 31%;
    float: right;
    margin-left: 4%;
    margin-top: -7px;
}*/
.myslideshow .swiper-slide {
  min-height: 600px;
  max-height: 600px;
}

.page-id-9263447 #customers th:nth-child(3),
.page-id-10376539 #customers th:nth-child(3) {
  display: none;
}

.page-id-9263447 #customers td:nth-child(3),
.page-id-10376539 #customers td:nth-child(3) {
  display: none;
}

.page-id-9263447 .contsub {
  display: none;
}

.banner_sale {
  width: 100%;
  display: block;
  margin-top: 15px;
}

.banner_sale img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: auto;
  object-fit: cover;
}

/*4-12-23*/
.single-shows .content br {
  display: block;
  margin: 5.7px 0;
  content: " ";
}

.page-template-shows #container {
  max-width: 1920px;
  width: 70%;
}

@media screen and (min-width: 1150px) {
  .home_slider .swiper-container {
    height: 550px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 550px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 550px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 550px;
  }

  .news_slider.myslideshow {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 1250px) {
  .news_slider.myslideshow {
    margin-top: 27px !important;
  }

  .news_slider.event_slider.extraslidediv.myslideshow {
    margin-top: 33px !important;
  }

  .gift.myslideshow {
    margin-top: 27px !important;
  }
}

@media screen and (min-width: 1420px) {
  .calender {
    min-height: 252px;
    max-height: 252px;
  }

  .home_slider .swiper-container {
    height: 600px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 600px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 1050px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 600px;
  }

  .inner_sec_home .h_show .shows .sitem img {
    max-height: 470px;
    min-height: 470px;
  }

  .myslideshow .swiper-slide {
    min-height: 470px;
    max-height: 470px;
  }

  .myslideshow {
    min-height: 490px !important;
    max-height: 490px !important;
  }

  .testi_slider .swiper-container {
    margin-top: 40px;
  }

  .news_slider,
  .news_slider_n {
    margin-top: 30px;
    max-height: 500px;
    min-height: 500px;
  }

  .news_slider.extraslidediv {
    max-height: 506px;
    min-height: 506px;
  }

  .news_slider img {
    min-height: 433px;
    max-height: 433px;
  }

  .news_slider.extraslidediv img {
    max-height: 472px;
    min-height: 472px;
  }

  .gift {
    margin-top: 23px;
  }

  .gift img {
    min-height: 464px;
    max-height: 464px;
  }

  .news_slider.extraslidediv {
    margin-top: 54px;
  }
}

@media screen and (min-width: 1520px) {
  .news_slider.extraslidediv {
    margin-top: 47px;
  }

  .home_slider .swiper-container {
    height: 650px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 650px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 1120px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 650px;
  }
}

@media screen and (min-width: 1500px) {
  .news_slider.myslideshow {
    margin-top: 28px !important;
  }

  .related_show .swiper-container {
    height: 500px;
  }

  .show_relslider .swiper-slide img {
    max-height: 480px;
    min-height: 480px;
  }
}

@media screen and (min-width: 1650px) {
  .calender {
    min-height: 221px;
    max-height: 221px;
  }

  .home_slider .swiper-container {
    height: 700px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 700px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 1200px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 700px;
  }

  .inner_sec_home .h_show .shows .sitem img {
    max-height: 600px;
    min-height: 600px;
  }

  .myslideshow .swiper-slide {
    min-height: 600px;
    max-height: 600px;
  }

  .myslideshow,
  .news_slider.myslideshow {
    min-height: 620px !important;
    max-height: 620px !important;
    margin-bottom: 15px !important;
  }

  .news_slider.myslideshow {
    margin-top: 25px !important;
  }

  .news_slider.event_slider.myslideshow {
    margin-top: 22px !important;
  }

  .news_slider.extraslidediv.myslideshow {
    margin-top: 23px !important;
  }

  .news_slider.event_slider.extraslidediv.myslideshow {
    margin-top: 30px !important;
  }

  .testi_slider .swiper-slide .det {
    min-height: 172px;
    max-height: 172px;
  }

  .testi_slider .swiper-slide {
    margin-bottom: 62px;
    margin-top: 0px;
  }

  .testi_slider .swiper-slide .det p {
    font-size: 20px;
    line-height: 34px;
  }

  .news_slider,
  .news_slider_n {
    max-height: 620px;
    min-height: 620px;
  }

  .news_slider.extraslidediv {
    max-height: 653px;
    min-height: 653px;
  }

  .news_slider .swiper-pagination {
    margin-top: 2px;
  }

  .gift img {
    max-height: 596px;
    min-height: 596px;
  }

  .news_slider img {
    max-height: 563px;
    min-height: 563px;
  }

  .news_slider.extraslidediv {
    margin-top: 55px;
  }

  .news_slider.extraslidediv img {
    max-height: 600px;
    min-height: 600px;
  }

  .event_slider {
    margin-top: 42px;
  }

  .gift {
    margin-top: 21px;
  }

  .testi_slider .swiper-container {
    margin-top: 94px;
    margin-bottom: 6px;
  }

  .news_slider,
  .news_slider_n {
    margin-top: 0px;
  }

  .event_slider {
    margin-top: 29px;
  }

  .home_coint {
    max-width: 1820px;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1700px) {
  .news_slider.myslideshow {
    margin-top: 25px !important;
  }

  .news_slider.event_slider.myslideshow {
    margin-top: 22px !important;
  }
}

@media screen and (min-width: 1750px) {
  .home_slider .swiper-container {
    height: 750px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 750px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 1380px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 750px;
  }

  .related_show .swiper-container {
    height: 520px;
  }

  .show_relslider .swiper-slide img {
    max-height: 500px;
    min-height: 500px;
  }
}

@media screen and (min-width: 1800px) {
  .home_slider .swiper-container {
    height: 800px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 800px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 1400px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 800px;
  }

  .news_slider.myslideshow {
    margin-top: 23px !important;
  }

  .news_slider.event_slider.myslideshow {
    margin-top: 23px !important;
  }

  .news_slider.event_slider.extraslidediv.myslideshow {
    margin-top: 29px !important;
  }
}

@media screen and (min-width: 1850px) {
  .related_show .swiper-container {
    height: 540px;
  }

  .show_relslider .swiper-slide img {
    max-height: 520px;
    min-height: 540px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .home .testi_slider .swiper-slide .det {
    max-height: 76px;
    min-height: 76px;
  }
}

@media screen and (max-width: 1380px) {
  .myslideshow .swiper-slide {
    min-height: 300px !important;
    max-height: 100% !important;
  }

  .myslideshow {
    min-height: 300px !important;
    max-height: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .home_slider .swiper-container {
    height: 460px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 460px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 460px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 460px;
  }

  .sitefooter .fcol2 .nfcol2 {
    width: 50%;
  }

  .sitefooter .fcol2 .nfcol {
    width: 50%;
  }

  .sitefooter .fcol1 .fcmenu {
    padding-right: 20px;
  }

  .testi_slider .swiper-slide .det {
    min-height: 76px;
    max-height: 76px;
  }

  .sitehead .logo {
    width: 28%;
  }

  .footerinner:before {
    background-color: #dcddde;
    -webkit-clip-path: polygon(-21px -22%, 57% -62%, 110% 136%, 22% 101%);
    clip-path: polygon(-21px -22%, 57% -62%, 110% 136%, 22% 101%);
  }

  .sitehead nav ul li.menu-item-has-children {
    position: relative;
    width: auto;
    padding-right: 0px;
    width: 75%;
  }

  .sitehead nav ul li.menu-item-has-children:after {
    position: absolute;
    content: "<";
    right: 0;
    top: -3px;
    color: #fff;
    font-size: 28px;
    transform: rotate(90deg);
    transition: all 0.5s;
    z-index: 0;
  }

  .sitehead nav ul li.menu-item-has-children:hover:after {
    transform: rotate(90deg);
  }

  .sitehead ul#menu-mainmenu a {
    cursor: pointer;
  }

  .sitehead ul#menu-mainmenu .menu-item-has-children > a {
    position: relative;
    display: block;
    z-index: 11;
    width: 100%;
    padding-right: 30px;
  }

  .sitehead nav ul li.menu-item-has-children.active:after {
    transform: rotate(-90deg);
  }

  .sitehead nav ul li .sub-menu,
  .sitehead nav ul li.menu-item-has-children:hover .sub-menu {
    display: none;
  }

  .home_slider .swiper-slide .detail h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .home_slider .swiper-slide .detail {
    top: 65%;
  }

  .testi_show.widthoucont {
    display: none;
  }

  .sitehead .logo {
    max-width: 210px;
  }

  .sear_sec a {
    font-size: 16px;
  }
}

@media screen and (max-width: 860px) {
  .show_expert .content img {
    height: auto;
  }

  .gipage .colbig {
    width: 100%;
    float: left;
    padding-right: 0px;
  }

  .gipage .colsmall {
    width: 100%;
    float: right;
  }

  .gipage {
    padding: 10px;
  }

  .aboutpage {
    padding: 10px;
  }

  .aboutpage .colbig {
    width: 100%;
    float: left;
    padding-right: 0px;
  }

  .aboutpage .colsmall {
    width: 100%;
    float: right;
  }

  .calender {
    margin-top: inherit;
  }

  .h_show .calender {
    display: inline-block;
  }

  .h_news .calender {
    display: none !important;
  }

  body.home {
    padding-top: 132px;
  }

  .show_detail .left_column .mainrow .mr1,
  .show_detail .left_column .mainrow .mr2 {
    min-width: 70px;
    max-width: 70px;
    font-size: 16px;
  }

  .show_detail .left_column .mainrow .mr3 {
    font-size: 16px;
  }

  .show_detail .left_column .mulrow .list {
    min-width: 70px;
    max-width: 70px;
    font-size: 14px;
  }

  .tech-slideshow.mobileshow {
    display: block !important;
  }

  .inner_sec_home .tech-slideshow.mobileshow {
    display: none !important;
  }

  .search {
    width: 100% !important;
    margin: 0px !important;
    padding: 20px !important;
  }

  .swiperpagi {
    width: 100%;
    bottom: -30px;
  }

  .home .inner_sec_home {
    margin-top: 30px;
  }

  .home_slider .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.8);
  }

  .show_slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.8);
  }

  .show_slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }

  .calender.calendermob {
    display: inline-block !important;
  }

  .searchbar {
    width: 84% !important;
    left: 30px;
    z-index: 9999;
  }

  .mbpro_table .showstimesdatamobile th,
  .mbpro_table .showstimesdatamobile th {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    width: 16%;
  }

  .sear_sec .hdd::after {
    top: 8px;
  }

  .talent_show .details_row .detail {
    width: 40%;
  }

  .talent_show .details_row .dtail_answer {
    width: 60%;
  }

  .talent_show .details_row .detail,
  .talent_show .details_row .dtail_answer {
    display: inline-block;
    vertical-align: top;
  }

  .mobilelist li a {
    color: #fff;
  }

  .sitefooter .fcol2 .nfcol {
    width: 100%;
  }

  .sitefooter .fcol2 .nfcol2 {
    width: 100%;
  }

  .sitefooter .fcol2 .nfcol .stit {
    margin: 0px 0px 10px 0px;
  }

  .inner_sec_home .h_show .shows .sitem {
    width: 100%;
    margin-right: 0px;
  }

  .inner_sec_home .h_show {
    width: 50%;
    float: right;
  }

  .inner_sec_home .h_news {
    width: 46%;
    float: right;
  }

  .show_slider {
    width: 100%;
  }

  .show_detail {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .show_detail .left_column .mainshow_list {
    width: 100%;
    max-height: 100%;
  }

  .show_detail .left_column h3 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .show_expert .hline {
    width: 100%;
  }

  .talent_show .ttitle,
  .testi_show .ttitle {
    width: 100%;
  }

  .ui-accordion {
    width: 100%;
  }

  .show_coint {
    display: inline-block;
    width: 100%;
  }

  .left_column {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }

  .all_conten .talent_show,
  .all_conten .testi_show,
  .all_conten .show_expert {
    width: 100%;
    margin-left: 0px;
  }

  .all_conten .talent_show {
    margin-bottom: 30px;
  }

  .testi_slider {
    display: none;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo {
    bottom: -8px;
    opacity: 1;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo a {
    margin-top: 0px;
  }

  .inner_sec_home .calender {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 205px;
    max-height: 205px;
  }

  .calender.active {
    display: block;
  }

  .showsearch {
    padding-right: 15px;
    position: relative;
  }

  .showsearch:after {
    position: absolute;
    top: 2px;
  }

  .searchbar {
    top: 38px;
    width: 216px;
    right: 30px;
  }

  .sticky .sitehead .logo img {
    max-width: 50px;
  }

  .sitehead .logo img {
    max-width: 65px;
  }

  .info-area h1,
  .entry-content h1 {
    line-height: 38px;
  }

  body {
    padding-top: 145px;
  }

  body.page-template-shows {
    padding-top: 160px;
  }

  .header_inner {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }

  .sitehead .inner_sec .sear_sec {
    display: none;
  }

  .sitehead nav {
    padding-top: 45px;
  }

  .sitehead .logo {
    width: 33%;
    background-color: #dcddde;
    -webkit-clip-path: polygon(-40px -11%, 31% -63%, 102% 146%, 28% 110%);
    clip-path: polygon(-40px -11%, 31% -63%, 102% 146%, 28% 110%);
    padding-right: 70px;
    text-align: right;
  }

  .sticky .sitehead nav {
    padding-top: 3px;
    order: 3;
  }

  .sitehead nav {
    width: 10%;
    padding-top: 9px;
    min-width: 80px;
  }

  .topmenu {
    width: 70%;
    max-width: 300px;
    padding: 100px 40px 0px 30px;
  }

  .topmenu.active {
    left: 0px;
    padding: 100px 30px 0px 60px;
  }

  .sitehead nav ul li {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sitehead nav ul li a,
  .sitehead nav ul li .sub-menu li a {
    font-size: 17px;
  }

  .sear_sec.mobile {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
  }

  .sear_sec a {
    color: #000;
    font-size: 16px;
  }

  .sear_sec a.hbtn {
    background: unset;
    padding: 0;
    color: #fff;
  }

  .sear_sec .hdd::after {
    background: url(../images/dmr.png);
    background-repeat: no-repeat;
    padding-left: 8px;
    background-size: 55% auto;
    background-position: bottom center;
    transition: all 0.7s;
    content: "";
  }

  .sear_sec .hbtn::after {
    content: "";
    background: url(../images/dmr.png);
    height: 12px;
    width: 16px;
    display: inline-block;
    background-size: 55% auto;
    background-position: bottom center;
    transition: all 0.7s;
    background-repeat: no-repeat;
    padding-left: 18px;
    transition: all 0.5s;
    top: 9px;
    position: absolute;
  }

  .sear_sec .hbtn.active::after {
    content: "";
    background: url(../images/dmr.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sear_sec .hdd.active::after {
    content: "";
    background: url(../images/dmr.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sear_sec a img {
    padding-right: 10px;
  }

  .home_slider .swiper-container {
    height: 300px;
  }

  .swiper-slide img {
    width: 100%;
    display: inline-block;
    height: 100%;
    object-fit: cover;
  }

  .home_slider .swiper-slide .detail {
    width: 90%;
  }

  .home_slider .swiper-slide .detail h2 {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    bottom: -20px;
    transition: all 0.3s;
    opacity: 0;
  }

  .home_slider .swiper-slide .detail p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    position: relative;
    bottom: -20px;
    transition: all 0.3s;
    opacity: 0;
  }

  .home_slider .swiper-slide .detail a {
    position: relative;
    bottom: -20px;
    transition: all 0.3s;
    opacity: 0;
  }

  .eventsearchform form {
    width: 80%;
    margin: 0 auto;
  }

  .eventsearchform {
    padding: 30px 0px;
    top: 158px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .sticky .eventsearchform {
    top: 135px;
  }

  .sear_sec a {
    vertical-align: middle;
  }

  .inner_sec_home .h_show {
    width: 100%;
    float: right;
  }

  .inner_sec_home .h_news {
    width: 100%;
    float: right;
    margin: 0px;
  }

  .sitefooter {
    width: 100%;
    max-width: 100%;
  }

  .footerinner {
    display: none;
  }

  .mobilefooter {
    width: 100%;
    display: inline-block;
    background: #231f20;
    padding: 20px 10px;
  }

  .mobilefooter .mcol {
    width: 60%;
    float: left;
  }

  .mobilefooter .mscol {
    width: 38%;
    float: left;
  }

  .mobilefooter .mcol .cus {
    font-size: 22px;
    color: #fff;
    border-bottom: solid 2px #fff;
    line-height: 28px;
    display: inline-block;
    font-family: var(--font);
    vertical-align: top;
    margin-right: 20px;
  }

  .mobilefooter .mcol a img {
    width: 24px;
  }

  .mobilefooter ul li a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-family: var(--font);
  }

  .mobilefooter ul li {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-family: var(--font);
  }

  .mobilefooter .mscol img {
    width: 100%;
    max-width: 40px;
    display: inline-block;
  }

  .mobilefooter .mscol:last-child {
    text-align: center;
  }

  .mobilefooter .mscol:last-child a {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }

  .mobilefooter .mscol:last-child img {
    max-width: 80%;
    margin-top: 10px;
  }

  .coint {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
  }

  .show_banner img {
    width: 100%;
    display: inline-block;
    min-height: auto;
    object-fit: contain;
  }

  .show_detail .left_column .mainrow .mr1,
  .show_detail .left_column .mainrow .mr2 {
    min-width: 150px;
    max-width: 150px;
  }

  .show_detail .left_column .mulrow .list {
    min-width: 150px;
    max-width: 150px;
  }

  .show_detail .left_column .mainrow .mr3 {
    width: auto;
  }

  .show_detail .left_column .mainrow .mr3.list {
    padding-left: 10px;
  }

  .show_banner .show_title {
    left: 0px;
    bottom: 0px;
  }

  .show_banner::after {
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
  }

  .show_expert {
    display: none;
  }

  .show_expert.movile {
    display: block;
  }

  .show_inner {
    width: 100%;
    max-width: 100%;
  }

  .talent_show .details_row {
    display: table;
    width: 94%;
    margin-left: 6%;
  }

  .testi_show .show_testi_slider {
    width: 90%;
    display: inline-block;
    margin-left: 6%;
  }

  .show_expert .content {
    width: 90%;
    margin-left: 6%;
  }

  .show_slider .swiper-container {
    height: 350px;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo a {
    background: #8d0b38;
    padding: 5px 10px 3px;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo p {
    margin-top: -1px;
  }

  section#filter-social .calender {
    width: 100%;
    float: left;
    margin: 0px auto;
    margin-bottom: 15px;
  }

  .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    margin: 0px auto;
  }

  .ui-datepicker {
    width: 96%;
  }

  .home_slider {
    padding-bottom: 40px;
  }

  .home_slider .swiperpagi {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    bottom: 8px;
    position: absolute;
    z-index: 8;
  }

  .home .inner_sec_home {
    margin-top: 0px;
  }

  .show_detail {
    margin-top: -31px;
  }

  .show_detail .left_column h3 {
    font-size: 17px;
  }

  .single .talent_right_column {
    float: right;
    width: 100%;
  }

  .single .talent_middle_column {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .single .talentshows h1 {
    text-align: left;
  }

  .single .talent-content {
    padding-left: 0px;
  }

  .searchitem {
    display: block;
    width: 100%;
    margin-top: 30px;
    float: left;
    overflow: hidden;
    margin-right: 0%;
  }

  .show_banner img {
    object-fit: cover;
  }

  .show_banner .show_title {
    width: auto;
    margin: 0 auto;
    right: 0;
    max-width: 95%;
  }

  .hdd {
    left: -30px;
  }

  .hbtn {
    left: -30px;
    position: relative;
  }

  .single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem img {
    max-height: 100%;
    min-height: 0px;
  }

  .single .show_slider .archiveinfo {
    display: none;
  }

  .single .archiveinfo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .archiveinfo p {
    font-size: 16px;
    line-height: 26px;
  }

  .single .archiveinfo h3 {
    font-size: 24px;
  }

  .homslid video::-webkit-media-controls {
    visibility: hidden;
  }

  .related_show .swiper-button-prev,
  .related_show .swiper-container-rtl .swiper-button-next {
    right: 18px;
    z-index: 1;
  }

  .related_show .swiper-button-next,
  .related_show .swiper-container-rtl .swiper-button-prev {
    left: 18px;
    z-index: 1;
  }

  .only-mobile {
    display: block;
  }

  .aboutpage .colbig .hline,
  .aboutpage .colbig .detal {
    display: none;
  }

  .giftcard.mobile {
    display: inline-block;
    margin-top: 24px;
    color: #fff;
    padding: 5px 13px;
  }
}

/* eocjsNewsticker v0.4.0 */

.eocjs-newsticker {
  padding: 10px 0;
  background-color: #eee;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 20px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

.eocjs-newsticker-loader {
  position: absolute;
  right: calc(50% - 10px);
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #555555;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin 0.75s linear infinite;
}

.showmobile {
  display: block;
}

.hidemobile {
  display: none;
}

.eventlist li span {
  font-weight: bold;
}

.home .eventlist li span {
  font-weight: 400;
  color: #595a5c;
  padding-left: 15px;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
  a.svideo.bvideo {
    background-size: 35px;
    background-repeat: no-repeat;
    right: -40px;
  }

  .new_table #customers th {
    font-size: 15px;
    line-height: 22px;
    padding: 5px;
  }

  .new_table #customers td {
    font-size: 15px;
    line-height: 20px;
  }

  .new_table #customers td a {
    font-size: 15px;
    line-height: 20px;
  }

  .faqtit,
  .faqtit p,
  .faqtit p a {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 680px) {
  .titile-b h1 {
    font-size: 28px;
  }
  .eventsearchform select{
    background-position: right;
    background-size: 10px auto;
  }

  .single-shows .new-show-flex .show_expert .content p span {
    font-size: 16px !important;
  }

  .mbpro_table td {
    vertical-align: middle;
  }

  .single-shows .show_coint .show_banner,
  .single_show .show_coint {
    height: auto !important;
  }

  .single-shows .show_coint .show_banner img {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
  }

  .page-template-shows #container {
    width: 95%;
  }

  table.official {
    width: 100%;
    display: inline-block;
    min-width: 100%;
    position: relative;
  }

  .official td,
  .official th {
    width: 100%;
    display: block;
    position: relative;
    border-bottom: none !important;
    padding: 0px;
  }

  .official tr {
    border-bottom: 4px solid #959595;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 10px;
  }

  #container {
    width: 100%;
  }

  .sear_sec a.searchtoggle {
    padding-left: 15px;
  }

  .sear_sec a.searchtoggle img {
    top: 0px;
  }

  .news_slider.extraslidediv img {
    min-height: 0px;
    max-height: 100%;
  }

  .popuplight {
    padding: 0px;
    width: 90%;
  }

  .page-template-archivelessin ul#categoryfeatures_portfolio {
    padding: 0px;
    width: 100%;
  }

  .page-template-archivelessin ul#categoryfeatures_portfolio li.poster {
    width: 50% !important;
    float: left;
    margin: 0px 0 20px !important;
  }

  .page-template-archivelessin ul#categoryfeatures_portfolio li.poster:nth-child(2n + 1) {
    padding-right: 10px;
  }

  .page-template-archivelessin ul#categoryfeatures_portfolio li.poster:nth-child(2n + 2) {
    padding-left: 10px;
  }

  .page-id-645381 ul#categoryfeatures_portfolio .featureItem.poster .arachivetitle span.entry-date {
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .etitl {
    width: 100%;
  }

  .eemail {
    width: 100%;
    text-align: left;
  }

  .single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem img {
    width: 100%;
  }

  .topbarshows {
    width: 100%;
  }

  .showpagefilter {
    width: 100%;
    padding: 10px 0px;
  }

  .showpagetitle {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .info-area .topbarshows h1 {
    font-size: 18px;
  }

  .datesnew input {
    width: 100%;
    height: 30px;
  }

  .filters .sel {
    width: 100%;
  }

  .filters .sel select {
    height: 30px;
  }

  .mobileshow {
    position: relative;
    display: block !important;
    margin-left: -10%;
    margin-right: -10%;
    overflow: hidden;
    width: 114%;
  }

  .show_detail .left_column .mainrow .mr1,
  .show_detail .left_column .mainrow .mr2 {
    min-width: 70px;
    max-width: 70px;
  }

  .show_detail .left_column .mainrow .nmt {
    width: 100%;
    max-width: 45px;
    min-width: 45px;
    padding-left: 10px;
  }

  .show_detail .left_column .mulrow .list.nmll {
    width: 100%;
    max-width: 45px;
    min-width: 45px;
  }

  .show_detail .left_column .mulrow .list {
    min-width: 62px;
    max-width: 62px;
    padding-left: 10px;
  }
  .new-show-flex .show_detail .left_column .mulrow div.mu3,
  .new-show-flex .show_detail .left_column .mulrow div.mu3 span,
  .new-show-flex .show_detail .left_column .mulrow div a,
  .new-show-flex .show_detail .left_column .mulrow div.mu3,
  .new-show-flex .show_detail .left_column .mulrow div.mu3 span,
  .new-show-flex .show_detail .left_column .mulrow div a {
    font-size: 14px !important;
  }
  .sitehead .logo {
    width: 37%;
    padding-right: 40px;
    -webkit-clip-path: polygon(-40px -11%, 31% -63%, 102% 146%, 22% 115%);
    clip-path: polygon(-40px -11%, 31% -63%, 102% 146%, 22% 115%);
    min-width: 172px;
  }
  .show_detail .left_column .mulrow .list.mu3.mc2 {
    min-width: 70px;
    max-width: 70px;
  }
  .show_banner img {
    min-height: 300px;
  }

  .single-shows a.showvideo {
    top: -100px;
  }

  .show_banner .show_title h1 {
    font-size: 23px;
    line-height: 23px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .show_banner .show_title {
    width: auto;
  }

  .mobilefooter .mcol a img {
    width: 18px;
    padding-top: 8px;
  }

  .mobilefooter .mcol .cus {
    margin-right: 10px;
  }

  .home_slider .swiper-container {
    height: 290px;
  }

  .home_slider .swiper-slide .detail a {
    font-size: 17px;
  }

  .home_slider .swiper-container .swiper-slide video {
    min-height: 220px;
  }

  .home_slider .swiper-container .swiper-slide iframe {
    min-height: 220px;
    width: 100% !important;
    display: inline-block;
    min-width: 340px;
  }

  .home_slider .swiper-container .swiper-slide img {
    min-height: 220px;
  }

  .show_banner .show_title {
    padding-top: 0px;
  }

  .show_banner .show_title p {
    font-size: 18px;
    line-height: 24px;
    color: #231f20;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .sear_sec a.showsearch {
    left: -5px;
  }

  .sear_sec a.showcalender {
    left: -14px;
    position: relative;
  }

  .sear_sec a.searchtoggle {
    padding-left: 7px;
  }

  .page-id-645381 .area-wrapper.info-area .content-area {
    padding: 10px 0px;
  }

  .myslideshow .swiper-slide {
    min-height: 00px;
    max-height: 100%;
  }
}

@media screen and (max-width: 380px) {
  .sitehead .logo {
    min-width: 172px;
  }
}

@media screen and (max-width: 340px) {
  .sear_sec a {
    font-size: 13px;
  }

  .sear_sec .hdd::after {
    top: 5px;
  }

  .sear_sec .hbtn::after {
    top: 6px;
    padding-left: 6px;
  }

  body.home {
    padding-top: 123px;
  }
}

.page-id-5 .swiper-slide .detail h2 {
  border: none !important;
}

.postid-3871294 .blogpost .img img {
  max-height: inherit !important;
}

.page-id-3871294 .blogpost .img img {
  max-height: none !important;
}

.page-id-5646666 article#post-5646666 .entry-content {
  text-align: right;
  direction: rtl;
}

.sort_b_desc {
  text-align: center;
}

.page-id-3871294 form.wpcf7-form.sent.meser10-ext-0\.1.theme_0.errorMsgshow .wpcf7-response-output {
  font-size: 30px;
  font-weight: 800;
  color: red;
}

/*************************************
        MY NEW CSS CODE
*************************************/

header .header_inner {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  background-color: unset;
  padding: 0 20px;
  height: 100%;
}

.sticky header.sitehead {
  height: auto;
}

.home header.sitehead {
  background-color: unset;
}

header.sitehead {
  background-color: unset;
  height: 85px;

  max-width: 1920px;
  left: 0;
  right: 0;
  margin: auto;
}

header.sitehead::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #000;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

header.sitehead nav {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

.sticky .sear_sec {
  padding-top: 0;
}

header.sitehead .inner_sec {
  background: unset;
  max-width: 1735px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 100%;
}

header.sitehead .logo {
  background-color: unset;
  clip-path: border-box !important;
  max-width: 105px;
  width: 100%;
  height: 85px;
}

header.sitehead .logo img {
  filter: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home {
  padding-top: 0;
}

header .sear_sec {
  padding-top: 0;
  transition: all 0.7s;
  display: flex;
  align-items: center;
}

header .giftcard {
  background-color: unset;
}

header .sitehead nav {
  padding-top: 0;
  transition: all 0.7s;
  display: flex;
  align-items: center;
}

header .hamburger {
  margin-left: 0;
  padding: 0;
  height: 40px;
}

.home_slider .swiper-container {
  /* height: 1187px !important; */
  height: 85vh !important;
}

.home_slider .swiper-slide .detail a {
  font-size: 58px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  background: unset;
  padding: 0;
  margin-top: 0;
  bottom: 0;
}

.home_slider .swiper-slide .detail .date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  /* background: #000; */
  height: 53px;
  max-width: 355px;
  margin: auto;
  margin-top: 30px;
  color: #fff;
  position: relative;
}

.home_slider .swiper-slide .detail .date span {
  color: #fff;
  position: relative;
  width: 16px;
  height: 4px;
  background-color: #fff;
  top: 2px;
}

.home_slider .swiper-slide .detail .date::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
}

.home_slider .swiper-slide .detail .date p {
  margin: 0;
  bottom: unset;
}

.home_slider .swiper-pagination-bullet {
  background: #949494;
  opacity: 1;
}

.home_slider .swiper-pagination-bullet-active {
  background: #fff;
}

.sitefooter {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #070606;
}

.footerinner {
  width: 100%;
  display: flex;
  padding: 20px 30px;
  background: unset;
  margin-top: 30px;
  position: relative;
  max-width: 1865px;
  margin: auto;
}

.footerinner:before {
  content: none;
}

.sitefooter .fcol1 .fcmenu p,
.sitefooter .fcol1 .fcmenu:first-child .cus {
  color: #fff;
  /* font-size: 34px; */
  text-decoration: unset;
  line-height: normal;
}

.sitefooter .fcol1 .fcmenu:first-child .cus {
  padding-bottom: 35px;
  font-weight: 400;
}

.sitefooter .fcol1 .fcmenu:first-child ul li,
.sitefooter .fcol1 .fcmenu:first-child ul li a {
  color: #fff;
  line-height: normal;
  font-weight: 400;
  /* font-size: 34px; */
}

.sitefooter .fcol1 .fcmenu ul li a {
  /* font-size: 34px; */
  line-height: normal;
  color: #fff;
  /* font-weight: 400; */
}

.sitefooter .fcol1 .fcmenu ul li {
  margin-bottom: 10px;
  line-height: normal;
}

.sitefooter .fcol1 .fcmenu:first-child {
  padding: 0;
  max-width: 600px;
  width: 100%;
  padding-right: 12%;
}

.sitefooter .fcol2 .nfcol .stit {
  /* font-size: 34px; */
  margin: 0 auto 15px;
  line-height: normal;
}

.sitefooter .fcol2 .footerCred {
  padding-top: 70px;
}

.sitefooter .fcol2 {
  width: 45%;
  float: right;
  text-align: left;
}

.sitefooter .fcol1 {
  width: 55%;
  float: left;
}

.sitefooter .fcol2 .nfcol {
  text-align: left;
}

.sitefooter .fcol2 .nfcol a img {
  width: 33px;
  padding-right: 0;
  margin: 0 5px;
}

.sitefooter .fcol2 .nfcol2 {
  text-align: center;
}

.home_coint {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.calender {
  max-width: 1920px;
  margin: auto;

  margin-top: 0;
  background-color: #c1c1c1;
  min-height: 155px;
  height: 100px;
  max-height: unset;
  position: relative;
  padding-top: 20px;
}

.calender::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 100%;
  background-color: #000;
  top: 0;
}

.calender #myc-container {
  display: flex;
  width: 100% !important;
  height: 100%;
  align-items: center;
  gap: 65px;
  margin-bottom: 0px;
  max-width: 360px;
  width: 100%;
  background: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calender #myc-nav-container {
  margin-bottom: 0px;
  max-width: 360px;
  width: 100%;
  background: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calender #myc-week-container {
  width: 100%;
  height: 100%;
  display: flex;
  height: 100%;
}

.calender #myc-dates-container {
  background-color: unset !important;
  width: 100%;
  height: 100%;
  max-height: unset;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 50px;
}

.calender .myc-date-number {
  cursor: pointer;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
}

.calender .myc-date-header.active .myc-date-number {
  color: #fff;
}

.calender .myc-date-number:hover {
  color: #fff;
}

.calender #picker1 {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  background: unset;
  height: 100%;
}

.calender .clandertitle {
  background-color: unset;
  font-size: 28px;
}

.calender #myc-current-month-year-container {
  color: #fff;
  text-align: center;
  float: unset;
  width: 100%;
  padding-top: 0;
}

.calender #myc-prev-week-container {
  display: inline-block;
  width: auto;
  padding: 0px;
  filter: invert(1) brightness(2);
}

#myc-prev-week,
#myc-next-week {
  height: 35px;
}

.calender .calnav {
  display: flex;
  justify-content: center;
}

.calender .myc-date-header {
  padding: 0 !important;
  max-width: 60px;
  width: 100% !important;
}

.calender .myc-date-display {
  padding-bottom: 20px;
  color: #000;
}

.calender .eventcoainter {
  max-width: 720px;
  box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.6);
  left: 12%;
  padding-top: 0;
  padding-bottom: 0;
}

.calender .eventlist li.my-active-li {
  border-bottom: 2px solid #000;
}

ul.eventlist li.my-active-li:nth-last-child(1) {
  border-bottom: unset;
}

li.my-active-li:last-child {
  border: none;
}

li.my-active-li:last-of-type {
  border: none;
}

.calender .eventlist li a {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.inner_sec_home {
  /* padding: 0 20px; */
  margin-top: 40px;
}

.inner_sec_home .h_show {
  max-width: 1900px;
  width: 100%;
  /* padding: 0 20px; */
  margin: auto;
  float: unset;
}

.inner_sec_home .h_show .shows .sitem {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 522px;
  height: 624px;
  overflow: unset;
}

.inner_sec_home .h_show .shows {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0 20px;
  row-gap: 60px;
  margin-top: 40px;
}

.h_news .testi_slider {
  display: none;
}

.inner_sec_home .h_show .shows .sitem .sinfo p {
  display: none;
}

.inner_sec_home .h_show .shows .sitem .heading {
  width: 87%;
}

.inner_sec_home .h_show .shows .sitem .heading h3 {
  font-size: 30px;
  line-height: normal;
  color: #000;
  font-family: var(--font);
  font-weight: 700;
  background: unset;
  padding: 15px 8px 20px 20px;
  margin: 0px;
  position: relative;
  /* top: 17px; */
}

.inner_sec_home .h_show .shows .sitem .heading h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 90px;
  height: 135%;
  background: #161b1e;
  left: 0;
}

.inner_sec_home .h_show .shows .sitem .sinfo {
  width: 100%;
  position: unset;
  padding: 0;
  top: 0;
  height: min-content;
}

.inner_sec_home .h_show .shows .sitem .sinfo a {
  opacity: 0;
  background-color: #fff;
  color: #000;
  position: absolute;
  bottom: -15px;
  right: 0;
  height: min-content;
}

.inner_sec_home .h_show .shows .sitem:hover .sinfo a {
  background: #fff;
  opacity: 1;
}

.inner_sec_home .h_show .shows .sitem .sinfo a:hover {
  background-color: #fff;
}

.inner_sec_home .h_show .shows .sitem .sitemlink {
  display: inline-block;
  height: 84%;
  width: 100%;
}

.inner_sec_home .h_show .shows .sitem img {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
}

.inner_sec_home .h_show .shows .sitem a.svideo {
  background: url(../images/play.png);
  background: url(../images/h_play_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  left: unset;
  margin: 0 auto;
  transform: unset;
  opacity: 1;
  transition: all 0.7s;
  /* filter: invert(1) brightness(2); */
}

.new-design-div {
  max-width: 1920px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
}

.new-design-div .eventslider {
  margin-top: 0;
  height: 100%;
}

.new-design-div .news_slider.event_slider.myslideshow,
.new-design-div .news_slider.myslideshow {
  margin: 0 !important;
  min-height: unset !important;
  max-height: unset !important;
  height: 100%;
}

.new-design-div .myslideshow .swiper-slide,
.new-design-div .myslideshow {
  min-height: unset !important;
  max-height: unset !important;
  height: 550px !important;
  /* margin: 0 !important; */
}

.new-design-div .myslideshow .swiper-slide {
  padding: 0 4.5px;
}

.new-design-div .news_slider img,
.new-design-div .gift img {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  object-position: center;
}

.new-design-div .news_slider.myslideshow:first-child,
.new-design-div .gift.myslideshow {
  margin: 0 !important;
}

.new-design-div .swiper-container {
  height: 100%;
}

.new-design-div .swiper-pagination {
  bottom: 5px;
}

.new-design-div .detail {
  max-width: 362px;
  min-height: 48px;
  margin: auto !important;
  width: 100% !important;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-30%);
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.new-design-div .detail h2 {
  padding: 0;
  margin: 0;
  color: #000 !important;
}

.inner_sec_home .tech-slideshow.mobileshow {
  display: block;
}

.tech-slideshow .mover-1 {
  animation: moveSlideshow 20s linear infinite;
  letter-spacing: 6px;
  font-weight: 300;
  opacity: 1;
  color: #fff;
  padding-top: 2px;
  margin-right: -50px;
  overflow: hidden;
  margin: 27px 0px;
}

.inner_sec_home .tech-slideshow {
  height: 84px;
  background: #fe00ae;
  color: #fff;
}

.single_show .show_coint {
  width: 100%;
  height: 100vh;
}
.single_show .show_coint.countbanner {
  height: auto;
}
.single-shows .show_coint .show_banner {
  height: 100%;
}

.single-shows .show_coint .show_banner img {
  height: 100%;
  object-fit: cover !important;
  object-position: top;
}
.single_show .show_coint.countbanner img {
  height: auto;
}
body.single-shows {
  padding-top: 0;
}

.single-shows h1 a.showvideo {
  position: unset;
  height: 55px;
  width: 55px;
  transform: unset;
}

.single-shows .show_banner .show_title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: rgb(0 0 0 / 50%);
  text-align: left;
  padding: 21px 20px 31px 20px;
}

.countdowntimer {
  position: absolute;
  background: #000;
  bottom: 20px;
  left: 70px;
  padding: 7px 40px;
}
.countitle {
  color: #ff0000;
  font-size: 70px;
}
.countdowntimer .row {
  font-size: 28px;
  color: #ff0000;
  display: flex;
  flex-direction: column;
  margin: 0px;
  justify-content: center;
  align-items: center;
  font-family: "Rubik", sans-serif !important;
  width: 33%;
}
.countdowntimer .row:nth-child(2) {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.countdowntimer .row span {
  font-size: 80px;
  color: #fff;
  font-weight: 300;
  line-height: 63px;
  font-family: "Rubik", sans-serif !important;
}

#countdown {
  display: flex;
  justify-content: space-between;
  font-family: "Rubik", sans-serif;
  margin: 10px 0px;
}

.single-shows .show_banner .show_title .content-wrapper {
  max-width: 1428px;
  margin: auto;
}

.single-shows .show_banner .show_title h1 {
  color: #fff;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 40px;
  /* flex-direction: row-reverse; */
}

.single-shows .show_banner .show_title .text p {
  color: #fff;
  display: inline-block;
}

.single-shows .show_banner .show_title .text {
  /* padding-right: 95px; */
  padding-left: 95px;
  margin-top: 5px;
}

.single-shows .show_detail {
  margin-top: 0;
  max-width: 575px;
  width: 100%;
}

.single-shows .single-new-arch-area {
  width: 100%;
}

.single-shows .show_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1870px;
  padding: 0 20px;
}

.new-show-flex .show_detail .left_column h3 {
  background: #fe00ae;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 27px 10px;
  position: relative;
  margin: 0;
  height: auto;
}

.new-show-flex .show_detail .left_column .mainshow_list {
  background: #e6e6e6;
  width: 100%;
  display: inline-block;
  max-height: 100%;
  overflow: unset;
}

.new-show-flex .show_detail .left_column .mainrow div {
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.new-show-flex .show_detail .left_column .mulrow div.mu3,
.new-show-flex .show_detail .left_column .mulrow div.mu3 span,
.new-show-flex .show_detail .left_column .mulrow div a {
  font-weight: 300 !important;
  line-height: 26px;
  border: none;
  font-size: 14px !important;
}
.new-show-flex .show_detail .left_column .mulrow div.mu3,
.new-show-flex .show_detail .left_column .mulrow div.mu3 span,
.new-show-flex .show_detail .left_column .mulrow div a,
.new-show-flex .show_detail .left_column .mulrow div.mu3,
.new-show-flex .show_detail .left_column .mulrow div.mu3 span,
.new-show-flex .show_detail .left_column .mulrow div a {
  font-size: 14px !important;
}
.show_detail .left_column .mulrow .list.nmll {
  font-size: 16px !important;
}

.new-show-flex .talent_show,
.new-show-flex .show_expert {
  margin-top: 0;
  width: 100%;
}

.new-show-flex .single-show-new-area {
  display: flex;
  flex-direction: row-reverse;
  gap: 48px;
  padding-top: 38px;
}

.new-show-flex {
  display: flex;
  gap: 35px;
  margin-bottom: 20px;
}

.single-shows .new-show-flex .show_expert .content p {
  padding-bottom: 0px;
  color: #000;
  font-weight: 300;
}

.single-shows .new-show-flex .show_expert .content p strong {
  font-weight: 400;
}

.talent_show .details_row .detail,
.talent_show .details_row .dtail_answer,
.talent_show .details_row .dtail_answer a {
  color: #000;
  /* letter-spacing: 2px; */
}

.new-show-flex .show_expert .content img {
  max-width: 117px;
  width: 100%;
  height: 117px;
}

.new-show-flex .talent_show a.btnc {
  font-size: 20px;
  line-height: normal;
  max-width: 189px;
  width: 100%;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background-color: #fe00ae;
  margin-top: 35px;
  font-weight: bold;
}

.single_show .all_conten .show_slider {
  width: 100%;
  margin: 0;
}

.single_show .showslider .swiper-slide img {
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.single_show .showslider .swiper-slide {
  height: 511px;
}

.single_show .show_slider .swiper-container-horizontal > .swiper-pagination-bullets.show_slider_pagi .swiper-pagination-bullet {
  background: #c4c4c4;
  width: 22px;
  height: 22px;
  opacity: 1;
}

.show_slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.single_show .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 16px;
}

.single_show .testi_show {
  width: 100%;
  padding: 0 18px;
  margin: 30px auto;
}

.single_show .testi_show .ttitle {
  border-bottom: none;
  margin-bottom: 22px;
}

.single_show .talent_show .ttitle h2,
.testi_show .ttitle h2 {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  border-bottom: 11px solid #000;
  margin: 0;
  margin-bottom: -6.5px;
  padding: 0;
  padding-bottom: 8px;
  margin-left: 20px;
}

.single-shows .show_testi_slider .swiper-slide .det p {
  margin-bottom: 0;
  font-weight: 400;
}

.single_show .show_testi_slider .testi_navi {
  display: none;
}

.single_show .show_testi_slider .swiper-slide {
  padding: 0;
}

.single_show .show_testi_slider .swiper-slide::before,
.single_show .show_testi_slider .swiper-slide::after {
  display: none;
}

.single_show .related_show {
  width: 100%;
  display: flow-root;
  position: relative;
  margin: 100px auto;
  margin-top: 0;
  margin-bottom: 75px;
  max-width: 1910px;
  padding: 0 40px;
}

.single_show .related_show .swiper-button-prev {
  right: 4px;
  width: 35px;
}

.related_show .swiper-button-prev:after {
  height: 40px;
  width: 100%;
}

.related_show .swiper-button-next {
  right: 3px;
  width: 35px;
  left: auto;
}

.related_show .swiper-button-next:after {
  height: 40px;
  width: 100%;
}

.single_show .tech-slideshow {
  height: 57px;
}

.single_show .tech-slideshow .mover-1 {
  height: 38px;
  margin: 10px auto;
  color: #fff;
}

.single_show .related_show .swiper-container {
  height: 456px;
  margin-top: 10px;
  overflow: unset;
  overflow-x: clip;
}

.single_show .related_show .swiper-slide a {
  height: 100%;
  display: inline-block;
}

.single_show .show_relslider .swiper-slide img {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single_show .related_show .show_relslider .detail {
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #fff;
  padding: 0;
  width: auto;
  display: inline-block;
  max-width: 370px;
  opacity: 1;
  transition: all 0.7s;
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding-left: 20px !important;
}

.single_show .related_show .show_relslider .detail::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #141a1a;
  bottom: -20px;
  left: 0;
}

.show_detail .left_column .mulrow .list {
  border-right: unset;
}

.single_show .related_show .show_relslider .detail h2 {
  color: #000;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin: 0;
  padding: 0;
}

.single_show .related_show .show_relslider .detail a {
  height: unset;
}

.single_show .related_show .swiper-slide {
  padding-right: 40px;
}

header .sear_sec .hdd {
  position: relative;
  display: flex;
  align-items: center;
}

header .sear_sec a.searchtoggle {
  padding-left: 0;
}

header .sear_sec .fullse {
  width: 100%;
  display: table;
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

header .sear_sec a.giftcard {
  text-transform: uppercase;
}

.eventcoainter.active {
  z-index: 9;
}

.sitefooter {
  background-color: #161b1e;
}

.sitefooter .fcol2 .nfcol2 {
  text-align: left;
}

#searchbar {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
  width: 0;
  max-width: 300px;
  max-width: 0;
  min-width: unset;
}

#searchbar.search-open {
  opacity: 1;
  visibility: visible;
  width: 100%;
  max-width: 300px;
}

/* 
.inner_sec_home .tech-slideshow {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 5s linear infinite;
}
*/

/*.safari .inner_sec_home .h_show .shows {*/
  /*position: relative;*/
  /*top: 55px;*/
/*}*/

@keyframes moveSlideshow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.new-design-div .related_prev {
  display: none;
}

.new-design-div .related_next {
  max-width: 55px;
  height: 75px;
  right: auto;
  width: 100%;
  left: 10px;
}

.new-design-div .related_next::after {
  content: "";
  background: url("../images/sl_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  transform: scale(-1);
}

.single_show .talent_show .ttitle h2,
.show_expert h2 {
  border-bottom: unset;
  position: relative;
  padding-bottom: 17px;
}

.single_show .talent_show .ttitle h2::after,
.show_expert h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 130%;
  height: 11px;
  background-color: #231f20;
  bottom: 0;
  left: 0;
}

.single_show.archiveshow {
  margin-top: 150px;
}

.archiveshow .inner_sec_home .h_show .shows .sitem {
  justify-content: start;
}

.archiveshow .inner_sec_home .h_show .shows {
  margin-top: 0;
  display: block;
  padding: 0;
}

.archiveshow .inner_sec_home {
  margin-top: 0;
}

.single_show.archiveshow .show_detail {
  margin-top: 0px;
  width: 25%;
}

.archiveshow .single-new-arch-area {
  width: 75%;
}

.single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem img {
  height: 100%;
  width: 100%;
  text-align: left;
  object-fit: contain;
  object-position: left top;
}

.inner_sec_home .h_show .shows .sitem .sitemlink {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.nice-select.wide .list {
  height: 51vh;
  overflow-y: scroll;
}

.ulamot_banner_section .container-fluidss {
  max-width: 1920px;
  margin: auto;
  height: 100vh;
  position: relative;
}

.ulamot_banner_section .ulamot_images {
  width: 100%;
  height: 100%;
}

.ulamot_banner_section .ulamot_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ulamot_banner_section .ulamot_title {
  position: absolute;
  bottom: 0;

  min-height: 68px;
  width: 100%;
  background: rgb(0 0 0 / 50%);
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.ulamot_banner_section .ulamot_title h1 {
  max-width: 1428px;
  width: 100%;
  margin: auto;

  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  padding: 0;
}

.ulamot_body_content {
  margin-top: 30px;
  padding: 0 20px;
}

.ulamot_body_content .container-fluidss {
  max-width: 1428px;
  margin: auto;
}

.ulamot_body_content .u_flx {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.ulamot_body_content .item a,
.ulamot_body_content .item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #000;
}

.ulamot_body_content .item_2 p:nth-last-child(2) {
  margin-bottom: 0;
}

.ulamot_body_content .item a {
  display: inline-block;
}

.ulamot_body_content .item a,
.ulamot_body_content .item p strong {
  font-weight: 400;
}

.ulamot_body_content .item .small_hall,
.ulamot_body_content .item .large_hall {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 25px;
}

.ulamot_body_content .item {
  max-width: 550px;
  width: 100%;
}

.ulamot_body_content .item .small_hall h6,
.ulamot_body_content .item .small_hall p,
.ulamot_body_content .item .large_hall h6,
.ulamot_body_content .item .large_hall p {
  margin: 0;
  padding: 0;
}

.ulamot_slider {
  margin-top: 45px;
  margin-bottom: 50px;
  padding: 0 20px;
}

.ulamot_slider .container-fluidss {
  max-width: 1428px;
  margin: auto;
}

.ulamot_slider .ula_slide .slide_img {
  height: 235px;
  margin: 0 10px;
}

.ulamot_slider .ula_slide .slide_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-template-template-ulamot {
  padding-top: 0;
}

/*****************************
        RESPONSIVE
*****************************/
@media screen and (max-width: 1700px) {
  .countitle {
    font-size: 50px;
  }
  .countdowntimer .row {
    font-size: 20px;
  }
  .countdowntimer .row span {
    font-size: 58px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .countdowntimer {
    left: 48px;
  }
  .countitle {
    font-size: 46px;
  }
}
@media screen and (max-width: 1250px) {
  .countitle {
    font-size: 35px;
  }
  .countdowntimer .row span {
    font-size: 50px;
    line-height: 39px;
  }
}

@media screen and (max-width: 1100px) {
  .countdowntimer {
    padding: 5px 20px;
  }
  .countdowntimer {
    left: 30px;
  }
  .countitle {
    font-size: 38px;
  }
  .countdowntimer .row {
    font-size: 17px;
  }
  .countdowntimer .row span {
    font-size: 50px;
    line-height: 39px;
  }
}
@media (max-width: 1800px) {
  .home_slider .swiper-slide .detail {
    top: 65%;
    transform: translateY(-58%);
  }

  .home_slider .swiper-slide .detail a {
    font-size: 55px;
  }

  .home_slider .swiper-slide .detail .date p {
    font-size: 40px;
  }

  .inner_sec_home .tech-slideshow {
    height: 95px;
  }

  .single_show .show_coint {
    width: 100%;
    height: 100vh;
  }

  .new-show-flex .show_detail .left_column h3 {
    padding: 25px 10px;
  }

  .new-show-flex .show_detail .left_column .mainrow div {
    height: 55px;
  }

  .single_show .talent_show .ttitle h2,
  .single_show .testi_show .ttitle h2 {
    font-size: 22px;
  }

  .single_show .talent_show .ttitle h2,
  .single_show .testi_show .ttitle h2,
  .show_expert h2 {
    font-size: 22px;
  }

  .single_show .tech-slideshow {
    height: 55px;
  }

  .single_show .tech-slideshow .mover-1 {
    height: 31px;
    margin: 12px auto;
  }

  .single_show .related_show .show_relslider .detail {
    height: 44px;
    padding-left: 20px;
  }

  .news_slider .swiper-slide .detail h2,
  .gift.myslideshow .detail h2 {
    font-size: 34px;
  }
}

@media (max-width: 1700px) {
  .home_slider .swiper-slide .detail a {
    font-size: 53px;
  }

  .home_slider .swiper-slide .detail .date p {
    font-size: 38px;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    font-size: 28px;
  }

  .inner_sec_home .h_show .shows .sitem {
    min-height: 522px;
    height: 575px;
  }

  .sitefooter .fcol1 {
    display: flex;
  }

  .sitefooter .fcol1 .fcmenu:first-child {
    max-width: 485px;
    width: 100%;
    padding-right: 10%;
  }

  .single_show .show_coint {
    width: 100%;
    height: 100vh;
  }

  .single-shows h1 a.showvideo {
    height: 45px;
    width: 45px;
  }

  .single-shows .show_banner .show_title .text {
    padding-left: 82px;
  }

  .new-show-flex .talent_show a.btnc {
    font-size: 20px;
    max-width: 189px;
    height: 90px;
  }

  .single_show .showslider .swiper-slide {
    height: 490px;
  }

  .news_slider .swiper-slide .detail h2,
  .gift.myslideshow .detail h2 {
    font-size: 32px;
  }

  .calender .eventcoainter {
    max-width: 720px;
    left: 14%;
  }

  .home_slider .swiper-container {
    height: 83vh !important;
  }
}

@media (max-width: 1600px) {
  header .sear_sec a {
    font-size: 22px;
    line-height: normal;
  }

  .home_slider .swiper-slide .detail a {
    font-size: 50px;
  }

  .home_slider .swiper-slide .detail .date p {
    font-size: 26px;
  }

  .home_slider .swiper-slide .detail .date {
    height: 45px;
    max-width: 295px;
  }

  .calender {
    min-height: 140px;
  }

  .inner_sec_home .h_show .shows .sitem a.svideo {
    height: 40px;
    width: 40px;
  }

  .inner_sec_home .h_show .shows .sitem {
    min-height: 400px;
    height: 100%;
  }

  .new-design-div .myslideshow .swiper-slide,
  .new-design-div .myslideshow {
    height: 485px !important;
  }

  .tech-slideshow .mover-1 {
    margin: 10px 0px;
  }

  .inner_sec_home .tech-slideshow {
    height: 52px;
  }

  .new-show-flex .show_detail .left_column h3 {
    padding: 20px 10px;
  }

  .new-show-flex .show_detail .left_column .mainrow div {
    height: 45px;
  }

  .new-show-flex .talent_show a.btnc {
    font-size: 20px;
    max-width: 189px;
    height: 50px;
  }

  .single_show .showslider .swiper-slide {
    height: 480px;
  }

  .single_show .show_slider .swiper-container-horizontal > .swiper-pagination-bullets.show_slider_pagi .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .single_show .talent_show .ttitle h2,
  .single_show .testi_show .ttitle h2 {
    font-size: 22px;
  }

  .single_show .talent_show .ttitle h2,
  .single_show .testi_show .ttitle h2,
  .show_expert h2 {
    font-size: 22px;
  }

  .single_show .tech-slideshow .mover-1 {
    height: 22px;
    margin: 12px auto;
    line-height: normal;
  }

  .single_show .tech-slideshow {
    height: 46px;
    margin-bottom: 30px;
  }

  .single_show .related_show {
    margin-top: 0;
  }

  .single-shows .show_testi_slider .swiper-slide .det p {
    margin-bottom: 0;
    font-weight: 400;
  }

  .calender .eventcoainter {
    max-width: 721px;
    left: 14.3%;
    top: 138px;
  }

  .new-design-div .related_next {
    max-width: 50px;
    height: 70px;
  }

  .single-shows .show_detail {
    max-width: 475px;
    width: 100%;
  }

  .ulamot_banner_section .ulamot_title h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 1500px) {
  .inner_sec_home .h_show .shows .sitem .heading h3 {
    font-size: 26px;
  }

  header .sear_sec a {
    font-size: 22px;
    line-height: normal;
  }

  .home_slider .swiper-slide .detail .date p {
    font-size: 24px;
  }

  .home_slider .swiper-slide .detail a {
    font-size: 48px;
  }

  .news_slider .swiper-slide .detail h2,
  .gift.myslideshow .detail h2 {
    font-size: 30px;
  }

  .calender .eventcoainter {
    max-width: 722px;
    left: 15.6%;
    top: 138px;
  }

  .calender .clandertitle {
    font-size: 26px;
  }
}

@media (max-width: 1400px) {
  header .sear_sec a {
    font-size: 20px;
    line-height: normal;
  }

  .home_slider .swiper-slide .detail a {
    font-size: 45px;
  }

  .home_slider .swiper-slide .detail .date {
    height: 45px;
    max-width: 270px;
    margin-top: 20px;
  }

  .home_slider .swiper-slide .detail .date p {
    font-size: 26px;
  }
  .calender #picker1,
  .calender #myc-container {
    gap: 50px;
  }

  .calender #myc-nav-container {
    max-width: 305px;
  }

  .calender .myc-date-display {
    padding-bottom: 10px;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    padding: 15px 20px 15px 8px;
  }

  .inner_sec_home .h_show .shows .sitem a.svideo {
    height: 35px;
    width: 35px;
  }

  .inner_sec_home .h_show .shows .sitem {
    min-height: 350px;
    height: 100%;
  }

  .home_slider .swiper-slide .detail .date span {
    width: 11px;
    height: 3px;
  }

  .inner_sec_home .h_show .shows {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 50px;
  }

  .new-design-div .myslideshow .swiper-slide,
  .new-design-div .myslideshow {
    height: 455px !important;
  }

  .sitefooter .fcol2 {
    width: 40%;
  }

  .new-design-div .detail {
    max-width: 255px;
    min-height: 40px;
  }

  .tech-slideshow .mover-1 {
    margin: 9px 0px;
  }

  .inner_sec_home .tech-slideshow {
    height: 72px;
  }

  .show_expert h2,
  .single_show .talent_show .ttitle h2,
  .single_show .testi_show .ttitle h2 {
    font-size: 20px;
  }

  .new-show-flex .show_expert .content img {
    max-width: 100px;
    width: 100%;
    height: 100px;
  }

  .new-show-flex {
    gap: 25px;
  }

  .new-show-flex .single-show-new-area {
    gap: 30px;
    padding-top: 30px;
  }

  .single_show .show_slider .swiper-container-horizontal > .swiper-pagination-bullets.show_slider_pagi .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .single_show .related_show .swiper-container {
    height: 415px;
  }

  .inner_sec_home .tech-slideshow {
    height: 47px;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    padding: 15px 8px 15px 20px;
  }

  .single_show .related_show .swiper-button-prev {
    right: 10px;
    width: 25px;
  }

  .related_show .swiper-button-next {
    right: 10px;
    width: 25px;
  }

  .talent_show .details_row .detail,
  .talent_show .details_row .dtail_answer,
  .talent_show .details_row .dtail_answer a {
    /* color: #000; */
    letter-spacing: unset;
  }

  .calender .eventcoainter {
    max-width: 722px;
    left: 8.6%;
    top: 138px;
  }

  .calender .clandertitle {
    font-size: 24px;
  }

  .ulamot_banner_section .ulamot_title h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .ulamot_banner_section .ulamot_title {
    min-height: 60px;
  }

  .ulamot_body_content .item a,
  .ulamot_body_content .item p,
  .ulamot_body_content .item .small_hall,
  .ulamot_body_content .item .large_hall {
    margin-bottom: 15px;
  }

  .ulamot_slider {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .home_slider .swiper-container {
    height: 81vh !important;
  }
}

@media (max-width: 1300px) {
  .home_slider .swiper-slide .detail a {
    font-size: 40px;
  }

  .calender {
    min-height: 125px;
  }

  .sitefooter .fcol1 .fcmenu:first-child {
    max-width: 385px;
    width: 100%;
    padding-right: 10%;
  }

  .sitefooter .fcol1 .fcmenu {
    width: 35%;
  }

  .single-shows .show_detail {
    max-width: 465px;
  }

  .single_show .showslider .swiper-slide {
    height: 450px;
  }

  .calender .eventcoainter {
    max-width: 722px;
    left: 14.5%;
    top: 125px;
  }
}

@media (max-width: 1200px) {
  .sitefooter .fcol1 {
    width: 60%;
  }

  .single-shows .show_banner .show_title h1 {
    gap: 25px;
  }

  .single-shows h1 a.showvideo {
    height: 40px;
    width: 40px;
  }

  .single-shows .show_banner .show_title .text {
    padding-left: 65px;
  }

  header .sear_sec .fullse {
    gap: 15px;
  }

  .news_slider .swiper-slide .detail h2,
  .gift.myslideshow .detail h2 {
    font-size: 28px;
  }

  .calender #myc-dates-container {
    gap: 30px;
  }

  .calender .eventcoainter {
    max-width: 600px;
    left: 22%;
    top: 125px;
  }

  .tech-slideshow .mover-1 {
    right: -80%;
  }

  .ulamot_banner_section .ulamot_title h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .home_slider .swiper-container {
    height: 79vh !important;
  }
}

@media (max-width: 1100px) {
  .calender .eventcoainter {
    max-width: 600px;
    left: 31%;
    top: 124px;
  }
}

@media (max-width: 1040px) {
  header .sear_sec a {
    font-size: 16px;
    line-height: normal;
  }

  .new-show-flex .talent_show a.btnc {
    font-size: 18px;
  }

  .sear_sec {
    width: 75%;
  }

  .new-design-div .myslideshow .swiper-slide,
  .new-design-div .myslideshow {
    height: 365px !important;
  }

  .new-design-div .detail {
    max-width: 225px;
    min-height: 38px;
  }

  /* .sitefooter .fcol1 {
        display: flex;
        flex-direction: column;
    } */

  .sitefooter .fcol1 {
    width: 50%;
  }

  .sitefooter .fcol1 .fcmenu {
    width: 45%;
  }

  .sitefooter .fcol1 .fcmenu:first-child {
    /* max-width: 100%; */
    width: 100%;
    padding-right: 0;
  }

  .new-show-flex {
    gap: 25px;
    flex-direction: column;
    row-gap: 25px !important;
  }

  .safari .new-show-flex .single-show-new-area .show_expert {
    margin-top: 25px;
  }

  .single-shows .show_detail {
    max-width: 550px;
  }

  .single_show .tech-slideshow .mover-1 {
    height: 20px;
    margin: 10px auto;
    line-height: normal;
  }

  .single_show .tech-slideshow {
    height: 40px;
  }

  .single_show .show_coint {
    width: 100%;
    height: 75vh;
  }

  .single-shows .show_detail .left_column {
    margin-top: 0;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    padding: 15px 8px 15px 20px;
  }

  .home_slider .swiper-slide .detail .date p {
    font-size: 22px;
  }

  .sitefooter .fcol1 {
    width: 55%;
  }

  .home_slider .swiper-slide .detail a {
    font-size: 35px;
  }

  .sitefooter .fcol1 .fcmenu ul li a,
  .sitefooter .fcol1 .fcmenu ul li {
    font-size: 20px;
  }

  .news_slider .swiper-slide .detail h2,
  .gift.myslideshow .detail h2 {
    font-size: 26px;
  }

  .show_detail .left_column h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .calender #myc-dates-container {
    justify-content: end;
  }

  .calender .eventcoainter {
    max-width: 600px;
    left: unset;
    top: 124px;
    right: 20px;
    width: 100%;
  }

  .single_show.archiveshow .show_detail .inner_sec_home .h_show .shows .sitem img {
    height: 100%;
    width: 100%;
    text-align: left;
    object-fit: contain;
    object-position: left top;
    min-height: unset;
  }

  .single_show.archiveshow .show_detail {
    margin-top: 0px;
    width: 100%;
  }

  .ulamot_banner_section .container-fluidss {
    height: 550px;
  }

  .ulamot_banner_section .ulamot_title {
    min-height: 55px;
  }

  .inner_sec_home .h_show .shows {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}

@media (max-width: 992px) {
  .calender .eventcoainter {
    max-width: 565px;
    left: unset;
    top: 124px;
    right: 20px;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .sitehead nav ul li a {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .home_slider .swiper-container {
    height: 65vh !important;
  }

  .home_slider .swiper-slide .detail .date p,
  .tech-slideshow .mover-1 {
    font-size: 20px;
  }

  .home_slider .swiper-slide .detail .date {
    height: 40px;
    max-width: 235px;
    margin-top: 20px;
  }

  .calender #myc-nav-container {
    max-width: 205px;
  }

  .calender .eventlist li a {
    font-size: 18px;
    line-height: 25px;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    font-size: 24px;
    padding: 15px 20px 15px 8px;
  }

  .tech-slideshow .mover-1 {
    margin: 6px 0px;
  }

  .inner_sec_home .tech-slideshow {
    height: 42px;
  }

  .single_show .tech-slideshow {
    height: 35px;
  }

  .calender #myc-dates-container {
    gap: 20px;
  }

  .calender .eventcoainter {
    max-width: 542px;
    left: unset;
    top: 124px;
    right: 20px;
    width: 100%;
  }

  .ulamot_slider .ula_slide .slide_img {
    height: 225px;
    margin: 0 5px;
  }

  .ulamot_slider {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

@media (max-width: 860px) {
  header.sitehead {
    height: auto;
  }

  .sticky header.sitehead {
    height: auto;
  }

  header .sear_sec a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
  }

  header .sear_sec .fullse {
    gap: 15px;
    display: table;
  }

  header .sear_sec .hdd {
    display: table-cell;
  }

  .home_slider .swiper-container {
    height: 425px !important;
  }

  .home_slider {
    padding-bottom: 0;
  }

  .home_slider .swiper-slide .detail a {
    font-size: 30px;
  }

  .home_slider .swiper-slide .detail .date p,
  .tech-slideshow .mover-1 {
    font-size: 20px;
  }

  .h_news .calender {
    display: block !important;
  }

  .inner_sec_home .calender {
    display: none;
  }

  .calender .myc-date-number {
    height: 50px;
  }

  .calender .myc-date-header {
    max-width: 50px;
  }

  .home .inner_sec_home {
    margin-top: 30px;
  }

  .inner_sec_home .h_show .shows {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    padding: 15px 8px 15px 20px;
  }

  .inner_sec_home .h_show .shows .sitem img {
    object-position: center;
  }

  .inner_sec_home .h_show .shows .sitem {
    min-height: 300px;
    height: 100%;
  }

  .sitefooter .footerinner {
    display: none;
  }

  .sitefooter .mobilefooter {
    background: #070606;
  }

  .inner_sec_home .tech-slideshow.mobileshow {
    display: block !important;
  }

  .inner_sec_home .tech-slideshow {
    height: 58px;
  }

  .single-shows .show_detail .show_expert.movile {
    display: none;
  }

  .single-shows .show_detail {
    max-width: 100%;
  }

  .new-show-flex .single-show-new-area {
    gap: 30px;
    padding-top: 0;
  }

  .new-show-flex .single-show-new-area .show_expert {
    display: block;
  }

  .single_show .related_show .swiper-container {
    height: 395px;
  }

  .show_slider .swiper-container {
    height: auto !important;
  }

  .home_slider .swiper-slide .detail .date p,
  .tech-slideshow .mover-1 {
    font-size: 18px;
  }

  .sitefooter .fcol1 .fcmenu ul li a {
    font-size: 16px;
  }

  .inner_sec_home .tech-slideshow {
    height: 37px;
  }

  .single_show .tech-slideshow {
    height: 30px;
  }

  .single_show .tech-slideshow .mover-1 {
    height: 20px;
    margin: 5px auto;
  }

  .tech-slideshow .mover-1 {
    margin: 4px 0px;
  }

  .calender .eventcoainter {
    max-width: 470px;
    left: unset;
    top: 124px;
    right: 20px;
    width: 100%;
  }

  header.sitehead nav {
    justify-content: start;
    order: 3;
  }

  header.sitehead .logo {
    max-width: 95px;
    width: 100%;
    padding-right: 0;
    height: 65px;
  }

  header.sitehead .logo img {
    object-position: right;
    margin: 0;
  }

  header .hamburger-box {
    width: 40px;
    height: 40px;
    bottom: 0;
  }

  header .sear_sec a {
    display: flex;
    align-items: center;
    left: 0;
  }

  header .sear_sec a {
    display: flex !important;
    align-items: center !important;
    left: 0 !important;
    max-width: 170px;
    width: 100%;
  }

  .sear_sec a::after {
    background-size: contain !important;
    right: 0 !important;
    padding: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    filter: invert(2) brightness(2);
  }

  .sear_sec .hbtn::after {
    /* filter: unset; */
    right: 6px !important;
  }

  .sear_sec.mobile {
    padding-bottom: 10px;
  }

  header .sear_sec .fullse {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .giftcard.mobile {
    z-index: 1;
    order: 2;
    text-transform: uppercase;
    margin-top: 0;
  }

  header .sear_sec a.searchtoggle {
    max-width: fit-content;
  }

  .sear_sec a.searchtoggle img {
    padding-right: 0;
    filter: invert(1) brightness(2);
    top: 0;
  }

  #searchbar.search-open {
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-right: 0;
    right: 0;
  }

  header.sitehead .inner_sec {
    justify-content: flex-end;
    align-items: center;
  }

  header.sitehead .logo {
    margin: auto;
    margin-right: 0;
  }

  .sear_sec .hdd::after,
  .sear_sec .hbtn::after {
    height: 10px;
    width: 14px;
  }

  .inner_sec_home .h_show .shows .sitem img {
    /* max-height: 325px; */
    min-height: 100%;
    height: 100%;
  }

  .new-show-flex .talent_show a.btnc {
    margin-left: 6%;
  }

  .aboutpage {
    display: flex;
    flex-direction: column;
  }

  .aboutpage > div {
    order: 0;
  }

  .aboutpage .colbig {
    order: 99;
  }
}

@media (max-width: 768px) {
  .sitefooter .fcol1 .fcmenu ul li a {
    font-size: 30px;
    gap: 25px;
  }

  .single-shows .show_banner .show_title h1 {
    position: relative;
    width: 100%;
  }

  .single-shows .show_banner .show_title .text {
    padding-left: 0;
  }

  header.sitehead .logo {
    height: 55px;
  }

  .hamburger-box::before {
    height: 80%;
    width: 80%;
  }

  .giftcard.mobile {
    padding: 5px 10px;
    font-size: 13px;
  }

  .single-shows h1 a.showvideo {
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: auto;
  }

  .show_expert h2 {
    font-size: 18px;
  }

  .new-show-flex .show_detail .left_column h3 {
    padding: 15px 10px;
  }

  .new-show-flex .show_detail .left_column .mainrow div {
    height: 35px;
  }

  .new-show-flex .single-show-new-area {
    gap: 30px;
    padding-top: 0;
    flex-direction: column-reverse;
  }

  .new-design-div {
    padding: 0 20px;
  }

  .news_slider .swiper-slide .detail h2,
  .gift.myslideshow .detail h2 {
    font-size: 24px;
    line-height: normal;
  }

  .show_expert h2,
  .single_show .talent_show .ttitle h2,
  .single_show .testi_show .ttitle h2 {
    font-size: 18px;
  }

  .new-show-flex .talent_show a.btnc {
    font-size: 18px;
    max-width: 189px;
    height: 60px;
  }

  .single_show .showslider .swiper-slide {
    height: 375px;
  }

  .single_show .show_slider .swiper-container-horizontal > .swiper-pagination-bullets.show_slider_pagi .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }

  .single_show .related_show {
    margin-bottom: 50px;
  }

  .calender .eventcoainter {
    max-width: 465px;
    left: unset;
    top: 124px;
    right: 20px;
    width: 100%;
  }

  .new-design-div .related_next {
    max-width: 40px;
    height: 60px;
  }

  .tech-slideshow .mover-1 {
    right: unset;
  }

  .ulamot_banner_section .ulamot_title h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .ulamot_body_content .u_flx {
    gap: 15px;
    flex-direction: column;
  }

  .ulamot_body_content .item a,
  .ulamot_body_content .item p,
  .ulamot_body_content .item .small_hall,
  .ulamot_body_content .item .large_hall {
    margin-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .new-show-flex .single-show-new-area .show_expert {
    order: 1;
  }

  .mbpro_table td.date {
    padding-right: 5px;
  }

  .mbpro_table td.day {
    width: 15px !important;
    padding: 2px !important;
  }

  header .sear_sec a {
    font-size: 16px;
  }

  .show_detail .left_column .mulrow .list.nmll {
    padding-bottom: 0;
    position: relative;
    top: 2px;
  }

  .sitehead nav ul li a {
    font-size: 17px;
  }

  .inner_sec_home .h_show .shows .sitem a.svideo {
    top: 12px;
  }

  .inner_sec_home .h_show .shows .sitem .sinfo {
    position: absolute;
    top: 85%;
  }

  .new-design-div .related_prev {
    display: flex;
    max-width: 40px;
    height: 60px;
    width: 100%;
  }

  .mobilefooter {
    padding: 10px 10px;
  }

  .mobilefooter .mscol p {
    margin-bottom: 0;
  }

  .new-design-div .related_prev::after {
    content: "";
    background: url(../images/sl_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
  }

  .calender .myc-date-number {
    height: 40px;
  }

  .calender .myc-date-header {
    max-width: 40px;
  }
  .calender #picker1,
  .calender #myc-container {
    gap: 25px;
  }

  .calender #myc-dates-container {
    gap: 10px;
  }

  .calender #myc-dates-container {
    min-height: unset;
  }

  .inner_sec_home .h_show .shows .sitem .heading h3 {
    font-size: 24px;
    padding: 15px 8px 15px 20px;
  }

  .calender #myc-current-month-year-container,
  .calender .calnav {
    height: 33px;
  }

  .calender .calnav {
    top: 40px;
    right: 0;
    align-items: center;
  }

  .inner_sec_home .h_show .shows .sitem a.svideo {
    height: 30px;
    width: 30px;
  }

  .inner_sec_home .h_show .shows {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .new-design-div .detail {
    max-width: 200px;
    min-height: 35px;
  }

  .inner_sec_home .tech-slideshow {
    height: 33px;
  }

  .tech-slideshow .mover-1 {
    margin: 7px 0px;
    height: 22px;
    line-height: normal;
  }

  .calender .eventcoainter {
    max-width: 342px;
    left: unset;
    top: 124px;
    right: 20px;
    width: 100%;
  }

  .ulamot_banner_section .container-fluidss {
    height: 375px;
  }

  .single_show .show_coint {
    margin-top: 92px;
  }

  .page-template-shows td.sec {
    padding-left: 2px;
  }

  .single-shows .show_banner .show_title {
    bottom: 5px;
  }

  .cnb-single.cnb-left {
    left: auto;
    right: 20px !important;
  }
}

@media (max-width: 580px) {
  header.sitehead .logo {
    max-width: 115px;
    width: 100%;
    min-width: unset;
  }

  .ios .inner_sec_home .h_show .shows .sitem {
    height: fit-content;
  }

  .inner_sec_home .tech-slideshow.mobileshow {
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }

  .inner_sec_home .h_show .shows {
    margin-top: 20px;
  }
  .calender #picker1,
  .calender #myc-container {
    gap: 15px;
  }

  .calender #myc-nav-container {
    max-width: 155px;
  }

  .new-design-div .news_slider img,
  .new-design-div .gift img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    object-position: bottom;
  }
}

@media (max-width: 480px) {
  .inner_sec_home .h_show .shows {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }

  .single_show .show_slider .swiper-container-horizontal > .swiper-pagination-bullets.show_slider_pagi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: auto 2px;
  }

  .single_show .related_show .show_relslider .detail {
    max-width: 85%;
  }

  header .header_inner {
    padding: 0 10px;
  }

  header .sear_sec .hdd {
    text-align: left;
  }

  .calender #picker1 {
    padding: 0 10px;
  }

  .calender {
    min-height: 115px;
    height: 100%;
    padding-bottom: 10px;
  }
  .calender #picker1,
  .calender #myc-container {
    gap: 15px;
    flex-direction: column;
  }

  .single-shows .show_banner .show_title .text {
    margin-top: 5px;
  }

  .calender #myc-dates-container {
    justify-content: center;
  }

  .calender .eventcoainter {
    max-width: 342px;
    left: unset;
    top: 100%;
    right: 9%;
    width: 100%;
  }

  .calender #picker1 {
    padding: 0;
  }

  .calender #myc-nav-container {
    max-width: 100%;
    position: relative;
  }

  .calender #myc-week-container {
    padding: 0 10px;
  }

  .calender #myc-nav-container {
    background: transparent;
  }

  .calender .clandertitle {
    background-color: #000;
  }

  .calender::before {
    display: none;
  }

  .calender .clandertitle {
    font-size: 24px;
    line-height: 40px;
  }

  .calender #myc-current-month-year-container {
    color: #000;
    text-align: center;
    float: unset;
    width: 100%;
    padding-top: 0;
  }

  .calender .calnav svg {
    filter: invert(1);
  }

  .calender .calnav {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 38px;
    left: unset;
    top: 40px;
    right: 0;
    align-items: center;
  }

  .show_detail .left_column h3 {
    font-size: 16px;
    line-height: 22px;
  }

  header.sitehead .logo {
    height: 55px;
  }

  .sear_sec.mobile {
    padding-bottom: 5px;
  }

  .single-shows .show_banner .show_title {
    padding: 10px 20px 10px 20px;
  }

  .show_banner .show_title h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .show_banner .show_title p {
    font-size: 16px;
    line-height: 20px;
    display: block !important;
  }

  .page-template-shows .mbpro_table .showstimesdatamobile {
    width: 100%;
    float: left;
  }

  .page-template-shows td span {
    width: 68px;
  }

  /*.page-template-shows .mbpro_table table tr {*/
  /*display: flex;*/
  /*width: 100% !important;*/
  /*justify-content: space-between;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(1) {*/
  /*width: 33px !important;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(2) {*/
  /*width: 105px;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(3) {*/
  /*width: 50px;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(5) {*/
  /*width: 96px;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(6) {*/
  /*width: 150px !important;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(9) {*/
  /*width: 50px;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(7) {*/
  /*width: 85px;*/
  /*}*/

  /*.page-template-shows .mbpro_table td:nth-child(8) {*/
  /*width: 25px;*/
  /*}*/

  .page-template-shows .mbpro_table table .showlistitem.monthtitle td {
    width: 100% !important;
  }

  .single_show .show_coint {
    margin-top: 87px;
  }
}

@media (max-width: 400px) {
  .calender .eventcoainter {
    max-width: 342px;
    left: 20px;
    top: 100%;
    right: 20px;
    width: 100%;
  }

  header .sear_sec .fullse {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .single-shows .show_inner {
    padding: 0 0px;
  }

  .show_detail .left_column .mainrow .mr3 {
    width: 18%;
  }

  .show_detail .left_column .mainrow .mr3,
  .show_detail .left_column .mainrow .mr1,
  .show_detail .left_column .mainrow .mr2 {
    font-size: 13px;
  }

  .new-show-flex .show_detail .left_column .mainrow div {
    justify-content: left;
    padding-left: 10px;
  }
}

@media (max-height: 800px) {
  .home_slider .swiper-container {
    height: 75vh !important;
  }
}

.info-area .topbarshows h1 {
  display: none;
}

.tech-slideshow .mover-1 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.new-show-flex .show_detail .left_column h3 {
  display: none;
}

.giftcard.mobile,
header .sear_sec a.giftcard {
  font-weight: bold;
  font-family: "AlefRegular", Calibri, Arial, sans-serif !important;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
}

.calender #myc-current-month-year-container,
.calender .calnav {
  background-color: #d0d1d3;
  background-color: #c1c1c1;
}

.mbpro_table .showstimesdatamobile th,
.page-template-shows .topbarshows {
  background: #000;
}

.page-template-shows .mbpro_table {
  position: relative;
  top: -5px;
}

#load-more-btn {
  background: #8d0b38;
  padding: 5px 15px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  font-size: 20px;
}

.show_expert .content div {
  padding-bottom: 10px;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .countdowntimer {
    right: 0px;
    left: 0px;
    margin: 0 auto;
    right: 0;
    margin: 0 auto;
    max-width: 350px;
    width: 90%;
    bottom: 10px;
    padding: 5px 30px;
  }
  .countitle {
    font-size: 28px;
    text-align: center;
  }
  .countdowntimer .row span {
    font-size: 56px;
    line-height: 47px;
  }
  #countdown {
    width: 95%;
    margin: 0 auto;
  }
  .countdowntimer .row:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .single_show .show_coint.countbanner img {
    height: auto;
    min-height: 250px !important;
  }
  .countdowntimer .row {
    font-size: 18px;
  }

  #arachsearch .remove {
    left: auto !important;
    right: 5px !important;
  }
}
@media screen and (max-width: 680px) {
  #countdown {
    width: 100%;
  }
  .countdowntimer {
    max-width: 280px;
    padding: 5px 15px;
  }
  .countitle {
    font-size: 24px;
  }
  .countdowntimer .row span {
    font-size: 35px;
    line-height: 35px;
  }
  .countdowntimer .row {
    font-size: 14px;
  }
}

.swiper-slide {
  direction: ltr;
}

.gjbFcR {
  direction: ltr !important;
}

.iRmLWp {
  direction: ltr !important;
}

.hEhiny {
  text-align: center !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}

.bzVgBG {
  flex-direction: row-reverse !important;
}

.nice-select .option {
  text-align: left !important;
}

.alignleft {
  float: right !important;
}

.single-shows.postid-15654643 .show_title .text,
.single-shows.postid-15654445 .show_title .text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-lang.mob{
  display: none;
}

@media screen and (max-width: 900px) {
  .c-lang.mob{
    display: flex;
    padding-left: 30px;
  }
  .c-lang.mob a{
    color: #fff;
    z-index: 9999;
  }
}

.calender #picker1{
  display: flex;
  width: 100% !important;
  height: 100%;
  align-items: center;
  gap: 65px;
}

.error404 .content-area{
  float: none;
  text-align: center;
}
.error404 #container {
  padding-bottom: 100px;
}
.aboutpage .colbig{
  padding-left: 15px;
}
.aboutpage .colsmall{
  padding-right: 15px;
}