.float-right {
  float: right;
}

.float-left {
  float: left;
}

.bit-track-artist-header {
	display: none!important;
}

#bit-events td.bit-description-links, #bit-events th.bit-description-links, #bit-events th.bit-date, #bit-events th.bit-venue, #bit-events th.bit-location, #bit-events th.bit-tickets  {
	display: none;	
}

.bit-events th, .bit-events td {
	padding: 0!important;	
}

td.bit-date {
	
}

.bit-wrapper {
	margin: 10px 0;
}

.bit-constrictor {
  margin: 0 auto;
}

.bit-constrictor480 {
  max-width: 831px;  
  margin: 0 auto;
}

.bit-constrictor-half {
  width: 831px;
   margin: 0 auto;
}

.with-bg {
	background: url(http://s.cdpn.io/17920/bg-grad-guitar-close.jpg) right top no-repeat;	
}



@media only screen 
and (max-width : 850px) {
  
  .bit-wrapper {
    background-image: none;
  }
  
  .bit-constrictor {
    max-width: 100%;
  }
  
  .bit-constrictor .narrow {
     display: block; 
  }
  
  .bit-constrictor .wide {
     display: none; 
  }
  
  .float-left {
  float: none;
  }
  
  .bit-constrictor-half {
  width: 100%;
}
  
}

@media (max-width: 890px) {
	 .bit-constrictor-half {
  		width: 100%;
	 }
}

@media (max-width: 740px) {
	.bit-constrictor-half {
  		width: 100%;
	 }
}

@media (max-width: 650px) {
	.bit-constrictor-half {
  		width: 100%;
	 }
}

@media (max-width: 400px) {
	.bit-constrictor-half {
  		width: 100%;
	 }
}


@media only screen 
and (min-width : 768px) {
  .bit-constrictor .narrow {
     display: none; 
  }
  
  .bit-constrictor .wide {
     display: block; 
  }
  
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
  
  .bit-wrapper {
    background-image: none;
  }
  
  .bit-constrictor {
    width: 100%;
  }
  
}


@media only screen 
and (min-width : 1024px) {

  .bit-constrictor {
    width: 1024px;
  }
  
}

@media only screen 
and (min-width : 1330px) {

  .bit-constrictor {
    width: 1330px;
  }
  
}