@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;
}
/* HTML5 display-role reset for older browsers */
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;
}
.ellipsis{
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

/* HEADER */
html, body {
	font-family: 'latoregular',arial;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	background-color:#fff;
	color:#000;
}
a,a:focus,a:active,a:hover{
	color:#000;
}

h1 {    
	color: #000;
    font-size: 27px;
    font-weight: bold;
    padding: 0 7px;    
    margin: 40px 0 20px 0;
    text-align: left;
    border-left:5px solid #e31e38;
    font-family: 'latobold',arial;
}
h2 {    
	color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 0 7px;    
    margin: 40px 0 20px 0;
    text-align: left;
    font-family: 'latobold',arial;
}
h2 a:hover{    
	text-decoration:none;
}
strong{
    font-family: 'latobold',arial;
}
#home-page h2 {    
	color: #000;
    font-size: 27px;
    font-weight: bold;
    padding: 0 7px;    
    margin: 20px 0;
    text-align: left;
    border-left:5px solid #e31e38;
    font-family: 'latobold',arial;
}
table tr td {
    border: 1px solid #ddd;
    padding: 5px;
}
table tr th {
    background-color: #bbb;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}
p{
	margin:10px 0 10px;
	padding:0;
	font-size:1rem;
}
p a, p a:focus, p a:active, p a:hover {
    text-decoration:underline;
}
ul{
	font-size:1rem;
	list-style-type:disc;
    padding: 0 40px;
}
ul li{
	margin:0 0 7px;
}
p strong{
    font-weight: bold;
}
.fixed{
	position:fixed;
}
.noscroll { 
  overflow: hidden;
}
.margin-top-med{
	margin-top:30px;
}
.large-margin-bottom{
	margin-bottom:120px;
}
.display-none{
	display:none;
}
.ew-bloc{
	background-color:#e31e38;
	color:#fff;
	padding:10px 10px 20px;
}
.ew-bloc a{
	color:#fff;
}
.ew-bloc a.btn-default{
	color:#333;
}
.margin-rl-auto{
	margin:0 auto;
}
.no-padding{
	padding:0;
}
.no-padding-l{
	padding-left:0;
}
.no-padding-r{
	padding-right:0;
}
.background-grey{
	background-color:#F5F6F6
}
.breadcrumb-box {
   margin:0; 
}
img.light-border{
	border:1px solid #5C6670;
}
.breadcrumb {
   background-color: #fff;
   margin-bottom:0; 
   padding: 8px 0;
}
.container-large {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 0 10px;
}
.container-medium {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    padding: 0 10px;
}
.container-xlarge, .breadcrumb-box {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1090px;
    padding: 0 10px;
}
.breadcrumb-box>div.col-xs-12 {
    padding-left: 0;
}
.container-100pc {
    width: 99%;
    padding: 0 1% 0 0;
    margin: 0 auto;
}
.btn-ew, .btn-ew:hover, .btn-ew:active{
    background-color: #e31e38;
    color: #fff;
    border: none;
    border-radius: 0;
}
#top-bar{
    background-color:  #fff;
    color: #000;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #000;
    clear: both;
    position: relative;
}
header ul, footer ul{
	margin:10px 0 0 0;
    padding: 0;
}
header ul li, footer ul li{
	display:inline;
	float:left;
	margin:0 5px;
	font-family:'latobold',arial;
}
header #sec-nav-level ul{
	margin:5px 0 0 0;
}

#top-social-networks li:nth-child(4){
    margin-left:6px;
}

header #main-nav.open{
	width:285px;
}

header #main-nav{
    padding-bottom: 110px;
}

header #main-nav.padding-top{
	padding-top:65px;
}

header #main-nav #first-nav-level{
    height: 49px;
}
header #sec-nav-level #sec-nav-box{
    height: 40px;
}

header #main-nav #weather-widget{
	float:right;
	font-family:'latobold',arial;
	color:#aaa;
	font-size:20px;
	padding:12px 0 0px;
	margin-top:1px;
}
header #main-nav #weather-widget img{
	height: 27px;
    margin: -7px 8px 0;
    vertical-align: middle;
}



header #main-nav ul li{
    clear: left;
    margin-top:20px;
}
header #main-nav ul li a{    
	font-size: 18px;
    text-transform: capitalize;
	font-family:'latobold',arial;
	color:#fff;
}
header #main-nav ul li ul{    
	margin: 0 0 0 0;
}
header #main-nav ul li ul li{
    margin-top:0;
    margin-left:20px;
}
header #main-nav ul li ul li a{    
	font-size: 18px;
    font-family: 'latoregular',arial;
	color:#fff;
}
header #sec-nav-level ul li a{    
	font-size: 18px;
}
header #sec-nav-level{
	display:none;
}

header #second-top-bar li div.user-in-session {
    font-weight: normal;
    font-family: 'latoregular',arial;
    font-size: 11px;
    vertical-align: bottom;
    color: #000;
    margin: 0;
    padding: 4px 0 0;
    border: 0;
}

header #second-top-bar ul.signin-option-list{
    min-width: auto;
    border-radius: 0;
}
header #second-top-bar ul.signin-option-list li {
    border: none; 
    padding: 5px; 
    clear:left;
}
header #second-top-bar ul.signin-option-list li .glyphicon{   
    padding-left: 3px;
}

#top-bar #main-menu-button{
	float:left;
	clear:left;
}
#top-bar #top-player{
    float: right;
    cursor: pointer;
}

#top-bar #top-player .listen-now{
    margin: 13px 0 0;
    float: right;
}
#top-bar #top-player .listen-now .glyphicon{
   font-size:29px;
    vertical-align: inherit;
    margin: 0 0 0 5px;
    display: block;
    float: right;
    
}
#top-bar #top-player .listen-now img{
    float: right;
    cursor: pointer;
    padding: 0 0px 4px 0;
    width: 34px;
}
#top-bar #top-player .listen-now .listen-live-label{
     float: right;
    font-size: 10px;
    display: block;
    line-height: 12px;
    clear: both;
    padding: 0;
}
		
	
#top-bar #top-player .watch-now{
    float: right;
    margin: 8px 14px 0;
	
}
#top-bar #top-player .watch-now img{
    float: right;
    cursor: pointer;
    padding: 0 0px 4px 0;
    width: 34px;
}
#top-bar #top-player .watch-now .listen-live-label{
     float: right;
    font-size: 10px;
    display: block;
    line-height: 12px;
    clear: both;
    padding: 0;
}
	

	
.listen-live-box:before {
  background: none;
}

#top-bar #top-player:hover .listen-live-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:55px;
  background: rgba(0,0,0, 0.3);
  -moz-transition: background .5s linear;
  -webkit-transition: background .5s linear;
  -o-transition: background .5s linear;
  transition: background .5s linear;
}



#top-bar #right-part{
	float:right;
	margin-top: 5px;
}
#top-social-networks{
	float:left;
	margin: 2px 0 0 0;
    padding: 0;
}
#top-social-networks li:first-child{
	border-right:1px solid #000;
	padding-right:7px
}
#top-social-networks li:last-child{
	border-left:1px solid #000;
	padding-left:7px
}
#top-social-networks li:last-child img{
	padding-right:3px
}
#top-social-networks li a{
	font-weight:normal;
    font-family: 'latoregular',arial;
	font-size:11px;
    vertical-align: bottom;
}
#top-social-networks li img{
    height: 14px;
    vertical-align:bottom;
}
#top-bar #logo-site{
    font-family: "latobold",arial;
    font-size: 47px;
    padding: 0px 0 0px 0;
    text-align: center;
    margin: 0;
}
#top-bar #logo-site a:hover{
    text-decoration:none;
}

#top-bar.small-height{
	
}
#top-bar.small-height #logo-site{
	padding:0;
}
#top-bar.small-height #top-player .listen-now {
    margin: 11px 0 0;
}
#top-bar.small-height .menu-label {
    margin: -9px 0 0 -4px;
}
#top-bar.small-height #logo-site img {
    width: 120px;
}
#top-bar.small-height #main-menu-button .nav-text {
    height: 49px;
    line-height: 45px;
}

#top-bar #logo-site img{
    width:155px
}
#top-bar #main-menu-button {
    cursor: pointer;
}
#top-bar #main-menu-button .nav-text {
    display: block;
    overflow: hidden;
    padding: 0 15px 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    text-transform: uppercase;
    font-size: 18px;
    height: 70px;
    line-height: 57px;
}
#top-bar #main-menu-button  .nav-text .burger {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#top-bar #main-menu-button .nav-text .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #070606;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#top-bar #main-menu-button  .nav-text .burger span:nth-child(1) {
    top: 0;
}
#top-bar #main-menu-button  .nav-text .burger span:nth-child(2), #top-bar #main-menu-button  .nav-text .burger span:nth-child(3) {
    top: 9px;
}
#top-bar #main-menu-button  .nav-text .burger span:nth-child(4) {
    top: 18px;
}

#top-bar #main-menu-button  .nav-text .burger.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
#top-bar #main-menu-button  .nav-text .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#top-bar #main-menu-button  .nav-text .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#top-bar #main-menu-button  .nav-text  .burger.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}
#top-bar .menu-label{ 
	font-size: 10px;
    clear: both;
    display: block;
    line-height: 12px;
    margin: -12px 0 0 -4px;
    padding: 0;
}

#top-bar #vip-access{
 	float: right;
    font-family: "latobold",arial;
    font-size: 21px;
    margin-top: 16px;
    width: 120px;
}
#top-bar #vip-access img{
  	margin-top: -5px;
    vertical-align: middle;
    width: 23px;
}
#top-bar #top-player img#cover{
    width:100%;
    vertical-align:middle;
    margin:0;
}
#top-bar #top-player .current-track-now img{
	width:15px;
    vertical-align:middle;    
    margin-top: -3px;
}
#top-bar #top-player .current-track-info, #top-bar #top-player .listen-live-box{
    float:left;
}
#top-bar #top-player .listen-live-box{
    width:55px;
}
#top-bar #top-player .current-track-info{
    margin-left:5px;
}

#top-bar #top-player .current-track-info .current-track-artist{
    font-family: 'latoregular',arial;
	font-size: 12px;
	clear:left;
	display:block;
    padding: 2px 0;
}
#top-bar #top-player .current-track-info .current-track-title{
    font-family: 'latoregular',arial;
	font-size: 12px;
	clear:left;
	display:block;
}

.live-player-overlay {
    display:none;
    text-align: center;
    position: absolute;
    transform: translate(2px, -35px);
    color: white;
    width: 55px;
}

.info-point{
    border-radius: 50%;
    width: 23px;
    height: 23px;
    border: 2px solid #999;
    display: block;
    float: left;
    margin-right: 10px;
    color: #999;
    padding-left: 7px;
    margin-top: -2px;
    font-weight:bold;
}



/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 30; /* Stay on top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
    opacity: 0.98;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}




#second-top-bar{
    background-color:#fff;
    width: 100%;
    height: 20px;
}

footer{
	padding: 15px 0 25px;
    margin-top: 30px;
    background-color: #333;
    color:#fff;
}
footer #bottom-social-networks span{
    font-family: "latobold",arial;
    padding-left: 27px;
    font-size: 14px;
}
footer #bottom-social-networks ul li img{
	height: 25px;
}
footer #bottom-media-partners span{
    font-family: "latobold",arial;
    font-size: 14px;
}
footer #bottom-media-partners img{
    width:140px;
    margin-top: 7px;
}
footer #bottom-nav ul li a{
    font-family: "latobold",arial;
    font-size: 14px;
    color:#fff;
}
footer #bottom-social-networks ul, footer #bottom-nav ul{
	padding:0;
}
footer #bottom-nav{
	clear:left;
	margin-top:5px;
	float:left;
}
footer #app-stores-access li{
	text-align:right;
	width:100%;
}
footer #app-stores-access{
	margin-right:0;
	padding-right:0;
}
footer #app-stores-access img{
	width:125px;
}
footer ul li{
	margin:0;
}
footer #bottom-social-networks ul li {
    margin: 0 20px 0 0;
}
footer #description-eirewave{
    font-size: 14px;
    margin-top:10px;
}
footer #description-eirewave a{
    color:#fff;
}
#infoCookie{
	position:fixed;
	background-color:#CCC;
	font-size:13px;
	text-align:center;
	width:100%;
	padding:15px;
	bottom:0;
	z-index:25;
	line-height:18px;
}
#infoCookie a{
	font-weight:normal;
	text-decoration:underline;
}
#infoCookie .agree{
    background-color: #333;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 1px 6px;
}

.ew-btn{
	 display: block;
    float: right;
    font-family: "latobold",arial;
    font-size: 20px;
	
}
.ew-btn span{
    float: right;
    margin-left: 5px;
}
.btn-line{
	margin-top:15px;
	text-align:right
}
.
/**
* HOME PAGE STYLE
*/
#last-track-hp-list{
	margin-bottom:20px;
}
#last-track-hp-list img{
	width:100%;
}
#last-track-hp-list h3, #last-videos-hp-list h4, #last-videos-hp-list h4 a{
	color:#000;
    font-family: "latobold",arial;
    font-size: 14px;
    margin-top:3px;
}
#last-track-hp-list h4, #last-videos-hp-list h3, #last-videos-hp-list h3 a{
    margin-top:2px;
	color:#5C6670;
    font-family: "latobold",arial;
    font-size: 14px;
}
#last-track-hp-list .listen-live-on-first-track{
	color:#FFF;
    background-color:#e31e38;
    font-size: 15px;
    position: absolute;
    z-index:20;
    bottom: 3px;
    display: block;
    padding: 8px 10px 8px 8px;
    opacity:0.85;
}
#last-track-hp-list .listen-live-on-first-track span span{
        background: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    color: #e31e38;
    padding: 6px 6px 6px 6px;
    margin-left: 5px;
}
#last-track-hp-list .listen-live-on-first-track img{
    width:auto;
    vertical-align: bottom;
}
#last-track-hp-list .listen-live-on-first-track .text-listen{
	color:#FFF;
}
#last-videos-hp-list img{
	width:100%;
}
#last-videos-hp-list .play-button{
    z-index: 10;
    position: absolute;
    left: 15px;
    bottom: 34px;
}
#last-videos-hp-list .play-button img{
    width:auto;
    background-color:#e31e38;
    opacity:0.85;
    padding: 5px;
}
#last-videos-hp-list #first-videos .play-button{
 	left: 15px;
    bottom: 37px;
}

#last-videos-hp-list #first-videos h3::before{
    transform: scale(1);
    padding: 8px 10px 0 9px;
    bottom: 27px;
}

#last-videos-hp-list .video-img-container{
	height:80px;
	overflow:hidden;
  	display: flex; 
  	justify-content : space-around; 
  	align-items: center; 	
}
#last-videos-hp-list  #first-videos .video-img-container{
	height:180px;
}
#last-videos-hp-list  #first-videos .video-img-container img{
	vertical-align: middle;
    background-color: #000;
    width: 100%;
}   
#last-videos-hp-list  #first-videos .video-img-container .play-button img{    
	vertical-align:middle;
    background-color:#e31e38;
    opacity:0.85;
    width:auto;
    padding: 8px;
}
#last-videos-hp-list  #first-videos >div{
	margin-bottom:15px;
}
#submit_music_hp img{
	width:100%;
}
#submit_music_hp p {
    font-size: 0.95rem;
    margin: 0;
    padding: 5px 0;
}
.file-upl-details{
	font-size:11px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
.file-upl-details a{
	text-decoration:underline;
	color:#777;
}
#top10-hp ul {
    float: left;
    font-size: 1rem;
    margin: 0;
    padding: 0;
	list-style-type:none;
    width: 100%;
}
#top10-hp ul li div{
	float:left;
}
#top10-hp ul li{
    clear: left;
    float: left;
    margin: 0;    
    padding-left: 4px;
    padding-top: 4px;
    width:100%;
}
#top10-hp ul li:nth-child(1n){
	background-color: #F5F6F6;
}
#top10-hp ul li:nth-child(2n){
	background-color:#ECF0F1;
}
#top10-hp .cover{
	padding: 0;
}
#top10-hp ul li img{
	width:100%;
}
#top10-hp  .rank{
	font-size: 23px;
    padding: 10px 0 0 23px;
    font-family: "latobold",arial;
}
#top10-hp  h3{
	color:#000;
    font-family: "latobold",arial;
    font-size: 15px;
    margin-top:5px;
}
#top10-hp  h4{
    margin-top:2px;
	color:#5C6670;
    font-family: "latobold",arial;
    font-size: 15px;
}
#top10-hp .link-itunes{
    display: block;
    margin-top: 10px;
    float: right;
}
#top10-hp .btn-line, #submit_music_hp .btn-line {
    clear: left;    
    float: right;
    margin-top: 40px;
}

#top10-hp .links-buy{
    padding: 2% 2% ;
}
#top10-hp .links-buy a:hover{
   text-decoration:none;
}
#top10-hp .link-itunes img{
width: 20px;
    vertical-align: middle;
}
#top10-hp .link-amazon{
    margin-top: 30px;	
    vertical-align: middle;
    margin-left: 20px;
}

#top10-hp .link-amazon.logo-a, #top10 .link-itunes.logo-a{
    margin: 0;
    float: right;
    padding: 0px 0 0 14px;
}
#top10-hp .link-amazon.logo-a img{
    width: 25px;
    padding-top: 16px;
    margin-right: 12px;
    display: inline-block;
}
#top10-hp .link-itunes.logo-a img{
    width: 18px;
    float: right;
    padding-top: 5px;
    margin-right: 10px;
    display: inline-block;
}

#concerts{
	margin-bottom:20px;
}

#concerts .day, #concerts .month, #concerts .year{
	display:block;
	text-align:center;
	text-transform:uppercase;
    font-family: "latobold",arial;
}
#concerts .date-details{
	border-right:1px solid #ddd;
}
#concerts .concert-details{
    margin-top: 5px;
    float: left;
    width: 100%;
    min-height: 110px;
}
#concerts img{
	width:100%;
	flex:none;	
}
#concerts h3{
	color:#000;
    font-family: "latobold",arial;
    font-size: 14px;
    margin-top:3px;
}
#concerts h4{
    margin-top:2px;
	color:#5C6670;
    font-family: "latobold",arial;
    font-size: 14px;
    margin-bottom:25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#concerts .img-box{
	max-height:130px; 
	overflow:hidden;
	/*display:flex;*/
	align-items:center;
	justify-content:center;	
}
#social-box{
	margin-top:40px;	
}
#social-box .nav-tabs{
	margin:0;
	padding:0;
}
#social-box .tab-content{
    height: 360px;
    overflow: hidden;
    /*overflow-y: scroll;*/
}
#social-box .fb-tab, #social-box .tw-tab{
	background-color: #3c5a9a;
    border: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width:50%;
	padding:10px;
	cursor:pointer;
}
#social-box .tw-tab{
	background-color: #34cbff;
}
#social-box #tw-content-tab{
	display:none;
}

#news-home .news-img-container {
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#news-home h3{
    font-family: "latobold",arial;
    margin: 0;
    padding: 0;
}
#news-home ul{
    margin: 0;
    padding: 0;
}
#news-home .news-date, #news-home .news-source{
   font-size:12px;
   color:#5C6670;
   padding-right:20px;
}
#news-home .news-source{
   font-family: "latoitalic",arial;
   color:#888;
}
#news-home h4{
    margin: 5px 0 5px;
    padding: 0;
}
#news-home h4 p{
    margin: 0;
    padding: 0;
}
#news-home ul li{
   border:none;
    margin-bottom: 0;
}


/**
* VIDEOS PAGE STYLE
*/
#videos{
	margin:0;
}
#videos img{
	width:100%;
}
#videos .play-button{
    z-index: 10;
    position: absolute;
    left: 0px;
    bottom: 42px;
}
#videos .play-button img{
    vertical-align: middle;
    background-color: #e31e38;
    opacity: 0.85;
    width: auto;
    padding: 8px;
}



#videos h4{
    font-family: "latobold",arial;
    padding:3px 0;
    height: 24px;
}
#videos>div{
    margin-bottom:30px;
}
#videos .video-img-container{
	height:125px;
	overflow:hidden;
  	display: flex; 
  	justify-content : space-around; 
  	align-items: center; 	
}

#videos.video-page h2{
	margin-top:0;
    padding: 0;
}
#videos.video-page>div {
    margin-bottom: 10px;
}
#videos.video-page .share-video-link{
    width: 42px;
    display: inline-block;
    margin: 12px 2px;
}
.hidden-video{
	display:none;
}
#artist .btn-line .ew-btn.btn-show-more-videos {
    font-size: 15px;
    cursor: pointer;
}

/**
* TOP 10 PAGE STYLE
*/
#top10{
    margin: 0;
}
#top10 ul {
    float: left;
    font-size: 1rem;
    margin: 0;
    padding: 0;
	list-style-type:none;
    width: 100%;
}
#top10 ul li div{
	float:left;
}
#top10 ul li{
    clear: left;
    float: left;
    margin: 0;    
    padding-left: 4px;
    padding-top: 4px;
    width:100%;
}
#top10 ul li:nth-child(1n){
	background-color:#F5F6F6;
}
#top10 ul li:nth-child(2n){
	background-color: #ECF0F1;
}

#top10 .cover{
	padding: 0;
}
#top10 ul li img{
	width:100%;
}
#top10  .rank{
	font-size: 27px;
    padding: 25px 0 0 23px;
    font-family: "latobold",arial;
}
#top10  h3{
	color:#000;
    font-family: "latobold",arial;
    font-size: 15px;
    margin-top:23px;
}
#top10  h4{
    margin-top:2px;
	color:#5C6670;
    font-family: "latobold",arial;
    font-size: 15px;
}

#top10 .links-buy{
    padding: 2% 2% ;
}
#top10 .links-buy a:hover{
   text-decoration:none;
}
#top10 .link-itunes img{
    width:78px;	
    vertical-align: middle;
}
#top10 .link-amazon{
    margin-top: 30px;	
    vertical-align: middle;
    margin-left: 20px;
}
#top10 .link-amazon img{
    width: 101px;
    vertical-align: middle;
    padding-top: 16px;
    margin-right: 12px;
}
#top10 .link-amazon.logo-a, #top10 .link-itunes.logo-a{
    margin: 0;	
    float: right;
}
#top10 .link-amazon.logo-a{
    padding: 0px 0 0 14px;
}
#top10 .link-itunes{
    margin-top: 10px;    
    display: block;
    float: right;
}

#top10 .link-itunes {
    display: block;
    margin-top: 10px;
    float: right;
}
#top10 .link-amazon.logo-a img{
    width:25px;	
    padding-top: 11px;
	display:inline-block;
}
#top10 .link-itunes.logo-a img{
    width: 18px;
    padding-top: 5px;
    margin-right: 10px;
    display: inline-block;
}

#top10 .btn-line {
    clear: left;    
    float: right;
}

/**
* RECENTLY PLAYED PAGE STYLE
*/
#recently-played{
	margin:0 0 20px 0;
}
#recently-played>div{
	margin-bottom:30px;
}
#recently-played img{
	width:100%;
}
#recently-played h3{
	color:#000;
    font-family: "latobold",arial;
    font-size: 14px;
    margin-top:3px;
}
#recently-played h4{
    margin-top:2px;
	color:#5C6670;
    font-family: "latobold",arial;
    font-size: 14px;
}

#recently-played .time-to-now{
    font-family: "latobold",arial;
	color:#FFF;
    background-color:#e31e38;
    font-size: 14px;
    padding: 8px 10px 8px 8px;
    position: absolute;
    z-index:10;
    bottom: 3px;
    opacity: 0.85;
}
#recently-played .last-track-info {
    height: 80px;
    overflow: hidden;
}
#recently-played .time-to-now span{
	margin-right:5px;
}

#recently-played .last-track-info .btn-group{
    margin-top: 2px;
}
#recently-played .last-track-info button{
    padding:0;
    border: none;
    background-color:transparent;
}
.player-track-links button:hover{
    background-color:transparent;
}
#recently-played .last-track-info button img{
	filter: grayscale(100%);
}
#recently-played .last-track-info button:hover img{
	filter: grayscale(0);
}
#recently-played .last-track-info .buy-on-amazon img{
    width: 17px;
    margin: 6px 5px 0px 0;
}
#recently-played .last-track-info .buy-on-itunes img{
    width: 17px;
    margin: 3px 5px 0px 5px;
}
#recently-played .last-track-info .share-on-twitter img{
    width: 14px;
    margin: 5px 7px 2px;
}
#recently-played .last-track-info .share-on-facebook img{
    width: 20px;
    margin: 3px 7px 0px 0;
}



/**
* WEATHER PAGE STYLE
*/
#weather .city{
	background-color:#e31e38;
	color:#fff;
	text-align:center;
}
#weather .date{
	background-color:#000;
	color:#fff;
    padding: 2px;
    margin: 15px 20px;
}
#weather .temp{
	margin-bottom:5px;
}

/**
* NEWS PAGE STYLE
*/
#news-page h2{
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 18px;
}

#news-page h2.same-artist{
    font-size: 14px;
    line-height: 15px;
}

#news-page .news-img-container{
	max-height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#news-page .list-group-item {
    border: none;
}
#news-page .news-date, #news-page .news-source{
   font-size:12px;
   color:#5C6670;
   padding-right:0;
}
#news-page .news-date-box{
    line-height: 11px;
    padding-bottom: 4px;
    display: block;
}
#news-page .news-source{
    font-family: "latoitalic",arial;
   color:#888;
    font-weight: normal;
}
#news-page li.sep-news{
    border-bottom: 1px solid #eee;
      padding-bottom: 0px;
    margin-bottom: 6px;
     padding-top: 0px;
}
#news-page h3{
    margin: 10px 0 5px;
    padding: 0;
}
#news-page h3 p{
    margin: 0;
    padding: 0;
}

/**
* ONE NEW PAGE STYLE
*/
#new-page .main-img{
    overflow: hidden;
}
#new-page .main-img img{
    margin: 0;
}

#new-page .news-date{
    font-size: 13px;
    color: #5C6670;
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

#new-page iframe{
    width: 100% !important;
    margin-bottom:10px;
}

/**
* TRAFFIC PAGE STYLE
*/
#map, #mapD{
     height: 550px;
     width: 96%;
     margin:0 2% 4%;
}
.incident{
	background-color: #fff;
    padding: 7px;
    border: 4px solid #BBB;
    margin-bottom: 10px;
}
.incident.severity-1{
	border-color:#e31e38;
}
.incident.severity-2{
	border-color:#e9b122;
}
.incident .title{
	color:#000;
	margin-bottom:2px;
    font-family: "latobold",arial;
}
.incident .schedule{
	color:#777;
	margin-bottom:7px;
    font-size: 0.9rem;
}

/**
* HOW TO LISTEN PAGE STYLE
*/
#how-to-listen-phone h3 {
  color:#e31e38;
  font-family: "latobold",arial;
  padding:0 25px 15px;
}
#how-to-listen-phone img {
  margin: 0 auto;
}
#how-to-listen-phone img.visu {
  max-height:540px;
}
.submit-music-intro{
	padding:0 0 20px;
}
p.indent-left{
	padding-left:40px;
}
p span.figure{
	font-weight:bold;
	padding-right:10px;
}
#submit-page .form-horizontal .control-label {
 text-align: left;
}
#submit-page h2{
	margin-top:10px;
	margin-left:0;
	padding-left:0;
}	
#submit-page .kicking-off-banner .kicking-off-banner-text{
	position: absolute;
    top: 0;
    color: #fff;
    padding: 12px 0 12px 30px;
}
#submit-page .kicking-off-banner .kicking-off-banner-text span{
    display:block;
  padding-bottom:6px;
}
#submit-page .kicking-off-banner .kicking-off-banner-text .title{
   padding: 12px 0 20px;
  font-family: "latobold",arial;
  font-size:30px;
  letter-spacing: 3px;
}
/**
* 404
*/
.sheep-404{
    margin: 25px;
}
.figure-404{
    font-family: 'latobold',arial;
    font-size:300px;
}
.text-404{
	font-size:3.5em;
}
.link-404{
    margin: 30px 0 50px;
    font-size: 2em;
    display: block;
}

/**
* Platforms
*/
.platform{
    background-color: #fff;
    padding: 0 20px 10px 20px;
    margin: 15px 0;
  	position: relative;
}
.platform img{
    padding: 20px;
}
#how-to-listen-options .platform img {
    padding: 0;
    border: 1px solid #5C6670;
    margin-bottom: 12px;
}
.platform .title{
    padding: 0px 0 10px;
	text-transform:uppercase;
	color:#e31e38;
}
.platform .overlay{
	position: absolute;
    z-index: 10;
    top: 0;
    background-color: #111;
    color: #fff;
    margin-left: -20px;
    padding: 20px;
    text-align: center;
    height: 100%;
    width: 100%;
	display:none;
}
.platform .overlay .title{
    color: #fff;
    padding: 35% 0 25%;
    font-size:1.3em;
    cursor: default;
}
.platform:hover .overlay{
    display:block;
}
.platform .overlay .picto-computer{
	margin-top:4px;
}
.platform a:hover{
    text-decoration : none;
}

/**
* Artists
*/
.artists-list .artists-item{
    background-color: #fff;
    margin: 15px 0;
    height:130px;
  	position: relative;
}
 #submit-page .artists-list .artists-item {
    height: auto;
}
.artists-list .artists-item .title{
    padding: 0px 0 10px;
	text-transform:uppercase;
	color:#e31e38;
}
.artists-list .artists-item .overlay{
	position: absolute;
    z-index: 10;
    top: 0;
    background-color: #111;
    color: #fff;
    padding: 20px;
    opacity: 0.9;
    text-align: center;
    height: 100%;
    width: 100%;
	display:none;
}
.artists-list .artists-item .overlay a .title{
    color: #fff;
    padding: 15% 0 25%;
    font-size:1.3em;
    cursor: pointer;
}
.artists-list .artists-item:hover .overlay{
    display:block;
}
.artists-list .artists-item:hover .overlay a{
    text-decoration:none;
}
.artists-list .artists-item.big-pic .overlay a .title{
    padding: 23% 0 25%;
}

/**
 *  ARTIST PAGE
 */
.user-action-btn .glyphicon{
	margin-right:7px;
}
 
#artist h1{
 	border:none;
    margin: 0;
    padding: 0;
}
#artist h2{
    border-left: 5px solid #e31e38;
    padding: 0 10px;
}
#artist .rounded-img-frame{
    overflow: hidden;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    text-align:center;
}
#artist .rounded-img-frame img{
    height: 100%;
  margin:0 -100%;
}
#artist .social-network-link {
    margin-top:10px;
}
#artist .social-network-link ul{
    padding:0;
}
#artist .social-network-link ul li {
    display: inline;
    float: left;
    color:#5C6670;
    border:1px solid #5C6670;
    background-color:#5C6670;
    padding:10px;
    border-radius:50%;
    margin-right:10px;
}
#artist .social-network-link ul li img {
    width:25px;
    margin: 0px 0 -2px;
}
#artist .social-network-link ul li.wikipedia img {
    width: 28px;
    margin: 3px -2px -2px;
}
#artist .artist-tracks-info{
	margin:10px 0 0;
	padding:0;
}
#artist #news h3{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
    font-family: 'latobold',arial;
}
#artist #news span.news-date{
    font-size: 13px;
}
#artist #news  .news-source{
   font-size:12px;
   color:#5C6670;
   padding-right:20px;
}
#artist #news ul.list-group li.list-group-item{
	border:none;
}
#artist #news .news-img-container{
	height: 97px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#artist #concerts h3.title{
    font-family: 'latobold',arial;
    color:#000;
    font-size: 14px;
}
#artist #concerts h3{
    font-size: 16px;
    color:#777;
}
#artist .artist-biography{
	line-height:22px;
}
#artist .artist-biography, #artist .artist-biography span,#artist .artist-biography div, #artist .artist-biography ul li, #artist .artist-biography p{
	font-family: 'latoregular',arial !important;
    color:#000 !important;
	margin: 0 !important;
    padding: 0 !important;
    font-size: 1rem !important;
}
#artist .artist-biography p{
	margin: 10px 0 10px !important;
    padding: 0 !important;
}
#artist .artist-biography.show-all{
    overflow: normal;
	height:auto;
}

#artist .btn-line .ew-btn.btn-show-more-bio{
	font-size:15px;
	cursor:pointer;
}

#artist .artist-biography-full{
	line-height:22px;
	display:none;
}
#artist .artist-biography-full a{
	text-decoration:none;  
}
#artist .artist-biography-full .hatnote, #artist .artist-biography-full .navigation-not-searchable,  #artist .artist-biography-full .noprint {
	display:none;  
}
#artist .artist-biography-full h3 {
    clear: left;
    padding-top: 40px;
    padding: 10px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
#artist .artist-biography-full figure{
    line-height: 17px;
    width: 222px;
	float:right;
    margin: 0 0 0 10px;
}
#artist .artist-biography-full figure figcaption{
	color:#999;
	font-size:12px;
	
}
#artist .artist-biography-full figure.mw-halign-left{
	float:left;
    margin: 0 10px 0 0;
}

#artist .artist-biography-full .mw-ref{
	color:#aaa;
}

#artist  .bandeau-niveau-modere, #artist  .need_ref_tag{
	display:none;
}

#artist .artist-biography-full .alternance, #artist .artist-biography-full  .alternance2 {
    border-collapse: collapse;
}

#artist .artist-biography-full .quotebox{
	
    background-color: #F9F9F9;
    border: 1px solid #aaa;
    font-size: 88%;
}
#artist .artist-biography-full .quotebox.floatleft{
	
    float: left;
    clear: left;
    margin: 0.5em 1.4em 0.8em 0;
}
#artist .artist-biography-full .quotebox.floatright{
	
    float: right;
    clear: right;
    margin: 0.5em 0 0.8em 1.4em;
}

#artist .artist-biography-full table.wikitable {
    background-color: #f8f9fa;
    color: #222;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}
#artist .artist-biography-full  table caption {
    display: table-caption;
    text-align: -webkit-center;
}
#artist .artist-biography-full  table.wikitable > caption {
    font-weight: bold;
}
#artist .artist-biography-full  table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
#artist .artist-biography-full  table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#artist .artist-biography-full  table .alternance tr, .alternance th[scope="row"] {
    background-color: #fcfcfc;
}
#artist .artist-biography-full  table .alternance:not(.sortable) tr:nth-child(odd), 
#artist .artist-biography-full  table .alternance.sortable tr:nth-child(even), 
#artist .artist-biography-full  table .alternance:not(.sortable) tr:nth-child(odd) th[scope="row"], 
#artist .artist-biography-full  table .alternance.sortable tr:nth-child(even) th[scope="row"] {
    background-color: #eee;
}
#artist .artist-biography-full  table td, #artist .artist-biography-full  table th {
    display: table-cell;
    vertical-align: inherit;
}
#artist .artist-biography-full  table th {
    font-weight: bold;
    text-align: -internal-center;
}
#artist .artist-biography-full  table.wikitable > tr > th, 
#artist .artist-biography-full  table.wikitable > tr > td, 
#artist .artist-biography-full  table.wikitable > * > tr > th,
#artist .artist-biography-full  table.wikitable > * > tr > td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
}
#artist .artist-biography-full  table.wikitable > tr > th, #artist .artist-biography-full  table.wikitable > * > tr > th {
    background-color: #eaecf0;
    text-align: center;
    color: #000;
}

#artist .artist-biography-full  table.alternance > * > tr > th, #artist .artist-biography-full  table.alternance2 > * > tr > th {
    background-color: #e6e6e6;
}

#artist .artist-biography-full div.thumbinner {
    border: 1px solid #c8ccd1;
    padding: 10px;
    background-color: #f8f9fa;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
#artist .artist-biography-full .thumbcaption, #artist .artist-biography-full .thumbcaption>div {
    text-align: left !important;
}
#artist .artist-biography-full div.tright, #artist .artist-biography-full div.floatright, #artist .artist-biography-full table.floatright {
    clear: right;
    float: right;
}
#artist .artist-biography-full div.tright {
	margin: 0.5em 0 1.3em 1.4em;
}

#artist .artist-biography-full .mbox-small-left, #artist .artist-biography-full .mbox-small-right, #artist .artist-biography-full .mbox-small{
	display:none;
}

#artist .btn-line .ew-btn.active{
	display:block;
}
#artist .btn-line .ew-btn.inactive{
	display:none;
}
#artist .btn-line .ew-btn span{
	font-size:15px;
	margin:0;
	font-weight:normal;
    padding-left: 5px;
    padding-top: 3px;
}
#artist #concerts-list ul.list-header, #artist #concerts-list .list-group-item:first-child {
	border-radius:0;
}

#artist #concerts-list ul {
    padding: 0 15px;
}
#artist #concerts-list ul.list-header li{
	background-color:#ddd;
	border-radius:0;
    font-family: 'latobold',arial;
}

#artist .artist-discography ul {
    padding: 0 15px;
}

#artist .artist-discography ul li .year {
   padding:0 10px 0 0;
   color: #e31e38;
   font-family: 'latobold';
    width: 50px;
    display: inline-block;
}
#artist .artist-discography ul li .type {
   padding:0 10px 0 0;
   color:#5C6670;
   font-family: 'latoitalic';
    width: 75px;
    display: inline-block;
    text-align: center;
}
#artist .artist-discography ul li .title {
   padding:0 10px 0 0;
   font-family: 'latobold',arial;
}
#artist #sounds h3{
	padding-bottom:10px;
}
#artist #sounds iframe{
	height:160px !important;
}
#artist #sounds .track-container{
	margin-bottom:30px;	
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}
.required-form-explain{
	color:red; 
	font-style:italic;
	font-size:11px;
	padding:10px 0;
}
#advertise h1{
	margin-left:0;
}

#contact-page h2{
    font-size: 20px;
    padding: 0 0px;
    margin: 19px 0 20px 0;
}

.admin-front-actions{
	margin-bottom:7px;
}
.admin-front-actions a:hover{
	text-decoration:none;
}

#login #register-form{
	display:none;
}

.notif-login{
    position: fixed;
    z-index: 2000;
    border-radius: 0;
    bottom: 0;
     margin: 0;
    width: 100%;
}
.notif-login.alert-info a{
    font-weight:bold;
    color:#31708f;
}

.alert.alert-danger a{
	color:inherit;
}

#eirewave-tv{
	margin:60px 0 30px;
	width:100%;
	height:600px;;
}
.video-js .vjs-big-play-button {
    position: absolute !important;
    top: 55% !important;
    left: 48% !important;
}
.cta-hp-shop{
	margin:10px 0 5px 0;
}

#presenters .presenters-img > img{
	width:100%;
}
#presenters .presenters-img > button{    margin-bottom: 30px;
    margin: 10px auto 30px;
    display: block;
}
#presenters .presenters-bio h3{
    font-weight: bold;
    line-height: 1.2em;
    font-size:1.2em;
    text-align:center;
    margin-bottom: 15px;
}
#presenters .presenters-bio h4{
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top:20px;
}
#presenters h2{
	text-align:center;
	margin:10px 0;
}