html, body {
	background: url(../images/site/wood_bg.jpg);
	font-family: "Oswald";
	font-weight: 700;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	text-align: center;
	margin: 0;
}

a {
	text-decoration: none;
	color: #909090;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
	outline:0;
}

a:hover {
	color: #000000 !important;
	outline:0;
}

a:focus {
	outline:0;
}

.link_active a {
	color: #000000 !important;
}

#page_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

#header {
	position:fixed;
	width: 100%;
	height: 40px;
	display: block;
	color: #909090;
	background: rgba(255,255,255,0.9);
	text-align: center;
	z-index: 10000;
	top: 0;
	text-transform: uppercase;
}

#header a {
	color: #909090;
}

#header_Left {
	padding: 0;
	margin: 3px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 69px;
}

embed_logo {
	display: inline-block;
	margin: 0 auto;
}

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

#header_right {
	padding: 0;
	margin: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.open_overlay_btn {
	float: right;
	margin-right: 10px; 
}

#navigation {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
}

.menu_item {
	display: inline-block;
	margin: 10px;
	padding: 0;
}

#wrapper {
	position: absolute;
	width: 100%;
	height: 400%;
	display: block;
	top: 0;
	left: 0;
}

.page {
	height: 25%;
	width: 100%;
	display: block;
	position: relative;
	border-bottom: solid 1px #000000;
	
}

.next_prev {
	height: 50px;
	width: 50px;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	display: block;
	z-index: 100;
	cursor: pointer;
	opacity: 1;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-size: 100%;
}

.next_prev:hover {
	opacity: 0.7;
}

#prev_album {
	background-image: url(../images/site/arrow_prev.png);
	left:10px;
}

#next_album {
	background-image: url(../images/site/arrow_next.png);
	right: 10px;
}

#prev_timeline {
	background-image: url(../images/site/arrow_prev.png);
	left:10px;
}

#next_timeline {
	background-image: url(../images/site/arrow_next.png);
	right: 10px;
}

#album_load {
	width: 100%;
	position: absolute;
	height: 30px;
	text-align: center;
	top: 10%;
	font-size: 20px;
	z-index: 100;
}
#album_load_spinner {
	width: 40px;
	height: 40px;
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
	padding: 0;
	top: 0;
	background-image: url(../images/site/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* ------------ Browse Section ------------ */

.swiper-container {
	width: 100%;
	height: 25%;
	z-index: 100;
	top: 0;
	overflow: hidden;
	position: absolute;
	opacity: 0;
}

.swiper-wrapper {
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 20%;
}

.swiper-slide {
	text-align: center;
	height: 100%;
}

.swiper-slide img {
	vertical-align: middle;
	display: block;
	width: auto;
	background: #FFFFFF;
	/*
	max-width: 100%;
	max-height: 100%;
	*/
	height: 60%;
	border:10px solid #fff;
	position: relative;
	left: -10px;
	top: -10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,1);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
/*
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
*/
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
}

.swiper-slide-active img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
	z-index: 100;
}

.swiper-slide .inner {
	height: 100%;
	padding: 20px 20px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pagination {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 40px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	z-index: 20;
}

.swiper-pagination-switch {
	vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 4px;
}

.swiper-active-switch {
	background: #4f4f4f;
}

#play_album {
	position: absolute;
	z-index: 10;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	bottom: 70px;
	text-align: center;
	display: none;
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1000;
	background: #FFFFFF;
	border-radius: 20px;
}

/* ------------ Play section --------------- */

#album_tracks_wrapper {
	z-index: 100;
	background: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	padding: 0px;
	width: 320px;
	height: 100%;
	font-size: 12px;
	display: block;
	position: absolute;
	overflow: hidden;
}

#album_tracks {
	margin: 50px;
	margin-left: 20px;
	margin-right: 30px;
}

#play_album_title {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 25px;
}

#play_album_desc {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: 'Crimson', serif;
	font-weight: 400;
	line-height: 150%;
}

.track_title {
	text-transform: uppercase;
	color: #909090;
	cursor: pointer;
	font-size: 16px;
	display: block;
	line-height: 110%;
	margin-bottom: 7px;
}

.track_title:hover {
	color: #000000;
}

.active_track {
	color: #000000;
}

#buy_link {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
}

#record_player {
	position: absolute;
	height: 75%;
	display: block;
	width: 200%;
	left: -50%;
	top: 13%;
	background: url(../images/site/record_player.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}

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

#record {
	position: fixed;
	height: 100%;
	width: 50%;
	display: none;
	left: 50%;
	top: 17%;
	z-index: 10;
	overflow: hidden;
}

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

#record_label {
	position: absolute;
	width: 35%;
	height: 35%;
	top: 32.5%;
	left: 32.5%;
	display: block;
	overflow: hidden;
	border: 0;
	outline: 0;
}

.label_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 0;
	outline: 0;
}

#spindle {
	width: 3%;
	height: 3%;
	left: 48.5%;
	top: 48.5%;
	position: absolute;
	display: block;
	background: #000000;
	z-index: 100;
	border-radius: 50%;
}

.record_spin {
	position: absolute !important;
	top: 20% !important;
	-webkit-animation: rotating 1.8s linear infinite;
	-moz-animation: rotating 1.8s linear infinite;
	-ms-animation: rotating 1.8s linear infinite;
	animation: rotating 1.8s linear infinite;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#record_arm {
	overflow: hidden;
	z-index: 100;
	position: absolute;
	left: 50%;
	height: 100%;
	width: 100%;
	top: 0%;
	background: url(../images/site/record_arm.png);
	background-size: contain;
	background-repeat: no-repeat;

	-webkit-transform: rotate(-5deg);
	-moz-transform:    rotate(-5deg);
	-ms-transform:     rotate(-5deg);
	transform:         rotate(-5deg);
/*
	-webkit-transform-origin: 16.7% 28.25%;
	-moz-transform-origin:    16.7% 28.25%;
	-ms-transform-origin:     16.7% 28.25%;
*/
	-webkit-transform-origin: 35% 28%;
	-moz-transform-origin:    35% 28%;
	-ms-transform-origin:     35% 28%;
	transform-origin:         35% 28%;
}

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

/* ------------ Error Wrapper ------------ */

#error_overlay {
	position: fixed;
	left: 50%;
	height: 150px;
	top: 50%;
	width: 500px;
	margin-left: -250px; 
	margin-top: -75px; 
	text-align: center;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 1);
	text-transform: uppercase;
	z-index: 1000;
	display: none;
	
}

/* ------------ Buy Overlay ------------ */

.overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(255,255,255,0.8);
	position: fixed;
	display: none;
	text-transform: uppercase;
}

.overlay_inner {
	width: 50%;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 1);
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	height: auto;
	padding: 20px
}

#social_overlay_inner {
}

#signup_overlay {
}

#signup_overlay_inner {
	max-width: 600px;;
}

.overlay_close {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	right: 10px;
	top: 10px;
	background-image: url(../images/site/close_btn.png);
	background-size: 100%;
	cursor: pointer;
	opacity: 1;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 100;
}

.overlay_close:hover {
	opacity: 0.5;
}

.overlay_title {
	width: 100%;
	font-size: 50px;
	text-align: center;
	position: relative;
}

.overlay_container {
	width: 350px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 12px;
}

.overlay_header {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.buy_album_holder {
	width: 110px;
	height: 110px;
	border: solid 1px #909090;
	margin: 2px;
	overflow: hidden;
	float: left;
	display: inline-block;
	position: relative;
}

.buy_album_overlay {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	text-align: center;
	opacity: 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#buy_overlay_inner {
	width: 100%;
	max-width: 800px;
}

.buy_album_overlay_show {
	opacity: 1;
}

.buy_title {
	margin-top: 40px;
}

.buy_album_packshot {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.buy_album_packshot img {
	width: 100%;
	height: auto;
}

#buy_boxset_img img {
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #909090;
}

.buy_shop_link {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.embed_copy {
	font-family: 'Crimson', serif;
	font-weight: 400;
	text-transform: none;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.embed_code {
	width: 80%;
	height: 60px;
	text-align: center;
	font-family: monospace;
	margin: 10px auto;
	padding: 10px;
	position: relative;
	display: block;
	border: solid 1px #909090;
	resize: none;
	border-radius: 10px;
}

.embed_code:focus {
	outline: 0;
}

/*------------- Topspin -------------- */

#sign_up_header {
	position: relative;
	display: block;
}

#topspin {
	width: 80%;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.e4mContainer {
	position: relative;
	display: block;
}

#ts-e4m {
	text-align: center;
}

#ts-e4m form {
	position: relative;
}

#email {
	display: block;
	height: 40px;
	width: 90%;
	background: #FFFFFF;
	border-radius: 6px;
	border: solid 1px #909090;
	color:#000000;
	margin: 20px auto;
	text-align: left;
	font-size: 1.2em;
	text-align: center;
}

.button {
	display: block;
	width: 90%;
	border-radius: 6px;
	height: 42px;
	border: none;
	cursor:pointer;
	color:#fff;
	top: 0px;
	z-index: 20;
	font-size: 1.1em; /* 20.5 */
	font-family: Helvetica;
	background: #FF0000;
	margin: 20px auto;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}

.button:hover {
	color: #ffffff;
	opacity: 0.8;
}

#message h2 {
	color: #777777;
	text-align: center;
	line-height:63px;
	font-size: 18px;
	font-family: Helvetica;
}
					
.clear-me {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

.Hidden {
	visibility: hidden;
}


/* ------------- Timeline -------------- */

.timeline-container {
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	overflow: hidden;
	position: absolute;
	font-family: 'Crimson', serif;
	font-weight: 400;
	line-height: 200%;
}

.timeline-wrapper {
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 0;
}

.timeline-slide {
	text-align: center;
	height: 100%;
	float: left;
	font-size: 20px;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.static_slide {
	text-align: center;
	height: 100%;
	float: left;
	font-size: 20px;
	background-position: center center;
	background-size: contain !important;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.timeline_pagination {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 40px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	z-index: 20;
}

.timeline-pagination-switch {
	vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 4px;
}

.timeline_quote {
	color: #FFFFFF;
	width: 60%;
	top: 65%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	height: 150px;
	line-height: 120%;
	font-family: "Oswald";
}

.embed_timeline .timeline_quote {
	top: 250px !important;
	left: 5%;
	position: absolute;
	line-height: 100%;
}

.timeline_quote_mark {
	width: 63px;
	height: 45px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	opacity: 0.9;
}

.qml {
	background: url(../images/site/quote_marks.png) left top;
	left: 0;
}

.qmr {
	background: url(../images/site/quote_marks.png) right top;
	right: 0;
}

.timeline_quote_words {
	left: 75px;
	right: 75px;
	display: block;
	position: absolute;
	height: auto;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	font-weight: 700;
	text-transform: uppercase;
}

.timeline_quote_name {
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
}

.timeline_words {
	width: 100%;
	height: 100%;
	background: #FFFFFF;;
	position: absolute;
	top: 0px;
	text-align: center;
}

.timeline_words_inner {
	width: 50%;
	position: relative;
	top: 40%;
	margin: 20px auto;
}

.timeline_pagination .swiper-pagination-switch {
	background: #d1d1d1;
}

.timeline_pagination .swiper-active-switch {
	background: #707070;
}

/* --------------- Embed Code ---------------- */

#embed {
	position: absolute;
	width: 498px;
	height: 478px;
	display: block;
	overflow: hidden;
}

#embed_tracks_wrapper {
	z-index: 100;
	background: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	padding: 0px;
	width: 250px;
	height: 100%;
	font-size: 12px;
	display: block;
	position: absolute;
	overflow: hidden;
}

.embed_timeline .timeline_quote {
	top: 260px !important;
	left: 5%;
	position: absolute;
	line-height: 120%;
}

.embed_timeline .timeline_words_inner {
	top: 35%;
}

/* --------------- Feed Wall ---------------- */

#scroll_stop {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top:40px; 
	right: 0;
	opacity: 0.1;
	background: #FFFFFF;
	z-index: 100000;
}

#loading {
	width: 100%;
	position: absolute;
	bottom: 30px;
	height: 50px;
	background: #FFFFFF;
	text-align: center;
	z-index: 100;
	padding-top: 20px;
	font-size: 20px;
}

#load_control {
	width: 100%;
	position: relative;
	height: 50px;
	background: #FFFFFF;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#tweet_wrapper_outer {
	background:#FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	position: absolute;
	display: block;
	overflow: auto;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

#tweet_wrapper {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#hash_tag {
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 20px;
	position: relative;
	text-align: center;
	margin: 0 10%;
	color: #000000;
	text-transform: uppercase;
}

.tweet_outer {
	position: relative;
	height: 500px;
	width: 25%;
	overflow: hidden;
	text-transform: uppercase;
	background: #FFFFFF;
	display: inline-block;
	margin-top: -4px;
}

.tweet_inner {
	position: absolute;
	display: none;
	height: 98%;
	width: 98%;
	margin: 1%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.tweet_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.90);
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tweet_overlay_show {
	opacity: 1;
}

.user_id {
	font-size: 20px;
	position: relative;
	width: 100%;
	margin-top: 10%;
	text-transform: uppercase;
	color: #000000;
}

.user_pic {
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	border: solid 5px #FFFFFF;
}

.user_pic img {
	width: 100%;
	height: auto;
}

.date {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-family: 'Crimson', serif;
	font-weight: 400;
}

.user_text {
	font-size: 25px;
	position: relative;
	width: 90%;
	margin: 5% auto;
	text-align: center;
	line-height: 100%;
	word-wrap: break-word;
}

.user_media {
	display: block;
	width: 100%;
	height: auto;
	background-size: cover !important;
	background-position: center center !important;
	overflow: hidden;
}

.user_media img {
	width: 100%;
	height: auto;
}

.mejs-controls {
	display: block !important;
	width: 100% !important;
}

/* ------------ Footer ------------ */

#footer {
	height: 40px;
	width: 100%;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
	background: #FFFFFF;
	text-transform: uppercase;
}

.jp-audio {
	left: 0;
	right: 5px;
	height: 40px;
	position: absolute;
}

#playing_track_title {
	position: absolute;
	left: 115px;
	margin-top: 4px;
	height: 15px;
	right: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jp-controls-holder {
	width:100px;
	left: 0;
	position: relative;
	overflow:hidden;
	top: 0px;
	margin: 5px;
}

.jp-controls {
	padding:0;
	margin: 0;
}

div.jp-audio ul.jp-controls {
	width: 110px;
	margin: 0;
	padding: 0;
}

.jp-controls li {
	display:inline;
	float: left;
	margin-right: 5px;
}

ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-play, a.jp-pause, a.jp-stop, a.jp-previous, a.jp-next	{
	width:30px;
	height:30px;
	overflow: hidden;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline:none;
}

a.jp-play {
	background: url("../images/site/player_btns.png") -30px 0 no-repeat;
	background-size: 400%;
}

a.jp-play:hover {
	background: url("../images/site/player_btns.png") -30px -30px no-repeat;
	background-size: 400%;
}

a.jp-pause {
	background: url("../images/site/player_btns.png") -60px 0 no-repeat;
	display: none;
	background-size: 400%;
}

a.jp-pause:hover {
	background: url("../images/site/player_btns.png") -60px -30px no-repeat;
	background-size: 400%;
}

a.jp-previous {
	background: url("../images/site/player_btns.png") 0 0 no-repeat;
	background-size: 400%;
}

a.jp-previous:hover {
	background: url("../images/site/player_btns.png") 0 -30px no-repeat;
	background-size: 400%;
}

a.jp-next {
	background: url("../images/site/player_btns.png") -90px 0 no-repeat;
	background-size: 400%;
}

a.jp-next:hover {
	background: url("../images/site/player_btns.png") -90px -30px no-repeat;
	background-size: 400%;
}

/* @group progress bar */

.jp-progress {
	left: 115px;
	position: absolute;
	right: 10px;
	margin-top: 22px;
	height: 3px;
	overflow: hidden;
	background-color: #909090;
}

.jp-seek-bar {
	background: #DDDDDD;
	width:0px;
	height:100%;
	cursor: pointer;
}

.jp-play-bar {
	background: #000000 ;
	width:0px;
	height:100%;
}

.jp-seeking-bg {
	background: url("../images/site/seeking.gif");
}

.jp-duration {
	position: absolute;
	width: 35px;
	right: 10px;
	text-align: right;
	margin-top: 4px;
	overflow: hidden;
}

#format_box {
	position: absolute;
	text-align: center;
	right: 10px;
	width: 60px;
	display: none;
}

#format_title {
	font-size: 15px;
	height: 20px;
}

.format_btn {
	font-size: 12px;
	margin: 0 2px;
	cursor: pointer;
	color: #909090;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.format_active {
	color: #000000;
}

.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top: 1px solid #009be3;
}

div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
	border-top:none;
}

div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-details li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}

div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}

span.jp-artist {
	font-size:.8em;
	color:#666;
}

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

#header, .menu_item {
	font-size: 12px;
}

#header_Left {
	display: none;
}

#header_right {
	margin: 11px 4px;
}

#navigation {
	left: 10px;
}

.menu_item {
	margin: 11px 4px;
	float: left;
}

.next_prev {
	height: 40px;
	width: 40px;
	top: 50%;
	margin-top: -20px;
	background-size: 100%;
}

#prev_timeline {
	background-size: 100%;
}

#next_timeline {
	background-size: 100%;
}

#prev_album {
	background-size: 100%;
}

#next_album {
	background-size: 100%;
}

.jp-audio {
	left: 0;
	right: 0;
}

#format_box {
	display: none;
}


/* --------------- Play ---------------- */

#album_tracks {
	margin: 50px;
	margin-left: 10px;
	margin-right: 30px;
}

#play_album_title {
	margin-bottom: 0px;
	font-size: 15px;
}

#play_album_desc {
	font-size: 16px;
	margin-bottom: 10px;
}

#buy_link {
	font-size: 20px;
}

/* --------------- Browse ---------------- */

#play_album {
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 100px;
	font-size: 30px;
	border-radius: 10px;
}


/* --------------- Timeline ---------------- */

.timeline-slide {
	font-size: 16px;
	line-height: 130%;
}

.timeline_quote {
	width: 90%;
	top: 35%;
}

.timeline_quote_mark {
	width: 30px;
	height: 45px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	opacity: 0.9;
}

.timeline_quote_words {
	left: 45px;
	right: 45px;
}

.timeline_words {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	bottom: 0px;
	top:0;
	text-align: center;
}

.timeline_words_inner {
	position: relative;
	width: 70%;
	top: 10%;
}

.timeline_pagination {
	display: none !important;
	bottom: 40px;
}

/* --------------- Feed Wall ---------------- */

.tweet_outer {
	width: 50%;
}

.user_pic {
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	border: solid 3px #FFFFFF;
}

.user_text {
	font-size: 15px;
}

/* --------------- Overlay ---------------- */

.overlay {
	overflow: auto;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	background: rgba(255,255,255,0.95);
}

.overlay_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	top: 300px;
	padding-top:0;
	opacity: 0;
}

#social_overlay_inner {
	width: 100%;
	padding-top: 20px;
}

#signup_overlay_inner {
	width: 100%;
	padding-top: 100px;
}

.overlay_title {
	width: 100%;
	font-size: 30px;
}

.overlay_container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.overlay_header {
	font-size: 16px;
	text-align: center;
	margin: 5px;
}

.buy_album_holder {
	width: 140px;
	height: 140px;
	border: 0;
	margin: 0px;
	overflow: hidden;
	float: none;
	margin-bottom: -5px;
	display: inline-block;
	position: relative;
}

.buy_album_overlay_show {
	opacity: 1;
}

.buy_album_packshot img {
	width: 100%;
	height: auto;
}

#buy_boxset_img img {
	width: 90%;
}

.embed_copy {
	font-size: 14px;
	width: 100%;
}

.embed_code {
	width: 80%;
	height: 120px;
}

#email {
	display: block;
	height: 40px;
	width: 90%;
	background: #FFFFFF;
}

.button {
	width: 100%;
}

}

/* dirty hack for I.E 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	#format_box {display:none;}
	.jp-audio {left: 0; right: 0;} 
}