/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */
.btn {
    font-family: 'Montserrat', sans-serif;
    border: none;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
	background-color: #131313;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    color: #fff;
    white-space: normal;
}
.navbar {
	margin-bottom: 0;
}
blockquote {
    border-left: none;
}
@media (min-width: 768px){
	
	.navbar-nav{
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		float: none;
		width: 100%;
	}
	.navbar-nav>li {
		display: table-cell;
		float: none;
		text-align: center;
	}
	.carousel-inner {
		height: 150px;
	}
} 
/* ==========================================================================
   HTML reset styles
   ========================================================================== */
::selection {text-shadow: none;}
::-moz-selection {text-shadow: none;}
::selection {/* Safari */color:#FFFFFF;}
::-moz-selection {/* Firefox */color:#FFFFFF;}
* { margin: 0; padding: 0; }
html { 
  background: #000000 url(../images/crowdshot.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    color: #aeaeae;
    background: transparent;
    line-height: 1.6em;
    -webkit-text-size-adjust: none;
}
a { 
	color: #aeaeae;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
a:hover, a:focus{ 
	color:#FFFFFF; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.25;
    word-wrap: break-word;
}
h1, h2, h3 { 
    letter-spacing: -2px; 
}
img { max-width:100%; }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.masthead {	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 5%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.2)), color-stop(5%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 5%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 5%,rgba(0,0,0,0.9) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 5%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 5%,rgba(0,0,0,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    /*
    background-image: url('images/backgrounds/masthead_bg.jpg');
    background-position: center center;
    background-size: auto auto;
    */
}
.masthead-display-header {
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 60%;
	height: 240px;
}
.page-content, .page-footer { background-color: rgba(0,0,0,0.8); }
.primary-widget-area { margin-right: -15px; margin-left: -15px; }
.content-box { padding: 15px; margin-bottom: 20px; background-color: rgba(51,51,51,0.8); border-color: #080808; }
ul.thumbnails { 
    margin-bottom: 0px;
}
.btn-atc {
    background-color: #ffc247;
    color: white;
    text-shadow: 1px 1px 1px #c28100;
    box-shadow: 1px 1px 1px #c28100;
}
.btn.btn-bottom {
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    line-height: 38px;
    text-transform: uppercase;
}
.btn-atc.qadd {
    box-shadow: none;
}
.row.is-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 479px) {
	.masthead-display-header {
		background-size: 60%;
		height: 100px;
	}
}
/* ==========================================================================
   Flyers
   ========================================================================== */
.flyer { margin-bottom: 30px; }

/* ==========================================================================
   Youtube Reflexive
   ========================================================================== */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ==========================================================================
   Carousel
   ========================================================================== */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}
/* ==========================================================================
   Social icons styles
   ========================================================================== */
.social-container {
	text-align: center;
	border-bottom: 1px solid;
	border-bottom-color: #232424;
	background: black;
	background: rgba(51,51,51,1);
	margin-right: -15px;
	margin-left: -15px;
}
.social-container ul {
    list-style: none outside none;
    display: inline-block;
	margin: 0;
    padding: 0;
    height: 34px;
}
.social-container ul li {
    margin: 4px 30px;
    float: left;
    display: block;
}
.social-container ul li a {
    opacity: 0.3;
    display: block;
    float: left;
    height: 34px;
    text-indent: -9999em;
    width: 80px;
    background-size: auto 35px;
    background-position: -34px 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.social-container ul li a:hover {
	opacity: .6;
}
.social-container ul li.amazon a { background-image: url('../images/icons/amazon.png'); width: 80px; }
.social-container ul li.bandcamp a { background-image: url('../images/icons/bandcamp.png'); width: 80px; }
.social-container ul li.itunes a { background-image: url('../images/icons/itunes.png'); width: 80px; }
.social-container ul li.pandora a { background-image: url('../images/icons/pandora.png'); width: 80px; }
.social-container ul li.spotify a { background-image: url('../images/icons/spotify.png'); width: 80px; }
.social-container ul li.facebook a { background-image: url('../images/icons/facebook.png'); width: 80px; }
.social-container ul li.twitter a { background-image: url('../images/icons/twitter.png'); width: 80px; }
.social-container ul li.youtube a { background-image: url('../images/icons/youtube.png'); width: 80px; }
.social-container ul li.soundcloud a { background-image: url('../images/icons/soundcloud.png'); width: 80px; }
.social-container ul li.instagram a { background-image: url('../images/icons/instagram.png'); width: 80px; }
.social-container ul li.reverbnation a { background-image: url('../images/icons/reverbnation.png'); width: 110px; }

@media (max-width: 768px) {
	.social-container {
		margin-right: -5px;
		margin-left: -5px;
	}
	.social-container ul li {
		margin: 2px;
	}
	.social-container ul li.amazon a { width: 30px; }
	.social-container ul li.bandcamp a { width: 30px; }
	.social-container ul li.itunes a { width: 30px; }
	.social-container ul li.pandora a { width: 30px; }
	.social-container ul li.spotify a { width: 30px; }
	.social-container ul li.facebook a { width: 30px; }
	.social-container ul li.twitter a { width: 30px; }
	.social-container ul li.youtube a { width: 30px; }
	.social-container ul li.soundcloud a { width: 30px; }
	.social-container ul li.instagram a { width: 30px; }
	.social-container ul li.reverbnation a { width: 30px; }
	.social-container ul li a {
		background-position: 0 0;
	}
}
/* ==========================================================================
   Responsive Lightbox Gallery
   ========================================================================== */
.gallery {
	
}
.gallery img {
	height: 300px;
	width: 100%;
	margin: 0 0 30px;
	object-fit:cover;
	-o-object-fit:cover;
}
   

.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.gal-item .box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item .box{
	height: auto;
	overflow: hidden;
}
.flyer .box img{
	height: auto;
	width: 100%;
	object-fit:fill;
	-o-object-fit:fill;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;	
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
	.gal-container .modal-dialog {
		width: 55%;		
		margin: 50 auto;
	}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* ==========================================================================
   Photos
   ========================================================================== */
.epk-photos img {
	height: 240px;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
/* ==========================================================================
   Products
   ========================================================================== */
.product {
    margin: 5px 1% 5px 1%;
    box-sizing: border-box;
    background: rgba(51,51,51,1);
    overflow: hidden;
    position: relative;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.38);
}
.product label {
    font-weight: normal;
}
.product select {
    width: 40%;
}
.product .quantity {
    color: inherit;
    background-color: #fff;
    width: 40%;
}
.product .media {
    padding: 5px 5px 0 5px;
    position: relative;
}
.product .media a {
    display: block;
    width: 100%;
    text-align: center;
}
.product .media a img {
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.product .plabel {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -5px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(0, 0, 0, 0.05) 0 1px 0;
    background-color: white;
	border-top: solid 1px #131313;
	border-bottom: solid 1px #131313;
	color: #131313;
}
.product .details {
    background-color: rgba(51,51,51,1);
    padding: 10px 0;
    position: relative;
}
.product .details p {
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
}
.product .details p.name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.product .details p.price {
	text-align: center;
}
.product .details-expand {
    position: absolute;
    right: 10px;
    bottom: 10px;
	color: #fff;
	background-color: #131313;
    width: 20px;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.product .details-extra {
    display: none;
    border-top: solid 1px #efefef;
    background-color: #f6f6f6;
    overflow: hidden;
	padding-bottom: 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.product .details-extra form {
    margin: 10px;
}
.product .details-extra form div {
    margin-bottom: 10px;
}
.product .details-extra form label {
    width: 65px;
    text-align: right;
    padding-right: 10px;
}

@media (min-width: 768px) {
	.product {
		margin: 5px;
	}
}


@media print {    
    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}
}