/*SIDE-CONTENT PLAYER*/

#player--wrapper {
	right: -50%; 
	width: 50%; 
	height: auto; 
	overflow: hidden;
	top: 0; 
	position: absolute; 
	display: inline-block;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
	height: 100%;
	z-index: 5200;
	position: fixed;
	
}

.player--wrapper.active {
	-webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

#player--holder {
	position: absolute; 
	width: 100%; 
	height: 100%;
	background: #e2003b; 
	position: absolute;
	right: 0;
}

#player-menu {
	width: 100%;
	position: absolute;
	top: 0;
	background: #e2003b; 
	z-index: 10;
}

#player-menu--holder {
	margin: 75px 20px 25px 20px; 
	border-bottom: 5px solid black; 
	padding-bottom: 18px;
	z-index: 10;

}

#player-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 70px;
	right: 0;
	margin: 0 20px;
	background: #e2003b;
}

.content-page {
	margin: 0;
	width: 100%;
	top: 0;
	right: -110%;
	bottom: 0;
	position: absolute;
	background: #fff;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.content-page.active {
	right: 0;
}

.album-cover {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 40;
	cursor: pointer;
}

#album-cover--monaco {
	background: url('../img/--backgrounds/darwin-haze--monaco-background.jpg');
	background-size: cover;

}

#album-cover--billys {
	background: url('../img/--backgrounds/mak-simay--archipelago--background.jpg');
	background-size: cover;
}

#album-cover--friday01 {
	background: url('../img/--backgrounds/friday01--background.jpg');
	background-size: cover;
}

#album-cover--friday02 {
	background: url('../img/--backgrounds/friday02--background.jpg');
	background-size: cover;
}

#album-cover--friday03 {
	background: url('../img/--backgrounds/friday03--background.jpg');
	background-size: cover;
	background-position: left center !important;
}


.album-circle {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.album-circle.active {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 8s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 8s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

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

#album-circle--monaco {
	background: url('../img/--covers/darwin-haze--monaco-cover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#album-circle--billys {
	background: url('../img/--covers/mak-simay--archipelago-cover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#album-circle--friday01 {
	background: url('../img/--covers/its-friday--01-cover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#album-circle--friday02 {
	background: url('../img/--covers/its-friday--02-cover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#album-circle--friday03 {
	background: url('../img/--covers/its-friday--03-cover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.player-name--holder {
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	margin: 100px 30px 0;
	z-index: 10;
	cursor: pointer;
}

.album-detail--holder {
	top: 15px;
	left: 25px;
	right: 15px;
	bottom: 150px;
	position: absolute;

}


.player-titles--holder {
	max-width: 65%;
	overflow: auto;
	top: 15px;
	bottom: 0;
	position: absolute;
	text-align: left;
	z-index: 10;
}

.cover-small--holder {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 25%;
	padding-left: 10px;
	cursor: pointer;
}

.cover-small--holder img {
	width: 100%;
}


.player-titles--holder ul {
	-webkit-padding-start: 30px;
}

.album-info--holder {
	position: absolute;
	bottom: 30px;
	z-index: 10;
	margin: 0 30px;
	max-width: 70%;
	left: 0;
}

.audio--player {
    position: absolute;
    z-index: 20;
    bottom: 100px;
    margin: 0 25px 0 20px;
    left: 0;
    right: 0;
    height: 16px;
}

.progress--out {
    width: 88%;
    height: 16px;
    border-right: 5px solid black;
    border-left: 5px solid black;
    position: relative;
    overflow: hidden;
    float:right;
}

.progress--in {     
    position:relative;
    height: 100%;
    bottom: 0px;
    width: 0px;
    background: black;
}

#time--monaco, #time--billys, #time--friday01, #time--friday02, #time--friday03 {
    position: absolute;
    padding: 1px 5px;
    font-size: 10px;
    font-family: 'Bluu-Bold', 'Times New Roman', Times, serif;
    background: transparent;
    color: white;
    right: 0px;
    bottom: 0px; 
}

.play_button {
    position:relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid black;
} 

.play, .pause {
	cursor: pointer;
}

.pause {
	margin-left: 8px;
	width: 3px;
	height: 16px;
	background: transparent;
	border-left: 4px solid black;
	border-right: 4px solid black;
}

.player--controls {
	width: 20%;
	float: left;
	top: 0;
	position: absolute;
	height: 16px;
	margin: 0;
	padding: 0;
}

.extras-holder {
    bottom: 0;
    top: 0px;
    left: 20px;
    position: absolute;
    right: 20px;
}

.extras-menu {
    top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.extras-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 20px;
	height: auto;
	overflow: auto;
	padding-bottom: 50px;
}

.download-log--holder {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow: auto;
	padding-bottom: 20px;
	background: #e2003b; 

}
.download--holder {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	padding-bottom: 20px;
	background: #fff; 

}

.album--name {
	position: absolute;
	top: 20px;
	left: 25px;
	right: 20px;
	height: auto;
}

.download--counter {
	padding: 0 50px;
	right: 0;
	left: 0;
	position: absolute;
	top: 300px;
}

.download--counter p {
	font-family: 'Bluu-Bold', 'Times New Roman', Times, serif;
	font-size: 65px;
	line-height: 0.85;
	text-transform: uppercase;
	text-align: center;
}

.download-detail--holder {
    bottom: 30px;
    position: absolute;
    left: 25px;
    right: 20px;
}

.download-detail--holder p {
	margin-top: 20px;
}

.download-empty {
    position: absolute;
    bottom: 60px;
    right: 25px;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background: #e2003b;
}

.download-empty p {
    top: 30px;
    position: absolute;
    max-width: 130px;
    text-align: center;
    left: 15px;
    color: white;
}

.empty {
	text-decoration: line-through;
}

#player-bottom {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #e2003b; 
}

.prev {
	cursor: pointer;
    width: auto;
    height: auto;
    position: absolute;
    top: 12px;
    margin: 0;
}

.prev:before {
	font-family: 'ryoku--font';
	content: "f";
}

.next {
	cursor: pointer;
    width: auto;
    height: auto;
    position: absolute;
    top: 12px;
    right: 0px;
    margin: 0;
}

.next:before {
	font-family: 'ryoku--font';
	content: "e";
}

#player-bottom--title {
	margin-top: 10px;
	cursor: pointer;
}

#bottom-title--holder {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 20px;
	right: 20px;
}

.background {
	background-repeat: no-repeat;
	background-position: center center;

}

@media
(max-width: 400px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 400px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (                max-resolution: 192dpi) and (max-width: 400px),
only screen and (                max-resolution: 2dppx)  and (max-width: 400px) {

	#player-bottom--title {
		margin-top: 0px;
		cursor: pointer;
	}

	.download-detail--holder {
	    display: none;
	}

	#menu--download, #menu--download-log {
		display: none;
	}

	.comma {
		display: none;
	}

	 .album-info {
		display: none;
	}

	.player-titles--holder {
		max-width: 100%;
		top: 100px;
		overflow: auto;
	}

	.audio--player {
		bottom: 20px;
		margin: 0 20px 0 15px;
	}

	.progress--out {
		width: 75%;
	}

	.pause {
		margin: 0 0 0 10px;
	}

	.album-detail--holder {
		bottom: 50px;
	}

	.cover-small--holder {
		left: 0 !important;
		padding-left: 0px;
	}


}


@media
(max-width: 850px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 850px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (                max-resolution: 192dpi) and (max-width: 850px),
only screen and (                max-resolution: 2dppx)  and (max-width: 850px) {

	#player--wrapper {
		right: -100%; 
		width: 100%; 
		height: auto; 
		overflow: hidden;
		top: 0; 
		position: absolute; 
		display: inline-block;
		-webkit-transition: 1s ease;
	    -moz-transition: 1s ease;
	    -o-transition: 1s ease;
	    transition: 1s ease;
		height: 100%;
		z-index: 5200;
		position: fixed;
	}
}