/* Global */
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #fff;
	font: 16px FuturaStdBookRegular, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
h2, h3 {
	margin-top: 40px;
}
h2, strong, .selected {
	font-family: FuturaStdMediumBold, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

p {
	margin-top: 10px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sidebar #container {
	right: 470px;
}

/* Header */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 30px 70px 0 30px;
}

nav {
	float: right;
	font: 18px FuturaStdMediumRegular, Arial, Helvetica, sans-serif;
	line-height: 65px;
}

nav ul li {
	display: inline-block;
}

nav ul li + li:before {
	content: '/';
	margin-left: 5px;
	margin-right: 13px;
}

#logo {
	float: left;
}

/* Content */
#events {
	position: absolute;
	top: 130px;
	left: 35px;
	z-index: 3;
	font-size: 12px;
	overflow: hidden;
}
#events-content {
	position: relative;
}
#events-content li {
	margin-top: 10px;
	list-style: none;
}
#events-content li:first-child {
	margin: 0;
}
#up {
	position: absolute;
	bottom: 50px;
	left: 35px;
	width: 30px;
	height: 28px;
	background: url(../images/scroll_off.png);
	cursor: pointer;
}
#up:hover {
	background: url(../images/scroll_on.png);
}
#down {
	position: absolute;
	bottom: 50px;
	left: 65px;
	width: 30px;
	height: 28px;
	background: url(../images/scroll_off.png) 30px 0;
	cursor: pointer;	
}
#down:hover {
	background: url(../images/scroll_on.png) 30px 0;
}

#window_container {
	position: absolute;
	top: 30%;
	bottom: 25%;
	width: 648px;
	left: 50%;
	margin-left: -324px;
	cursor: pointer;
	opacity: 1;
}

.module-songs #window_container,
.module-download #window_container {
	opacity: 0.5;
}

#window {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50px;
/*	background-image: url(../images/venture_large.png); */
	background-image: url(../images/alvin_beastmode.jpg);	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#dl {
	width: 82px;
	height: 18px;

  -webkit-animation-name: throbber;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-iteration-count: infinite;

  animation-name: throbber;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;

	/*width: 222px;
	height: 69px;
 	background-image: url('../images/roll_off.png');
	background-repeat: no-repeat;
	background-position: center center; */
	
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 50%;
	margin-left: -41px;

}

#dl > img {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 1;
}

#window_container:hover #dl > img {
	opacity: 0.5;
}

#songs {
	position: absolute;
	width: 648px;
	top: 495px;
	bottom: 140px;
	left: 50%;
	margin-left: -324px;
	opacity: 0;
	background-color: #fff;
	z-index: 1;
	display: none;
}

.module-songs #songs {
	display: block;
	z-index: 2;
}

#module {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -275px;
}

#download {
	position: absolute;
	top: 95px;
	bottom: 140px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background-color:#fff;
	z-index: 1;
	display: none;
}

#download > div {
	position: absolute;
	width: 100%;
	height: 600px;
	top: 50%;
	margin-top: -300px;
}

.module-download #download {
	z-index: 2;
	display: block;
}

#download h2, #download p {
	text-align: center;
}

#download h2 {
	color: #d98800;	
	margin-top: 30px;
}

#download p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#download ul {
	text-align: center;
	margin: 20px 0;
}

#download ul li {
	display: inline-block;
}

#download ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}

#download img.ro {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 0;
}

#download img:hover {
	opacity: 1;
}

#facebook-button {
	background-image: url('../images/dl/facebook.png');
}

#twitter-button {
	background-image: url('../images/dl/twitter.png');
}

#tumblr-button {
	background-image: url('../images/dl/tumblrrrr.png');
}

#itunes-button {
	display: inline-block;
	font-size: 0;
	background-image: url('../images/dl/itunes.jpg');
}

#bt-button {
	display: inline-block;
	font-size: 0;
	background-image: url('../images/dl/bt.jpg');
}

#download-button {
	display: inline-block;
	font-size: 0;
	background-image: url('../images/dl/download.png');
}

#back {
	display: inline-block;
	font-size: 0;
	background-image: url('../images/dl/goback.png');
}

#module-download {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#module-download a {
	display: inline-block;
	width: 150px;
	height: 40px;
	background-image: url('../images/download_off.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#module-download a img {
	opacity: 0;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

#module-download a:hover img {
	opacity: 1;
}

#fade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 802;
	background: #fff;
}
#mc_embed_signup {
	position: absolute;
	bottom: 30px;
	right: 70px;
	width: 205px;
	z-index: 4;
}
#mc_embed_signup input.email {
	width: 100%;
	border: 1px solid transparent;
	background-color: #e5e5e5;
}
#mc_embed_signup input.button {
	background: #ebebeb;
	color: #000;
	font-weight: bold;
	font: 12px FuturaStdBookRegular, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-shadow: 0px -1px 1px rgba(255,255,255,0.75);
	text-transform: uppercase;
	-webkit-transition: all .4s;
	transition: all .4s;
	padding: 5px 8px;
	width: auto;
}
#mc_embed_signup input.button:hover {
	background: #a0a0a0;
}
/* Lightbox */
#lightbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 100%;
	z-index: 801;
	background-color: #ebebeb;
	overflow: hidden;
	box-shadow: -5px 0px 20px rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.sidebar #lightbox {
	width: 470px;
	opacity: 1;
}

#lightbox-content {
	width: 470px;
	height: 100%;
	display: none;
	background-color: #fff;
}

#lightbox-content > iframe {
	height: 96%;
	width: 470px !important;
	max-width: 470px !important;
}

#lightbox-close {
	position: absolute;
/* 	top: 120px; */
	top: 52px;
/*	right: 70px; */
	right: 30px;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 3;
}

.sidebar #lightbox-close {
/*	right: 540px; */
	right: 510px;
	opacity: 1;
}

#videos ul {
	display: none;
	overflow-y: scroll;
}
#videos li {
	margin: 40px 0 0 20px;
	display: inline-block;
	cursor: pointer;
}
#videos img {
	float: left;
}
.info {
	width: 310px;
	float: left;
	margin-left: 20px;
}
.info h2 {
	margin: 0 0 5px 0;
}
.info span {
	font-size: 10px;
}
#page {
	position: relative;
	height: 100%;
/*	background: url(../images/bg.gif); */
}
#page-content {
	position: absolute;
	top: 20px;
	left: 20px;
}

/* SoundCloud */
.sc-player {
	max-width: 100%;
	margin-bottom: 28px;
}

.sc-controls {
	width: 22px;
	height: 22px;
	display: inline-block;
	float: left;
}

.sc-info {
	display: inline-block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.sc-time-span {
	display: block;
	float: none;
	clear: both;
	height: 50px;
	background-color: #979797;
}

.sc-time-indicators {
	float: right;
	font-size: 12px;
	display: block;
	height: 22px;
	line-height: 22px;
	color: #333;
}

.sc-time-indicators span {
	letter-spacing: 0.25px;
}

.playing .sc-time-indicators {
	color: #000;
}

.sc-waveform-container img {
	width: 100%;
	height: 50px;
}

.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played,
.sc-scrubber .sc-waveform-container {
	position: absolute;
	height: 50px;
}

.sc-waveform-container {
	z-index: 2;
}

.sc-scrubber .sc-played {
	background-color: #e9924a;
}

.player-1 .sc-scrubber .sc-played {
	background-color: #565656;
}

.player-2 .sc-scrubber .sc-played {
/*	background-color: #d18343; */
	background-color: #565656;
}

.player-3 .sc-scrubber .sc-played {
	background-color: #bd6565;
}

.player-4 .sc-scrubber .sc-played {
	background-color: #000000;
}

.player-5 .sc-scrubber .sc-played {
	background-color: #7d94ad;
}

.sc-artwork-list,
.sc-info p,
.sc-info-close,
.sc-trackslist,
.sc-info-toggle {
	display: none;
}

.sc-info h3,
.sc-info h4 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	color: #333;
	letter-spacing: 0.25px;
}

.sc-info h4 {
	margin-left: 8px;
}

.sc-info h3 a,
.sc-info h4 a {
	font-weight: bold;
	color: #333;
}

.playing .sc-info h3 a {
	color: #000;
}

.sc-play, .sc-pause {
	width: 22px;
	height: 22px;
	background-image: url('../images/play.gif');
	background-repeat: no-repeat;
	text-indent: -10000px;
}

.sc-pause {
	background-image: url('../images/pause.gif');
}

.sc-play,
.playing .sc-pause {
	display: inline-block;
}

.sc-pause,
.playing .sc-play {
	display: none;
}

#dl_new {
	position: absolute;
	top: 135px;
	width: 648px;
	left: 50%;
	margin-left: -324px;
	text-align: center;
	overflow: hidden;
}

#dl_new img {
	width: 120px;
	height: auto;
}

#dl_new .spotify, #dl_new .itunes {
	display: inline-block;
	float: right;
}

#dl_new .itunes {
	float: left;
}

/* Loader */
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 803;
}

#loader > #throbber {
	position: absolute;
	width: 54px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -30px;

	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;

	-webkit-animation-name: throbber;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count: 99999;
}

@-webkit-keyframes throbber {
  from {
    opacity: 1.0;
  }
  50% {
  	opacity: 0.5;
  }
  to { 
    opacity: 1.0;
  }
}

#loader > #throbber.done {
	-webkit-animation-name: twist;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	opacity: 0;
}

@-webkit-keyframes twist {
  from {
    opacity: 1;
  }
  to { 
    opacity: 0;
  }
}

#mob-nav, .mob {
	display: none;
}


@media only screen and (max-width: 1300px) {
	nav {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {

	body {
		padding-bottom: 100px;
	}

	header, #logo, nav, #events, #window, #dl, #window_container, #container {
		position: static;
		display: block;
		float: none;
	}

	#fade {
		position: fixed;
	}

	header {
		padding: 20px 0 0;
	}

	#mc_embed_signup {
		display: none;
	}

	header, #logo, nav {
		text-align: center;
	}

	#container {
		padding: 0px 10px;
	}

	#events {
		margin: 50px auto;
		padding-bottom: 50px;
	}

	#events h4 {
		font-size: 1.25em;
		font-weight: bold;
		letter-spacing: 0.5px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	nav, #up, #down {
		display: none;
	}

	#mob-nav, .mob {
		display: block;
	}

	#mob-nav {
		margin: 20px 0;
	}

	#mob-nav select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		background-color: #000;
		border: 0px solid #000;
		color: #fff;
		padding: 10px;
		margin: 0;
		width: 100%;
		display: block;
		text-transform: uppercase;
		font-family: FuturaStdMediumRegular, Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-image: url('../images/mob_nav.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding: 10px;
	}

	#window_container {
		left: 0;
		margin-left: 0;
		top: 0;
		margin-top: 0;
		width: auto;
	}

	.module-songs #window_container,
	.module-download #window_container {
		display: none;
	}

	#window {
		margin: 10px auto;
		height: 300px;
		width: 290px;
		max-width: 100%;
	}

	#dl {
		display: none;
	}

	#module {
		position: static;
		margin: 0 10px;
		top: 0;
		left: 0;
		bottom: auto;
		width: auto;
		height: auto;
		background-color: #fff;
		background-image: none;
	}

	#songs {
		display: block;
		position: static;
		width: 100%;
		margin-left: 0;
		opacity: 1;
	}

	.sc-player {
		top: 0;
		left: 0;
		width: auto;
		position: static;
	}

	.sc-info {
		margin-left: 10px;
	}

	.sc-info h4 {
		display: none;
	}

	.sc-info h3 {
		height: 25px;
		line-height: 25px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sc-time-indicators {
		position: static;
		float: none;
		white-space: nowrap;
		height: 16px;
		position: absolute;
		right: 20px;
		width: 75px;
	}

	.playing .hidden {
		left: 25px;
	}

	.player1, .player2, .player3, .player4 {
		position: static;
		top: auto !important;
		margin: 20px;
		overflow: hidden;
	}

	.sc-scrubber .sc-waveform-container {
		left: 10px;
		right: 10px;
	}

	#download {
		display: none;
		position: static;
		margin: 10px 0;
		width: auto;
	}

	#module-download {
		border-top: none;
	}

	.module-download #download {
		display: block;
	}

	#download > div {
	  position: static;
		height: auto;
		margin-top: 0;
	}

	#download p img {
		max-width: 100%;
		height: auto;
	}

	#download p a {
		background-size: contain;
	}

	#lightbox {
		position: fixed;
		width: 100%;
		max-width: 100%;
		opacity: 1;
		top: 100%;
		bottom: 0px;
		height: auto;
		overflow: auto;
	}

	.sidebar #lightbox {
		top: 105px;
		bottom: 0px;
		max-width: 100%;
	}

	#lightbox-content {
		max-width: 100%;
	}

	#events {
		width: auto;
		margin: 50px 20px;
	}

	#events h4 {
		font-weight: bold;
		margin-bottom: 20px;
	}

}
