/*ADDITIONS 12/5*/
.parker-bio {
	width: 70%;
	margin: 0 auto;
	font-family: 'Open Sans';
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
}
.bio-back-link {
	width: 70%;
	margin: 0 auto 10 auto;
	color: #fbb03b;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 18px;
}
.bio-back-link > a {
	color: #fbb03b;
}
.parker-bio > p {
	margin-top: 0;
}
.parker-bio > h3 {
	margin-top: 0;
}
.parker-bio-wrap {
	background: url(bg3.png) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	margin: 0;
  	width: 100%;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
.link_kickstarter {
	text-align: right;
	color: #fbb03b;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 18px;
}

a.xxy {
	color: #fbb03b;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 18px;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}

#scroll-container {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.block {
	float: left;
	width: 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.popdown {
	display: none;
	z-index: 10000;
	height: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 5px solid #fbb03b;
	background-color: #000;
	-webkit-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.75);
}

.topbar {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.topbar img {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 5px;
	width: 250px;
}
#topbar-mobile {
	display: none;
}


img.parallax_logo {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -250px;
	width: 500px;
}

.twitter_timeline {
	width: 300px;
	height: 500px;
}

.social-front {
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 85px;
	left: 50%;
	opacity: 0.8;
	background-size: 21px;
	height: 25px;
	width: 25px;
	text-align: center;
	background-color: #fbb03b;
	color: #000;
}

#social-front-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -409px;
	width: 100px;
	height: 15px;
	color: #fbb03b;
	opacity: 0.8;
}

#social-front-facebook {
	font-size: 18px;
	margin-left: -450px;
}

.social-front i {
	margin-top: 5px;
}

.social-front a {
	color: #000;
}

#social-front-twitter {
	font-size: 18px;
	margin-left: -400px;
}

#social-front-instagram {
	font-size: 17px;
	margin-left: -350px;
}

#social-front-email {
	font-size: 16px;
	margin-left: -300px;
}

.toplink-front {
	cursor: pointer;
	border: 2px solid #fbb03b;
	position: absolute;
	top: 70px;
	right: 50%;
	opacity: 0.8;
	text-align: center;
	line-height: 36px;
}

#toplink-front-label {
	position: absolute;
	right: 50%;
	margin-right: -388px;
	font-family: 'Open Sans', sans-serif;
	color: #fbb03b;
	font-size: 14px;
	top: 60px;
	opacity: 0.8;
}

#toplink-front-kickstarter {
	margin-right: -410px;
	position: absolute;
	top: 85px;
	right: 50%;
	opacity: 0.8;
}

#toplinks {
	height: auto;
}

.toplink {
	background-color: #fbb03b;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	cursor: pointer;
	border: 2px solid #fbb03b;
	border-radius: 15px;
	position: absolute;
}

.link_fb {
	background-image: url('fb_logo.png');
	width: 24px;
	left: 50%;
	margin-left: -450px;
	top: 10;
}

.link_twitter {
	background-image: url('twitter_logo.png');
	width: 24px;
	left: 50%;
	margin-left: -410px;
	top: 10;
}

.link_instagram {
	background-image: url('instagram_logo.png');
	width: 24px;
	left: 50%;
	margin-left: -370px;
	top: 10;
}

.link_email {
	background-image: url('vine_logo.png');
	width: 24px;
	left: 50%;
	margin-left: -330px;
	top: 10;
}
.link_kickstarter {
	height: 24px;
	width: 210px;
	background-repeat: no-repeat;
	background-size: 205px 24px;
	position: absolute;
	top: 13;
	right: 50%;
	margin-right: -450px;
}

.arrow {
	width: 64px;
	height: 64px;
	background-color: #fbb03b;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	text-align: center;
	opacity: 0.4;
	cursor: pointer;
	position: absolute;
}

.backarrow {
	background-image: url('arrow_left.png');
	background-size: 30px 48px;
	left: 0px;
	bottom: 45%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 1000;
}

.nextarrow {
	background-image: url('arrow_right.png');
	background-size: 30px 48px;
	right: 0px;
	bottom: 45%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1000;
}

.section-container {
	position: relative;
	overflow-x: hidden;
	height: 460px;
	width: 100%;
}

.section {
	position: absolute;
	width: 100%;
	display: inline-block;
	overflow-y: scroll;
  	z-index: 999;
}

#block0 {
	background-color: #000;
	height: 700px;
	min-height: 700px;
  	background: url(bg1.png) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.block-separator {
	background-color: rgb(201,126,9);
	height: 20px;
}

/* INFO SCROLL BLOCK */

#block_infoscroll {
	padding-top: 0px;
	background-color: #000;
	height: 470px;
	background: url(bg3.png) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
}

#block_band-grid {
	background-color: #000;
	padding-top: 40px;
}

#section0 {
	left: 0px;
}

#section1 {
	left: 100%;
}
h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 26px;
	margin-top: 30px;
}

#section2 {
	left: 100%;
}
#section3 {
	left: 100%;
}
#section4 {
	left: 100%;
}
#section5 {
	background-color: #000;
	left: 100%;
}
#navbottom {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 20px;
	min-height: 18px;
	text-align: center;
	z-index: 1000;
	opacity: 0.7;
}
.navitem {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

.navitem.active {
	background-image: url(underline.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.activetab {
	color: #fbb03b;
	background-image: url(underline.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#down-arrow {
	background-image: url(down_arrow.png);
	background-repeat: no-repeat;
	background-size: 50px;
	width: 50px;
	height: 24px;
	position: absolute;
	top: 655px;
	left: 50%;
	margin-left: -25px;
}

#frontpagewrap {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	z-index: 1000;
	height: auto;
	width: 900px;
}
#frontpagewrap h1 {
	margin: 0;
}

#front-page-info {
	width: 900px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 560px;
	margin-left: -450px;
	bottom: 65px;
	opacity: 0.8;
	text-align: center;
}

#front-page-info a {
	color: #fbb03b;
}

#ks-video {
	position: absolute;
	width: 640px;
	height: 360px;
	left: 50%;
	margin-left: -320px;
	/*top: 50%;
	margin-top: -180px;*/
	top: 165px;
	border: 5px solid rgba(255,255,255,0.7);
	z-index: 900;
}

.player_controls {
	display: none !important;
}

/* FEATURED BANDS LIST */

.band-table {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 40px;
}
#band-table-title {
	line-height: 0.5;
	text-align: center;
}
.band-table h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.band-table h2:before, h2:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #fbb03b;
	border-top: 1px solid #fbb03b;
	top: 0;
	width: 310px;
}

.band-table h2:before {
	right: 100%;
 	margin-right: 15px;
}

.band-table h2:after {
	left: 100%;
	margin-left: 15px;
}

.band-table h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	opacity: 0.6;
	margin-top: 0;
	margin-bottom: 5px;
}
.band-grid {
	width: 900px;
	margin: 0 auto;
}

.band-item {
	width: 895px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	color: #000;
	margin: 10 auto;
	display: inline-block;
	box-shadow: 5px 5px 0px #fbb03b;
	box-shadow: 5px 5px 0px rgba(251,176,59,0.8);

}

.band-info {
	float: left;
	margin-top: 10px;
}

.band-item img {
	height: 80px;
	float: left;
}

.band-name {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	padding-left: 20px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
	text-shadow: 2px 2px #fbb03b;
	height: 30px;
}

.song-name {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}

.band-links {
	height: 80px;
	width: 400px;
	float: right;
	font-family: 'Open Sans', sans-serif;
}

.band-links ul {
	margin: 0;
}

.band-links li {
	list-style: none;
	text-align: left;
	text-indent: 0;
	display: inline;
}

.band-watchlink {
	height: 30px;
	display: inline-block;
	width: 280px;
	float: right;
	text-align: right;
	margin: 10px;
	font-weight: bold;
	line-height: 30px;
	font-size: 22px;
}

.band-watchlink i {
	font-size: 22px;
	margin-left: 10px;
}

.band-watchlink a:link {
	color: #000;
}

.band-watchlink a:visited {
	color: #000;
}

.band-watchlink a:hover {
	color: #555;
}

.band-linklist {
	display: inline-block;
	float: right;
	width: 400px;
	margin: 0 10px;
	text-align: right;
	font-size: 14px;
}

.band-linklist a {
	text-decoration: underline;
	color: #e58d05;
}

/* FOOTER */

#block_footer {
	height: 100px;
	background-color: #fbb03b;
	text-align: center;
}

.footer-container {
	width: 900px;
	margin: 0 auto;
}

.column-footer {
	float: left;
}

.column-side {
	text-align: left;
	width: 30%;
	height: 100px;
}

.column-middle {
	width: 40%;
	height: 100px;
}

.right-side {
	padding-top: 30px;
	text-align: right;
	font-size: 12px;
	height: 70px;
}

.left-side {
	padding-top: 20px;
	height: 60px;
}
#block_footer h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 2px;
	width: auto;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#contact {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
}

.footer-link a {
	border-bottom: 2px solid #fff;
	font-family: 'Oswald', sans-serif;
	color: #000;
	margin-right: 20px;
}

.reid a {
	border-bottom: 2px solid #fff;
	font-family: 'Oswald', sans-serif;
	color: #000;
}

.reid {
	font-family: 'Oswald', sans-serif;
}


/* CONTENT BOXES */

.contentbox h1 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 700;
}

.contentbox {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	overflow-y: scroll;
	z-index: 9999;
	height: 320px;
	margin-top: 40px;
}

.contentbox a {
	text-decoration: underline;
}

.full-column {
	display: block;
	text-align: left;
	z-index: 99;
}

.half-column {
	display: inline-block;
	width: 300px;
	padding: 10px;
	text-align: left;
	vertical-align: top;

}

.half-column img {
	display: block;
	margin: 0 auto;
}

div.black {
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

div.white {
	color: #000;
	background-color: rgba(255,255,255,0.4);
}

.centered {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.contentbg {
	width: 750px;
	height: 100%;
	background: red;
	z-index: 0;
	opacity: 0.3;
}

/*ADDED 3/23/15*/

#corner-link {
	position: absolute;
	right: 0;
	top: 0;
}
