@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");

body {
    font-family: "Raleway", sans-serif;
}
#particle-canvas {
    width: 100%;
    height: 100vh;
}
/** Default Style **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 40px;
    color: #000;
    font-weight: 800; /*font-family:'Kamerik 105 Cyrillic Bold',Sans-Serif;*/
    font-family: "Raleway", sans-serif;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
p {
    font-size: 16px;
    color: #000;
}
.container {
    max-width: 1800px;
}
ul,
p {
    margin: 0;
    padding: 0;
}
button:focus {
    outline: none;
}
.event-latest-offers .book-show {
    border: 0px;
}
.video-modal iframe.inner-video {
    display: inline;
}
.video-modal.custom-popup .modal-header {
    padding: 0px;
    height: 0px;
    display: contents;
}
li.extender {
    margin: 0px 10px;
    font-size: 25px;
}
body.news-detail p {
    line-height: 30px;
}
#show-events .event-latest-offers .book-show h4, .event-latest-offers .book-show h4 {
    font-size: 16px !important;
    padding: 0px;
    text-align: left;
    margin-left: 0px;
    overflow: visible;
    -webkit-line-clamp: unset;
}
#read-more {
    display: none;
}

.faq-box #faq .card {
    margin-bottom: 20px;
    border: 0;
  }
  
  .faq-box #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  .faq-box .card a {
    display: inline;
   }

  .faq-box #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #000;
    color: #fff;
    padding: 20px;
    white-space: break-spaces;
  }

  .fa.fa-twitter{
	font-family:sans-serif;
  }
  .fa.fa-twitter::before{
    content:"𝕏";
  }
  
  .faq-box #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
  }
  
  .faq-box #faq .card .card-header .btn-header-link.collapsed {
    background: #000;
    color: #fff;
  }
  
  .faq-box #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
  }
  
  .faq-box #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
  }
  
  .faq-box #faq .card .collapse {
    border: 0;
  }
  
  .faq-box #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
  }
  
  div#faq {
      border: 0px;
      padding: 0px;
  }
  
  .faq-box {
      margin: 0px;
  }
.home-intro {
    margin-bottom: 25px;
    margin-top: 25px;
}

button#read-more-btn {
    background: transparent;
    border-radius: 14px;
    padding: 2px 18px;
    font-family: "Raleway" !important;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}
.event-latest-offers .book-show a {
    font-size: 14px;
}
.termsfeed-com---pc-dialog .cc-cp-foot-byline {
    visibility: hidden !important;
}
.venue-description p {
    font-size: 13px;
    color: #fff;
    text-align: left;
    width: 85%;
    margin: auto;
    font-weight: 600;
    margin-bottom: 8px;
}
.venue-description {
    margin-top: 20px;
}
.faq-box h4 {
    margin-bottom: 30px;
}
.venue-description.show-mobile p {color: #000;width: 90%;}

.venue-description.show-mobile {
    margin-bottom: 40px;
    width: auto;
}
.event-latest-offers .book-show img {
    min-height: auto;
}
section {
    /*float: left; width: 100%;*/
    padding: 0;
    margin-bottom: 60px;
    position: relative;
    clear: both;
}
section h2 {
    font-weight: 800;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("../images/Spinner-1.gif") center
        no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: block;
}
span#event-data p {
    margin: 0 0 10px;
}
a.page-link {
    font-size: 30px;
    padding: 5px 10px !important;
}

section#page-switch {
    text-align: center;
}
section#page-switch a.date-switch-btn {
    min-width: 80%;
}
a {
    color: #000;
}
.news-detail-sub-list {display: flex;}
.inner-news-block.current-news a, .news-detail-sub-list.current-news a {
    color: #fff;
}
.inner-news-block .col-md-8 a {
    font-weight: 800;
    padding-top: 5px;
}
.news-detail-sub-list .col-md-8 {
    font-weight: 800;
    padding: 10px 5px;
    padding-top: 0px;
}
.inner-news-block.mt-2 a, .news-detail-sub-list a{
    color: #000;
    text-decoration: none;
    padding-top: 0px;
}
.news-detail-sub-list a.venue {
    color: #515151;
    font-size: 14px;
}
.inner-news-block.mt-2 a.venue {
    font-size: 14px;
    display: block;
    color: #d0d0d0;
}
#videoModal .modal-body {
    padding: 7px;
}
.review .all-head h2,
.review .all-head h3 {
    margin-bottom: 40px;
}
.home-intro p {
    font-family: "Raleway";
    font-size: 13px;
    margin-bottom: 8px;
}
a.btn.black-article-btn {
    margin-top: 40px;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
}
a.btn.gray-article-btn {
    margin-top: 40px;
    background: #343a40;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
}

.home-intro p a {
    color: #000;
    font-weight: 700;
}
.review .all-head h3,
section#show-reviews .review-box h3 {
    color: #515151;
}
i.fa.fa-star,
i.fa.fa-star-half-o,
i.fa.fa-star-o {
    font-size: 33px;
    color: #fabe06;
}
/** Default Style ends **/

/** Fonts **/
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../fonts/fontawesome-webfont.svg#TrajanPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kamerik 105 Cyrillic Book";
    src: url("../fonts/Kamerik 105 Cyrillic Book.eot");
    src: local("☺"),
        url("../fonts/Kamerik 105 Cyrillic Book.woff") format("woff"),
        url("../fonts/Kamerik 105 Cyrillic Book.ttf") format("truetype"),
        url("../fonts/Kamerik 105 Cyrillic Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kamerik 105 Cyrillic Bold";
    src: url("../fonts/Kamerik 105 Cyrillic Bold.eot");
    src: local("☺"),
        url("../fonts/Kamerik 105 Cyrillic Bold.woff") format("woff"),
        url("../fonts/Kamerik 105 Cyrillic Bold.ttf") format("truetype"),
        url("../fonts/Kamerik 105 Cyrillic Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/** Fonts Ends **/

/** header **/

/** header ends **/
.nav-item {
    float: right;
    width: auto;
    margin: 0 40px 0 0px;
}
ul.navbar-nav li.nav-item:hover > .dropdown-menu {
    display: block;
    top: 98%;
    min-width: 100px !important;
    padding: 20px 15px 30px;
    border-radius: 5px; /*left:0;    left: 0;
    right: 0; left:0;*/
}
#agentModal h4.title {
    color: #828282;
    font-size: 18px;
}
.carousel-caption.venue-video {
    background: none;
    padding: 0px;
    bottom: 20px;
}

.carousel-caption.venue-video ul li:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.carousel-caption.venue-video a {
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
    font-weight: bold;
    text-decoration: none;
}

.carousel-caption.venue-video ul li a.play-button span {
    background: url(../images/icon-sprit.png) no-repeat;
    width: 35px;
    height: 35px;
    margin: 2px 0 0 -40px;
    border: 2px solid #fff;
    display: inline-block;
    background-size: 70px;
    background-position-x: -17px;
    background-position-y: 6px;
    border-radius: 50%;
    text-align: center;
    text-align: center;
    position: absolute;
    bottom: 0px;
    transition: 0.5s;
    cursor: pointer;
}

.venue-video.video-modal iframe.inner-video  {
    display: inline;
}
.venue-video.video-modal .modal-header {
    padding: 0px;
    display: contents;
}

#agentModal h5.venue {
    color: #bababa;
    font-size: 16px;
}

#agentModal h3.date {
    font-size: 20px;
}
#agentModal .agents li {
    list-style: none;
    margin: 14px 0px;
}
#agentModal button.btn {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-family: "Raleway";
    border-radius: 0px;
}
.new-shows_listing #show-events .col-lg-6 a {
    line-height: 1rem;
}
.news-content ul {
    margin-left: 20px;
}
.new-shows_listing #show-events .col-lg-6 a h4 {
    padding-bottom: 2px;
}
.highlights_listing #show-events a h4 {
    padding-bottom: 8px;
}

.new-shows_listing #show-events .col-lg-6.show-detail h6 {
    margin-bottom: 5px;
}

.new-shows_listing #show-events .col-lg-4 a h4 {
    margin-bottom: 5px;
}
#agentModal .agents li a {
    justify-content: space-between;
    display: flex;
    max-height: 40px;
}

#agentModal .agents li a:hover {
    text-decoration: none;
}

.nav-item:hover > .dropdown-menu a {
    padding: 5px 17px;
}
.err-msg,
.success-msg {
    display: none;
    padding: 10px;
    padding-left: 0px;
}
.success-msg {
    color: #3c763d;
}
.err-msg {
    color: red;
}
.contact-modal .modal-header {
    padding: 0px;
}
.nav-item .nav-link {
    color: #fff;
    padding: 0;
    display: -webkit-inline-box;
    display: -mozkit-inline-box;
}
.nav-item {
    float: right;
    width: 72%;
    margin: 0 40px 0 0px;
    text-align: right;
}
/** Navigation **/
.dropdown-menu h2 a, .dropdown-menu p.h-2 a {
    color: #fff;
    font-weight: 800;
}
.pagination {
    justify-content: center;
    margin-bottom: 120px;
}
.dropdown-menu h2 a:hover, .dropdown-menu p.h-2 a:hover {
    color: #fff;
    text-decoration: none;
}
.navbar-brand.logo {
    position: absolute;
    top: 18px;
    left: 2%;
}
.navbar-brand.logo img {
    width: 100px;
}
.main-nav nav img {
    width: 180px;
    padding-top: 15px;
}
.main-nav.fixed-header img {
    width: 80px;
    padding: 5px 0; /* transition: .5s;*/
}
.review h3 a {
    color: #515151;
}
.search-result ul#artists-list li a {
    width: auto;
}
/*.main-nav.fixed-header li.nav-item > a.nav-link { line-height: normal; }*/
.inner-news-block {
    display: flex;
}

.inner-news-block.current-news, .news-detail-sub-list.current-news {
    color: #fff;
    background: #343a40;
}
.inner-news-block.mt-2.current-news a {
    color: #fff;
}
.inner-news-block .col-md-4, .news-detail-sub-list .col-md-4 {
    padding: 0px;
}
a.btn.btn-dark.btn-block,
a.btn.btn-secondary.btn-block {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.inner-news-block .img-thumbnail, .news-detail-sub-list .img-thumbnail {
    border: 0px !important;
    border-radius: 0px;
    padding: 0px;
}
.main-nav.fixed-header .navbar-brand {
    width: 100px;
    padding: 0;
    height: 70px;
    line-height: 68px;
}
div#venues-list .img-box a {
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    display: block;
}
body.event .theater-img {
    margin-bottom: 30px;
}
div#venues-list .img-box .overlay-head a {
    position: absolute;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    bottom: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}
#main-carousel .carousel-inner {
    max-height: 100vh;
}
div#venues-list .img-box .overlay-head a:hover {
    text-decoration: none;
}

div#venues-list .black_shadow {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

div#venues-list .img-box {
    margin-bottom: 30px;
    position: relative;
}
div#venues-list .black_shadow {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
img.img-responsive {
    max-width: 100%;
    height: auto !important;
    min-height: unset !important;
    width: 100%;
    max-height: unset !important;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

.page-link {
    color: #000;
}


.main-nav li.nav-item.single-col-menu .mega-menu {
    width: 250px;
    left: 20% !important;
}
section#page-switch a, section#page-switch button {
    padding: 10px 0;
    border: 0px;
    background: #efefef;
    color: #000;
    font-family: "Raleway";
    margin-right: 1%;
    min-width: 17%;
    max-width: 250px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

section#page-switch a:hover, section#page-switch button:hover {
    background: #343a40;
    text-decoration: none;
    color: #fff;
}
section#page-switch a:last-child, section#page-switch button:last-child {
    margin-right: 0px !important;
}

section#page-switch a.selected, section#page-switch button.active  {
    background: #000;
    color: #fff;
}
.main-nav {
    float: left;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 6;
    line-height: 50px;
    height: 220px;
    background: url(../images/top-shadow.png) 0 0 no-repeat;
    background-size: 100% 100%; /*    transition: .5s;*/
    margin-top: 27px;
}
.main-nav nav.navbar.navbar-expand-md {
    margin: 0;
    padding: 0;
}
.main-nav a.nav-link {
    color: #000;
    padding: 0;
}
.main-nav a.nav-link:hover {
    color: #c80c0c;
}
.main-nav li.nav-item.active a.nav-link {
    color: #d4af56;
}
.main-nav li.nav-item {
    margin: 0px 20px;
    text-transform: inherit;
    padding: 0;
}
.main-nav li.nav-item a.nav-link {
    padding: 0;
    font-size: 20px;
    color: #fff;
}
.main-nav li.nav-item > a.nav-link {
    padding: 0;
    font-size: 22px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
.main-nav a.nav-link:hover:before {
    content: "";
    height: 2px;
    width: auto; /*background: #d4af56;*/
    position: absolute;
    bottom: 0;
}
.navbar-toggler-icon i {
    font-size: 28px;
    color: #fff;
    border: 1px solid #000;
    width: 55px;
    padding: 8px 0;
    background: #000;
    border-radius: 5px;
}
nav.navbar.navbar-expand-lg {
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 93%;
    z-index: 9;
}
button.navbar-toggler:focus {
    outline: none;
}
.main-nav.fixed-header {
    position: fixed; /*z-index: 100;*/
    height: auto;
    top: 0;
    margin: 0; /*transition: .5s;*/
    background: #000;
}
.main-nav .dropdown-menu {
    background: #fff;
    border: 10px solid #ebf7fe;
    padding: 0;
}
.main-nav .dropdown-item.active,
.main-nav .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c80c0c;
}
.main-nav .nav-item .dropdown-menu a {
    padding: 10px 20px;
}
.navbar-brand {
    position: relative;
    left: 0;
}
ul.navbar-nav {
    z-index: 55; /*margin-left: 195px!important;*/
}
.fixed-header ul.navbar-nav {
    z-index: 55; /*margin-left: 240px!important;*/
}
.carousel-caption {
    width: 100%;
    float: left;
    left: 0 !important;
    bottom: 0;
    background: url(../images/bottom-shadow.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding: 50px 0 30px 0;
    z-index: auto;
}
.col-lg-4 .show-detail ul li {
    display: inline-block;
    margin: 0;
    width: 49%;
}

#show-events .col-lg-4 h4,
#show-events .col-lg-6 h4 {
    min-height: inherit;
    font-size: 20px !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #fff;
    margin: 0 30px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

#show-events .col-lg-4 a:hover,
#show-events .col-lg-6 a:hover {
    text-decoration: none;
}
body.listing.news_listing #show-events .col-lg-4 h4,
#show-events .col-lg-6 h4 {
    -webkit-line-clamp: unset;
    margin: 0px;
}

body.listing.news_listing #show-events .col-lg-4 h4,
#show-events .col-lg-6 .img-box {
    margin-bottom: 50px;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin: 0px;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #0060c8 !important;
}
.navbar .dropdown-menu {
    border: none;
    background-color: rgb(0 0 0 / 97%) !important;
}
.nav-item .mega-menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.dropdown-toggle::after {
    content: none;
}
.side-dots .dropdown-menu.mega-menu {
    border: none;
    background-color: rgb(1 18 50 / 97%) !important;
}
.side-dots span.text-white {
    top: auto;
    position: relative;
    height: auto;
    width: auto;
    border-radius: 0;
    background: no-repeat;
}
.side-dots span.text-white:before {
    top: auto;
    content: none;
    width: auto;
}
.side-dots span.text-white:after {
    top: auto;
    content: none;
    width: auto;
}
.toggle-btn.nav-item.side-dots::before {
    position: relative;
    width: auto;
    height: auto;
    content: none;
}
.toggle-btn.nav-item.side-dots::after {
    position: relative;
    width: auto;
    height: auto;
    content: none;
}

div#navbar-list-2 {
    position: relative;
    z-index: 0;
}

.side-dots {
    padding: 40px 0px;
}

.side-dots.nav-item:hover > .dropdown-menu {
    top: 100% !important;
}

.mega-menu h2, .mega-menu p.h-2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 25px;
}

.mega-menu ul li {
    height: auto;
    line-height: 35px;
    list-style: none;
}

.mega-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.nav-item .mega-menu ul li a {
    padding: 0 !important;
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.dropdown-menu.mega-menu.calender .row > div:nth-child(2) ul {
    padding-left: 35%;
}

/** Navigation Ends **/

/**right sidebar**/

/* Toggle Button */
.toggle-btn {
    width: 30px;
    height: 50px;
    padding: 10px 0;
    top: 50px;
    right: 60px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    left: auto;
    z-index: 0;
}

.main-nav.fixed-header .toggle-btn {
    top: 9px;
}
.show-detail h6.review-event {
    font-size: 13px;
    color: #495057;
    margin: 10px 0;
}

.show-detail h6.review-event a {
    display: inline;
}
.toggle-btn span,
.toggle-btn span:before,
.toggle-btn span:after {
    width: 8px;
    height: 8px;
    background: white;
    position: absolute;
    transition: width 0.3s ease-in-out, transform 0.3s ease-in-out,
        background 0.3s ease-in-out;
    border-radius: 50%;
}

.toggle-btn span {
    top: 50%;
    right: 0;
}

.toggle-btn span:before {
    content: "";
    top: -10px;
}

.toggle-btn span:after {
    content: "";
    top: 10px;
}

.toggle-btn.onclick span {
    background: none;
}
nav.navbar.navbar-expand-lg.zIndexLow {
    z-index: 0;
}
.toggle-btn.onclick span:before {
    transform: translateY(10px) rotate(45deg);
}

.toggle-btn.onclick span:after {
    transform: translateY(-10px) rotate(-45deg);
}
.news-box a:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
/*.show-event-main  a:hover img {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}*/
.show-event-main .news-content a {
    display: inherit;
    color: #000;
}
.news-content .btn-dark {
    background-color: #000;
}
.show-event-main a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.show-events.offer-strip > a,
.show-events.comp-strip > a,
.show-events.free-strip > a {
    position: relative;
    overflow: inherit;
}

.show-event-main a.offer-strip,
.show-event-main a.comp-strip,
.show-event-main a.free-strip {
    overflow: inherit;
}

.img-box a img {
    transition: all 0.2s ease-in-out;
}

.img-box a:hover img {
    transform: scale(1.2);
}
.col-lg-6 span.list-description,
.col-lg-4 span.list-description {
    display: block;
}
.col-lg-6 span.list-description {
    margin: 30px auto;
}
span.list-description {
    font-size: 14px;
    text-align: justify !important;
    margin: 15px auto;
    padding: 0 5px;
}
/*.show-event-main div {
 overflow: hidden;
}*/
.nav-container {
    width: 300px;
    height: 100vh;
    pointer-event: none;
    float: right;
}

.offer-title {
    background: #fabe06;
    text-align: center;
}
.theatre-detail-p .offer-title {
    margin-bottom: 30px;
}
.offer-title a {
    color: #000;
    font-weight: 800;
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
}

.nav-bar {
    max-width: 300px;
    height: 100vh;
    background: url(../images/footer-bg.jpg) 0 0 no-repeat;
    margin-left: 300px;
    overflow: hidden;
    transition: margin 0.3s ease-in-out;
}

.nav-bar.visible {
    margin-left: 0px;
}

.nav-bar.slide-bar li.nav-item {
    margin: 5px 0;
    line-height: normal;
    border-bottom: 1px solid;
    padding: 10px 20px 15px;
}

.main-nav .container {
    position: relative;
}

.search-bar a {
    font-size: 45px;
    width: 36px;
    height: 20px;
    margin: 20px auto;
    display: inline-block;
    position: fixed;
    right: 100px;
    top: 15px;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}

.search-bar a i {
    color: #fff;
}
.search-bar input:focus {
    outline: none;
}
.slideup,
.slidedown {
    height: 0;
    width: 100%;
    overflow-y: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.slidedown {
    height: 60px;
    width: 100%;
}

.search-bar input {
    width: 100%;
    padding: 15px;
    height: auto;
    line-height: normal;
    border: none;
}
/**right sidebar ends**/

/** carousel **/
div#main-carousel {
    margin-bottom: 60px;
}

.carousel img.d-block {
    width: 100%;
}

.slide ul {
    margin: 15px 0 15px;
    width: 100%;
}

.slide ul li {
    width: 24%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.slide ul li:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.slide ul li a {
    color: #fff;
    font-size: 22px;
    transition: 0.5s;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: 42px;
}

.slide ul li a:hover {
    /* color: #ffbc00;*/
    text-decoration: none;
    font-family: "Raleway", sans-serif;
}

.slide ul li span {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0px 0 0 -66px;
    margin-right: 10px;
    transition: 0.5s;
    position: absolute;
}

.slide ul li:first-child span {
    background: url(../images/icon-sprit.png) no-repeat;
    background-size: 80px;
    background-position-x: 5px;
    background-position-y: 8px;
}

.slide ul li:nth-child(2) span {
    background: url(../images/icon-sprit.png) no-repeat;
    background-size: 90px;
    background-position-x: -23px;
    background-position-y: 7px;
}

.slide ul li:nth-child(3) span {
    background: url(../images/icon-sprit.png) no-repeat;
    background-size: 90px;
    background-position-x: -56px;
    background-position-y: 5px;
}

.slide ul li:nth-child(4) span {
    background: url(../images/spotify-icon.png) no-repeat center center;
    background-size: 37px;
}

.slide ul li span img {
    max-width: 25px;
    display: none;
}

.slide h1,
.slide h2, .slide p.h-2 {
    color: #fff;
    font-size: 30px;
}

.slide h1 a,
.slide h2 a, .slide p.h-2 a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    font-weight: bold;
}

/**carousel Ends**/

/**news sec **/
section#news-sec h2 {
    font-size: 30px;
}

.news-box img {
    width: 100%;
    /* border: 1px solid #000;*/
}

.news-box {
    position: relative;
}

.news-box h3 {
    padding-top: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 35px;
}

.news-box a {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
.news-sec .row {
    margin-bottom: 50px;
}

.news-box {
    position: relative;
    overflow: hidden;
}

.news-box a img {
    transition: all 0.2s ease-in-out;
}

.news-box a:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

.card a {
    display: block;
}

/**news sec ends**/

/**ads**/

.ads-box img {
    width: 100%;
}

.ads-box .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.ads-box img {
    border: 1px solid #000;
}

/**ads ends**/

/** popular-event sec **/

.popular-event .card {
    border-radius: 8px;
    overflow: hidden;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: "FontAwesome";
    font-size: 4rem;
}

/*.owl-nav {
height: 0;
margin: 0;
}


.owl-carousel .owl-nav .owl-prev:before {
font-family: "FontAwesome";
content: "\f104";
font-size: 4rem;
position: absolute;
top: 0px;
left: 26px;
color: #fff;
z-index: 5;
bottom: 0;
height: 53px;
margin: auto;
}

.owl-carousel .owl-nav .owl-next:after {
font-family: "FontAwesome";
content: "\f105";
color:#fff;
font-size: 4rem;
position: absolute;
top: 0px;
bottom: 0;
right: 10px;
height: 53px;
margin: auto;
z-index: 5;
}*/

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.owl-nav {
    height: 0;
    margin: 0;
    width: 97.8%;
    position: absolute;
    top: 200px;
    left: 30px;
    z-index: 2;
}

section#other-shows .owl-nav {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 0;
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 4rem;
    position: static;
    top: 0px;
    left: 26px;
    color: #fff;
    z-index: 5;
    bottom: 0;
    height: 53px;
    margin: auto;
    padding: 0 5px;
}

.owl-carousel .owl-nav .owl-next:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    font-size: 4rem;
    position: static;
    top: 0px;
    bottom: 0;
    right: 10px;
    height: 53px;
    margin: auto;
    z-index: 5;
    padding: 0 5px;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:after {
    background: rgb(0 0 0 / 15%);
    transition: 0.5s;
}

button.owl-next {
    float: right;
}

/** popular-event sec ends**/

.small-desp {
    display: none;
}

.popular-event .owl-item:hover .small-desp {
    display: block;
    /*padding: 10px 20px;*/
}

.popular-event .owl-item {
    transition: transform 0.2s; /* Animation */
}

.popular-event .owl-item:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 10;
    margin-top: -105px;
    box-shadow: 0px 0px 10px #848484;
    border-radius: 10px;
}

section.event-carousel:hover {
    z-index: 5;
    position: relative;
}

iframe.inner-video {
    display: none;
}

.event-carousel .owl-item:hover iframe.inner-video {
    display: block;
    height: 211px;
}

.event-carousel .owl-item:hover .video-box img {
    display: none;
}

.event-carousel .owl-carousel .owl-stage-outer {
    padding: 150px 0 100px 15px;
    margin-top: -140px;
    height: auto;
    /*height: 485px;*/
}

.small-desp h3 {
    font-size: 25px;
    margin: 0;
    font-weight: 900;
}

.small-desp h3 a {
    text-decoration: none;
    color: #000;
}

.small-desp ul li {
    list-style: none;
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 28px;
    display: block;
    float: left;
    width: 100%;
}

.small-desp ul li a {
    color: #000;
    text-decoration: none;
    /* font-family: 'Raleway', sans-serif;
    text-transform: uppercase;*/
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 33px;
}

.small-desp ul li a span {
    background: #b9b9b9;
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 0px;
    line-height: 26px;
}

.small-desp ul li a span img {
    width: 13px !important;
    display: inline-block !important;
}

.small-desp {
    padding: 20px;
}

/*section#popular-event , section#popular-recent-add , section#popular-musical{
box-shadow: 0px 0px 20px #afafaf;
padding: 40px 0 0;
}
*/

.custom-popup .modal-header {
    padding: 15px 25px;
    display: block;
}

.custom-popup .place-time h6 {
    font-size: 20px;
    margin: 5px 0;
}

.custom-popup .place-time p {
    font-size: 16px;
    color: #787878;
    margin-bottom: 10px;
    font-weight: 700;
    /*font-family: 'Raleway', sans-serif;*/
}

.custom-popup .modal-header h4 {
    font-size: 28px;
    float: left;
    width: 100%;
}

.custom-popup .modal-body {
    padding: 18px 25px 25px 25px;
}

.custom-popup .modal-body p {
    color: #2b2b2b;
    line-height: 25px;
}

.custom-popup .modal-content img {
    width: 100%;
    /* float: left; */
    border-radius: 5px 5px 0 0;
    max-height: 376px;
    object-fit: fill;
    object-position: top;
    min-height: 376px;
}
span.banner-credit {
    font-size: 12px;
    float: right;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    bottom: -15px;
}
.custom-popup button.close {
    position: absolute;
    right: -20px;
    top: -18px;
    color: #fff;
    background: #1b2e4a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
}

.custom-popup button.close span {
    margin: -3px 0 0 1px !important;
    display: block;
    padding: 0;
    text-shadow: none;
    font-size: 30px;
}

.all-tickets h4.event-dates {
    color: #bababa;
    font-weight: 700;
    margin: 6px 0 0 0;
    font-family: "Raleway", sans-serif;
}

.all-tickets h4.venue-name {
    color: #828282;
    font-weight: 900;
    margin: 0;
    font-family: "Raleway", sans-serif;
}

/** footer **/
footer {
    float: left;
    width: 100%;
}

section#follow {
    text-align: center;
    margin-bottom: 70px;
    z-index: 0;
}

section#follow ul {
    margin-top: 20px;
    padding: 0;
}

section#follow ul li {
    list-style: none;
    display: inline-block;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 0px;
    margin: 0 5px;
    text-align: center;
}

section#follow ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    display: block;
}
section#follow ul li a img.threads-logo {
    position: relative;
    top: -3px;
}

section#follow ul li:first-child a {
    /* font-size: 32px;*/
}

section#follow ul li a:hover i, section#follow ul li a:hover svg {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    color: #fff;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

section#join-us {
    padding: 50px;
    margin: 0;
    background: #030b14;
}

.join-us h5 {
    font-size: 25px;
    color: #fff;
    text-align: right;
    margin: 0;
    line-height: 50px;
}

.email-sec {
    width: 100%;
    float: left;
}

.email-sec input[type="text"] {
    width: 100%;
    max-width: 500px;
    float: left;
    height: 50px;
    padding: 0 14px;
}

.email-sec button {
    float: left;
    width: 100%;
    max-width: 150px;
    text-transform: uppercase;
    border: none;
    background: #8f969b;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.footer-list ul {
    margin-bottom: 10px;
}

footer {
    background: url(../images/footer-bg.jpg);
    background-repeat: repeat;
    padding: 80px 0 0;
    position: relative;
    /*z-index: 0;*/
}

.ticket.offer-tik {
    height: 81px;
    padding: 14px 18px;
    margin-bottom: 30px;
}

.footer-list h6 {
    /*color: #0b63a2;*/
    color: #fff;
    /*font-family: arial;*/
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

.footer-list ul li {
    list-style: none;
    margin-bottom: 5px;
}

.footer-list ul li a {
    color: #dcd9d9;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}

.social-list-box {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.social-list-box ul {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    margin-top: 24px;
}

.social-list-box ul li {
    float: left;
    margin-right: 15px;
    width: 14%;
    margin-bottom: 6px;
}

.social-list-box ul li a:hover i, .social-list-box ul li a:hover svg {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    color: #f9b100;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    color: #fff;
}

.footer-list ul li a i {
    font-size: 55px;
}
.social-list-box.footer-list ul li a img.threads-logo {
    height: 55px;
}

.footer-bottom p {
    color: #fff;
    line-height: 50px;
    font-family: "Raleway", sans-serif;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom li {
    float: left;
    list-style: none;
    line-height: 50px;
    margin-right: 10px;
}

.footer-bottom li a {
    color: #fff;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    font-family: "Raleway", sans-serif;
}

.footer-bottom li:last-child {
    margin-right: 0;
}

.footer-bottom li:last-child a {
    border: none;
}

.footer-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #1f1f1f;
    padding: 20px 0;
}

/** footer ends**/

/* ==============================
$-Styles
============================== */
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 18.9375em;
}
.search input[type="submit"] {
    vertical-align: middle;
    width: 1.375em;
    height: 1.375em;
    border: none;
    outline: none;
    background: none;
    transition: opacity 100ms ease-in-out;
}
.search input[type="submit"]:hover {
    opacity: 0.5;
}
.search input[type="text"] {
    width: 14em;
    height: 2.5em;
    padding: 0 0.375em;
    border: none;
    border-bottom: 1px solid #999;
    margin-left: 0.1875em;
    background: inherit;
    transition: border-color 100ms ease-in-out;
}
.search input[type="text"]:focus {
    border-bottom-color: inherit;
    outline: none;
}

.search-slide {
    width: 0;
    height: 2.5em;
    overflow: hidden;
}

.search-close {
    width: 1.375em;
    height: 1.375em;
    text-align: center;
    cursor: pointer;
    transition: opacity 100ms ease-in-out;
}
.search-close:hover {
    opacity: 0.5;
}

.main-nav.fixed-header .search-wrap {
    right: 0;
    top: 18px;
    transition: 0.5s;
}

/************************************/
.search-wrap {
    max-width: 85.375rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 47px;
    width: 73%;
}

.image-as-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.screen-reader-text {
    height: auto;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    height: auto;
    width: auto;
    background-color: #000000;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    left: 0.3125rem;
    line-height: normal;
    padding: 0.9375rem 1.4375rem 0.875rem;
    text-decoration: none;
    top: 0.3125rem;
    z-index: 100000;
}

.search-form {
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
    margin: 0;
}

.search-field,
.search-submit {
    height: 3.75rem;
}

.search-field {
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 25px;
    font-weight: 300;
    opacity: 0;
    padding-right: 3.75rem;
    width: 50px;
    z-index: 10;
    padding: 5px 20px;
    top: 5px;
}
.search-field:focus {
    cursor: text;
    opacity: 1;
    outline: none;
    width: 100%;
    z-index: 1;
}
.search-field:focus:hover ~ .search-submit .fa-search {
    color: #ffffff;
}
.search-field:hover ~ .search-submit .fa-search {
    color: white;
}

.search-submit {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: none;
    float: right;
    position: relative;
    width: 3.75rem;
    z-index: 2;
}
.search-submit:hover .fa-search {
    color: white;
}

.fa-search {
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    font-size: 30px;
}

div#divShowHide .fa-search {
    transition: all 0.2s ease-in-out;
    color: #000;
    font-size: 30px;
}

section.event-carousel {
    height: 312px;
    margin-bottom: 70px;
}

section.event-carousel h2 {
    position: relative;
    margin-top: 30px;
    z-index: 0;
    font-size: 30px;
    padding-top: 20px;
}

body.home section.event-carousel h2, body.home section#news-sec h2 {
    text-transform: uppercase;
}

.toggle-btn span,
.toggle-btn span:before,
.toggle-btn span:after {
    width: 9px;
    height: 9px;
}

section#follow h5 {
    font-size: 40px;
}

.place-time h6 {
    font-size: 16px;
    margin: 5px 0;
}

.place-time h6 a {
    color: #515151;
    text-decoration: none;
}

.place-time p {
    font-size: 16px;
    color: #777575;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.mobile_nav_close a:hover {
    color: #fff;
}

/**new search**/

div#btnShowHide {
    position: absolute;
    right: 40px;
    top: 63px;
}

.fixed-header div#btnShowHide {
    position: absolute;
    right: 40px;
    top: 33px;
}

.mobile_search_box {
    position: fixed;
    background: #000;
    width: 100%;
    top: 0px;
    z-index: 999;
    left: 0;
}

.mobile_nav_close {
    margin: auto;
    color: #fff;
    font-size: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 21px;
    left: 11px;
}

.mobile_search_box .search_txt_head {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0 5px 0 !important;
    font-size: 29px;
    color: #fff;
}
.mobile_search_box .search_window {
    background-color: #fff;
    height: 100vh;
    padding: 0px;
    overflow-y: scroll;
    position: relative;
}
.search_window .input_span {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-left: 10px;
}

.ser_input {
    border: 0;
    height: 46px;
    margin: 13px 0 0 25px;
    width: calc(100% - 70px);
    font-size: 14px;
    color: #000;
    padding: 0 10px;
}

input#mob-sticky-input:focus {
    border: none;
    outline: navajowhite;
}
/**new search ends**/

.main-nav li.nav-item:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

section#hotel-sec {
    margin-top: 60px;
}

.ht {
    position: relative;
    height: 157px;
    overflow: hidden;
}

.ht a {
    float: left;
    width: 100%;
    display: block;
    height: 154px;
}

.ht img {
    width: 100%;
    margin: -123px 0 0 0;
}

.ht:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 42%);
    z-index: 0;
    position: absolute;
}

.ht h4 {
    position: absolute;
    font-size: 25px;
    text-align: center;
    width: 90%;
    color: #fff;
    bottom: 0;
    margin: auto;
    overflow-wrap: break-word;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    top: 60%;
}

section#hotel-sec {
    margin: 0;
}

.hotel-sec .row > div {
    margin: 0;
    padding: 0;
}

/**new search **/

.search-wrapper {
    position: absolute;
    top: 30px;
    right: 0;
    transform: translate(0%, 0%);
    width: 80%;
}

.search-box {
    width: 100%;
    height: 100px;
    position: relative;
}

.input {
    position: absolute;
    top: 20px;
    right: 50px;
    box-sizing: border-box;
    width: 0px;
    height: 63px;
    padding: 0 20px;
    outline: none;
    font-size: 18px;
    border-radius: 50px;
    color: #29313a;
    border: none;
    transition: all 0.8s ease;
    background: transparent;
    font-family: "Raleway", sans-serif;
}

.main-nav.fixed-header .input {
    height: 56px;
}

.fixed-header .se-btn {
    right: 0;
    top: 0;
}

.fixed-header .input {
    top: 7px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.se-btn {
    position: absolute;
    width: 80px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    right: 0;
    top: 11px;
    cursor: pointer;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    /*transition: all 0.8s ease;*/
    padding: 0px;
    text-align: center;
}

.input.active {
    width: 100%;
    right: 75px;
    background: #fff;
}

.btn.animate {
    transform: rotate(-360deg);
    right: 100px;
}

.fixed-header .search-wrapper {
    top: 0;
}

.search-wrapper.active2 {
    z-index: 9999;
}

/** Event page Css **/
section#event-sec {
    margin-bottom: 30px;
}

.event-tab {
    padding: 30px 0;
    min-height: 280px;
}
.tab-content {
    padding: 10px;
}
@media (max-width: 767px) {
    .news-detail-sub-list {
        display: block;
    }
    .news-detail-sub-list .col-md-8 {
        padding-top: 10px;
    }
    body.venue_listing section#page-switch a {
        width: 32% !important;
        margin-right: 0 !important;
    }
    span.banner-credit {
        bottom: 0px;
        font-size: 10px;
        margin-bottom: 2px;
    }
    section#page-switch .container {
        padding: 0px;
    }
    .rating-stars {
        text-align: center;
        margin-bottom: 20px;
    }
    .news-detail iframe {
        max-height: 230px;
    }
    section#page-switch {
        margin-bottom: 20px;
    }
    section#page-switch a {
        width: 48%;
        margin-right: 2%;
        font-size: 13px;
        margin-bottom: 2%;
        min-width: auto;
    }
    section#page-switch a.date-switch-btn {
        font-size: 1.1rem;
        font-weight: 700;
    }
    section#page-switch a:last-child {
        margin-right: 2% !important;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown,
    .event-tab .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown::after,
    .event-tab .nav-tabs-dropdown::after {
        content: "☰";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown.open a,
    .event-tab .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown.open > li.active > a,
    .event-tab .nav-tabs-dropdown.open > li.active > a {
        background-color: #eeeeee;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown li,
    .event-tab .nav-tabs-dropdown li {
        display: block;
        padding: 0;
        vertical-align: bottom;
        width: 100%;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown > li > a,
    .event-tab .nav-tabs-dropdown > li > a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        border-color: transparent;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown > li > a:focus,
    .event-tab .nav-tabs-dropdown > li > a:focus,
    .event-tab .nav-tabs.nav-tabs-dropdown > li > a:hover,
    .event-tab .nav-tabs-dropdown > li > a:hover,
    .event-tab .nav-tabs.nav-tabs-dropdown > li > a:active,
    .event-tab .nav-tabs-dropdown > li > a:active {
        border-color: transparent;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown > li.active > a,
    .event-tab .nav-tabs-dropdown > li.active > a {
        display: block;
        border-color: transparent;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .event-tab .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
    .event-tab .nav-tabs-dropdown > li.active > a:focus,
    .event-tab .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
    .event-tab .nav-tabs-dropdown > li.active > a:hover,
    .event-tab .nav-tabs.nav-tabs-dropdown > li.active > a:active,
    .event-tab .nav-tabs-dropdown > li.active > a:active {
        border-color: transparent;
    }

    .filter-dropdown .dropdown-menu li a.apply-btn {
        display: block !important;
    }

    .filter-dropdown {
        width: 50%;
    }
}

.event h1 {
    font-size: 35px;
}

.event p {
    color: #000;
    line-height: 30px;
}

.price-detail {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.price-detail h3 {
    font-size: 20px;
    color: #bdbdbd;
}

.event-tab .nav-tabs {
    border: none;
}

.event-tab ul li {
    margin-right: 30px;
}

.event-tab ul li a {
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.event-tab ul li a.active {
    border-bottom: 5px solid #000;
}

.event-tab .tab-content {
    padding: 10px 0;
}

.all-tickets {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.show-timing {
    margin-top: 30px;
}

.all-tickets h4 {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}

.well h3 {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 0;
    margin: 0;
}

.ticket {
    /*   background: url(../images/ticket-bg.png) no-repeat 0 0;
background-size: 100% auto;
height: 136px;*/
    padding: 7px 35px;
    /*margin-bottom: 20px;*/
}

/*.ticket.offer-tik {
background: url(../images/offer-bg.png) no-repeat 0 0;
background-size: 100% auto;
height: 136px;
padding: 22px 30px;
margin-bottom: 30px;
}*/

/*.ticket:hover {
background: url(../images/selected-ticket-bg.png) no-repeat 0 0;
background-size: 100% auto;
padding: 22px 30px;
cursor: pointer;
}*/

.ticket.active {
    /*background: url(../images/selected-ticket-bg.png) no-repeat 0 0;
background-size: 100% auto;
padding: 22px 30px;*/
    cursor: pointer;
}

.ticket h5 {
    font-size: 16px;
    text-transform: capitalize;
    color: #828282;
    float: left;
    width: 100%;
    position: relative;
    padding-right: 25%;
}

.ticket.offer-tik h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #e03231;
}

.ticket a {
    font-size: 18px;
    color: #bababa;
    text-decoration: none;
}

.ticket a:hover {
    color: #ffbc00;
}

.slide {
    margin: 0;
    padding: 0;
}

.pull-me {
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 50;
}

.pull-me.read-more {
    padding: 0;
}

.pull-me p {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 800;
}

.book-show {
    border: 2px solid #dbdbdb;
    padding: 10px;
    height: 100%;
}

.book-show img {
    width: 100%;
    min-height: 180px;
}

section#shows .book-show img {
    width: 100%;
    min-height: 180px;
    object-fit: fill;
    object-position: top;
    max-height: 157px;
}

.book-show h5 {
    color: 7b7b7b;
    margin: 0;
}

.book-show a {
    color: #d0d0d0;
    font-size: 25px;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.book-show a:hover {
    color: #d0d0d0;
}

.rate-show {
    float: left;
    width: 100%;
    border: 2px solid #dbdbdb;
    margin-top: 0;
    padding: 35px 20px 0 20px;
    display: block;
    text-align: center;
    height: 100%;
}

.rate-show h3 {
    font-size: 35px;
    padding: 0;
    line-height: 60px;
    margin: 0 5px;
}

.rate-show h5 {
    width: 35%;
    margin: 0;
    line-height: 53px;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 50px;
    justify-content: space-around;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
    float: right;
    height: auto;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    margin: 0;
}

.star-rating :checked ~ label {
    color: #858585;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #858585;
}

.all-head h4 {
    font-size: 35px;
    text-transform: capitalize;
    margin: 0;
}

.all-head h5 {
    color: #d0d0d0;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0;
}

.all-head {
    margin-bottom: 10px;
}

.all-head h3 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
}
.review a {
    color: #000;
}
.review p {
    margin: 0 0 10px;
    line-height: 30px;
    color: #000;
}

.review .rate-show h5 {
    width: auto;
    margin: 0;
    line-height: 30px;
}

.review .star-rating {
    font-size: 35px;
    width: auto;
    margin-left: 20px;
    float: right;
    height: 35px;
}
button.btn.btn-dark.more-event-by-day {
    font-weight: 700;
}
.review .rate-show {
    float: left;
    width: 100%;
    border: none;
    margin: 10px 0px 30px 0px;
    padding: 10px 0;
    display: flex;
    min-height: inherit;
    height: auto;
}

.review .star-rating label {
    color: #ccc;
    cursor: pointer;
    margin: -12px 0 0 0;
}

section#other-shows section.event-carousel:before {
    content: none;
}

/**other shows**/

#other-shows div#carousel {
    position: relative;
}

#other-shows .owl-nav button {
    position: absolute;
    top: calc(50% - 20%);
    background-color: #000;
    color: #000;
    margin-top: 0%;
    transition: all 0.3s ease-in-out;
    transform: translate(0, -50%);
}

#other-shows .owl-nav button.owl-prev {
    left: 0;
}
#other-shows .owl-nav button.owl-next {
    right: 0;
}

#other-shows .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
}
#other-shows .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
#other-shows .owl-dots button.owl-dot.active {
    background-color: #000;
}
#other-shows .owl-dots button.owl-dot:focus {
    outline: none;
}
#other-shows .owl-nav button {
    position: absolute;
    /*top: 50%;
transform: translateY(-50%);*/
    background: none;
}

#other-shows .owl-next span {
    font-size: 140px;
    position: relative;
    /*top: -70px;
right: -47px;*/
}

#other-shows .owl-prev span {
    font-size: 140px;
    position: relative;
    /*top: -70px;
left: -47px;*/
}

#other-shows .owl-nav button:focus {
    outline: none;
}

/*#other-shows .owl-slider {
margin: 0 50px;
}*/

#other-shows .owl-carousel .owl-nav .owl-prev:before {
    content: none;
}

#other-shows .owl-carousel .owl-nav .owl-next:after {
    content: none;
}

#other-shows h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

section#other-shows {
    margin: 0 0 40px;
}

.show-detail {
    text-align: center;
    padding: 20px 0;
}

.show-detail h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.show-detail h5 {
    color: #7b7b7b;
    font-size: 18px;
    text-transform: capitalize;
}
#other-shows .show-detail h5 {
    font-size: 13px;
}
.show-detail h6 {
    color: #d0d0d0;
    font-size: 16px;
    text-transform: capitalize;
}
body.listing .show-detail h6 {
    color: #918d8d;
}

.popular-event2 .owl-item:hover .small-desp {
    display: block;
}

.popular-event2 .owl-item {
    transition: transform 0.2s; /* Animation */
}

.popular-event2 .owl-item:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 10;
    margin-top: -105px;
    box-shadow: 0px 0px 10px #848484;
    border-radius: 10px;
}

iframe.inner-video {
    display: none;
}

#popular-event2 .popular-event .owl-item:hover iframe.inner-video {
    display: block;
    height: 135px;
}

#popular-event2 .popular-event .owl-item:hover .video-box img {
    display: none;
}

#popular-event2 .owl-carousel .owl-stage-outer {
    padding: 150px 0 0px 0px;
    margin-top: -140px;
    height: 450px;
}

section#popular-event2 {
    height: 230px;
    margin-bottom: 60px;
}

section#popular-event2 h2 {
    position: relative;
    margin-top: 30px;
    z-index: 0;
    font-size: 35px;
    text-transform: capitalize;
}

section#popular-event2 .popular-event .card {
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.map-view {
    margin-top: 30px;
}

.map-left h4 {
    font-size: 30px;
}

.map-view img {
    width: 100%;
}

.rest-bars ul li {
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    background: #fff url(../images/shadow.png) no-repeat bottom center;
    padding-bottom: 15px;
    height: 179px;
    background-size: 100%;
    overflow: hidden;
}

/*.rest-bars ul li:before {
content: "";
position: absolute;
height: 93%;
width: 100%;
background: rgb(0 0 0 / 40%);
}*/

.rest-bars ul li img {
    width: 100%;
    height: 238px;
}
.rest-bars ul li a {
    width: 100%;
    height: auto;
    display: block;
}
.rest-bars ul li h5 {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0px 3px 0px #000;
}

section#map-sec {
    margin: 40px 0 120px;
}

.box {
    position: absolute;
    width: 400px;
    height: 200px;
}

#popular-event2 {
    z-index: 1;
}

#follow {
    z-index: -1;
}
/** Event page ends Css **/

/** theare deatail **/

.theatre-detail {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    padding: 35px 20px 20px 20px;
    position: relative;
}

.theatre-detail h1 {
    margin-bottom: 30px;
    font-size: 30px;
    position: absolute;
    top: -19px;
    background: #fff;
    padding: 0 10px;
}

.theatre-detail h1 {
    margin-bottom: 30px;
    font-size: 30px;
}
.faq-box .theatre-detail-p {
    height: 522px;
}
.theatre-detail-p {
    height: 478px;
    overflow-y: auto;
}

.theatre-detail-p p {
    color: #000;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}

.theater-img.offer-strip,
.theater-img.comp-strip,
.theater-img.free-strip {
    position: relative;
}

.theater-img img {
    width: 100%;
    height: 100%;
    max-height: 478px;
}

.theatre-detail h4 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 15px;
}
/** theare deatail edns**/

/** price details **/

.lion-ticket img {
    width: 100%;
}

.price-detail h2 {
    margin: 0 0 8px;
}

.lion-ticket-detail h5 {
    font-size: 17px;
    margin-bottom: 20px;
}

.lion-ticket-detail ul li {
    list-style: none;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    color: #000;
    margin-bottom: 20px;
}

.lion-ticket-detail h5 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    margin: 15px 0 22px;
}

section#join-us.ticket-price-sec {
    margin-bottom: 70px;
}

.ticket-price-sec .join-us h5 {
    text-align: left;
    margin: 0;
    line-height: normal;
}

.ticket-price-sec .join-us {
    max-width: 1335px;
    width: 100%;
    margin: 0 auto;
}

/*.filters {
width: 100%;
text-align: left;
float: left;
}*/

.filters {
    width: auto;
    text-align: left;
    float: left;
    border: 3px solid #000;
    margin-right: 20px;
}

/*.filters ul {
list-style: none;
padding: 15px 0;
}*/

.filters ul {
    list-style: none;
    padding: 0;
}

.book-show h4 {
    padding: 15px 0 0 0;
}

.book-show h4 {
    font-size: 30px;
    margin: 0 0 10px;
}

.book-show h5 {
    font-size: 25px;
    margin: 0 0 10px;
    color: #515151;
}

#other-shows h2 {
    padding: 0 50px;
}

.content.grid {
    float: left;
    width: 100%;
}

/*.filters ul li {
display: inline-block;
padding: 8px 0px;
font-size: 22px;
color: #000;
font-weight: 400;
cursor: pointer;
text-transform: capitalize;
margin: 0 15px 0 0;
font-family: 'Raleway', sans-serif;
}*/

.filters ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0;
    font-family: "Raleway", sans-serif;
    width: 215px;
    padding: 0px 20px;
    height: 55px;
    line-height: 55px;
}

.filters ul li:hover {
    color: #a6a6a6;
}

/*.filters ul li.active {
color: #000;
border-bottom: 6px solid #000;
} */

.filters ul li.active {
    color: #000;
    border-bottom: none;
}

.filters .dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.single-content {
    float: left;
    width: 100%;
}

.all-tickets p {
    color: #000;
    font-size: 20px;
    margin: 0 0 30px;
}

.mobile-collapse {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 30px 30px 0 30px;
    margin: 0 0 30px;
}

.well {
    position: relative;
}

.well > h5 {
    background: #fff;
    position: absolute;
    top: -55px;
    left: 0;
    padding: 0 8px;
}

.footer-menu {
    padding-bottom: 40px;
}
/** price details ends**/

/** accordian **/

@media (min-width: 992px) {
    .body {
        padding: 10px;
        display: block !important;
    }
}

.accordion-wrap {
    margin: 0;
    padding: 0;
}

.accordion {
    padding: 20px 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.header {
    padding: 10px;
}

.body {
    padding: 0px;
    display: none;
}

/**accordian ends **/

.custom-popup .small-desp ul li a span {
    background: #b9b9b9;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 6px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.custom-popup .small-desp ul li {
    list-style: none;
    margin: 0 30px 0 0;
    font-size: 14px;
    line-height: 35px;
    display: block;
    float: left;
    width: auto;
}

.custom-popup .modal-body .small-desp {
    display: block;
}

.custom-popup .modal-body .small-desp {
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
}

.custom-popup .small-desp ul li {
    list-style: none;
    margin: 0 30px 0 0;
    font-size: 14px;
    line-height: 30px;
    display: block;
    float: left;
    width: auto;
}

section#join-us.mid-join {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    background: none;
    padding: 0;
}

section#join-us.mid-join .container .join-us {
    background: #030b14;
    padding: 50px 5%;
    width: 100%;
}

section#join-us.mid-join h5 {
    line-height: normal;
    text-align: left;
}

section#join-us.mid-join .email-sec input[type="text"] {
    width: 80%;
    max-width: 870px;
    float: left;
    height: 50px;
    padding: 0 14px;
}

section#join-us.mid-join .email-sec button {
    float: left;
    width: 20%;
    max-width: inherit;
    text-transform: uppercase;
    border: none;
    background: #8f969b;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.filters ul li a#dropdownMenuButton {
    color: #fff;
    text-decoration: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filters ul li a#dropdownMenuButton:before {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
    padding: 0 0 0 9px;
    font-weight: bold;
    font-size: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**new ticket**/
.ticket-main {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    z-index: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.ticket-main:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.ticket-top {
    background: url(../images/top-curve.png) no-repeat top center;
    height: 30px;
    background-size: 100% auto;
    float: left;
    width: 100%;
}

.ticket-mid {
    background: url(../images/mid-line.png) repeat-y top center;
    background-size: 100% auto;
    float: left;
    width: 100%;
}

.ticket-bottom {
    background: url(../images/bottom-curve.png) no-repeat top center;
    height: 32px;
    background-size: 100% auto;
    float: left;
    width: 100%;
}

/**hover ticket**/

/*.ticket-main:hover .ticket-top {
background: url(../images/active-top-curve.png) no-repeat top center;
background-size: 100% auto;
cursor: pointer;
height: 22px;
}

.ticket-main:hover .ticket-mid {
background: url(../images/active-mid-line.png) repeat-y top center;
background-size: 100% auto;
cursor: pointer;
}

.ticket-main:hover .ticket-bottom {
background: url(../images/active-bottom-curve.png) no-repeat top center;
background-size: 100% auto;
cursor: pointer;
}*/

/**active ticket**/

/*.ticket-main.active .ticket-top {
background: url(../images/active-top-curve.png) no-repeat top center;
background-size: 100% auto;
cursor: pointer;
}

.ticket-main.active .ticket-mid {
background: url(../images/active-mid-line.png) repeat-y top center;
background-size: 100% auto;
cursor: pointer;
}

.ticket-main.active .ticket-bottom {
background: url(../images/active-bottom-curve.png) no-repeat top center;
background-size: 100% auto;
cursor: pointer;
}*/

/**offer ticket**/

.show-detail .venue a {
    color: #515151;
    text-decoration: none;
}
iframe#stay22-widget {
    height: 100vh;
    max-height: 490px;
}

section#show-events #ads-box {
    margin-bottom: 60px;
    width: 100%;
}
.ticket-main.offer-tik .ticket-top {
    background: url(../images/select-curve-top.png) no-repeat top center;
    background-size: 100% auto;
    cursor: pointer;
}

.ticket-main.offer-tik .ticket-mid {
    background: url(../images/select-curve-mid.png) repeat-y top center;
    background-size: 100% auto;
    cursor: pointer;
}

.ticket-main.offer-tik .ticket-bottom {
    background: url(../images/select-curve-bottom.png) no-repeat top center;
    background-size: 100% auto;
    cursor: pointer;
}

/**mobile ticket**/
.ticket-main.ticket-mobile .ticket-top {
    background: url(../images/top-curve.png) no-repeat top left;
    background-size: 70% auto;
    float: left;
    width: 100%;
}

.ticket-main.ticket-mobile .ticket-mid {
    background: url(../images/mid-line.png) repeat-y top left;
    background-size: 70% auto;
    float: left;
    width: 100%;
}

.ticket-main.ticket-mobile .ticket-bottom {
    background: url(../images/bottom-curve.png) no-repeat top left;
    height: 25px;
    background-size: 70% auto;
    float: left;
    width: 100%;
}

/**venue css **/
.vanue-list {
    /*position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
bottom: 15%;*/
    /*top: 50%;
transform: translate(0, -50%);
height: 40px;*/
    /*margin-top: 20%;
top: 81%;
transform: translate(0, -78%);*/
}

.vanue-banner {
    height: auto;
    overflow: visible;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.vanue-list h1 {
    color: #fff;
    margin-bottom: 30px;
}

.vanue-list select {
    max-width: 650px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}

body.listing section#ads-box.ads-box {
    padding: 0px;
}

body.listing section#ads-box.ads-box img {
    width: 100%;
}

section#show-events h2, .news-detail #show-events h1 {
    margin: 10px 0 20px 0;
    font-size: 25px;
}

button.buy-btn {
    float: right;
    border: none;
    text-transform: capitalize;
    color: #fff;
    background: #000;
    font-size: 14px;
    height: 25px;
    width: 50px;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
}

section#show-events {
    margin-bottom: 0;
    margin-top: 40px;
    display: block;
}

section#show-events2.show-event-main {
    margin-bottom: 20px;
}

.show-events img {
    width: 100%;
    min-height: 330px;
    max-height: 330px;
    object-fit: fill;
}

.vanue-banner img {
    width: 100%;
}

iframe.carousel-video {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 5;
}

.show-info {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 40vh;
    width: 80%;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    outline: 1px solid #b5b5b5;
    outline-offset: 15px;
    overflow: auto;
}

.carousel-item > img {
    position: relative;
    z-index: 0;
}

.show-info p {
    color: #000;
    margin-bottom: 10px;
    line-height: 25px;
    font-family: "Raleway", sans-serif;
}

.show-info hr {
    width: 140px;
    height: 3px;
    background: #031459;
    display: inline-block;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}
.img-box {
    overflow: hidden;
}
.show-detail ul li {
    display: inline-block;
    margin: 0 5px;
}
.show-detail ul li a.more-info {
    color: #515151;
}
.show-detail ul li a {
    color: #000;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

.show-detail ul li a:hover {
    text-decoration: none;
}

.show-detail ul li a span {
    background: #797979;
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    margin: 0px 6px;
    line-height: 19px;
}

.show-detail ul li a span img {
    width: 12px;
    height: auto;
    min-height: inherit;
}

.show-events {
    margin-bottom: 30px;
    position: relative;
}

section#show-events .container,
section#show-events2 .container,
section#filter-search .container-fluid {
    max-width: 1360px;
    width: 100%;
}

.book-ticket {
    display: none;
}

.book-ticket.fixed-header {
    background: #222;
    padding: 8px 0;
    top: 79px;
    display: block;
    z-index: 5;
}

.book-ticket.fixed-header h3 {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

a.book-btn {
    text-transform: capitalize;
    border: none;
    height: 40px;
    padding: 0 15px;
    cursor: pointer;
    background: #ddd;
    display: inline-block;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    float: right;
    font-family: "Raleway", sans-serif;
}

.vanue-list .filters {
    max-width: 600px;
    text-align: left;
    float: none;
    border: 3px solid #fff;
    margin: 20px auto;
    background: no-repeat;
    width: 100%;
    font-family: "Raleway", sans-serif;
}

.vanue-list .filters ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0;
    font-family: "Raleway", sans-serif;
    padding: 0px 20px;
    height: 55px;
    line-height: 55px;
    width: 100%;
}

.vanue-banner:before {
    content: "";
    background: rgb(0 0 0 / 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.custom-popup .small-desp ul li:first-child a span {
    padding: 1px 0 0 2px;
}

.custom-popup .small-desp ul li:last-child a span {
    padding: 1px 0 0 5px;
}

/*.vanue-banner h1 {
position: absolute;
bottom: 150px;
left: 0;
right: 0;
margin: auto;
text-align: center;
color: #fff;
}*/

/** listing page **/

section#show-events.listing-page.group-listing h2 {
    top: 70px;
}

section#show-events.listing-page h2 {
    display: block;
    padding-bottom: 5px;
    font-size: 25px;
    position: sticky;
    top: 140px;
    background: #fff;
    z-index: 3;
    width: 100%;
    padding: 5px 0;
}

section#show-events2.show-event-main h2 {
    font-size: 25px;
    position: sticky;
    top: 148px;
    background: #fff;
    z-index: 3;
    width: 100%;
    padding: 5px 0;
}
#filter-search .dropdown-menu {
    font-weight: 600;
}
.date-row {
    float: left;
    width: 100%;
}

.modal {
    background: rgb(0 0 0 / 90%);
}

.ticket h5,
.ticket h4 {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: "Raleway", sans-serif;
}

.ticket h5 span.price {
    float: right;
    color: #000;
    font-size: 20px;
    margin-top: -5px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

span.offer-tag {
    position: absolute;
    right: 18px;
    bottom: 20px;
    color: #e20000;
}

.ticket h4 {
    font-size: 30px;
    margin: 0px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

section#filter-search {
    margin-bottom: 20px;
}

/** listing page ends**/

.filters .dropdown-menu {
    overflow: auto;
    max-height: 143px;
}

.filters .dropdown-menu a {
    line-height: 35px;
    padding: 0 16px;
    height: auto;
    white-space: normal;
}

section#ads-box a {
    display: block;
}

.display-data {
    position: relative;
    height: 203px;
    overflow: hidden;
}

.event {
    position: relative;
}

/*.event:before {
content: "";
box-shadow: inset 0 -8rem 5rem -5rem #fff;
position: absolute;
bottom: 0;
height: 80px;
z-index: 50;
width: 100%;
}
*/
.event.data-open:before {
    content: none;
    box-shadow: none;
}

.show-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.show-video iframe {
    /*height: 311px;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

div#datepicker span.input-group-addon {
    position: absolute;
    right: 10px;
    top: 19px;
}

.popup-data {
    height: 100px;
    overflow: auto;
}

.ticket h5 span.price:before {
    content: "From";
    font-size: 16px;
}

.choose-date div#datepicker {
    border: 3px solid #000;
    height: 60px;
    width: 220px;
}

.choose-date input.form-control {
    background: #fff !important;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}

.choose-date {
    float: left;
    margin-right: 20px;
}

.search-result span#featured-list img {
    padding: 0px;
}
button.search-results {
    float: none;
    height: 60px;
    width: 20%;
    border: 3px solid #000;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    line-height: 56px;
    padding: 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.carousel-item {
    /* height: 100vh;*/
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    margin-top: 40px;
}

div#spotify-modal .modal-lg,
div#spotify-modal2 .modal-lg,
div#spotify-modal3 .modal-lg,
div#spotify-modal4 .modal-lg {
    max-width: 1000px;
    width: 100%;
}

div#spotify-modal .modal-lg iframe.carousel-spotify,
div#spotify-modal2 .modal-lg iframe.carousel-spotify,
div#spotify-modal3 .modal-lg iframe.carousel-spotify,
div#spotify-modal4 .modal-lg iframe.carousel-spotify {
    height: 370px;
    width: 100%;
}

.vanue-banner > h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    text-align: center;
    color: #fff;
    top: 58%;
    transform: translate(0, -50%);
}

button.close {
    position: absolute;
    right: -20px;
    top: -18px;
    color: #fff;
    background: #1b2e4a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 40px;
    font-size: 20px;
}

button.close:hover,
button.close:focus {
    opacity: 1 !important;
    color: #fff !important;
}

.show-video-youtube iframe,
.spotify-show iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.show-video-youtube,
.spotify-show {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.show > .row:first-child {
    margin-bottom: 60px;
}

.modal-content {
    border: none;
}

.show-info button.close {
    right: 10px;
    top: 14px;
}

section#filter-search ul li a#dropdownMenuButton {
    color: #000;
}

#book-tkt .filters ul li a#dropdownMenuButton {
    color: #000;
}

/************/

.filter-dropdown .dropdown {
    position: relative;
    padding: 0;
}

.filter-dropdown {
    width: auto;
    text-align: left;
    /*float: left;*/
    border: 3px solid #000;
    margin-right: 1%;
    margin-bottom: 50px;
    width: 16%;
    height: 60px;
}

.filter-dropdown .dropdown > .dropdown-menu li a {
    display: block;
}

.filter-dropdown .dropdown > .dropdown-menu li a:hover {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.filter-dropdown .dropdown button {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    height: 54px;
    background: none;
    line-height: 44px;
    font-weight: 700;
    color: #000;
}

.filter-dropdown .dropdown:hover > .dropdown-menu {
    display: block;
    top: 94%;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 0;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: none;
}

.filter-dropdown > .dropdown > button:before {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
    padding: 0 0 0 9px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-dropdown .dropdown-menu li a label {
    color: #000;
    font-weight: bold;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    display: block;
}

.filter-dropdown .dropdown-menu li a.apply-btn {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #020202;
    color: #fff;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    float: left;
    font-size: 14px;
    display: none;
}

.event-nota-show h3 {
    font-size: 25px;
    padding: 0;
    line-height: 73px;
    margin: 0 5px;
    width: 46%;
    text-align: left;
}

.event-nota-show {
    display: flex;
    height: 80px;
    padding: 0px 17px;
    margin-top: 25px;
}

.vanue-listing .vanue-list {
    /*margin-top: 17%;*/
}

.date-range-box {
    width: 19%;
    text-align: left;
    /*float: left;*/
    border: 3px solid #000;
    margin-right: 1%;
    /* min-width: 270px; */
    height: 60px;
    /*position: relative;*/
    font-weight: 700;
}

.date-range-box input {
    width: 89%;
    height: 54px;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    font-size: 18px;
    float: left;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

.date-range-box input:focus {
    outline: none;
}

.date-range-box:before {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*position: absolute;*/
    right: 6px;
    top: 0;
    height: 56px;
    line-height: 56px;
    float: right;
    margin-right: 7px;
}

.filter-dropdown .dropdown-menu li a.clear {
    /*margin-left: 8px;
background: no-repeat;
color: #000;
border: 1px solid #000;*/
    display: block;
}

/*.content {
float: left;
width: 100%;
margin-top: 40px;
}

.accordion {
padding: 20px 20px;
margin-bottom: 40px;
border: 1px solid #ddd;
float: left;
width: 100%;
}

.rate-show {
margin-top: 0;
padding: 24px 20px 0 20px;
height: 176px;
}
*/

section#filter-search.main-nav {
    position: relative;
    box-shadow: none;
    background: no-repeat;
    height: auto;
}

section#filter-search.fixed-header {
    position: fixed;
    top: 135px;
    background: #fff;
    padding: 15px 0;
    z-index: 5;
    height: 90px;
    margin: 0;
}

.daterangepicker.dropdown-menu.ltr.show-calendar.opensright {
    padding-bottom: 8px;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    min-width: 32px;
    height: 30px;
}

button.applyBtn.btn.btn-sm.btn-success {
    background: #000;
    border-color: #000;
}

button.close.close-info.close-d-m {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background: #1b2e4a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 40px;
    font-size: 20px;
    z-index: 999999999;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 135px;
    background: #fff;
    z-index: 3;
    padding: 10px 0;
    width: 100%;
    left: 0;
}

.sticky .filter-dropdown,
.sticky .date-range-box {
    margin-bottom: 0;
}

section#filter-search.sticky {
    margin-bottom: 0;
    margin-top: 0;
}

button.applyBtn.btn.btn-sm.btn-primary {
    background: #000;
    border-color: #000;
}

section#filter-search {
    top: 70px;
    background: #fff;
    z-index: 4;
    padding: 5px 0px;
    width: 100%;
    left: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.event-filter {
    display: flex;
    float: left;
    width: 100%;
    margin: 0px 0px 40px 0px;
}
.filter-dropdown {
    margin-bottom: 0px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox:checked + label {
    color: #0fcec9;
}

.checkbox__label.custom-check {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: inherit;
    font-size: 13px;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: inline-block;
}

.styled-checkbox:checked + label:before {
    background: #000;
    border: 3px solid #000;
}

.styled-checkbox + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 4px;
    border: 3px solid #eaeaea;
}

.styled-checkbox:checked + label:after {
    content: "";
    background-image: url(../images/correct-symbol.png);
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
}

.filter-dropdown ul.dropdown-menu li {
    float: left;
    width: 100%;
    padding: 8px 7px;
}

.filter-dropdown ul.dropdown-menu li label {
    float: left;
    margin: 0;
}

.custom-check.checkbox {
    float: right;
}

.filter-dropdown ul.dropdown-menu li:last-child {
    position: sticky;
    bottom: 0;
    background: #fff;
}

.filter-dropdown ul.dropdown-menu li:last-child a {
    margin-top: 10px;
}

section#show-events.listing-page h2:before,
section#show-events2.show-event-main h2:before {
    content: "";
    width: 100px;
    background: #fff;
    position: absolute;
    left: -100px;
    z-index: 7;
    top: 0;
    height: 40px;
}

/*21-3-2021 - DATE RANGE PICKER*/
.daterangepicker.dropdown-menu.ltr.show-calendar.opensright {
    min-height: 295px;
    min-width: 620px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 8px 0px;
    z-index: 22;
    border: none;
    border-radius: 0;
}
.daterangepicker .calendar.left,
.daterangepicker .calendar.right {
    width: 50%;
    min-width: 49%;
}
.daterangepicker .daterangepicker_input {
    display: none;
}
.daterangepicker .calendar th {
    font-size: 10px;
    color: #757575;
}
.daterangepicker .calendar tr {
    width: 100%;
    display: table;
}
.daterangepicker .calendar table thead,
.daterangepicker .calendar table tbody {
    display: block;
}
.daterangepicker .calendar td,
.daterangepicker .calendar th {
    border: 0px;
}
.daterangepicker .calendar td,
.daterangepicker .calendar td.off,
.daterangepicker .calendar td.off.in-range,
.daterangepicker .calendar td.off.start-date,
.daterangepicker .calendar td.off.end-date {
    border: 1px solid #e4e7e7;
    border-bottom: none;
    border-radius: 0;
    color: #484848;
    background: #fff;
    font-size: 14px;
}
.daterangepicker .calendar table tbody tr:last-child {
    /*border-bottom: 1px solid #e4e7e7;*/
}
.daterangepicker .calendar td.off.available {
    color: #cacccd;
}
.daterangepicker .calendar td.active,
.daterangepicker .calendar td.active:hover {
    background-color: #000;
}
.daterangepicker .calendar td.in-range {
    background-color: #eee;
    color: #999;
}
.daterangepicker .calendar td.in-range.available {
    background-color: #eee;
    color: #bbb;
    border: 1px solid #ddd;
    border-bottom: none;
}
.daterangepicker .calendar td.active.end-date.in-range.available {
    background-color: #000;
    color: #fff;
}
.daterangepicker .calendar td.in-range.available:hover {
    background-color: #ddd;
}
.daterangepicker .calendar td.start-date,
.daterangepicker .calendar td.end-date,
.daterangepicker .calendar td.start-date.end-date {
    border-radius: 0;
}
.daterangepicker .calendar select.monthselect,
.daterangepicker .calendar select.yearselect {
    width: auto;
    border: none;
    outline: none;
    color: #484848;
    font-size: 18px;
    text-align: center;
}
.daterangepicker .calendar select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.daterangepicker .calendar select::-ms-expand {
    display: none;
}
.daterangepicker .calendar th.prev.available,
.daterangepicker .calendar th.next.available {
    border: 1px solid #e4e7e7;
}
.daterangepicker.ltr .ranges {
    width: 100%;
    padding: 0;
}
.daterangepicker.ltr .ranges .range_inputs {
    display: flex;
}
.daterangepicker.ltr .ranges .range_inputs button {
    width: 100%;
    border-radius: 0;
    margin-right: 10px;
}
.daterangepicker.opensright:before,
.daterangepicker.opensright:after {
    display: none;
}

/*.calender-menu .calender-menu-inner { height: 0px; line-height: 0px; }
.calender-menu .calender-menu-inner .calender-menu-li { height: 0px; line-height: 0px; }*/
.calender-menu .daterangepicker.dropdown-menu.ltr.show-calendar.opensright {
    width: 100%;
    min-width: 100%;
}
.calender-menu .daterangepicker .calendar.left,
.calender-menu .daterangepicker .calendar.right {
    width: 49%;
    margin: 0;
    float: none;
    display: inline-block;
}
.calender-menu .daterangepicker .calendar th,
.calender-menu .daterangepicker .calendar td {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}
.calender-menu .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 5px;
}
.calender-menu .daterangepicker .calendar select.monthselect,
.calender-menu .daterangepicker .calendar select.yearselect {
    font-size: 14px;
}
.calender-menu .daterangepicker.dropdown-menu.ltr.show-calendar.opensright {
    background: #fff !important;
    height: auto;
    top: 0 !important;
    padding: 10px 10px 10px 20px;
    margin: 0;
    min-height: auto;
    display: block !important;
}
/*.fixed-header div#btnShowHide { display: none; }*/
.calender-menu .daterangepicker.ltr .ranges .range_inputs button {
    width: 100%;
    border-radius: 0;
    margin-right: 0px;
}
.calender-menu .daterangepicker .applyBtn {
    margin-right: 10px !important;
}

button.cancelBtn {
    color: #000;
}

.main-nav li.nav-item.calendar .mega-menu {
    width: 100%;
    font-family: "Raleway", sans-serif;
    padding-bottom: 30px;
}

.main-nav li.nav-item.Theatre {
    position: relative;
}

.main-nav li.nav-item.Theatre .mega-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
}

.main-nav li.nav-item.highlight .mega-menu,
.main-nav li.nav-item.venues .mega-menu {
    left: 0;
    right: 0;
}

.main-nav li.nav-item.Offers {
    position: relative;
}
.main-nav li.nav-item.Offers .mega-menu {
    width: 360px;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav li.nav-item.Music .mega-menu {
    max-width: 500px;
}

/*.main-nav li.nav-item.Music .mega-menu .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}*/

.main-nav li.nav-item.Music .mega-menu {
    max-width: 710px;
    right: auto;
    margin: auto;
    width: 100%;
    left: 56%;
    transform: translateX(-50%);
}

.main-nav li.nav-item.Comedy .mega-menu h2 a, .main-nav li.nav-item.Comedy .mega-menu p.h-2 a {
    display: block;
    padding: 0;
}

.main-nav li.nav-item.Comedy .mega-menu .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

.main-nav li.nav-item.Family {
    position: relative;
}
.main-nav li.nav-item.Family .mega-menu {
    width: 485px;
    left: 50%;
    transform: translateX(-50%);
}
.theatre-detail-p span.offer-data {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.theatre-detail-p span.offer-data.offer-date {
    color: #515151;
}

.theatre-detail-p span.offer-data.offer-valid {
    color: #918d8d;
}
.main-nav li.nav-item.Comedy {
    position: relative;
}

.main-nav li.nav-item.Comedy .mega-menu {
    width: 420px;
    left: 50%;
    transform: translateX(-50%);
}

/*.main-nav li.nav-item.Family .mega-menu .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}*/

.main-nav li.nav-item.Sport .mega-menu {
    right: 0;
    left: auto;
}

.main-nav li.nav-item.Attractions .mega-menu {
    right: 0;
    left: auto;
    max-width: 410px;
}

.main-nav li.nav-item.Attractions .mega-menu .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

.main-nav li.nav-item h2 a {
    display: block;
}

.footer-logo h6 {
    color: #ffffff;
    font-family: arial;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.topbar {
    background: rgb(1 2 6 / 88%);
    height: 27px;
    line-height: 27px;
    position: absolute;
    z-index: 6;
    left: 0;
    width: 100%;
}

.pride-logo img {
    max-width: 120px;
    width: 100%;
}

.pride-logo {
    margin: 20px 0 0;
}

.pride-logo a {
    display: block;
}

.m-hotels {
    float: left;
    width: 100%;
}

.m-hotels a {
    float: left;
}

ul.social-bar li {
    list-style: none;
}

.m-hotels a {
    float: left;
}

.topbar a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    /* display: block;
     font-family: 'Raleway', sans-serif; */
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    /*text-align: right;*/
    width: 100%;
}

ul.social-bar {
    margin: 0;
    float: right;
}

ul.social-bar li {
    float: left;
    list-style: none;
    width: auto;
    text-align: right;
}

ul.social-bar li a {
    margin: 0 8px;
    font-size: 18px;
}
.topbar ul.social-bar li a img.threads-logo {
    height: 18px;
    width: auto;
}
.side-dots.nav-item:hover > .dropdown-menu {
    top: 100% !important;
    right: 0;
    left: auto;
}

.whats a {
    /*border-bottom: 1px solid #fff;
    display: inline-block;*/
    padding: 0;
    text-align: left;
    width: auto;
}

.whats {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.whats:before {
    /*content: "...";
    color: #fff;
    position: absolute;
    right: 0;*/
}

.whats span {
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
    text-align: left;
    display: inline-block;
}

.show-events img {
    width: 100%;
    min-height: 265px;
    max-height: 265px;
    object-fit: fill;
}

.listing-page .show-events > img,
.listing-page .show-events a > img {
    min-height: 170px;
    max-height: 170px;
}

.popular-event .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 200px;
    object-fit: fill;
    object-position: top;
}

div#slider .carousel-item {
    overflow: hidden;
    height: 100vh;
}
div#slider .carousel-item img.img-fluid {
    width: 100%;
}

.main-nav li.nav-item.Others {
    position: relative;
}

.main-nav li.nav-item.Others .mega-menu {
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav li.nav-item.News {
    position: relative;
}

.main-nav li.nav-item.News .mega-menu {
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
}

/*.nav-item .nav-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    content: "";
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}*/

.nav-item:hover > a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.custom-popup .modal-body p {
    font-family: "Raleway", sans-serif;
}

.main-nav.fixed-header .mm-logo img {
    width: 200px;
    padding-top: 5px;
    transition: 0.5s;
}

.row.click-footer {
    margin: 40px 70px 0 0px;
}

.device-img img {
    width: 100%;
}

.footer-click h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
}

.footer-click p {
    color: #fff;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    line-height: 27px;
}

.footer-click h5 {
    color: #fff;
    text-transform: uppercase;
}

.footer-click h5 a {
    color: #fff;
}
#agentModal .modal-dialog {
    max-width: 350px;
}

.modal-open .modal.modal-center.show {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}
.modal-open .modal.modal-center .modal-dialog {
    flex-grow: 1;
}

.modal-backdrop.fade.show {
    display: none;
}

.modal-body label {
    font-family: "Raleway", sanfs-serif;
}

div#clickModal button#btnContactUs {
    background: #000000;
    color: #fff;
}

iframe.inner-video {
    min-height: 375px;
}

.mega-menu h2 a:hover, .mega-menu p.h-2 a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/*.main-nav li.nav-item.show .dropdown-menu .calender-menu {
    flex: 0 0 100%;
    max-width: 100%;
}*/

div#clickModal {
    z-index: 0;
}

/*.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 20px;
    background: rgb(0 0 0 / 18%) no-repeat center center;
    background-size: 70% 100%;
    padding: 28px 8px;
}*/

section.event-carousel .container a {
    text-decoration: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 50px;
    background-color: rgb(0 0 0 / 36%);
    background-size: 18px;
}

th.month select {
    background: none;
}

.daterangepicker select {
    background: none;
}

.show-detail ul li a {
    font-size: 18px;
    font-weight: 800;
}

.search-result {
    background: #000;
    padding: 20px 40px 0;
    font-family: "Raleway", sans-serif;
}

.search-result h4 {
    color: #b9b9b9;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0 10px;
}

.search-result ul {
    margin-bottom: 20px;
    min-height: 140px;
}

.search-result ul li {
    line-height: 35px;
    list-style: none;
}

.search-result ul li a {
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 230px;
    overflow: hidden;
    display: block;
}

.search-result h4 {
    color: #b9b9b9;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0 10px;
}

.search-result h5 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 20px;
    display: block;
}

.search-result p {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}

.search-result ul li img {
    width: 100%;
    max-width: inherit;
    max-height: 120px;
    object-fit: revert;
    object-position: bottom;
}

h5.show-all {
    text-align: center;
    margin-bottom: 30px;
}

.top-result.img-sec-box {
    text-align: center;
}

.main-nav.fixed-header .search-result ul li img {
    max-width: 260px;
    width: 100%;
}

.vanue-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    text-align: center;
    color: #fff;
    top: 60%;
    transform: translate(0, -50%);
    z-index: 100;
}

.vanue-main h1 {
    color: #fff;
}

/*div#content {
    overflow: auto;
}*/

.listing.genre_listing .vanue-banner {
    margin-bottom: 40px;
}

.vanue-banner:hover {
    z-index: 2;
}

section#news-sec a:hover {
    text-decoration: none;
}

section#filter-search.fixed-filter {
    position: fixed;
}

.show-detail a:hover {
    text-decoration: none;
}

.book-ticket {
    position: sticky;
    top: 70px;
}

.city_listing .show-events img {
    width: 100%;
    min-height: 186px;
    max-height: 186px;
    object-fit: fill;
}

body.event .theater-inner .offer-strip:before,
.offer-strip > a:before {
    background: rgba(0, 0, 0, 0) url(../images/offer-strip.png) no-repeat scroll
        0 0;
    content: "";
    height: 85px;
    left: -8px;
    position: absolute;
    top: -7px;
    width: 154px;
    z-index: 5;
    background-size: contain;
}
body.event .theater-inner .free-strip:before,
.free-strip > a:before {
    background: rgba(0, 0, 0, 0) url(../images/free-strip.png) no-repeat scroll
        0 0;
    content: "";
    height: 85px;
    left: -8px;
    position: absolute;
    top: -7px;
    width: 154px;
    z-index: 5;
    background-size: contain;
}
body.event .theater-inner .comp-strip:before,
.comp-strip > a:before {
    background: rgba(0, 0, 0, 0) url(../images/comp-strip.png) no-repeat scroll
        0 0;
    content: "";
    height: 85px;
    left: -8px;
    position: absolute;
    top: -7px;
    width: 154px;
    z-index: 5;
    background-size: contain;
}

section#show-events.listing-page .offer-strip:before {
    background: rgba(0, 0, 0, 0) url(../images/offer-strip.png) no-repeat scroll
        0 0;
    content: "";
    height: 85px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 154px;
    z-index: 5;
    background-size: contain;
}
section#show-events.listing-page .free-strip:before {
    background: rgba(0, 0, 0, 0) url(../images/free-strip.png) no-repeat scroll
        0 0;
    content: "";
    height: 85px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 154px;
    z-index: 5;
    background-size: contain;
}
section#show-events.listing-page .comp-strip:before {
    background: rgba(0, 0, 0, 0) url(../images/comp-strip.png) no-repeat scroll
        0 0;
    content: "";
    height: 85px;
    left: -7px;
    position: absolute;
    top: -7px;
    width: 154px;
    z-index: 5;
    background-size: contain;
}

body.home .coming-up-week .offer-strip:before,
body.home .coming-up-week .comp-strip:before,
body.home .coming-up-week .free-strip:before {
    left: 10px;
}

.coming-up-week .offer-strip:before,
.coming-up-week .comp-strip:before,
.coming-up-week .free-strip:before {
    height: 60px;
    left: -7px;
    top: -4px;
    width: 154px;
}

body.home .offer-strip:before,
body.home .comp-strip:before,
body.home .free-strip:before {
    left: 7px;
}

body.listing section#ads-box.ads-box {
    padding: 0px;
    margin-bottom: 40px;
}

form#filter-form > .container-fluid > div {
    display: inline-block;
    vertical-align: top;
}

/*section.event-carousel > .container > .owl-stage:hover h2 {
    z-index: 2;
    position: relative;
}

section.event-carousel .owl-carousel:hover {
    position: relative;
    z-index: 3;
}

section.event-carousel > .container {
    position: relative;
    z-index: 5;
}*/

/*section.popular-event > .container > h2 {
    position: relative;
    z-index: 5;
}

.owl-carousel .owl-stage:hover {
    z-index: 12;
}

section.popular-event > .owl-carousel .owl-stage-outer:hover .owl-stage{
    z-index: 9;
}*/

.custom-popup .modal-body .small-desp img {
    min-height: inherit;
}

.carousel-item {
    height: 100vh;
}

.review {
    margin-bottom: 60px;
}

span#static p {
    line-height: 23px;
    margin-bottom: 30px;
    color: #000;
}

span#static {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    font-family: "Raleway";
    margin-bottom: 80px;
    padding-top: 50px;
}

.adv-offer p a {
    display: inline-block;
    background: #fabe06;
    padding: 5px 15px;
    color: #000;
    text-decoration: none;
    margin: 8px 0 20px;
}
.adv-offer p a span {
    color: #fff;
}
.adv-offer p a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 8px;
}

.offer-video {
    border: 15px solid #fff;
    box-shadow: 0px 0px 15px #dfdfdf;
}

.offer-video iframe {
    height: 470px;
}

section#event-sec.offer-filter {
    margin: 40px 0;
    float: left;
    width: 100%;
}

.price-detail h3 a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.price-detail h3 a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 2px;
}

section#shows .book-show {
    /*height: 206px;*/
    margin-bottom: 25px;
}

.offer-ban-sec {
    height: 100vh;
    overflow: hidden;
}

section#shows.offer-list .book-show {
    height: 180px;
}

section#shows.offer-list .book-show > .row > div:nth-child(1) a {
    display: block;
    overflow: hidden;
    transition: 0.5s;
}

section#shows.offer-list .book-show > .row > div:nth-child(1) a img {
    transition: 0.5s;
}

section#shows.offer-list .book-show > .row > div:nth-child(1) a:hover img {
    transform: scale(1.5);
}

section#shows.offer-list .book-show img {
    min-height: 125px;
}

section#shows.offer-list .book-show h4 {
    padding: 0;
    font-size: 20px;
}

section#shows.offer-list .book-show a {
    font-size: 18px;
    color: #515151;
}
section#shows.offer-list .book-show h6 {
    font-size: 18px;
    color: #918d8d;
    line-height: 20px;
}

section#event-sec.vanue-listing {
    margin-top: 50px;
    float: left;
    width: 100%;
}
.offer-detail section#event-sec.vanue-listing {
    margin-top: 0px;
}

.price-detail h2 {
    font-size: 25px;
}

.price-detail h2 a {
    color: #000;
    text-decoration: none;
}

.adv-terms h3 {
    font-size: 30px;
}

.lion-ticket-detail.offer-list-li p {
    font-size: 16px;
    line-height: 30px;
}

section.popular-event.event-carousel > div.container {
    position: relative;
    z-index: 5;
}

.show-img img {
    width: 100%;
}

.listing-heading {
    padding: 5px 7px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
}

.show-listing-main > .row {
    margin-left: 0;
    margin-right: 0;
}

.show-listing-main > .row > div {
    padding-left: 0;
    padding-right: 0;
}

.listing-heading h4 {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 30px;
}

.show-listing-main {
    background: #000;
    color: #fff;
    height: 100%;
}

.show-list-item {
    padding: 15px;
}

.show-list-item li {
    list-style: none;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
}

.show-list-item li:hover {
    background: #ccc;
}

.show-list-name {
    text-transform: uppercase;
    color: #fff;
}

.show-list-item {
    padding: 15px 0;
    font-weight: bold;
    color: #b5b5b5;
    overflow: auto;
    height: 29vh;
    font-size: 14px;
}

.show-list-item li p a {
    text-decoration: none;
    color: #fff;
}

.buy-tkt a {
    color: #b5b5b5;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
}
.show-list-item span.show-list-date,
.show-list-item .buy-tkt {
    color: #828282;
}
.buy-tkt {
    text-align: right;
    border: none;
    background: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    float: right;
}

.show-list-item {
    height: 25vh;
    overflow: auto;
    overflow-x: hidden;
}

.show-listing-main.half-list .show-list-item {
    height: 45vh;
    overflow: auto;
}

.show-listing-main.half-list .show-list-item {
    height: 43vh;
    overflow: auto;
}

.owl-slider div#carousel {
    padding: 0 3%;
}

.show-list-item li:hover span.show-list-date,
.show-list-item li:hover span.show-list-name,
.show-list-item li:hover .buy-tkt {
    color: #000;
}

.show-listing-main.half-list .row {
    margin-left: 0;
    margin-right: 0;
}

.show-listing-main.half-list .row > div {
    padding-left: 0;
    padding-right: 0;
}

.show-list-item li p {
    font-size: 14px;
    line-height: 30px;
}

.whats {
    text-align: left;
}
.search-result ul#venues-list li a {
    width: 180px;
}

.coming-up-week {
    border: 3px solid #000;
    padding: 15px 15px 0 15px;
    height: 64vh;
    overflow: auto;
}

.coming-up-week .news-box h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding-top: 5px;
}

.coming-up-week .news-box h5 {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    color: #ababab;
}

.coming-up-week .news-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.whats-new-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 69%;
}

.whats-new-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

ul.navbar-nav li:hover > a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

ul.navbar-nav li.calender:hover > .dropdown-menu .container {
    padding: 0 15px;
}

ul.navbar-nav li:hover > .dropdown-menu .dropdown-menu a {
    padding: 10px 0;
}

.main-nav li.nav-item.calendar .mega-menu .container {
    padding: 0 15px;
}

div#event-list > div > a {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
    width: 100%;
    margin: auto;
    min-height: 40px;
    display: flex;
    justify-content: center;
}

section#show-events .col-lg-4 .show-events,
section#show-events .col-lg-6 .show-events {
    border: 1px solid #ddd;
    padding: 9% 20px 10%;
    height: 90%;
    margin-bottom: 70px;
    position: relative;
}

section#show-events .col-lg-4 .show-events .show-detail ul li span {
    width: 22px !important;
    height: 22px !important;
    line-height: 20px;
    text-align: center;
}

body.listing.new-shows_listing div#event-list .col-lg-4,
body.listing.new-shows_listing div#event-list .col-lg-6 {
    margin-bottom: 0px;
}
.new-shows_listing #show-events .col-lg-6 h4 {
    min-height: inherit;
    font-size: 18px !important;
    align-items: end;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
}

section#show-events .show-events .show-detail ul li span img {
    height: auto;
    text-align: center;
    display: inline-block;
}

section#show-events .col-lg-4 .show-events .show-detail ul,
section#show-events .col-lg-6 .show-events .show-detail ul {
    position: absolute;
    width: 91%;
    bottom: 30px;
    left: 0;
    margin: auto;
    right: 0;
    display: flex;
    justify-content: center;
}
section#show-events .col-lg-4 .show-events .show-detail ul li a {
    font-size: 13px;
    text-transform: uppercase;
}
section#show-events .col-lg-4 .show-events .show-detail ul li,
section#show-events .col-lg-6 .show-events .show-detail ul li {
    width: 33.3%;
    padding: 10px 0px;
    transition: transform 0.2s;
}
section#show-events .col-lg-4 .show-events .show-detail ul li.double-btn {
    width: 66.6%;
}
section#show-events .col-lg-4 .show-events .show-detail ul li:hover,
section#show-events .col-lg-6 .show-events .show-detail ul li:hover {
    transform: scale(1.1);
}
section#show-events .col-md-2-5 .show-events .show-detail ul li {
    width: 48%;
    padding: 5px 0px;
}
section#show-events .col-lg-4 .show-events .show-detail ul li:last-child,
section#show-events .col-lg-6 .show-events .show-detail ul li:last-child {
    text-align: center;
}

section#show-events .show-events .show-detail ul li {
    margin: 0;
    text-transform: uppercase;
}

section#show-events .show-events:hover .show-detail ul li.info {
    color: #515151;
}

section#show-events .show-events .show-detail ul li span {
    margin: 0;
    text-align: center;
}

section#show-events .show-events:hover .show-detail ul li span {
    margin: 0;
}
section#show-events .show-events .show-detail ul li.info {
    background-color: #adadad;
}
section#show-events .show-events .show-detail ul li.info a {
    color: #000;
}

section#show-events .show-events .show-detail ul li.video a {
    color: #5a5a5a;
}
section#show-events .show-events .show-detail ul li.video {
    background: #bebebe;
}
section#show-events .show-events .show-detail ul li.buy-btn {
    background: #000;
}
section#show-events .show-events .show-detail ul li.buy-btn a {
    color: #fff;
}
section#show-events .show-events .show-detail ul li.buy-btn a span {
    background: #fff;
    height: 18px !important;
    width: 18px !important;
    line-height: 16px;
    margin-right: 5px;
}
div#event-list .col-lg-4 {
    margin-bottom: 60px;
}
.rating-stars {
    text-align: right;
    padding-right: 20px;
}

section#show-reviews .review {
    padding: 0px;
}

section#show-reviews .review img {
    max-width: 100%;
}

.row.review-box {
    margin: 0 20px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding-top: 30px;
}

.news-box.offer-strip,
.news-box.comp-strip,
.news-box.free-strip {
    overflow: inherit;
}

/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        #show-events .col-lg-4 h4 {
            min-height: inherit;
            font-size: 20px !important;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
            background: #fff;
            margin: 0 50px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }

    div#event-list .col-lg-4 .offer-strip::before,
    div#event-list .col-lg-4 .comp-strip::before,
    div#event-list .col-lg-4 .free-strip::before {
        left: 13px;
        top: 44px;
    }

    div#slider .carousel-item {
        overflow: hidden;
        height: 100vh;
    }

    .carousel-caption {
        height: auto;
        padding: 30px 0;
    }

    div#main-carousel.event-slide .carousel-item {
        height: 100vh;
    }

    .theatre-detail a {
        color: #000;
    }

    section#show-events .show-events {
        border: 1px solid #ddd;
    }
}
