/******************************************************************
**
** File: BroadwaySF v7 Branding
** Created On: 13 Feb 2018
** Updated On: 22 Jun 2021
**
** Created By: Nimit Jethwa
** Updated By: Luke Johnston
**
** Version: 1.02
**
******************************************************************/

/* === FONTs */

@import url('https://fonts.googleapis.com/css?family=Bitter');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: 'DINWebPro';
    src: url('/ArticleMedia/Images/branding/font/DINWebPro.eot');
    src: url('/ArticleMedia/Images/branding/font/DINWebPro.woff') format('woff')/*
       url('/ArticleMedia/Images/branding/font/DINWebPro.ttf') format('truetype')*/;
}
@font-face {
    font-family: 'DINWebPro-Medium';
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-Medium.eot');
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-Medium.woff') format('woff')/*
       url('/ArticleMedia/Images/branding/font/DINWebPro-Medium.ttf') format('truetype')*/;
}
@font-face {
    font-family: 'DINWebPro-Bold';
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-Bold.eot');
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-Bold.woff') format('woff')/*
       url('/ArticleMedia/Images/branding/font/DINWebPro-Bold.ttf') format('truetype')*/;
    font-weight: bold;
}
@font-face {
    font-family: 'DINWebPro-BlackIta';
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-BlackIta.eot');
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-BlackIta.woff') format('woff')/*
       url('/ArticleMedia/Images/branding/font/DINWebPro-BlackIta.ttf') format('truetype')*/;
    font-style: italic;
}
@font-face {
    font-family: 'DINWebPro-BoldIta';
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-BoldIta.eot');
    src: url('/ArticleMedia/Images/branding/font/DINWebPro-BoldIta.woff') format('woff')/*
       url('/ArticleMedia/Images/branding/font/DINWebPro-BoldIta.ttf') format('truetype')*/;
    font-weight: bold;
    font-style: italic;
}

/* === RESET STYLING */
.btn { border-radius: 0px; border: 0px; }
ul { -moz-padding-start: 0px;
padding-start: 0px;
-webkit-padding-start: 0px; }
.articles .article-container {
        margin: 0px;
}

/* ======== FIX MOBILE BEST AVAILABLE ============ */
    .item-box-item-details.price-zone-option {
        border-bottom: none;
        vertical-align: middle;
    }


/* ======================= TEMP CHANGE ========================= */

/*
.articles .article-container.tertiary-linked-features {
    display: none;
}

.articles.has-tertiary-features .article-container.main-article-body {
        width: 100%;
}
*/

/* === Hide/SHOW Tertiary */

/*
.articles .article-container.tertiary-linked-features {
    display: none;
}
*/

/* Hide Promo Box on Hamilton Show Page */
.AVN13HamiltonSiteHomePage #promoCodeBox {
    display:none;
}


.AVN13MemberHomePageAVTemplate #promoCodeBox, .promotional-code-message, #carousel-info {
    display: none;
}

.articles.has-tertiary-features .article-container.main-article-body {
        width: 100%;
}

#section-a, .section-a {
    height:0px;
}

#section-a .slider-text, .section-a .slider-text {
    display: none;
}

.articles .article-container.tertiary-linked-features {
    height:0px;
    padding:0px !important;
}

.AVN13HomePageAVTemplate .articles .article-container.tertiary-linked-features,
.AVN13HomePageAVTemplate .articles .article-container.tertiary-linked-features,
.AVN13HomePageAVTemplate #carousel-info {
    display: block;
}

/*.AVN13HomePageAVTemplate .articles.has-tertiary-features .article-container.main-article-body {
        width: 75%;
} */

.AVN13HomePageAVTemplate .articles .article-container.tertiary-linked-features {
    display: block;
    height: auto;
    padding: 30px !important;
}


.AVN13MemberHomePageAVTemplate .articles .article-container.tertiary-linked-features,
.AVN13MemberHomePageAVTemplate .articles .article-container.tertiary-linked-features,
.AVN13MemberHomePageAVTemplate #carousel-info {
    display: block;
}

.AVN13MemberHomePageAVTemplate .articles.has-tertiary-features .article-container.main-article-body {
        width: 75%;
}

.AVN13MemberHomePageAVTemplate .articles .article-container.tertiary-linked-features {
    display: block;
}

.AVN13HomePageAVTemplate #promoCodeBox {
    display:none;
}

.type1 #promoCodeBox, .type3 #promoCodeBox, .type4 #promoCodeBox {
    display: none;
}

/* == HomePage Specific Changes */
.AVN13HomePageAVTemplate  .article-container .main-article-body {
    width:800px;
}

.AVN13HomePageAVTemplate  .article-container .tertiary-linked-features {
    width:330px;
}

#search-ticket-usage-box {
    display:none;
}

/* === Global */



.item-box-item-details.price-zone-option > span {
    margin-top: 25px;
}

#orderInfoSecondBar {display:none;}

body {
    background-color: #fff;
    color: #666666;
    font-family: 'DINWebPro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#content > .container {
        padding: 0;
        width: 100%;
        max-width: 2000px;
}

#content {
    padding-top:0px;
    padding-bottom: 0px;
}

.bodyDetails {
    padding-top: 15px !important;
}

#default {
    padding: 0px 5px !important;
}

#content {
    padding-left: 15px;
    padding-right: 15px;
}

/* === Transition */
#feature-box-wrap.carousel.slide .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
#feature-box-wrap.carousel.slide .carousel-inner .active {
    opacity: 1;
}
#feature-box-wrap.carousel.slide .carousel-inner .active.left,
#feature-box-wrap.carousel.slide .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
#feature-box-wrap.carousel.slide .carousel-inner .next.left,
#feature-box-wrap.carousel.slide .carousel-inner .prev.right {
    opacity: 1;
}
#feature-box-wrap.carousel.slide .carousel-control {
    z-index: 2;
}

/* === Video Wrapper Border */
.video-widget-wrapper {
    border: 1px solid #DCDCDC;
}

/* === Links */

a {
    color: #261446;
}

a:hover {
    color: #CE0058;
    text-decoration: none;
}

a:active {
    color: #DB487E;
    text-decoration: none;
}

.invert a {
    color: #FFF;
}

.invert a:hover {
    color: #FFF0C3;
    text-decoration: none;
}

.invert a:active {
    color: #CE0058;
    text-decoration: none;
}

/* === Push / Pull / Change */

.pull-left {
    text-align: right;
}

.push-right {
    text-align: right;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5 {
    padding-top: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}


.uppercase {
    text-transform: uppercase;
}

/*Shows and Press Page Widget Styling*/

#showsPage .grid-result .item-description {

    background:none;
    position:static
}
 #pressPage .grid-result .item-description {

    background:none;
    position:static
}

#pressPage .item-description .item-name a {

    font-family: 'Bitter';
    color: #DB487E;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.7px;
}


#showsPage .item-description .item-name {

    font-family: 'Bitter';
    color: #DB487E;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.7px;
} 

#pressPage .grid-result .item-name {

    font-family: 'Bitter';
    color: #DB487E;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.7px;
}

#showsPage .grid-result .item-teaser {
    display:none
}

#pressPage .grid-result .item-teaser {
    display:none
}

#pressPage .item-link {
    display: none
}

#pressPage .grid-result{
    border:none;
    min-height:auto
}

/* == Booking Protect Page */

.optional-charge-page #decline-button {
    color: #FFF0C3;
    background-color: red;
    border: 2px solid grey;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;

}

.optional-charge-page #accept-button {
    color: #FFF0C3;
    background-color: green;
    border: 2px solid grey;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}



/* === Things to Hide */


/* Gift Cards Page */

/* Promocode Box */
.AVN13GiftCards #promoCodeBox, #carousel-info, .search-results-container .item-start-date .start-date-label {
    display: none;
}


/* Radio button next to amount box */
input[name="BOparam::WSorder::manageGiftCertificates::GiftCertificate::amount"] {
    display:none;
}


/* View Seat in Shopping Cart */
.order-items .item-options {
    display: none;
}

/* Contact and Address Default radio buttons manage accont */
input[name="BOset::WScustomer::Customer::default_contact_id"], input[name="BOset::WScustomer::Customer::default_address_id"] {
    display: none;
}

#contacts-box .navigation-box, #addresses-box .navigation-box {
    display: none;
}

.section-link {
    color: #CE0058;
}

.order-contact .billing-info .btn-group .btn:first-child, .billing-email {
    display: none;
}


#searchBox, .fa span, #menuTopItem-help {
    display: none;
}

/* Promocode Box on New member page */

.AVN13Season49NewMember #promoCodeBox {

   display: none
}

/* == Hide cross on Map Select Price Type display */

.legend sup  {
    display:none !important;
}

/* === Promocode */
.promocode-icon-message {
        top: 5px !important;
        position: relative;
}

#default #promoCodeBox {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding:6px;
    padding-top:15px;
}

#default #promoCodeBox form {
    width: 40vw;
    margin-left: calc(-20vw + 50%);
}

#default #promoCodeBox .promocode-icon-message {
    display: none;
}

#default #promoCodeBox h4 {
    display: inline !important;
        float: left;
        padding-right: 20px;
}

#default .promotional-code-input {
    max-width: 100vw !important;
}

.promotag {
    display: none;
}

#promoCodeBox .input-group {
    width: auto;
}

.active-promo-event .item-name::before {
    color: #ffc107;
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    
    
    background: url(../../Images/branding/star.png) 0 2px no-repeat;
    top: 2px;
    position: relative; 
}

/* === Customer Utility */

.customer-options {
    background-color: #CE0058;
       /* height: 35px; */
        padding: 3px;
        opacity: 1;
}

#customer-order-info:hover {
    color: #FFF0C3;
}

#customer-order-info:active {
    color: #261446;
}

/* === Header */

#header {
        background: #FFF;
}

/* === Carousel */

#feature-box-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.carousel-control.left {
    background-color: #FFF;
    opacity: 0.75;
    background-image: none;
    height: calc(100% - 105px);
}

.carousel-control.right {
    background-color: #FFF;
    opacity: 0.75;
    background-image: none;
    height: calc(100% - 105px);
}

.carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 66px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0px;
        filter: alpha(opacity=85);
        opacity: .85;
        display:none;
}

.carousel-control .glyphicon-chevron-left {
    color: #CE0058;
    left: 30px;
        font-size: 40px;
        -webkit-text-stroke: 9px white;
}

.carousel-control .glyphicon-chevron-right {
    color: #CE0058;
    right: 28px;
        font-size: 40px;
        -webkit-text-stroke: 9px white;
}

.carousel-control .glyphicon-chevron-left:active, .carousel-control .glyphicon-chevron-right:active {
    color: #FFF;
        filter: alpha(opacity=100);
        opacity: 1;
}

#carousel-info {
    background-color: #fff;
    height:105px;
}

.slider-text {
    background-color: #FFF0C3;
    color:#000;
    text-align: center;
    /* padding: 5px; */
    padding-top: 21px;
    padding-bottom: 17px;
    /* padding-top: 7px; */
    font-weight: 700;
}

.carousel-indicators {
        bottom: -8px;
}

/* === */

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #CE0058;
    margin: 5.5px;
}

.carousel-indicators li:hover {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #CE0058;
    border: 2px solid #CE0058;
    margin: 5.5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #CE0058;
    border-radius: 10px;
    margin: 5.5px;
}

.carousel-inner > .item > a > img {
    margin-left: calc(50vw - 50%);
    width:100%;
    max-height:742px;
    max-width:2000px;
}


/* === Buttons */
.btn {
    letter-spacing: 0.7px;
    font-family: 'DINWebPro-Bold';
    /* font-size: 18px; */
    font-size: 15px;
        padding-top: 8px;
}

/* = Primary Button */

.btn-primary, a.btn-primary, .btn-primary {
    color: #FFF0C3;
    background-color: #CE0058;
    border: 2px solid #CE0058;
    /* padding-left:50px;
    padding-right:50px; */
    letter-spacing: .7px;
}

.AVN13HomePageAVTemplate .btn-primary, .AVN13MemberHomePageAVTemplate .btn-primary {
    padding-left:50px!important;
    padding-right:50px!important;
}

a.btn-primary:not(:disabled):not(.disabled):hover, a.btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:hover {
    background-color: #DB487E;
    border: 2px solid #DB487E;
}

.btn-primary:active {
    background-color: #261446;
    border: 2px solid #261446;
}

.btn-primary:disabled {
    background-color: #DCDCDC;
    border: 2px solid #DCDCDC;
}

/* = Default Button */

.btn-default {
    color: #fff!important;
    background-color: #CE0058;
    border-color: #CE0058;
    border: 1px solid;
}

.btn-default:hover {
    color: #fff;
    background-color: #DB487E;
    border-color: #DB487E;
    border: 1px solid;
}

.btn-default:active {
    color: #261446;
    background-color: #fff;
    border-color: #261446;
    border: 2px solid;
}

.btn-default:disabled {
    color: #ABABAB;
    background-color: #fff;
    border-color: #ABABAB;
    border: 2px solid;
}

/* = Secondary Button */

a.btn-secondary, .btn-secondary, a.btn-secondary.disabled, .btn-secondary.disabled, a.btn-secondary:disabled, .btn-secondary:disabled {
    color: #CE0058;
    background-color: transparent;
    border-color: #CE0058;
    border: 2px solid;
}

.btn-secondary:hover {
    color: #DB487E;
    background-color: transparent;
    border-color: #DB487E;
    border: 2px solid;
}

.btn-secondary:active {
    color: #261446;
    background-color: transparent;
    border-color: #261446;
    border: 2px solid;
}

.btn-secondary:disabled {
    color: #ABABAB;
    background-color: transparent;
    border-color: #ABABAB;
    border: 2px solid;
}

/* = Secondary Button Inverted */

.btn-secondary-inverted {
    color: #FFF;
    background-color: #CE0058;
    border-color: #FFF;
    border: 2px solid;
}

.btn-secondary-inverted:hover {
    color: #FFF0C3;
    background-color: #CE0058;
    border-color: #FFF0C3;
    border: 2px solid;
}

.btn-secondary-inverted:active {
    color: #261446;
    background-color: #CE0058;
    border-color: #261446;
    border: 2px solid;
}

.btn-secondary-inverted:disabled {
    color: #DCDCDC;
    background-color: #CE0058;
    border-color: #DCDCDC;
    border: 2px solid;
}

/* = Tertiary Button */

.btn-tertiary {
    color: #261446;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.btn-tertiary:hover {
    color: #CE0058;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.btn-tertiary:active {
    color: #DB487E;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

/* = Link Button */

.btn-link {
    color: #CE0058;
    background-color: #FFF;
    border-color: #CE0058;
    /* border: 2px solid; */
}

.btn-link:hover {
    color: #DB487E;
    background-color: #FFF;
    border-color: #DB487E;
    /* border: 2px solid; */
}

.btn-link:active {
    color: #261446;
    background-color: #FFF;
    border-color: #261446;
    border: 2px solid;
}

.btn-link:disabled {
    color: #ABABAB;
    background-color: #FFF;
    border-color: #ABABAB;
    border: 2px solid;
}

.btn-go {
    font-family: 'Glyphicons Halflings';
}


/* == Slider Link */

.slider-text a {
    color: #CE0058;
}

.slider-text a:hover {
    color: #DB487E;
}

.slider-text a:active {
    color: #261446;
}


/* == Social Icons */

.fa {
    font-size: 32px;
    padding-right: 15px;
    padding-top:5px;
}

/* === Availability Icons */

.availability-legend.result-box {
        background: #FFF;
}

.availability-legend.result-box h4 {
        padding: 0px 10px 5px;
        margin: 0 0 5px;
        border-bottom: 1px dotted #ddd;
        top: -10px;
        position: relative;
}

/* === Form Control */

/*
.form-control {
    border: 0px;
}
*/

/* === Footer */

#footer {
    background-color: #261446;
}

#shn-footer {
    color: #FFF;
}

#shn-footer a {
    color: #FFF;
}

#shn-footer a:hover {
    color: #FFF0C3;
    text-decoration: none;
}

#shn-footer a:active {
    color: #CE0058;
    text-decoration: none;
}

.footer-gold {
    color: #FFF0C3;
    text-transform: normal;
}

.shn-footer-split {
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #FFF;
}

.shn-footer-split-top {
    padding-top: 15px;
    padding-bottom: 40px;
}

#shn-footer [class*=col] {
    padding-left:0px;
    padding-right:0px;
}

#shn-footer li {
    line-height: 25px
}

#shn-footer ul {
    -moz-padding-start: 0px;
    padding-start: 0px;
    -webkit-padding-start: 0px;
    list-style-type: none;
}

.shn-footer-push-down {
    position:relative;
    top:13px;
    line-height: 30px;
}

/* === BSF Footer */

#footer {
    background-color: #261446;
}

#bsf-footer {
    color: #FFF;
}

#bsf-footer a {
    color: #FFF;
}

#bsf-footer a:hover {
    color: #FFF0C3;
    text-decoration: none;
}

#bsf-footer a:active {
    color: #CE0058;
    text-decoration: none;
}

.footer-gold {
    color: #FFF0C3;
    text-transform: normal;
}

.bsf-footer-split {
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #FFF;
}

.bsf-footer-split-top {
    padding-top: 15px;
    padding-bottom: 40px;
}

#bsf-footer [class*=col] {
    padding-left:0px;
    padding-right:0px;
}

#bsf-footer li {
    line-height: 25px
}

#bsf-footer ul {
    -moz-padding-start: 0px;
    padding-start: 0px;
    -webkit-padding-start: 0px;
    list-style-type: none;
}

.bsf-footer-push-down {
    position:relative;
    top:13px;
    line-height: 30px;
}

/* === Colours */

.magenta {
    color: #CE0058;
}


/* === H's */
h1 {
    font-family: 'DINWebPro-Medium';
    font-size: 38px;
    color: #261446;
    line-height: 38px;
    letter-spacing: 0.5px
}

h2 {
    font-family: 'DINWebPro-Medium';
    font-size: 22px;
    color: #261446;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.h2-sentence {
    font-family: 'DINWebPro-Medium';
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    letter-spacing: 0.25px;
    text-transform: normal;
}

h3 {
    font-family: 'Bitter', 'DINWebPro-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #CE0058;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

h4 {
    font-family: 'DINWebPro-Medium';
    font-size: 16px;
    color: #261446;
    line-height: 19px;
    letter-spacing: 0.5px;
    text-transform: normal;
}

h4 a {
    color: #261446;
}

h4 a:hover {
    color: #DB487E;
}

h4 a:active {
    color: #261446;
}

h5 {
    font-family: 'Bitter';
    font-weight: bold;
    font-size: 15px;
    /* color: #CE0058; */
    color: #DB487E;
    line-height: 19px;
    letter-spacing: 0.7px;
    text-transform: normal;
}

/* === Tertiary Feature */

.tertiary-linked-features {
    padding:15px;
    border: 1px solid;
    border-color: rgba(204, 204, 204, 0.5);
}

.articles .article-container.tertiary-linked-features {
        padding: 20px;
}

/* === Calendar */

.table td {
        border-top: 0px dotted #ddd !important;
}

#calendarWidgetHeader {
        border: solid #ddd;
        border-width: 0px 1px 0 0 !important;
        width: 100%;
}

.calendarWidgetTable td {
        /* background: #fff; */
    background: #F9F6F6;
        border: 1px solid #DCDCDC;
        border-width: 0 0 1px 1px;
        text-align: center;
        vertical-align: middle;
        width: 28px;
        height: 28px;
}

#calendarWidget-navigation {
        background: #261446;
        color: #fff;
        width: 100%;
}

#calendarWidget-navigation td a:hover {
        color: #CE0058 !important;
        text-decoration: none;
}

#calendarWidget-navigation td a:active {
        color: #DB487E !important;
        text-decoration: none;
}

#calendarWidgetHeader td {
        background: #CE0058 !important;
        border: solid #261446;
        border-width: 0 0 0 1px;
        color: #FFF;
}

#calendarWidgetTable .WidgetToday {
        color: #FFF;
    background-color: #CE0058;
}

#calendarWidgetTable .WidgetToday:hover {
        color: #FFF;
    background-color: #DB487E;
}

#calendarWidgetTable .WidgetToday:active {
        color: #FFF;
    background-color: #261446;
}
#calendarWidgetTable .WidgetPast {
        background: #F9F6F6 !important;
        color: #ABABAB;
}

#calendarWidgetTable .WidgetEvent {
    background: #FFF0C3;
    color: #261446;
    cursor: pointer;
}

#calendarWidgetTable .WidgetEvent:hover, #calendarWidgetTable .WidgetEvent:active {
    background: #CD9700;
    color: #FFF;    
}

/* === PromoCode */

#promoCodeBox {
        background-color: #FFF0C3;
    padding:20px;
}

#promoCodeBox .btn {
    padding: 6px;
        border: 0px;
        border-left: 1px solid rgba(204, 204, 204, 0.5);
        top: 3px;
    left: 1px;
    z-index: 1;
}

#promoCodeBox .btn:before {
    font-family: 'Glyphicons Halflings';
    content: "+e258";
    color: black;
}

#promoCodeBox .form-control {
    border:0px;
    border-radius: 0px;
}

/* === Grid */

/* Fix 7.41 Formatting */

    .AVN13HomePageAVTemplate .standard-search-results .result-box-item, 
    .AVN13HomePageAVTemplate .detailed-search-results .result-box-item {
        display: inline-block;
    }

.even, .odd {
        background: #FFF;
}

.item-box-item, .result-box-item {
        padding-right: 0px;
        padding-left: 0px;
}

.search-results-container .item-image .item-logo {
        border-radius: 0px;
    border: 1px solid;
    border-color: #DCDCDC;
}

.search-results-container .item-image .item-logo:hover {
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 220, 0.3);
}

.search-results-container .item-image .item-logo:active {
    box-shadow: 0px 0px 2px 2px rgba(171, 171, 171, 0.7);
}

.search-results-container .item-description .item-name {
    
    pointer-events: none;
    /*font-family: 'DINWebPro-Medium';
    font-size: 24px;
    color: #261446;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
    */
    
    font-family: 'DINWebPro-Medium';
    font-size: 22px;
    color: #666666;
    line-height: 26px;
    letter-spacing: 0.25px;
    text-transform: normal; 
}

.search-results-container .item-description .item-name a, .search-results-container .item-description .item-name a:hover {
    color: #000;
    text-decoration: none;
}

.search-results-container .item-description .item-teaser {
        font-family: 'DINWebPro';
        font-size: 14px;
        line-height: 18px;
}

.result-box-item {
    padding: 0px;
}

.result-box-item:not(:first-of-type) {
    border-top: 1px solid;
        border-color: rgba(204, 204, 204, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}

.result-box-item:first-of-type {
    padding-bottom: 20px;
}

.result-box-item:last-of-type {
    padding-top: 20px;
}

/* === New SHN Signup Form */
.shn-signup {
    margin-top: 30px;
}

.shn-signup .header {
    padding-top:0px;
    padding-bottom:20px;
    
font-family: 'DINWebPro-Medium';
    font-size: 22px;
    color: #261446 / #666666 / #FFF0C3 / White;
    line-height: 26px;
tracking: 0.25px;
    text-transform: capitalize;
}

.shn-signup .f1, .shn-signup .f2, .shn-signup .f3  {
    padding-bottom: 15px;
}

.shn-signup .f1:empty:before{
        content: "Enter your number";
}

.shn-signup .s1 .btn {
    width: 100%;
}

form[name="avArticleForm"] input[type="text"], form[name="avArticleForm"] input[type="password"], form[name="avArticleForm"] select, form[name="avArticleForm"] textarea
{
    border-radius: 0px;
    border-color: #CCCCCC;
    width:100%;
}

/* === New (BSF) Signup Form */
.bsf-signup {
    margin-top: 30px;
}

.bsf-signup .header {
    padding-top:0px;
    padding-bottom:20px;
    
font-family: 'DINWebPro-Medium';
    font-size: 22px;
    color: #261446 / #666666 / #FFF0C3 / White;
    line-height: 26px;
tracking: 0.25px;
    text-transform: capitalize;
}

.bsf-signup .f1, .bsf-signup .f2, .bsf-signup .f3  {
    padding-bottom: 15px;
}

.bsf-signup .f1:empty:before{
        content: "Enter your number";
}

.bsf-signup .s1 .btn {
    width: 100%;
}

form[name="avArticleForm"] input[type="text"], form[name="avArticleForm"] input[type="password"], form[name="avArticleForm"] select, form[name="avArticleForm"] textarea
{
    border-radius: 0px;
    border-color: #CCCCCC;
    width:100%;
}

/* === SHN Join */
.shn-join-text {
    margin-top: 30px;
    padding: 15px;
    background-color: #F9F6F6;
}

.shn-join-text .header {
    font-family: 'DINWebPro-Medium';
    font-size: 22px;
    color: #261446 / #666666 / #FFF0C3 / White;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
tracking: 0.25px;
text-transform: capitalize;
}

.shn-join-text p {
    font-family: 'DINWebPro-Medium';
        line-height: 16px;
    font-size: 12px;
}

.shn-join-text .action {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 15px;
    color: #CE0058;
}

.shn-join-text .learn-more {
    font-style: italic;
font-family: Bitter;
}

.shn-join-text a {
    font-style: italic;
    display: block;
}

/* === BSF Join */
.bsf-join-text {
    margin-top: 30px;
    padding: 15px;
    background-color: #F9F6F6;
}

.bsf-join-text .header {
    font-family: 'DINWebPro-Medium';
    font-size: 22px;
    color: #261446 / #666666 / #FFF0C3 / White;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
tracking: 0.25px;
text-transform: capitalize;
}

.bsf-join-text p {
    font-family: 'DINWebPro-Medium';
        line-height: 16px;
    font-size: 12px;
}

.bsf-join-text .action {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 15px;
    color: #CE0058;
}

.bsf-join-text .learn-more {
    font-style: italic;
font-family: Bitter;
}

.bsf-join-text a {
    font-style: italic;
    display: block;
}

/* === SHN Magazine */

.shn-magazine {
    font-family: 'DINWebPro-Medium';
}

.shn-mag-action {
    margin-top: 15px;
    color: #CE0058;
    line-height: 16px;
    margin-bottom: 10px;
}

/* === The Magazine */

.magazine {
    font-family: 'DINWebPro-Medium';
}

.mag-action {
    margin-top: 15px;
    color: #CE0058;
    line-height: 16px;
    margin-bottom: 10px;
}

/* === BSF Magazine */

.bsf-magazine {
    font-family: 'DINWebPro-Medium';
}

.bsf-mag-action {
    margin-top: 15px;
    color: #CE0058;
    line-height: 16px;
    margin-bottom: 10px;
}

/* === SHN GiftCard */
.shn-giftcard {
    font-family: 'DINWebPro-Medium';
    margin-top: 20px;
    background-color: #CE0058;
    padding:20px;
    color: #FFF0C3;
letter-spacing: 0.5px;
    font-size: 18px;
}

.shn-giftcard .btn {
    display: block;
    margin-top: 15px;
}

/* === BSF GiftCard */
.bsf-giftcard {
    font-family: 'DINWebPro-Medium';
    margin-top: 20px;
    background-color: #CE0058;
    padding:20px;
    color: #FFF0C3;
letter-spacing: 0.5px;
    font-size: 18px;
}

.bsf-giftcard .btn {
    display: block;
    margin-top: 15px;
}

/******************************************************************
**
** CUSTOM PAGES - Article
**
******************************************************************/

/* === Over All */
.caption {
    font-style: italic;
    font-size: 14px;
    color: #ABABAB;
    line-height: 22px;
    font-family: 'Bitter';
}

/*
h5 {
    position: relative;
    top: -5px;
}
*/

/* === SECTION A */

.primary-feature-wrapper{
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

#feature-box > .item > a > img {
    margin-left: calc(50vw - 50%);
    width:100%;
    max-height:742px;
    max-width:2000px;
}

.section-a {
    background-color: #fff;
}

.section-a .slider-text {
    background-color: #FFF0C3;
    color:#000;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
}

/* === SECTION A - ID */

#section-a {
    background-color: #fff;
}

#section-a .slider-text {
    background-color: #FFF0C3;
    color:#000;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
}

/* === SECTION B */

.section-b {
    margin-top:25px;
}

.section-b .links {
    text-align: center;
    padding: 0% 15% 20px 15%;
}

.section-b .links li:after {
        content: " | ";
        padding: 0 7px;
}

.section-b .links li {
    display:inline-block;
}

.section-b .links a {
    color: #CE0058;
    text-decoration: none;
}

.section-b .links a:hover {
    color: #DB487E;
}

.section-b .links a:active {
    color: #261446;
}

.section-b .heading-primary, .section-b .heading-sub {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
}

/* === SECTION B - ID */

#section-b {
    margin-top:25px;
}

#section-b .links {
    text-align: center;
    padding: 0% 15% 20px 15%;
}

#section-b .links li:after {
        content: " | ";
        padding: 0 7px;
}

#section-b .links li:last-of-type:after {
        content: " | ";
        padding: 0 7px;
        display: none;
}

#section-b .links li {
    display:inline-block;
}

#section-b .links a {
    color: #CE0058;
    text-decoration: none;
}

#section-b .links a:hover {
    color: #DB487E;
}

#section-b .links a:active {
    color: #261446;
}

#section-b .heading-primary, #section-b .heading-sub {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
}

/* === SECTION C */

.section-c {
    padding: 0% 25% 0% 25%;
}

.section-c p {
    padding: 10px 30px 10px 30px;
}

/* === SECTION C -ID */

#section-c {
    padding: 0% 25% 0% 25%;
}

#section-c p {
    padding: 10px 30px 10px 30px;
}

/* === SECTION D */
.section-d {
    padding: 0% 25% 0% 25%;
}

.section-d .section-d-cta {
    background-color: #F9F6F6;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.section-d .section-d-cta h5 {
    position: relative;
    top: 4px;
}

.section-d .section-d-cta .btn {
    margin-top: 15px;
    margin-right: 15px;
}

.section-d .section-d-text {
    padding: 30px 30px 20px 30px;
}

/* === SECTION D - ID */
#section-d {
    padding: 0% 25% 0% 25%;
}

#section-d .section-d-cta {
    background-color: #F9F6F6;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
}

#section-d .section-d-cta h5 {
    position: relative;
    top: 4px;
}

#section-d .section-d-cta .btn {
    margin-top: 15px;
    margin-right: 15px;
}

#section-d .section-d-text {
    padding: 30px 30px 20px 30px;
}

/* === SECTION E */
.section-e {
    margin-top: 15px;
}

.section-e .section-e-image {
    padding: 0% 25% 0% 25%;
}

.section-e .section-e-caption {
    padding: 15px 25% 15px 25%;
    text-align: center;
}

.section-e .section-e-text {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
}

/* === SECTION E - ID */
#section-e {
    margin-top: 15px;
}

#section-e .section-e-image {
    padding: 0% 25% 0% 25%;
}

#section-e .section-e-caption {
    padding: 15px 25% 15px 25%;
    text-align: center;
}

#section-e .section-e-text {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
}

/* === SECTION F */
.section-f {
    margin-bottom: -10px !important;
}

.section-f .section-f-image {
    padding: 0% 25% 0% 25%;
}

.section-f .section-f-image .col-sm-6 {
    padding: 15px 0px 15px 0px;
}

.section-f .section-f-image .col-sm-6:first-of-type {
    padding-right: 10px;
}

.section-f .section-f-image .col-sm-6:last-of-type {
    padding-left: 10px;
}

.section-f .section-f-image .col-sm-4:nth-of-type(1), .section-f .section-f-image .col-sm-4:nth-of-type(2), .section-f .section-f-image .col-sm-4:nth-of-type(3) {
    padding: 15px 0px 7.5px 0px;
}

.section-f .section-f-image .col-sm-4:nth-of-type(4), .section-f .section-f-image .col-sm-4:nth-of-type(5), .section-f .section-f-image .col-sm-4:nth-of-type(6) {
    padding: 7.5px 0px 15px 0px;
}

.section-f .section-f-image .col-sm-4:first-of-type, .section-f .section-f-image .col-sm-4:nth-of-type(4) {
    padding-right: 10px;
}

.section-f .section-f-image .col-sm-4:last-of-type, .section-f .section-f-image .col-sm-4:nth-of-type(3) {
    padding-left: 10px;
}

.section-f .section-f-image .col-sm-4:nth-of-type(2), .section-f .section-f-image .col-sm-4:nth-of-type(5) {
    padding-left: 5px;
    padding-right: 5px;
}

.section-f .section-f-text {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
    padding-top: 15px;
}

/* === SECTION F - ID */
#section-f {
    margin-bottom: -10px !important;
}

#section-f .section-f-image {
    padding: 0% 25% 0% 25%;
}

#section-f .section-f-image .col-sm-6 {
    padding: 15px 0px 15px 0px;
}

#section-f .section-f-image .col-sm-6:first-of-type {
    padding-right: 10px;
}

#section-f .section-f-image .col-sm-6:last-of-type {
    padding-left: 10px;
}

#section-f .section-f-image .col-sm-4:nth-of-type(1), #section-f .section-f-image .col-sm-4:nth-of-type(2), #section-f .section-f-image .col-sm-4:nth-of-type(3) {
    padding: 15px 0px 7.5px 0px;
}

#section-f .section-f-image .col-sm-4:nth-of-type(4), #section-f .section-f-image .col-sm-4:nth-of-type(5), #section-f .section-f-image .col-sm-4:nth-of-type(6) {
    padding: 7.5px 0px 15px 0px;
}

#section-f .section-f-image .col-sm-4:first-of-type, #section-f .section-f-image .col-sm-4:nth-of-type(4) {
    padding-right: 10px;
}

#section-f .section-f-image .col-sm-4:last-of-type, #section-f .section-f-image .col-sm-4:nth-of-type(3) {
    padding-left: 10px;
}

#section-f .section-f-image .col-sm-4:nth-of-type(2), #section-f .section-f-image .col-sm-4:nth-of-type(5) {
    padding-left: 5px;
    padding-right: 5px;
}

#section-f .section-f-text {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
    padding-top: 15px;
}


/* === SECTION G */
.section-g .section-g-video {
    padding: 15px 25% 25px 25%;
}

.section-g .section-g-text {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
}

.section-g .section-g-bullet {
    padding-left:calc(25% + 75px);
    padding-right:calc(25% + 75px);
}

.section-g .section-g-bullet li {
    padding-top: 10px
}

/* === SECTION G - ID */
#section-g .section-g-video {
    padding: 15px 25% 25px 25%;
}

#section-g .section-g-text {
    padding-left:calc(25% + 30px);
    padding-right:calc(25% + 30px);
}

#section-g .section-g-bullet {
    padding-left:calc(25% + 75px);
    padding-right:calc(25% + 75px);
}

#section-g .section-g-bullet li {
    padding-top: 10px
}

/* === SECTION H */
.section-h {
    padding: 15px 25% 0px 25%;
}

.section-h .panel-default {
        background-color: #F9F6F6;
        border: 0px;
}

.section-h .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    background-color: #F9F6F6;
}

.section-h .panel-title {
    font-size: 13.5px !important;
}

.section-h .panel-title a, .section-h .panel-title a:hover, .section-h .panel-title a:active {
    text-decoration: none;
}

.section-h .panel-group .panel {
        border-radius: 0px;
}

.section-h .panel-group .panel + .panel {
        margin-top: 10px;
}

.section-h .accordion-toggle:after {
        font-family: 'FontAwesome';
        content: "\f078";
        float: right;
}
.section-h .accordion-opened .accordion-toggle:after {
        content: "\f054";
}

.accordion-toggle {
        border-top: none;
        border-bottom: none;
        padding: 0px 0px 10px;
}


/* === SECTION H - ID */
#section-h {
    padding: 15px 25% 0px 25%;
}

#section-h .panel-default {
        background-color: #F9F6F6;
        border: 0px;
}

#section-h .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    background-color: #F9F6F6;
}

#section-h .panel-title {
    font-size: 13.5px !important;
}

#section-h .panel-title a, #section-h .panel-title a:hover, #section-h .panel-title a:active {
    text-decoration: none;
}

#section-h .panel-group .panel {
        border-radius: 0px;
}

#section-h .panel-group .panel + .panel {
        margin-top: 10px;
}

#section-h .accordion-toggle:after {
        font-family: 'FontAwesome';
        content: "\f078";
        float: right;
}
#section-h .accordion-opened .accordion-toggle:after {
        content: "\f054";
}

/* === SECTION I */
.section-i {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    /* padding-top: 25px; */
    padding-bottom: 15px;
    margin-top: 50px;
}

.section-i-small {
    padding: 0px 25% 0px 25%;
}

.section-i-small-inner {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 15px;
    margin-top: 20px;
}

/* === SECTION I - ID */
#section-i {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    /* padding-top: 25px; */
    padding-bottom: 15px;
    margin-top: 50px;
}

/* === SECTION J */

.section-j {
    padding: 0% 25% 0% 25%;
}

.section-j .section-j-cta {
    background-color: transparent;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* === SECTION J - ID */

#section-j {
    padding: 0% 25% 0% 25%;
}

#section-j .section-j-cta {
    background-color: transparent;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* === SECTION K */
.section-k {
    background-color: #FFF0C3;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 20px;
    /* margin-bottom: 30px;  */
}

.section-k .section-k-inner {
    padding: 15px 20% 30px 20%;
    text-align: center;
}

.section-k h4 {
    color: #666666;
    padding: 15px;
}

/* === SECTION K - ID */
#section-k {
    background-color: #FFF0C3;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 20px;
    /* margin-bottom: 30px;  */
}

#section-k .section-k-inner {
    padding: 15px 20% 30px 20%;
    text-align: center;
}

#section-k h4 {
    color: #666666;
    padding: 15px;
}

/* === SECTION L */

.section-l, .section-l-c {
    padding: 30px 25% 0px 25%;
}

.section-l .section-l-cta , .section-l-c .section-l-cta{
    background-color: transparent;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-l-b {
    padding: 0% 0% 0% 0%;
}

.section-l-b .section-l-b-image .col-lg-3,
.section-l-b .section-l-b-image .col-sm-6
.section-l-b .section-l-b-image .col-md-4
.section-l-b .section-l-b-image .col-xs-12 {
    padding-top: 25px;
}

/* === SECTION L - ID */

#section-l, #section-l-c {
    padding: 30px 25% 0px 25%;
}

#section-l .section-l-cta , #section-l-c .section-l-cta{
    background-color: transparent;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-l-b {
    padding: 0% 0% 0% 0%;
}

#section-l-b .section-l-b-image .col-lg-3,
#section-l-b .section-l-b-image .col-sm-6
#section-l-b .section-l-b-image .col-md-4
#section-l-b .section-l-b-image .col-xs-12 {
    padding-top: 25px;
}

/* = Tertiary Button */

.section-l-b .btn-tertiary {
    color: #261446;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    padding: 0px;
    top: -5px;
    position: relative;
    font-family: 'DINWebPro-Medium';
}

.section-l-b .btn-tertiary:hover {
    color: #CE0058;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.section-l-b .btn-tertiary:active {
    color: #DB487E;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.section-l-break {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 15px;
    padding-bottom: 25px;
}

.section-l-c .section-l-c-table {
    padding: 20px 30px 0px 30px;
}

.section-l-c .table th:last-of-type, .section-l-c  .table td:last-of-type {
        border-bottom: 1px solid #ddd!important;
}

.section-l-c .table th, .section-l-c  .table td {
    border-top: 1px solid #ddd!important;
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 15px;
        padding-right: 0px;
}

.section-l-c .section-l-c-table a {
    color: #CE0058;
    text-decoration: none;
    position:relative;
    top:2px;
}

.section-l-c .section-l-c-table a:hover {
    color: #DB487E;
}

.section-l-c .section-l-c-table a:active {
    color: #261446;
}

.section-l-c .section-l-c-table .btn-tertiary {
        padding: 0px;
    color: #261446;
    background-color: transparent;
}

.section-l-c .section-l-c-table .btn-tertiary:hover {
    color: #CE0058;
    background-color: transparent;
    padding: 0px;
}

.section-l-c .section-l-c-table .btn-tertiary:active {
    color: #DB487E;
    background-color: transparent;
    padding: 0px;
}

/* = Tertiary Button - ID */

#section-l-b .btn-tertiary {
    color: #261446;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
        padding: 0px;
        top: -5px;
        position: relative;
        font-family: 'DINWebPro-Medium';
}

#section-l-b .btn-tertiary:hover {
    color: #CE0058;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

#section-l-b .btn-tertiary:active {
    color: #DB487E;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

#section-l-break {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 15px;
    padding-bottom: 25px;
}

#section-l-c .section-l-c-table {
    padding: 20px 30px 0px 30px;
}

#section-l-c .table th:last-of-type, #section-l-c  .table td:last-of-type {
        border-bottom: 1px solid #ddd!important;
}

#section-l-c .table th, #section-l-c  .table td {
    border-top: 1px solid #ddd!important;
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 15px;
        padding-right: 0px;
}

#section-l-c .section-l-c-table a {
    color: #CE0058;
    text-decoration: none;
    position:relative;
    top:2px;
}

#section-l-c .section-l-c-table a:hover {
    color: #DB487E;
}

#section-l-c .section-l-c-table a:active {
    color: #261446;
}

#section-l-c .section-l-c-table .btn-tertiary {
        padding: 0px;
    color: #261446;
    background-color: transparent;
}

#section-l-c .section-l-c-table .btn-tertiary:hover {
    color: #CE0058;
    background-color: transparent;
    padding: 0px;
}

#section-l-c .section-l-c-table .btn-tertiary:active {
    color: #DB487E;
    background-color: transparent;
    padding: 0px;
}

/* === SECTION M */
.section-m-break {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 5px;
    padding-bottom: 25px;
}

.section-m {
    padding: 20px 0px 20px 0px;
}

.section-m h2, .section-m .h2-sentence {
    text-align: center;
}

.section-m h2 {
    padding-top: 35px;
}

.h2-sentence {
    top: -10px;
    position: relative;
}

.section-m hr {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.section-m .section-m-grid .col-lg-3:nth-of-type(1),
.section-m .section-m-grid .col-lg-3:nth-of-type(2),
.section-m .section-m-grid .col-lg-3:nth-of-type(3),
.section-m .section-m-grid .col-lg-3:nth-of-type(4),
.section-m .section-m-grid .col-md-4:nth-of-type(1),
.section-m .section-m-grid .col-md-4:nth-of-type(2),
.section-m .section-m-grid .col-md-4:nth-of-type(3),
.section-m .section-m-grid .col-md-4:nth-of-type(4),
.section-m .section-m-grid .col-md-4:nth-of-type(5),
.section-m .section-m-grid .col-md-4:nth-of-type(6),
.section-m .section-m-grid .col-sm-6:nth-of-type(1),
.section-m .section-m-grid .col-sm-6:nth-of-type(2),
.section-m .section-m-grid .col-sm-6:nth-of-type(3),
.section-m .section-m-grid .col-sm-6:nth-of-type(4),
.section-m .section-m-grid .col-sm-6:nth-of-type(5),
.section-m .section-m-grid .col-sm-6:nth-of-type(6),
.section-m .section-m-grid .col-xs-12
{
    padding-bottom: 25px;
}

/* === SECTION M - ID */
#section-m-break {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 5px;
    padding-bottom: 25px;
}

#section-m {
    padding: 20px 0px 20px 0px;
}

#section-m h2, #section-m .h2-sentence {
    text-align: center;
}

#section-m h2 {
    padding-top: 35px;
}

.h2-sentence {
    top: -10px;
    position: relative;
}

#section-m hr {
    border-top: 1px solid #A3A3A3;
}

#section-m .section-m-grid .col-lg-3:nth-of-type(1),
#section-m .section-m-grid .col-lg-3:nth-of-type(2),
#section-m .section-m-grid .col-lg-3:nth-of-type(3),
#section-m .section-m-grid .col-lg-3:nth-of-type(4),
#section-m .section-m-grid .col-md-4:nth-of-type(1),
#section-m .section-m-grid .col-md-4:nth-of-type(2),
#section-m .section-m-grid .col-md-4:nth-of-type(3),
#section-m .section-m-grid .col-md-4:nth-of-type(4),
#section-m .section-m-grid .col-md-4:nth-of-type(5),
#section-m .section-m-grid .col-md-4:nth-of-type(6),
#section-m .section-m-grid .col-sm-6:nth-of-type(1),
#section-m .section-m-grid .col-sm-6:nth-of-type(2),
#section-m .section-m-grid .col-sm-6:nth-of-type(3),
#section-m .section-m-grid .col-sm-6:nth-of-type(4),
#section-m .section-m-grid .col-sm-6:nth-of-type(5),
#section-m .section-m-grid .col-sm-6:nth-of-type(6),
#section-m .section-m-grid .col-xs-12
{
    padding-bottom: 25px;
}


/******************************************************************
**
** CUSTOM PAGES - SHOW
**
******************************************************************/

/* === SECTION B */
.section-b-show {
    padding: 25px 10% 50px 10%;
}

.section-b-show .section-b-show-rush {
        margin-top: 20px;
        padding: 15px;
        background-color: #F9F6F6;
    padding-top: 1px;
}

.section-b-show .line-left {
    padding-left: 35px;
}

.section-b-show .line-right {
    padding-right: 35px;
        border-right: 1px solid #ABABAB;
}

.section-b-show h1 {
    margin-top: 10px;
}

.section-b-show .ticket-info > p {
    position: relative;
    top: -5px;
}

/* === SECTION B - IDs */
#section-b-show {
    padding: 25px 10% 50px 10%;
}

#section-b-show .section-b-show-rush {
        margin-top: 20px;
        padding: 15px;
        background-color: #F9F6F6;
    padding-top: 1px;
}

#section-b-show .line-left {
    padding-left: 35px;
}

#section-b-show .line-right {
    padding-right: 35px;
        border-right: 1px solid #DCDCDC;
}

#section-b-show h1 {
    margin-top: 10px;
}

#section-b-show .ticket-info > p {
    position: relative;
    top: -5px;
}

/* === SECTION C */
.section-c-show {
    background-color: #261446;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.section-c-show .section-c-show-inner {
    padding: 15px 20% 40px 20%;
    text-align: center;
}

.section-c-show h2 {
    color: #FFF0C3;
}

.section-c-show h4 {
    color: #FFF;
    padding: 15px;
    font-size: 17px;
    font-weight: 400;
}

.section-c-show .btn {
    padding-left: 40px;
    padding-right: 40px;
}

/* === SECTION C - IDs */
#section-c-show {
    background-color: #261446;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#section-c-show .section-c-show-inner {
    padding: 15px 20% 40px 20%;
    text-align: center;
}

#section-c-show h2 {
    color: #FFF0C3;
}

#section-c-show h4 {
    color: #FFF;
    padding: 5px 0px 15px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
}

#section-c-show .btn {
    padding-left: 40px;
    padding-right: 40px;
}

/* === SECTION D */
.section-d-show {
    padding: 20px 0px 20px 0px;
}

.section-d-show h2, .section-d-show .h2-sentence {
    text-align: center;
}

.section-d-show h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    
    font-family: 'DINWebPro-Medium';
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0.5px   
}

.section-d-show .h2-sentence {
    top: -10px;
    position: relative;
    padding: 0px 12% 0px 12%;
    line-height: 25px;
}

.section-d-show .section-d-show-tickets {
    padding: 30px 5% 40px 5%;
}

.section-d-show .section-d-show-tickets p {
    text-align: center;
    font-size:18px;
}

/* === SECTION D - IDs */
#section-d-show {
    padding: 20px 0px 20px 0px;
}

#section-d-show h2, .section-d-show .h2-sentence {
    text-align: center;
}

#section-d-show h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    
    font-family: 'DINWebPro-Medium';
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0.5px       
}

#section-d-show .h2-sentence {
    top: -10px;
    position: relative;
    padding: 0px 12% 0px 12%;
    line-height: 25px;
}

#section-d-show .section-d-show-tickets {
    padding: 30px 5% 40px 5%;
}

#section-d-show .section-d-show-tickets p {
    text-align: center;
    font-size:18px;
}


/* === SECTION E */

.section-e-show {
    padding: 0px 0% 0px 0%;
    background-color: #F9F6F6;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.section-e-show .section-e-inner {
    padding: 30px 20% 40px 20%;
}

.section-e-show .section-e-inner .pad {
    padding-left:60px;
    padding-right:0px;
}

.section-e-show .shn-card {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #261446;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

.section-e-show .shn-membership {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #CE0058;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

.section-e-show .shn-card .btn, .section-e-show .shn-membership .btn {
    display: block;
    margin-top: 20px;
}

.section-e-show .bsf-card {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #261446;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

.section-e-show .bsf-membership {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #CE0058;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

.section-e-show .bsf-card .btn, .section-e-show .bsf-membership .btn {
    display: block;
    margin-top: 20px;
}

/* === SECTION E - IDs */

#section-e-show {
    padding: 0px 0% 0px 0%;
    background-color: #F9F6F6;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#section-e-show .section-e-inner {
    padding: 30px 20% 40px 20%;
}

#section-e-show .section-e-inner .pad {
    padding-left:60px;
    padding-right:0px;
}

#section-e-show .shn-card {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #261446;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

#section-e-show .shn-membership {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #CE0058;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

#section-e-show .shn-card .btn, #section-e-show .shn-membership .btn {
    display: block;
    margin-top: 20px;
}

#section-e-show .bsf-card {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #261446;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

#section-e-show .bsf-membership {
        font-family: 'DINWebPro-Medium';
        margin-top: 20px;
        background-color: #CE0058;
        padding: 20px;
        color: #FFF0C3;
        font-size: 18px;
}

#section-e-show .bsf-card .btn, #section-e-show .bsf-membership .btn {
    display: block;
    margin-top: 20px;
}

/* === Legend Fix */
.availability-legend .result-box-item-details:last-of-type {
    display: none;
}

.last-promotional-code-name .availability-legend .result-box-item-details:nth-of-type(3) {
    display: none;
}


/* === At Media Queries */

/******************************************************************
**
** CUSTOM 5 COLUMN SOLUTION
**
******************************************************************/

.col-xs-15 {
        width: 20%;
        float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
                width: 20%;
                float: left;
        }
}

@media (min-width: 992px) {
        .col-md-15 {
                width: 20%;
                float: left;
        }
}

@media (min-width: 1200px) {
        .col-lg-15 {
                width: 20%;
                float: left;
        }
}

/******************************************************************
**
** Min 2000 PX
**
******************************************************************/

@media (min-width: 2000px){
    #feature-box img {
        margin-left: calc(-1000px + 50%) !important;
        width: 2000px;
    }
}

/******************************************************************
**
** Min 1390 PX
**
******************************************************************/

/* == IE FIX - START */
@media (min-width: 1390px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
/* == IE FIX - END */

/******************************************************************
**
** Min 1200 PX
**
******************************************************************/

@media (min-width: 1200px) {
    /* == Homepage Specific Changes */
    #content {
        padding-left: 5px !important;
        padding-right: 5px !important ;
    }
    
    .footer-content {
        padding-left: 5px;
        padding-right: 5px;
    }   
    
    .AVN13HomePageAVTemplate .tertiary-linked-features {
        width:330px !important;
    }
    
    .AVN13HomePageAVTemplate .main-article-body {
        width:800px !important;
    }
    
    .AVN13HomePageAVTemplate .detailed-search-results .item-image.result-box-item-details {
        width: 270px !important;
        height: 270px !important;
    }
    
    .AVN13HomePageAVTemplate .detailed-search-results .item-description, 
    .AVN13HomePageAVTemplate .detailed-search-results .item-link.result-box-item-details {
        width: 520px !important;
    }
    
    /* == General */
    
    #header {
        border-bottom: 1px solid #CCCCCC;
    }

    .bsf-header-logo {
        top: 25px !important;
        position: relative;
        
        /* 
        width: 14% !important;
        */
        
        width: auto !important;
        height: 90px !important;        
    }

    #menu {
        position: absolute;
        top: 82px;
        left: 285px;
        right: 0;
        margin: 0 auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background-color: transparent !important;
        font-family: 'DINWebPro-Medium';
        text-transform: uppercase;
        color: #ABABAB;
        font-size: 16px;
    }

    .nav > li > a:hover {
        color: #CE0058 !important;
    }

    .nav > li > a:hover {
        color: #DB487E !important;
    }

    #menu #menuTop .menuTopItem + .menuTopItem {
        margin-left: 0;
        margin-right: 0;
    }
    #menu #menuTop .menuSub {
        padding: 10px;
        line-height: 22px;
        border: 0;
    }
    #menu #menuTop .menuSubItem {
        padding: 0;
    }
    #menu #menuTop .menuSubItem + .menuSubItem a {
        padding-top: 5px;
    }
    #menu li {
        margin-bottom: -5px;
    }
    #content .shn-article .border-top + .border-top {
        margin-top: 0;
    }

    #content .bsf-article .border-top + .border-top {
        margin-top: 0;
    }

     #content .bsf-article .border-top + .border-top {
        margin-top: 0;
    }

    .glyphicon-chevron-up, .glyphicon-chevron-down {
        -webkit-text-stroke: 3px white;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #FFF;
        border-color: #428bca;
        border: 0px;
    }

    .menuContainer.main-nav .nav .menuTopItem.open [data-toggle="dropdown"] {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    }

    .menuContainer.main-nav .nav .menuTopItem .dropdown-menu {
        background: #fff;
        border: 0px solid #000;
        border-top: 2px solid #CE0058 !important;
        border-radius: 0px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        display: none;
        position: absolute;
        width: 300px;
        top: 100%;
        z-index: 1000;
        text-transform: none;
        font-family: 'DINWebPro-Medium';
        font-size: 16px;
    }

    .dropdown-menu > li > a {
        color: #666666;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #CE0058;
        background-color: transparent;
    }

    .dropdown-menu > li > a:active {
        color: #DB487E;
        background-color: transparent;
    }

    #menu li {
        margin-bottom: 0px;
    }

    .menuContainer.main-nav .nav li .dropdown-menu li + li {
        border-top: 0px;
    }

    .shn-footer-movement-a .col-lg-12 {
        padding-bottom:20px;
    }

    .bsf-footer-movement-a .col-lg-12 {
        padding-bottom:20px;
    }
}

/* == IE FIX - START */
@media (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
/* == IE FIX - END */

/******************************************************************
**
** Min 992 PX
**
******************************************************************/

@media screen and (min-width: 992px) {  
    #header {
        padding: 35px 0 0px;
    }

    #customer-order-info .customer-greeting, .shopping-cart-link span  {
        display: none;
    }

    .order-message {
        font-style: normal;
        padding-top: 5px;
    }

    .order-message:hover {
        color:#FFF;
    }

    .btn.shopping-cart-link, .btn.shopping-cart-link:hover {
        background: transparent;
        border-color: transparent;
        font-size: 18px;
        margin-left: 0px;  
     }

    .shopping-cart-link:before {
        font-family: "FontAwesome";
        content: "\f07a";
    }

    .shopping-cart-link, .shopping-cart-link:hover {
        background: transparent;
        border-color: transparent;
        margin: 0px;
        padding: 0px;
        padding-bottom: 3px;
        color: #FFF;
        font-size: 18px;
    }

    .shopping-cart-link:hover {
        color: #FFF0C3;
    }

    .btn.shopping-cart-link:hover {
        color: #FFF0C3;
    }

    .bsf-header-logo {
        top: 25px;
        position: relative;
        
        /*
        width: 15%;
        */
        
        width: auto !important;
        height: 90px !important;
        z-index: 1;
    }

    #orderInfo, .active-nav #orderInfo, .active-sidebar #orderInfo {
        padding: 0 17px;
    }

    .articles.has-secondary-features.has-tertiary-features .article-container.main-article-body {
        padding: 0 0px;
    }

    .menuContainer.main-nav .nav .menuTopItem .dropdown-toggle {
        padding-left:0px;
    }
    
    .menuContainer.main-nav .nav .menuTopItem .menu_item {
        color: #ABABAB;
    }

    .articles.has-secondary-features .article-container.main-article-body {
        width: 100%;
    }
}

/* == IE FIX - START */
@media (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
/* == IE FIX - END */

/******************************************************************
**
** Min 992 PX / MAX 1199 PX
**
******************************************************************/

@media (min-width: 992px) and (max-width: 1199px){
    /* == Homepage Specific Changes */
    #content {
        padding-left: 10px !important;
        padding-right: 10px !important ;
    }
    
    .footer-content {
        padding-left: 5px;
        padding-right: 5px;
    }   
    
    .AVN13HomePageAVTemplate .tertiary-linked-features {
        width:330px !important;
    }
    
    .AVN13HomePageAVTemplate .main-article-body {
        width:590px !important;
    }
    
    .AVN13HomePageAVTemplate .detailed-search-results .item-image.result-box-item-details {
        width: 190px !important;
        height: 190px !important;
    }
    
    .AVN13HomePageAVTemplate .detailed-search-results .item-description, 
    .AVN13HomePageAVTemplate .detailed-search-results .item-link.result-box-item-details {
        width: 390px !important;
    }
    
    /* == General */
    
     .shn-footer-movement-b {
        padding-left: 15px !important;
        padding-top: 30px;
     }

    .bsf-footer-movement-b {
        padding-left: 15px !important;
        padding-top: 30px;
     }

    #menu {
        background-color: #FFF;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        font-family: 'DINWebPro-Medium';
        text-transform: uppercase;
        color: #ABABAB;
        font-size: 16px;
    }

    .nav > li > a:hover {
        color: #CE0058 !important;
    }

    .nav > li > a:hover {
        color: #DB487E !important;
    }

    #menu #menuTop .menuTopItem + .menuTopItem {
        margin-left: 0;
        margin-right: 0;
    }
    #menu #menuTop .menuSub {
        padding: 10px;
        line-height: 22px;
        border: 0;
    }
    #menu #menuTop .menuSubItem {
        padding: 0;
    }
    #menu #menuTop .menuSubItem + .menuSubItem a {
        padding-top: 5px;
    }
    #menu li {
        margin-bottom: -5px;
    }
    #content .shn-article .border-top + .border-top {
        margin-top: 0;
    }

    #content .bsf-article .border-top + .border-top {
        margin-top: 0;
    }

    .glyphicon-chevron-up, .glyphicon-chevron-down {
        -webkit-text-stroke: 3px white;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #FFF;
        border-color: #428bca;
        border: 0px;
    }

    .menuContainer.main-nav .nav .menuTopItem.open [data-toggle="dropdown"] {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    }

    .menuContainer.main-nav .nav .menuTopItem .dropdown-menu {
        background: #fff;
        border: 0px solid #000;
        border-top: 2px solid #CE0058 !important;
        border-radius: 0px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        display: none;
        position: absolute;
        width: 300px;
        top: 100%;
        z-index: 1000;
        text-transform: none;
        font-family: 'DINWebPro-Medium';
        font-size: 16px;
    }


    .dropdown-menu > li > a {
        color: #666666;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #CE0058;
        background-color: transparent;
    }

    .dropdown-menu > li > a:active {
        color: #DB487E;
        background-color: transparent;
    }

    #menu li {
        margin-bottom: 0px;
    }

    .menuContainer.main-nav .nav li .dropdown-menu li + li {
        border-top: 0px;
    }
    
    #default #promoCodeBox form {
        width: 40vw !important;
        margin-left: calc(-20vw + 50%) !important;
    }   

    /******************************************************************
    **
    ** CUSTOM PAGES - Article
    **
    ******************************************************************/

    /* === SECTION B */

    .section-b .links {
        text-align: center;
        padding: 0% 10% 20px 10%;
    }

    .section-b .heading-primary, .section-b .heading-sub {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
    }

    /* === SECTION C */

    .section-c {
        padding: 0% 15% 0% 15%;
    }

    /* === SECTION D */
    .section-d {
        padding: 0% 15% 0% 15%;
    }


    /* === SECTION E */
    .section-e .section-e-image {
        padding: 0% 15% 0% 15%;
    }

    .section-e .section-e-caption {
        padding: 15px 15% 15px 15%;
        text-align: center;
    }

    .section-e .section-e-text {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
    }

    /* === SECTION F */
    .section-f .section-f-image {
        padding: 0% 16.5% 0% 16.5% !important;
    }

    .section-f .section-f-text {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
        padding-top: 15px;
    }

    /* === SECTION G */
    .section-g .section-g-video {
        padding: 15px 15% 25px 15%;
    }

    .section-g .section-g-text {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
    }

    .section-g .section-g-bullet {
        padding-left:calc(15% + 75px);
        padding-right:calc(15% + 75px);
    }

    /* === SECTION H */
    .section-h {
        padding: 15px 15% 0px 15%;
    }

    /* === SECTION I */
    .section-i {
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        /* padding-top: 25px; */
        padding-bottom: 15px;
        margin-top: 50px;
    }
    
    .section-i-small {
        padding: 0px 15% 0px 15%;
    }   

    /* === SECTION J */

    .section-j {
        padding: 0% 15% 0% 15%;
    }

    /* === SECTION K */
    .section-k .section-k-inner {
        padding: 15px 15% 40px 15%;
        text-align: center;
    }

    /* === SECTION L */

    .section-l, .section-l-c {
        padding: 30px 15% 0px 15%;
    }

    .section-l-c .section-l-c-table {
        padding: 20px 30px 0px 30px;
    }


    /* === SECTION B - IDs */

    #section-b .links {
        text-align: center;
        padding: 0% 10% 20px 10%;
    }

    #section-b .heading-primary, #section-b .heading-sub {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
    }

    /* === SECTION C - IDs */

    #section-c {
        padding: 0% 15% 0% 15%;
    }

    /* === SECTION D - IDs */
    #section-d {
        padding: 0% 15% 0% 15%;
    }

    /* === SECTION E - IDs */
    #section-e .section-e-image {
        padding: 0% 15% 0% 15%;
    }

    #section-e .section-e-caption {
        padding: 15px 15% 15px 15%;
        text-align: center;
    }

    #section-e .section-e-text {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
    }

    /* === SECTION F - IDs */
    #section-f .section-f-image {
        padding: 0% 16.5% 0% 16.5% !important;
    }

    #section-f .section-f-text {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
        padding-top: 15px;
    }

    /* === SECTION G - IDs */
    #section-g .section-g-video {
        padding: 15px 15% 25px 15%;
    }

    #section-g .section-g-text {
        padding-left:calc(15% + 30px);
        padding-right:calc(15% + 30px);
    }

    #section-g .section-g-bullet {
        padding-left:calc(15% + 75px);
        padding-right:calc(15% + 75px);
    }

    /* === SECTION H - IDs */
    #section-h {
        padding: 15px 15% 0px 15%;
    }

    /* === SECTION I - IDs */
    #section-i {
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        /* padding-top: 25px; */
        padding-bottom: 15px;
        margin-top: 50px;
    }

    /* === SECTION J - IDs */
    #section-j {
        padding: 0% 15% 0% 15%;
    }

    /* === SECTION K - IDs */
    #section-k .section-k-inner {
        padding: 15px 15% 40px 15%;
        text-align: center;
    }

    /* === SECTION L - IDs */
    #section-l, .section-l-c {
        padding: 30px 15% 0px 15%;
    }

    #section-l-c .section-l-c-table {
        padding: 20px 30px 0px 30px;
    }
}

/******************************************************************
**
** Max 992 PX
**
******************************************************************/

/* == IE FIX - START */
@media (max-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
/* == IE FIX - END */


@media (max-width: 992px){
    .AVN13HomePageAVTemplate .tertiary-linked-features {
        width: 100% !important
    }
    
    .AVN13HomePageAVTemplate .main-article-body {
        width: 100% !important
    }   
    
    #content {
        padding-bottom: 20px;
    }
    
     .shn-footer-movement-b {
        padding-left: 15px !important;
        padding-top: 30px;
     }

     .bsf-footer-movement-b {
        padding-left: 15px !important;
        padding-top: 30px;
     }

    #footer .container {
        width: 100%;
    }

    .menuContainer.main-nav .nav .menuTopItem.has-sub-menu .menu-link {
        padding-right: 0px;
    }

    .menuContainer.main-nav .nav .menuTopItem.has-sub-menu .dropdown-toggle {
        padding-left: 0px !important;
    }
    
    #default #promoCodeBox form {
        width: 50vw;
        margin-left: calc(-25vw + 50%);
    }   

    /******************************************************************
    **
    ** CUSTOM PAGES - SHOW
    **
    ******************************************************************/

    /* === SECTION B */
    .section-b-show {
        padding: 15px 5% 50px 5% !important;
    }

    /* === SECTION C */
    .section-c-show .section-c-show-inner {
        padding: 15px 10% 40px 10% !important;
    }

    /* === SECTION D */
    .section-d-show .h2-sentence {
        padding: 0px 9% 0px 9% !important;
    }

    .section-d-show .section-d-show-tickets {
        padding: 30px 3% 40px 3% !important;
    }

    /* === SECTION E */

    .section-e-show .section-e-inner {
        padding: 30px 15% 40px 15% !important;
    }

    .section-e-show .section-e-inner .pad {
        padding-left:60px;
        padding-right:0px;
    }

    /* === SECTION B - IDs */
    #section-b-show {
        padding: 15px 5% 50px 5% !important;
    }

    /* === SECTION C - IDs */
    #section-c-show .section-c-show-inner {
        padding: 15px 10% 40px 10% !important;
    }

    /* === SECTION D - IDs */
    #section-d-show .h2-sentence {
        padding: 0px 9% 0px 9% !important;
    }

    #section-d-show .section-d-show-tickets {
        padding: 30px 3% 40px 3% !important;
    }

    /* === SECTION E - IDs */

    #section-e-show .section-e-inner {
        padding: 30px 15% 40px 15% !important;
    }

    #section-e-show .section-e-inner .pad {
        padding-left:60px;
        padding-right:0px;
    }

    /******************************************************************
    **
    ** CUSTOM PAGES - Article
    **
    ******************************************************************/

    /* === SECTION B */

    .section-b .links {
        text-align: center;
        padding: 0% 5% 20px 5%;
    }

    .section-b .heading-primary, .section-b .heading-sub {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
    }

    /* === SECTION C */

    .section-c {
        padding: 0% 10% 0% 10%;
    }

    /* === SECTION D */
    .section-d {
        padding: 0% 10% 0% 10%;
    }


    /* === SECTION E */
    .section-e .section-e-image {
        padding: 0% 10% 0% 10%;
    }

    .section-e .section-e-caption {
        padding: 15px 10% 15px 10%;
        text-align: center;
    }

    .section-e .section-e-text {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
    }

    /* === SECTION F */
    .section-f .section-f-image {
        padding: 0% 11.5% 0% 11.5% !important;
    }

    .section-f .section-f-text {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
        padding-top: 15px;
    }

    /* === SECTION G */
    .section-g .section-g-video {
        padding: 15px 10% 25px 10%;
    }

    .section-g .section-g-text {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
    }

    .section-g .section-g-bullet {
        padding-left:calc(10% + 75px);
        padding-right:calc(10% + 75px);
    }

    /* === SECTION H */
    .section-h {
        padding: 15px 10% 0px 10%;
    }

    /* === SECTION I */
    .section-i {
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        /* padding-top: 25px; */
        padding-bottom: 15px;
        margin-top: 50px;
    }
    
    .section-i-small {
        padding: 0px 10% 0px 10%;
    }   

    /* === SECTION J */

    .section-j {
        padding: 0% 10% 0% 10%;
    }

    /* === SECTION K */
    .section-k .section-k-inner {
        padding: 15px 10% 40px 10%;
        text-align: center;
    }

    /* === SECTION L */

    .section-l, .section-l-c {
        padding: 30px 10% 0px 10%;
    }

    .section-l-c .section-l-c-table {
        padding: 20px 30px 0px 30px;
    }

    /* === SECTION B - IDs */

    #section-b .links {
        text-align: center;
        padding: 0% 5% 20px 5%;
    }

    #section-b .heading-primary, #section-b .heading-sub {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
    }

    /* === SECTION C - IDs */

    #section-c {
        padding: 0% 10% 0% 10%;
    }

    /* === SECTION D - IDs */
    #section-d {
        padding: 0% 10% 0% 10%;
    }


    /* === SECTION E - IDs */
    #section-e .section-e-image {
        padding: 0% 10% 0% 10%;
    }

    #section-e .section-e-caption {
        padding: 15px 10% 15px 10%;
        text-align: center;
    }

    #section-e .section-e-text {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
    }

    /* === SECTION F - IDs */
    #section-f .section-f-image {
        padding: 0% 11.5% 0% 11.5% !important;
    }

    #section-f .section-f-text {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
        padding-top: 15px;
    }

    /* === SECTION G - IDs */
    #section-g .section-g-video {
        padding: 15px 10% 25px 10%;
    }

    #section-g .section-g-text {
        padding-left:calc(10% + 30px);
        padding-right:calc(10% + 30px);
    }

    #section-g .section-g-bullet {
        padding-left:calc(10% + 75px);
        padding-right:calc(10% + 75px);
    }

    /* === SECTION H - IDs */
    #section-h {
        padding: 15px 10% 0px 10%;
    }

    /* === SECTION I - IDs */
    #section-i {
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        /* padding-top: 25px; */
        padding-bottom: 15px;
        margin-top: 50px;
    }

    /* === SECTION J - IDs */

    #section-j {
        padding: 0% 10% 0% 10%;
    }

    /* === SECTION K - IDs */
    #section-k .section-k-inner {
        padding: 15px 10% 40px 10%;
        text-align: center;
    }

    /* === SECTION L - IDs */

    #section-l, .section-l-c {
        padding: 30px 10% 0px 10%;
    }

    #section-l-c .section-l-c-table {
        padding: 20px 30px 0px 30px;
    }
}

/******************************************************************
**
** Min 768 PX
**
******************************************************************/

@media screen and (min-width: 768px){ 
    .section-d-show-tickets .item-description {
        float: left;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 10px;
        width: 65%;
    }
    
    .section-d-show-tickets .item-description .item-name {
        pointer-events: none;
        width: 49%;
        float: left;
        font-size: 1.5em;
    }
    

    
    .section-d-show-tickets  .search-results-container .item-start-date {
        /* font-size: 14px; */
        font-size: 16px;
        position: relative;
        top: -3px;      
    }
    
}

/******************************************************************
**
** Max 768 PX
**
******************************************************************/

@media (max-width: 768px) {
    #default #promoCodeBox form {
        width: 60vw;
        margin-left: calc(-30vw + 50%);
    }   
    
    .sm-push-center {
        text-align: center;
    }

    .copyright-policy-text {
        padding-bottom: 10px;
    }

    .shn-footer-split img {
        padding:10px;
    }

    .shn-footer-movement-a .col-xs-12 {
        padding-bottom:20px;
    }

    .shn-footer-movement-a .col-xs-12:last-of-type {
        padding-bottom:40px;
    }

    .bsf-footer-split img {
        padding:10px;
    }

    .bsf-footer-movement-a .col-xs-12 {
        padding-bottom:20px;
    }

    .bsf-footer-movement-a .col-xs-12:last-of-type {
        padding-bottom:40px;
    }

    /* === SECTION B */

    .section-b-show .line-right {
        padding-right: 0px;
        border-right: 0px;
    }

    .section-b-show .line-left {
        padding-left: 15px;
        top: 10px;
    }

    /* === SECTION E */

    .section-e-show .section-e-inner .pad {
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 15px;
    }

    /* === SECTION B - IDs */

    #section-b-show .line-right {
        padding-right: 0px;
        border-right: 0px;
    }

    #section-b-show .line-left {
        padding-left: 15px;
        top: 10px;
    }

    /* === SECTION E - IDS */

    #section-e-show .section-e-inner .pad {
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 15px;
    }
    
    .AVN13HomePageAVTemplate #feature-box-wrap {
        display: none;
    }   
}

/******************************************************************
**
** Max 576 PX
**
******************************************************************/

@media (max-width: 576px) {

    
    #default #promoCodeBox form {
        width: 76vw;
        margin-left: calc(-38vw + 50%);
    }

    .shn-footer-movement-b {
        display: none;
    }   
    
    .shn-footer-split-top {
        padding-bottom: 30px;
    }   
    
    #shn-footer {
        text-align: center;
    }   

    .bsf-footer-movement-b {
        display: none;
    }   
    
    .bsf-footer-split-top {
        padding-bottom: 30px;
    }   
    
    #bsf-footer {
        text-align: center;
    }  
}



/******************************************************************
**
** Min 515 PX
**
******************************************************************/

@media screen and (min-width: 515px) {
    .detailed-search-results .item-link.result-box-item-details {
        width: 78%;
        text-align: left;
    }

    .detailed-search-results .item-description {
        width: 78%;
    }

    .detailed-search-results .item-image.result-box-item-details {
        width: 22%;
    }

    .detailed-search-results .item-link .availability-icon {
        padding: 0px;
    }

    .result-box-item-details {
        padding: 15px 15px 0;
    }
    
    .AVN13GiftCards .standard-search-results .item-description,
    .AVN13GiftCards .standard-search-results .item-link {
        width: 50%;
    }
    
    .AVN13GiftCards .standard-search-results .item-link .btn {
        position: relative;
        top: -8px;
    }

        .standard-search-results .result-box-item-details.last-column,
    .detailed-search-results .result-box-item-details.last-column {
        text-align: center;
    }
}


/* ==== Chrome Fix */
body {
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        -moz-animation-name: fontfix;
        -o-animation-name: fontfix;
        animation-name: fontfix;
        -webkit-animation-name: fontfix;
        -moz-animation-duration: 0.1s;
        -o-animation-duration: 0.1s;
        animation-duration: 0.1s;
        -webkit-animation-duration: 0.1s;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
        from { opacity: 1; }
        to   { opacity: 1; }
}

/* BSF VividSeats Callout Styling */

.secondary-linked-feature-div{
    position: relative;
}

#content .callout_container{
    position: fixed;
    left: -353px;
    top: 182px;
    display: block;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    z-index: 1000;
    display: none;
}

#content .callout_container:hover{
    left: -350px;
}

#content .callout_container.showing,
#content .callout_container.showing:hover{
    left: 0px;
}

#content .callout_container.sticky_top{
    position: fixed;
    top: 60px;
    display: block;
}

#content .callout_container.sticky_bottom{
    top: auto;
    /* bottom: 0px; */
}

#content .callout_container .callout_tab{
    -webkit-transform: rotate( -90deg );
    -moz-transform: rotate( -90deg );
    -o-transform: rotate( -90deg );
    transform: rotate( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    position: absolute;
    right: 1px;
    top: -15px;
    overflow: hidden;
    padding: 0 15px 15px;
    z-index: 2;
}

#content .callout_container .callout_tab .callout_toggle{
    padding: 15px 15px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: -4px 0px 10px 4px rgba(0, 0, 0, 0.4);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
}

#content .callout_container .callout_tab .callout_toggle img{
    display: inline-block;
}

#content .callout_container .callout_tab .callout_toggle:after{
    display: inline-block;
    content: "\e114";
    font-family: "Glyphicons Halflings";
    margin-left: 5px;
    vertical-align: middle;
}

#content .callout_container.showing .callout_tab .callout_toggle:after{
    -webkit-transform: rotate( 180deg );
    -moz-transform: rotate( 180deg );
    -o-transform: rotate( 180deg );
    transform: rotate( 180deg );
}

#content .callout_container .callout_content{
    padding: 20px;
    width: 350px;
    min-height: 240px;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.4);
    border-bottom-right-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
}

#content .callout_container .callout_content h2{
    margin-top: 5px;
    font-size: 18px;
}

#content .callout_container .callout_content .callout_footer{
    text-align: right;
    padding: 15px 0 5px;
}

#content .callout_container .callout_content .callout_footer button{
    vertical-align: middle;
    margin-left: 15px;
    padding: 5px 25px;
}

#content .callout_container .callout_content .callout_footer .btn-flat{
    background: none;
    border: none;
    outline: none;
    font-weight: bold;
    color: #DB2127;
}

#content .callout_container .callout_content .callout_footer .btn-external{
    background: #DB2127;
    border: none;
    outline: none;
    font-weight: bold;
    color: #FFF;
    line-height: 20px;
    padding: 10px;
}

@media screen and (max-width: 992px){
    #content .callout_container,
    #content .callout_container.sticky_top,
    #content .callout_container.sticky_bottom{
        position: fixed;
        top: auto;
        bottom: -100%;
        left: 0px;
        width: 100%;
        -webkit-transition: bottom 0.4s ease-in-out;
        -moz-transition: bottom 0.4s ease-in-out;
        -o-transition: bottom 0.4s ease-in-out;
        transition: bottom 0.4s ease-in-out;
    }

    #content .callout_container.sticky_top{
        bottom: 0px;
    }

    #content .callout_container:hover{
        left: 0px;
    }

    #content .callout_container.showing{
        left: auto;
    }

    #content .callout_container .callout_tab{
        -webkit-transform: rotate( 0deg );
        -moz-transform: rotate( 0deg );
        -o-transform: rotate( 0deg );
        transform: rotate( 0deg );
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        display: inline-block;
        padding: 15px 15px 0;
    }

    #content .callout_container .callout_tab .callout_toggle:after{
        -webkit-transform: rotate( 180deg );
        -moz-transform: rotate( 180deg );
        -o-transform: rotate( 180deg );
        transform: rotate( 180deg );
    }

    #content .callout_container.showing .callout_tab .callout_toggle:after{
        -webkit-transform: rotate( 0deg );
        -moz-transform: rotate( 0deg );
        -o-transform: rotate( 0deg );
        transform: rotate( 0deg );
    }

    #content .callout_container .callout_tab .callout_toggle{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
        padding-bottom: 20px;
    }

    #content .callout_container .callout_content{
        width: calc( 100% - 30px );
        margin: 0 15px -5px;
        box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 6px;
        position: relative;
        overflow: hidden;
        max-height: 0px;
        height: auto;
        -webkit-transition: max-height 0.4s ease-in-out;
        -moz-transition: max-height 0.4s ease-in-out;
        -o-transition: max-height 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out;
        padding: 0 20px;
        min-height: 1px;
    }

    #content .callout_container .callout_content h2{
        margin-top: 20px;
    }

    #content .callout_container .callout_content .callout_footer{
        margin-bottom: 20px;
    }

    #content .callout_container.showing .callout_content{
        max-height: 500px;
    }
    
    .bsf-header-logo {
        position: relative;
        top: 40px;
        width: auto;
        height: 84px;
        margin-left: calc(45% - 54px);
    }
     
    .menuSubItem.dropdown-item {
        background-color: white!important;
        
    }
 
 }   

@media screen and (max-width: 514px){
    #content .callout_container.sticky_top{
        bottom: 47px;
    } 


}

/******************************************************************
**
**  V7 Specific Fixes
**
******************************************************************/

/* == Homepage Text */
.search-results-container .item-teaser {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    height: auto;
    overflow: visible;
    white-space: normal;
}

/* == PromoCode */
#lastPromoCodeBox, #promoCodeBox ul li:nth-child(3) {
    display: none !important;
}

#promoCodeBox ul li.input-group {
    width: auto;
}

#promoCodeBox ul li.input-group label {
    width: 100%;
}

#promoCodeBoxInput {
    position: relative;
    top: 2px !important;
}

#default #promoCodeBox h4 {
    top: 3px;
    position: relative;
}

/* == Start Fix */
.active-promo-event .item-name {
    background: url(../../Images/branding/star.png) 0 2px no-repeat;
    padding-left: 20px;
    top: 2px;
    position: relative;
}

/* == Hide cross on price Legend */

.legend sup  {
    display:none !important;
}

/* == Change price Colour */
.zone-label, .item-box-detail-data.price-zone-price {
    color: #000 !important;
    font-weight:bold;
}

/* == Remove Line on Seating Map */
.fullpicker, .fullfilledpicker {
    fill: green;
    fill-opacity: 0;
    stroke: none !important;
    stroke-width: 1;
}

/* == Fix Chopping CTA */
.selection-cta {
    max-width: none !important;
    width: auto;
    margin: 0 0 0 0 !important;
    float: none !important;
    margin-bottom: 15px !important;
}

/* == Remove Shopping Cart More Info */
.performance-info .more-info,
#shoppingCart .more-info {
    display: none;
}

#mapSelect .performance-info .more-info {
    display: block;
    padding-top: 20px;
}

#mapSelect .performance-info .more-info a {
    border: 2px solid #CE0058;
    padding: 10px 20px;
}


/* == Hide Continue Shopping Button */
.navigation-box .continue-shopping {
    display: none;
}

.navigation-box {
    margin-bottom: 25px;
}

/* == Performance Pages */
h3.item-short-description {
    color: #CE0058 !important;
}

/* == Success  / Error Message Update */
.info-message {
    background-color: #ffeeaad4;
}

.system-message-block {
    border-radius: 0;
    margin: 20px 0px 20px 0px;
    padding: 15px;
}

/* == @Media Search Results Button */
@media screen and (min-width: 515px){
    .result-box-item-details.last-column {
        float: left !important;
        margin: 0 0 0;
    }
}

@media screen and (min-width: 768px){
    .availability-legend .result-box-item .result-box-item-details:first-of-type {
        margin-left: calc(50% - 319px);
    }   
    
    .availability-legend.result-box h4 {
        text-align: center;
    }
}

@media screen and (min-width: 992px){
    .modal-body .promotional-code-input {
        max-width: 100%;
        margin-top: 15px;
    }

    .articles.has-secondary-features.has-tertiary-features .article-container.main-article-body, .articles.has-secondary-features.has-tertiary-features .article-container.main-article-body {
        width: 100%;
    }
}

.seats, .seato, .seatu, .seatr, .seatS, .seatO, .seatU, .seatR{
    /* opacity: 0; */
    fill: rgb(128,128,128);
    stroke: rgb(128,128,128);
    }
}

/* ==alert text color to black == */

.alert, .alert h4, .attention.alert.alert-info {
    color: #000000 !important;
}

#mapSelect .alert-info, #seatSelect .alert-info {
    color: black;
}

/* ==Fix Drop down Box */
#seatSelect .item-box-item div.dropdown {
position: relative;
top: -17px:
margin-right: 10px
left: -3px 
}

#orderTimeout {
color: #FFF0C3;
}

/* == Cookie Popup */
#cookie-popup {
    display: block;
    position: fixed;
    bottom: 0;
    left:50px;
    width: 400px;
    z-index: 500;
    background-color: #292c34;
    border: 2px solid #FFF;
    border-bottom: none;
    padding: 30px;
    font-size: 15px;
    /* font-family: 'Open Sans', sans-serif;  */
    font-weight: 400;
}
#cookie-popup p {
    line-height: 1.5em !important; 
    font-size: 16px;
    margin-bottom: 0;
    color: #FFF;
}  

#cookie-popup a:link, 
#cookie-popup a:visited { 
    text-decoration: underline;
    color: #CE0058;
    border: none;
    font-size: 15px;
}

#cookie-popup .btn.btn-primary {
    width: 100%;
    color:#FFF;
    background-color: #CE0058;
    padding: 9px 9px;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 15px;
}

#cookie-popup .btn.btn-primary:hover, 
#cookie-popup .btn.btn-primary:active {
    background-color: #DB487E;
}

#cookie-popup a.cookie-lm {
    text-decoration: none;
}

#cookie-popup.closed {
    display: none;   
}

#cookie-popup.open {   
    display: block;   
}

/* == Remove X Button */
.item-options a.link.btn.btn-danger {
    display: none;
}

/* Renewal Questions Reformatting */

    #orderQuesions .row {
        margin-bottom: 0px;
        margin-left: 0;
        display: inline;
    }

    #orderQuesions .answer {
        max-width: 100%; 
    }

    #orderQuesions .col-lg-3 {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0 0 0;
    max-width: 100%;
    }

        /* Renewal Payment Plans Formatting */

    span.plan-payment {
    display: none;
    }

    .installment-details-toggle {
    padding-bottom: 20px;
    }

    .payment-installments-table {
    padding-bottom: 20px;
    }

    /* === 7.38 AudienceView Changes - Start */

/* Desktop menu fix*/
.dropdown-menu a{ padding: 5px 10px!important; border: none!important; white-space: normal; color: #666666;}
.menuSub.dropdown-menu.show{     transform:translate3d(0px, 45px, 0px)!important; }
.menuContainer.main-nav .nav .menuTopItem.show [data-toggle="dropdown"] { box-shadow:none!important; background-color:transparent!important; }
.dropdown-menu a:hover, .dropdown-menu a:focus { color: #CE0058!important; background-color: transparent!important; text-decoration: none!important; }
.menuTopItem svg{  margin-left:10px; } 


/* Mobile menu fix */
 
@media only screen and (max-width: 992px) {
 
#menuTop .menu-label { font-size: 14px; }
a:hover { color: #CE0058;}

#menu li {
    text-decoration: none;
    background-color: #eee;
}

.menuContainer .nav > li a:hover  {
color: #CE0058;
text-decoration:none;
}

.menuTopItem svg{ float:right; margin:0px 20px; } 

.menuContainer.main-nav .nav li .dropdown-menu {position: relative!important; background-color: #f5f5f5;}

.menuSubItem.dropdown-item { background-color: #f5f5f5;}

.menuSub.dropdown-menu.show { top:-45px!important; }

.menuTopItem svg{ float:right; margin:0px 20px; } 

.menuContainer.main-nav .nav li .dropdown-menu {position: relative!important; background-color: #f5f5f5;}

.menuSubItem.dropdown-item { background-color: #FFF!important; font-size: 14px; border-top: 1px solid #ddd!important; padding-left: 28px!important;}

.menuSub.dropdown-menu.show { top:-50px; }