html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: black;
}

ul {
	list-style-type: none;
}

.float_left {
	float: left;
	display: inline-block;
}
.float_right {
	float:right;
	display: inline-block;
}
.page-wrap {
	height: auto;
	width: 100%;
}
.none {
	display:none;
}

#cont-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index: 10000;
	margin-top:200px;
	padding-bottom:100px;
}

#navbar {
	height: 140px;
	border-bottom: 1px solid #333;
	display: block;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(252, 239, 194, 0.8);
	-moz-box-shadow: 0 0 10px rgba(252, 239, 194, 0.8);
	-ms-box-shadow: 0 0 10px rgba(252, 239, 194, 0.8);
	box-shadow: 0 0 10px rgba(252, 239, 194, 0.8);
	z-index: 1000000;
	background: rgba(34, 34, 34, 0.6);
	/*opacity: 0.6;*/
}
.navbar-bg {
	display: block;
	width: 100%;
	height: 100%;
	background: #222;
	opacity:  0.6;

}

#header-logo {
/*	position: absolute;
	top: 0px;*/
}

.quote-cont {
	margin-top: 50px;
}

h6.quote {
	color: rgb(252, 239, 194);
	text-align: left;
	cursor: pointer;
}

h5.quote {
	color: rgb(252, 239, 194);
	text-align: center;
	font-size: 1.9rem;
	letter-spacing: 1px;
	cursor: pointer;
}

.bandname {
	color: rgb(252, 239, 194);
	display: block;
	font-size: 70px;
	font-weight: 700;
	font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-shadow: 0px 1px 12px rgb(252, 239, 194);
}

.bg-img {
	position: fixed;
	display:block;
	width: 100%;
	height: auto;
	z-index: 100;
}
.spacer-big {
	display:block;
	height:180px;
}
.spacer-med {
	height:100px;
	display:block;
}

.spacer-small {
	display:block;
	height:40px;
}

div.album-row {
	padding-top: 30px;
}

.album-cont {
	width:100%;
	height:100%;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	max-height: 450px;
}

.album-cover {
	width:100%;
	height:auto;
	background: black;
}

.alb-hover-state {
	width: 100%;
	height: auto;
	background: black;
	opacity: 0.6;
}

.alb-art-cont {
	width: 100%;
	height: 100%;
}

.sw-art {
	background-image: url(../images/sw_art.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.lb-art {
	background-image: url(../images/lb_art.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



.section-header {
	color: rgb(252, 239, 194);
	display:block;
	/*font-size:55px;*/
	font-weight: 700;
	font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-shadow: 0px 1px 8px rgb(252, 239, 194);
}
h2.section-header {
	font-size: 6.0em;

}

.text-center {
	text-align: center;
}

.news-post {
	color:rgb(252, 239, 194);
}

li.show {
	width:80%;
	margin:auto;
	margin-top:30px;
	min-height: 60px;
	border-radius: 6px;
	padding: 6px 0px 0px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(252, 239, 194);
	opacity: 0.9;
	background:#222;
	color: rgb(252, 239, 194);
	border:1px solid rgb(252, 239, 194);
	/*font-size:0.8em;*/
}

.show-badge {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background:white;
	display: inline-block;
	margin-top:7px;
}


.pics-list {
	margin-top:65px;
}


.show-info-cont {
	margin-left: 40px;
	margin-top: 3px;
	font-size: 0.9em;
}

.show-month {
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
}

.show-day {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.details-badge {
	color:rgb(252, 239, 194);
}





.news-title {
	font-weight: 900;
}





.yt-cont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	-webkit-box-shadow: 0 0 20px 6px rgba(252, 239, 194, 0.6);
	-moz-box-shadow: 0 0 20px 6px rgba(252, 239, 194, 0.6);
	-ms-box-shadow: 0 0 20px 6px rgba(252, 239, 194, 0.6);
	box-shadow: 0 0 20px 6px rgba(252, 239, 194, 0.6);
}

.yt-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer-wrap {
	height:80px;
	width:100%;
	background:gray;
	opacity:0.85;
	position:fixed;
	bottom:0;
	z-index: 100000000;
	display: none;
}
.footer-cont {

}

#vplayer {
	padding-top:8px;
}

.sm-list {
	list-style-type: none;
	display: table;
    table-layout: fixed;
    width:100%;
    padding-top:25px;
    margin-bottom: 0px !important;
}

.sm-link {
	color: rgb(252, 239, 194);
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	display: table-cell;
	cursor: pointer;
}

.sm-link:last-child {
	vertical-align: top;
	padding-top:4px;
}

#email-link {
	color:rgb(252, 239, 194);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

#imas-award {
	cursor: pointer;
}

#nxne-trip {
	cursor: pointer;
}

.bio-info {
	color: rgb(252, 239, 194);
	letter-spacing: 1px;
}

@media (min-width: 750px) and (max-width: 1000px) {
	.show-info-cont {
		font-size:0.7em;
		margin-left: 20px;
		margin-top: 6px;
	}

}

@media (min-width: 550px) and (max-width: 750px) {
	.show-info-cont {
		font-size: 0.7em;
		margin-top: 10px;
		margin-left: 6px;
	}

	.show-month {
		font-size: 13px;
		letter-spacing: 2px;
	}

	.show-day {
		font-size: 9px;
	}

	.show-date-cont {
		margin-top: 10px;
	}
}

