@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* body */
body {
	color: white;
	overflow: hidden;
	background: #ef8b80;
	font-family: "proxima-nova", "Lato", "Source Sans Pro", "Raleway", Arial, sans-serif;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	margin: 0;
}

/* Outline none */
*,
*:focus,
*:active {
	outline: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.svg path {
	fill: white;
}

h3 {
	cursor: default;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

p {
	cursor: default;
}

p.info-text {
	color: #b3b3b3;
	font-size: 10px;
}

.fa.add {
	position: relative;
}

.fa.add::after {
	background: #444444;
	border-radius: 100px;
	content: "";
	font-size: 10px;
	left: 2px;
	position: absolute;
	top: -1px;
	width: 10px;
	height: 11px;
}

#wrapper {
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.logo {
	position: absolute;
	top: 0;
	width: 300px;
}

#content-wrap {
	width: 225px;
	position: relative;
	z-index: 5;
}

#background {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	display: block;
	opacity: 0.5;
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	-ms-filter: blur(25px);
	-o-filter: blur(25px);
	filter: blur(25px);
	-webkit-transition: background-image 0.25s ease;
	-moz-transition: background-image 0.25s ease;
	-ms-transition: background-image 0.25s ease;
	-o-transition: background-image 0.25s ease;
	transition: background-image 0.25s ease;
	background-image: url("static/BASTE_logo_500x500.jpg");
	background-size: cover;
}

#song {
	text-align: center;
	width: calc(225px - 30px);
	margin: 0 auto;
}

#song .album,
#song .vinyl {
	position: relative;
	width: 100%;
	height: 100%;
}

#song .album img {
	width: 92.5%;
}

#song .album {
	-webkit-box-shadow: 0px 5px 25px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 5px 25px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 5px 25px rgba(50, 50, 50, 0.5);
}

#song .album-sleeve {
	position: absolute;
	z-index: 5;
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#song .vinyl {
	position: absolute;
	z-index: -5;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-ms-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
}
#song .vinyl.paused{
	left:0%;
}

#song .vinyl-cover {
	opacity: 0.9;
	position: absolute;
	z-index: 5;
	margin-top: -2px;
	border-radius: 50%;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4), inset 0 0px 1px rgba(0, 0, 0, 0.3),
		0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 2px rgba(0, 0, 0, 0.2),
		0 9px 4px rgba(0, 0, 0, 0.1), inset 0 2px 1px rgba(255, 255, 255, 0.6);
}

#song img.vinyl-cover {
	width: 29%;
}

#song p {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#song p.title {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 5px;
}

#song p.artist {
	font-size: 12px;
	margin: 0;
}

#audio-player {
	margin: 25px auto 15px;
}

#controls {
	color: white;
	display: table;
	margin: 10px auto 15px;
	text-align: center;
	width: 75%;
}

#controls span {
	display: table-cell;
	font-size: 20px;
	vertical-align: middle;
}

#controls span#play-btn {
	font-size: 34px;
}

#controls span i {
	cursor: pointer;
}

#sub-controls {
	cursor: default;
	font-size: 14px;
	margin: 15px 0 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#sub-controls .svg {
	height: 14px;
	position: relative;
	top: 2px;
	width: 14px;
}

#sub-controls .svg path {
	fill: #999999;
}

#sub-controls i,
#sub-controls .svg {
	cursor: pointer;
	margin: 0 15px;
}

#sub-controls i.active,
#sub-controls .svg.active {
	color: #e74c3c;
}

#timeline {
	position: relative;
	margin: 0 auto;
	width: 92.5%;
}

#timeline span {
	font-size: 12px;
	position: absolute;
	top: -15px;
}

#timeline span#current-time {
	left: 0;
}

#timeline span#total-time {
	right: 0;
}

#timeline .slider {
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
	height: 2px;
	position: relative;
	width: 100%;
}

#timeline .slider .progress {
	background-color: #e74c3c;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 0;
}

#timeline .slider .progress .pin {
	background-color: white;
	border-radius: 8px;
	height: 8px;
	position: absolute;
	pointer-events: all;
	right: -5px;
	top: -3px;
	width: 8px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
}

#timeline .slider .progress .pin:active {
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.socials {
	margin: 35px auto 15px;
	text-align: center;
}

.btn-social {
	display: inline-block;
	color: #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 24px;
	line-height: 55px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

.btn-social svg {
	fill: #fff;
	width: 24px;
}

/**************/
/* Animations */
/**************/
.rotate {
	animation: rotation 8s infinite linear;
	animation-fill-mode: forwards;
}

.paused {
	animation-play-state: paused;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

/**************/
/* Media calls */
/**************/
@media (max-width: 375px) {
	.logo {
		top: -75px;
	}

	#song .vinyl {
		left: 40%;
	}
}