﻿/*SETUP*/
body {
    font-size: 16px;
}

.no-break {
    white-space: nowrap;
}

.link-light {
    color: #FFF;
    font-weight: bold;
}

/*kirtan*/
.qtydiv {
    display: inline-block;
    width: 100%;
}

#step1 p {
    display: inline-block;
    width: 53%;
}

#step1 input[type="radio"] {
    margin: 21px 0 0;
    line-height: normal;
}

/*end*/
#order, #ticket_section {
    /*margin-top: 80px;*/
    margin-top: 0px;
    font-family: 'Montserrat-Light';
}

    /*#ticket_section .title-holder {
    margin-top: 35px;
}*/

    #ticket_section .title-holder p {
        margin-bottom: 5px;
    }

        #ticket_section .title-holder p span {
            font-weight: bold;
            letter-spacing: .25px;
        }


        #ticket_section .title-holder p:last-child {
            margin-bottom: 20px;
        }

.order-form {
    overflow: hidden;
    /*background-color: #878992;*/
    background-color: #7A22D9;
    background-position: center;
    padding: 50px 0 90px 0;
    background-size: cover;
}

    .order-form h2 {
        font-family: 'Montserrat-SemiBold';
        font-size: 32px;
        color: #fff;
        text-transform: uppercase;
    }

    .order-form .billing-wrap {
        margin: auto;
        width: 90%;
        max-width: 850px;
        margin-top: 40px;
    }

    .order-form .account-wrap {
        margin: auto;
        width: 90%;
        max-width: 850px;
        margin-top: 40px;
    }

        .order-form .account-wrap p {
            margin-top: 5px;
            color: #fff;
        }

    .order-form form p {
        margin-top: 25px;
        color: #fff;
    }

        .order-form form p.register-label {
            margin: 10px 0;
            color: #fff;
        }

    .order-form .alignright {
        float: right;
        margin: 30px 0 0;
    }

    .order-form .holder {
        float: left;
        width: 100%;
        /*margin-top: 5px;*/
        position: relative;
    }

    .order-form .error-caption {
        position: relative;
        top: 0;
        left: 4px;
        width: 485px;
        height: 16px;
        overflow: hidden;
        font: 13px/16px "open-sans", Arial, Helvetica, sans-serif;
        color: #2c2c2c;
        background: #ffc23f;
        border-radius: 5px;
        padding: 12px 29px 12px 19px;
        display: none;
        margin-bottom: 12px;
    }

    .order-form.error .error-caption {
        display: block;
    }

    .order-form .error-caption:after {
        content: "";
        position: absolute;
        top: 9px;
        right: 12px;
        width: 24px;
        height: 21px;
        background: url(../images/sprite.png) no-repeat -476px 0;
    }

.nobg {
    background: none;
    padding: 0;
}

#btnCancelPurchaser {
    padding-right: 10px;
}

.cancel-btn-container {
    width: 90%;
    margin: auto;
}

.news-container {
    margin-top: 20px;
    border: 2px solid white;
    border-radius: 10px;
    overflow: auto;
}

.news-item {
    padding: 25px;
}

.news-content {
    color: #fff;
}

    .news-content p {
        margin-top: 5px;
        color: #fff;
        margin: 0 0 10px;
    }



h3.news-title {
    font-size: 14pt;
    padding: 10px 0;
    color: white;
    text-align: left;
    display: inline-block;
    width: 69%;
}

h3.news-date {
    font-size: 14pt;
    padding: 10px 0;
    color: white;
    text-align: right;
    display: inline-block;
    width: 25%;
}

h3.more-news {
    font-size: 14pt;
    padding: 15px 0;
    color: white;
    text-align: right;
    display: inline-block;
    width: 25%;
    float: right;
    margin-right: 30px;
    margin-top: 0;
}

.more-news-section {
    display: none;
}

.account-info {
    padding-top: 30px;
}

.account-details {
    padding-top: 20px;
}

.order-form .row {
    overflow: hidden;
    padding: 6px 0;
    margin: 0 -5px 0 0;
    clear: both;
}

.form-holder .row {
    overflow: hidden;
    padding: 6px 0;
    margin: 0 -5px 0 0;
    clear: both;
}

.news-item .row {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.col-2 {
    width: 47%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 1%;
}

.col-3 {
    width: 30%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 1%;
}

/*.order-form .text-holder {
    float: left;
    background: none;
    background: #ffffff;
    background: rgba(255,255,255,0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    width: 46%;
    margin-left: 1%;
}*/

.billing-subhead {
    color: #FFF;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

.order-form .text-holder input::-webkit-input-placeholder,
.order-form .text-holder textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,0.65);
    font-family: 'Montserrat-Light';
}

.order-form .text-holder input:-webkit-autofill,
.order-form .text-holder input:-webkit-autofill:hover,
.order-form .text-holder input:-webkit-autofill:focus
.order-form .text-holder textarea:-webkit-autofill,
.order-form .text-holder textarea:-webkit-autofill:hover
.order-form .text-holder textarea:-webkit-autofill:focus,
.order-form .text-holder select:-webkit-autofill,
.order-form .text-holder select:-webkit-autofill:hover,
.order-form .text-holder select:-webkit-autofill:focus {
    /*border: 1px solid green;*/
    -webkit-text-fill-color: #FFF;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.2) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.order-form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-form label {
    color: #FFF;
    display: block;
    margin-top: 2px;
    margin-bottom: 25px;
}

.order-form select {
    color: #000;
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin-left: 5px;
    font-weight: normal;
}

/*.order-form .text-holder {
    background: rgba(255,255,255,0.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
}*/

.order-form .text-holder {
    background: rgba(255,255,255,0.2);
    border-radius: 0px;
    border: 2px solid transparent;
    /*flex-basis: calc(50% - 5px);
    margin-bottom: 10px;*/
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
    margin-bottom: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .order-form .text-holder input[type="text"],
    .order-form .text-holder input[type="email"],
    .order-form .text-holder textarea {
        font-family: 'Montserrat-Regular' !important;
    }

    .order-form .text-holder:focus-within {
        background: rgba(255,255,255,0.25);
        border: 2px solid #FFF;
    }

    .order-form .text-holder:nth-of-type(2n+1) {
        /*margin-right: 10px;*/
        margin-right: 15px;
    }

    .order-form .text-holder.comments-holder {
        margin-right: 0;
        margin-bottom: 25px;
    }

.confirm-info-container {
    margin-bottom: 60px;
}

.green-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.green-icon {
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
}

    .green-icon svg {
        width: 35px;
        height: auto;
    }

.green-content {
    -ms-flex-preferred-size: calc(100% - 45px);
    flex-basis: calc(100% - 45px);
}

    .green-content span {
        font-weight: bold;
        color: #bffb6a;
    }

.order-form .login-holder {
    float: left;
    background: none;
    background: #ffffff;
    background: rgba(255,255,255,0.1);
    border-radius: 7px;
    border: 2px solid #fff;
    width: 95%;
    margin-left: 1%;
    padding: 0 1%;
}

.order-item {
    margin-top: 20px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
}

.order-header {
    border-bottom: 1px solid white;
}

.order-info {
    padding-left: 20px;
    padding-bottom: 10px;
}


.ticket-info {
    /* padding: 0 1%; */
    padding-left: 20px;
    padding-bottom: 10px;
}

.gift-msg {
    display: none;
}

.email-holder {
    float: left;
    background: none;
    background: #ffffff;
    background: rgba(255,255,255,0.1);
    border-radius: 7px;
    border: 2px solid #fff;
    width: 75%;
    padding: 0 1%;
}

.email-holder-account {
    float: left;
    background: none;
    background: #ffffff;
    background: rgba(255,255,255,0.1);
    border-radius: 7px;
    border: 2px solid #fff;
    width: 50%;
    padding: 0 1%;
}



.order-form .gift-wrap {
    /* margin: auto; */
    width: 90%;
    max-width: 850px;
    /* margin-top: 40px; */
}

.sellers {
    /*float: left;*/
    /*width: 46%;*/
    width: 100%;
    /*margin-top: 5px;*/
    color: #000;
}


    .sellers .select-options .item-selected a {
        background: #2ca5d5 !important;
    }

    .sellers .select-area {
        width: 190px !important;
        text-align: right;
    }

        .sellers .select-area .select-opener {
            height: 30px;
            width: 30px;
            background: url(../images/sprite.png) no-repeat -105px -249px;
        }

.form-holder .text-holder {
    float: left;
    width: 46%;
    background: none;
    background: #ffffff;
    background: rgba(255,255,255,0.2);
    border-radius: 0;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .form-holder .text-holder:focus-within {
        background: rgba(255,255,255,0.25);
        border: 2px solid #FFF;
    }

    .order-form .text-holder.error, .form-holder .text-holder.error {
        background: none;
        background: #ffffff url(../images/bg-error.png) no-repeat 98% 9px;
        background: rgba(255,255,255,0.1) url(../images/bg-error.png) no-repeat 98% 9px;
    }

/*.order-form input[type="tel"],
.order-form input[type="email"],
.order-form input[type="text"],
.order-form input[type="password"],
.order-form textarea,
.form-holder input[type="tel"],
.form-holder input[type="email"],
.form-holder input[type="text"],
.form-holder input[type="password"] {
    float: left;
    width: 100%;
    font: 16px/19px 'Montserrat-Light', Arial, Helvetica, sans-serif;
    height: 17px;
    color: #fff;
    margin: 10px 0;
    padding: 20px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 0;
    outline: none;
}*/

.order-form input[type="tel"],
.order-form input[type="email"],
.order-form input[type="text"],
.order-form input[type="password"],
.order-form textarea,
.form-holder input[type="tel"],
.form-holder input[type="email"],
.form-holder input[type="text"],
.form-holder input[type="password"] {
    width: 100%;
    font: 16px/19px 'Montserrat-Light', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 0;
    outline: none;
}

/*input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}*/

.order-form textarea {
    /*height: 55px;*/
    resize: none;
}

.form-holder input[type="tel"],
.form-holder input[type="email"],
.form-holder input[type="text"] {
    color: #fff;
}


.form-holder .ticket-info {
    color: #fff;
    width: 534px;
    margin-bottom: 18px;
}

    .form-holder .ticket-info li {
        clear: both;
        overflow: auto;
    }

        .form-holder .ticket-info li .holder {
            float: right;
        }

            .form-holder .ticket-info li .holder.justForMeContainer label {
                display: inline-block;
                margin-top: 9px;
                font-size: 13px;
                float: left;
                margin-right: 5px;
            }

        .form-holder .ticket-info li .text {
            float: left;
            margin-top: 8px;
        }

.form-holder ul li:first-child {
    border-bottom: 1px solid #fff;
}

.order-form .btn-holder label {
    display: inline-block;
    /*padding: 9px 0 0;*/
    padding: 6px 0 0;
    font: 14px/16px 'Montserrat-Regular', Arial, Helvetica, sans-serif;
    color: #fff;
    /*margin-bottom: 19px;*/
    margin-bottom: 5px;
}

.order-form .text-holder:first-child {
    margin-left: 0;
}

.order-form label .mark {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    background: none;
}

.order-form .btn-holder {
    /*overflow: hidden;*/
    /*padding: 18px 3px 0 0;*/
    padding: 15px 3px 0 0;
    margin: 0 0 0 -1px;
}

    .order-form .btn-holder.account {
        margin: 0 0 0 14px;
        display: inline-block;
    }

.order-form input[type="submit"], #ticket_section input[type="submit"], .btn-return, .btn-register {
    float: right;
    /*height: 37px;*/
    margin: 0;
    padding: 14px 16px;
    /*font: 600 16px/18px "Montserrat-Regular", Arial, Helvetica, sans-serif;*/
    font: 16px/18px "Montserrat-Regular", Arial, Helvetica, sans-serif;
    /*color: #194C77;*/
    color: #FFF;
    border: 0;
    /*background: #f1f1f1;*/
    background-color: #ec1b31;
    border-radius: 3px;
    cursor: pointer;
    max-width: 350px;
    text-transform: uppercase;
    /*margin-top: -25px;*/
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.billing-btns {
    margin-top: 30px;
    float: right;
}

    .billing-btns button:first-child {
        margin-right: 5px;
    }

    .billing-btns .btn-continue-order {
        float: none;
    }

.btn-continue-order {
    float: right;
    margin: 0;
    padding: 14px 16px;
    font: 16px/18px "Montserrat-Regular", Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 0;
    background-color: #ec1b31;
    border-radius: 3px;
    cursor: pointer;
    max-width: 350px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#continue_btn.btn-continue-order {
    margin-top: 20px;
}

.btn-continue-order:hover {
    background: #2c2c2c;
    color: #fff;
}

.btn-continue-order i {
    margin-left: 10px;
}

.send-gift-btn {
    float: left !important;
    margin-left: 25px !important;
}

.btn-register {
    text-decoration: none;
    line-height: inherit;
    margin-right: 0;
}

.btn-return {
    line-height: inherit;
    margin-right: 0;
}

    .btn-return::before {
        content: '\f048';
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 900;
        margin-right: 8px;
    }

    .btn-return:hover {
        text-decoration: none;
    }

.btn-new-batch::before,
.btn-continue-batch::before,
.btn-print-batch::before {
    content: '';
    margin: 0;
}

.btn-return::after {
    font-family: 'Font Awesome 5 Pro' !important;
    margin-left: 8px;
    font-weight: 900;
}

.btn-new-batch::after {
    content: '\f067';
}

.btn-continue-batch::after {
    content: '\f101';
}

.btn-print-batch::after {
    content: '\f02f';
}

.btn-left {
    float: left;
    margin: 0;
}

.account-btns {
    padding: 15px 0;
}

#ticket_section input[type="submit"] {
    float: right;
    margin-top: 2px;
    color: #FFF;
    max-width: 200px;
}

    .order-form input[type="submit"]:hover, #ticket_section input[type="submit"]:hover, .btn-return:hover {
        background: #2c2c2c;
        color: #fff;
    }

.detail-form {
    padding: 33px 34px 36px;
    overflow: hidden;
    background: #2ca5d5;
}

    .detail-form .heading-row {
        padding: 0 0 0 128px;
        font: 27px/29px "league-gothic", Arial, Helvetica, sans-serif;
        color: #fff;
    }

        .detail-form .heading-row table {
            width: 753px;
            background: #2698d3;
            border-radius: 5px 5px 0 0;
        }

            .detail-form .heading-row table td {
                width: 182px;
                padding: 7px 21px 5px;
            }

                .detail-form .heading-row table td + td {
                    width: 258px;
                    padding: 7px 10px 5px 4px;
                }

                    .detail-form .heading-row table td + td + td {
                        width: 133px;
                        padding: 7px 10px 5px 3px;
                    }

                        .detail-form .heading-row table td + td + td + td {
                            width: 79px;
                            padding: 7px 22px 5px 10px;
                            text-align: right;
                        }

    .detail-form .btn-help {
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        margin: 2px 0 0;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/sprite.png) no-repeat -422px -29px;
    }

.detail-holder {
    background: #e6e6e7;
    overflow: hidden;
    padding: 10px 0 11px;
    margin: 0 0 9px;
    border-radius: 6px 0 6px 6px;
}

.detail-table {
    width: 881px;
    border-collapse: collapse;
    font: 600 15px/17px "open-sans", Arial, Helvetica, sans-serif;
    color: #919191;
}

    .detail-table td {
        width: 135px;
        height: 115px;
        position: relative;
        vertical-align: top;
        background: #e6e6e7;
    }

        .detail-table td + td {
            width: 217px;
        }

            .detail-table td + td + td {
                width: 252px;
            }

                .detail-table td + td + td + td {
                    width: 182px;
                }

                    .detail-table td + td + td + td + td {
                        width: 111px;
                    }

    .detail-table .top td {
        border: 0;
        background: none;
    }

    .detail-table td .column {
        background: url(../images/bg-detail-table.png) repeat-y;
        padding: 16px 0 21px;
        border: solid #e6e6e7;
        border-width: 8px 0;
        position: relative;
    }

    .detail-table td + td .column {
        background: #fff;
        padding-left: 17px;
    }

    .detail-table td + td + td .column {
        padding-left: 0;
    }

    .detail-table td + td + td + td .column {
        padding-left: 36px;
        border-radius: 0 3px 3px 0;
    }

        .detail-table td + td + td + td .column:after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 3px;
            height: 3px;
            background: url(../images/bg-corner.png) no-repeat;
        }

        .detail-table td + td + td + td .column:before {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            width: 3px;
            height: 3px;
            background: url(../images/bg-corner.png) no-repeat 0 -4px;
        }

    .detail-table td + td + td + td + td .column {
        border-radius: 3px 0 0 3px;
        padding-left: 26px;
        border: solid #e6e6e7;
        border-width: 8px 0 8px 6px;
    }

        .detail-table td + td + td + td + td .column:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 3px;
            height: 3px;
            background: url(../images/bg-corner.png) no-repeat -5px 0;
        }

        .detail-table td + td + td + td + td .column:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 3px;
            height: 3px;
            background: url(../images/bg-corner.png) no-repeat -5px -4px;
        }

    .detail-table td .img-holder {
        position: relative;
        vertical-align: top;
        margin: -17px 0 0;
    }

    .detail-table .img-holder img {
        position: absolute;
        top: -2px;
        right: 0;
    }

.btn-close {
    position: absolute;
    top: 6px;
    left: 16px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sprite.png) no-repeat -422px 0;
}

.btn-delete {
    background: url(../images/sprite.png) no-repeat -422px 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
}

.detail-table .drop-holder {
    margin: 0 0 1px;
    width: 100%;
    font: 600 15px/17px "open-sans", Arial, Helvetica, sans-serif;
    color: #5c5c5c;
}

    .detail-table .drop-holder:after {
        content: '';
        display: block;
        clear: both;
    }

    .detail-table .drop-holder li {
        float: left;
        position: relative;
    }

    .detail-table .drop-holder .title {
        font: 600 15px/17px "open-sans", Arial, Helvetica, sans-serif;
        color: #5c5c5c;
        text-decoration: none;
    }

    .detail-table .drop-holder ul {
        position: absolute;
        top: 0;
        left: 100%;
        font: 11px/16px "open-sans", Arial, Helvetica, sans-serif;
        color: #fff;
        width: 69px;
        z-index: 50;
        padding: 0 0 0 7px;
        display: none;
    }

    .detail-table .drop-holder li.hover ul {
        display: block;
    }

    .detail-table .drop-holder ul li {
        width: 100%;
    }

    .detail-table .drop-holder ul a {
        display: block;
        background: url(../images/bg-drop.png) no-repeat;
        text-align: center;
        width: 59px;
        padding: 1px 5px 3px;
        color: #fff;
        text-decoration: none;
    }

.detail-table address {
    padding: 0 30px 0 0;
    font: 15px/20px "open-sans", Arial, Helvetica, sans-serif;
    color: #919191;
}

    .detail-table address .phone {
        color: #5c5c5c;
    }

.detail-table .squeeze {
    width: 69px !important;
    font-size: 12px;
}

.detail-table .holder {
    float: left;
    width: 104px;
    margin: 0 13px 0 0;
}

.detail-form label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px;
}

.detail-form select {
    float: left;
    width: 104px;
}

.detail-table .price {
    display: block;
    font: 20px/24px "open-sans", Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    padding: 27px 0 0;
}

.detail-form .total-info {
    font: 17px/20px "open-sans", Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 10px -1px;
}

    .detail-form .total-info li {
        background: #2698d3;
        margin: 0 0 1px;
        overflow: hidden;
        padding: 14px 24px;
        border-radius: 0 0 5px 5px;
    }

        .detail-form .total-info li:first-child {
            border-radius: 5px;
        }

    .detail-form .total-info .info {
        float: right;
    }

        .detail-form .total-info .info .price {
            font: 700 20px/20px "open-sans", Arial, Helvetica, sans-serif;
            display: inline-block;
            vertical-align: top;
            width: 80px;
            text-align: right;
            margin: 0 0 0 7px;
        }

.detail-form .btn-holder {
    overflow: hidden;
    margin: 0 -1px 0 0;
}

.detail-form input[type="submit"] {
    float: right;
    height: 33px;
    text-align: center;
    color: #5c5c5c;
    font: 600 17px/14px "open-sans", Arial, Helvetica, sans-serif;
    background: #f1f1f1;
    border-radius: 5px;
    border: 0;
    margin: 0 1px 0 0;
    padding: 12px 25px 24px;
    cursor: pointer;
}

    .detail-form input[type="submit"]:hover {
        background: #2c2c2c;
        color: #fff;
    }


.step {
    margin: 40px 0;
    border-top: 1px solid white;
    margin-top: 20px;
    padding-top: 20px;
    color: #fff;
}

#step4 .cart-table {
    padding: 0;
}

#step4 p span {
    font-weight: bold;
    font-size: 17px;
}

#step1 {
    border: none;
    margin-top: 0;
}

    #step1 .text-holder {
        width: 50px;
        /*padding: 0 2px 0 11px;*/
        margin: 0 15px;
    }

    #step1 p, #step2 p {
        margin-top: 18px;
        margin-bottom: 0;
        padding: 0;
    }

.step p {
    margin-bottom: 25px;
    vertical-align: middle;
    line-height: 24px;
    float: left;
    width: 50%;
    min-width: 300px;
}

.step .right {
    float: right;
}

#frmstep1 .text-holder input[type="text"] {
    text-align: center;
    font-family: 'Montserrat-Regular';
}

    #frmstep1 .text-holder input[type="text"]::-webkit-input-placeholder {
        color: rgba(255,255,255,0.65);
        font-family: 'Montserrat-Light';
    }

.tickets-container {
    margin-bottom: 25px;
}

    .tickets-container .blank_option_step1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tickets-container .blank_option_step1:not(:last-child) {
            margin-bottom: 15px;
        }

        .tickets-container .blank_option_step1 label {
            margin-bottom: 0;
            width: 100%;
        }

.assist-text {
    color: #FFF;
    font-size: 14px;
}

    .assist-text a {
        color: #FFF;
        font-family: 'Montserrat-SemiBold';
    }

#step2 .holder {
    float: left;
}

#step2 .pricetxt {
    margin-top: 0px !important;
}

.title-holder p {
    width: 100%;
    color: #fff;
}

#step3 p {
    margin-bottom: 8px;
}

#step3 .text-holder {
    width: 45%;
    margin: 0 1% 0 1%;
    padding: 0 1% 0 1%;
}

#ticket_section #step3 input[type="submit"] {
    float: right;
}

.step .holder {
    display: inline-block;
    vertical-align: middle;
}

.step:before, .step:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.step:after {
    clear: both;
}

.step p.gift-tix-remaining {
    width: 27%;
    margin-top: 8px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    min-width: 250px;
}

.step .select-gifts-text, #step3 .select-gifts-text {
    width: 40%;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

#ticket_section #step4 input[type="submit"] {
    margin-top: 10px;
}

.login {
    width: 100%;
    max-width: 500px;
    margin: 70px auto 220px auto;
    padding: 30px;
}

    .login .logo a {
        display: block;
        height: 100%;
    }

    .login .block {
        border-radius: 10px;
        width: 100%;
    }

    .login .holder {
        width: 100%;
    }


    .login h2 {
        font-size: 30px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        padding: 15px 5px;
    }

    .login p {
        color: #fff;
        float: left;
        margin: 15px 0 0;
    }

    .login .form-control, .accountRetrieval .block .form-control {
        border-radius: 0;
        border: 1px solid #ddd;
        border-left-width: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 400;
        height: auto;
        padding: 10px;
        color: #666;
    }

        .login .form-control:focus, .accountRetrieval .block .form-control:focus {
            border-color: #00A9DF;
            color: #00A9DF;
        }

    .login .checkbox {
        display: inline-block;
        margin-top: 0;
    }

        .login .checkbox a {
            display: block;
            margin-left: -20px;
            margin-top: 5px;
        }

    .login .form .btn {
        padding: 10px 30px;
    }

.popup {
    position: absolute;
    background-color: #fff;
    padding: 15px 8px;
    width: 250px;
    border-radius: 5px;
    text-align: center;
    color: #c3452d;
    font-weight: bold;
    z-index: 9;
    display: none;
    max-width: 95%;
}

    .popup:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -12px;
        width: 0;
        height: 0;
        border-top: solid 12px #fff;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
    }

.navbar li a.customer-link {
    color: #21A99A;
}

#ticket_section {
    /*background-color: #878992;*/
    background-color: #7A22D9;
    position: relative;
}

    #ticket_section .ticket-header,
    #order .ticket-header {
        background-color: rgba(0,0,0,0.25);
        height: 80px;
        position: relative;
        z-index: 2;
    }

        #ticket_section .ticket-header .ticket-icon {
            width: 5%;
            height: 12%;
            position: absolute;
            left: 21%;
            top: 13%;
        }

        #ticket_section .ticket-header h2 {
            position: absolute;
            left: 30%;
            top: 33%;
            font-size: 40px;
            color: #fff;
        }

            #ticket_section .ticket-header h2 span {
                font-weight: bold;
            }


    /*#ticket_section .ticket-form {
        margin: 0 auto;
        width: 95%;
        max-width: 941px;
        position: relative;
        overflow: hidden;
        padding: 50px 0;
    }*/

    #ticket_section .ticket-form {
        margin: 0 auto;
        width: 90%;
        max-width: 850px;
        position: relative;
        overflow: hidden;
        padding: 50px 0;
    }

        #ticket_section .ticket-form .fifty-holder {
            width: 339px;
            float: left;
            color: #fff;
            margin-left: 27px;
        }

        #ticket_section .ticket-form .title-holder h2 {
            font-family: 'Montserrat-SemiBold';
            font-size: 32px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 40px;
        }

        #ticket_section .ticket-form .fifty-holder .info-block {
            padding: 7px 0;
            border-bottom: 1px solid #f0a49b;
            overflow: auto;
        }

            #ticket_section .ticket-form .fifty-holder .info-block.no-border {
                border: none;
                margin-bottom: 10px;
            }

            #ticket_section .ticket-form .fifty-holder .info-block .text-holder {
                float: left;
            }

                #ticket_section .ticket-form .fifty-holder .info-block .text-holder p {
                    display: inline-block !important;
                    width: 104px;
                }

        #ticket_section .ticket-form .pricetag {
            background: url(../images/price-tag.png) no-repeat;
            color: #4d4d4d;
            padding: 8px 16px 5px 32px;
            font-weight: bold;
            min-height: 23px;
            display: inline-block;
        }

        #ticket_section .ticket-form ul li .pricetag {
            padding: 8px 32px;
            margin-left: 8px;
        }

    #ticket_section .ticket-subhead {
        font-size: 20px;
        margin-bottom: 40px !important;
    }

    #ticket_section .ticket-head {
        margin-bottom: 20px;
    }

        #ticket_section .ticket-head span {
            font-family: 'Montserrat-Light';
            font-style: italic;
        }

    #ticket_section .ticket-assist {
        color: #FFF;
        font-size: 14.5px;
    }

        #ticket_section .ticket-assist a {
            color: #FFF;
            font-family: 'Montserrat-SemiBold';
        }

.breadcrumbs {
    overflow: hidden;
    font: 18px/22px 'Montserrat-Light', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 30px 30px 0 0;
    float: right;
    font-weight: bold;
    letter-spacing: .25px;
    list-style: none;
}

    .breadcrumbs li {
        float: left;
        padding: 0 0 3px;
        margin: 0 5px 0 0;
        min-height: 20px;
    }

        .breadcrumbs li:not(:last-child)::after {
            content: '';
            display: inline-block;
            /*background: url(../images/bg-breadcrumbs.png) no-repeat;*/
            background: url(../images/chevron-breadcrumbs.png) no-repeat;
            background-size: contain;
            width: 7px;
            height: 12px;
            margin-left: 10px;
            margin-right: 5px;
        }

    .breadcrumbs a {
        float: left;
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        /*background: url(../images/bg-breadcrumbs.png) no-repeat 100% 35%;*/
        /*padding: 0 20px 3px 0;
        margin-right: 5px;*/
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s;
    }

        .breadcrumbs a:hover {
            border-bottom: 1px solid #FFF;
        }



/* hide original element */
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important; /* change to right: -9999px on RTL sites */
}

/* custom checkbox styles */
.chk-area {
    border: 2px solid #fff;
    margin: 6px 10px 0 0;
    float: left;
    width: 18px;
    height: 18px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255,255,255,0.1);
    /*border-radius: 3px;*/
    border-radius: 0px;
}

.chk-checked {
    /*background: url(../images/sprite.png) repeat -391px 5px;*/
    background-image: url('../images/check-red.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.jcf-class-check {
    border: 0;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 0;
}

    .jcf-class-check.chk-checked {
        background: #fff url(../images/sprite.png) repeat -391px -13px;
    }

/* custom select styles */
.select-area {
    position: relative;
    cursor: default;
    height: 33px;
    float: right;
    font: 18px/13px "open-sans", Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

    .select-area .center {
        white-space: nowrap;
        display: block;
        width: 46px;
        padding: 8px 5px 10px 16px;
    }

    .select-area .select-opener {
        position: absolute;
        height: 33px;
        width: 37px;
        background: url(../images/sprite.png) no-repeat -109px -252px;
        right: 0;
        top: 0;
        border: 1px solid #fff;
        border-radius: 4px;
        cursor: pointer;
    }

.select-options {
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index: 2000;
    margin: 2px 0 0;
    border-radius: 4px;
    font: 13px/16px "open-sans", Arial, Helvetica, sans-serif;
}

    .select-options .drop-holder {
        overflow: hidden;
        height: 1%;
        background: #fff;
    }

    .select-options ul {
        list-style: none;
        padding: 2px 3px 0;
        margin: 0;
    }

        .select-options ul li {
            width: 100%;
            float: left;
            margin: 0 0 2px;
        }

        .select-options ul a {
            text-decoration: none;
            padding: 8px 10px;
            display: block;
            cursor: default;
            color: #5c5c5c;
            height: 1%;
            border-radius: 3px;
        }

    .select-options .item-selected a {
        text-decoration: none;
        background: #c04131;
        color: #fff;
    }

.select-area.select-ticket {
    border-radius: 0;
    padding: 0 11px;
    width: 103px;
    height: 40px;
    font: 13px/15px "open-sans", Arial, Helvetica, sans-serif;
    color: #fff;
}

    .select-area.select-ticket .select-opener {
        top: 10px;
        right: 12px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        background: #fff url(../images/sprite.png) no-repeat -145px -253px;
    }

    .select-area.select-ticket .center {
        padding: 13px 5px 14px 4px;
        width: 55px;
    }


.select-ticket.select-area {
    width: 70px !important;
}

.select-area.select-small {
    width: 121px !important;
    height: 31px;
    margin: 0;
}

    .select-area.select-small .select-opener {
        width: 22px;
        height: 22px;
    }

    .select-area.select-small .center {
        width: 78px;
        padding: 5px 5px 9px 10px;
        font: 13px/15px "open-sans", Arial, Helvetica, sans-serif;
    }

.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /*padding: 0 0 118px 0;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .cart-table thead {
        background-color: rgba(255,255,255,0.7);
        color: #7A22D9;
        margin-bottom: 5px;
    }

        .cart-table thead tr th {
            border-bottom: 10px solid #7A22D9;
        }

    .cart-table tbody tr td {
        border-bottom: 10px solid #7A22D9;
    }

        .cart-table tbody tr td:nth-of-type(1) {
            border-right: 5px solid #7A22D9;
        }

        .cart-table tbody tr td:nth-of-type(2) {
            border-right: 5px solid #7A22D9;
            border-left: 5px solid #7A22D9;
        }

    .cart-table tbody tr:last-child td {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    }

        .cart-table tbody tr:last-child td:nth-of-type(1) {
            text-align: right;
            padding-right: 15px;
        }

        .cart-table tbody tr:last-child td:nth-of-type(2) {
            border-right: none;
        }

    .cart-table tbody tr td:nth-of-type(3) {
        border-left: 5px solid #7A22D9;
    }

    .cart-table th, .cart-table td {
        line-height: 22px;
        /*padding: 1%;*/
        padding: 10px;
        vertical-align: middle;
        text-align: center;
    }

    .cart-table td {
        /*border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cart-table th {
        font-weight: bold;
        /*border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-bottom: 2px solid #FFF;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cart-table tbody tr {
        background-color: rgba(255,255,255,0.2);
    }

        .cart-table tbody tr:last-child {
            background-color: rgba(255,255,255,0.35);
            font-weight: bold;
            letter-spacing: 1px;
        }

    /*.cart-table tbody tr:nth-child(even) {
        background-color: rgba(255,255,255,0.35);
    }*/

    .cart-table tr th:first-child,
    .cart-table tr td:first-child {
        /*border-left: 2px solid #FFF;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
    }

    .cart-table tr th:last-child,
    .cart-table tr td:last-child {
        /*border-left: 1px solid #FFF;
        border-right: 2px solid #FFF;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cart-table tr:last-child td {
        /*border-bottom: 2px solid #FFF;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cart-table tr th {
        text-align: left;
        /*border-top: 2px solid #FFF;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* top-left border-radius */
    /*.cart-table tr:first-child th:first-child {
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
    }*/

    /* top-right border-radius */
    /*.cart-table tr:first-child th:last-child {
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
    }*/

    /* bottom-left border-radius */
    /*.cart-table tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }*/

    /* bottom-right border-radius */
    /*.cart-table tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }*/

    .cart-table a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

.sub-total {
    position: absolute;
    border-collapse: inherit;
}

    .sub-total td {
        padding: 8% 2%;
        font-weight: bold;
    }

    .sub-total tr:first-child td:first-child {
        border-right: none;
    }

    .sub-total tr:first-child td:last-child {
        background-color: #bc5050;
        border-left: none !important;
    }

/*.shopping-cart .title-holder p {
    width: 80%;
}*/

.btn-checkout {
    position: relative;
    bottom: 35px;
    right: 100px;
    width: 185px;
    max-width: 300px;
    margin-top: -45px !important;
}

p.fifty-fifty-description {
    font-size: 12px;
    line-height: 16px;
}

.title-holder h2 {
    font-size: 27px;
}

.shopping-cart {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    color: #fff;
}

/* ERROR MESSAGES */
.error-msg {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #ec1b31;
    /*border-bottom-width: 4px;*/
    color: #ec1b31;
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    float: none !important;
    font-size: 16px;
    padding: 10px 15px !important;
    width: auto !important;
    max-width: 53%;
}

    .error-msg span {
        font-weight: bold;
    }

/* SORRY PAGE */
.sorry-bg {
    background-color: #7A22D9;
    color: #FFF;
    padding: 100px 0;
}

.sorry-msg-container {
    margin: auto;
    width: 90%;
    max-width: 850px;
    /*margin-top: 40px;*/
}

.sorry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}

.transaction-icon {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 40px;
}

.sorry-content i {
    font-size: 120px;
    margin-right: 40px;
}

.sorry-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.sorry-content p {
    margin-bottom: 0;
}

/* THANK YOU PAGE */
.thanks-bg {
    background-color: #7A22D9;
    color: #FFF;
    padding: 100px 0;
}

.thanks-msg-container {
    margin: auto;
    width: 90%;
    max-width: 850px;
    margin-top: 0px;
}

.btns-container {
    display: block;
    width: 100%;
    text-align: center;
}

    .btns-container a.btn-return {
        font-size: 14px;
        line-height: 56px;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

.thanks-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
}

    .thanks-content i {
        color: #fff;
        font-size: 120px;
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }

    .thanks-content h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .thanks-content .orderid {
        margin-bottom: 20px;
    }

    .thanks-content p {
        margin-bottom: 0;
    }

.orderid {
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}
