/*******************************LAYOUT*******************************/
body {
	padding-top: 50px;
}
.bkg-navigation {
	background-color: #333333;
	width: 100%;
}
/*.bkg-quotes {
	background-color: #d7d7d7;
	background: url(../img/bkg-quotes.jpg) no-repeat bottom left;
	padding: 30px 30px 0px 30px;
	width: 100%;
}*/
.bkg-main {
	background: #bdb8b5 /*#b2aaa5*/ url(../img/bkg-main.jpg) /*50% 0*/ no-repeat bottom center;
	/*color: white;*/
	min-height: 800px;
	padding: 0px 0 0 0;
}
.bkg-main-news {
	background: #b2aaa5 url(../img/bkg-main.jpg) /*50% 0*/ no-repeat center center;
	/*color: white;*/
	min-height: 350px;
	padding: 0px 0 0 0;
}
.bkg-main-news h1 {
	font-size: 5em;
}
.bkg-main-news h2 {
	font-size: 26px;
	margin: 0px 0px 30px 0px;
}
.bkg-main-news p.quote {
	color: #241f20;
	font-family: "Futura W01 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	/*font-size: 30px;*/
	font-size: 20px;
	margin: 30px 30px 0px 0px;
}
.bkg-tour {
	background: #272727 url(../img/bkg-tour.jpg) /*50% 0*/ no-repeat 50% 25%;
	/*color: white;*/
	/*height: 620px;*/
	/*min-height: 957px;*/
	padding: 0px 0 60px 0;
}
.bkg-quotes {
	background: #d4d4d4 url(../img/bkg-quotes.jpg) /*50% 0*/ no-repeat bottom center;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 875px;
	padding: 0px 0 0 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
.bkg-store {
	background: #050f2c url(../img/bkg-store.jpg) /*50% 0*/ no-repeat top center;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 500px;
	padding: 0px 0 0 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
.bkg-video {
	background: #007c0a url(../img/bkg-video.jpg) /*50% 0*/ no-repeat top center;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 400px;
	padding: 0px 30px 30px 30px;
}
.bkg-instagram {
	background: #777777 url(../img/bkg-tweed.jpg) /*50% 0*/ repeat;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 300px;
	margin: 0;
	padding: 0 30px 0 30px;
}
.bkg-facebook {
	background: #777777 url(../img/bkg-tweed2.jpg) /*50% 0*/ repeat;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 300px;
	margin: 0;
	padding: 0 30px 0 30px;
}
.bkg-crucial {
	background: #777777 url(../img/bkg-tweed.jpg) /*50% 0*/ repeat;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 50px;
	margin: 0;
	padding: 0;
}
.bkg-twitter {
	background: #d8d3d0 /*#c3c0bd*/ url(../img/bkg-twitter.jpg) /*50% 0*/ no-repeat bottom center;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 600px;
	margin: 0;
	padding: 0px 0 0 0;
}
.bkg-tweets {
	background-color: #76a1b3;
}
.bkg-about {
	background: #c5c5c5 /*#c4c8c7*/ url(../img/bkg-about.jpg) /*50% 0*/ no-repeat bottom center;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 300px;
	padding: 0px 0 0 0;
}
.bkg-music {
	background: #b7aca1 url(../img/bkg-music.jpg) /*50% 0*/ repeat;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 300px;
	padding: 60px 0 60px 0;
}
.bkg-contact {
	background: #50aaaa url(../img/bkg-contact.jpg) /*50% 0*/ no-repeat top center;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 300px;
	padding: 0px 0 0 0;
}

.circle {
	border-radius: 50%;
}
.img-border {
	border: 4px solid #ffffff;
}
table {
	background: none;
	margin-bottom: 1.25rem;
	border: none;
}
table thead {
	background: none;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: none;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
/*BLUE NAVBAR
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #404761 0, #262b3e 100%);
	background-image: -o-linear-gradient(top, #404761 0, #262b3e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#404761), to(#262b3e));
	background-image: linear-gradient(to bottom, #404761 0, #262b3e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404761', endColorstr='#ff262b3e', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x
}*/
/*BLACK/GREY NAVBAR*/
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #555555 0, #000000 100%);
	background-image: -o-linear-gradient(top, #555555 0, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
	background-image: linear-gradient(to bottom, #555555 0, #000000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff000000', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x
}
.bkg-news-header {
	background-image: -webkit-linear-gradient(top, #555555 0, #000000 100%);
	background-image: -o-linear-gradient(top, #555555 0, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
	background-image: linear-gradient(to bottom, #555555 0, #000000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff000000', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	height: 50px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a:hover {
	/*color: #acbaf2;*/
	color: #c50019;
}
.section-wrapper {
	margin-top: -50px;
	padding-top: 50px;
}
.section-wrapper:first-child .section {
	padding-top: 100px;
}
table {
	font-size: 18px;
	font-family: "Futura W01 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 2px 30px 2px 10px;
}
th {
	color: #fff;
}
td {
	padding: 2px 30px 2px 10px;
}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
	width: 100% !important;
	background: #ffffff;
}
 @media (max-width: 767px) {
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
	width: 280px !important;
	background: #ffffff;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.bkg-quotes {
	background: #dbcbdf url(../img/bkg-quotes.jpg) 25% 50% no-repeat;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 600px;
	padding: 0px 0 0 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
.bkg-about {
	/*background: #e0d2c9 url(../img/bkg-about.jpg) 25% 0% no-repeat;*/
	background: #e0d2c9 url(../img/bkg-about.jpg) -350px 100% no-repeat;
	/*color: white;*/
	/*height: 620px;*/
	min-height: 300px;
	padding: 0px 0 0 0;
}
#main {
	background: #b2aaa5 url(../img/bkg-main.jpg) 100% 100% no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;/*box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 100px 0;*/
}
h1 {
	font-size: 8em;
}
}
/*******************************LAYOUT*******************************/
/*******************************TYPOGRAPHY*******************************/
a {
	color: #c50019;
	text-decoration: none;
}
a:hover, a:focus {
	color: #920114;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
h1 {
	/*color: #130a29;*/
	color: #000000;
	font-size: 11em;
	line-height: 1;
	margin: 30px 0px 0px 0px;
	padding: 0;
	text-align: left;
}
h1 span {
	color: #ffffff;
}
h2 {
	color: #c50019;
	font-size: 46px;
	text-align: left;
	line-height: 1;
	margin: 0px 0px 30px 15px;
	text-align: left;
}
h3 {
	color: #0e8412;
	font-size: 30px;
	text-align: center;
}
h4 {
	color: #19b21d;
	font-size: 26px;
	text-align: center;
}
h5 {
	/*color: #19b21d;*/
	font-size: 20px;
	text-align: center;
}
p {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 18px;
}
p.tour {
	color: #ffffff;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: center;
	padding: 30px 0px 30px 0px;
	text-shadow: 1px 1px 1px #000000;
}
p.contact {
	color: #ffffff;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: center;
	padding: 30px 0px 30px 0px;
	text-shadow: 1px 1px 1px #057876;
}
p.store {
	color: #ffffff;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: center;
	padding: 30px 0px 30px 0px;
	text-shadow: 1px 1px 1px #000000;
}
p.twitter {
	color: #282526;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: center;
	padding: 30px 0px 30px 0px;
	text-shadow: 1px 1px 1px #ffffff;
}
/*---------------NEWS PAGE STYLES---------------*/
p.news {
	color: #282526;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: left;
	padding: 30px 0px 30px 0px;
	text-shadow: 1px 1px 1px #ffffff;
}
p.news-title {
	color: #c50019;
	font-family: "Futura W01 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	/*font-size: 30px;*/
	font-size: 30px;
}
p.news-date {
	color: #827c7e;
	font-family: "Futura W01 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	/*font-size: 30px;*/
	font-size: 14px;
}
.news-back {
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 22px;
	padding: 12px 0px 0px 0px;
	text-transform: uppercase;
}
.news-back a {
	color: #ffffff;
	text-decoration: none;
}
.news-back a:hover {
	color: #c50019;
	text-decoration: none;
}
/*---------------NEWS PAGE STYLES---------------*/
p.quotes {
	/*purple
	color: #b818ac;*/
	color: #c50019;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: center;
	padding: 30px 0px 30px 0px;
}
p.about {
	color: #c50019;
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: left;
	padding: 30px 0px 30px 0px;
}
.about-copy p {
	color: #7c2704;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 18px;
}
.about-copy ul.no-bullet {
	color: #7c2704;
	font-size: 18px;
}
.about-copy p.quote {
	color: #7c2704;
	font-size: 24px;
	font-style: italic;
}
.bkg-main p.quote {
	color: #241f20;
	font-family: "Futura W01 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	/*font-size: 30px;*/
	font-size: 26px;
}
p.quote {
	color: #00012d;
	font-size: 18px;
}
p.author {
	/*purple
	color: #b818ac;*/
	color: #c50019;
	font-size: 14px;
	margin-bottom: 24px;
	text-align: left;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	font-family: BrandonPrinted-Two, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
.contact-copy p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 18px;
}
.contact-copy p a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding-bottom: 1px;
	text-decoration: none;
}
.contact-copy p a:hover {
	border-bottom: 1px solid #3bf7f5;
	color: #3bf7f5;
	padding-bottom: 1px;
	text-decoration: none;
}
.bkg-crucial p {
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	padding: 15px 0px 8px 0px;
}
.bkg-crucial p a {
	color: #d6d6d6;
	text-decoration: none;
}
.bkg-crucial p a:hover {
	color: #3bf7f5;
	text-decoration: none;
}
/*******************************TYPOGRAPHY*******************************/


/*******************************BANDSINTOWN*******************************/
/*body {
	padding: 20px;
}	

h2 {
	font-size: 22pt;
	line-height: normal;
	margin-bottom: 15px;
}*/

.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: 20px 0;
}
.bit-constrictor {
	margin: 0 auto;
}
.bit-constrictor480 {
	max-width: 480px;
	margin: 0 auto;
}
.bit-constrictor-half {
	width: 50%;
	margin: 0 auto;
}
/*.with-bg {
	background: url(http://s.cdpn.io/17920/bg-grad-guitar-close.jpg) right top no-repeat;
}*/
@media (max-width: 992px) {
h1 {
	font-size: 8em;
}
h2 {
	font-size: 26px;
	margin: 0px 0px 30px 0px;
}
.bkg-main p.quote {
	font-size: 20px;
	margin: 30px 0px 45px 0px;
}
.news-back {
	font-size: 16px;
}
}
 @media only screen and (max-width : 768px) {
.bit-wrapper {
	background-image: none;
}
.bit-constrictor {
	max-width: 480px;
}
.bit-constrictor .narrow {
	display: block;
}
.bit-constrictor .wide {
	display: none;
}
.float-left {
	float: none;
}
.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: 768px;
}
}
 @media only screen and (min-width : 1024px) {
.bit-constrictor {
	width: 1024px;
}
}
 @media only screen and (min-width : 1330px) {
.bit-constrictor {
	width: 1330px;
}
}
/*******************************BANDSINTOWN*******************************/

/*** nav fix ***/
@media (min-width: 760px) and (max-width: 1205px) {
	.navbar-nav > li > a {font-size:16px;}
}
/*** end nav fix ***/

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.navbar-nav > li > a {
		font-size:18px;
		padding-left:10px;
		padding-right:10px;
		}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
h1 {
	font-size: 5em;
}
h2 {
	font-size: 26px;
	margin: 0px 0px 30px 0px;
}
.bkg-main p.quote {
	font-size: 20px;
	margin: 30px 0px 45px 0px;
}
.news-back {
	font-size: 16px;
}
}