body {
	background: #ffffff;
	
		background-image: url('../pictures/background/quinnsX.png');

	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
	background-repeat: repeat-x, repeat-y;
  background-attachment: fixed;
	
	font-family:  Karla, Source Sans Pro, Verdana;
	color: #111111;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.2px;
	
	text-decoration: none;
}

:link { color: #56aadf; text-decoration: none;  }
:visited { color: #56aadf; text-decoration: none;  } 
a:active { color: #faca33; text-decoration: none;  } 
a:hover { color: #faca33;  text-decoration: none;  } 


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/


#page-wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
			background: #ffffff;

}



#page {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
		padding: 50px 0 0px 0;

}



#content {
	width: calc(100% - 400px);
		overflow: hidden;
float: left;
padding: 0 0 70px 0;
min-height: 500px;
margin-left: 0px;
}


#sidebar {
	width: 300px;
	text-align: left;
		overflow: hidden;
float: right;	
	margin-right: 0px;

}





#block-wide {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
		background-color: #ffffff;
				border-bottom: 0px solid #cccccc;

}


#block-wide-2 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
		background-color: #dedede;
				border-bottom: 1px solid #cccccc;

}


#block-wide-3 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
		background-color: #333333;
				border-bottom: 1px solid #cccccc;
margin-bottom: 0px;
}

#block-wide-content {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
		padding: 50px 0 60px 0;
}

#block-page {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
		background-color: #ffffff;
}


#block-page-content {
	margin: 0 auto;
	width: 1020px;
	overflow: hidden;
		padding: 50px 0 60px 0;
}







#slider {
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 0px;
}


#footer {
			background-image: url('../grfx/stuff/band.png');
background-position: center bottom;
	background-repeat: no-repeat;
	
	clear: both;
	width: calc(100% - 20px);
	margin: 140px 0 0 0;
	padding: 50px 10px 250px 10px;
	background-color: #111111;
	text-align: center;
	overflow: hidden;
	  border-top: 2px solid #56aadf;

}



/************************************************************************************
HEADER
*************************************************************************************/


#header {
	width: 1200px;
	padding: 0;
margin: 0 auto;
    z-index: 999999;
	  height: 132px;
text-align: center;

}


#header-content {
	width: calc(100% - 120px);
	padding: 0;
  height: 132px;
margin: 0 auto;
	text-align: center;
  float: left;

}



img.site-logo {
	width: 170px;
	float: left;
	margin: 1px 0px 0px 0px;
	
}
#radio-player {
	width: 480px;
	margin-top: 15px;
	margin-left: 200px;
	height: 100px;
	float: left;
	overflow: hidden;
	
}

#nav-bar {
		width: calc(100%);
	float: left;
	color: #009999;
	margin: 0 0 0 0;
	background-color: #fcfcfc;
	text-align: center;
		  border-top: 1px solid #95d0f6;

	  border-bottom: 1px solid #95d0f6;
	  padding: 7px 0 9px 0;
	  overflow: hidden;
	  
}

#mobile-nav-box {
	float: right;
	width: 70px;
	background-color: #ffffcc;
}	

nav {
	
}

#buttons {
	margin-left: 10px;
	display: inline-block;
}
#tiny-mobile-break {
	display: none;
}


/************************************************************************************
EVENTS
*************************************************************************************/

#ticket-box {
	float: right;
	overflow: hidden;
	display: inline-block;
}





/************************************************************************************
VIDEO
*************************************************************************************/


		.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/************************************************************************************
SCHEDULE
*************************************************************************************/

img.schedule-thumb {
	width: 140px;
	height: 140px;
	float: left;
	margin: 0 0px 0 0px;
			border: 1px solid #dedede;

}

img.schedule-thumb:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
.time-slot {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.time-slot-now {
	width: 100%;
	overflow: hidden;
	background-color: #f4e3a1;
	padding: 10px 0;
}

.time {
	width: 20%;
	overflow: hidden;
	float: left;
		margin-right: 0px;
padding-left: 0px;
text-align: center;
}

.day {
	width: 15%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.on-air {
	width: calc(80% - 142px);
	overflow: hidden;
	float: left;
}



.slot-gap {
	height: 1px;
	background-color: #eeeeee;
	width: 100%;
	margin: 0px 0;
}

img.on-air {
	float: right;
	width: 120px;
	margin: 30px 20px 10px 15px;
}

img.on-air-schedule {
	float: right;
	width: 63px;
	margin: 0px 0px 0px 0px;
}

/************************************************************************************
NOW & NEXT
*************************************************************************************/

.now-next {
	margin: 0 0 20px 0;
	overflow: hidden;
	
}

.now-next-schedule {
	margin: 0 0 20px 0;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	
}

.now-next-schedule-info {
padding: 10px 15px 25px 15px;
overflow: hidden;	
font-weight: normal;
	font-size: 20px;
				font-family:  Source Sans Pro, Verdana;


}


img.now { 
	width: 90px;
	height: 90px;
	float: right;
	margin: 0 0px 0 15px;
			border: 1px solid #dedede;

}

img.now:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
img.now-schedule { 
	width: calc(100% - 2px);
	float: none;
	margin: 0px;
			border: 1px solid #dedede;
			border-radius: 10px;
}

img.now-schedule:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	
img.arrow {
	width: 15px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
/************************************************************************************
SHARED
*************************************************************************************/

#paypal-box {
	width: 40%;
	float: right;
	margin: 0 0 0 40px;
	border: 1px solid #dddddd;
	padding: 25px 25px 0 25px;
	border-radius: 5px;
}



.desktop {
}

.mobile {
	display: none;
}


.gig-date {
width: 45px;
border: 1px solid #000033;
margin: 0 13px 15px 0;
float: left;
overflow: hidden;
text-align: center;
font-size: 15px;
}
.gig-date-year {
width: calc(100%);
background-color: #000033;
color: #fff;
padding: 2px 0;
}
	
	.sidebar-divider {
		clear: both;
		height: 20px;
		background-image: url("/grfx/stuff/dots-header.png");
		margin: 15px 0px 15px 0;
}
	
	.dots-header {
		clear: both;
		height: 20px;
		background-image: url("/grfx/stuff/dots-header.png");
		margin: 0px 0px 20px 0;
}


	.dots-header-dark {
		clear: both;
		height: 20px;
		background-image: url("/grfx/stuff/dots-header-dark.png");
		margin: 0px 0px 20px 0;
}

	.dots-header-light {
		clear: both;
		height: 20px;
		background-image: url("/grfx/stuff/dots-header-yello.png");
		margin: 0px 0px 20px 0;
}

.divider {
		clear: both;
		height: 20px;
		background-image: url("/grfx/stuff/dots-header.png");
		margin: 40px 0px 80px 0;
}

.news-divider {
		clear: both;
		height: 1px;
		background-image: url("/grfx/stuff/dots-header.pngz");
		background-color: #eeeeee;
		margin: 0px 0px 20px 0;
}

.grey-divider {
		clear: both;
		height: 1px;
		background-color: #eeeeee;
		margin: 15px 0px 15px 0;
}

.line-divider {
		clear: both;
		height: 1px;
		background-color: #dedede;
		margin: 15px 0px 20px 0;
}
.line-divider-large {
		clear: both;
		height: 1px;
		background-color: #56aadf;
		margin: 35px 0px 50px 0;
}

.blue-divider {
		clear: both;
		height: 1px;
		background-color: #56aadf;
		margin: 15px 0px 15px 0;
		opacity: 0.7;
}


.thumb-left {
	width: calc(50% - 20px); 
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;
}


.thumb-right {
	width: calc(50% - 20px); 
	float: right;
		overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;

}

.event {
	clear: both;
	margin: 20px 0 30px 0;
	padding: 0px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
}

.event-info {
	width: calc(100% - 220px);
	float: left;
	margin-left: 30px;
	padding: 25px 0;
}

img.flyer {
	float: right;
	width: 180px;
	margin: 0 0 0 0px;
}



.promoters {
	overflow: hidden;
	width: 180px;
	float: right;
	text-align: left;
}
img.fandango {
	width: 130px;
		margin: 15px 0 10px 20px;

}
img.promoter {
	width: 70px;
	margin: 0px 0 10px 50px;
}


.featured-event {
	clear: both;
	margin: 20px 0 40px 0;
	padding: 0px 0px;
	overflow: hidden;
	border-radius: 0px;
	padding: 00px 0 30px 0;

	border-bottom: 1px solid #faca33;
}

img.featured-flyer {
	float: right;
	width: 240px;
	margin: 0 0 10px 10px;
}
img.featured-fandango {
	width: 140px;
		margin: 0px 0 10px 0px;
		float: right;
}


img.featured-promoter {
	width: 90px;
	margin: 10px 0 10px 0px;
}


.listings {
	clear: both;
	width: 100%;
	background-color: #efefef; 
	overflow: hidden;
	margin: 30px auto 30px auto;
	display: none;
}
.podcast {
	width: calc(33.3% - 30px);
	padding: 0 0 0px 0;
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	
}


.podcast-home {
	width: calc(25% - 60px);
	padding: 0 0 0px 0;
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.podcast-info {
	padding: 5px 10px 7px 10px;
}

.gap-header {
	display: none;
}
.gap-desktop {
	clear: both;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.gap-mobile {
	display: none;

}

.gap-vertical {
	float: left;
	width: 45px;
	height: 40px;
	overflow: hidden;
}


.gap-vertical-mobile {
display: none;

}


.gap-vertical-home {
	float: left;
	width: 80px;
	height: 40px;
	overflow: hidden;
}



.gap {
	clear: both;
	height: 30px;
	overflow: hidden;
}

.gap-medium {
	clear: both;
	height: 60px;
	overflow: hidden;
}

.gap-big {
	clear: both;
	height: 90px;
	overflow: hidden;
}

.gap-huge {
	clear: both;
	height: 140px;
	overflow: hidden;
}

.underline {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 10px 0px 20px 0;
	background-color: #56aadf;
}


.news-gap {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 40px 0px 50px 0;
	background-color: #000033;
}

.gap-10 {
	clear: both;
	height: 10px;
	overflow: hidden;
	width: 100%;
	float: none;
}


.gap-20 {
	clear: both;
	height: 20px;
	overflow: hidden;
	width: 100%;
	float: none;
}

.gap-small {
	clear: both;
	height: 5px;
	overflow: hidden;
	width: 100%;
	float: none;
}

.gap-text {
	height: 5px;
}
.gap-text-big {
	height: 15px;
}
.gap-text-biggest {
	height: 30px;
}

.add-to-cart {
	width: 130px;
	height: 35px;
}

add-to-cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	
	.nav-gap {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 2px 0 7px 0;
	background-color: #999999;
}


/************************************************************************************
FOLLOW BUTTONS
*************************************************************************************/


	#follow-buttons {
float:right;
margin-left: 15px;
margin-bottom: 5px;

}
.gap-share {
		clear: both;
height: 5px;
}

.fb-share-button {margin: 0; padding: 0; display: inline-block; vertical-align: top !important;}
.twitter-share-button {margin: 0;padding: 0; display: inline-block;vertical-align: top;}



/************************************************************************************
IMGS
*************************************************************************************/



img.side {
	
	width: 100%;
	margin: 0 0 80px 0;
	
}

img.side:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}


img.advance-tickets-thumb {
	width: 40px;
	float: right;
	margin: 0 0px 10px 10px;
}
img.advance-tickets-thumb:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.advance-tickets {
	width: 65px;
	float: right;
	margin: 0 15px 10px 10px;
}
img.advance-tickets:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
img.sold-out {
	width: 50px;
	float: right;
	margin: 0 15px 10px 10px;
}
img.free-entry {
	width: 50px;
	float: right;
	margin: 0 15px 10px 10px;
}

img.fb {
	width: 25px;
	float: right;
	margin: 10px 5px 10px 10px;
}
img.fb:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
img.flyers-icon {
	width: 60px;
	float: right;
	margin: 0 15px 10px 10px;
}
img.flyers-icon:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.news {
	width: 100%;
	margin: 0 0 15px 0;
}

img.thumb-news {
	width: 100%;
	height: 185px;
	margin: 0 0 5px 0;
}

img.thumb-news:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.donate {
	width: calc(100% - 80px);
	margin: 0 0 80px 40px;
}
img.donate:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}




img.band {
	float: right; 
	width: 280px;
	margin: 0 0 0px 25px;
}
img.social-media {
	width: 20px;
	margin: 5px 10px 5px 0px;
	vertical-align: top;
}


img.social-media:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
img.social-button {
	width: 20px;
	margin: 2px 0 0 20px;
	vertical-align: top;
}


img.social-button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
img.social-button-show {
	width: 25px;
	margin: 0px 0px 30px 20px;
	vertical-align: top;
	float: right;
}


img.social-button-show:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
img.social-button-footer {
	width: 26px;
	margin: 15px 15px 25px 15px;
}


img.social-button-footer:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}	
	
img.social-button-nav {
	width: 26px;
	margin: 20px 0px 0 20px;
}


img.social-button-nav:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}		
	img.carousel {
	float: left;
	width: 75%;
	margin: 0 0 60px 0px;
}

img.arrow-calendar {
	width: 25px;
	margin: 0 5px 10px 5px;
	vertical-align: top;
}

img.arrow-calendar:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}	

	img.arts {
		height: 70px;
		margin: 0px 10px 0px 0;
	}
	
	img.arts:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

	img.tier {
	height: 30px;
	margin: 0px 0px 20px 30px;
	
}
img.tier:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.artist {
	float: none;
	width: 100%;
	margin: 0 0 20px 0px;
}


img.artist-right {
	float: right;
	width: 35%;
	margin: 0 0 20px 40px;
}

img.cover {
	width: calc(100% - 2px);
	margin: 0 0 5px 0;
		border: 1px solid #dddddd;
display: block;
	border-radius: 7px;

}
img.cover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
img.featured {
	float: right;
	width: 35%;
	margin: 0px 0 20px 40px;
	display: block;
			border: 1px solid #dddddd;

}

img.apple-music {
	width: 70px;
	margin: 10px 0 15px 0;
}

img.apple-music:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

