/*
	Imagination by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-family: 'Raleway', sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #393939;
	}

	h1,h2,h3,h4,h5,h6
	{
		/* font-weight: bold; */
	}

	h2, h3 {
		color: navy;
	}

	h2 {
		text-transform: uppercase;
		font-size: 2.5vw;
		font-weight: 500;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}

	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: none;
		color: #0080ff;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	/* p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	} */

	header
	{
		margin-bottom: 2em;
	}

		/* header h2
		{
			font-size: 2.2em;
			font-weight: 500;
		} */

		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0.50em 0 0.5em 0;
			text-transform: uppercase;
			font-size: 1.4em;
		}

	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */

		section,
		article
		{
			margin-bottom: 3em;
		}

		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}

			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}

			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}

			ul.default li
			{
				padding: 0.80em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.2);
			}

			ul.default li:first-child
			{
				padding-top: 0em;
				border-top: none;
			}

			ul.default a
			{
				color: rgba(255,255,255,.6);
			}

.list-style1 {
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	background: url(images/link-style1-divider.png) repeat-x left top;
}

.list-style1 h2 {
	margin: 0px;
	padding: 0px !important;
	letter-spacing: -1px !important;
	font-size: 1.2em !important;
	font-weight: 700;
}

.list-style1 p {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
	font-size: 10pt;
}

.list-style1 img {
	float: left;
	margin-right: 20px;
}

.list-style1 .posted {
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
	font-style: italic;
	color: #A2A2A2;
}

.list-style1 .first {
	padding-top: 0px;
	background: none;
}

.list-style1 blockquote {
	padding: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
}

/* List style */

.list-style2 {
}

.list-style2 li {
	float: left;
	padding: 5px 5px 0px 5px;
}

.list-style2 img {
	padding: 5px;
	background: #FFFFFF;
}

	/* Buttons */

		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.5em;
			padding: 1em 1.5em;
			background: #3399ff;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #0066cc;
				color: #FFF !important;
			}

			.medium
			{
				padding: 1em 2em;
				font-size: 1.4em;
			}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

	.fas
	{
		font-size: 3.25em;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		/* position: absolute;
		z-index: -1; */
	}

	#header
	{
		background: #FFF;
	}

		#header .container
		{
			padding: 3em;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo1
	{
		/* font-family: 'Raleway', sans-serif; */
		font-family: 'Cinzel', serif;
		text-transform: uppercase;
		color: gold;
		font-weight: 600;
		font-size: 3em;
		position: absolute;
		left: 0em;
		margin-left: 2em;
		line-height: 10%;
		text-shadow: 2px 2px 5px navy;
	}

	#logo2
	{
		/* font-family: 'Raleway', sans-serif; */
		font-family: 'Cinzel', serif;
		text-transform: uppercase;
		color: gold;
		font-weight: 600;
		font-size: 3em;
		position: absolute;
		left: 0em;
		margin-left: 3em;
		line-height: 10%;
		text-shadow: 2px 2px 5px navy;
	}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 3em;
		top: 1.1em;
		text-shadow: 2px 2px 5px navy;
	}

		#nav > ul > li
		{
			float: left;
		}

			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				margin-left: 0.7em;
				padding: 0.80em 1.2em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.7em;
				outline: 0;
				color: gold;
			}

			#nav li.active a
			{
				color: grey;
			}

			#nav li:hover a
			{
				color: grey;
			}

			#nav > ul > li > ul
			{
				display: none;
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		text-align: center;
		color: #fff;
		background-size: cover !important;
	}

	/* #banner .fa
	{
	}

		#banner .fa:before
		{
			padding-bottom: 0.50em;
			font-size: 8em;
		}

	#banner .button
	{
	}

		#banner .button:hover
		{
		} */

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#about-header {
	position: absolute;
	left: 5vw;
	z-index: 3;
	text-align: left;
	color: navy;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

#about {
	text-align: left;
}

	.center {
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#concerts {
		background-color: white;
		text-align: center;
	}

	#concerts h3
	{
	text-transform: uppercase;
	font-size: 1.6em;
	}

	#contact .row {
		margin: auto;
	}

	.icon {
		width: 30%;
	}

	#main
	{
		position: relative;
		background: #fff;
	}

		.homepage #main header,
		.homepage #main
		{
			text-align: center;
		}

		#main .left
		{
			text-align: left;
		}

		#main .right
		{
			text-align: right;
		}

		#main .button
		{
			display: inline-block;
			margin-top: 4em;
		}

		#main .divider
		{
			margin-top: 4em;
			border-bottom: 1px solid rgba(0,0,0,.2);
		}


		.sidebar .default li
		{
			border-color: rgba(0,0,0,.1);
		}

		.sidebar .default a
		{
			color: #333;
		}


/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

	.extra
	{
		position: relative;
		background: #f5f5f5;
		text-align: center;
		font-size: 1.2em;
		line-height: 200%;
	}

	/* .extra header h2
	{
		text-transform: uppercase;
		font-size: 2.2em;
	} */

	.extra header h3
	{
		text-transform: uppercase;
		font-size: 1.7em;
	}

	/* #concerts header p
	{
		font-size: 0.9em;
	} */

	#concerts header h3
	{
		text-transform: uppercase;
		color: navy;
	}

	#concerts section
	{
		border: black;
	}

	#extra .button
	{
		margin-top: 4em;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		position: relative;
		background: url(images/featured-wrapper-bg.jpg) repeat;
		text-align: center;
		color: #FFF;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		background: url(images/footer-content-wrapper-bg.jpg) repeat;
		color: rgba(255,255,255,.6);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		position: relative;
		text-align: center;
		color: rgba(255,255,255,.4);
	}

	#copyright .container
	{
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.6);
	}