/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/html5-audio-player-with-playlist/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */
* {
    margin: 0;
    padding: 0;
}
#studio {margin-left: 0%; }
#ContactForm{
	float:left;
	border:none 5px black;
	background: #E9E9E9;
	padding: 15px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
	
}
#ContactForm a
{background: #444444;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;}

body {
   /* background-color: #aaa; */
}
header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#fff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    margin-bottom: 10px;
    position:relative;
}
header h2{
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
header a, a:visited {
    text-decoration:none;
    color:#fcfcfc;
}

/* HTML5 Audio player with playlist styles */
.example {
    margin: 10px auto 0;
    width: 100%;
	display:block;
}
.player {
    background: transparent url("../images/spr.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 235px;
    z-index: 2;
}
.title, .artist {
    font-family: verdana;
    left: 27px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: black;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: black;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url("../images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../data/cover1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls {
    cursor: pointer;
    height: 45px;
    left: 47px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent url("../images/spr.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -10px -172px;
}
.controls .pause {
    background-position: -10px -218px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -100px -171px;
}

.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 47px;
    position: absolute;
    top: 117px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 134px;
    width: 195px;
}
.ui-slider-range {
    background: transparent url("../images/spr.png") no-repeat scroll 5px -264px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #EEE;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 222px;
	height: 150px;
	overflow-y: scroll;
    z-index: 1;
}
.playlist li {
    color: #222222;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li.active {
    font-weight: bold;
}

/***************************************************************************/
.player_voix {
    background: transparent url("../images/spr1.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 235px;
    z-index: 2;
}
.title_voix, .artist_voix {
    font-family: verdana;
    left: 27px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title_voix {
    color: black;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist_voix {
    color: black;
    font-size: 12px;
    top: 40px;
}
.pl_voix {
    background: transparent url("../images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl_voix:hover {
    top: 21px;
}
.cover_voix {
    background: transparent url(../data/cover1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls_voix {
    cursor: pointer;
    height: 45px;
    left: 47px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls_voix .play_voix, .controls_voix .pause_voix, .controls_voix .rew_voix, .controls_voix .fwd_voix {
    background: transparent url("../images/spr.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls_voix .play_voix {
    background-position: -10px -172px;
}
.controls_voix .pause_voix {
     background-position: -10px -218px;
    display: none;
}
.controls_voix .rew_voix {
background-position: -54px -171px;}
.controls_voix .fwd_voix {
    background-position: -100px -171px;
}

.hidden {
    display: none;
}
.controls_voix .visible {
    display: block;
}
.volume_voix {
    height: 11px;
    left: 47px;
    position: absolute;
    top: 117px;
    width: 112px;
}
.tracker_voix {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 134px;
    width: 195px;
}
.ui-slider-range {
    background: transparent url("../images/spr.png") no-repeat scroll 5px -264px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume_voix .ui-slider-handle {
    background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist_voix {
    background-color: #EEE;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 222px;
	height: 150px;
	overflow-y: scroll;
    z-index: 1;
}
.playlist_voix li {
    color: #222;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist_voix li.active {
    font-weight: bold;
}
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
#studio{margin-left:7%;}
}
@media only screen and ( max-width: 767px) { 
#studio{margin-left:0%;}

}