/*
*{
	outline: dotted 1px aqua;
	box-sizing: border-box;
}
*/

@font-face {
	font-family: 'Logo-Icons';
	src:url('fonts/fonts/Logo-Icons.eot');
	src:url('fonts/fonts/Logo-Icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/fonts/Logo-Icons.woff') format('woff'),
		url('fonts/fonts/Logo-Icons.ttf') format('truetype'),
		url('fonts/fonts/Logo-Icons.svg#Logo-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	font-family: 'Neuton', serif;
	font-style: normal;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000000;
	-webkit-font-smoothing: antialiased;
}

.b_load {
	overflow: hidden;
}

#bg_img {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(images/wood-bg.jpg);
}

#shadow, #shadow img{
	position: fixed;
	width: 100%;
	height: 100%;
}

#header {
	position: fixed;
	top: 0px;
	height: 30px;
	width: 100%;
	background: url(images/black_07.png);
	z-index: 1000;
	text-align: center;
}

.navigation {
	position: absolute;
	margin: 0 auto;
	width: 100%;
}

.main_menu {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 15px;
}

.main_menu li {
	display: inline-block;
	margin: 5px 3px;
}

.main_menu li a {
	text-decoration: none;
	color: #FFFFFF;
}

.main_menu li a:hover {
	color: #F8E48B;
}

#share_container {
	position: fixed;
	right: 0;
	width: auto;
	z-index: 10000;
}

.fb-like, .twitter-hashtag-button, .tumblr_share {
	position: relative;
	float: right;
	margin: 5px;
}

#___ytsubscribe_0 {
	margin: 3px !important;
	position: relative !important;
	float: right !important;
}

#main_wrapper {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

#main_container {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 400%;
	padding-bottom: 500px;
}

.main_container_click_thru {
	 pointer-events: none;
}

.section {
	position: relative;
	width: 100%;
	height: 25%;
}

#section01 {
	z-index: 100;
	background: url(images/baby_logo.png) no-repeat center center;
}

#section02 {
	text-align: center;
}

#section03 {
	background: url(images/twitter_bird.png) no-repeat center center;
}

#section04 {
	text-align: center;
}

#section05 {
	height: 8%;
	background: black;
}


/*------- Section 01 ---------- */

#packshot {
	position: relative;
	display: none;
	margin: 0 auto;
	top: 2%;
}

#packshot img {
	width: 100%;
	height: auto;
}

#scroll_down {
	right: 0;
	top: 390px;
	z-index: 20;
	position: absolute;
	width: 149px;
	height: 272px;
	background: url(images/loading_bg.png);
}

#load_gfx {
	background: url(images/loading.gif);
	background-position: right top;
	width: 100px;
	top: 30px;
	right: 10px;
	height: 185px;
	position: absolute;
}

.scroll_it {
	background-position: left top !important;
}

#pre_order a {
	top: 30px;
	left: 0px;
	position: absolute;
	background: url(images/pre_order.png);
	width: 300px;
	height: 134px;
	z-index: 100;
	display: block;
}

#sign_up_btn {
	background: url(images/sign-up.png);
	width: 148px;
	height: 200px;
	left: 50px;
	bottom: 100px;
	position: absolute;
	display: block;
	overflow: hidden;
	cursor: pointer;
}


/*------- Section 02 ---------- */

#record_wrapper {
	position: relative;
	margin: 0 auto;
	top: -7.5%;
	width: 74%;
	height: auto;
}

#record {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.spinner_outer_scrolled {
	height: 100% !important;
	top: 10% !important;
	left: 10% !important;
	width: 80% !important;
	position: absolute !important;
}

#spinner_outer {
	height: 90%;
	top: 5%;
	left: 20%;
	width: 50%;
	position: fixed;
	display: none;
}

#spindle {
	position: absolute;
	left: 49%;
	top: 48%;
	width: 3%;
	height: 3%;
	display: none;
}

#arm {
	position: absolute;
	width: 45%;
	height: 85%;
	right: -10%;
	top: 0%;
	z-index: 100;
}

#record_wrapper img, #spindle img, #arm img, #tour_book img {
	width: 100%;
	height: auto;
}


/*------- Section 03 ---------- */

#tweet_box {
	position: absolute;
	font-size: 20px;
	width: 100%;
	left: 0;
	height: 100%;
	color: #FFFFFF;
	overflow: visible;
	text-align: center;
}

#tweet_load {
	position: absolute;
	top: 40%;
	width: 50%;
	left:25%;
	font-size: 50px;
	text-align: center;
	color: #FFFFFF;
}

.tweet {
	position: absolute;
	display: none;
	margin: 15px;
	background: url(images/tweet_bg_new.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-bottom: 20px;
	font-family: "Courier", "Courier New", "monospace";
	color: #000000;
	font-size: 10px;
}

.tweet_header {
	position: relative;
	width: 100%;
	height: 20px;
}

.tweet_inner {
	margin: 20px;
}

.tweet a {
	text-decoration: none;
	color: #606060;
}

.tweet a:hover {
	color: #000000;
}

.tweet_time {
	float: left;
	margin-left: 10px;
}

.tweet_body {
	position: relative;
	font-size: 12px;
}

.tweet_retweets {
	float: right;
	margin-left: 10px;
}

.tweet_favourites {
	float: right;
}

#typewriter {
	position: absolute;
	right: 0;
}


/*------- Section 04 ---------- */

#tour_book {
	position: relative;
	top: 0%;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#tour_wrapper {
	position: absolute;
	top: 10%;
	width: 40%;
	height: 55%;
	overflow: auto;
	left: 53%;	
}

#tour_book img {
	width: 100%;
	height: auto;
}

#bit-events {
	font-family: 'Neuton', serif !important;
}

#bit-events a {
	text-decoration: none !important;
}

.bit-track-artist-header, .bit-rsvp  {
	display: none !important;
}

.bit-venue {
	color: #000000 !important;
}


/*------- Section 05 ---------- */

#sign_up {
	position: fixed;
	color: #FFFFFF;
	width: 100%;
	height: 50%;
	bottom: 0;
	z-index: -1;
}

#sign_up_inner {
	position: absolute;
	color: #FFFFFF;
	width: 80%;
	left: 10%;
	height: auto;
	bottom: 30px;
	text-align: center;
}

#form_wrapper {
	text-align: center;
}

.name {
	display: inline-block;
	margin: 10px;
}

#form_btn {
	margin: 10px;
}

#submitbutton {
	color:#FFFFFF;
	background-color: #666666;
	border:none;
	text-transform:uppercase;
	width: 200px;
	text-align: center;
	padding: 5px 0;
  }
  
.answertext {
	font-size:1em;
}

#form_wrapper a {
	color: #F8E48B;
	text-decoration: none;
}

#form_wrapper a:hover {
	color: #FFFFFF;
}

#form_errorloc ul {
	list-style: none;
}

.logo_icon {
	font-size: 30px;
	margin-top: 5px;
	font-family: 'Logo-Icons';
	color: #FFFFFF;
}

.logo_icon a {
	color: #FFFFFF;
	text-decoration: none;
}

.logo_icon a:hover {
	color: #909090;
	text-decoration: none;
}


#parlophone_logo {
	margin-top: 10px;
	font-size: 50px;
}

/* ---- Sound Cloud Player ---- */

#soundcloud {
	position: fixed;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background: url(images/black_07.png);
	color: #F8E48B;
	z-index: 100
}

#soundcloud a {
	font-size: 14px;
	text-decoration: none;
	color: #F8E48B;
}

#soundcloud h3 {
	margin: 0;
	padding: 0;
	top: 0;
	text-decoration: none;
	text-align: left;
	font-size: 20px;
	color: #FFFFFF;
}

.sc-artwork-list, .sc-info h4, .sc-info p, .sc-trackslist, .sc-info-toggle, .sc-volume-slider, .sc-waveform-container, .sc-info-close, h4 {
	display : none;
}

.sc-player {
	position: absolute;
	width: 96%;
	left: 2%;
	top: 10px;
	height: 45px
}

.sc-player .sc-info {
	font-size: 30px;
	position: relative;
}

.sc-info {
	display: none;
}

.sc-player .sc-controls {
	width: 70px;
	float: left;
	margin-top: 5px;
	text-align: left;
}

.sc-player .sc-time-span {
	background: #9d9d9d;
	height: 3px;
	position: absolute;
	left: 40px;
	right: 80px;
	bottom: 4px;
}

.sc-player .sc-buffer {
	background: #5e5e5e;
	position: absolute;
	height: 100%;
}

.sc-player .hidden {
	display: none;
}

.sc-player .sc-played {
	background:  #F8E48B;
	position: absolute;
	height: 100%;
}

.sc-player .sc-time-indicators {
	position: fixed;
	width: 70px;
	right: 0;
	font-size: 12px;
	bottom: 7px;
}

.sc-scrubber {
	bottom: 9px;
	position: fixed;
	left: 3%;
	right: 0px;
}

.sc-controls, .sc-time-indicators {
	position: fixed;
	bottom: 7px;
	text-transform: uppercase;
}

.sc-play:hover, .sc-pause:hover {
	color: #FFFFFF !important;
}

.sc-info {
	top: 0px;
}

.sc-player-engine-container {
	width: 0px !important;
	height: 0px !important;
	top: 9999px !important;
	left: 9999px !important;
	position: fixed;
	border: solid 0px #FFFFFF !important;
	z-index: -1000000000000 !important;
	filter: alpha(opacity=1);
}

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

	#header {
		height: 60px;
	}

	.navigation {
		position: relative;
		max-width: 400px;
		display: inline-block;
	}

	.menu_divider {
		display: none !important;
	}

	.twitter-hashtag-button {
		position: absolute;
		right: 0 !important;
	}

	.tumblr_share {
		float: right;
		position: absolute;
	}

	.fb-like {
		position: absolute;
		float: right;
		margin: 5px;
		top: 28px;
	}

	#___ytsubscribe_0 {
		position: relative;
		top: 28px;
		float: right;
	}

}