
/*** CONTENT ***/

/*****************************************************************/

/*
/*** 01. Typography
/*** 02. Global 
/*** 01. Helper Classes
/*** 03. Header
/*** 04. Main
/*** 05. footer
/*** 06. Responsive
/*
/*****************************************************************/
/*
/*/



/*====================================================================*/
/*=========------------------- 01. TYPOGRAPHY  -----------============*/
/*====================================================================*/

/* EMBEDDING AVERTA */
@font-face {
  font-family: 'AvertaBold';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-bold-webfont.woff2") format("woff2"), 
       url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvertaSemiBold';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-semibold-webfont.woff2") format("woff2"), 
       url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvertaRegular';
  src: url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-regular-webfont.woff2") format("woff2"), 
      url("https://media.ticketmaster.co.uk/tm/en-gb/img/static/lib/fonts/averta/averta-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}



/*====================================================================*/
/*=========------------------- 02. GLOBAL ----------------============*/
/*====================================================================*/

 body {
 scroll-behavior: smooth;
  font-family: 'AvertaRegular', helvetica, arial, sans-serif;
  line-height: 30px;
  font-size: 16px;
  overflow-x: hidden;
  color: #1F262D;
}

* {
    margin: 0;
    font-family: 'AvertaRegular', helvetica, arial, sans-serif;
}

/*HEADING*/
 h1,  h2, h3, h4, h5 {
  font-family:'AvertaBold', helvetica, arial, sans-serif;
  line-height: 30px;
}

h1, h2{
  text-transform:uppercase;
}

.h4, h4 {
    font-size: 20px;
    /*font-family: 'AvertaRegular', helvetica, arial, sans-serif;*/
}

.h5, h5 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    margin: 0 0 15px;
}

a{
  color:#024ddf;
  font-weight: 600;
}

hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 2px solid #eee;
}


/* Full width page */
.frame {
  width: 100% !important;
  max-width: 100%;
}
/* TM Mods */
.search-full-input {
  font-weight: normal;
}
.search-button {
  top: 4px;
}
#mainContent {
  padding: 0;
}
#mainContent *:not(.box-sizing) {
  box-sizing: border-box;
}
.page-header {
  border-bottom: medium none;
  margin: 10px 0;
  padding-bottom: 0;
}

/* BUTTONS */
.btn {
font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  white-space: normal;
  margin-bottom: 5px;
  text-shadow: none;
  font-size: 17px !important;
  border-radius: 2px;
  padding: 15px 30px;
  text-transform: capitalize;
}
.btn-blue, .btn-blue:visited, .btn-blue:active {
    background-color: #01ffff;
    color: #262626;
    border: solid 1px #01ffff;
    min-width: 127px;
    width: 160px;
    padding: 20px;
    letter-spacing: 1px;
}
.btn-blue:hover {
  background-color: #121212!important;
  color: #fff!important;
  border: solid 1px #121212;
}
.btn-clear, .btn-clear:visited, .btn-clear:active {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 127px;
  width: 160px;
  padding: 20px;
  letter-spacing: 1px;
}
.btn-clear:hover {
  background-color: #121212;
  border: solid 1px #121212;
  color: #fff;
}
.btn-clear-dark, .btn-clear-dark:visited, .btn-clear-dark:active {
  background-color: transparent;
  color: #0e6bdf;
  border: solid 1px #0e6bdf;
}
.btn-clear-dark:hover {
  background-color: #121212;
  border: solid 1px #121212;
  color: #fff;
}

.btn-clear-dark.btn:active, .btn-clear-dark.btn:focus {
  background-color: #121212;
  box-shadow: none;
  text-decoration: none;
}

.btn-blue, .btn-clear, .btn-clear-dark{
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.btn-showMore, .btn-showMore:visited, .btn-showMore:active,
.btn-readMore, .btn-readMore:visited, .btn-readMore:active {
  background-color: #262626;
  color: #ffffff;
  border: solid 1px #262626;
  min-width: 80px;
  border-radius: 20px;
  font-size: 16px!important;
}
.btn-showMore:hover, .btn-readMore:hover {
  background-color: #01ffff;
  border: solid 1px #01ffff;
  color: #fff;
}
.btn-findTickets, .btn-findTickets:visited, .btn-findTickets:active {
  background-color: #024ddf;
  color: #ffffff;
}
.btn-findTickets:hover {
  background-color: #262626;
  color: #fff;
}
.btn-arrowChange .fas {
    margin-left: 8px;
}
.btn-round{
  border-radius: 25px;
}

.btn:active, .btn:focus{
  outline:none!important;
  color: #fff!important;
}
.btn-default {
    background-color: #ccc!important;
    border-color: #ccc!important;
}

.btn-default:hover{
  background-color: #bbb!important;
    border-color: #bbb!important;
}



.btn-block{
  width: 100%;
  padding: 10px;
}

.ft-button-wrap button {
    margin: 25px 0px;
}

.btn-link {
    font-size: 16px!important;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.btn-close{
     background-color: #01ffff;
    font-size: 18px!important;
    padding: 10px!important;
}

.pdf-buttons {
    padding: 20px 0px 50px 0px;
}

.fa-chevron-down,
.fa-chevron-up,
.fa-external-link-alt{
  font-size: 13px;
  margin-left: 5px;
}


/*BREADCRUMB*/
ul.breadcrumb_menu {
  float: left;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 0px;
}
.breadcrumb_menu li {
  float: left;
  padding: 0 3px;
  list-style-type: none;
}
.breadcrumb_menu li + li:before {
  content: " / ";
  padding: 0px 5px;
}
.breadcrumb_menu li a, .breadcrumb_menu li span{
  color: #fff; 
}


/*POP UP MODE*/
.modal-content{
  padding: 0px 15px;
  border-radius: 2px;
}
.modal-title {
    font-size:140%!important;
    margin-bottom: 0px!important;
}

.modal-header{
  padding:15px 0px;
}

.modal-body .row {
    margin-bottom: 10px;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-header .close span{
  font-size: 40px;
}

.modal-body{
  background-color: #fff;
}

.modal-body h4, .modal-body h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.modal-backdrop.in {
    opacity: .8;
}


/*Swiper Slider*/
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      overflow: hidden; 
      max-width: 460px;
      
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide img{
      width: 100%!important;
    }


    /*G Carousel*/
        .g-scrolling {
            position: relative;
        }
        .g-scrolling .items {
            overflow-x: scroll;
            white-space: nowrap;
            width: 100%;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
    .g-scrolling .items::-webkit-scrollbar { 
      display: none; 
    }
        .jc-right,
        .jc-left {
            width: 36px;
            height: 48px;
            color:#757575;
            margin-bottom: auto;
            margin-top:auto;
            /*box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);*/
            background: #fff;
            /*border-radius: 50%;*/
            cursor: pointer;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index:2;
            opacity: 0.94;

        }
        .jc-right {
            right:-18px;
        }
        .jc-left {
            left:-18px;
        }

        .tickets-nav .jc-left {
            left: -5px;
        }

        .tickets-nav .jc-right{
            right: -5px;
        }

        .jc-right:hover,
        .jc-left:hover{
            opacity: 0.98;
        }
        .jc-right svg,
        .jc-left svg{
            position: absolute;
            left: 0;right: 0;bottom: 0;top: 0;
            margin: auto;
            width: 24px;
            height: 24px;
            fill: #757575;
        }
        .jc-right:hover svg,
        .jc-left:hover svg{
           fill: #121212;
        }
        @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none !important;
          }
        }
        .noselect {
          -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none;
        }


        /*.container { margin: 150px auto; max-width: 640px; }*/
        .g-scrolling .items{
            padding: 5px 0;
            background-color: #fff;
        }
        .g-scrolling .items li {
            display: inline-block; /* notice the comments between inline-block items */
            margin-right: 10px;
            width: auto;
            /*height: 250px;*/
            line-height: 250px;
            /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
            text-align: center;
            text-decoration: none;
        }




/*Accorddion */
.panel-title {
  font-family: inherit;
  font-size: 18px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: normal;

}
.panel-title>a {
  color: inherit;
  display: block;
}

.panel {
  border: none;
  background-color: none;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e250"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #024ddf; /* adjust as needed */
  font-size: 60%;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e252"; 
  /* adjust as needed, taken from bootstrap.css */
}
.panel-default > .panel-heading {
  background-color:#ffffff;
  border-bottom: solid 1px #d1d1d1;
}

      


/*====================================================================*/
/*=========--------------- 03. HELPER CLASSES  -----------============*/
/*====================================================================*/



/*====================================================================*/
/*=========------------------- 04. HEADER ----------------============*/
/*====================================================================*/
.masthead {
  height: 1vh;
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  letter-spacing: 1px;
}

.masthead-wrap {
    position: relative;
    height: 460px;
}

.masthead-text {
  color: #ffffff;
    padding: 50px 15px 100px 15px;
    position: absolute;
    bottom: 0;
}

.masthead-text p a{
  color: #fff;
}


.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 10px;
}
.masthead-text p, .masthead-text span {
  letter-spacing: 0.1em;
  padding: 0px 15px;
}
.masthead-text h1 {
  font-size: 54px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: none;
  line-height: 64px;
}
.masthead-text img{
  margin-bottom: 10px;
}

/* MAIN NAVBAR */
.navbar-header {
     float:none; 
}
.nav-fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 11px 0px #cecece;
    background-color: #fff;
    
} 

.whiteNav {
  max-height: 62px;
  background-color: #ffffff!important;
  background: #ffffff;
  /*overflow: hidden;*/
}
.navbar {
  border-radius: 0;
  margin:0px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar.navbar-default {
  z-index: 11;
  width: 100%;
}
/* Title */
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}
.navbar-nav {
  padding: 0px !important;
  /*margin-left: -40px;*/
  margin: 0px;
  z-index: 99;
  
}

.nav-ticket{
  padding: 15px 10px;
  margin: 6px 0px;
}

/* Link */
.navbar-default .navbar-nav > li > a {
    font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  color: #61737C;
  border-bottom: none;
  margin: 0px;
  padding:20px 12px 15px 12px;
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #17252C;
  border-bottom: 5px solid #17252C;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #17252C;
  border-bottom: 5px solid #17252C;
  background: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #D5D5D5;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
/* Mobile version */
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 11px;
  margin-right: 0px!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #eee;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #262626;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
  }
}
/* Tab section */
.nav-tabs {
  background-color: none;
  border-bottom: none;
  padding: 0 3px;
  margin-bottom: 40px;
}
.tab-content {
  padding: 0px 0px 0px 0px;
}
.nav-tabs > li {
  padding: 0;
  margin-left: -3px;
}
.nav-tabs > li > a {
  font-family:'AvertaSemiBold', helvetica, arial, sans-serif;
  font-size: 16px;
  background: none;
  color: #262626;
  border: solid 1px #d2d2d2;
  text-align: center;
  border-radius: 0;
  padding: 15px 25px;
}
.nav-tabs > li > a:hover {
  background-color: #262626 !important;
  color: #fff !important;
  border: solid 1px #262626;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
  font-family: 'AvertaSemiBold', helvetica, arial, sans-serif;
  background-color: #262626;
  color: #fff;
  border: solid 1px #262626;
  text-align: center;
}

.nav-tabs > li:first-child a{
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 5px!important;
}

.nav-tabs > li:last-child a{
  border-top-right-radius: 5px!important;
  border-bottom-right-radius:4px!important;
}

/* fix!*/
.nav-tabs li a {
    display: block !important;
}


/* COMMON CONTENT CSS */
.white, .grey, .darkGrey {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}

.white h2, .grey h2, .darkGrey h2, .footerBlock h2 {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
  margin-bottom: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.white h2:before, .grey h2:before, .darkGrey h2:before, .footerBlock h2:before {
  content: "";
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 0%;
}
.white h3, .grey h3, .darkGrey h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
/* WHITE SECTION CSS */
.white {
  background: #ffffff;
}
.white h2:before {
  border-bottom: 5px solid #262626;
}

/* GREY SECTION CSS */
.grey {
  background: #eeee;
  color: #262626;
}
.box-shadow {
  -moz-box-shadow: inset 0px 11px 8px -10px #CCC;
  -webkit-box-shadow: inset 0px 11px 8px -10px #CCC;
  box-shadow: inset 0px 11px 8px -10px #CCC;
  
/*    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);*/
}
.box-shadow-2 {
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.grey h2:before {
  border-bottom: 5px solid #262626;
}
/* DARK GREY SECTION CSS */
.darkGrey {
  background: #262626;
  color: #fff;

}
.darkGrey .modal-content{
  color: #414141;
}
.darkGrey h2:before {
  border-bottom: 5px solid #fff;
}
/* DarkGrey Tab Section */
.darkGrey .nav-tabs {
  background-color: none;
  border-bottom: none;
  padding: 0 3px;
  margin-bottom: 40px;
}
.darkGrey .tab-content {
  padding: none;
}
.darkGrey .nav-tabs > li {
  padding: 0;
  margin-left: -3px;
}
.darkGrey .nav-tabs > li > a {
  background-color: none;
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 80px;
  text-align: center;
  border-radius: 0;
}
.darkGrey .nav-tabs > li > a:hover {
  background-color: #ffffff !important;
  color: #262626 !important;
  border: solid 1px #ffffff;
}
.darkGrey .nav-tabs > li.active > a, .darkGrey .nav-tabs > li.active > a:active, .darkGrey .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  color: #262626;
  border: solid 1px #ffffff;
  min-width: 80px;
  text-align: center;
}
.whiteContentBox {
  background: #fff;
  color: #262626;
  padding: 55px 30px 30px 30px;
  min-height: 140px;
}

.whiteContentBox a{
  font-weight: 600;
  margin-top: 30px;
  display: block;
}
ul.artist_menu {
  float: left;
  padding: 0px;
}
.artist_menu li {
  display: inline-block;
    padding: 0 3px;
    list-style-type: none;
    line-height: 55px;
    font-size: 20px;
}
.artist_menu li:before {
  content: " / ";
  margin: 0px 8px 0px 5px;
  color: #c0c0c0;
}

/* cast_menu For Theatre Splashes*/
ul.cast_menu {
  /*float: left;*/
  padding: 0px;
}
.cast_menu li {
    /*display: inline-block;*/
    padding: 0 3px;
    list-style-type: none;
   /* line-height: 55px;*/
    /*font-size: 20px;*/
}
.cast_menu li + li:before {
  /*content: " . ";*/
  margin: 0px 8px 0px 5px;
  color: #c0c0c0;
}

 /*support classes*/
  .margin-t-70{
    margin-top: 70px;
  }

  .margin-t-50{
    margin-top: 50px;
  }

  .margin-t-30{
    margin-top: 30px;
  }

  .margin-b-40{
    margin-bottom: 40px;
  }

  .margin-b-20{
    margin-bottom: 20px;
  }

  .margin-r-40{
    margin-right: 40px;
  }

  .margin-r-25{
    margin-right: 25px;
  }


  .padding-t-70{
      padding-top: 70px;
    }
  .padding-b-70{
    padding-bottom: 70px;
  }

  .padding-t-b-10{
    padding: 10px 0px;
  }

  .padding-15{
    padding: 15px;
  }

  .padding-l-50{
    padding-left: 50px;
  }

  .padding-r-50{
    padding-right: 50px;
  }

  .float-right{
    float: right;
  }

  .float-left{
    float: left;
  }

  .upcase{
    text-transform:uppercase;
  }

  .oFLowHidden{
    overflow: hidden;
  }

  .full-width{
    width: 100%;
  }

  .darkGrey-line-bg{
    background-image: url(../images/light-bg.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px;
  }

  .grey-line-bg{
    background-image: url(../images/dark-bg.png);
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
  }


/*.panel-body {
  background-color: #f5f5f5;
}*/
a.accordion-togggle.collapsed:hover {
  text-decoration: none;
}

.footerBlock h1{
  font-family: inherit;
}
.footerBlock h2{
  margin-bottom: 90px;
}
.footerBlock h2:before {
  border-bottom: 5px solid #fff;
}
.addPadding {
  padding: 10px!important;
}
.noPadding {
  padding: 0px!important;
}

.noPadding-right{
  padding-right: 0px!important;
}
.noPadding-left{
  padding-left: 0px!important;
}

.noMargin{
  margin:0px!important;
}
/* SCROLL TO TOP */
.go_top {
  position: fixed;
  bottom: 9%;
  right: 3%;
  font-size: 200%;
  color: #f92125;
  text-shadow: 0px 0px 5px white;
}
@media screen and (min-width: 768px) {
  .go_top {
    font-size: 300%;
    color: #f92125;
  }
}
.go_top:focus, .go_top:hover {
  color: #941416;
}


/* BACK TO TOP */
   .cd-top {
   display: inline-block;
   height: 40px;
   width: 40px;
   position: fixed;
   bottom: 40px;
   right: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   /* image replacement properties */
   overflow: hidden;
   z-index: 99;
   text-indent: 100%;
   white-space: nowrap;
   background: #01ffff url(../images/cd-top-arrow.svg) no-repeat center 50%;
   opacity: 0;
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   -moz-transition: opacity .3s 0s, visibility 0s .3s;
   transition: opacity .3s 0s, visibility 0s .3s;
   }
   .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   -moz-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
   }
   .cd-top.cd-is-visible {
   /* the button becomes visible */
   visibility: visible;
   opacity: 1;
   }
   .cd-top.cd-fade-out {
   /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
   opacity: .5;
   }
   .no-touch .cd-top:hover {
   background-color: #2cac71;
   opacity: 1;
   }
   @media only screen and (min-width: 768px) {
   .cd-top {
   right: 20px;
   bottom: 40px;
   }
   }
   @media only screen and (min-width: 1024px) {
   .cd-top {
   height: 60px;
   width: 60px;
   right: 30px;
   bottom: 40px;
   }
   }
   /* for above ie 10 and edge 12 */
   @media all and (-ms-high-contrast: none),
   (-ms-high-contrast: active) {
   /* IE10+ CSS styles go here */
   #mainContent {
   min-height: 3000px;
   }
   }
   @supports (-ms-accelerator: true) {
   /* IE Edge 12+ CSS styles go here */
   #mainContent {
   min-height: 3000px;
   }
   }


   /*SWIPER SLIDER*/
   .swiper-pagination-bullet {
      border: 1px solid #fff;
    }

    /* Artist pop-up lightbox */
    .galleryModal {
    display: none;
    position: fixed;
    z-index: 101;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: hsla(0, 0%, 0%, 0.8);
    }
    /* Modal Content */
    .gallery-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px 60px;
    /*width: 90%;*/
    max-width: 900px;
    background: none;
    box-shadow: none;
    border: none;
    }
    /* The Close Button */
    .close {
    color: white;
    position: absolute;
    top: -60px;
    right: 0%;
    font-size: 35px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0px 15px 6px 15px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 1;
    text-shadow: none;
    }
    .close:hover,
    .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
    }
    .tmSlides {
    display: none;
    }

    .tmSlides img{
      width: 100%;
    }
    .cursor {
    cursor: pointer;
    }
    /* Next & previous buttons */
    .prev,
    .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    }
    /* Position the "next button" to the right */
    .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    }
    /* Number text (1/3 etc) */
    .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    }

    .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    }
    .tmThum {
    opacity: 0.6;
    border-radius: 5px;
    }
    .active.tmThum,
    .tmThum:hover {
    opacity: 1;
    border: 2px solid #fff;
    }
    img.hover-shadow {
    transition: 0.3s;
    }
    .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }



/*====================================================================*/
/*=========------------------- 05. MAIN ------------------============*/
/*====================================================================*/
/*Line-Up*/
#poster {
    margin: auto;
    text-align: center;
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
}

#poster img {
    max-width: 700px;
    border: 1px;
    margin: auto;
}

  /*ARTIST*/
  .artists-wrap h3{
    font-size: 16px;
    margin-bottom: 25px;
  }

  /*Artist slider*/

  .artists-wrap .swiper-slide{
    max-width: 349px;
  }
    .slide-overflow-fix {
      overflow: hidden;
      position: relative;
      width: 100%;
      padding-bottom: 30px;
    }

    .slide-overflow-fix .swiper-slide {
      display: block!important;
      text-align: left;
      margin-right: 15px;
    }
    
    .slide-wrap .swiper-button-next, .slide-wrap .swiper-button-prev {
    background: #024ddf;
    color: #fff;
    width: 50px;
    height: 50px;
    box-shadow:2px 4px 14px 2px #5c5c5c;
    }
    .slide-wrap .swiper-button-next{
    right: 0px;
    }
    .slide-wrap .swiper-button-prev{
    left: 0px;
    }
    .slide-wrap .swiper-button-next:before, .slide-wrap .swiper-button-prev:before{
        width: 50px;
        height: 50px;
        margin-top: 17px;
        text-align: center;
        display: block;
    }
    .slide-wrap .swiper-button-next:after, .slide-wrap .swiper-button-prev:after{
    display: none
    }

  /*Artist slide pop up*/
    .galleryModal .next, .galleryModal .prev {
    border: 1px solid #fff;
    padding: 10px 15px;
    }
    .galleryModal .next{
    right: 0px;
    }
    .galleryModal .prev{
    left: 0px;
    }
    ul.popup-thumb {
    text-align: center;
    margin-top: 20px;
    padding:0px;
    }
    ul.popup-thumb li {
    list-style: none;
    width: 8%;
    display: inline-block;
    text-align: center;
    margin: 2px 2px;
    }

    ul.popup-thumb li img{
      width: 100%;
    }


/*Tickets Section*/
.tickets h3{
  font-size: 24px;
}
.tickets-nav{
  overflow: hidden;
}
.tickets-nav .nav{
  margin: 0px;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
}

.tickets-nav li {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  float: none!important;
}

.navbar-default.tickets-nav .navbar-nav> li > a {
  padding: 20px 20px 15px 20px;
  border-bottom: 5px solid #fff;
}
.tickets{
  margin-right:0px;
  margin-left:0px; 
  padding:15px;
}
.tickets h3{
  margin:15px 0px 30px 0px;
}
.find-ticket-items{
  border-top: 2px solid #eee;
  padding: 10px 0px 10px 0px;
  position: relative;
}

.find-ticket-items h4{
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.find-ticket-items p{
  color: #828282;
  font-family: 'AvertaRegular';
  font-weight: normal;
}



.find-ticket-items a{
  color: #262626;
  padding-right: 200px;
  display: block;
}

.find-ticket-items a:hover{
  text-decoration:none;
}


.ft-button-wrap {
    max-width: 175px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    letter-spacing: 1px;

}

/*THE EXPERIENCE*/
.experience .swiper-pagination-bullet-active {
    background: #ffffff;
}

body.modal-open .swiper-wrapper {
  transform: none!important;
  position: unset!important;
}

body.modal-open .modal{
  padding-right: 0px!important;
}
body.modal-open .swiper-wrapper .modal-dialog{
  margin:0px 0px 0px auto;
  height: 100%;
}

body.modal-open .swiper-wrapper .modal-dialog img{
    padding: 0px;
    margin: 0px;
    width: 100%;
}

body.modal-open .swiper-wrapper .modal-header .close {
    margin-top: 0px;
    top: 10px;
    color: inherit;
    left: 0px;
    width: 40px;
    height: 40px;
}

body.modal-open .swiper-wrapper .modal-header .close .fas{
    font-size: 24px;
}

body.modal-open .swiper-wrapper .modal-header .modal-title {
    text-align: center;
    padding-left: 30px;
}


body.modal-open .swiper-wrapper .modal-content{
  height: 100%;
  padding:0px
  }



/*ABOUT / accessibility*/
.about h4, .accessibility h4, .cast h4{
  font-family: "AvertaRegular";
}

.accessibility h3{
  margin-bottom: 10px;
  padding-left: 30px;
}

.accessibility h3 .fas {
    margin-left: -30px;
}

.access-wrap {
    padding: 0px 0px 0px 35px;
    list-style: none;
}

.access-wrap li {
    padding: 5px 0px;
}

.access-wrap a {
    display: block;
    /*margin: 10px 0px;*/
}

/*LOCATION*/
.fest-location h5{
  line-height: 20px;
}
/*Map*/
.map-img {
    border-radius: 50%;
    width: 125px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 14px -3px #b6b6b6;
    margin-right: 30px;
}

.map-txt {
    line-height: 30px;
    font-weight: 600;
    font-size: 18px;
    display: table-cell;
    height: 95px;
    vertical-align: middle;
}

.map-txt a{
  display: block;
  margin-top: 5px;
}

.fest-map .modal-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }


.fest-map .modal-header{
  padding-top: 55px;
}

 .fest-map button.close{
    top: 2px;
    border: 1px solid #fff;
    padding: 0px;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin: auto;
    right: 15px;
 }


.fest-map button.close span {
    height: 50px;
    margin-top: 0px;
    display: block;
}

/*Also Avilable*/
.also-available img{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

/*Geting There*/
.getting-there .panel-body h5{
  text-transform:none;
}

.getting-there .panel-title a{
  font-weight: normal;
}


/*ANNOUNCEMENT*/
/*slider*/
.swiper-pagination-bullet-active {
    background: #262626;
}
.ann-contentBox {
  padding:40px 30px;
}
.ann-contentBox .ann-date{
  color: #737472;
  font-weight: 600;
  margin-bottom: 5px;
}


.ann-contentBox h3{
  font-size: 20px;
  margin-top: 5px;
}

.ann-contentBox p{
  color:#828282; 
}

.ann-contentBox a{
  margin-top: 40px;
}

.teams img {
  border: 1px solid #eee;
}


/*FAQ*/
.faq .panel-title>a {
    color: inherit;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.faq-item {
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #eee;
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
    margin-bottom: 0;
}



/*====================================================================*/
/*=========------------------- 06. FOOTER ----------------============*/
/*====================================================================*/
.footerBlock {
  height: 1vh;
  min-height: 550px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/footer-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 0px;
}

.footerBlock h1{
  font-family: inherit;
}
.footerBlock h2{
  margin-bottom: 90px;
}
.footerBlock h2:before {
  border-bottom: 5px solid #fff;
}


/*====================================================================*/
/*=========------------------- 07. RESPONSIVE ------------============*/
/*====================================================================*/


 /*1200 px*/
    @media (min-width: 1200px){

      .container {
          width: 1140px;
      }

    }

  /*1500 px*/
    @media (min-width: 1500px){

      .container {
          width: 1440px;
      }

    }


    @media only screen and (max-width : 1200px) {

                   
    }


    /*992 px*/
    @media (min-width: 992px){
      .modal-dialog {
        max-width: 800px!important;
      }

      .padding-r-5perc{
        padding-right:5%;
      }
      .padding-l-5perc{
        padding-left:5%;
      }

      /*THE EXPERIENCE*/
        .experience .swiper-slide img{
          margin-left: -45px;
          margin-bottom: -35px;
        }
        .experience .whiteContentBox {
          margin-left: 20px;
        }

        body.modal-open .swiper-wrapper .modal-body{
          padding:40px;
        }
      }

    @media only screen and (max-width : 992px) {
      .white h2, .grey h2, .darkGrey h2, .footerBlock h2 {
            margin-bottom: 20px;
      } 
       /*support classes*/
          .margin-t-55-mob{
            margin-top: 55px!important;
          }

          .margin-b-55-mob{
            margin-bottom: 55px!important;
          }

          .noPadding-mob{
            padding:0px!important;
          }

          .padding-l-r-15-mob{
            padding: 0px 15px;
          }

          .padding-b-70 {
            padding-bottom: 40px;
        }

          .padding-t-70{
            padding-top: 40px;
          }

      /*Nav*/ 
      .navbar-nav>li {
          float: none;
      }
      .tickets-nav .navbar-nav>li {
            float: left;
        }

        .g-scrolling-carousel .items li {
          margin-right: 0px;
        }

       /*.white, .grey, .darkGrey {
            padding-top: 35px;
            padding-bottom: 35px;
        }*/

        .nav-ticket {
            padding: 9px 10px;
            margin: 6px 0px;
        }

        .whiteNav {
            max-height: 50px;
        }

        .navbar-default .navbar-nav > li > a {
          padding: 13px 12px 9px 12px;
        }



        /*Line up*/
        #lineup {
          padding-bottom: 0px;
        }

        /*Artist*/
          .artists-inner {
            white-space: nowrap;
          }
          .artists-inner > div {
              float: none;
              display: inline-block;
              width: 300px;
              margin: -5px -3px;
          }


        /*About / Access*/
        /*.about .aa-img, .accessibility .aa-img{
          max-height: 300px;
          overflow: hidden;
        }
        .about .aa-img img,.accessibility .aa-img img{
          margin-top:-40%;
       } */

        /*Location*/
        .fest-location h5 br{
          display: none;
        }

        .maps .col-md-5{
          text-align: center;
          margin-top: 40px;
        }

        /*.maps .pull-left {
            float: none!important;
        }*/

        p.map-txt {
          display: block;
          margin-top: 10px;
          margin-bottom: 90px;
          text-align: left;
        }

        .also-available p {
            margin-bottom: 20px;
        }

        .fest-location .margin-t-50{
          margin-top:20px;
        }

    }



    /*768px*/
    @media (min-width: 768px){
      .modal-dialog {
          width: auto!important;
      }

      .navbar-nav>li {
          float: none!important; 
      }
    }

    @media only screen and (max-width : 768px) {
        .white h2, .grey h2, .darkGrey h2, .footerBlock h2 {
          margin-bottom: 20px;
        }
        /*header*/
        .masthead-text h1 {
          font-size: 30px;
          margin-bottom: 20px;
          line-height: 40px;
          margin-top: 10px;
        }

          .masthead {
            min-height: 300px;
          }
          .masthead-wrap{
            height: 280px;
          }


          /*Footer*/
          .footerBlock {
            min-height: 200px;
          }

       .masthead-btns .btn{
          width: 140px;
          padding: 15px;
        }

        /*NAV*/
        .whiteNav {
          max-height: 100px;
        }
        .navbar {
          min-height: 47px;
        }
        .navbar-default .navbar-nav > li > a {
          padding: 10px 12px 9px 12px;
        }


        /*Tabs*/
        .nav-tabs > li > a{
          padding:10px;
        }

        /*Extra artist*/
		/*For Theatre Splashes*/
        .artist_menu li {
            line-height: 40px;
            font-size: 18px;
        }
		
		/* cast_menu For Theatre Splashes*/
        .cast_menu li {
            line-height: 40px;
            font-size: 18px;
        }

        .ageText {
          padding-top: 25px;
          padding-bottom: 5px;
        }

        .tickets {
          padding: 10px;
      }

      .find-ticket-items img{
          display: none;
        }

        .find-ticket-items a{
          padding-right: 30px;
        }

        .btn-findTickets-mob {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            text-indent: -9999px;
            background:none;
            max-width: 20px;
            padding: 5px;
          
        }

        .btn-findTickets-mob:after {
            content:"\f054";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 40%;
            text-indent: 9999px;
            color:#0e6bdf;
        }
        .tickets .btn-findTickets:hover {
          background:none;
        }

        .btn-findTickets-mob.disabled{
          font-family: inherit;
          font-weight: normal;
          text-indent: unset;
          background-color: rgba(2, 108, 223, 0.2);
        }

        .btn-findTickets-mob.disabled:after{
          content: none;
        }

        .ft-button-wrap button {
          margin: 0px;
      }
    }




    @media only screen and (max-width : 480px) {

      /*Header*/
      .masthead {
        min-height: 300px;
      }
      .masthead-wrap{
        height: 280px;
      }

      /*Tickets*/
      .find-ticket-items img{
        height: 100%;
        width: 100%;
         float: none;
      }

      /*Footer*/
      .footerBlock {
        min-height: 200px;
      }
    }


    @media only screen and (max-width : 320px) {
      /*Location maps*/

      p.map-txt {
      text-align: center;
    }

    img.pull-left.map-img {
      float: none!important;
    }


    }

