body{
    font-family: 'Lato','Roboto', sans-serif;
    margin: 0;
    min-height: inherit;
    background-size: 180px;
}
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 400;
    src: url("/static/ufonts.com_futura-medium.ttf");
}
@font-face {
    font-family: 'Futura-light';
    font-style: normal;
    font-weight: 300;
    src: url("/static/ufonts.com_futura-t-light.ttf");
}
@font-face {
    font-family: 'Futura-heavy';
    src: url("/static/ufonts.com_futura-heavy.ttf");
}
/*@font-face {*/
/*    font-family: 'Shrikhand';*/
/*    src: url("/static/Shrikhand-Regular.ttf");*/
/*}*/
.navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    background: 0 0;
    margin-bottom: 0;
}
@media (max-width: 768px){
    .detail_desktop{
       display:none;
   }
    .detail_mobile{
        display:block;
    }
}
@media (max-width: 480px){
.NYE{
    Font-size:9px;
}
}
@media (min-width: 481px){
.NYE{
    Font-size:16px;
}
}

@media (max-width: 480px){
.cancel_title{
        font-size: 24px;
}
}
@media (min-width: 481px){
.cancel_title{
        font-size: 32px;
}
}
@media (min-width: 769px){
    .detail_desktop{
       display:block;
   }
    .detail_mobile{
        display:none;
    }
}
.navbar-custom .navbar-brand {
    font-weight: 700;
    margin-left:5%;
}
.navbar {
  min-height: 30px;
}
@media (min-width: 993px){
.navbar-brand {
  height: 40px;
  padding: 0px;
}
}
@media (max-width: 992px){
.navbar-brand {
  height: 37px;
  padding: 0px;
}
}
@media (max-width: 480px){
.navbar-brand {
  height: 35px;
  padding: 0px;
}
}
@media (min-width: 993px){
    .mobile_footer{
        display:none;
    }
}
@media (max-width: 992px){
    .desk_footer{
        display:none;
    }
}
img:focus, img:hover {
    -webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    filter: brightness(1.1);
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	60% { -webkit-transform: translateY(-10px); }
}
@media (max-width: 1400px){
    .circle_center{
        position:absolute;
        width: 12%;
        height: auto;
        z-index: 10;
        left: 44%;
        margin-top: 35px;
    }
    .arrow {
        position: absolute;
        margin-top: 25px;
        left: 50%;
        margin-left:-20px;
        z-index:10;
        width: 40px;
        height: 40px;
        background-image: url(/static/down1_yellow.webp);
        background-size: contain;
        -webkit-animation: bounce 2s infinite ease-in-out;
        cursor:hand;
        cursor:pointer;
    }
}
@media (max-width: 1400px){
    .cmpny_tagline{
        font-family: 'Shrikhand','Playfair Display', centurygothic, Futura;
        font-size: 40pt;
        margin-top: 65px;
        margin-bottom: 83px;
        text-align: center;
        color: #fff;
        position:relative;
        z-index:6;
        text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
    }
    .title_desc{
        font-family:'futura';
        font-size:23px;
        color:#cacaca
    }
}
@media (min-width: 1400px){
    .cmpny_tagline{
        font-family: 'Shrikhand','Playfair Display', centurygothic, Futura;
        font-size: 40pt;
        margin-top: 130px;
        margin-bottom: 109px;
        text-align: center;
        color: #fff;
        position:relative;
        z-index:6;
        text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
    }
    .title_desc{
        font-family:'futura';
        font-size:17pt;
        color:#cacaca
    }
    .circle_center{
        position:absolute;
        width: 13%;
        height: auto;
        z-index: 10;
        left: 43.5%;
        margin-top: 25px;
    }
    .arrow {
        position: absolute;
        margin-top: 3%;
        left: 50%;
        margin-left:-20px;
        z-index:10;
        width: 40px;
        height: 40px;
        background-image: url(/static/down1_yellow.webp);
        background-size: contain;
        -webkit-animation: bounce 2s infinite ease-in-out;
        cursor:pointer;
        cursor:hand;
    }
}
.card-title{
        position: absolute;
        top: 30%;
        left: 0;
        padding: 25px;
        font-size:31px;
        color: #DEC328;
        font-family: Futura, centurygothic;
        z-index:5;
        text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
}
.scard-title{
        position: absolute;
        bottom: 27%;
        left: 0;
        padding: 25px;
        font-size:50px;
        color: #DEC328;
        font-family: Futura, centurygothic;
        z-index:5;
        text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
}
.card_day,.card_date,.card_venue,.card_offer{
        font-size:18px;
    }
    .card_genre{
        font-size:20px;
    }
.scard_date,.scard_venue,.scard_genre,.scard_name{
        text-align:center;
    }
    .scard_venue{
        font-size:32px;
    }
    .scard_date{
        font-size: 25px;
    }

@media (max-width: 992px){
    .cmpny_tagline {
        font-size: 30pt;
        margin-bottom: 119px;
        margin-top: 75px;
    }
    .title_desc{
        font-family:'futura';
        font-size:18px;
        color:#cacaca
    }
    .card-title{
        font-size:40px;
        bottom: 0%;
        top:auto;
    }
    .scard-title{
        font-size:40px;
    }
    .card_day,.card_date,.card_venue,.card_offer{
        font-size:24px;
    }
    .card_genre{
        font-size:26px;
    }
    .logoplace {
        padding: 10px 10px 10px 10px;
        height: 42px;
    }
    .circle_card{
        display:none;
    }
    .arrow{
        display:none;
    }
}
.city_nav, .city_nav.focus, .city_nav:focus, .city_nav:hover, .city_nav1, .city_nav1.focus, .city_nav1:focus, .city_nav1:hover{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 230px;
    background-color: transparent;
    color:#fff;
    border: 1px solid #e6ebed;
    margin-bottom: 20px;
    margin-top: 10px;
    outline: none;
}
@media (max-width: 480px){
    .cmpny_tagline {
        font-size: 22pt;
        margin-bottom: 74px;
        margin-top: 105px;
    }
    .card-title {
        font-size: 20px;
        bottom: 0%;
        top:auto;
    }
    .scard-title{
        font-size:30px;
        bottom: 0%;
    }
    .card_day,.card_date,.card_venue,.card_offer{
        font-size:15px;
    }
    .card_genre{
        font-size:16px;
    }
    .scard_venue{
        font-size:25px;
    }
    .scard_genre{
        font-size:22px;
    }
    .backimg{
        background: url('/static/hero_image44.webp');
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        overflow-x: visible;
        overflow: visible;
        z-index: 4;
        position: absolute;
        height: 350px;
        width: 100%;
    }
    .__overlay-bottom1 {
        background: rgba(0,0,0,.4);
        position: absolute;
        width: 100%;
        height: 350px;
        top: 0;
        transition: all .5s ease;
        z-index: 5;
    }
    .logoplace {
        padding: 10px 10px 10px 10px;
        height: 40px;
        height: 33px;
    }
    .teamoutings{
        font-size:14px;
    }
    .locator{
        font-size: 12px;
        margin-right: 1px;
    }
    .btn_loc{
        font-size:14px;
    }
    .caret_loc{
    float: right;
    font-size: 8px;
    margin: 5px
    }
    .title_desc{
        font-family:'futura';
        font-size:15px;
        color:#cacaca
    }
}

@media (min-width: 481px){

.teamoutings{
font-size: 20px;
margin-right: 15px;
}

.btn_loc{
    font-size:20px;
}

.locator{
        font-size: 16px;
        margin-right: 5px;
    }

.caret_loc{
    float: right;
    font-size: 10px;
    margin: 6px
}
}

@media (max-width: 400px){
   .cmpny_tagline {
        font-size: 20pt;
        margin-bottom: 75px;
        margin-top: 110px;
    }
}
.prodcont1{
    background: transparent;
    padding: 0px;
    height: 350px;
    overflow: hidden;
}
#fb_desc_name{
    font-weight: 400;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-font-smoothing: antialiased;
    color: #DEC328;
}
.cls_tag{
    position:relative;
    z-index:6;
    margin: 0;
}

.loc{
    padding: 20px;
}
.loc:hover{
    padding: 20px;
    background-color: #078fba;
    cursor: hand;
    cursor: pointer;
    color: #fff;
}
.__overlay-bottom {
    background: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    transition: all .5s ease;
    z-index:4;
}
.btn-primary {
    color: #fff;
    background-color: #d31d16;
    border-color: #d31d16;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c02c39;
    border-color: #c02c39;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}
.btn-primary:active:focus {
  color: #ffffff;
  background-color: #c02c39;
  border-color: #c02c39;
}
@media (max-width: 480px){
.city_slector{
 margin-bottom:60px;
}
}
@media (min-width: 481px){
.city_slector{
 margin-bottom:120px;
}
}
.btn_continue {
    width: auto;
    color: #ffffff;
    background-color: #d31d16;
    border-color: #d31d16;
}
.cls_continue{
  margin-left: 10px;
}
.btn_continue:active:focus {
  color: #ffffff;
  background-color: #c02c39;
  border-color: #c02c39;
}
.btn_apply {
    width: 90%;
    color: #ffffff;
    background-color: #d31d16;
    border-color: #d31d16;
}
.btn_apply:active:focus {
  color: #ffffff;
  background-color: #c02c39;
  border-color: #c02c39;
}
.btn {
    display: inline-block;
    margin: 2px;
    padding: 6px 12px;
    margin: 2px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius:2px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.share{
    float: right;
    margin-right: 5%;
    padding: 5px 8px;
    margin-top: 5px;
    border: 1px solid #fff;
    border-radius: 2px;
}
@media (max-width: 480px){
.share{
    font-size: 12px;
}
}
.ab_rel{
    position:absolute;
}
@media (min-width: 992px){
.ab_rel1{
    position:absolute;
}
}
.footer {
    bottom: 0;
    height: 50px;
    background: #212121;
    width: 100%;
    height: 50px;
    text-align: center;
}
.cls_payment{
  padding-top: 20px;
}
.confirmbtn{
    font-size:18px;
    padding:8px 24px;
    background-color: #d31d16;
    border-color: #d31d16;
    color:#fff;
    cursor:hand;
    cursor:pointer;
}
.reedem{
    font-size:15px;
    padding:6px 12px;
    background-color: #078fba;
    border-color: #078fba;
    color:#fff;
    cursor:hand;
    cursor:pointer;
}
.disable{
    font-size:20px;
    padding:6px 24px;
    color:#666;
    cursor:hand;
    cursor:pointer;
    display:none;
}
.confirmbtn:hover{
    font-size:18px;
    padding:6px 24px;
    background-color: #d31d16;
    border-color: #d31d16;
    color:#fff;
    cursor:hand;
    cursor:pointer;
}
@media (max-width:480px){
.confirmbtn{
    font-size:15px;
    margin-top: 10px;
}
.confirmbtn:hover{
    font-size:15px;
    margin-top: 10px;
}
}
.panel-default{
    border-radius: 0px;
    margin:0;
    border-color: transparent;
}
.input-box-style{
    border-radius: 0px;
}
.modal-body{
      background-color: #e9ebee;
 }
h2,h2,h3,h4,h5{
    font-family: Futura, centurygothic;
}
h1{
    font-size: 80px;
    padding-bottom: 40px;
}
.form-contact{
    margin: 10px;
}
#accordion{
    margin-top: 10px;
}
#accordion>.panel-default>.collapsed {
    border: none;
}
.panel-default>.panel-heading {
    color: #111;
    text-decoration:none;
    border-bottom: 3px solid #dec328;
}
.collapsed{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
button.tick_count:hover {
    background: #078cba;
    color: #fff;
}
button.tick_count:selected{
    background: #078cba;
    color: #fff;
}
button.tick_count:active{
    background: #078cba;
    color: #fff;
}
.tick_count{
    height: 40px;
    min-width: 40px;
    border-radius: 0px;
    color: #282c3f;
    font-size: 1.083em;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    vertical-align: top;
    border: solid 1px #697071;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
nav{
    background-color: transparent;
}
@media (min-width: 993px){
.logoplace{
  padding: 10px 10px 10px 10px;
  height: 48px;
}
}
a>li:hover, a>li:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.list-group-item:last-child{
  border-width: 1px;
  border-radius: 0px;
}
#editicon {
    color: #8a8d8e;
}
#editicon:hover {
    color: #111;
    cursor:pointer;
    cursor:hand;
}
@media (min-width: 481px) and (max-width: 1400px){
.backimg{
    background: url('/static/hero_image44.webp');
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow-x: visible;
    overflow: visible;
    z-index: 4;
    position: absolute;
    height: 460px;
    width: 100%;
}
.__overlay-bottom1 {
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 460px;
    top: 0;
    transition: all .5s ease;
    z-index: 5;
}
}
@media (min-width: 1400px){
.backimg{
    background: url('/static/hero_image44.webp');
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow-x: visible;
    overflow: visible;
    z-index: 4;
    position: absolute;
    height: 550px;
    width: 100%;
}
.__overlay-bottom1 {
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 550px;
    top: 0;
    transition: all .5s ease;
    z-index: 5;
}
}
.payment_page{
  margin-top: 70px;
}
.payment_page1{
  margin-top: 90px;
}
.panel{
    margin-bottom:0px;
}
.payment_mode{
  margin-top: 0px;
    margin-bottom: 0px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.form-design {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media (min-width: 992px){
.add_coupon_card{
    width: 70%;
}
}
@media (max-width: 991px){
.add_coupon_card{
    width: 75%;
}
}
.order-summary{
    padding-left: 20px;
    padding-right: 20px;
    background-clip: padding-box;
    box-sizing: border-box;
    color: #959595;
    background-color: #fff;
}
.tkt_event{
    margin-top: 20px;
    margin-bottom: 0px;
    color: #212121;
    font-size:16px;
}
.tkt_venue{
  margin-top: 5px;
    margin-bottom: 0px;
    color: #666;
    font-size:12px;
}
.tkt_time{
  margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom:35px;
    color: #666;
    border-bottom:1px dotted #ccc;
    font-size:12px;
}
.tkt_vat{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight:normal;
    font-size: 12px;
}
.tkt_vat1{
    font-weight:normal;
    font-size: 12px;
    color: #111;
}
.tkt_baseprice{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color:#111;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #DEC328;
    font-weight: bolder;
    border: none;
}
.reserve1.active, .reserve1.active:focus, .reserve1.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #f55e61;
    font-weight: bolder;
    border: none;
    position: relative;
    text-decoration:none;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}
ul li span {
    float: left;
    width: 75%;
    text-align: left;
    font-size: 10px;
    color: #969696;
}
.tkt-tickets{
    padding-top: 12px;
    color:#111;
    text-align: right;
    font-size: 14px;
    font-weight:normal;
}
.div-tkt-amount{
  margin-top: 0px;
  color:#181818;
  background-color: #DEC328;
}
.final-amount{
  font-weight: normal;
  color: #181818;
  font-size:20px;
}
a:link, a:visited {
    text-decoration: none;
}
.card_summary{
  margin:10px 0px 10px 0px;
}
@media (min-width: 481px){
.coupondd{
    width: 90%;
    margin: 10px;
}
}
@media (max-width: 480px){
    .coupondd{
    width: 90%;
    margin: 10px auto;
}
}
.btn-primary.focus, .btn-primary:focus{
    background-color: #d31d16;
    border-color: #d31d16;
}
.bigtext, .bigtext1, .bigtext2, .bigtext3 {
  overflow: hidden;
}
.expand, .contract, .link, .expand1, .contract1, .expand2, .contract2 {
  cursor: pointer;
  cursor:hand;
  padding: 15px 0px 0px 0px;
  text-align: center;
  color: #555;
}
.hide {
  display: none;
}
.menu-block.active{
    box-shadow: 0 2px 3px rgba(64,64,64,.1);
    display: block;
    -moz-animation: dropDown .3s ease-in;
    -webkit-animation: dropDown .3s ease-in;
    animation: dropDown .3s ease-in;
    border: 1px solid #f5f8f9;
    font-size: 20px;
    float: right;
    margin-right: 5%;
    margin-bottom: 0;
    margin-top: 0;
    font-family: Futura-light, centurygothic;
    padding-top: 8px;
    padding-bottom: 10px;
    width: auto;
    text-align: left;
}
.menu-block{
    position: absolute;
    right: 0;
    top: 60px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 5%;
    list-style: none;
    display:none;
    float: left;
    min-width: 173px;
    border-radius: 4px;
}
.menu__list.visitor li a:hover{
    color:#078FBA;
}
@media (max-width: 992px){
    .city_nav1{
        display:block;
    }
    .city_nav{
        display:none;
    }
}
@media (min-width: 993px){
    .city_nav1{
        display:none;
    }
    .city_nav{
        display:block;
    }
}
.time{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 15px;
    background: rgba(218, 165, 32,0.7);
    padding: 4px 12px;
    border-radius: 3px;
}
.time1{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 15px;
    text-align: right;
    border-radius: 4px;
    padding: 4px 12px;
    background-color: rgba(160,13,13,0.8);
}
@media (max-width: 480px){
.time{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    background: rgba(218, 165, 32,0.7);
    padding: 4px 12px;
    border-radius: 3px;
}
.time1{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    border-radius: 4px;
    padding: 4px 12px;
    background-color: rgba(160,13,13,0.8);
}
}
.red-bar{
        width: 200px;
    height: 1px;
    background: #cacaca;
    opacity:0.5;
    }
.reserve1{
    font-size:18px;
}
.confirm_number{
    font-size:25px;
}
@media (max-width: 480px){
    .reserve1{
        font-size:12px;
    }
    .confirm_number{
    font-size:15px;
    }
    .checking_Artist{
        font-size: 12px;
        margin-top: 10px;
    }
    .ticket_info{
    font-size: 11px;
    color: #cacaca;
}
}








/*
     FILE ARCHIVED ON 13:14:39 Jun 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:35:46 May 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.453
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.038
  esindex: 0.009
  cdx.remote: 106.359
  LoadShardBlock: 1708.403 (3)
  PetaboxLoader3.datanode: 1717.168 (4)
  load_resource: 142.983
  PetaboxLoader3.resolve: 102.814
*/