@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700&subset=latin,latin-ext);
/* Developpement by Maxime Pagnoulle (MaxPag.eu) */

body 
{
	background:url('img/bg.jpg') no-repeat;
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size:12px;
	margin:0;
	overflow:hidden;
}

.BackgroundA
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: center;
	
	/*-webkit-filter: blur(60px);
	-moz-filter: blur(60px);
	-o-filter: blur(60px);
	-ms-filter: blur(60px);
	filter: blur(60px);*/
	
	z-index: 1;
	display: none;
}

.BackgroundB
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: center;
	
	/*-webkit-filter: blur(60px);
	-moz-filter: blur(60px);
	-o-filter: blur(60px);
	-ms-filter: blur(60px);
	filter: blur(60px);*/
	
	z-index: 2;
	display: none;
}

.ThePlayer
{
	position:absolute;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	height: 140px;
	top: 50%;
	margin-top: -0px;
	color: #000000;
	background-color: rgba(200, 200, 200, 0.6);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	z-index: 3;
}

.VU
{
	background-color: rgba(124, 124, 124, 0.15);
	width: 22px;
	height: 0px;
}

#V1
{
	position: absolute;
	bottom: 0;
	margin-left: 140px;
}

#V2
{
	position: absolute;
	bottom: 0;
	margin-left: 163px;
}

#V3
{
	position: absolute;
	bottom: 0;
	margin-left: 186px;
}

#V4
{
	position: absolute;
	bottom: 0;
	margin-left: 209px;
}

#V5
{
	position: absolute;
	bottom: 0;
	margin-left: 232px;
}

#V6
{
	position: absolute;
	bottom: 0;
	margin-left: 255px;
}

#V7
{
	position: absolute;
	bottom: 0;
	margin-left: 278px;
}

#V8
{
	position: absolute;
	bottom: 0;
	margin-left: 301px;
}

#V9
{
	position: absolute;
	bottom: 0;
	margin-left: 324px;
}

#V10
{
	position: absolute;
	bottom: 0;
	margin-left: 347px;
}

#V11
{
	position: absolute;
	bottom: 0;
	margin-left: 370px;
}

#V12
{
	position: absolute;
	bottom: 0;
	margin-left: 393px;
	width: 19px;
}

#V13
{
	position: absolute;
	bottom: 0;
	margin-left: 404px;
}

.CoverArea
{
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	/*-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;*/
	overflow:hidden;
}

.Cover
{
	position: absolute;
	top:0;
	width: 140px;
	height: 140px;
	background:url('img/NoCover.jpg');
	background-size: 140px 140px;
}

.CoverB
{
	position: absolute;
	top:0;
	width: 140px;
	height: 140px;
	background:url('img/NoCover.jpg');
	background-size: 140px 140px;
}

.CoverBlurry
{
	position: absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	width: 140px;
	height: 140px;
	background:url('img/NoCover.jpg');
	background-size: 140px 140px;
	filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: url('img/blur.svg#blur');
	overflow: hidden;
	background-repeat: no-repeat;
	display: none;
}

.CoverGlass
{
	position: absolute;
	top:0;
	width: 140px;
	height: 140px;
	z-index: 99;
	/*-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background-image: url('img/GlassCover.png');
	background-repeat: no-repeat;
	background-size: 120px 120px;*/
}

.Artist
{
	position:absolute;
	top:0;
	left: 150px;
	margin-top: 33px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 4px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=0);
	font-size:14px;
	z-index: 1;
	width: 245px;
	cursor: default;
	text-transform:uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Title
{
	position:absolute;
	top:0;
	left: 150px;
	margin-top: 58px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 4px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=0);
	font-size:14px;
	z-index: 1;
	width: 245px;
	cursor: default;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ControlBar
{
	position: absolute;
	top: 140px;
	left: 120px;
	width: 215px;
	height: 35px;
	background: transparent;
}

.ControlButton
{
	position:absolute;
	top: 0px;
	width: 140px;
	height: 140px;
	margin-left: 0px;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background-color: rgba(0, 0, 4, 0);
	/*-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;*/
	z-index: 999;
}

.ControlButton:hover
{
	background-color: rgba(70, 70, 70, 0.4);
}

.ControlButton img
{
	position:absolute;
	top: 50px;
	width: 40px;
	height: 40px;
	margin-left: 50px;
}

.SliderVolume
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#MuteButton
{
	position: absolute; 
	top: -30px; 
	left: 33px; 
	color: rgba(50,50,50, 0.6); 
	text-shadow: 0px 0px 1px #CCC;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#MuteButton:hover
{
	color: rgba(50,50,50, 1); 
}

.MenuRight
{
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 75px;
}

#FaceButton
{
	width: 24px;
	padding-top: 4px;
	padding-left: 4px;
	height: 24px;
	color: #FFF;
	background-color: rgba(59, 89, 152, 0.5);
	/*-webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;*/
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#FaceButton:hover
{
	background-color: rgba(59, 89, 152, 1);
}

#TwitterButton
{
	width: 24px;
	padding-top: 4px;
	padding-left: 4px;
	height: 24px;
	color: #FFF;
	background-color: rgba(0, 172, 237, 0.5);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#TwitterButton:hover
{
	background-color: rgba(0, 172, 237, 1);
}

#iTunesButton
{
	width: 24px;
	padding-top: 4px;
	padding-left: 4px;
	height: 24px;
	color: #FFF;
	background-color: rgba(234, 75, 190, 0.5);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#iTunesButton:hover
{
	background-color: rgba(234, 75, 190, 1);
}

.iTunesNaN
{
	background-color: rgba(125, 125, 125, 0.8) !important;
}

#SiteButton
{
	width: 24px;
	padding-top: 4px;
	padding-left: 4px;
	height: 24px;
	color: #FFF;
	/*background-color: rgba(84, 84, 84, 0.5);*/
	background-color: rgba(63, 149, 67, 0.5);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#SiteButton:hover
{
	/*background-color: rgba(84, 84, 84, 1);*/
	background-color: rgba(63, 149, 67, 1);
}

#LikeButton
{
	width: 22px;
	padding-top: 6px;
	padding-left: 6px;
	height: 22px;
	color: #FFF;
	background-color: rgba(203, 32, 39, 0.5);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	/*-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;*/
}

#LikeButton:hover
{
	background-color: rgba(203, 32, 39, 1);
}



#RestMenu
{
	width: 28px;
	height: 28px;
	background-color: rgba(180, 180, 180, 0.8);
	/*-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;*/
}

.Copyright
{
	position: fixed;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	height: 140px;
	top: 50%;
	margin-top: -00px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999 !important;
	display: none;
	/*-webkit-border-radius: 4px;
	border-radius: 4px;*/
}

.CopyrightLogo
{
	position: absolute;
	margin-left: 184px;
	margin-top: 25px;
}

.CopyrightTXT
{
	position:absolute;
	margin-top: 105px;
	margin-left: 115px;
	font-weight:bold;
	text-shadow: 0px 0px 2px #777;
    filter: dropshadow(color=#777, offx=0, offy=0);
}

.CopyrightTXT a
{
	color: #0d99e4;
	text-decoration:none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.CopyrightTXT a:hover
{
	color: #49b9ff;
}

.CopyrightClose
{
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 415px;
}

#VisualizerWrapper
{
	margin-left: 140px;
	opacity: 0.4;
}

/*! Hint.css - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block}.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}.hint:hover:before,.hint:hover:after,[data-hint]:hover:before,[data-hint]:hover:after{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap}.hint--top:before{border-top-color:#383838}.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-12px}.hint--top:after{margin-left:-18px}.hint--top:before,.hint--top:after{bottom:100%;left:50%}.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:before{margin-top:-12px}.hint--bottom:after{margin-left:-18px}.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:before,.hint--right:after{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:before,.hint--left:after{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before,.hint--left:focus:after,.hint--left:focus:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #193b4d}.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:after,.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:after,.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:before,.hint--no-animate:after{-webkit-transition-duration:0ms;-moz-transition-duration:0ms;transition-duration:0ms}.hint--bounce:before,.hint--bounce:after{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(0.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(0.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,.77,1.24)}