@charset "UTF-8";

@-webkit-keyframes page-banner {
	0% {
		opacity:0;
		letter-spacing: 30px;
		filter: blur(10px);
	}
	50% {
		opacity:1;
	}
	100% {
		letter-spacing: 3px;
		filter: blur(0);
	}
}

body {
}

a {
}

a:link, a:visited {
}

h1 {
	font-size:60pt;
}

h2 {
	font-size:48pt;
}

h3 {
	font-size:36pt;
}

h4 {
	font-size:30pt;
}

h5 {
	font-size:26pt;
}

h6 {
	font-size:20pt;
}

h1, h3 {
    -webkit-transition: opacity 1000ms transform 1000ms;
    -moz-transition: all 1000ms transform 1000ms;
    -ms-transition: all 0.9 transform 0.9s;
    -o-transition: all 1000ms transform 1000ms;
    transition: all 1000ms transform 1000ms;
}

h2, h4 {
    -webkit-transition: all 2000ms transform 2000ms;
    -moz-transition: all 2000ms transform 2000ms;
    -ms-transition: all 2s transform 2s;
    -o-transition: all 2000ms transform 2000ms;
    transition: all 2000ms transform 2000ms;
}

.entry {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 0.3s;
    -o-transition: all 300ms;
    transition: all 300ms;
}

p {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 0.6s;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.mainmenu {
	font-size:13pt;
	display:block;
	color:#FFF;
	top:0;
	margin:0;
	width:100%;
	max-width:100%;
	text-align:right;
    font-weight: 300;
	text-transform:uppercase;
	letter-spacing:0.5pt;
	position:fixed;
	z-index:2000;
	background:rgba(221,218,225,0.90);
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
    height:45px;
    line-height:46px;
}

.pagetitle {
	position:fixed;
    font-size:20pt;
    line-height:36pt;
	padding-left:10px; 
}

@media screen and (orientation:portrait) {
	
	#aboutPage, #pressPage {
		background-position: 25% top;
	}

	#storePage {
		background-position: 20% top;
	}

	#contactPage {
		background-position: 80% top;
	}

}

@media screen and (orientation:landscape) {
	
	#aboutPage, #pressPage, #storePage, #contactPage {
		background-position: left top;
	}
	
	#contactPage {
		background-position: right top;
	}
	
}

#menubar {
}

.MainPage {
	width:100%;
}

.FSLPage {
	height:100%;
	width:100%;
	background-position:left top;
	background:url("../images/PageBanners/HomePage.jpg") #000 no-repeat;
	background-attachment:fixed;
	background-size:cover;
	top:0;
	left:0;
	padding:0;
	margin:0;
	overflow:hidden;
	z-index:0;
	position:fixed;
}

.FSLPage #mainContent {
	height:100%;
	width:100%;
	top:0;
	left:0;
	overflow:auto;
	padding:0;
	margin:0;
	z-index:10;
}

.FSLPage .pageBanner {
	padding:0;
	margin:0;
}

#homePage #menubar {
	background:rgba(221,218,225,0.90);
}

#aboutPage #menubar, #pressPage #menubar {
	background:rgba(66,66,66,1.00);
}

#calendarPage #menubar {
	background:rgba(207,192,175,0.8);
}

#storePage #menubar {
	background:rgba(45,48,53,0.80);
}

#contactPage #menubar {
	background:rgba(230,224,222,0.90);
}

.mainmenu a:link, .mainmenu a:visited {
	color:#444;
}

.mainmenu a:hover, .mainmenu a:active {
	color:#000;
}

.pageContent {
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	padding-left:20px;
	padding-right:20px;
}

#homePage {
	
}

#aboutPage, #pressPage, #calendarPage, #storePage, #contactPage {
	background-size:cover;
}

#aboutPage .mainmenu a:link, #aboutPage .mainmenu a:visited, #pressPage .mainmenu a:link, #pressPage .mainmenu a:visited, #storePage .mainmenu a:link, #storePage .mainmenu a:visited {
	color:#BBB;
}

#aboutPage .mainmenu a:hover, #aboutPage .mainmenu a:active, #pressPage .mainmenu a:hover, #pressPage .mainmenu a:active , #storePage .mainmenu a:hover, #storePage .mainmenu a:active {
	color:#FFF;
}

#about-menu {
	position:fixed;
	z-index:2000;
	right:0;
	top:45px;
	padding:10px;
	text-transform:uppercase;
	background:rgba(66,66,66,0.9);
	text-align: right;
	width:55%;
	max-width:710px;
}

#about-menu a:link, #about-menu a:visited {
	color:#DDA46C;
}

#about-menu a:hover, #about-menu a:active {
	color:#FFF;
}

smallmenu {
	font-size:10pt;
}

#discographyPage {
}

#photosPage {
	height: auto;
}

#contactInfo {
	margin:40px;
}

.contactPageInfo {
	margin-top:20px;
	width:25%;
}

#contactInfo1 {
	float:left;
	text-align:left;
}

#contactInfo2 {
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:20px;
}

@media screen and (orientation:portrait) {

	#contactBanner {
	}

}

@media screen and (orientation:portrait) {

	#contactBanner {
	}

}

.menuBtn {
	display: inline-block;
	padding-right:10px; 
}

@media screen and (orientation:portrait) {
	
	.MainPage {
	}
	
}

@media screen and (orientation:landscape) {
	
	.MainPage {
	}
	
}

@media screen and (orientation:portrait) {
	
	#calendarPage {
		background-position:10% top;
	}

}

@media screen and (orientation:landscape) {
	
	#calendarPage {
		background-position:left top;
	}

}

#calendarListing {
	width:450px;
	text-align:right;
	background:rgba(191,171,147,0.80);
	float:right;
}

#calendarInfo {
	width:30%;
	max-width:400px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:auto;
	height:70vh;
	background:rgba(0,0,0,0.7);
	color:#EEE;
	opacity:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	position: fixed;
	right:500px;
	top:50px;
	
}

#calendarPage a { text-transform:uppercase; }

#calendarPage h1 {
	font-size:20pt;
	color:#0A2978;
	text-align:right;
	letter-spacing:1px;
	margin: 1px;
	margin-bottom:10px;
	padding: 1px;
}

#calendarPage a:link,  #calendarPage a:visited {
	color:#FFF;
}

#calendarPage a:hover,  #calendarPage a:active {
	color:#000;
}

#calendarPage .entry {
	opacity:1;
	border-top-color:#555;
	height:10px;
	padding:15px;
	filter:none;
}

#calendarPage .entry:hover {
	background-color: #dda46c;
}

#calendarInfo a:hover { color: #FFF; }

#calendarInstructions {
	position: fixed;
	right:500px;
	top:50px;
	width:30%;
	max-width:400px;
	padding:5px;
	text-align:right;
}

.pageBanner {
	padding-bottom:1vw;
}

#productListing  {
	width:40%;
	max-width:600px;
	float:right;
	margin-right:10px;
	text-align:right
}

#discographyPage .pageContent, #videoPage .pageContent {
	max-width:960px;
}


.vimeo-container {
	height: 100vh;
}

#homePageBanner {
}

#homeTitle {
    font-size:50pt;
    line-height:50pt;
}

#pagefooter {
	width:90%;
	max-width:864px;
	letter-spacing:1pt;
	font-size: 9pt;
}

.homePageSection {
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -ms-transition: opacity 0.9s;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms, ;
}

.homePageSection h1 {
	margin-left:40px;
}

#homeNews {
	padding-bottom:10px;
}

#homeNews .entry, #homeYouTube .entry {
	display:inline-block;
	width:30vw;
	margin:3px;
}

#homeInstagram .entry {
	display:inline-block;
	width:23vw;
	margin:3px;
}

#homeNews .entry {
	min-height:240px;
}

#homeNews homeCalDay {
	font-size:18pt;
	letter-spacing:0;
}

#homeCalendar homeCalDay {
	font-size:16pt;
}


newsdate {
	padding:1vw;
	width:8vw;
}

.threadsThumb {
	width:10vw;
	height:10vw;
}

#homeVideo {
	
}

@media screen and (orientation:portrait) {
	
	#homeVideo {
		min-height:80vh;
	}
	
	#homeVideo .entry {
		transform: translateY(-170px);
	}
	
}

@media screen and (orientation:landscape) {

	#homeVideo {
		min-height:90vh;
	}

}

#homeVideo .entry {
	width:310px;
	height:174px;
	margin:3px;
	border: 1px solid #FFF;
}

#homeVideo .videothumb {
	display: block;
	width: 100%;
	height: auto;
}

#homeVideo .entry:hover .vidThumbBtn {
}

#homeVideo .vidPlayBtn {
	font-size: 60pt;
	top: 35%;
	left: 50%;
}

#homeVideo .vidThumbBtn {
	padding-top:80px;
	line-height:15pt;
	font-size:9pt;
}

#homeNews {
}

#homeNews .entry {
}



#homeCalendar {
	background-size:cover;	
}

#homeCalendar h1 {
	margin-top:40px;
	margin-bottom:380px;
}

#homeCalendar .entry {
	display:inline-block;
	width: 12%;
	min-height:175px;
}

.ytThumb {
	width:30vw;
	height:20vw;
	opacity:0.8;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.ytThumb:hover {
	opacity:1;
}

.igThumb {
	width:23vw;
	height:23vw;
	opacity:0.8;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.igThumb:hover {
	opacity:1;
}

#homeStore .entry {
	margin:3px;
}

.homeStoreThumb {
	width:21vw;
}

#homePress {
}

#homeQuote {
	width:40vw;
	margin-right:0;
}

#homeQuoteText {
	padding:20px;
	font-size:18pt;
}

@media screen and (orientation:portrait) {
	
	#homeQuote {
		margin-left:55vw;
		padding-top:35vh;
	}
	
	#homeQuoteText {
	}
	
}

@media screen and (orientation:landscape) {

	#homeQuote {
		margin-left:55vw;
		padding-top:30vh;
	}
	
	#homeQuoteText {
	}

}

#homeQuoteText author {
	font-size:12pt;
}

#homeQuoteText publication {
	font-size:12pt;
}

#aboutPage #homeQuoteText {
}

newsdate {
	font-size:16pt;
}

#homeNews newsdate {
	text-align: right;
}

headline {
	font-size:24pt;
	margin-bottom:10px;
}

#homeNews headline {
	font-size:26pt;
}

#homeVideoListing {
	display: block;
	transform:translateY(-250px);
	padding-bottom: 90px;
}

#homeDiscography img {
	height:15vw;
}

#socialPage headline {
}

newsitem {
	font-size:12pt;
	line-height:20pt;
}

newsitem date {
	font-size:12pt;
	line-height:20pt;
}

newsitem event {
	display: inline-block;
}

#homeNews newsitem {
	font-size:12pt;
	line-height:20pt;
}

#bioText, #pressText {
	width:50%;
	max-width:670px;
	margin:0;
	margin-top:60px;
	font-size:13pt;
	line-height:24pt;
	float:right;
	background:rgba(79,79,81,0.8);
	color:#DDD;
}

#pressText {
	background:none;
}

#aboutDiscographyListing {
	width:auto;
	float:left;
	margin-top:450px;
	padding:20px;
	overflow:hidden;
}

#aboutDiscographyListing img {
	width: 180px;
}

#discographyPage .pageContent {
	padding:10px;
}

#discographyPage .entry {
	clear:both;
	float:none;
	text-align:left;
}

.discEntry {
	opacity:0;
	filter: blur(5px);
    transform: translateY(120px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 0.5s;
    -o-transition: all 500ms;
    transition: all 500ms;
	display:block;
}

.discEntry.show {
	opacity:1;
 	filter: blur(0px);
    transform: translateY(0px);
}

.discArtwork {
	width: 500px;
	float: right;
	margin-bottom: 20px;
}

.discListing {
	width: 400px;
	float: left;
	text-align: left;
}

.discBuyBtns {
	display:block;
	margin-top:20px;
	float:left;
	clear:left;
}

.discCredits {
}

artist { font-size:14pt; }
album { font-size:20pt;  }
year { font-size:14pt;  }
label { font-size:14pt;  }

.discCredits personnel {
	font-size:9pt;
	margin:0;
}

.discCredits personnel p {
	line-height:17pt;
	margin:0;
}


longdate, pastdate { font-size:10pt; }
time { font-size:10pt; }
event {	font-size:22pt; line-height: 28pt; }
newsitem event { font-size:16pt; }
venue { }
city { font-size:11pt; }
#homeCalendar city { font-size:11pt; }

#calendarPage longdate { float:left; clear:left; color:#FFF; }
#calendarPage pastdate { float:left; clear:left; color:#0A2978; }
#calendarInfo longdate { color: #AAA; font-size: 12pt; }

#calendarPage event, 
#calendarPage vsoevent, 
#calendarPage csoevent, 
#calendarPage pastevent, 
#calendarPage city { float:right; clear:right; }
#calendarPage a:link, #calendarPage a:visited { font-family: 'GillSansLight'; }

#calendarInfo event { color: #FFF; font-size: 16pt; }
#calendarPage description, #calendarInfo description { color: #AAA; font-size: 9pt; }
#calendarInfo venue { color: #AAA; }
#calendarInfo city { color: #CCC; }
#calendarInfo time { color: #FFF; }

repertoire {
	margin-top:10px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

description {
	margin-top:10px;
	margin-bottom:20px;
	line-height: 26pt;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}


#productListing description {
	width:inherit;
	margin-left:0;
	margin-right:0;
	line-height: none;
}

#thumbnailGalleries {
	width:90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#videoPage .entry {
	position: relative;
	width:450px;
	height:410px;
	overflow: hidden;
	display: inline-block;
	margin:10px;
	border: 1px solid #FFF;
	padding:0;
	background:#EEE;
}

.videothumb {
	display: block;
	width: 100%;
	height: auto;
}

.vidThumbBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width:450px;
	height:255px;
	opacity: 1;
	color:#AAA;
	line-height:15pt;
	float:none;
	font-size:12pt;
	z-index:1000;
	transition: 0.5s;
	background-color:rgba(0,0,0,0.7);
	text-align: center;
}

#videoPage .entry .vidThumbBtn {
	opacity: 0.4;
}

#videoPage .entry:hover .vidThumbBtn {
	opacity: 0.9;
}

.cliplisting {
	margin:5px;
}

cliptitle {
	display:block;
	margin-bottom:5px;
	font-size:14pt;
	font-weight:400;
}

cliptitlesmall {
	font-size:12.5pt;
	font-weight:400;
}

.cliplisting description {
	font-size:11pt;
	line-height:13pt;
}

.vidPlayBtn {
	color: #FFF;
	font-size: 48pt;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:99;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

reviewtext {
	font-size: 16pt;
	line-height: 28pt;	
}

.FSLPage .footerSection {
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:10;
}

#contactPage .footerSection {
	left:none;
	right:10px;
}