@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	font-family: "Helvetica Neue", Lato, Helvetica, Arial;

	font-size: 1em;
	background-color: #313131;
	color: #FFF;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#dz-root{
	opacity:0;
}

.deezer{
	transition: all ease-out 0.3s;
	position: fixed;
	background-position: 50% 15px;
	background-image: url('deezer.svg');
	background-repeat: no-repeat;
	background-size: 100px;
	height: 70px;
	bottom: 0px;
	margin-left: -61.5px;
	opacity: 1;
	text-align: center;
	font-size: 0.7em;
	display: inline-block;
	padding-top: 15px;
}

.deezer_hide{
	padding-top: 5px;
	background-position: 50% 52px;
	opacity: 0;
}

#deezer:hover{
	cursor: pointer;
}

@-webkit-keyframes loading {
    0% {transform: rotate(0deg);}
    20% {transform: rotate(90deg);}
    80% {transform: rotate(90deg);}
    100% {transform: rotate(180deg);}
}

@keyframes loading {
    0% {transform: rotate(0deg);}
    20% {transform: rotate(90deg);}
    80% {transform: rotate(90deg);}
    100% {transform: rotate(180deg);}
}

#loading{
	-webkit-animation: loading 0.5s linear infinite;
    animation: loading 0.5s linear infinite;
	position: absolute;
	background-position: center;
	background-image: url('loading.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	width: 100px;
	height: 100px;
	opacity: 1;
}

#background{
	transition:background-image ease 0.5s;
	position: fixed;
	width:100%;
	height:100%;
	top: 0px;
	background-color: #313131;
	background-size: 150%;
	background-position: 50%;
	-webkit-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter:url("data:image/svg+xml;utf8,<svg><defs><filter id='blur'><feGaussianBlur stdDeviation='30px' /></filter></defs></svg>#blur");
	filter: blur(30px);
}

#background_cache{
	transition:background-color linear 0.5s;
	top: 0px;
	position: fixed;
	width:100%;
	height:100%;
	background-color: #313131;
}

#container{
	position:relative;
	width: 100px;
	height: 100px;
	margin: 10px auto 10px;
}

#title{
	transition: margin ease-out 0.5s;
	font-family: Lobster;
	font-family: 'Dancing Script', cursive;
	position: relative;
	margin: 100px auto 0px;
	width: 100%;
	height: 42px;
	text-align: center;
	font-size: 2.2em;
	font-weight: 400;
	text-transform: capitalize;
}

#title_current{
	position:absolute;
	width: 100%;
	top: 0px;
	left:0px;
	opacity: 1;
}
#title_next{
	position:absolute;
	width: 100%;
	top: 0.8em;
	left:0px;
	opacity: 0;
}


#cover{
	transition:background-image ease 0.5s;
	position: absolute;
	width: 120px;
	height: 120px;
	/*border-radius: 50%;*/
	top: -10px;
	left: -10px;
	
}

#commands{
	transition: all linear 0.2s;
	position: absolute;
	background-position: center;
	background-image: url('commands_5.svg');
	background-repeat: no-repeat;
	background-size: 200px;
	width: 200px;
	height: 150px;
	top: -160px;
	left: -50px;
	opacity: 0;
	font-weight: 200;
	font-size: 0.8em;
	padding-top: 10px;
}

#commands_long{
	transition: all linear 0.2s;
	position: absolute;
	background-position: center;
	background-image: url('commands_long.svg');
	background-repeat: no-repeat;
	background-size: 200px;
	width: 200px;
	height: 150px;
	top: 180px;
	left: -50px;
	opacity: 0;
	padding-top: 125px;
	font-weight: 900;
	font-size: 0.8em;
}

#star{
	position: absolute;
	background-position: center;
	background-image: url('star.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	width: 100px;
	height: 100px;
	opacity: 1;
}

#lock{
	position: absolute;
	background-position: center;
	background-image: url('lock.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	width: 100px;
	height: 100px;
	opacity: 1;
}

.flow{
	transition:top ease-out 0.5s;
	position: absolute;
	background-position: center;
	background-image: url('flow_flow.svg');
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 100px;
	top:-100px;
	opacity: 1;
}

.flowing{
	top:0px;
}

.smart{
	transition:left ease-out 0.5s;
	position: absolute;
	background-position: center;
	background-image: url('smart_flow.svg');
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 100px;
	left:-100px;
}

.smarting{
	left:0px;
}

#grey{
	position: absolute;
	background-color: rgba(67, 67, 67, 0.5);
	width: 100px;
	height: 100px;
}

@-webkit-keyframes waving {
    from {left: 0px;}
    to {left: -76px;}
}

@keyframes waving {
    from {left: 0px;}
    to {left: -76px;}
}

@-webkit-keyframes pausing {
    from {left: 0px;}
    to {left: -100px;}
}

@keyframes pausing {
    from {left: 0px;}
    to {left: -100px;}
}
.water{
	position: absolute;
	background-image: url('water.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
	height: 100px;
	top:100px;
	opacity: 1;
}

.waving{
	-webkit-animation: waving 1s linear infinite; /* Chrome, Safari, Opera */
    animation: waving 1s linear infinite;
}
.pausing{
	-webkit-animation: pausing 1.5s linear; /* Chrome, Safari, Opera */
    animation: pausing 1.5s linear;
	background-image: url('water_pause.svg');
	left:-100px;
}

@-webkit-keyframes drop {
    from {top: -5px;}
    to {top: 35px;}
}

@keyframes drop {
    from {top: -5px;}
    to {top: 35px;}
}
.drop{
	position: absolute;
    background-image: url('drop.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
	height: 100px;
	opacity:0;
}

.falling{
	-webkit-animation: drop 0.6s ease-in infinite; 
    animation: drop 0.6s ease-in infinite;
    opacity:1;
}

.falling_fast{
	-webkit-animation: drop 0.2s ease-in infinite; 
    animation: drop 0.2s ease-in infinite;
    opacity:1;
}

#pause{
	position: absolute;
	background-position: center;
	background-image: url('pause.svg');
	top:-100px;
	background-repeat: no-repeat;
	background-color: rgba(67, 67, 67, 0.5);
	background-size: 70px;
	width: 100px;
	height: 100px;
	opacity: 0.9;
}

#play{
	transition:transform linear 0.1s, box-shadow linear 0.1s;
	background-color: #616161;
	overflow: hidden;
	position: absolute;
	width: 100px;
	height: 100px;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	border-radius:50px;
	clip-path: url(#round_clipping);
	-webkit-clip-path: url(#round_clipping);
	-moz-clip-path: url(#round_clipping);
}

.volume{
	transition: opacity linear 0.3s;
	position: absolute;
	background-position: 50% 10%;
	background-image: url('volume.svg');
	background-repeat: no-repeat;
	background-size: 100px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #373737;
	width: 100%;
	height: 100%;
	font-size: 10em;
	font-weight: 900;
	line-height: 110px;
	top: 0px;
	left: 0px;
	display: table;
	z-index: 2;
	opacity:0;
}

.volume_shown{
	opacity:1;
}

#volume_text{
	display: table-cell;
	vertical-align: middle;
}

@-webkit-keyframes seek {
    from {margin-left: -600px;}
    to {margin-left:100%;}
}

@keyframes seek {
  	from {margin-left: -600px;}
    to {margin-left:100%;}
}

.forward{
	transition:left ease 0.3s;
	position: absolute;
	background-position: center;
	background-image: url('foward.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	width: 100px;
	height: 100px;
	left:0px;
	
}

.forwarding{
    left:120px;
}

.backwarding{
	left:-120px; 
}


#track_title{
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
	position:relative;
	font-weight: 300;
	width: 100%;
	text-align: center;
	height: 22px;
	padding: 0px 10px;
}

#track_title_current{
	transition:border ease 0.2s;
	max-width: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
}
#track_title_next{
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 1em;
	left: 0em;
	opacity: 0;
	padding: 0px 10px;
}

#track_artist{
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
	position:relative;
	font-weight: 900;
	width: 100%;
	text-align: center;
	height: 22px;
	padding: 0px 10px;
}

#track_artist_current{
	transition:border ease 0.2s;
	position: relative;
	top: 0px;
	z-index: 1;
}
#track_artist_next{
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
	width: 100%;
	position: absolute;
	top: -1em;
	left: 0em;
	opacity: 0;
	padding: 0px 10px;
}

#track_artist_current:hover, #track_title_current:hover{
	cursor: pointer;
	border-bottom: 2px solid #FFF;
}
#track_time{
	transition:transform ease 0.3s;
	position:relative;
	font-weight: 700;
	font-size: 3em;
	width: 100%;
	text-align: center;
}