﻿/* Fonts */
@font-face{
 font-family:"Al Fresco";
    src:url('../fonts/al_fresco-webfont.eot');
    src:url('../fonts/al_fresco-webfont.ttf') format('truetype'), 
    url('../fonts/al_fresco-webfont.svg') format('svg'), 
    url('../fonts/al_fresco-webfont.woff2') format('woff2'), 
    url('../fonts/al_fresco-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
          font-family: 'Bourbon Grotesque';
          src: url('../fonts/BourbonGrotesque-Regular.eot');
          src: url('../fonts/BourbonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/BourbonGrotesque-Regular.woff2') format('woff2'),
          url('../fonts/BourbonGrotesque-Regular.woff') format('woff'),
          url('../fonts/BourbonGrotesque-Regular.svg#webfont') format('svg');
          font-weight: normal;
          font-style: normal; }

 @font-face {
          font-family: 'News Gothic Bold';
          src: url('../fonts/NewsGothicBT-Bold.eot');
          src: url('../fonts/NewsGothicBT-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/NewsGothicBT-Bold.woff2') format('woff2'),
          url('../fonts/NewsGothicBT-Bold.woff') format('woff'),
          url('../fonts/NewsGothicBT-Bold.svg#webfont') format('svg');
          font-weight: normal;
          font-style: normal; }
          
          @font-face {
          font-family: 'News Gothic Demi';
          src: url('../fonts/NewsGothicBT-Demi.eot');
          src: url('../fonts/NewsGothicBT-Demi.eot?#iefix') format('embedded-opentype'),
          url('../fonts/NewsGothicBT-Demi.woff2') format('woff2'),
          url('../fonts/NewsGothicBT-Demi.woff') format('woff'),
          url('../fonts/NewsGothicBT-Demi.svg#webfont') format('svg');
          font-weight: normal;
          font-style: normal; }
          

html, body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 10% 789px;
    -webkit-font-smoothing: antialiased;
  
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

a[href$='ChangePassword'], a[href$='ChangePassword'].visited, a[href$='ChangePassword']:hover {
    color: #ffffff;
}

.btn-primary, .disabled {
    display: none;
}

a.blueLink:link, a.blueLink:hover, a.blueLink:visited {
    color: #28a3dd;
}

a.whiteLink:link, a.whiteLink:visited {
    color: #fff;
}

.header-container {
    border-bottom: 5px solid #28a3dd;
    padding-top: 5px !important;
    background-color: #000;
}

.footer-container {
    background-color: #28a3dd;
    color: #ffffff;
    padding: 20px;
}

.white-container {
    background-color: #fff;
    color: #000;
    padding: 25px;
}

.search-box-container {
    width:200px; 
    background-color:#ffffff;
    color: #000;
    padding:2px;
    background-image: url('../Content/header-icon-search.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border-radius: 2px;
}

.mobile-search {
    text-align: left;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom:5px;
}

.search-box {
    border: 0;
    width: 160px;
    padding: 5px;
    font-size: 1em;
}

.mobile-search-box {
    border: 0;
    width: 260px;
    padding-left: 5px;
    margin-right: 35px;
    font-size: 1.6em;
    clear: both;
}

.nav-divider {
    color: #28a3dd;    
}

a.btn-blue:link, a.btn-blue:visited {
    background-color: #28a3dd;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: .70em;   
}

.header-navigation {
    font-size:1em; 
    font-weight:bold;
    padding-bottom:2px;
    /*margin-left:15px;*/
    padding-top:9px;
   padding-bottom:2px;
}

.otherclubs-container {
    padding-top:25px; 
    padding-bottom:10px;
}

.other-club-links:link, .other-club-links:visited  {
    color: #28a3dd;
    font-size: .83em;
}
.newsletter-signup-container {
    background-color:#fff; 
    color:#000; 
    font-weight:bold; 
    font-size:1.5em; 
    padding-top:25px; 
    padding-bottom:25px;
}

/*.user-actions > a:link, a:visited {
    color: #ffffff;
}*/

.copyright-info {
    font-size: .85em;
}

.buttonClick {
    cursor: pointer;
}

div.metadata {
    display: none;
}

header h1 {
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;
}

.clickHeader {
    cursor: pointer;
    background-color:#fff;
    padding:15px; 
    color:#28a3dd; 
    z-index:99999; 
    display:block;
    font-size: 1.3em;
    font-weight: bold;
}

p.widget-header {
    font-size: 1.6em;
    text-align: left;
    font-weight: bold;
}

article.page.content-item header h1 {
    display: none;
}

.clickContent {
    padding:15px; 
    padding-bottom:10px;
    font-size: 1em;
    color: #000;
}

.faqIcon {
    margin-top: -5px;
    float:right; 
    width:40px; 
    height:40px;
    font-size: 1.3em;
    text-align: right;
}
/* Old Menu */
/*.mobileMenuContainer {
    overflow: hidden;
    clear: both;
    background-color: #000;
}
.mobileMenu {
    margin-top: 20px;
    z-index: 900;
    background-color: #000;
    width: 100%;
}
.mobileMenuButton {
    cursor: pointer;
    padding-bottom: 20px;
}
.mobileMenuItem {
    margin-left: 15px;
    margin-right: 15px;
   /* padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 1.2em;
    font-weight: normal;
    color: #fff;
    display: block;
    border-bottom: 2px solid #28a3dd;
}*/
/*NEW NAV MENU*/

    /*--- MOBILE-----*/
    nav.primary {
        /*background-color: black;
        outline: 1px solid #fff;*/
        color: white;
        padding-top: 0px;
        overflow: hidden;
        height: 0px;
        transition: all .5s;
    }
    nav.primary.open {
        height:auto;
    }
    nav.primary .fa-bars {
        font-size: 32px;
        position: absolute;
        right: 22px; top: 20px;
    }
@media screen and (min-width: 700px) {
    nav.primary .fa-bars {
        top: 12px;
        right:17px;
    }
}
    nav ul { margin: 0px; padding: 0px ; }
    nav li { list-style-type: none; }

    nav.primary > ul { }
    

    nav.primary > ul > li > a {
        color:#fff;
        display: block;
        font-weight:bold;
        padding-left:10px;
    }
    nav.primary > ul > li > ul > li a:link {
        color:#fff !important;
        padding-left:30px;
        font-weight:normal;
    }

/*----- Desktop -------*/
@media screen and (min-width: 980px) {
    nav.primary .fa-bars { display: none; }
    nav.primary {
        height: auto;
        padding-top: 0px;
        position:relative;
        z-index:5;
    }
    nav.primary > ul {
        /*width: 700px;*/
        float:left;
    }
    nav.primary > ul > li {
        /*width: 150px;*/
        float: left;
        font-size: 13.5px;
        font-weight: bold !important;
        font-family: Helvetica, sans-serif !important;
        letter-spacing: .6px;
        text-transform: uppercase;
        display:inline-block;
        /*padding-left: 30px;*/
        text-align: center;
        max-width: 250px;
    }
    nav.primary > ul > li > a {
        border-right:2px solid #fff;
    }
    nav.primary > ul > li a:last-of-type::after {
        border-right:0px solid #fff;
    }
    nav.primary > ul > li.first {
        width:110px;
    }
   /* nav.primary > ul > li a:not(:first-child)::after {
        content: " | ";
        color: #fff;
        padding: 0 0px 0 30px;
    }*/
    /*.primary ul li:not(:last-child):not(:first-child) > a {
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
    }*/
    nav.primary > ul > li > ul {
        overflow: hidden;
        background-color:#000;
        height: 0px;
        padding-top:5px;
        transition: .5s all;
        z-index:2147483649;
        text-align: center;
    }
        nav.primary > ul > li > ul > li {
            padding:7px 0px;
        }
    nav.primary > ul > li > ul > li > a:last-of-type {
        padding: 5px 12px;
        border-right:0px solid #fff;
        text-shadow:1px 2px 1px #000;
    }
    nav.primary > ul > li > ul > li a {
        color:#fff;
         font-weight:bold !important;
    }
    nav.primary > ul > li > ul.open {
         height: 0px;
    }
    nav.primary > ul > li > ul.open li {
        z-index:2147483649;
    }
 }
#navigation {
    height: 30px;
}
.socialButtonContainer {
    padding-top: 6px;
    padding-bottom: 20px;
    text-align: left;
}
.socialButtonContainer > img {
    margin-right: 9px;
    margin-left: 9px;
    width: 15vw;
    height: 15vw;
    max-width: 40px;
    max-height: 40px;
    cursor: pointer;
    opacity: .85;
}
.socialButtonContainer > img:hover {
    opacity: 1;
}
@media screen and (max-width:980px) {
    nav.primary {
        padding-top: 0px;
    }
    nav.primary > ul > li a, nav.primary > ul > li > ul > li a {
        color:#fff !important;
        display: block;
        width: 100%;
        text-transform: uppercase;
        padding: 10px 0px 10px 10px;
        border-bottom: 1px solid #28a3dd;
        font-size:15px;
        margin-right:15px
    }
    nav.primary > ul > li.first,nav.primary > ul > li.first a {width:100%; }
}
@media screen and (max-width: 980px) {
    .socialButtonContainer {
        text-align: center;
    }
    .search-box-container {
        width: 98%;
    }
}
@media screen and (max-width:620px) {
    .search-box-container {
        width: 96%;
    }
}
@media screen and (max-width:420px) {
}
fieldset.login-form {
    margin-top: 40px;
    margin-bottom: 40px;
}

fieldset.login-form > legend {
    color: #ffffff;
}

#username-email, #password {
    color: #000;
}

button.primaryAction {
    width: 150px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000;
}

.loadingPreloader {
    z-index:510; 
    width:100%; 
    text-align:center; 
    position:absolute; 
    top:150px; 
    font-size:1.4em; 
    font-weight:bold; 
    color:#fff;
}

.preloaderMask {
    display:block; 
    background-color:#000; 
    height:100%; 
    width:100%; 
    position:absolute; 
    z-index:500; 
    top:0; 
    opacity:.75
}

.containerNoMargins {
    position: relative;
}
/**** EDP BUTTONS ******/
.getTktBtn {
    display:block;
    height:35px;
    background-color:#00a397;
    padding:9px 3px 4px 11px;
    color: white !important; 
    font: bold 16px Helvetica, Arial, Sans-Serif;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.getTktBtn i .fa {
    color:white;
    padding-right:2px;
}
.EDPbtnrow {
    background-color:#ccc;
    padding: 15px 0px;
    text-align:center;
    margin:auto;
}
.EDPbtn.getTktBtn {
    width:33%;
    float:left;
    display:block;
}
.EDPbtn {
    float:left;
    padding-left:12px;
    padding-right:12px;
    width:33%;
    margin:0 auto;
}
.lower-buttons {
    width:100%;
    overflow:auto;
    margin:0 auto;
    margin-top:4px;
    margin-bottom:4px;
    text-transform:uppercase;
    text-align:center;
}
.r-Btns {
    margin: 0 auto;
    text-align:center;
    margin-top:15px;
}
.reserveBtn { 
    margin: 0 auto;
    /*width:90%;*/
    display: block;
    height:28px;
    background-color: #278ADF;
    padding: 6px 5px 3px;
    color: white;
    font: bold 13px Helvetica, Arial, Sans-Serif;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-top:7px;
}
.getP-Btn {
    display: block;
    height:36px;
    background-color: #de9522;
    padding: 9px 10px;
    color: white;
    font: bold 16px Helvetica, Arial, Sans-Serif;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.getH-Btn {
    display: block;
    height:36px;
    background-color: #0d0b36;
    padding: 9px 10px;
    color: white;
    font: bold 16px Helvetica, Arial, Sans-Serif;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

/******** Style settings for EDP PAGE widget ********/
#eventDetailWidget {
    margin: 0 !important;
    position: relative;
}
.EDP-Main {
    background-color:#fff;
    overflow:auto;
    color:#333;
}
.EDPbreadcrumbs {
    padding-top:20px;
    padding-bottom:15px;
    font-size:.9em; 
    font-weight:bold;
    border-bottom:1px solid #bbb;
    color: #000;
}
.EDP-title {
    /*padding:15px 0px 4px;*/
    padding:1px 0px 1px;
    background-color: rgba(26,111,155,.6);
    margin-bottom:5px;
}
@media screen and (max-width:1200px) {
   .EDPbtnrow {
       margin-top:38px;
   }
   .EDP-title {
       margin-bottom:0px;
   }
}
.EDP-Img {
    /*overflow:auto;*/
    margin-top: 8px; 
    margin-bottom:10px;
    padding-right:8px;
    padding-bottom:20px;
    float:left;
    max-width:570px;
    max-height:380px;
    position:relative;
}
.EDP-Img img{
    z-index:1;
}
.EDP-layover {
    position:absolute;
    width:85%;
    height:auto;
    padding:15px;
    bottom:30px;
    left:0px;
    color:#fff;
    background-color:rgba(26,111,155,.6);
    font-size:28px;
    
    font-weight:bold;
    z-index:1;
}
.EDP-details {
    padding-top: 8px; 
     width:200px;
     float:left;
}
.EDPsection {
    width:100%;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
    overflow:auto;
}
.EDPtime {
    padding-top:10px;
    padding-left:3px;
    width:120px;
    font-size:.9em;
}
.EDPfeaturing {
    padding-top:15px;
    padding-left:5px;
    font-size:.9em;
    max-width:500px;
    margin: 0 auto;
}
h2.EDPtitle { 
    padding:0px 10px 6px;
    font-size:22px;
    line-height: 1em;
    font-weight:bold;
    color: #fff;
    text-transform:uppercase;
}
.EDPsocials {
    padding-top:20px; 
    text-align:center;
    height:30px;
}
.EDP-icon {
    margin: auto;
    width:105px;
}
.EDP-icon a {
    float:left;
    max-width:30px;
    margin-left:2px;
    margin-right:2px;
}
.EDPsection h3 {
       color:#333;
       font-size:1.2em;
       font-weight:bold;
       border-bottom: 1px solid #666;
       padding-bottom:6px;
       margin-top:25px;
       width:100%;
       text-transform:uppercase;
 }
.EDPsection h4 {
       color:#333;
       font-size:1em;
       font-weight:bold;
       padding-bottom:6px;
       margin-top:0px;
       margin-bottom:0px;
       width:100%;
       text-transform:uppercase;
 }
.artist-image-layover {
    position:absolute;
    width:85%;
    height:auto;
    padding:15px;
    bottom:30px;
    left:0px;
    color:#fff;
    background-color:rgba(0,0,0,.6);
    font-size:20px;
    
    font-weight:bold;
    z-index:1;
}
.video-lg {
    width:100%;
    height:400px;
    border-top:8px solid #28a3dd;
    border-bottom:4px solid #28a3dd;
    margin:0;
    padding:0;
    padding-bottom:-8px;
}
.videos-sm {
    width:160px;
    height:100px;
    float:left;
    margin:0;
    margin-top:10px;
    margin-right:5px;
    margin-bottom:0px;
    padding:0;
    padding-bottom:0px;
    border-top:3px solid #28a3dd;
    border-bottom:3px solid #28a3dd;
}
.video-socials {
    width:33%;
    float:right;
    padding:20px 0px;
    text-align:right;
    font:bold 15px Arial, Sans-Serif;
}
.video-socials a {
    float:right;
    width:25px;
    margin-right:3px;
}
.artist-socials {
    margin-top:10px;
}
.artist-socials a img {
    width: 100%; 
    background-color: #00ABFD;
}
.feat-image {
    float:left;
    width:30%;
    padding-right:10px;
}
.feat-text {
    width:66%;
    float:left;
    font-size:13px;
}
.feat-socials {
    float:right;
    width:100%;
    padding: 0px;
    text-align:right;
    font:bold 16px Arial, Sans-Serif;
}
.feat-socials a {
    float:right;
    width:25px;
    margin-right:3px;
}
.feat-socials a img {
    width: 100%; 
    background-color: #00ABFD;
}
.you-may-also {
    position:relative;   
}
.relatedEv {
    float:left;
    width:28%;
    margin: 0 1%; 
    margin-left:6%; 
    overflow:auto;
}
.relatedEv:first-of-type {
    margin-left:1%;
}
.youmay-overlay {
    position:absolute;
    width:100%;
    bottom:0;
    right:0;
    left:0;
    padding:7px;
    color:#fff;
    background-color:rgba(26,111,155,.6);
    font-size:14px;
    line-height:17px;
    font-weight:bold;
}
.EDPsection:last-child {
    padding-bottom:40px;
}

/* Heroes */
.hero-vid {
    transform: scale(1.4) !important;
    position: fixed;
    top: 15%;
    left: 19.5%;
    z-index: 999;
    width: 61%;
}

.hero-vid-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.9%
}

.hero-vid-background {
    display: none;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    pointer-events: none;
}

.sliderContainer {
    /*position:relative;*/
    margin-top: 0px;
    margin: 0 auto;
    text-align:center;
}
 .prevNav {
     /*position:absolute;
    left:3px;
     top:50%;
     bottom:50%;*/
     float: left;
     padding-top:1.2%;
    padding-right:1%;
    cursor:pointer;
}
.nextNav {
      /*position:absolute;
     left:3px;
     top:50%;
     bottom:50%;*/
    float: right;
    padding-top:1.2%;
    padding-left:.5%;
    cursor:pointer;
}
/* ARTIST IMAGRES GALLERY SLIDER ONLY*/
.prevNav2 { 
     float: left;
     padding-top:6%;
    padding-right:1%;
    cursor:pointer;
}
.nextNav2 {
    float: right;
    padding-top:6%;
    padding-left:0.5%;
    cursor:pointer;
}
#owl-slim-eventDetailWidget {
   width: 93%; 
   float:left;
}
a .next {
    float:right; 
}
.owl-dots {
    text-align: center;
    margin-top:5px;
}
.owl-dot {
    display: inline-block;
}
.owl-dot.active span {
    background: none repeat scroll 0 0 black;
}
.owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 9px;
    margin: 5px 8px;
    opacity: 0.5;
    width: 9px;
}
.modal-body {
    position:relative;
    padding:15px 15px 0px 15px;
}
.close-btn {
    color:#333;
    font-weight:bold;
    font-size:16px;
    background-color:#fff;
    position:absolute;
    padding:2px 8px;
    top:-10px;
    right:-10px;
    border:2px solid darkred;
    border-radius:80px;
    z-index:99;
    cursor:pointer;
}
a.close-btn:hover {
    color:#888;
}
a.bluebutton {
padding-top:25px; 
padding-bottom:25px;
background-color:#28A3DD;
color:#fff;
padding:15px;
display: block;
text-align: center;
}

a.bluebutton:visited {
color:#fff;
}

a.EDPCustomButton {
padding-top:25px; 
padding-bottom:25px;
padding:15px;
display: block;
text-align: center;
}
.mobile-loadmore-button {
    -webkit-animation: pulsate 1.5s ease-in-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.95, 0.95); opacity: 0.80;}
    50% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
    100% {-webkit-transform: scale(0.95, 0.95); opacity: 0.80;}
}


/* Social Links */
.facebookLink, .twitterLink, .instagramLink, .emailLink {
    cursor: pointer;
}

/* Social Widget (General Styles) */
.social-follow-url {
    /*color: #278adf;*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}
.social-follow-container {
    margin-top:15px;
    text-align:center; 
    padding:8px;
}
.social-icon {
    margin-bottom: 5px;
    margin-right: 8px;
}
a.follow-button, a.follow-button:hover, a.follow-button:visited {
    margin-left: 8px;
    display:inline-block; 
    font-size: 1.0em;
    font-weight: bold;
    background-color:#278ADF; 
    color:#ffffff !important; 
    padding:6px; 
    width:120px; 
    text-align:center;
}
.play-overlay {
    opacity: .75;
    -moz-opacity: .75;
}
.play-overlay:hover {
    opacity: 1;
    -moz-opacity: 1;

}

/* Social Widget (Twitter) */
.social-twitter-container {
    text-align: center;
    display: table-cell;
    height: 253px;
    vertical-align: middle;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.social-twitter-username {
    font-weight: bold;
    text-transform: uppercase;
    color: #278ADF;
}

/* Social Widget (YouTube) */
.social-youtube-parent-container {
    position: relative;
    display:table; 
    width:100%;
}

.social-youtube-playoverlay {
    position: absolute;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;    
}

.social-youtube-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 253px;
    width: 100%;
}


/* Social Widget (Instagram) */
.social-instagram-container {
    width:100%;
    margin: auto;
    text-align: center;
}

.social-instagram-image {
    border:1px solid #000000; 
    height:85px; 
    width:85px;
}

/* Newsletter Styles */
/* newsletter cnt styles */
#checkboxes {
    width:100%;
    margin: 0 auto;
    overflow:auto;
    padding: 1px;
    text-align:center;
    padding-left:5%;
}
.checkbox_div {
    float:left;
}
div.col-left {
    width:49%;
    float:left;
    padding: 5px 30px;
}
div.col-right {
    width:49%;
    float:left;
    padding:5px 30px;
}
@media screen and (max-width: 715px) {
    #checkboxes {
        padding-left:3%;
    }
   div.col-left, div.col-right {
        padding: 5px 20px;
   }
}
@media screen and (max-width: 680px) {
   div.col-left, div.col-right {
        padding: 5px 7px;
   }
}
@media screen and (max-width: 590px) {
    #checkboxes {
        padding-left:0%;
    }
   div.col-left, div.col-right {
       padding: 5px 10px;
       margin: 0 auto;
       text-align:center;
        width:100%;
        float:none;
   }
   .checkbox_div {
        float:none;
    }
}
.dataInputContainer input {
    color: #000;
    padding:8px; 
    margin:4px;
    width: 240px;
    border:2px solid #000;
}
form.newsletter-form .dataInputContainer input {
    width:230px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
@media screen and (max-width:570px) {
    form.newsletter-form .dataInputContainer input {
        width: 250px;
    }
}

.dataInputContainer {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #333;
}
.dataInputContainer input[type=submit] {
    width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #278ADF;
    color: #ffffff;
    border: 0px;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: all .2s;
    margin-top: 8px;
    margin-bottom: 8px;
}
.dataInputContainer input[type=submit]:hover {
    background-color:#097bdd;
}
.dataInputContainer select {
    color: gray;
    height: 32px;
}
.dataInputContainer .nl-third {
    width: 31%;
}
    @media (max-width: 590px) {
        .dataInputContainer .nl-third {
            width: 240px;
        }
    }
.dataInputContainer button {
    width: 100%;
}
.msgCont {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 8px;
    width: 80%;
    color: #ffffff;
	}
.msgContError {
	background-color: #aa0000;
}

.termsOfServiceCont {
    width: 95%;
    margin: auto;   
}
/*
#navigation ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
}

#navigation ul li {
    display: inline-block;
    text-transform: uppercase;
}

#navigation ul li:first-child >  a {
    display: inline-block;
    padding-right: 20px;
}
.menu-main-menu a:link, .menu-main-menu a:visited {
    color: #fff;
}

#navigation ul li:not(:last-child):not(:first-child) > a {
    color: #fff;
    padding-left: 20px;
    padding-right:20px;
}

#navigation ul li:last-child > a {
    color: #fff;
    padding: 20px;
}

#navigation ul li:not(:last-child)::after {
    content: " | ";
    color: #fff;
}*/

/* Just Announced  */
.justAnnounced{
    background-color:#fff; 
    margin:auto; 
    margin-left:0px;
    margin-right:30px; 
    padding:20px;
}
#prev-button {
    margin-bottom:8px; 
    text-align:center; 
    width:49%; 
    cursor:pointer; 
    background-color:#c7c7c7; 
    float:left; 
    padding:2px; 
    color:#b5b5b5;
}
#next-button {
    margin-bottom:8px; 
    text-align:center;
    width:49%; 
    cursor:pointer; 
    background-color:#c7c7c7; 
    float:right; 
    padding:2px; 
    color:#28a3dd;
}
.prev-button-label {
    display:block; 
    transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size:2em;
}

.next-button-label {
    display:block; 
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size:2em;
}
.dataInputContainer {
    color: #ffffff;
}
.mobile-otherclubs {
    display:none;
    width:300px;
    padding-left: 40px;
}

/* Other Venues Section*/
.otherclubs-header {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 15px;
    color: white;
}

.widget-custom-form-widget form {
    background-color:rgba(250,250,250,.4);
    overflow:auto;
    color:#fff !important;
    padding:35px;
    margin-top:0px;
    padding-top:10px;
} 
 label[for^="emailformcontent"] {
    display: none !important;
    width: 240px;
}
.widget-custom-form-widget fieldset {
    width:240px;
    float:left;
    padding:0px;
    margin:0px;
}
 /*.widget-custom-form-widget form button[type="submit"] {
     padding:6px 20px;
     font-weight:bold;
     border:none;
     box-shadow:none;
     margin-top:5px;
     margin-left:5px;
 }*/
/****** FORM Elements **********/
input[type="text"], input[type="email"], input[type="tel"] {
    margin:5px;
    padding:6px 10px;
    border:none;
    box-shadow:none;
    cursor:pointer;
    color:#444;
}
input[type="text"].mobile-search-box {
     margin: 0px;
    padding: 3px 10px;
    font-size: 17px;
}

/*Styling for use in Maven Widgets*/
/************ Widget FAQ ****************/
.widget-faq-widget p {
    padding-top: 15px;
    padding-bottom: 10px;
}
/************ Related Events Widget ****************/
.widget-related-events-widget {
    background-color: #fff !important;
}
/* Ad unit styling*/
.widget-ads {
    margin-left:0px;
    /*margin-right:30px;*/
}
.widget-ads img {
    width:100%;
    padding-bottom:8px;
}
.widget-newsletter {
   margin-right:30px;
    text-align:center;
}
.signup-btn {
    padding:10px 35px;
    font-size:.7em;
}
/************ EventCalendar *******
        *********************************/
.evContW {
    background-color: #fff; 
    margin-bottom: 7px; 
    overflow:hidden;
}
 .titleWidth {
    margin-top:0px;
}
.titleSize {
    float:left;
    width:68%;
    color:#000;
    line-height:17px;
}
.tSize {
    font-size:1.2em;
    font-weight: bold;
}

.topLineInfo {
    margin-top: 6px;
    font-size: .9em;
    letter-spacing: 0.25px;
}
.eventDate {
    margin-top: 6px;
    font-size: .9em;
    letter-spacing: 0.25px;
    float: left;
}
.eventTime {
    margin-top: 6px;
    font-size: .9em;
    font-weight: normal;
    padding-left: 15px;
    float: left;
 }
.vlogo-sm {
  float:right;
  text-align:right;
  padding-right:12px;
  padding-top:3px;
  width:100px;
  height:auto;
}
.event-btns {
    float:right;
    padding-right:8px;
    margin-top:15px;
}
.evTktBtn {
    display: block;
    height: 33px;
    background-color: #00a397;
    text-align:center;
    margin:0 auto;
    padding: 8px 0px 7px 0px;
    color: white;
    font: bold 15px Helvetica, Arial, Sans-Serif;
    /*text-shadow: 1px 1px #333, 1px 1px #333, 2px 2px #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;*/
    -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    border-radius:7px;
}

/* Sold Out Shows */
.evTktBtnDisabled {
    display: block;
    height: 33px;
    background-color: grey;
    text-align:center;
    margin:0 auto;
    padding: 8px 0px 7px 0px;
    color: white;
    font: bold 15px Helvetica, Arial, Sans-Serif;
    /*text-shadow: 1px 1px #333, 1px 1px #333, 2px 2px #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;*/
    -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
.event-info-btn {
    display: block;
    padding:8px 12px 8px;
    height:33px;
    font: bold 15px Helvetica, Arial, Sans-Serif;
    text-align: center;
     margin:0 auto;
     margin-top:11px;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius:7px;
     border-radius:7px;
}
h1.eventCal {
    color: #fff;
    margin-bottom:15px;
    text-transform:uppercase;
}

/****** TABLE STATS *******/
table#stats {
    border: 1px solid #bbb;
    color: #420001;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    width: 100%;
}
table#stats th {
    background: #c7c7c7;
    font-weight: normal;
    vertical-align: middle;
    }
table#stats th, td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 6px;
    text-align: center;
}
table#stats td {
    color:#fff;
}
.venue-map1 {
    width:50%;
}
.venue-map2 {
    width:50%;
    float:right;
}
.venue-map3 {
    float:left;
    width:50%;
    padding:10px;
}

/******PUNCHLINE PHILLY STYLES ONLY *******/
/***********START CONTENT********/


*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* img {
    max-width:100%; /*to ensure images are responsive*/
    height:auto;
}
body {
	background-color:#000;
    font-family:Arial, Helvetica, sans-serif;
}
/***********START CONTENT********/
.philly-wrapper {
	width:100%;
    max-width:1200px;
	margin:20px auto;
	background-color:#fff;
	color:#666;
	overflow:auto;
}
#top-container {
	width:100%;
    margin:0 0;
	text-align:left;
	margin: 0;
    padding-top:9px;
}
.img1-lg {
    position:relative;
    width:100%;
    max-width:1200px;
    margin: 0;
   padding: 0;
}
.img1-lg img {
    width:100%;
    height:auto;
    max-width:1200px;
}
.overl2-philly {
    font-family: 'Raleway', Arial Bold, sans-serif;
    color:#333;
    font-size:40px;
    text-align:center;
    letter-spacing:.5px;
    font-weight:bold;
    text-transform:uppercase;
    padding: 25px;
    padding-bottom:0px;
    margin: 0 auto;
    margin-top:30px;
    margin-bottom:0px;
}
.subtit {
    font-family: 'Raleway', Arial Bold, sans-serif;
    color:#000;
    font-size:22px;
    text-align:left;
    letter-spacing:.5px;
    padding-left:20px;
    padding-top:20px;
}
.subtit2 {
    font-family: 'Raleway', Arial Bold, sans-serif;
    color:#000;
    font-size:22px;
    text-align:left;
    letter-spacing:.5px;
    padding-left:20px;
    padding-top:30px;
}
.main{
    background-color:#fff;
    width:100%;
    margin-top:0px;
    padding:0px 30px;
    overflow:auto;
}
.main2 {
    background-color:#ccc;
    width:100%;
    margin-top:0px;
    padding:0px 30px;
    overflow:auto;
}
section.section-left-philly {
	float:left;
	width:63%;
	padding:20px 20px 35px 35px;
}
section.section-left2 {
    float:left;
    width:57%;
    padding:0px 20px 10px;
    margin: 0 0;
}
.menu a.menu-link {
   font-family: 'Raleway', Arial Bold, sans-serif;
   font-weight:600;
   color:#333; 
   text-shadow:2px 2px #fff;
   font-size:18px;
    letter-spacing:.5px;
   text-decoration:underline;
    padding:5px 20px;
    text-align:center;
    border:1px solid #333;
    border-radius: 10px;
    margin-top:20px;
}
p.menu {
    text-align:center;
}
.philly {
    margin-top:20px;
}
p.philly1 {
    padding-left: 60px;
	padding:20px;
    padding-top:0px;
    padding-bottom:9px;
    color:#333;
    font-size:15px;
    line-height:28px;
}
article.section-right-philly {
	float:left;
	width:37%;
	padding:30px;
	margin:0 0;
	vertical-align:top;
	overflow:auto;
}
article.section-right2 {
    padding:10px;
    padding-top:35px;
    float:left;
    width:43%;
    margin:0 0;
    vertical-align:middle;
    overflow:auto;
    }
.section-right-philly img {
    padding-top:0px;
    margin-top:55px;
    width:100%;
    max-width:340px;
}
.img2-lg {
    position:relative;
    width:100%;
    margin-top:0px;
}
.img2-lg img {
    width: 100%;
    max-width:1200px;
    height:auto;
}
*.wrapper-philly img {
    width:100%;
    height:auto;
}
.overl3-philly {
    font-family: 'Raleway', Arial Bold, sans-serif;
    font-weight:600;
    color:#333;
    font-size:28px;
    line-height:32px;
    letter-spacing:.5px;
    font-weight:bold;
    padding: 20px;
    margin-bottom:10px;
    text-align:center;
}


/***** MEDIA QUERIES***********/

@media screen and (max-width:1200px) {
    .overl2-philly {
       font-size:30px;
       line-height:38px;
       padding:20px;
       padding-bottom:0px;
    }
    .main {
        margin-top:0px;
    }
    p.philly1 {
        padding-left: 10px;
        margin-top:0px;
    }
    p.menu {
        padding-top:0px;
        padding-bottom:0px;
    }
}
@media screen and (max-width: 998px) {
    section.section-left-philly, article.section-right-philly {
        width:100%;
        margin:0 auto;
    }
    section.section-left-philly {
        padding: 10px 15px 15px 15px;
    }
    article.section-right-philly {
        padding: 0px 20px;
    }
    article.section-right-philly {
        padding-top:0px;
        text-align:center;
    }
    .section-right-philly img {
        margin-top:0px;
        margin-bottom:30px;
        width:100%;
        max-width:440px;
    }
     section.section-left2 {
        width:63%;
    }
    article.section-right2 {
        width:37%;
    }
    .subtit, .subtit2 {
        padding-left:15px;
    }
    .subtit2 {
        padding-top:15px;
    }
    .overl2-philly {
        font-size:30px;
        line-height:36px;
        margin-top:20px;
    }
    .overl3-philly {
        font-size:24px;
        padding:0px;
        padding-bottom:20px;

    }
}
@media screen and (max-width: 768px) {
    section.section-left2, article.section-right2 {
        width:100%;
        margin:0 auto;
    }
    section.section-left2 {
        padding-bottom:20px;
    }
    .subtit, .subtit2 {
        font-size:18px;
    }
    .philly{
        padding-top:0px;
    }
     p.philly1 {
        margin-top:0px;
        margin-bottom:0px;
    }
    p.menu {
        padding-top:0px;
        padding-bottom:0px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 660px) {
    .overl2-philly {
        font-size:26px;
        line-height:30px;
    }
    p.menu {
        padding-top:0px;
        text-align:center;
    }
}
@media screen and (max-width:580px) {
    section.section-left2 {
        padding:0px 0px 0px;
    }
    .main {
        padding: 0px 0px;
    }
    .overl2-philly {
        margin-top:20px;
    }
    .overl3-philly {
        font-size:20px;
        line-height:24px;
        padding-left:15px;
        padding-right:15px;
    }
}

/*********END PUNCHLINE PHILLY************/

/************************************ MEDIA QUERIES *****************************************
 ********************************************************************************************/


@media only screen and (max-width: 1195px) {
    html, body {
        background-image : none !important;
    }
    .otherclubs-container {
        padding-top: 20px;
    }
    .otherclubs-header {
        padding-bottom: 15px;
        text-align:center;
    }
   /* #navigation--mobile ul {
        font-size: 1.2em;
        display: block;
        margin: 0px;
        padding: 0px;
    }
    #navigation--mobile ul a {
        display: block;
        width: 100%;
        text-transform: uppercase;
        padding: 12px;
        color: #ffffff;
        padding-left: 5px;
        padding-right: 0px;
        border-bottom: 1px solid #28a3dd;
    }*/
    .EDP-Img {
        overflow:hidden;
        float:none;
        margin: 0 auto;
        margin-bottom:10px;
        padding-right:0px;
        padding-bottom:0px;
        max-width:700px;
        max-height:370px;
    }
    .EDP-details {
        width:100%;
        text-align:center;
        margin:auto;
        float:none;
    }
    .EDPtime {
        widtH:100%;
    }
    .getTktBtn {
        width:400px;
        text-align:center;
        margin:auto;
    }
    .getP-Btn, .getH-Btn {
        width:400px;
        text-align:center;
        margin:auto;
    }
    .EDPbtn {
        width:100%;
        text-align:center;
        margin:auto;
        margin-top:5px;
        margin-bottom:5px;
    }
    .EDPbtn.getTktBtn {
        width:33%;
        float:none;
        margin:auto;
    }
    .r-Btns {
        width:280px;
    }
    .video-lg {
        height: 300px;
    }
    .relatedEv {
        width:31%;
        margin-left: 1%;
    }
    #owl-slim-eventDetailWidget {
         width: 91%; 
      }
    .logo-width {
        padding-bottom:5px;
        padding-left:10px;
        max-height:70px;
    }
    
}

@media only screen and (max-width: 1194px) and (min-width: 981px) {
    .titleSize {
        width: 100%;
    }
    .evTktBtn {
        font: bold 14px Helvetica, Arial, Sans-Serif;
    }
    .evTktBtnDisabled {
        font: bold 14px Helvetica, Arial, Sans-Serif;
    }
    .vlogo-sm {
        display: none;
    }
    .event-btns {
        margin-top: 8px;
    }
    .event-info-btn {
        margin-top: 6px;
    }
}
@media only screen and (max-width: 1190px) and (min-width: 768px) {
    .evTktBtn i {
            display: none;
    }   
}

/* Small Devices, Tablets */
@media only screen and (max-width: 980px) {
    .selectedItem {
        border: 0!important;
        background-color: #efefff;
    }
    .justAnnounced {
        width:100%;
        margin-right:0px;
    } 
    .widget-ads{
        margin-right:0px;
    } 
    .widget-newsletter{
        padding-left:0px;
        margin-right:0px;
        margin-bottom:20px;
        width:100%;
    } 
    .event-btns {
        margin-top: 11px;
        padding-left:8px;
        padding-bottom:6px;
    }
    .event-info-btn {
        margin-top: 8px;
    }
}
    
@media only screen and (max-width: 1080px) and (min-width: 900px) {
    .titleWidth {
        width:47%;
    }   
}
   
@media only screen and (max-width: 680px) {
     .container {
         padding-left:15px;
         padding-right:15px;
      }
     .evContW {
         margin-bottom:10px;
     }
    .event-btns {
        background-color: rgba(0,0,0,.1);
        padding-right: 0px;
        padding-bottom:10px;
        border-bottom: 1px solid #000;
        margin:0 auto;
    }
    .evTktBtn, .evTktBtnDisabled {
        margin-top: 15px;
        width: 200px;
    }
    .evTktBtnDisabled {
        margin-top:15px;
        width:200px;
    }
    .event-info-btn {
        width:200px;
        margin-bottom:5px;
    }
    .titleWidth {
        border-bottom: 1px solid #ddd;
    }
    .titleSize {
        width:60%;
    }
    .vlogo-sm {
        width:130px;
        height:auto;
        padding-right:7px;
    }
    .video-socials {
        width:100%;
        text-align:center;
    }
    .video-socials a {
        float:none;
    }
    .video-socials a img {
        width:30px;
        height:30px;
    }
    .youmay-overlay {
         padding:5px;
         font-size:13px;
         line-height:17px;
         font-weight:normal;
     }
    #owl-slim-eventDetailWidget {
         width: 99%; 
     }
    .nextNav, .prevNav, .nextNav2, .prevNav2 {
       display:none;
    }
    .gone {
    display:none;
    }
 }
@media only screen and (max-width: 590px) {
     .feat-image {
         width:100%;
     }      
     .feat-text {
         margin-top:15px;
         width:100%;
     }
     .feat-socials {
         margin-top:8px;
         margin-right:15px;
     }
     .EDP-layover {
         padding:9px;
         bottom:20px;
         font-size:26px;
     }
     .prevNav {
        width: 4.1%;
        margin-right:5px;
    }
     .venue-map1, .venue-map2, .venue-map3 {
         float:left;
         width:100%;
     }
    .container {
        padding-left:0px;
        padding-right:0px;
    }
    .logo-width {
        max-width:230px;
        height:auto;
    }
}
    /* Extra Small Devices, Phones */ 

 @media only screen and (max-width: 480px) {
     .getTktBtn, .getP-Btn, .getH-Btn {
        width:280px;
     }
     .EDP-layover {
        display:none;
     }
    .vlogo-sm {
        width: 115px;
    }
    .relatedEv {
        margin: 0 auto;
        width:100%;
        margin-left: 0%;
        margin-bottom:15px;
    }
    .youmay-overlay {
         font-size:18px;
         line-height:22px;
         font-weight:bold;
         padding:10px;
         right:20px;
         bottom:20px;
         width:75%;
     }
    .eventTime {
        padding-left:0px;
    }
}


/****************************************
    *************** Imagegallery MASONRY SOCIAL WIDGET CODE *******/

/*own styles*/
#msnry {
    margin: 0 auto;
    margin-top:30px;
    overflow: visible;
}
#msnry h1 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    display:inline;
    width:300px;
    font-weight: bold;
    font-size: 22px;
}
@media screen and (max-width:520px) {
    #msnry h1 {
        font-size: 20px;
    }
}
.msnry-top {
    width:100%;
    display:block;
   margin-bottom: 15px;
}
@media screen and (max-width:634px) {
    .msnry-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.msnry-top-left {
    width:50%;
    float:left;
}
.msnry-top-right {
    width: 50%;
    float: left;
}
.text-follow {
    float:right;
    color:#fff;
    font-weight:bold;
    padding-top:6px;
}
@media screen and (max-width:520px) {
    .text-follow {
        display:none;
    }
}
.msnry-top-right img {
    float:right;
    padding-left:4px;
}
#msnry ul {
    margin-top:10px;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  float: left;
  cursor: pointer;
 /*width: 256px;*/
  padding: 0px;
 }
.grid-img {
    position:relative;
}
.grid-img iframe {
    border-style: none;
    border-width: 0px;
}
.main-img {
   width: 256px;
}
.grid-a img {
    position:absolute;
    bottom:17px;
    right:17px;
    opacity:.8;
}
.social-desc { /*rollover text*/
    position: absolute;
    top: 0px;
    left: 0px;
     background-color: rgba(39,75,90,.6);
  /* background-color: rgba(13,85,115,.6);*/
    width: 100%;
    height: 100%;
    font-weight:bold;
    font: 15px Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: .4px;
    margin: 0 auto;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 20px;
    color: #ddd;
    opacity: 0;
}
.social-desc h4 {
     font: 22px Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: .2px;
     text-transform:uppercase;
    margin:0 0;
    margin-bottom:5px;
    padding:0 0;
    /*color:#029cfe;*/
    color:#fff;
}
.desc1 {
    overflow:hidden;
}
.desc2 {
     position:absolute;
     bottom:20px;
     right:-30px;
     float:right;
     width:138px;
     height:30px;
 }
.desc2 a img {
    margin-top:7px;
    margin-right:2px;
}
.loadMoreContainer {
    text-align: center;
}
.loadMore {
    background-color: #d51f22;
    color: white;
    width: 250px;
    margin: 0 auto;
    padding: 10px;
    font: 15px Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

/*from masonry.css - modified*/

/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0 0;
  list-style-type: none;
  display: none;
}
/**
 * Grid items
 */

.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap a {
  color: #555;
  text-align: center;
  width: 100%;
  height:100%;
  font-weight: bold;
  text-decoration: none;
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}


/* ==========================================================================
   FILLMORE SWEEPSTAKES 1YRr ANNIVERSARY PROMO Page
   ========================================================================== */
@font-face {
 font-family:"Reis Reg";
    src:url('../fonts/Reis-regular-webfont.eot');
    src:url('../fonts/Reis-regular-webfont.ttf') format('truetype'),
        url('../fonts/Reis-regular-webfont.svg') format('svg'),
        url('../fonts/Reis-regular-webfont.woff2') format('woff2'),
        url('../fonts/Reis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#fillm-anniv {
    margin:0 auto;
    margin-top:50px;
    text-align:center;
    background:url('https://mavenprodstorage.blob.core.windows.net/img/dots-bg.png') center top;
    background-repeat:repeat-y;
    max-width:1000px;
    height:auto;
    height:1350px;
    background-color:#fff;
    
}
section.anniv-top {
    margin:0 auto;
    background-color:rgba(95,164,159,.6);
    padding:0px 30px;
}
img.cake-one {
    padding-top:30px;
    margin-bottom:-10px;
}
img.cake-two {
    padding:0px 10px;
    margin-bottom:-25px;
}
section.anniv-top a img, section.anniv-btm a {
    border:none;
    text-decoration:none;
    color:#71c2bc;
}
section.anniv-btm {
    display:block;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:10px;
    padding: 0px 20px;
    font-family:'Reis Reg', cursive;
    font-size:38px;
    text-transform:uppercase;
    text-align:center;
    /*color:#77cbc5;*/
    text-shadow:1px 2px #333;
    line-height:42px;
}
.anniv-btm span.yellow {
    font-size:40px;
    color:#f9ec2c;
}
.anniv-btm .orange-txt {
    font-size:40px;
    line-height:42px;
    color:#f26332;
    text-shadow:1px 1px #666;
    margin-top:20px;
}
.anniv-sm-txt {
    font-family:'Reis Reg', cursive;
    font-size:20px;
    text-transform:uppercase;
    text-align:center;
    color:#5da09b;
    line-height:24px;
    text-shadow:1px 1px #666;
    padding:30px 12% 20px;
}
.widget-mobile-venue-logo{
  display: none !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1024px) {
    #fillm-anniv {
        margin-top:40px;
    }
}
@media screen and (max-width: 815px) {
    section.anniv-btm {
        font-size:28px;
        line-height:34px;
    }
    .anniv-top {
        padding:0px 20px;
    }
    .anniv-btm span.yellow {
        font-size:30px;}

    .anniv-btm .orange-txt {
        font-size:30px;
        line-height:34px;}
}
@media screen and (max-width: 700px) {
     #fillm-anniv {
        height:1420px;
    }
}
@media screen and (max-width: 648px) {
      img.cake-one {
        padding-top:20px;
        margin-bottom:0px;
    }
}
@media screen and (max-width: 500px) {
    
    .anniv-sm-txt {
        padding:20px 10px;
    } 
    .anniv-top {
        padding:0px 10px;
    }
  .widget-mobile-venue-logo{
  display: block !important;
}

}



html, body {
    margin: 0;
    background-color: #000 !important;
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif;
  font-family: 'News Gothic Demi', helvetica, sans-serif !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 10% 789px;
    -webkit-font-smoothing: antialiased;
  background-image url("https://mavenqacontent.blob.core.windows.net/media/MPTest/siteAssets/bg-01.jpg") !important;
  background-repeat: no-repeat;
}

@font-face {
    font-family: 'News Gothic Bold';
    src: url('../fonts/NewsGothicBT-Bold.eot');
    src: url('../fonts/NewsGothicBT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NewsGothicBT-Bold.woff2') format('woff2'), url('../fonts/NewsGothicBT-Bold.woff') format('woff'), url('../fonts/NewsGothicBT-Bold.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'News Gothic Demi';
    src: url('../fonts/NewsGothicBT-Demi.eot');
    src: url('../fonts/NewsGothicBT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/NewsGothicBT-Demi.woff2') format('woff2'), url('../fonts/NewsGothicBT-Demi.woff') format('woff'), url('../fonts/NewsGothicBT-Demi.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bourbon Grotesque';
    src: url('../fonts/BourbonGrotesque/BourbonGrotesque-Regular.eot');
    src: url('../fonts/BourbonGrotesque/BourbonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BourbonGrotesque/BourbonGrotesque-Regular.woff2') format('woff2'), url('../fonts/BourbonGrotesque/BourbonGrotesque-Regular.woff') format('woff'), url('../fonts/BourbonGrotesque/BourbonGrotesque-Regular.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bourbon Grotesque';
    src: url('../fonts/BourbonGrotesque-Regular.eot');
    src: url('../fonts/BourbonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BourbonGrotesque-Regular.woff2') format('woff2'), url('../fonts/BourbonGrotesque-Regular.woff') format('woff'), url('../fonts/BourbonGrotesque-Regular.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'Bourbon Grotesque', serif
}
h2 {
    font-family: 'Bourbon Grotesque', serif
}
h3 {
    font-family: 'Bourbon Grotesque', serif
}
h4 {
    font-family: 'Bourbon Grotesque', serif
}
h5 {
    font-family: 'Bourbon Grotesque', serif
}
h6 {
    font-family: 'Bourbon Grotesque', serif
}
body {
    font-family: 'Bourbon Grotesque', serif
}
body {
    background-image: url("https://mavenprodcontent.blob.core.windows.net/media/HUB_MercuryEast/SiteAssets/bg-faded-2.jpg") !important;
    background-color: #000 !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'News Gothic Demi', helvetica, sans-serif !important;
}
.container-body {
    border: 0px solid green;
    margin: 0px auto;
    background-color: #fff;
    padding-bottom: 50px;
}
.widget-main-menu {
    background-color: #000;
    border: 0px solid green;
    text-align: center;
    width: 100% !important;
}
.site-logo {
    text-align:left;
    height:60px;
    border: 0px solid green;
    padding: 0px !important;
    margin: 0px !important;
}
.site-logo-mob {
    text-align:center;
}
.site-logo a img {
    width: auto;
    max-width:180px;
    max-height:45px;
    margin-top:7px;
    margin-bottom:7px;
    padding-right:5px;
}
.site-logo-mob a img {
    max-height:45px;
    max-width:180px;
}
a.hm-denv {
    float:left;
    padding:0 3%;
}
@media screen and (max-width:700px) {
    nav.primary .fa-bars{
        top:10px;
    }
}
@media screen and (max-width:640px){
    .site-logo-mob a img {
        max-height:33px;
        max-width:150px;
        padding: .5% 1%;
    }
}
@media screen and (max-width:560px) {
    a.mob-denv {
        float: left;
        text-align: center;
        width: 44%;
    }
}
.widget-menu-widget ul {
    display: inline-block;
    border: 0px solid purple;
    background-color: #000;
    padding: 0px;
    margin-top: 0px auto;
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0px auto !important
}
nav.primary {
    border-top: 0px solid green;
    padding-top: 10px;
    text-align: center;
}
.primary UL {
    border: 0px solid red;
    margin: 0px auto;
    float: none !important;
}
nav.primary > ul > li {
    font-family: 'Bourbon Grotesque', helvetica, sans-serif !important;
    font-weight: normal !important;
}
nav.primary > ul > li > a {
    color:#fff;
    border-right: 0px solid #fff;
    border: 0px solid gold;
    padding: 0px !important;
    font-size: 1.00em;
    font-weight: normal !important;
}
nav.primary > ul > li > a:hover {
    color: #3665ec !important;
    text-decoration: none !important;
}
nav.primary > ul > li > a:after {
    content: '|';
    padding: 0px 20px !important;
    border: 0px solid blue;
    display: table-cell;
    display: inline-block;
    color: #fff !important;
}
nav.primary > ul > li:last-child > a:after {
    display: none;
}
nav.open > ul > li > a:after {
    display: none;
}
nav.primary > ul > li.first {
    width: auto !important;
}
nav.open > ul > li {
    border-bottom: 1px solid #3665ec;
    padding: 10px 20px;
    width: 100%;
}
nav.open .fa {
    display: inline-block;
    font: normal normal normal 24px/1.5 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px !important;
    color: #fff;
}

.dual-slide-container {
    margin-top: 10px !important;
}
h1 {
    color: #000;
    font-weight: normal;
}
h1.eventCal {
    color: #3665ec;
    background-color: #000;
    font-weight: normal !important;
    padding: 10px;
    margin-bottom: 0px;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.monthContainer {
    border-top: 1px solid black;
}
.nextMonthTab {
    color: #000 !important;
}
.nextMonthTab:hover {
    color: #fff !important;
}
.evTktBtn {
    background-color: #b7341d;
    border-radius: 0px;
    color: #000 !important;
    font: bold 1em 'News Gothic bold', helvetia, Arial, Sans-Serif !important;
    font-weight: bold !important;
    line-height: 2.5em !important;
    font-weight: bold !important;
}
.event-info-btn {
    background-color: #fff !important;
    border: 1px solid black;
    color: #000 !important;
    border-radius: 0px;
    font: bold 1em 'News Gothic bold', helvetia, Arial, Sans-Serif !important;
    font-weight: bold !important;
    line-height: 2.5em !important;
}
.evTktBtnDisabled {
    display: block;
    height: auto !important;
    background-color: grey;
    text-align: center;
    padding: 0px !important;
    color: white;
    font: bold 1em 'News Gothic bold', helvetia, Arial, Sans-Serif !important;
    text-shadow: 0px 0px #333, 0px 0px #333, 0px 0px #333 !important;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    line-height: 2.5em !important;
}
.evTktBtn:hover {
    background-color: #FFCC00;
    border-radius: 0px;
    color: #000 !important;
    font-weight: bold;
}
.evTktBtn {
    padding: 0px !important;
    height: auto !important;
}
.event-info-btn {
    padding: 0px !important;
    height: auto !important;
    color: #000 !important;
}
a.event-info-btn {
    color: #000 !important;
}
#JustAnnounced34 h1,
#JustAnnounced67 H1 {
    background-color: #000;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    margin-right: 30px;
    padding: 10px;
}
.venue-name-calendar {
    color: #3665ec !important;
    font-size: .9em;
    float: left;
    display: inline-block;
    clear: both;
}
.event-title-calendar {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: normal !important;
}
.titleSize {
    width: 90%;
}
#prev-button:hover,
#next-button:hover {
    background-color: #3665ec !important;
}
.prev-button-label:hover,
.next-button-label:hover {
    color: #fff !important;
}
.widget-main-menu span {
    padding: 0px 10px !important;
}
.monthTab {
    border-bottom: 0px solid #00adef !important;
}
.header-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #000 !important;
    padding-bottom: 10px;
}
.widget-logo {
    border: 1px solid red;
}
.justAnnounced .ng-scope {
    border: 0px solid blue !important;
    color: #000 !important;
}
.header-container .fa {
    display: inline-block;
    font: normal normal normal 24px/1.5 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px !important;
    color: #fff;
}
#JustAnnounced49 h1 {
    border: 0px solid green !important;
    display: none;
}
.widget-todays-show-list H1 {
    background-color: #000;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    margin-right: 30px;
    padding: 10px;
}
h2.EDPtitle {
    font-weight: normal !important;
    border: 0px solid black;
}
.EDPbreadcrumbs {
    font-weight: normal !important;
    padding: 0px !important;
}
.getTktBtn {
    background-color: #b7341d;
    border-radius: 0px;
}
.justAnnounced {
    background-color: #fff;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: 0px;
    margin-right: 30px;
}
.footer-container H1 {
    font-weight: normal !important;
    font-size: 1.2em;
    color: #fff;
}
.footer-container {
    background-color: #000 !important;
    color: #ffffff;
    padding: 20px;
}
.footer-container a {
    color: #ffffff;
}
.footer-container a:visited {
    color: #ffffff;
}
.footer-container a.whiteLink:hover {
    color: #3665ec !important;
    text-decoration: none !important;
}
.footer-container nav.primary {
    display: block !important;
    border: 0px dotted white;
    margin: 0px auto;
}
.footer-container nav.primary ul {
    float: none !important;
    margin: 0px 0px !important;
    width: 100%;
    text-align: left;
    padding: 0px 0px !important;
    border: 0px solid red;
    display: block !important;
}
.footer-container UL LI {
    border: opx solid blue;
    display: block;
}
.footer-container nav.primary > ul > li {
    width: auto !important;
    float: none !important;
    font-weight: normal !important;
    font-family: Helvetica, sans-serif !important;
    letter-spacing: .6px;
    text-transform: uppercase;
    display: block;
    padding-left: 0px !important;
    text-align: left;
    max-width: 277px !important;
    padding: 4px 0px;
    border-bottom: 0px solid #ccc;
    border-bottom: 1px solid #555;
    font-size: .9em;
}
.footer-container nav.primary > ul > li > a {
    display: inline-block;
    border: 0px solid gold;
    float: none;
    padding: 0px 0px !important;
    font-family: 'News Gothic Demi', helvetica, sans-serif !important;
    font-size: 1em;
    font-weight: normal !important;
    max-width: 285px !important;
    color: #fff;
}
.footer-container nav.primary > ul > li > a:hover {
    color: #3665ec;
}
.footer-container nav.primary > ul > li > a::after {
    content: '';
    padding: 0px 0px !important;
    display: none;
}
.footer-1,
.footer-2,
.footer-3,
.footer-4 {
    border: 0px solid green;
}
.footer-1 {
    padding: 0px 20px 20px 20px;
}
.footer-2 {
    padding: 0px 20px 20px 20px;
}
.footer-3 {
    color: #ffffff;
    padding: 20px;
}
.footer-4 {
    color: #ffffff;
    padding: 20px;
}
.selectedItem {
    color: #fff !important;
}
#MPJustAnnounced H1 {
    background: #000;
    text-align: center;
    color: #fff;
    font-weight: Normal;
    padding: 10px 0;
}
#MPJustAnnounced .todays-shows H1 {
    background: #3665ec !important;
}
#MPJustAnnounced .todays-shows-list {
    margin-top: 20px;
}
#MPJustAnnounced .venue-name {
    color: #3665ec !important;
    font-size: .9em;
}
#MPJustAnnounced .list-item {
    border-bottom: 1px solid #3665ec;
}
#MPJustAnnounced .ng-binding {} .venue-logo-rail {
    border: 0px solid green;
    display: block;
    margin-right: 30px;
    text-align: center;
    border: 0px solid blue;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

a.just-announced-item:hover, a.just-announced-item:visited, a.just-announced-item:link, a.just-announced-item:active {
    text-decoration: none;
}

.detail-page .venue-logo-rail {
    margin-top: 40px;
}
.edp-venue-name {
    font-size: 1.4em;
    text-align: left;
    font-weight: bold;
    border: 0px solid blue;
}
.EDP-Img {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-right: 8px;
    padding-bottom: 20px;
    float: left;
    max-width: 570px;
    max-height: 380px;
    position: relative;
    width: 570px !important;
}
.EDP-details {
    border: 0px solid blue;
    float: left;
    width: 180px !important;
}
.edp-show-meta {
    font-size: 1.21em;
    text-align: left;
    font-weight: bold;
    border: 0px solid blue;
}
.EDPsocials {
    padding-top: 20px;
    text-align: left !important;
    height: 30px;
}
.EDP-icon a {
    float: left;
    max-width: 30px;
    margin-left: 2px;
    margin-right: 2px;
}
.EDP-icon {
    margin: auto;
    width: auto !important;
}
.widget-email-signup span {
    font-family: 'News Gothic Demi', helvetica, sans-serif !important;
}
.widget-email-signup div {
    font-family: 'News Gothic Demi', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
    border: 0px solid blue !important;
}
#widget-signup {
    color: #fff !important;
    border: 0px solid yellow;
    background-color: #3665ec !important;
    font-family: 'News Gothic Demi', helvetica, sans-serif !important;
}
#widget-signup a {
    color: #fff !important;
}
#widget-signup .btn-color,
#widget-signup.btn-color * {
    background-color: #3665ec;
    color: #fff;
    font-family: 'Bourbon Grotesque', helvetica, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: normal !important;
}
a.newsletter-link {
    color: #fff !impportant;
}
.widget-ads div {
    border: 0px solid blue;
    padding: 0px !important;
}
.widget-ads-widget div {
    border: 0px solid blue;
    padding: 0px !important;
}
.left-col-edp {
    margin-top: 30px;
    display: block;
}
.fa-ticket::before {
    display: none !important;
}
.monthContainer .selectedItem {
    background-color: #000;
    color: #ffffff !important;
}
.site-logo IMG {
    padding: 0px 0px;
}
a.whiteLink:link {
    color: #fff !important;
}
#MPJustAnnounced .event-image {} .event-image {} .just-announced-event-wrapper {
    border: 1px solid green !important;
}
.owl-carousel {
    border: 0px solid gold !important;
    margin: 20px 0 !important;
}




.titleWidth {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.widget-mobile-venue-logo{
  display: none !important;
}

@media all and (max-width: 1199px) {
    .page-wrapper {
        width: 970px;
        border: 0px solid yellow;
    }
    .EDP-Img {
        overflow: auto;
        margin-top: 8px;
        margin-bottom: 10px;
        padding-right: 0px;
        padding-bottom: 20px;
        float: none !important;
        max-width: 100%;
        max-height: 580px;
        position: relative;
        width: 100% !important;
        border: 0px solid purple !important;
    }
    .EDP-details {
        border: 0px solid blue;
        float: none !important;
        width: 100% !important;
        text-align: left !important;
    }
    .EDP-Main {
        padding: 0px 15px;
    }
    .EDPbreadcrumbs {
        display: none;
    }
    .EDPsection {
        padding-left: 0px;
        padding-right: 0px;
    }
    .widget-related-events-widget {
        padding: 0px 15px;
    }
    #eventDetailWidget {
        margin-top: 15px !important;
    }
    .EDP-details .getTktBtn {
        border: 0px solid blue;
        float: none !important;
        width: auto!important;
        text-align: center !important;
        margin: 0px !important;
    }
    nav.primary > ul > li > a {
        border: 0px solid gold !important;
        padding: 0px !important;
        font-size: .9em !important;
        font-weight: normal !important;
    }
}
@media all and (max-width: 961px) {
    nav.primary {
        padding-top: 0px;
        text-align: center;
    }
    /* 
	nav.primary > ul > li, nav.primary > ul > li a {
    	letter-spacing: .6px;
   	 font-size: 1em !important;
   	 border: 0px solid red;
	}
		
 */
    
    @media all and (max-width: 768px) {
        body {
            background-color: #fff !important;
            background-image: none !important;
        }
        .page-wrapper {
            width: 100%;
            border: 0px solid green;
        }
        nav.primary {
            border: background-color #000 !important;
            padding-top: 0px;
            text-align: center;
        }
        .evTktBtn {
            padding: 11px 0px 10px 0px;
        }
        .mobile-loadmore-button {
            color: #fff !important;
        }
    .widget-mobile-venue-logo{
  	display: block !important;
      
}
    }
    @media all and (max-width: 575px) {
     nav.primary .fa-bars {
        top: 10px;
    }
    }
   
.header-container{
    background-color: #000 !important;
 
  }
  
