
html,
body {
	height: 100%;
}
body {
	color: #101113;
	background-color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}
p {
	line-height: 1.5;
	margin-bottom: 15px;
}
a {
	color: #C9091A;
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
	}
a:hover,
a:active {
	text-decoration: underline;
	color: #b10817;
}
a:focus {
	text-decoration: none;
	color: #b10817;
	outline: none;
}
.btn,
a.btn {
	background-clip: padding-box;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: 0.25px;
	padding: 10px 16px 10px 16px;	
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}
a.btn-primary,
.btn-primary {
	background: #C9091A;
	border: 2px solid #C9091A;
	box-shadow: inset 0 0 0 0 #800611;
	color: #fff;
	text-transform: uppercase;	
}
a.btn-primary:hover,
.btn-primary:hover {
	box-shadow: inset 0 100px 0 0 #800611;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
	background: #800611;
	border: 2px solid #800611;
	color: #fff;
	outline: none;
}
a.btn-secondary,
.btn-secondary {
	background: #1c1d21;
	border: 2px solid #1c1d21;
	box-shadow: inset 0 0 0 0 #C9091A;
	color: #fff;
	text-transform: uppercase;
}

a.btn-secondary:hover,
.btn-secondary:hover {
	box-shadow: inset 0 100px 0 0 #800611;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
	background: #800611;
	border: 2px solid #800611;
	color: #fff;
	outline: none;
}
a.btn-ghost-primary,
.btn-ghost-primary {
	background: none;
	border: 2px solid #C9091A;
	color: #FFF;
	text-transform: uppercase;
}
a.btn-ghost-primary:active,
.btn-ghost-primary:active,
a.btn-ghost-primary:focus,
.btn-ghost-primary:focus {
	background: #C9091A;
	border: 2px solid #C9091A;
	color: #FFF;
	outline: none;
}
a.btn-ghost-primary:hover,
.btn-ghost-primary:hover {
	background: #C9091A;
	border: 2px solid #C9091A;
	color: #fff;
}
a.btn-ghost-secondary,
.btn-ghost-secondary {
	background: none;
	border: 2px solid #3C3A50;
	color: #f2f2f2;
	text-transform: uppercase;
}
a.btn-ghost-secondary:active,
.btn-ghost-secondary:active,
a.btn-ghost-secondary:focus,
.btn-ghost-secondary:focus {
	background: transparent;
	border: 2px solid #3C3A50;
	outline: none;
	color: #f2f2f2;
}
a.btn-ghost-secondary:hover,
.btn-ghost-secondary:hover {
	background: #3C3A50;
	border: 2px solid transparent;
	color: #f2f2f2;
}
a.btn-cta,
.btn-cta {
	font-size: 16px;
	padding: 10px 30px;
}
.collapsing {
 	-webkit-transition: height .35s ease-in;
        transition: height .35s ease-in;
}	
/* 		Scroll-To-Top button style 		*/
#topcontrol {
	bottom: 5px; 
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5em;
	color: #101113;
	display: inline-block;
	height: 50px;
	opacity: 0; 
	position: fixed; 
	right: 5px; 	
	text-align: center;
	width: 50px;
	z-index: 30;
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	opacity: 0.7;
}
#topcontrol .fa {
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
	position: relative;

}
/* 		section style 	*/
.section {
	padding-bottom: 90px;
	padding-top: 60px;
}
.section-title {
	color: #f2f2f2;
	font-weight: 800;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 60px;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;	
}
.section-title:after {
	background: #C9091A;
	background-clip: padding-box;
	border-radius: 1px;
	bottom: -12px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	width: 200px;
}
.section-title:before {
	background: #C9091A;
	background-clip: padding-box;
	border-radius: 1px;
	top: -14px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	width: 200px;
}
/* 		Style Mobile Nav-Toggle Button with fa hamburger icon	*/
.navbar-toggle {
	background: transparent;	
	float: left;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 0;
	position: relative;
	top: 5px;
}
.navbar-toggle:hover {
	background: transparent;
}
.navbar-toggle .fa{
	color: #C9091A;
}
/* 		Header Nav for Tablet and Desktop	*/
.header {
	color: #fff;
	padding-top: 20px;
}
.header .nav-item {
	margin-right: 1.5em;
}
.header-scrolled {
	background: rgba(0, 0, 0, 0.8);		
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	padding: 10px 0 10px 0;
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
}
.navbar-nav {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#bs-navbar-collapse {
	max-height: none;
	box-shadow: none;	
}
.nav > li > a {
	border: 2px solid transparent;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 600;
	padding: 6px 12px;
	text-transform: uppercase;			
}
.nav > li > a:hover {
	color: rgba(255, 255, 255, 1.0);
	background: rgba(102, 102, 102, 0.5);
	border-radius: 4px;
	text-decoration: none;
	border: 2px solid transparent;
}
.nav > li > a:focus {
	color: rgba(255, 255, 255, 1.0);
	background: transparent;
	border-radius: 4px;
	border: 2px solid rgba(102, 102, 102, 0.5);
	text-decoration: none;
}
.nav > li.active > a {
	color: #fff;
}
/* 		Footer 		*/
.footer {
	background: #101113;
	color: rgba(255, 255, 255, 0.6);
	font-weight: normal;
}
.footer a {
	color: #C9091A;
}
.footer a:hover {
	color: #980714;
}
.footer-content {
	padding-bottom: 60px;
}
/* 		Promo Section 	*/
.promo-section {
	background: #000;
	color: #fff;	
	padding-top: 80px;
}
.logo-holder img{
	height: 120px;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
}
.logo-holder {
	-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;	
	}
.promo-content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;	
		-webkit-transform: translate3d(-50%,-50%,0);
		-moz-transform: translate3d(-50%,-50%,0);
		-ms-transform: translate3d(-50%,-50%,0);
		-o-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	z-index: 3;
}
.promo-content .headline {
	font-size: 48px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	    -webkit-animation-delay: 1.1s; 
    	animation-delay: 1.1s;
}
.promo-content .tagline {
	font-size: 24px;
	margin-bottom: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	    -webkit-animation-delay: 1.3s; 
    	animation-delay: 1.3s;
}
/*		Hero Headers 	*/
.hero {
	color: #fff;
	left: 50%;
	padding-top: 160px;
	position: absolute;
	top: 50%;	
	text-align: center;
		-webkit-transform: translate3d(-50%,-50%,0);
		-moz-transform: translate3d(-50%,-50%,0);
		-ms-transform: translate3d(-50%,-50%,0);
		-o-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	z-index: 3;
}
/* 		Gigs Section 	*/
.gigs-section {
	background-color: #191826;
}
.gigs-section .container {
	max-width: 870px;
}
.gigs-section .item {
	/* use box-shadow fix for webkit "border" property render bug (MacOS/iOS) */
	box-shadow: 0px 2px 0px 0px rgba(60,58,80,1);
	padding-bottom: 30px;
	padding-left: 70px;
	padding-top: 30px;
	position: relative;	
}
.gigs-section .date-label {
	background: #2B293F;
	border-radius: 5em;
	color: #fff;
	display: inline-block;
	height: 60px;
	left: 0;
	padding-top: 6px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 60px;
}
.gigs-section .date-label .number {
	font-size: 20px;
	font-weight: 700;
}
.gigs-section .date-label .month {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.gigs-section .gig-title {
	color: #f2f2f2;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}
/* "more info" buttons text-swap  */
.moreButton.collapsed:before { 
	content:'more info';
}
.moreButton:before {
	content:'less info';
}
.gigs-section .meta-list {
	color: #f2f2f2;
}
.gigs-section .meta-list a {
	color: #f2f2f2;
}
.gigs-section .meta-list .fa {
	color: #C9091A;
	font-size: 16px;
	margin-right: 5px;
}
.gigs-section .gig-actions {
	position: absolute;
	right: 10px;
	top: 34px;
}
.gigs-section .gig-actions .btn {
	margin-right: 5px;
	padding: 8px 14px 8px 14px;
	width: 96px;
}
.gigs-section .info-extra {
	color: #BCBBCC;
	font-size: 16px;
	margin-right: 20px;
	max-width: 38em;
}
.gigs-section .gigs-contact {
	margin-top: 60px;
}
.gigs-section .gigs-contact .title {
	color: #f2f2f2;
	margin-bottom: 15px;
	margin-top: 0;
}
.gigs-section .gigs-contact .intro {
	color: #BCBBCC;
	font-size: 16px;
	margin-bottom: 40px;
	max-width: 600px;
}
/* 		Video Section 	*/
.video-section {
	background: #232136;
}
#video-2 {
	padding-top: 0px;
}
/* 		About Section 	*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {	
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}/* create 5-col grid for Desktop "About/Band Members" section */
.col-xs-5ths {
	float: left;
	width: 20%;
}
@media (min-width: 768px) {
	.col-sm-5ths {
		float: left;
		width: 20%;
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
		float: left;
		width: 20%;		
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		float: left;
		width: 20%;		
	}
}
.about-section {
	background-color: #191826;
}
.about-section .section-title {
	margin-bottom: 30px;
}
.about-section .section-intro {
	color: #BCBBCC;
	font-size: 18px;
	letter-spacing: .01em;	
	line-height: 1.7em;
	margin-bottom: 40px;
	max-width: 620px;
}
.about-section .item-inner {
	padding: 20px;
}
.about-section .member-name {
	color: #f2f2f2;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;	
}
.about-section .member-desc {
	color: #4f545e;
}
.about-section .member-profile {
	margin-bottom: 15px;	
	overflow: hidden;
	position: relative;
	text-align: center;
}
.about-section .member-profile img {
	display: inline-block;	
	margin-left: auto;
	margin-right: auto;
}
.about-section .member-label {
	background: transparent;
	border: 1px solid #3C3A50;
	border-radius: 5em;	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 100%;
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}
.member-profile a:hover > .member-label {
	background: #3C3A50;
}
.more-link a:active, a:focus > .member-label{
	background-color: #3C3A50;
	text-decoration: none;	
}
.about-section a:hover, a:active, a:focus {
	text-decoration: none;
}
/* 		Contact Section 	*/
.contact-section {
	background: #101113;
	color: rgba(255, 255, 255, 0.75);
}
.contact-section a {
	color: #F2F2F2;
}
.contact-section .gigs-contact {
	margin-bottom: 60px;
}
.contact-section .section-title {
	color: #fff;
	margin-bottom: 40px;
}
.contact-section .section-intro {
	font-size: 16px;
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 440px;
}
.contact-section .contact-block {
	margin-bottom: 90px;
	max-width: 800px;
}
.contact-section .contact-block .item {
	margin-bottom: 30px;
}
.contact-section .contact-block .title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
}
.contact-section .contact-block .icon-holder {
	margin-bottom: 15px;
}
.contact-section .contact-block .fa {
	color: #C9091A;
	font-size: 24px;
	margin-right: 5px;
}
.contact-section .channels-list {
	margin-bottom: 45px;
}
.contact-section .channels-list li {
	margin-bottom: 15px;
	margin-right: 15px;
}
.contact-section .channels-list li:last-child {
	margin-right: 0;
}
.contact-section .channels-list a {
	opacity: 0.4;
}
.contact-section .channels-list a:hover {
	opacity: 1;
}
.contact-section .social-block {
	border-top: 2px solid #333;
	padding-top: 40px;
}
.contact-section .social-media-list {
	margin-bottom: 0;
	margin-top: 40px;
}
.contact-section .social-media-list a {
	color: rgba(255, 255, 255, 0.4);
}
.contact-section .social-media-list a:hover {
	color: #fff;
}
.contact-section .social-media-list li {
	margin-right: 40px;
}
.contact-section .social-media-list li:last-child {
	margin-right: 0;
}
.contact-section .social-media-list .fa {
	font-size: 36px;
}
/* 		Modal 		*/
.animated .zoomIn {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* increase the timing of animate.css' default "zoomIn" transition 
and reduce the scale of default zoom */
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
	}
	50% {
	
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	animation-name: zoomIn
	-webkit-animation-name: zoomIn;
}
.modal-body {
	color: #C0C0C0;  	
	font-size: 16px;	
	margin-left: 20px;	
	margin-right: 20px;
	padding-bottom: 30px;
	text-align: justify;
}
.modal-body img {
	margin: 0 auto;
	padding: 5px 0px 20px 0px;
	width: 160px;
}
.modal-content {
	background: #292C33;
	background-clip: padding-box;
	border-style: none;
	border-radius: 4px;
}
.modal-content h4 span {
	font-weight: 400;
}
.modal-header {
	border: none;
	color: #C0C0C0;	
	padding-bottom: 0px;
	padding-top: 50px;	
	position: relative;
	text-transform: uppercase;
}
.modal button.close {
	background: none;	
	color:#FFF;
	font-size: 36px;
	font-weight: 300;
	opacity: 0.6;	
	position: absolute;		
	right: 12px;
	text-shadow: none;
	top: 7px;
	z-index: 10;
}
.modal button.close:hover {
	opacity: 1;
}
.modal-backdrop.in {
	opacity: 0.85;
		-webkit-transition: all 0.4s ease-in;
		-moz-transition: all 0.4s ease-in;
		-ms-transition: all 0.4s ease-in;
		-o-transition: all 0.4s ease-in;
}	
.modal.modal-video .modal-dialog {
	margin-top: 90px;
}
.modal.modal-video .modal-body {
	padding: 0;
	padding-top: 0;
}
.modal.modal-video .modal-header {
	border: none;
	padding: 0;
}
.modal.modal-video .modal-content {
	background: none;
	border: none;
	box-shadow: none;
}
/* Small devices (phones, tablets less than 768px) */
@media screen and (max-width: 767px) {
	.about-section .item-inner {
		padding: 30px;
	}
	.about-section .member-profile img {
		width: 220px;
	}
	.about-section .member-label {
		max-width: 200px;
	}
	#bs-navbar-collapse {
		height: 100vh; 
	}	
	.header-scrolled {
		padding: 0px;
	}
	.header {
		background: rgba(0, 0, 0, 0.9);
		padding-top: 5px;
	}
	.header .nav-item {
		margin-right: 0;
	}
	.gigs-section .gigs-contact .intro {
		margin-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.nav > li  {
		padding: 6px;
	}
	.nav > li.active > a {
		color: #C9091A;
	}
	.nav > li > a {
		font-size: 16px;
	}
	.nav > li > a:hover {
		background: transparent;
	}
	.promo-section {
		padding-top: 60px;
	}
	.promo-content {
		padding-top: 65px;
	}
	.promo-content .headline {
		font-size: 36px;
	}
	.gigs-section .gig-actions {
		margin-bottom: 15px;		
		margin-top: 25px;
		position: static;
	}
	.contact-section .social-media-list li {
		margin-bottom: 15px;
	}
	.contact-section .channels-list .icon {
		height: 15px;
	}
}
/* smallest devices (phones, less than 480px) */
@media screen and (max-width: 480px) {
	.btn,
	a.btn {
		border-radius: 5em;		
		display: inline-block;
		font-size: 16px;
		min-width: 80%;
		padding: 14px 0px 14px 0px;
	}
	.about-section .section-intro {
		font-size: 16px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.about-section .member-desc {
		margin: 0px;
	} 
	.about-section .member-label {
		max-width: 50%;
	}
	#bs-navbar-collapse {
		height: 100VH; 
	}
	.contact-section .section-intro {
		margin-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.gigs-section .gig-actions .btn {
		padding: 14px;
		font-size: 14px;
	}
	.gigs-section .gig-actions {
		margin-right: 15px;
	}
	.gigs-section .gig-title {
		font-size: 16px;
	}
	.modal-body {
		text-align: left;
	}
	.modal-header h4{
		margin-left: 20px;	
		text-align: left;
	}
	.nav > li {
		padding: 22px;
	}
	.nav > li > a {
		font-size: 18px;
	}
}
/* medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.navbar-nav {
		float: none;
	}
	.about-section .member-desc {
		margin-left: 110px;		
		margin-right: 110px;
	}
	.about-section .member-profile img {
		width: 200px;
	}
	.about-section .member-label {
		max-width: 200px;
	}
	.contact-section .social-media-list {
		margin-top: 20px;
	}
	.footer-content {
		padding-bottom: 10px;
	}
}
/* large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.about-section .member-desc {
		margin-left: 0px;		
		margin-right: 0px;
	}
	.about-section .member-label {
		width: 100%;
	}
	.contact-section .social-media-list {
		margin-top: 40px;
	}
	.footer-content {
		padding-bottom: 60px;
	}	
}