/* url("https://picsum.photos/1200/300"); */
* {
    font-family: "Main";
}

/* MAIN START */
.landcontainer {
    width: 100%;
    background-color: #eeeeee;
    padding: 1px 0;
}

.eventmaininfo {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    height: 80px;
    border-radius: 6px;
    border-left: 16px solid #c7080b;
    background-color: #fff;
}
.emisection {
    height: 50px;
    margin: 15px 60px 15px 0;
    padding: 6px 0 0 20px;
    border-left: 1px solid #ddd;
}
.emisection p.big {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.emisection p.small {
    font-size: 14px;
    color: #ddd;
}
.eventpriceinfos.mobile {
    display: none;
}
.eventpriceinfos {
    width: 1200px;
    margin: 0 auto 5px auto;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.pricetag {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    margin: 0 15px 10px 0;
    border-radius: 15px;
    background-color: #f3f3f3;
    display: inline-flex;
}
.pcolor {
    height: 30px;
    padding: 10px 7px 10px 0;
}
.pcolorcircle {
    width: 10px;
    height: 10px;
    background-color: #047411;
    border-radius: 5px;
}

/* BANNER START */
.btbanner {
    position: relative;
    width: 1200px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-radius: 20px;
}
.btbanner.mobile {
    display: none;
}
.btbimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.btbtext {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 500px;
    padding: 125px 30px 0 0;
}
.btbtext p {
    font-family: "CambriaAZ";
    line-height: 20px;
    text-shadow: 0 0 8px #fff;
}

/* CONTENT START */

.contentwrapper {
    width: 100%;
    text-align: center;
}
.content {
    position: relative;
    width: 1200px;
    background-color: #fff;
    margin: 0px auto auto;
    border-radius: 10px;
}
.contenttop {
    display: flex;
    padding: 20px 30px 40px 30px;
    justify-content: space-between;
}
.lcleft {
    width: 30%;
    text-align: left;
}
.formheading {
    padding: 5px 10px;
}
.formheading h3 {
    font-size: 18px;
}
.chooseninfo {
    padding: 5px 10px;
}
.cinfotable {
    width: 100%;
}
.cinfotable td {
    padding: 5px 5px 5px 0;
}
.cinfotable tr td:first-child {
    width: 40%;
}
.cinfotable td.buttoncell {
    text-align: center;
    padding: 20px 0;
}
.cinfotable p {
    font-size: 14px;
}
.chosenseat {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    padding: 0 6px;
    margin: 0 5px 5px 0;
    background-color: rgb(102, 102, 102);
    border: 1px solid rgb(71, 71, 71);
    color: #fff;
    border-radius: 11px;
    font-size: 12px;
}
.ticketforminput {
    width: 200px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 15px;
}
.termcheckinfo {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    vertical-align: top;
    text-indent: 5px;
}
.termcheckinfo a {
    display: inline-block;
}
.taxnumbertext {
    text-indent: 25px;
}
.checkoutbutton {
    font-family: "Main-Bold";
    width: 80%;
    height: 40px;
    background-color: #ca0a0a;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 10px 10px -7px #960707;
}

/* RIGHT SECTION */
.lcright {
    text-align: left;
    width: 70%;
    padding: 0 0 40px 0;
}
.lcrightcont {
    background-color: #fbfbfb;
    border-radius: 10px;
}

/* EVENT ITEM ICONS */

.bteventitems.mobile {
    display: none;
}
.bteventitems {
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0 10px 20px 10px;
    display: flex;
    justify-content: space-around;
}
.bteitem {
    display: flex;
    height: 50px;
    background-color: #ebebeb;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.bteicon {
    width: 50px;
    height: 50px;
}
.bteicon img {
    width: 100%;
}
.btelabel {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.btelabel p {
    font-size: 14px;
    font-family: "PoppinsBold";
}

/* TEXT DESCRIPTION ABOUT EVENT */
.btabout {
    display: none;
    margin-bottom: 15px;
    padding: 20px;
}
.btabout.mobile {
    display: none;
}
.btahead p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "PoppinsBold";
}
.aboutconflex {
    display: flex;
    padding-top: 20px;
}
.btacont {
}
.btacont p {
    text-align: justify;
    font-family: "CambriaAZ";
    line-height: 20px;
}
.btacont p a {
    font-family: "CambriaAZ";
    color: blue;
    text-decoration: underline;
}
.guideText {
    padding: 0px 30px;
    float: right;
    width: 800px;
    text-align: left;
    padding-bottom: 20px;
}
.guideheader {
    font-size: 20px;
    padding: 20px 0 20px 0;
}
.guidecont ol li {
    list-style: decimal;
    margin: 0 0 4px 0;
}

.lcfull {
    width: 1200px;
    margin: 0 auto;
}
.stheader {
    padding: 15px 20px 11px 20px;
}
.stheader p {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    font-family: "PoppinsBold";
    text-transform: uppercase;
}
.stsubheader {
    padding: 0px 20px 15px 20px;
}
.stsubheader p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: "PoppinsBold";
    text-transform: uppercase;
    color: #5c5c5c;
}
.stmobilepinchwrapper {
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 10px;
}
.stageform {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.stageform img.stageimg {
    width: 70%;
    margin: 0 auto;
}
.stwrapper {
    height: 320px;
    overflow: hidden;
    /* transform: scale(1.2) translate(-18px, 26px); */
}
.seattablewrapper {
    position: relative;
    text-align: center;
    min-height: 300px;
    transform-origin: left bottom;
}
.avenueSection {
    position: absolute;
}
.sectionDetailInfo p {
    color: #44bae8;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #44bae8;
    text-indent: 25px;
}
.rowIndexCell {
    padding: 0 5px 0 0;
    text-align: right;
}
.rowIndex {
    font-size: 14px;
}
.seatcell {
    padding: 5px 6px;
}
.emptyseatcell {
    padding: 10px;
}
.seatselector {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.seatselector.selected.saved::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    left: calc((100% - 7px) / 2);
    top: -4px;
    background-color: inherit;
    box-shadow: 0 0 3px 0px #000;
}
.seatselector.sold {
    background-color: red !important;
}
.seatselector.chosen {
    background-color: #047411 !important;
}
.seatselector .seatPopupInfo {
    position: absolute;
    bottom: 150%;
    left: -63px;
    width: 140px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 6px;
    box-shadow: 0 0 10px -3px #000;
    padding: 3px;
    z-index: 1;
    display: none;
}
.seatselector .seatPopupInfo::after {
    position: absolute;
    content: "";
    background-color: transparent;
    border: 8px solid transparent;
    bottom: -15px;
    left: 62px;
    display: block;
    border-top-color: #fff;
}
.seatselector:hover .seatPopupInfo {
    display: block;
}
.seattableplaceholderrow {
    height: 25px;
}

/* Other details */
.venue_map {
    width: 100%;
    padding: 0 20px 0 0;
    height: 300px;
}
.venue_map.mobile {
    display: none;
}
.venue_map iframe {
    width: 100%;
    height: 100%;
}
.address_contact {
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 6px;
    text-align: left;
    padding: 15px 20px;
    border-right: 16px solid #c7080b;
}
.address_contact p {
    line-height: 20px;
}
