/*body css*/
body {
    
}
.bg_page{
background-image: url(/../images/collageimp.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top;
background-size: auto auto; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
-moz-background-size: auto auto; /* Gecko 1.9.2 (Firefox 3.6) */
-o-background-size: auto auto; /* Opera 9.5 */
-webkit-background-size: 105% auto; /* Safari 3.0 */


} 
/*Bannner css*/
.container{background:none;}
section.banner {
    background-image: url(/../images/banner02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}
.banner .mic {
  margin-top: -230px;
  padding: 0 0 0 0;
  margin-left: 100px;
}
img.logo_img {
  width: 100%;
}
.club_listing_title {
    background: rgb(0,0,150) !important;
}
#getticketbg a {
    background: none repeat scroll 0 0 rgb(0, 0, 255) !important;
}
a.linkUpcomingShows {
    background-color: #0000ff !important;
}
.module .header {
    background-color: #0000ff;
}
/*** Navigation Css ***/
.menu {
  background-color: #0000ff;
  margin-top: 10px;
}
.menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #000096;
  color: #ffffff;
}

.menu .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.menu .nav.navbar-nav.navbar-right li {
  background-color: #000096;
  margin-top: 7px;
  padding-right: 0;
}
/*** Button Css ***/
.schedule > a {
  background-color: #0000ff;
}
.schedule h3 {
    color: #ffffff;
}

/*** Social Feed Css ***/
.social-box {
  background-color: #0000ff;
}
/*hide funybone clubs*/
section.comedy-club {
    display: none !important;
    /*float: left;
    width: 100%;*/
}

/*** Footer Menu Css ***/
.footer-menu {
  background-color: #0000ff;
}
.innerpagecontainer {
margin-bottom:20px;
}
/*calendar Custom css*/
.fc-day-top {
    background: #000 !important;
}
.fc-widget-header {
    border: none;
    background-color: #0000ff;
}
.contact_row input[type="button"] {
    background-color: #0000ff;
}
/**/
/*.footer {
    padding: 20px 0;
    text-align: center;
    float: left;
    width: 100%;
}*/
@media all and (min-width:320px) and (max-width: 1024px) {
	.bg_page{
background-image: url(/../images/collageimp.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: left top;
background-size: auto auto; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
-moz-background-size: auto auto; /* Gecko 1.9.2 (Firefox 3.6) */
-o-background-size: auto auto; /* Opera 9.5 */
-webkit-background-size: 105% auto; /* Safari 3.0 */
-webkit-background-color:none !important;
}}