/*-------INDEX ----*/
/*-------header----*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.header {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #363a45;
    background: url(../images/header-bg.png) repeat-x left top;
}

.navhack {
    margin-top: 125px;
}

@media (max-width: 767px) {
    .header {
        padding: 10px 0;
        z-index: 7000;
        /*background: #131725;*/
        position: relative;
        border: 0;
    }
    .navhack {
        margin-top: 0px
    }
}

.header__logo {
    display: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .header__logo {
        display: inline-block;
    }
    
}

.header__logo a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .header__logo a img {
        width: 100px;
        height: auto;
    }

.header__nav {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #363a45;
    max-width: 1070px;
}

@media (max-width: 767px) {
    .header__nav {
        position: absolute;
        /*background: #131725;*/
        border: 0;
        width: 100%;
        right: 0;
        top: 100%;
        margin: 0;
        padding: 80px 20px;
        display: none;
    }
        .header__nav:active {
            display: contents !important;
        }
}

@media (min-width: 768px) {
    .header__nav {
        display: block !important;
    }
}

@media (max-width: 599px) {
    .header__nav {
        padding: 20px 20px 40px;
    }
}

.header__nav ul {
    display: table;
    margin: 0 0 -1px;
    padding: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .header__nav ul {
        display: block;
        padding: 0;
    }
}

.header__nav ul li {
    display: table-cell;
    margin: 0;
    padding: 0 0px;
    border-left: 1px solid #363a45;
    height: 100%;
    text-align: center;
    /*width: 13.1%;*/
    border-bottom: 4px solid transparent;
}

@media (max-width: 1250px) {
    .header__nav ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .header__nav ul li {
        display: block;
        border: 0;
        float: none;
        transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        border-bottom: 0;
        padding: 10px 0;
        margin: 0;
        width: auto;
    }
}

.header__nav ul li.logo {
    padding: 9px 0px;
    /*width: 20%;*/
    border-bottom: 4px solid transparent !important;
}

@media (max-width: 767px) {
    .header__nav ul li.logo {
        display: none;
    }
}

.header__nav ul li.logo img {
    max-width: 100%;
}

.footer__address-book a img {
    max-width: 110px;
}

.header__nav ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    max-width: 80%;
    color: #d4d4d4;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
}

/*.header__nav ul li:not(.logo) a {
    padding: 10px 0 0 0;
}*/

@media (max-width: 767px) {
    .header__nav ul li a {
        background: none;
        padding: 5px 0;
    }

        .header__nav ul li a br {
            display: none;
        }
}

/*.header__nav ul li:not(.logo) a:hover, .header__nav ul:not(.logo) li a.active {
    color: #ffffff;
    border-bottom: solid 1px #852d11;
}*/

/*.header__nav ul li:hover, .header__nav ul li.active {
    color: #ffffff;
    border-bottom-color: #852d11;
}*/

/* ------------------nav------------------ */
/* ------------------Icon 1 ------------------ */
.nav-icon-main {
    display: none;
}

@media (max-width: 767px) {
    .nav-icon-main {
        display: inline-block;
        padding: 13px 0px 10px 0px;
        float: right;
        margin: 0;
    }
}

.nav-icon {
    background: none;
    border: 0;
    width: 40px;
    height: 26px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    z-index: 99;
    outline: none;
}

    .nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        /*background: #ffffff;*/
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .nav-icon span:nth-child(1) {
            top: 0px;
        }

        .nav-icon span:nth-child(2) {
            top: 12px;
        }

        .nav-icon span:nth-child(3) {
            top: 24px;
        }

.open .nav-icon span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
}

.open .nav-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open .nav-icon span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 0;
}

/*---------*/
/*-------INDEX ----*/
/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: none !important;
}

* {
    box-sizing: border-box;
}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

em {
    font-style: italic;
}

/*----------------------------------------------------------------------------------*/
body {
    color: #b1b1b1;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    /*background: #131725;*/
}

.flt_lt {
    float: left !important;
    display: inline;
}

.flt_rt {
    float: right !important;
    display: inline;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0 none;
}

figure {
    margin: 0;
    padding: 0;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
}
    input[type="checkbox"], input[type="radio"] {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        -ms-appearance: checkbox;
        -o-appearance: checkbox;
        appearance: checkbox
    }

img {
    max-width: 100%;
    height: auto;
}

/*----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url("../fonts/proximanova-regular/proximanova-regular.eot");
    src: url("../fonts/proximanova-regular/proximanova-regular.eot") format("embedded-opentype"), url("../fonts/proximanova-regular/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular/proximanova-regular.ttf") format("truetype"), url("../fonts/proximanova-regular/proximanova-regular.svg#ProximaNovaRegular") format("svg");
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url("../fonts/proximanova-bold/proximanova-bold.eot");
    src: url("../fonts/proximanova-bold/proximanova-bold.eot") format("embedded-opentype"), url("../fonts/proximanova-bold/proximanova-bold.woff") format("woff"), url("../fonts/proximanova-bold/proximanova-bold.ttf") format("truetype"), url("../fonts/proximanova-bold/proximanova-bold.svg#ProximaNovaBold") format("svg");
}

@font-face {
    font-family: 'RockSalt-Regular';
    src: url("../fonts/RockSalt-Regular/RockSalt-Regular.eot") format("embedded-opentype"), url("../fonts/RockSalt-Regular/RockSalt-Regular.woff") format("woff"), url("../fonts/RockSalt-Regular/RockSalt-Regular.ttf") format("truetype"), url("../fonts/RockSalt-Regular/RockSalt-Regular.svg#RockSalt-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*----------------------------------------------------------------------------------*/
.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding: 0;
    position: relative;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.svt-container {
    display: block;
    margin: 0 auto;
    width: 1400px;
    padding: 0;
}

@media (max-width: 1250px) {
    .svt-container {
        width: 94%;
    }
}

.svt-container.nl-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 767px) {
    .svt-container.nl-container {
        display: block;
    }
}

/*----------------------------------------------------------------------------------*/
.footer {
    /*background: #131725;*/
    display: block;
    position: relative;
    padding: 105px 50px;
}

@media (max-width: 767px) {
    .footer {
        padding: 70px 15px 50px;
    }
}

.footer__nav {
    display: inline-block;
    margin: 0;
    padding: 16px 0 0;
    float: right;
}

@media (max-width: 767px) {
    .footer__nav {
        display: block;
        float: none;
    }
}

.footer__nav ul {
    display: inline-block;
    width: 268px;
    margin: 0 40px 0 0;
}

@media (max-width: 991px) {
    .footer__nav ul {
        width: 200px;
        margin: 0 30px 0 0;
    }
}

@media (max-width: 767px) {
    .footer__nav ul {
        width: 100%;
        margin: 0;
    }
}

.footer__nav ul li {
    display: block;
    margin: 0;
    padding: 0 0 28px;
}

    .footer__nav ul li a {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 16px;
        color: #bbbbbb;
        font-weight: normal;
        text-transform: uppercase;
    }

        /*.footer__nav ul li a:hover {
            color: #ffffff;
        }*/

@media (max-width: 991px) {
    .footer__nav ul li a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .footer__nav ul li a {
        font-size: 18px;
    }
}

.footer__address-book {
    display: inline-block;
    margin: 0;
    padding: 2px 8px 0 0;
    float: left;
}

@media (max-width: 991px) {
    .footer__address-book {
        width: 246px;
        padding: 2px 0 0 0;
    }
}

@media (max-width: 767px) {
    .footer__address-book {
        width: 100%;
        margin: 0 0 20px;
    }
}

.footer__address-book a {
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0;
}

.footer__address-book p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    color: #bbbbbb;
    font-weight: normal;
    line-height: 30px;
}

.footer__address-book span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    /*color: #852d11;*/
    font-weight: normal;
    line-height: 30px;
}

.footer__copy-right {
    display: block;
    margin: 6px 0 0;
    padding: 0;
}

    .footer__copy-right p {
        display: inline-block;
        margin: 0;
        padding: 16px 0 10px;
        font-family: 'ProximaNovaRegular';
        font-size: 14px;
        color: #bbbbbb;
        font-weight: normal;
        float: right;
        width: 491px;
    }

@media (max-width: 991px) {
    .footer__copy-right p {
        width: 410px;
    }
}

@media (max-width: 767px) {
    .footer__copy-right p {
        display: block;
        padding: 6px 0 10px;
        width: 100%;
    }
}

.footer__copy-right ul {
    float: left;
    margin: -20px 0 0;
}

@media (max-width: 767px) {
    .footer__copy-right ul {
        float: none;
        margin: 0px 0 10px;
        display: inline-block;
        width: 190px;
        vertical-align: top;
    }
}

.footer__copy-right ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}

    .footer__copy-right ul li a {
        display: block;
        margin: 0;
        padding: 0;
    }

        .footer__copy-right ul li a img {
            width: 47px;
            height: 47px;
            display: block;
        }

        .footer__copy-right ul li a:hover {
            opacity: 0.6;
        }

/*-------INDEX ----*/
/*-------banner-section----*/
.banner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 2%;
}

    .banner ul {
        margin: 0;
    }

        .banner ul li {
            position: relative;
            overflow: hidden;
        }

    .banner .slick-dots {
        bottom: 39px;
    }

@media (max-width: 599px) {
    .banner {
        padding-bottom: 6%;
    }
        .banner .slick-dots {
        display: none !important;
    }
}

.banner .slick-dots li button {
    background: #9b999a;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 5px;
    height: 5px;
}

    .banner .slick-dots li button:before {
        display: none;
    }

.banner .slick-dots li.slick-active button {
    background: #4c2b86;
    border: 2px solid #cccccc;
}


/* Home page Heroes */
.hero {
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 95.6556%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px;
    /*height: 400px; margin-top: 30px;*/
    margin-top: auto;  /* */ 
}

.hero-image {
/*    height: 400px;*/
    width: 100%;
    /*height: 25vw !important;*/
    height: calc(40vw * 0.65);
    max-height: 450px;
}

@media screen and (max-width:1199px) {
    .hero-image {
        height: calc(100vw * .5);
        max-height: unset;
    }
}

    /*@media screen and (min-width:1200px) {
    .hero-image {
        width: 100%;
        height: calc(100vw * 1.72);
        max-height: 400px;
    }
}*/

    /*@media screen and (max-width:1199px) {
    .hero-image {
        width: 100%;
        height: 50vw !important;
    }
}*/



    /****** @media (max-width: 1030px) {
    .hero-image {
        height: 375px;
    }
}
*/
    /*@media (max-width: 720px) {
    .hero-image {
        height: 185px;
    }
}*/
    /* --------------------------------  */
    /*@media (max-width: 600px) {
    .hero-image {
        height: 325px;
    }
}

@media (max-width: 525px) {
    .hero-image {
        height: 300px;
    }
}
@media (max-width: 475px) {
    .hero-image {
        height: 275px;
    }
    #SVT-SearchBox-Container {
        width: auto;
    }
}
@media (max-width: 425px) {
    .hero-image {
        height: 250px;
    }
}
@media (max-width: 375px) {
    .hero-image {
        height: 200px;
    }
}
@media (max-width: 335px) {
    .hero-image {
        height: 175px;
    }
}*/
    /* --------------------------------  */

    .banner img {
        width: 100%;
        height: auto;
    }

    @media (max-width: 1250px) {
        .banner img {
            height: 600px;
            object-fit: cover;
        }
    }

    @media (max-width: 767px) {
        .banner img {
            height: 400px;
        }
    }

    @media (max-width: 599px) {
        .banner img {
            height: auto;
        }
    }

    .banner__hero-in {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 77px;
        width: 100%;
    }

    @media (max-width: 599px) {
        .banner__hero-in {
            position: static;
            padding: 0 0 10px;
        }
    }

    .banner__hero-left {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    @media (max-width: 599px) {
        .banner__hero-left {
            display: block;
            position: relative;
            z-index: 99;
            margin: -64px 0 0 -6%;
        }
    }

    .banner__hero-left h2 {
        display: table;
        margin: 0px 0 15px -38px;
        padding: 0 38px;
        font-family: 'RockSalt-Regular';
        font-size: 48px;
        color: #4c2a85;
        font-weight: normal;
        background: url(../images/bg1.png) repeat-y center top;
        background-size: 100% auto;
        line-height: 78px;
    }

    @media (max-width: 1250px) {
        .banner__hero-left h2 {
            font-size: 30px;
            margin: 0px 0 15px 0px;
        }
    }

    @media (max-width: 767px) {
        .banner__hero-left h2 {
            font-size: 20px;
            line-height: normal;
        }
    }

    .banner__hero-left span {
        display: inline-block;
        margin: 0 0 15px 0;
        padding: 7px 15px;
        font-family: 'ProximaNovaBold';
        font-size: 16px;
        /*color: #ffffff;*/
        background: #4c2a85;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    @media (max-width: 767px) {
        .banner__hero-left span {
            padding: 7px 15px 7px 39px;
        }
    }

    .banner .btn3 {
        margin: 15px 0;
    }

    @media (max-width: 767px) {
        .banner .btn3 {
            margin: 15px auto;
            display: table;
        }
    }

    .btn3 {
        display: inline-block;
        margin: 0;
        padding: 19px 38px;
        font-family: 'ProximaNovaBold';
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 7px;
        letter-spacing: 3.5px;
        /*min-width: 235px; */
        min-width: 225px;
        min-height: 65px;
    }

    .load-more-container {
        text-align: center;
    }

    .btn.btn-load-more {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 40px;
    }

    @media (min-width: 767px) {
        .btn.btn-load-more {
            margin-bottom: 30px;
            height: 45px;
            font-size: 18px;
            padding: 10px;
            width: 50%;
        }
    }

    .search-box-container {
        width: 422px;
        height: 45px;
        margin: 10px 0;
        position: relative;
    }

    @@media (max-width: 767px) {
        .search-box-container {
            width: 100%;
        }
    }

    .search-box {
        display: inline-block;
        margin: 0 0 7px 0;
        padding: 18px 24px;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        color: #060a18;
        background: #fffaf5;
        border: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        outline: none;
    }

    .search-button {
        background-image: url(//www.bogarts.com/Themes/CNT_variable/Content/header-icon-search.png);
        background-repeat: no-repeat;
        border-radius: 5px;
        position: absolute;
        transform: scale(1.2);
        width: 33px;
        height: 23px;
        cursor: pointer;
        top: 25%;
        right: 0;
    }

    /*-------banner-section end----*/
    /*-------slider-section----*/
    .slider-shows {
        position: relative;
        z-index: 99;
        display: block;
        margin: -4px 0 0;
        padding: 53px 0 168px;
        background: url(../images/bg2.png) no-repeat center 65%;
        position: relative;
    }

    @media (max-width: 767px) {
        .slider-shows {
            padding: 39px 0 78px;
        }
    }

    @media (max-width: 1250px) {
        .slider-shows .container {
            width: 100%;
            max-width: 1200px;
        }
    }

    .slider-shows:before {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg7.png) repeat-x left top;
        position: absolute;
        left: 0;
        top: -15px;
        z-index: 99;
    }

    .slider-shows__title {
        display: block;
        margin: 0 0 22px;
        padding: 0;
    }

    @media (max-width: 1250px) {
        .slider-shows__title {
            padding: 0 3%;
        }
    }

    .slider-shows__title h2 {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 30px;
        /*color: #ffffff;*/
        font-weight: bold;
        float: left;
    }

    @media (max-width: 767px) {
        .slider-shows__title h2 {
            font-size: 25px;
            float: none;
            display: block;
            text-align: center;
        }
    }

    .slider-shows ul {
        margin: 0;
        overflow: hidden;
    }

        .slider-shows ul li {
            padding: 0px 13px 0px;
            outline: none;
        }

    .slider-shows__block {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
    }

        .slider-shows__block figure {
            overflow: hidden;
        }

        .slider-shows__block img {
            display: block;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .slider-shows__block:hover img {
            -ms-transform: scaleY(1.1);
            /* IE 9 */
            -webkit-transform: scaleY(1.1);
            /* Safari 3-8 */
            transform: scale(1.1);
        }

    .slider-shows .btn {
        margin: 16px 0 0;
    }

    @media (max-width: 1250px) {
        .slider-shows .btn {
            margin: 8px 0 0;
        }
    }

    @media (max-width: 767px) {
        .slider-shows .btn {
            display: none;
        }
    }

    .slider-shows .arrows {
        display: inline-block;
        margin: 0;
        padding: 20px 29px;
    }

    @media (max-width: 1250px) {
        .slider-shows .arrows {
            padding: 9px 29px;
        }
    }

    .slider-shows .slick-list {
        overflow: inherit;
    }

    .slider-shows__block1 {
        display: block;
        margin: 0;
        padding: 10px 15px;
        position: absolute;
        left: 0;
        bottom: 19px;
        cursor: pointer;
    }

        .slider-shows__block1 a {
            display: block;
            margin: 5px 0 0;
            padding: 8px 15px;
            background: url(../images/bg1.png) repeat-y top;
            background-size: 100% auto;
            font-family: 'ProximaNovaBold';
            font-size: 17px;
            color: #200926;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

        .slider-shows__block1 span {
            background: rgba(32, 9, 38, 0.9);
            padding: 9px 11px 8px 30px;
            font-family: 'ProximaNovaBold';
            font-size: 13px;
            /*color: #ffffff;*/
            font-weight: bold;
            text-transform: uppercase;
            position: absolute;
            left: 0;
            top: -18px;
            z-index: 99;
            letter-spacing: 1px;
        }

    .btn {
        display: inline-block;
        margin: 0;
        padding: 13px 22px;
        font-family: 'ProximaNovaBold';
        font-size: 15px;
        /*color: #ffffff;*/
        text-transform: uppercase;
        border-radius: 7px;
        /*box-shadow: 2px 2px 0 1px #4c2a85;*/
        letter-spacing: 3.5px;
        /*background: #da2020;
    background: -webkit-gradient(left top, right top, color-stop(0%, #851111), color-stop(40%, #af1414), color-stop(67%, #da2020), color-stop(100%, #da2020));
    background: -webkit-linear-gradient(left, #851111 0%, #af1414 40%, #da2020 67%, #da2020 100%);
    background: linear-gradient(to right, #851111 0%, #af1414 40%, #da2020 67%, #da2020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##851111', endColorstr='##da2020', GradientType=1 );*/
    }

    /*.btn:hover {
        color: #ffffff;
        background: #852d11;
        background: -webkit-gradient(left top, right top, color-stop(0%, #da2020), color-stop(40%, #da2020), color-stop(68%, #af1414), color-stop(100%, #851111));
        background: -webkit-linear-gradient(left, #da2020 0%, #da2020 40%, #af1414 68%, #851111 100%);
        background: linear-gradient(to right, #da2020 0%, #da2020 40%, #af1414 68%, #851111 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##da2020', endColorstr='##851111', GradientType=1 );
    }*/

    .btn-mobile {
        display: none;
    }

    @media (min-width: 768px) {
        .btn.tickets-low {
            font-size: 12px;
        }
    }

    @media (max-width: 767px) {
        .btn-mobile {
            display: table !important;
            margin: 40px auto 0 auto !important;
        }
    }

    /*-------slider-section end----*/
    /*-------newsletter----*/
    .newsletter {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 49px 0 34px;
        background: url(../images/bg3.jpg) repeat center top;
        position: relative;
    }

        .newsletter:before {
            content: '';
            display: block;
            width: 100%;
            height: 21px;
            background: url(../images/bg5.png) repeat-x left top;
            position: absolute;
            left: 0;
            top: -20px;
            z-index: 99;
        }

        .newsletter:after {
            content: '';
            display: block;
            width: 100%;
            height: 21px;
            background: url(../images/bg4.png) repeat-x left top;
            position: absolute;
            left: 0;
            bottom: -20px;
            z-index: 99;
        }

        .newsletter h3 {
            display: inline-block;
            margin: 0 0 19px 0;
            padding: 0;
            font-family: 'ProximaNovaRegular';
            font-size: 30px;
            /*color: #131725;*/
            font-weight: bold;
            line-height: 53px;
        }

    @media (max-width: 1250px) {
        .newsletter h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 991px) {
        .newsletter h3 {
            font-size: 18px;
        }
    }

    @media (max-width: 767px) {
        .newsletter h3 {
            display: block;
            text-align: center;
        }
    }

    .newsletter__form-block {
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2;
        width: 400px;
        max-height: 80px;
        transition: max-height .5s ease-in-out;
    }

    @media (max-width: 1030px) {
        .newsletter__form-block {
            width: 300px;
        }
    }

    @media (max-width: 767px) {
        .newsletter__form-block {
            width: 100%;
            float: none;
        }
    }

    .newsletter-inputs {
        opacity: 0;
    }

    .newsletter-buttons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 10px;
    }

    .newsletter__form-block.newsletter-open {
        max-height: 1000px;
    }

    .newsletter__form-block .form-control {
        display: inline-block;
        margin: 0 0 7px 0;
        padding: 18px 24px;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        color: #060a18;
        background: #fffaf5;
        border: 0;
        float: left;
        width: 100%;
        border-radius: 5px;
        outline: none;
        height: unset;
    }

    .newsletter-inputs .termsOfServiceCont {
        display: inline-block;
    }

    .svt-container .btn2 {
        display: inline-block;
        margin: 0 0 12px 5px;
        padding: 16px 0;
        font-family: 'ProximaNovaBold';
        font-size: 18px;
        /*color: #ffffff;*/
        font-weight: 900;
        text-transform: uppercase;
        /*background: #131725;*/
        /*border: 2px solid #852d11;*/
        width: 180px;
        border-radius: 5px;
        box-shadow: none;
        cursor: pointer;
        outline: none;
        letter-spacing: 2px;
        word-spacing: 2px;
    }

    @media (max-width: 767px) {
        .svt-container .btn2 {
            float: none;
            display: block;
        }
    }

    /*.newsletter__form-block .btn2:hover {
    background: #852d11;
}*/

    .newsletter-buttons .btn2.submit {
        display: none;
    }

    .newsletter figure {
        float: right;
        margin: 0 97px 0 0;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 25%;
    }

    @media (max-width: 767px) {
        .newsletter figure {
            width: 45%;
            position: static;
            margin: 0 auto;
            float: none;
        }
    }

    /*-------newsletter end----*/
    /*-------premium-seating----*/
    .premium-seating {
        display: block;
        margin: 0;
        padding: 0;
        background: url(../images/bg3.jpg) repeat center top;
        position: relative;
    }

        .premium-seating:after {
            content: '';
            display: block;
            width: 100%;
            height: 21px;
            position: absolute;
            left: 0;
            bottom: -20px;
            z-index: 99;
        }

        .premium-seating img {
            width: 100%;
            height: auto;
            border-top: 3px solid #d5223a;
            display: block;
        }

    @media (max-width: 991px) {
        .premium-seating img {
            height: 300px;
            object-fit: cover;
        }
    }

    .premium-seating__premium-cont {
        display: block;
        position: relative;
        border-bottom: 3px solid #d5223a;
    }

    .premium-seating__premium-cont__premium-cont-in {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 767px) {
        .premium-seating__premium-cont__premium-cont-in {
            display: table;
            position: static;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            /*background: #131725;*/
            padding: 50px 0;
        }
    }

    .premium-seating__premium-cont__premium-cont-in .premium-cont-right {
        display: inline-block;
        width: 600px;
        float: right;
    }

    @media (max-width: 767px) {
        .premium-seating__premium-cont__premium-cont-in .premium-cont-right {
            width: 100%;
        }
    }

    .premium-seating__premium-cont__premium-cont-in .premium-cont-right img {
        width: 100%;
        height: auto !important;
        max-width: 477px;
        margin: 0 0 22px 0;
        border: 0 !important;
    }

    .premium-seating__premium-cont__premium-cont-in .premium-cont-right h1 {
        border-style: double;
        border-width: thick;
        border-color: white;
        display: inline;
        font-size: 60px;
    }

    .premium-seating__premium-cont__premium-cont-in .premium-cont-right p {
        display: block;
        margin: 0 0 28px 0;
        padding-top: 1em;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        /*color: #ffffff;*/
        line-height: 30px;
    }

    @media (max-width: 767px) {
        .premium-seating__premium-cont__premium-cont-in .premium-cont-right a {
            margin: 0 auto;
            display: table;
        }
    }

    .premium-seating__ad {
        display: block;
    }

        .premium-seating__ad .prem-seating__ad-holder {
            display: block;
            vertical-align: middle;
        }

    @media (max-width: 991px) {
        .premium-seating__ad .prem-seating__ad-holder {
        }
    }

    @media (max-width: 599px) {
        .premium-seating__ad .prem-seating__ad-holder {
        }
    }

    .premium-seating__ad .prem-seating__ad-holder a {
        vertical-align: middle;
    }

        .premium-seating__ad .prem-seating__ad-holder a img {
            height: 90px;
            width: 728px;
            border: 0;
        }

    /*-------premium-seating end----*/
    /*-------events-section----*/
    .events-section {
        display: block;
        margin: 0;
        background-size: contain;
    }

    /*#SVTEventCalendar .events-section {
    background: url(https://mavenprodcontent.blob.core.windows.net/media/Ace/Background/ACEOFSPADES_BACKGROUND_1600X1601.jpg) no-repeat center top;
}*/

    @media (max-width: 767px) {
        .events-section {
            background-size: auto;
            padding: 0px 0 40px;
        }

        .svt_venue-info .events-section {
            padding: 0px;
            text-align: center;
        }

        .svt_venue-info h1 {
            margin: 0 0 20px 0 !important;
            padding: 0 !important;
            display: block !important;
            font-size: 38px !important;
        }
    }

    .events-section h2 {
        display: table;
        margin: 0px 0 5px -38px;
        padding: 0 38px;
        font-family: 'ProximaNovaRegular';
        font-size: 28px;
        /*color: #4c2a85;*/
        color: white;
        font-weight: bold;
        /*background: url(../images/bg1.png) repeat-y center top;*/
        background-size: 100% auto;
        line-height: 78px;
    }

    @media (max-width: 767px) {
        .events-section h2 {
            font-size: 20px;
            line-height: normal;
        }
    }

    .tablinkswrap {
        display: block;
        margin: 0;
        padding: 6px 0;
        position: relative;
    }

    @media (max-width: 767px) {
        .tablinkswrap {
            padding: 0;
        }
    }

    .tablinkswrap ul.tabs-list {
        display: table;
        width: 100%;
        border-bottom: 1px solid #918b7f;
    }

    @media (max-width: 767px) {
        .tablinkswrap ul.tabs-list {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 99;
            /*background: #852d11;*/
            /*border-top: 1px solid #ffffff;*/
        }
    }

    .tablinkswrap ul.tabs-list li {
        display: inline-block;
        width: 8.33%;
        margin: 0 0 -3px;
        padding: 13px 0;
        cursor: pointer;
        font-family: 'ProximaNovaBold';
        font-size: 16px;
        /*color: #ffffff;*/
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        border-bottom: 5px solid transparent;
        float: left;
    }

    @media (max-width: 991px) {
        .tablinkswrap ul.tabs-list li {
            font-size: 18px;
        }
    }

    @media (max-width: 767px) {
        .tablinkswrap ul.tabs-list li {
            display: block;
            text-align: left;
            padding: 10px 15px;
            border: 0 !important;
            width: auto;
            float: none;
        }
    }

    /*.tablinkswrap ul.tabs-list li:hover {
    border-bottom: 5px solid #852d11;
}*/

    @media (max-width: 767px) {
        .tablinkswrap ul.tabs-list li:hover {
            background: #200926;
            /*color: #ffffff;*/
        }
    }

    /*.tablinkswrap ul.tabs-list li.active {
    color: #ffffff;
    border-bottom: 5px solid #852d11;
}*/

    @media (max-width: 767px) {
        .tablinkswrap ul.tabs-list li.active {
            background: #200926;
        }
    }

    .tablinkswrap .filter_label {
        display: none;
        font-family: 'ProximaNovaBold';
        font-size: 24px;
        /*color: #ffffff;*/
        font-weight: bold;
        text-transform: uppercase;
        /*background: #852d11;*/
        padding: 10px 15px;
        cursor: pointer;
    }

    @media (max-width: 767px) {
        .tablinkswrap .filter_label {
            display: block;
        }

            .tablinkswrap .filter_label:after {
                content: '';
                display: inline-block;
                /*border-top: 13px solid #ffffff;*/
                float: right;
                margin: 10px 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
            }
    }

    @media (max-width: 767px) {
        .open_select ul.tabs-list {
            display: block;
        }
    }
    /*-------tabs-container----*/
    .tabs-container {
        display: block;
        margin: 0;
        padding: 0;
    }

    .tabs-container__tab-content {
        /*display: none;*/
        margin: 0;
        padding: 23px 0
        /*-------tab-content-left----*/
        /*-------tab-content-left end----*/
        /*-------tab-content-right----*/
        /*-------tab-content-right end----*/
    }

        .tabs-container__tab-content ul li {
            display: block;
            margin: 0;
            padding: 31px 0 25px;
            border-bottom: 1px solid white;
        }

    @media (max-width: 767px) {
        .tabs-container__tab-content ul li {
            border: 0;
            padding: 20px 0 0;
        }
    }

    .tabs-container__tab-content ul li:nth-last-child(1) {
        border: 0;
    }

    .tabs-container__tab-content .tab-content-left {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        width: 80%;
    }

    @media (max-width: 1250px) {
        .tabs-container__tab-content .tab-content-left {
            width: 70%;
        }
    }

    @media (max-width: 767px) {
        .tabs-container__tab-content .tab-content-left {
            width: auto;
            display: block;
            margin: 0 auto;
            float: none;
            position: relative;
        }
    }

    .tabs-container__tab-content .tab-content-left figure {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        width: 25%;
    }

    @media (max-width: 767px) {
        .tabs-container__tab-content .tab-content-left figure {
            width: auto;
            display: block;
            float: none;
            margin: 0 0 10px;
        }
    }

    .tabs-container__tab-content .tab-content-left figure img {
        width: 100%;
        height: auto;
    }

    .tabs-container__tab-content .tab-content-left .cont {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 30px;
        float: left;
        width: 75%;
    }

    @media (max-width: 767px) {
        .tabs-container__tab-content .tab-content-left .cont {
            width: auto;
            display: inline-block;
            padding: 0;
            margin: 0 auto 20px auto;
            float: none;
        }
    }

    .tabs-container__tab-content .tab-content-left .cont a {
        display: block;
        margin: 0 0 7px 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 21px;
        /*color: #ffffff;*/
        font-weight: 900;
        line-height: 31px;
    }

    /*.tabs-container__tab-content .tab-content-left .cont a:hover {
        color: #852d11;
    }*/

    .tabs-container__tab-content .tab-content-left .cont p {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        /*color: #ffffff;*/
        line-height: 22px;
        font-weight: normal;
    }

    .tabs-container__tab-content .tab-content-right {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 6px 0 0;
    }

    @media (max-width: 991px) {
        .tabs-container__tab-content .tab-content-right {
            padding: 3px 0 0;
        }
    }

    @media (max-width: 767px) {
        .tabs-container__tab-content .tab-content-right {
            display: block;
            margin: 0;
            float: none;
            padding: 3px 0 20px;
        }
    }

    .tabs-container__tab-content .tab-content-right .btn {
        box-shadow: none;
        min-width: 225px;
        text-align: center;
        margin: 0 0 12px;
        padding: 11px 10px;
    }

    .tabs-container__tab-content .tab-content-right .btn2, .event-info .btn2 {
        min-width: 225px;
        /*min-width: 235px;*/
        display: block;
        margin: 0;
        padding: 11px 22px;
        font-family: 'ProximaNovaBold';
        font-size: 15px;
        /*color: #ffffff;*/
        text-transform: uppercase;
        text-align: center;
        /*border: 2px solid #851111;*/
        border-radius: 7px;
        box-shadow: none;
        cursor: pointer;
        outline: none;
        letter-spacing: 2px;
        word-spacing: 2px;
        /*min-height:65px;*/
    }

    .event-info .btn-edp {
        display: inline-block;
        padding: 19px 38px;
        margin: 0 10px;
    }

    @media (max-width: 767px) {
        .tabs-container__tab-content .tab-content-right .btn2 {
            display: inline-block;
            padding: 9px 22px;
            width: 100%;
        }
    }

    @media (max-width: 479px) {
        .tabs-container__tab-content .tab-content-right .btn2 {
            display: inline-block;
        }
    }

    /*.tabs-container__tab-content .tab-content-right .btn2:hover {
    background: #852d11;
}*/

    /*-------events-section end----*/
    /*-------gallery-section----*/
    .gallery-section {
        display: block;
        margin: 0;
        padding: 50px 0 10px;
        background: url(../images/bg3.jpg) repeat center top;
        position: relative;
        text-align: center;
    }

    @media (max-width: 767px) {
        .gallery-section {
            padding: 68px 0 74px;
        }
    }

    .gallery-section h2 {
        display: inline-block;
        margin: 0px 0 39px 0px;
        padding: 0 38px;
        font-family: 'RockSalt-Regular';
        font-size: 50px;
        color: #4c2a85;
        font-weight: normal;
        background-size: 100% auto;
        line-height: 78px;
    }

    @media (max-width: 767px) {
        .gallery-section h2 {
            font-size: 30px;
            line-height: normal;
        }
    }

    .gallery-section:after {
        content: '';
        display: block;
        width: 100%;
        height: 45px;
        background: url(../images/bg3.jpg) repeat center top;
        position: absolute;
        left: 0;
        bottom: -25px;
        z-index: 99;
    }

    .gallery-section:before {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg5.png) repeat-x left top;
        position: absolute;
        left: 0;
        top: -20px;
        z-index: 99;
    }

    .gallery-section .grid-main {
        margin: 0 0 38px;
    }

    .gallery-section .grid-sizer {
        width: 25%;
    }

    @media (max-width: 479px) {
        .gallery-section .grid-sizer {
            width: 100%;
        }
    }

    .gallery-section .item {
        width: 24%;
        margin: 0.5%;
    }

    @media (max-width: 479px) {
        .gallery-section .item {
            width: 100%;
            margin: 10px 0;
        }
    }

    .gallery-section .item img {
        max-width: 100%;
        width: 100%;
        display: block;
    }

    /*-------gallery-section end----*/
    /*-------inner1----*/
    .inner-banner {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background: url(../images/inner-banner-bg.jpg) no-repeat center top;
        background-size: cover;
        height: 105px;
    }

    @media (max-width: 767px) {
        .inner-banner {
            height: 50px;
        }
    }

    .inner-banner__title {
        display: table;
        margin: 0 auto;
        padding: 57px 0 0;
        height: 100%;
    }

    @media (max-width: 767px) {
        .inner-banner__title {
            padding: 0;
        }
    }

    .inner-banner__title__title-in {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        padding: 0;
        height: 100%;
    }

    @media (max-width: 767px) {
        .inner-banner__title__title-in {
            margin: 40px 0 -30px 0px;
        }
    }

    .inner-banner__title__title-in h2 {
        display: table;
        margin: 0;
        padding: 7px 47px;
        font-family: 'RockSalt-Regular';
        font-size: 48px;
        color: white;
        background-size: 100% auto;
        font-weight: normal;
        line-height: 63px;
    }

    @media (max-width: 599px) {
        .inner-banner__title__title-in h2 {
            font-size: 35px;
        }
    }

    .events-section2 {
        display: block;
        margin: 0;
        padding: 79px 0 106px;
        background: url(../images/bg3.jpg) repeat left top;
        position: relative
        /*-------tabs-container----*/
        /*-------tabs-container end----*/
    }

    @media (max-width: 767px) {
        .events-section2 {
            background-size: auto;
            padding: 70px 0 40px;
        }
    }

    .events-section2:before {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg5.png) repeat-x left top;
        position: absolute;
        left: 0;
        top: -20px;
        z-index: 99;
    }

    .events-section2:after {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg4.png) repeat-x left top;
        position: absolute;
        left: 0;
        bottom: -20px;
        z-index: 99;
    }

    .events-section2 .tablinkswrap ul.tabs-list li {
        color: #3d4250;
    }

    /*@media (max-width: 767px) {
    .events-section2 .tablinkswrap ul.tabs-list li {
        color: #ffffff;
    }
}*/

    /*.events-section2 .tablinkswrap ul.tabs-list li:hover {
    border-bottom: 5px solid #852d11;
}*/

    @media (max-width: 767px) {
        .events-section2 .tablinkswrap ul.tabs-list li:hover {
            background: #200926;
            /*color: #ffffff;*/
        }
    }

    /*.events-section2 .tablinkswrap ul.tabs-list li.active {
    color: #131725;
}*/

    /*@media (max-width: 767px) {
    .events-section2 .tablinkswrap ul.tabs-list li.active {
        color: #ffffff;
    }
}*/

    .events-section2 .tabs-container__tab-content {
        /*-------tab-content-left----*/
        /*-------tab-content-left end----*/
        /*-------tab-content-right----*/
        /*-------tab-content-right end----*/
    }

        .events-section2 .tabs-container__tab-content ul li {
            border-bottom-color: #a6a7a5;
        }

            .events-section2 .tabs-container__tab-content ul li:nth-last-child(1) {
                border-bottom: 1px solid #a6a7a5;
            }

        .events-section2 .tabs-container__tab-content .tab-content-left .cont a {
            color: #4c2a85;
        }

        .events-section2 .tabs-container__tab-content .tab-content-left .cont p {
            color: #3d4250;
        }

    /*.events-section2 .tabs-container__tab-content .tab-content-right .btn2 {
        color: #131725;
    }*/

    /*.events-section2 .tabs-container__tab-content .tab-content-right .btn2:hover {
            color: #ffffff;
        }*/

    .newsletter2 {
        background: none;
        padding: 88px 0 70px;
        margin: -10px 0 94px;
    }

    @media (max-width: 767px) {
        .newsletter2 {
            padding: 0 0 20px;
            margin: 0 0 50px;
            border-bottom: 1px solid #a6a7a5;
        }
    }

    @media (max-width: 991px) {
        .newsletter2 .container {
            width: 100%;
        }
    }

    .newsletter2:before {
        content: '';
        display: block;
        width: 110%;
        height: 24px;
        background: url(../images/line.png) no-repeat left top;
        position: absolute;
        left: -5%;
        top: 0;
        z-index: 99;
        background-size: 100% 24px;
    }

    @media (max-width: 1350px) {
        .newsletter2:before {
            width: 100%;
            left: 0;
        }
    }

    @media (max-width: 767px) {
        .newsletter2:before {
            background: none;
            display: none;
        }
    }

    .newsletter2:after {
        content: '';
        display: block;
        width: 110%;
        height: 24px;
        background: url(../images/bg3.jpg) repeat center top;
        position: absolute;
        left: -5%;
        bottom: 0;
        z-index: 99;
        background-size: 100% 24px;
    }

    @media (max-width: 1350px) {
        .newsletter2:after {
            width: 100%;
            left: 0;
        }
    }

    @media (max-width: 767px) {
        .newsletter2:after {
            background: none;
            display: none;
        }
    }

    /*.newsletter2 h3 {
    color: #ffffff;
}*/

    /*-------premium-seating----*/
    .premium-seating2 {
        display: block;
        margin: 0;
        padding: 28px 0 45px 0;
        background: url(../images/bg3.jpg) repeat center top;
        position: relative;
    }

        .premium-seating2:before {
            content: '';
            display: block;
            width: 100%;
            height: 21px;
            background: url(../images/bg5.png) repeat-x left top;
            position: absolute;
            left: 0;
            top: -20px;
            z-index: 999;
        }

    @media (max-width: 767px) {
        .premium-seating2 {
            padding: 20px 0 40px 0;
        }

            .premium-seating2 .container {
                width: 100%;
            }
    }

    .premium-seating2 img {
        width: 100%;
        height: 233px;
        display: block;
    }

    @media (max-width: 991px) {
        .premium-seating2 img {
            height: 300px;
            object-fit: cover;
        }
    }

    .premium-seating2__premium-cont {
        display: block;
        position: relative;
        padding: 0;
        border: 3px solid #d5223a;
    }

    @media (max-width: 767px) {
        .premium-seating2__premium-cont {
            border-right: 0;
            border-left: 0;
        }
    }

    .premium-seating2__premium-cont:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.54);
        content: '';
        display: inline-block;
    }

    @media (max-width: 991px) {
        .premium-seating2__premium-cont:after {
            display: none;
        }
    }

    .premium-seating2__premium-cont__premium-cont-in {
        display: table;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 8%;
        width: 100%;
        z-index: 9;
    }

    @media (max-width: 991px) {
        .premium-seating2__premium-cont__premium-cont-in {
            padding: 0 4%;
        }
    }

    @media (max-width: 767px) {
        .premium-seating2__premium-cont__premium-cont-in {
            display: inline-block;
            position: static;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            /*background: #131725;*/
            padding: 50px 3%;
        }
    }

    .premium-seating2__premium-cont__premium-cont-in .premium-cont-right {
        display: inline-block;
        vertical-align: middle;
        width: 65%;
    }

    @media (max-width: 767px) {
        .premium-seating2__premium-cont__premium-cont-in .premium-cont-right {
            width: 100%;
        }
    }

    .premium-seating2__premium-cont__premium-cont-in .premium-cont-right img {
        width: 100%;
        max-width: 348px;
        height: auto !important;
        margin: 0 0 13px 0;
        border: 0 !important;
    }

    .premium-seating2__premium-cont__premium-cont-in .premium-cont-right p {
        display: block;
        margin: 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        /*color: #ffffff;*/
        line-height: 30px;
    }

    .premium-seating2__premium-cont__premium-cont-in .premium-cont-right1 {
        display: inline-block;
        position: absolute;
        right: 8%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 991px) {
        .premium-seating2__premium-cont__premium-cont-in .premium-cont-right1 {
            right: 4%;
        }
    }

    @media (max-width: 767px) {
        .premium-seating2__premium-cont__premium-cont-in .premium-cont-right1 {
            width: 100%;
            display: inline-block;
            margin: 20px auto 0 auto;
            position: static;
            text-align: center;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }
    }

    /*-------premium-seating end----*/
    /*-------inner page start----*/
    /*-------event-info----*/
    .event-info {
        display: block;
        margin-top: 160px;
        padding: 35px 0 96px 0;
        background: url(../images/bg3.jpg) repeat center top;
        position: relative;
    }

    @media (max-width: 767px) {
        .event-info {
            padding: 35px 0 75px 0;
            margin-top: 40px;
        }
    }

    .event-info:before {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg5.png) repeat-x left top;
        position: absolute;
        left: 0;
        top: -20px;
        z-index: 999;
    }

    .event-info:after {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg7.png) repeat-x left top;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 99;
    }

    .event-info__left-section {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 60%;
        float: left;
    }

    @media (max-width: 1250px) {
        .event-info__left-section {
            width: calc(100% - 360px);
        }
    }

    @media (max-width: 767px) {
        .event-info__left-section {
            width: 100%;
        }
    }

    .event-info__left-section h2 {
        display: block;
        margin: 0px 0 17px -27px;
        padding: 0 27px;
        font-family: 'ProximaNovaRegular';
        font-size: 34px;
        /*color: #852d11;*/
        font-weight: bold;
        background-size: 100% auto;
        line-height: 56px;
    }

    @media (max-width: 1250px) {
        .event-info__left-section h2 {
            font-size: 30px;
        }
    }

    @media (max-width: 767px) {
        .event-info__left-section h2 {
            font-size: 19px;
            line-height: normal;
        }
    }

    .event-info__left-section .sp {
        display: inline-block;
        margin: 0 0 20px 0;
        padding: 7px 12px;
        font-family: 'ProximaNovaBold';
        font-size: 12px;
        /*color: #ffffff;*/
        /*background: #852d11;*/
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    @media (max-width: 767px) {
        .event-info__left-section span {
            padding: 7px 15px 7px 39px;
            margin: 0 0 20px -38px;
        }
    }

    .event-info__left-section p {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 17px;
        /*color: #131725;*/
        font-weight: normal;
        line-height: 29px;
    }

    @media (max-width: 767px) {
        .event-info__left-section p {
            margin: 0 0 10px 0;
        }
    }

    .event-info__left-section__right-section {
        display: none;
        float: none;
    }

    @media (max-width: 767px) {
        .event-info__left-section__right-section {
            display: block;
            margin: 0 0 30px;
        }
    }

    .event-info__left-section__right-section figure {
        display: block;
        padding: 10px 0 20px;
    }

        .event-info__left-section__right-section figure img {
            width: 100%;
            height: auto;
            display: block;
        }

    .event-info__right-section {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 500px;
        float: right;
        padding-right: 20px;
    }

    @media (max-width: 1250px) {
        .event-info__right-section {
            width: 330px;
        }
    }

    @media (max-width: 767px) {
        .event-info__right-section {
            display: none;
        }
    }

    .event-info__right-section figure {
        display: block;
    }

        .event-info__right-section figure img {
            width: 100%;
            height: auto;
            display: block;
        }

    .event-info__right-section__top {
        display: block;
        margin: 19px 0 10px;
        padding: 0;
    }

    @media (max-width: 479px) {
        .event-info__right-section__top {
            margin: 0 0 5px;
        }
    }

    .event-info__right-section__top ul {
        margin: 0 -3px 0 0px;
    }

        .event-info__right-section__top ul li {
            display: inline-block;
            margin: 0 0 0 -1px;
            padding: 18px 5px 13px 5px;
            width: 33.33%;
            text-align: center;
            float: left;
            border: 1px solid #a1a2a1;
            height: 96px;
        }

            /*@media (max-width: 479px) {
    .event-info__right-section__top ul li {
        width: 50%;
        margin: 5px 0;
    }
}*/

            .event-info__right-section__top ul li small {
                display: block;
                margin: 0 0 7px;
                padding: 0;
                font-family: 'ProximaNovaRegular';
                font-weight: 600;
                font-size: 11px;
                color: #696969;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .event-info__right-section__top ul li span {
                display: block;
                margin: 0;
                padding: 0;
                font-family: 'ProximaNovaRegular';
                font-weight: 600;
                font-size: 18px;
                color: #4c2a85;
                background: none;
            }

    .event-info__right-section__bottom {
        display: block;
        margin: 0;
        padding: 17px 10px 8px;
        border: 1px solid #a1a2a1;
        text-align: center;
    }

        .event-info__right-section__bottom h6 {
            display: block;
            margin: 0 0 3px;
            padding: 0;
            font-family: 'ProximaNovaRegular';
            font-weight: 600;
            font-size: 11px;
            color: #696969;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .event-info__right-section__bottom ul {
            display: inline-block;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            .event-info__right-section__bottom ul li {
                display: inline-block;
                margin: 4px 0;
                padding: 0px 10px;
                border-right: 1px solid #a1a2a1;
            }

                .event-info__right-section__bottom ul li:nth-last-child(1) {
                    border: 0;
                }

    @media (max-width: 767px) {
        .event-info__right-section__bottom ul li {
            padding: 0px 6px;
        }
    }

    .event-info__right-section__bottom ul li a {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 18px;
        color: #4c2a85;
        font-weight: 600;
    }

    @media (max-width: 767px) {
        .event-info .hide-info {
            display: none;
        }
    }

    .event-info .hide-info {
        font-size: 17px;
        /*color: #131725;*/
        font-weight: normal;
        line-height: 29px;
        margin: 30px 0;
    }

    .feature-bold {
        font-weight: bold;
    }

    @media (max-width: 767px) {
        .event-info .btn3, .event-info .btn2 {
            margin: 0 auto;
            display: table;
        }

        .event-info .btn2 {
            margin-top: 10px;
        }
    }

    /*-------event-info end----*/
    /*-------artist----*/
    .artist {
        padding: 100px 0 89px;
        background: url(../images/events-bg3.jpg) no-repeat center top;
        background-size: cover;
    }

    @media (max-width: 767px) {
        .artist {
            padding: 50px 0;
        }
    }

    .artist h2 {
        display: table;
        margin: 0px 0 27px -38px;
        padding: 0 38px;
        font-size: 50px;
        color: white;
        font-weight: normal;
        background-size: 100% auto;
        line-height: 78px;
    }

    @media (max-width: 767px) {
        .artist h2 {
            font-size: 20px;
            line-height: normal;
        }
    }

    .artist__content {
        display: block;
        margin: 0;
        padding: 0;
    }

        .artist__content ul li {
            border-bottom: 1px solid #393c48;
            padding: 31px 0 25px;
        }

            .artist__content ul li:nth-last-child(1) {
                border: 0;
            }

        .artist__content figure {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 20%;
        }

            .artist__content figure img {
                width: 100%;
                height: auto;
                display: block;
            }

    @media (max-width: 599px) {
        .artist__content figure {
            width: 100%;
        }
    }

    .artist__content .cont {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 76.7%;
        float: right;
        position: relative;
    }

    @media (max-width: 599px) {
        .artist__content .cont {
            width: 100%;
        }
    }

    .artist__content .cont h4 {
        display: block;
        margin: 0 0 7px;
        padding: 0;
        font-family: 'RockSalt-Regular';
        font-size: 22px;
        /*color: #ffffff;*/
        font-weight: normal;
        line-height: 44px;
    }

    .artist__content .cont p {
        display: block;
        margin: 0 0 4px 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 15px;
        /*color: #ffffff;*/
        font-weight: normal;
        line-height: 24px;
    }

    .artist__content .cont a {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'ProximaNovaBold';
        font-size: 15px;
        /*color: #852d11;*/
        line-height: 24px;
    }

    .artist__social-icons {
        display: inline-block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 12px;
        right: 0;
    }

    @media (max-width: 599px) {
        .artist__social-icons {
            position: static;
            display: block;
            margin: 20px 0 0;
        }
    }

    .artist__social-icons ul li {
        border: 0;
        display: inline-block;
        margin: 0 0 0 11px;
        padding: 0;
    }

    @media (max-width: 599px) {
        .artist__social-icons ul li {
            margin: 0 11px 0 0px;
        }
    }

    .artist__social-icons ul li a {
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: normal !important;
    }

        .artist__social-icons ul li a:hover {
            opacity: 0.8;
        }

    /*-------artist end----*/
    .inner1 .slider-shows {
        padding: 97px 0 196px;
        margin: 0;
    }

    @media (max-width: 767px) {
        .inner1 .slider-shows {
            padding: 39px 0 128px;
        }
    }

    .inner1 .events-section {
        padding: 0px 0 60px;
        background: url(../images/events-bg2.jpg) no-repeat center top;
        background-size: cover;
    }

    @media (max-width: 767px) {
        .inner1 .events-section {
            padding: 0 0 30px;
        }
    }

    .inner1 .events-section h2 {
        margin: 0px 0 6px -38px;
    }

    .inner1 .newsletter {
        padding: 61px 0 40px;
    }

    /*@media (max-width: 767px) {
    .inner1 .newsletter h3 {
        color: #ffffff;
    }
}*/

    @media (max-width: 767px) {
        .inner1 .newsletter {
            background: none;
            margin: 0 3%;
            padding: 40px 0 30px;
            border-top: 1px solid #393c48;
            border-bottom: 1px solid #393c48;
        }
    }

    .inner1 .newsletter:after {
        content: '';
        display: block;
        width: 100%;
        height: 21px;
        background: url(../images/bg4.png) repeat-x left top;
        position: absolute;
        left: 0;
        bottom: -20px;
        z-index: 999;
    }

    @media (max-width: 767px) {
        .inner1 .newsletter:after {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .inner1 .newsletter:before {
            display: none;
        }
    }

    .inner1 .slider-shows__title {
        display: block;
        margin: 0 0 22px;
        padding: 0;
    }

    @media (max-width: 1250px) {
        .inner1 .slider-shows__title {
            padding: 0 3%;
        }
    }

    .inner1 .slider-shows__title h2 {
        display: table;
        margin: 0px 0 39px -38px;
        padding: 0 38px;
        font-family: 'ProximaNovaRegular';
        font-size: 50px;
        color: white;
        font-weight: bold;
        background-size: 100% auto;
        line-height: 78px;
    }

    @media (max-width: 767px) {
        .inner1 .slider-shows__title h2 {
            font-size: 20px;
            line-height: bold;
        }
    }

    .msgContText {
        color: red;
    }

    @media (min-width: 767px) {
        .svt_venue-info {
            display: block;
            margin: 150px 25px;
        }
    }

    .shows-left {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 67%;
        float: left;
    }

    .map-section-right {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: right;
        width: 28.1%;
    }

        .map-section-right span {
            display: block;
            margin: 0 0 7px;
            padding: 0;
            font-family: 'ProximaNovaRegular';
            font-size: 22px;
            /*color: #ffffff;*/
            font-weight: normal;
            line-height: 44px;
        }

        .map-section-right h3, .map-section-right a {
            display: block;
            margin: 0 0 7px 0;
            padding: 0;
            font-family: 'ProximaNovaRegular';
            font-size: 21px;
            /*color: #ffffff;*/
            font-weight: 900;
            line-height: 31px;
        }

        .map-section-right h3 {
            font-size: 25px;
        }

    .top_section {
        background: url(../images/bg3.jpg) repeat center top;
        display: block;
        position: relative;
        margin: 0 0 71px;
    }

        .top_section figure {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 37.8%;
            float: left;
        }

    .container {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .top_section figure img {
        display: block;
        width: 100%;
        height: auto;
    }

    .events-section h1 {
        display: table;
        /*margin: 0px 0 27px -38px;*/
        margin: 18px 0px 18px -38px;
        padding: 0 38px;
        font-family: 'ProximaNovaRegular';
        font-size: 50px;
        color: white;
        font-weight: bold;
        background-size: 100% auto;
        line-height: 78px;
    }

    .top_section__top-cont {
        display: inline-block;
        margin: 0;
        padding: 61px 49px 0;
        width: 62%;
        float: left;
    }

        .top_section__top-cont h2 {
            display: block;
            margin: 0px 0 17px -27px;
            padding: 0 27px;
            font-family: 'ProximaNovaRegular';
            font-size: 34px;
            color: #4c2a85;
            font-weight: bold;
            background-size: 100% auto;
            line-height: 56px;
        }

        .top_section__top-cont p {
            display: block;
            margin: 0 0 32px 0;
            padding: 0;
            font-family: 'ProximaNovaRegular';
            font-size: 17px;
            /*color: #131725;*/
            font-weight: normal;
            line-height: 29px;
        }

        .top_section__top-cont ul {
            display: inline-block;
            position: absolute;
            right: 0;
            /*bottom: -3px*/
            bottom: 0px;
        }

            .top_section__top-cont ul li {
                display: inline-block;
                margin: 0;
                padding: 0;
                float: left;
            }

    .shows-left__about-show span {
        display: block;
        margin: 0 0 7px;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 22px;
        /*color: #ffffff;*/
        font-weight: bold;
        line-height: 44px;
    }

    .shows-left__about-show p {
        display: block;
        margin: 0 0 4px 0;
        padding: 0;
        font-family: 'ProximaNovaRegular';
        font-size: 15px;
        /*color: #ffffff;*/
        font-weight: normal;
        line-height: 24px;
    }

    @media (max-width: 1178px) {
        .top_section figure {
            width: 50%;
        }

        .top_section__top-cont {
            width: 50%;
            padding: 20px 30px 40px;
        }

            .top_section__top-cont h2 {
                font-size: 25px;
            }

            .top_section__top-cont p {
                font-size: 14px;
            }
    }

    @media (max-width: 965px) {
        .top_section__top-cont h2 {
            font-size: 23px;
        }

        .top_section__top-cont p {
            font-size: 14px;
            margin: 0 0 15px 0;
        }
    }

    @media (max-width: 856px) {
        .top_section figure {
            width: 100%;
        }

        .top_section__top-cont {
            width: 100%;
        }

            .top_section__top-cont h2 {
                font-size: 25px;
            }

            .top_section__top-cont p {
                font-size: 14px;
                margin: 0 0 30px 0;
            }

        .map-section-right {
            width: 100%;
            text-align: center;
        }

        .shows-left {
            width: 100%;
            padding-bottom: 60px;
        }
    }


    /* ==========================================================================
   SEVENROOMS FORM
   ========================================================================== */

    #vipsignup {
        background: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/HOB_VIP-bg.jpg') center center;
        background-size: cover;
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
    }

    form#vipSignupContainer {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 960px;
        margin: 0px 0px;
        display: block;
    }

    #vipSignupContainerInner {
        padding: 10px;
        width: 95%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #vipSignup-left, #vipSignup-right {
        float: left;
        width: 47%;
        margin: 0 auto;
        text-align: left;
        margin: 10px;
    }

        #vipSignup-left .form-group-half {
            width: 45%;
            float: left;
            margin-right: 15px;
            margin-bottom: 9px;
            display: block;
        }

    #vipSignup-left {
        padding-left: 10px;
    }

    #vipsignup label {
        margin-bottom: 3px;
        font-family: brandon-grotesque-regular, sans-serif;
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        letter-spacing: .9px;
        margin-left: 0px;
        width: 100%;
        display: inline-block;
        font-weight: bold;
    }

    #vipSignup-left input {
        margin-bottom: 10px;
        background-color: #a5a1a6;
        border: 0px solid #111;
        width: 94%;
        border-radius: 0;
        margin: 0;
        padding: 6px 10px;
    }

    #vipsignup .vipInputTextArea {
        display: block;
        width: 100%;
        overflow: auto;
    }

        #vipsignup .vipInputTextArea textarea {
            margin: 0 auto;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: #a5a1a6;
            border: 0px solid #111;
            border-radius: 0;
            height: 105px;
            padding: 6px 12px;
            width: 100%;
            font-family: inherit;
        }

    #vipSignup-left input:-webkit-autofill {
        background-color: #a5a1a6 !important;
    }

    .vipCheckbox {
        color: #fff;
        font-weight: bold;
        text-align: center;
        vertical-align: text-bottom;
        width: 98%;
        margin: 0px 0px;
        margin-top: 10px;
        margin-bottom: 8px;
        font-size: 14px;
        font-family: brandon-grotesque-regular, sans-serif;
        font-weight: normal;
    }

        .vipCheckbox input[type=checkbox] {
            width: 22px;
            height: 22px;
            border: 0px solid #111;
            border-radius: 0px;
            color: #a5a1a6;
            background: #a5a1a6;
            background-color: rgb(162,159,163);
            margin-right: 8px;
            margin-bottom: 4px;
            padding: 7px;
        }

    #vipsignup .vipSubmitBtn {
        width: 50%;
        background-color: #532f5d;
        font-family: brandon-grotesque-regular, sans-serif;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        font-size: 18px;
        text-transform: uppercase;
        height: 34px;
        border: 0px solid #111;
    }

    span.vip-head2 {
        font-family: brandon-grotesque-regular, sans-serif;
        letter-spacing: .6px;
        font-size: 29px;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
    }

    .vip-logo {
        float: left;
        background-color: #532f5d;
        background: #532f5d;
        background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 24%;
        height: 100px;
        padding: 5px 10px;
    }

    .vip-header {
        width: 100%;
        padding: 10px 0px 5px;
        margin: 0 auto;
        text-align: center;
        font-family: brandon-grotesque-medium, sans-serif;
        letter-spacing: 2px;
        font-size: 50px;
        line-height: 48px;
        text-transform: uppercase;
        color: #fff;
    }

    .vip-blurb {
        font-family: brandon-grotesque-regular, sans-serif;
        font-size: 17px;
        letter-spacing: .9px;
        line-height: 19px;
        color: #fff;
        padding: 9px 5% 7px;
        background: #532f5d;
        background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66532f5d', endColorstr='#78532f5d',GradientType=1 ); /* IE6-9 */
    }

    .elevate {
        font-family: brandon-grotesque-regular, sans-serif;
        font-size: 26px;
        letter-spacing: 1.9px;
        font-weight: normal;
        line-height: 21px;
        color: #fff;
        padding: 15px 5% 2px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .perk {
        min-width: 100px;
        font-weight: bold;
        color: #fff;
        margin: 5px;
        text-align: center;
    }

    .vip-perks {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 98%;
        margin: 5px auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .vip-perk {
        display: block;
        width: 23%;
        border: 1px solid #999;
        border-radius: 2px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        height: 120px;
    }

    .pimg1 {
        background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-star.jpg');
    }

    .pimg2 {
        background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-tkt.jpg');
    }

    .pimg3 {
        background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-drink.jpg');
    }

    .pimg4 {
        background-image: url('../images/in-seat-service.jpg');
    }

    .perk img, .vip-perk img {
        margin: 0 0 0;
    }

    .pimg1 img, .pimg2 img, .pimg3 img, .pimg4 img {
        position: absolute;
        left: 4px;
        bottom: 4px;
    }

    .des {
        position: absolute;
        left: 35px;
        bottom: 4px;
        font-weight: bold;
        color: #fff;
        font-family: brandon-grotesque-medium, sans-serif;
        font-size: 15px;
        letter-spacing: .6px;
        text-transform: uppercase;
        text-shadow: 1px 2px 2px #111
    }

    .VIPform-footer {
        font-family: brandon-grotesque-regular, sans-serif;
        letter-spacing: .3px;
        color: #fff;
        margin-top: -7px;
        padding: 0px 40px 15px;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
    }

        .VIPform-footer p {
            margin-bottom: 10px;
        }

    .VIPform-optText {
        font-family: brandon-grotesque-regular, sans-serif;
        letter-spacing: .3px;
        color: #fff;
        margin-top: -7px;
        padding: 0;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        color: #afafaf;
    }

        .VIPform-optText p {
            margin: 0;
        }

    @media screen and (max-width:940px) and (min-width:851px) {
        span.vip-head2 {
            font-size: 25px;
        }
    }

    @media screen and (max-width:850px) {
        .frGuest-header {
            padding: 5px 5px;
            width: 65%;
            margin-top: 20px;
        }

        .vip-logo {
            margin: 0px auto;
            margin-top: -7px;
            margin-bottom: 10px;
            text-align: center;
            float: none;
            width: 220px;
            background: none;
        }

        .fr-logo {
            float: left;
        }

        .vip-logo img {
            width: 220px;
        }

        #vipsignup .vipInputTextArea {
            width: 94%;
            margin: 0 auto;
        }

        .vipCheckbox input[type=checkbox] {
            margin-right: 3px;
        }

        #vipSignup-left, #vipSignup-right {
            float: none;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        #vipSignup-left {
            padding-left: 35px;
        }

            #vipSignup-left input {
                width: 98%;
            }

        .VIPform-footer {
            margin-top: 20px;
        }

        .vip-perks {
            width: 80%;
        }

        .vip-perk {
            width: 216px;
            height: 124px;
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width:768px) {
        .frGuest-header, .fr-logo {
            float: none;
        }
    }

    @media screen and (max-width:718px) {
        .frGuest-header {
            width: 98%;
        }
    }

    @media screen and (max-width:670px) {
        .vip-header {
            font-size: 46px;
            line-height: 48px;
        }

        .perk {
            min-width: 65px;
        }

        .vip-perks {
            width: 98%;
        }
    }

    @media screen and (max-width:670px) {
        #vipSignup-left {
            padding-left: 40px;
        }
    }

    @media screen and (max-width:610px) {
        .vip-header {
            font-size: 42px;
            line-height: 44px;
        }

        .vip-perks {
            width: 98%;
        }

        #vipSignup-left .form-group-half {
            width: 95%;
            float: none;
            text-align: center;
            margin: 0 auto;
        }

        #vipSignup-left {
            padding-left: 0px;
        }

        #vipsignup label {
            text-align: left;
            margin-top: 10px;
        }
    }

    @media screen and (max-width:550px) {
        #vipSignupContainerInner .btn-danger {
            width: 100%;
            margin-top: 20px;
        }

        .frGuest-header {
            font-size: 36px;
        }
    }

    @media screen and (max-width:500px) {
        .perk {
            min-width: 55px;
            margin: 0 0;
        }

        #vipsignup .vipSubmitBtn {
            width: 100%;
            margin-bottom: 10px;
        }
    }

    #vipSignupContainerInner .center {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #vipSignupContainer div.closeDialog {
        color: #333;
        float: right;
        border: 1px solid #dc1312; /* Changeable */
        width: 25px;
        height: 25px;
        margin: 3px;
        font-size: 25px;
        font-weight: bold;
        line-height: 27px;
        cursor: pointer;
    }

        #vipSignupContainer div.closeDialog:hover {
            color: #dc1312; /* Changeable */
        }

        #vipSignupContainer div.closeDialog span {
            padding: 4px;
        }

    /* PSS fixes */
    img.last-star {
        display: none;
    }

    h3.pss-benef.pss-more {
        display: none;
    }

    section.pss-slideshow {
        margin-bottom: 20px;
    }

    button.pss-more-info {
        display: none;
    }

    @media only screen and (max-width: 1140px) {
        div#pss-new {
            margin-top: unset;
        }
    }

    /*# sourceMappingURL=style.css.map */
