@import '../css/real-world.css';

@font-face {
        font-family: "Avenir";
        src: url('http://s3-eu-west-1.amazonaws.com/goom-common/toolbar/sncf/font/avenirltstd-light-webfont.eot');
        src: url('http://s3-eu-west-1.amazonaws.com/goom-common/toolbar/sncf/font/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://s3-eu-west-1.amazonaws.com/goom-common/toolbar/sncf/font/avenirltstd-light-webfont.svg#Avenir LT 35 Light') format('svg'),
        url('http://s3-eu-west-1.amazonaws.com/goom-common/toolbar/sncf/font/avenirltstd-light-webfont.woff') format('woff'),
        url('http://s3-eu-west-1.amazonaws.com/goom-common/toolbar/sncf/font/avenirltstd-light-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
 input {outline: none;}


#goomplayer {
	background: #efefef;
    height: 322px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 602px;
    border: 0px solid #999999;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


#SNCFLARADIOtext {
    background-color: #F6F6F6;
    
    font-size: 13px;
    font-weight: bold;
    height: 39px;
    left: 10px;
    border-bottom:1px solid #e2e2e2;
    border:0;
    padding-left: 5px;
    position: absolute;
    text-align: left;
    top: 12px;
    width: 597px;
    z-index: 40;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.controls{
  float: left;
    height: 31px;
    margin: 0 0 0 77px;
    padding-top: 5px;
    width: 3px;
}

.btn {
    border-radius: 4px;
    border: 0;
    margin: 0 10px 10px 0;
}

.btn-play{
    
  	background-color: #EFEFEF;
    background-image: url("../images/play_on.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top:0;
    border-bottom:0;
    border-style:solid;
    height: 67px;
    left: 478px;
    position: absolute;
    top: 42px;
    width: 60px;
    z-index: 20;
    box-shadow:none;



}
  
.btn-play:hover{
   background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top,  #efefef 0%, #efefef 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(99%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#efefef 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#efefef 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#efefef 99%); /* W3C */
  background-image:url('../images/play-hover.png');
  background-repeat:no-repeat;
  background-position:center; 
  cursor: pointer;




}

.btn-stop{

  	background-color: #EFEFEF;
    background-image: url("../images/PauseIcon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top:0;
    border-bottom:0;
    border-style:solid;
    height: 67px;
    left: 478px;
    position: absolute;
    top: 42px;
    width: 60px;
    z-index: 20;
}
  
.btn-stop:hover{
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top,  #efefef 0%, #b60e1b 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(99%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#efefef 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#efefef 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#efefef 99%); /* W3C */
  background-image:url('../images/pause-hover.png');
  background-repeat:no-repeat;
  background-position:center; 
  cursor: pointer;
}

.btn-volume{
	background-color: #EFEFEF;
    background-image: url("../images/VolumeIcon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-style:none;
    height: 67px;
    left: 540px;
    position: absolute;
    top: 42px;
    width: 60px;
    z-index: 20;
}

.btn-volume:hover{
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top,  #efefef 0%, #efefef 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(99%,#b60e1b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#efefef 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#efefef 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#efefef 99%); /* W3C */
  background-image:url('../images/VolumeIcon_hover.png');
  background-repeat:no-repeat;
  background-position:center; 
  cursor: pointer;
}

.btn-volume:hover + #slidergoom{
  visibility:visible;
  opacity:1;
  transition-delay:0s;


}

    .btn-fb{
      background: url('../images/fb.png') 0 0 no-repeat transparent;
      width: 20px;
      height: 23px;
      padding: 0 0 0 30px;
      margin-top: 4px;
      margin-left:-31px;
      float: left;
      border: none;
      cursor: pointer;
      }

    .btn-fb:active{
      background: url('../images/fb.png') 0 0 no-repeat transparent;
      }
    
      .btn-tw{
        background: url('../images/twitter.png') 0 0 no-repeat transparent;
        width: 20px;
        height: 23px;
        padding: 0 0 0 30px;
        margin-top: 4px;
        margin-left:5px;
        float: left;
        border: none;
        cursor: pointer;
        }

      .btn-tw:active{
        background: url('../images/twitter.png') 0 0 no-repeat transparent;
        }
    
      






    .caHover{
        background: url('../images/bg_ca.png') 0 0 no-repeat transparent;
      height: 120px;
      width: 117px;
      margin: 122px 0px 0px 26px;
      z-index: -10;
      position:fixed;
      display: none;
      bottom:24px;
      }



.artworkBig{
        height: 101px;
      width: 101px;
      float: left;
      padding: 0px 1px 2px 9px;
      margin-top: 7px;
      z-index: 20;
      }
    




.artwork{
   	height: 70px;
    left: 0px;
    position: absolute;
    top: 109px;
    width: 70px;
    z-index: 9;

}
  
  .artworksmall{
      height: 53px;
    width: 53px;
    float: left;
    margin-left: 4px;
    border-radiu: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    z-index:500;
    position:relative;
    bottom:0;
    }

.info{
 background-color: #EFEFEF;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    height: 69px;
    left: 0;
    position: absolute;
    top: 109px;
    width: 602px;
    z-index: 8;
  }
  
  
  .enlarge-info{
      float: left;
    padding-top: 3px;
    margin-left:6px;
    width:160px;
    z-index:500;
    position:absolute;
    display:none;
    overflow:hidden;

    }
  
  
  
  .picture{
      float: left;
    padding-top: 3px;
    margin-left:6px;
    width:360px;
    z-index:500;
    position:relative;
    overflow:hidden;

    }
  
.marquee {
  	color: #d71d77;
    font-size: 16px;
    font-weight: 400;
    height: 64px;
    left: 89px;
    position: absolute;
    text-align: left;
    top: 14px;
    width: 400px;
    z-index: 10;
}

.loading {
  display: none;
  width:200px;
  overflow: hidden;
  position:fixed;
  padding-left:7px;
  margin-left: 160px ;
  margin-top:-4px;
}


.marquee .artist:hover {
   -moz-animation-play-state: paused;
   }  
.marquee .artist:hover {
   -webkit-animation-play-state: paused;
   }


  
.enlarge:hover{
  cursor: pointer;
  }
  
.Nextartist{
  display: none;
}

.Nexttrack{
  display: none;
}

#goomplayer .info .controls .slider .social{
    float: left;
  height: 14px;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  padding-top: 11px;
  }
  
#goomplayer .info .slider .social{
    padding-left: 10px;
  }
  
#goomplayer .info .marquee .artist {
    height: 20px;
    margin-bottom: -6px;
    margin-top: 0px;
    width: 350px;
    font-size:15px;
}

 #goomplayer .info .marquee .track {
    height: 20px;
    margin-bottom: -10px;
    margin-top: 11px;
    width: 350px;
    font-size:15px;
    font-weight:600;
}

  
  .vText{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black; 
    margin: 0;
    padding-top: 12px;
    float: left;
    }



/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

#goomplayer .socialshare {
  bottom: 31px;
  height: 20px;
    margin: auto;
    position: absolute;
    right: 310px;
    text-align: center;
    width: 200px;
    display:none;
    z-index:999;
}

#goomplayer .socialshare input[type="checkbox"]{display:none;}

#goomplayer .socialshare .checkbox:checked + .label{
  color:#1e398d;
}

#goomplayer .socialshare .checkbox:checked ~ .social {
  opacity:1;
  margin-left:-48px;
  -webkit-transform: scale(1) translateY(-104px);
  -moz-transform:scale(1) translateY(-104px);
  -o-transform:scale(1) translateY(-104px);
  transform:scale(1) translateY(-104px);
    -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;

}

#goomplayer .socialshare .label {
  font-size:25px;
  cursor:pointer;
  margin:-2px;
  padding:7px 10px;
  color:#FFFFFF;
  border-left:1px solid #e01323;
  width: 130px;
  border-right:1px solid #e01323;
  font-weight:normal;
}

#goomplayer .socialshare .label:hover{
  font-size:25px;
  cursor:pointer;
  margin:-2px;
  padding:7px 10px;
  color:#ebebeb;
  border-left:1px solid #e01323;
  width: 130px;
  border-right:1px solid #e01323;
background: #df1323; /* Old browsers */
background: -moz-linear-gradient(top,  #df1323 0%, #b60e1b 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df1323), color-stop(99%,#b60e1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #df1323 0%,#b60e1b 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #df1323 0%,#b60e1b 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #df1323 0%,#b60e1b 99%); /* IE10+ */
background: linear-gradient(to bottom,  #df1323 0%,#b60e1b 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1323', endColorstr='#b60e1b',GradientType=0 ); /* IE6-9 */

}


#goomplayer .social {
  transform-origin:30% 0%;  
  -webkit-transform: scale(0) translateY(-190px);
  -moz-transform:scale(0) translateY(-190px);
  -o-transform:scale(0) translateY(-190px);
  transform:scale(0) translateY(-190px);
  
  opacity:0;
}
.social ul {
  position:relative;
  left:0;
  right:0;
  margin:auto;
  color:#fff;
  height:46px;
  width:120px;
  background:#3B5998;
  padding:0;
  list-style:none;
  border-radius:4px;
}

.social ul li {
  font-size:20px;
  
  cursor:pointer;
  width:60px;
  margin:0;
  padding:12px 0;
  text-align:center;
  line-height:20px;
  float:left;
  display:block;
  height:22px;
  box-shadow:inset 0 5px 10px rgba(255,255,255,.12);}

.social ul li:hover {color:rgba(0,0,0,.5);}

.social ul:after {
  content:'';
  display:block;
  position:absolute;
  left:0;
  right:0;
  margin:346px auto;
  height:0;
  width:0;
  
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #3B5998;
}

.social li[class*="twitter"] {background:#6CDFEA;padding:12px 0;border-top-left-radius:4px;
border-bottom-left-radius:4px;}
.social li[class*="gplus"] {background:#E34429;padding:12px 0;border-top-right-radius:4px;
border-bottom-right-radius:4px;}


      .background-graphic{
      background: url('../images/metabg.png');
      float: left;
      margin: 6px 20px 0px 180px; 
      padding: 0;
      left: 26px;
      bottom: 2px;
      z-index: 88888;
      position: absolute;
      z-index:1;
      }



.logoplayer{
    display:none;
}

.logoplayer img{
    float: left;
    height: 46px;
    left: 8px;
    margin-left: 22px;
    top:3px;
    padding: 0;
    position: relative;

    
  
}

.mainplayerlogo{
   opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;

}

      
          .metabg{
              float: left;
              display:none;
              margin: 4px 20px 0px -171px; 
              padding: 0;
              left: -30px;
              bottom: 2px;
              z-index: 1;
              position: relative;
              }

.btn-mute{
background-color: transparent;
    background-image: url("../images/btn-mute.png");
    border: medium none;
    float: left;
    height: 50px;
    margin-top: -50px;
    position: absolute;
    width: 54px;
    z-index: 99999;


}

.btn-mute:active{
background-color: transparent;
    background-image: url("../images/btn-mute.png");
    border: medium none;
    float: left;
    height: 50px;
    margin-top: -50px;
    position: absolute;
    width: 54px;
    z-index: 99999;

}


#slidergoom{
	  background-color: #9e9d9e;
    border-radius: 4px 4px 4px 4px;
    border-style: inherit;
    float: left;
    height: 78px;
    top: 93px;
    position: absolute;
    right: 26px;
    width: 13px;
    z-index: 100000000;
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}

#slidergoom:hover{	

      visibility:visible;
  opacity:1;
  transition-delay:0s;
    display: block;

}

.tooltip {
  position: absolute;
  display: block;
  top: -25px;
  width: 35px;
  height: 20px;
  color: #fff;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif ;
  border-radius: 3px;
  border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}


#slidergoom2{
	  background-color: #9e9d9e;
    border-radius: 4px 4px 4px 4px;
    border-style: inherit;
    float: left;
    height: 78px;
    top: -17px;
    position: absolute;
    right: 26px;
    width: 13px;
    z-index: 100000000;
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}

#slidergoom2:hover{	

      visibility:visible;
  opacity:1;
  transition-delay:0s;
    display: block;

}

.tooltip2 {
  position: absolute;
  display: block;
  top: -25px;
  width: 35px;
  height: 20px;
  color: #fff;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif ;
  border-radius: 3px;
  border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-handle {
left: -3px;
}


.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}


/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

#goomplayer .radiolist {
   display:none;
}

#goomplayer .radiolist input[type="checkbox"]{display:none;}

#goomplayer .radiolist .checkbox:checked + .label{
  color:#1e398d;
  content:&#59236;
}

#goomplayer .radiolist .checkbox:checked ~ #listofradio {
  opacity:1;
  -webkit-transform: scale(1) translateY(-102px);
  -moz-transform:scale(1) translateY(-102px);
  -o-transform:scale(1) translateY(-102px);
  transform:scale(1) translateY(-102px);
    -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

#goomplayer .radiolist .label {
  font-size:25px;
  cursor:pointer;
  margin: -28px 1px 1px 124px;
  padding:5px 10px;
  border-radius:10%;
  color:#FFFFFF;
  font-family:entypo;
}

#goomplayer .radiolist .label:hover {
  font-size:25px;
  cursor:pointer;
  margin: -28px 1px 1px 124px;
  padding:5px 10px;
  border-radius:10%;
  font-family:entypo;
  color:#000000;
}

#region{
    -webkit-appearance:none;
    -moz-appearance: none;
    background:url(../images/bg_select.png) no-repeat 0 0 #f6f6f6;
    border-left:1px solid #D7D7D7;
    border-style:none none none solid;
    border-width:medium medium medium 1px;
    color: #6D6D6D;
    font-family: "Avenir";
    font-size: 15px;
    font-weight: normal;
    border-radius:0;
    height: 41px;
    left: 177px;
    margin-left: 134px;
    padding: 10px 10px;
    position: absolute;
    top: 10px;
    width: 301px;
    z-index: 150;
    border-top-right-radius: 6px;
}


#goomplayer #listofradio {
  transform-origin:50% 0%;  
  -webkit-transform: scale(0) translateY(-190px);
  -moz-transform:scale(0) translateY(-190px);
  -o-transform:scale(0) translateY(-190px);
  transform:scale(0) translateY(-190px);
  height:20px;
  opacity:0;
}
#listofradio ul {
  position:relative;
  left:-81px;
  right:0;
  margin:auto;
  color:#fff;
  height:237px;
  width:248px;
  background: #DF1323; 
  padding:0;
  list-style:none;
  border-radius:4px;
  bottom:199px;
  
}

#listofradio ul:after { 
  top: 99%; 
  border: 
  solid transparent; 
  content: " "; 
  height: 0; 
  width: 0; 
  position: 
  absolute; 
  pointer-events: none; }

#listofradio ul:after {
 border-color: rgba(248, 255, 189, 0); 
 border-top-color: #D92A2C; 
 border-width: 9px; 
 left: 93%; 
 margin-left: -14px;

}

#listofradio ul li {
  font-size:20px;  
  cursor:pointer;
  width:248px;
  margin:0;
  padding:12px 0;
  text-align:center;
  float:inherit;
  display:block;
  height:51px;
  box-shadow:inset 0 5px 10px rgba(255,255,255,.12);}

#listofradio ul li:hover {color:rgba(0,0,0,.5);}



#listofradio li[class*="virgin"] {padding:14px 0;border-top-left-radius:4px;
border-bottom-left-radius:0px;border-bottom:1px solid #AF0516;}
#listofradio li:hover[class*="virgin"] {background-color:#d01423;padding:14px 0;border-top-left-radius:4px;border-top-right-radius:4px;
border-bottom-left-radius:0px;}
#listofradio li[class*="new"] {padding:14px 0;border-top-left-radius:4px;
border-bottom:1px solid #AF0516;}
#listofradio li:hover[class*="new"] {padding:14px 0;border-top-left-radius:4px;
background-color:#d01423;}
#listofradio li[class*="classics"] {padding:14px 0;border-top-left-radius:4px;
border-bottom-left-radius:4px;border-bottom:0px solid #AF0516;}
#listofradio li:hover[class*="classics"] {padding:14px 0;border-top-left-radius:4px;
border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#d01423;height:48px;}

.downarr { /* hide button */ 
    display: none;
  width: 0px;
    padding: 25px 0 0 10px;
    background: url('../images/downarrow.png') no-repeat -1px -4px;
    float:right;
    border: medium none;
}

.radiopicture{
    float: left;
    margin-left: 14px;
    margin-top: -5px;
}


.radioname{
    color: #FFF;
    float: left;
    font-size: 15px;
    font-family:Roboto;
    line-height: 53px;
    margin-left: 15px;

}

.showbar { /* show button */
  background: url('../images/uparrow.png') no-repeat 3px 1px;
  border: medium none;
  height: 33px;
  width: 65px;
}


div#goomplayerbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 21px;
  z-index: 9999; /* keep the bar on top  */
  height: 36px;
  
}

div#goomplayerbut { /* div for the 'hide status' */
  width: 71px;
  height: 33px;
  margin-right: 21;
  display: none;
}

#goomplayer #jquery_jplayer_1
{
	margin-top:50px;
}

.InfoTraffic {
/*For IE 8 Only*/
  position:fixed; 
  top: 2px;
  position:absolute; 
}

#Dernierflashbg 
{ 
	 left: 2px; 
	 top: 188px; 
	 position: absolute; 
	 width: 287px;
	 height: 70px;
	 z-index:5;
	 background-color: #efefef; /* layer fill content */
	 border-right: 1px solid #e2e2e2;
	 cursor:pointer;
   background-image:url("../images/dernierflash2.png");
   background-repeat:no-repeat;
   background-position:50% -12%;

} 

#Dernierflashbg:hover 
{ 
	 left: 2px;
	 top: 188px; 
	 position: absolute; 
	 width: 287px;
	 height: 71px;
	 z-index:5;
	 border-right: 1px solid #e2e2e2;
	 background: #e7e7e7; /* Old browsers */
   background-image:url("../images/dernierflash2-hover.png");
   background-repeat:no-repeat;
   background-position:50% -12%;



} 


#Dernierflashbg.active 
{ 
   left: 2px;
   top: 188px; 
   position: absolute; 
   width: 287px;
   height: 71px;
   z-index:5;
   border-right: 1px solid #e2e2e2;
   background: #e7e7e7; /* Old browsers */
   background-image:url("../images/dernierflash2-active.png");
   background-repeat:no-repeat;
   background-position:50% -12%;



} 

 #DERNIERFLASHINFOTRAF 
{ 
	 left: 70px; 
	 top: 219px; 
	 position: absolute; 
	 width: 202px;
	 height: 10px;
	 z-index:6;
	 color: #6d6d6d; /* text color */
	 
	 font-size: 14px;
	 font-weight: 400;
   text-align:left;
   -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

} 

 #LastTrafficIcon 
{ 
	 left: 14px; 
	 top: 211px; 
	 position: absolute; 
	 width: 30px;
	 height: 30px;
	 z-index:7;
} 



 #FlashTravauxbg 
{ 
	 left: 2px;
	 top: 258px; 
	 position: absolute; 
	 width: 287px;
	 height: 69px;
	 z-index:3;
	 background-color: #EFEFEF; /* layer fill content */
	 border-right: 1px solid #e2e2e2;
	 border-top: 1px solid #e2e2e2;
	 cursor:pointer;
   background-image:url("../images/flashtravaux2.png");
   background-repeat:no-repeat;
   background-position:50% -12%;

} 

 #FlashTravauxbg:hover
{ 
	 left: 2px; 
	 top: 258px; 
	 position: absolute; 
	 width: 287px;
	 height: 69px;
	 z-index:2;
	 border-right: 1px solid #e2e2e2;
	 border-top: 1px solid #e2e2e2;
	 background: #efefef; /* Old browsers */
   background-image:url("../images/flashtravaux2-hover.png");
   background-repeat:no-repeat;
   background-position:50% -12%;
} 

 #FlashTravauxbg.active
{ 
   left: 2px; 
   top: 258px; 
   position: absolute; 
   width: 287px;
   height: 71px;
   z-index:7;
   border-right: 1px solid #e2e2e2;
   border-top: 1px solid #dedede;
   background: #e7e7e7; /* Old browsers */
   background-image:url("../images/flashtravaux2-active.png");
   background-repeat:no-repeat;
   background-position:50% -12%;
} 

 #FlashTravauxbg.none
{ 
   left: 2px; 
   top: 258px; 
   position: absolute; 
	pointer-events: none;
   cursor: default;
   width: 287px;
   height: 71px;
   z-index:7;
   border-right: 1px solid #e2e2e2;
   border-top: 1px solid #dedede;
   background: #e7e7e7; /* Old browsers */
   background-image:url("../images/flashtravaux2-none.png");
   background-repeat:no-repeat;
   background-position:50% -12%;
} 

 #FLASHTRAVAUX 
{ 
	 left: 70px; 
   border-bottom:1px solid #e2e2e2; /*It will apply to all ie from 8 and below */
	 top: 307px; 
	 position: absolute; 
	 width: 116px;
	 height: 10px;
   text-align:left;
	 z-index:3;
	 color: #6d6d6d; /* text color */
	 
	 font-size: 14px;
	 font-weight: 400;

} 

 #FlashIcon 
{ 
	 left: 16px; 
	 top: 300px; 
	 position: absolute; 
	 width: 31px;
	 height: 28px;
	 z-index:4;
} 

.Footer {
    left: 10px;
    position: absolute;
    top: 9px;
}

 #Background 
{ 
	 left: 10px; 
	 top: 332px; 
	 position: absolute; 
	 width: 602px;
	 height: 48px;
	 z-index:9999999;
	 background-color: #F6F6F6; /* layer fill content */
   background-image:url('../images/prochainflashicon.png');
   background-repeat:no-repeat;
   background-position: 4.5% 47%;
	 border-top: 1px solid #e2e2e2;
	 border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;

} 

#Prochainflashinfodan {
    color: #ababab;
    display: block;
    font-size: 15px;
    height: 12px;
    left: 29px;
    position: absolute;
    top: 339px;
    width: 313px;
    z-index: 9999999;
    font-family:Avenir;
}


 #mail 
{ 
	 left: 565px; 
	 top: 377px; 
	 position: absolute; 
	 width: 21px;
	 height: 17px;
	 z-index:27;
} 

 #twitterie 
{ 

	 left: 90999999px; 
	 top: 325px; 
	 position: absolute; 
	 width: 51px;
	 height: 48px;
	 z-index:28;
	 background-color: #F6F6F6; /* layer fill content */
	 border-right:1px solid #e2e2e2;
	display:none;
} 

 #mailie 
{ 

   left: 90999999px; 
   top: 325px; 
   position: absolute; 
   width: 51px;
   height: 48px;
   z-index:26;
   background-color: #F6F6F6; /* layer fill content */
   border-right:0px solid #e2e2e2;
		display:none;
}

 #facebookie 
{ 
   left: 90999999px; 
   top: 325px; 
   position: absolute; 
   width: 51px;
   height: 48px;
   z-index:30;
   background-color: #f5f5f5; /* layer fill content */
   border-right:1px solid #e2e2e2;
	display:none;
} 

 #google 
{ 
	 left: 515px; 
	 top: 378px; 
	 position: absolute; 
	 width: 19px;
	 height: 18px;
	 z-index:29;
} 



 #twitter 
{ 
	 left: 464px; 
	 top: 379px; 
	 position: absolute; 
	 width: 19px;
	 height: 16px;
	 z-index:31;
} 

 #facebookbg 
{ 
	 left: 396px; 
	 top: 362px; 
	 position: absolute; 
	 width: 51px;
	 height: 48px;
	 z-index:32;
	 background-color: #f5f5f5; /* layer fill content */
	 border-right:1px solid #e2e2e2;
	 border-left:0px solid #e2e2e2;

} 

 #facebook 
{ 
	 left: 418px; 
	 top: 377px; 
	 position: absolute; 
	 width: 9px;
	 height: 18px;
	 z-index:33;
} 


 #socialbaricon 
{ 
	 left: 17px; 
	 top: 324px; 
	 position: absolute; 
	 width: 19px;
	 height: 19px;
	 z-index:34;
   display:none;

} 



/* Social Bar
================================================== */

.socialbar {
	width: 100%;
	min-height: 40px;
	background-color: #FFFFFF;
	padding: 0;
	font-size: 0;
	z-index: 999;
}



.socialbar:after {
	clear: left;
	content: " ";
}

.socialbar_transparent {
	width: 100%;
	min-height: 40px;
	padding: 0;
	font-size: 0;
	z-index: 999999999999999;
	top:324px;
	left:448px;
	position:relative;
}

.socialbar_transparent:after {
	clear: left;
	content: " ";
}

.borderless .ss li { border: none; }
.borderless .ss li:first-child { border: none; }

.borderless li { border: none; }
.borderless li:first-child { border: none; }

/* Social Sprites: Shapes
================================================== */

.sssquare { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.sscircle { overflow: visible !important; }
.sscircle li { border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; background-color: #FFF;
-webkit-box-shadow:0 2px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0 2px rgba(0,0,0,0.3); 
    box-shadow:0 2px rgba(0,0,0,0.3); 
    
    margin-right: 5px !important;
	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color all 0.2s linear;
	-ms-transition: background-color all 0.2s linear;
	transition: background-color all 0.2s linear; }

.sscircle li:active, .sscircle li a:active { border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; }


/* Social Sprites: General Listing
================================================== */

.ss {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
  border-left:1px solid #e2e2e2;
}

.ss li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(0,0,0,0.2);
	background-image:url("../images/socialsprites2.png");
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ss li:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ss li:first-child {
	border-left: 1px solid rgba(0,0,0,0.2);
}

.ss li a {
	display: block;
	text-indent: -9999;
	height: 48px;
	width: 51px;
}

.ss li a:active {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

/* Social Sprites: Icon Classes
================================================== */

.ss li.digg { background-position: 0 0; }
.ss li.digg:hover { background-position: -51px 0px; }
.ss li.dribbble { background-position: -102px 0px; }
.ss li.dribbble:hover { background-position: -153px 0px; }
.ss li.facebook { background-position: 0 0px; }
.ss li.facebook:hover { background-position: 0 0px; }
.ss li.flickr { background-position: -307px 0px; }
.ss li.flickr:hover { background-position: -358px 0px; border-bottom-right-radius: 4px;}

.Radio {
    left: -1px;
    position: absolute;
    top: -1px;
    z-index: 2;
}



 #Casque 
{ 
	 left: 21px; 
	 top: 65px; 
	 position: absolute; 
	 width: 45px;
	 height: 44px;
	 z-index:18;
} 

 #ILEDEFRANCE 
{ 
	 left: 101px; 
	 top: 79px; 
	 position: absolute; 
	 width: 400px;
	 height: 10px;
   text-align:left;
	 z-index:19;
	 color: #6d6d6d; /* text color */
	 font-size: 16px;
	 text-transform:uppercase;
   font-family:Avenir;
} 

 #PauseBG 
{ 
	 left: 478px; 
	 top: 43px; 
	 position: absolute; 
	 width: 61px;
	 height: 67px;
	 z-index:20;
	 background-color: #efefef; /* layer fill content */
	 border-right:1px solid #e2e2e2;
	 border-left:1px solid #e2e2e2;

} 

 #PauseIcon 
{ 
	 left: 500px; 
	 top: 64px; 
	 position: absolute; 
	 width: 16px;
	 height: 22px;
	 z-index:21;
} 

