﻿body {

}
/*Banner css*/
section.banner {
    background: black;
}
.bg_page {
    background-image: url("/../images/LoonyCollagenew.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -webkit-background-size: 105% auto;
    -webkit-background-color: none !important;
}
/*.bg_page {
    background: #2f2f2f !important;
}*/
/*.banner .mic {
  margin-top: -240px;
  padding: 0 0 0 0;
  margin-left: 100px;
}*/
img .logo_img {
    width: 100%;
    max-width: 200px;
}
/*** Navigation Css ***/
.menu {
    background-color: grey !important
}

    .menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: black;
    }
/*i.fa.fa-gift {
    color: #4188a0;
}*/
/*** button Css ***/
.schedule > a {
    background-color: grey;
}

.menu .nav.navbar-nav.navbar-right li {
    background-color: black;
}
.comedy-club-address {
    margin-top: 45px !important;
}

.comicspecialnote {
    background: #e7632f;
    display: none;
}
.schedule {
    border: 2px grey solid !important;
}
a #linkUpcomingShows {
    background-color: #e7632f;
}
/*** Social Feed Css ***/
.social-box {
    /*background-color: #4188a0;*/
}
/*** Comedy Club Css ***/
.comedy-club {
    background-color: #e7632f;
}
/*** Footer Menu Css ***/
.footer-menu {
    background-color: black;
}

.clubinfoheading {
    background-color: #e7632f;
}

.user-profile .navigation .element a, .row .navigation .element a {
    color: #e7632f;
}

.Bannermessage {
    color: #e7632f !important;
}

a.linkUpcomingShows {
    background-color: #e7632f !important;
}
.module .header {
    background-color: #e7632f;
}

#btnwinticketsubmit, #btncontactsubmit {
    background-color: #e7632f !important;
}
img.logo_img {
    width: 100%;
    max-width: 160px;
}
.comedy-club-name {
    float: left;
    margin-top: 35px;
    padding-left: 30px;
}
}
.sendbutton {
    color: #e7632f !important;
}
.fc-widget-header {
    background-color: #5F9E61 !important;
}
.fc-day-top {
    background: #e7632f !important;
}

@media all and (min-width:320px) and (max-width: 1024px) {
    .bg_page {
        background-image: url("/../images/LoonyCollagenew.jpg") !important;
        background-repeat: repeat !important;
        background-attachment: fixed !important;
        background-position: left top !important;
        background-size: auto auto !important; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
        -moz-background-size: auto auto !important; /* Gecko 1.9.2 (Firefox 3.6) */
        -o-background-size: auto auto !important; /* Opera 9.5 */
        -webkit-background-size: 105% auto !important; /* Safari 3.0 */
        -webkit-background-color: none !important;
    }
}