/*Player*/


body.withFloatingPlayer{
    margin-bottom:100px;
}

.playerView
{
    border-radius:8px;
}

.playerView .radioPlayerControls .controlBlock:nth-child(3){
    width: 100%;

    max-width: 100%;

}

.playerView .buttons .shuffle,
.playerView .buttons .repeat
{
    display:none !important;
}

.Player.hideMejsControls .mejs-time-rail
{
    display:none!important;
}
.mejs-controls .mejs-time-rail .mejs-time-handle
{
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: none !important;
    top: -6px !important;
    transform: scale(0);
    transition: transform 0.5s ease;
}
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    transform: scale(1);
}
.playerView.closed .mejs-controls .mejs-time-rail .mejs-time-handle  {
    display:none;
}
.playerView.closed .Player .mejs-controls div.mejs-time-rail{
    padding:5px 0 5px 4px;
    /*bottom: 76px;*/
    bottom:90px;
    width: 96% !important;
    left: 2%;
}
.playerView.closed .mejs-controls .mejs-time-rail .mejs-time-current:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -8px;
    z-index: 1;
    width: 9px;
    height: 9px;
    border-radius: 16px;
    background-color: #aeaeae;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    height:5px;
    border-radius:6px 0 0 0;
}
.playerView.opened .loaderMask{
    display: none;
}
.playerView.opened .loaderMask.loading{
    display: block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.8);
    z-index:2000;
}
.playerView.opened .loaderMask.loading .equalizer{
    display: block;
    top: 50%;
    width: 100%;
    position: absolute;
    vertical-align:middle;
    margin:0 auto;
    text-align:center;
}
.playerView.opened .loaderMask.loading .equalizer p{
    color:#fff;
}
.playerView.opened .loaderMask.loading .equalizer span{
    display: inline-block;
    position:absolute;
    bottom: 60px;
    width: 13px;
    height: 60px;
    background-color: #fff;
    margin: 0;
    border-radius: 20px;
    animation-name: eqLoading;
    animation-duration:800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.playerView.opened .loaderMask.loading .equalizer span.eq1{

    left: calc(50% - 5px);
}
.playerView.opened .loaderMask.loading .equalizer span.eq2{

    left: calc(50% - 25px);

    animation-delay: 200ms;
}
.playerView.opened .loaderMask.loading .equalizer span.eq3{

    left: calc(50% + 15px);

    animation-delay: 450ms;
}
.playerView .Player{
    position: absolute;
    width: 100%;
    height: 0px;
    bottom:0px;
    z-index: 2;
    visibility: hidden;
}
.playerView .labeled .label{
    display: none;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform:  uppercase;
    padding: 0.6rem;
    border-color: inherit;
    opacity: 0;
    transition: all .5s ease;
}

.playerView .labeled.visibleLabel .label, .playerView .labeled.canali:hover .label,.playerView .labeled.close:hover .label{
    display:block;
    opacity:1;
    top: calc(0px - 2.6rem);
}
.playerView .canali.labeled:hover .label
{
    top: calc(0px - 3rem);
}
.playerView .labeled .label:after{/*freccia del fumetto*/
    content:"";
    display:block;
    position:absolute;
    top:100%;
    left:calc(50% - 0.4rem);
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.3rem solid;
}
.Player .mejs-controls .mejs-time-rail .mejs-time-loaded{
    display:none;
}
.playerView.VOD .programWrapper{
    visibility:hidden;
}
.playerView.VOD .Player{
    visibility:visible;
}
.playerView.VOD .Player .mejs-mediaelement video{
    position:fixed;
    width: 345px!important;
    height: auto!important;
    max-height: 194px;
    right:20px;
    bottom:120px;
    transition:all 1s ease;
}
.playerView.VOD.closed .Player.paused .mejs-mediaelement video{
    right:-25vw;
}
.playerView.opened.VOD .Player .mejs-mediaelement video{
    width: 768px!important;
    max-width: 90%;
    max-height: 432px;
    right: 50%;
    bottom: 50%;
    transform: translateX(50%) translateY(50%);
}
/*.playerView.VOD .Player .mejs-fullscreen-button{
    position: fixed;
    right: 25px;
    bottom: 125px;
    top:auto;
    width: 31px;
    height: 22px;
}*/
.playerView .Player .mejs-controls{
    visibility:visible!important;
    position: fixed;
    bottom: -100%;
    right: -100%;
}
.playerView .Player .mejs-controls>div{
    width:0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 0;
}
.playerView .Player .mejs-controls div.mejs-time-rail{
    position:fixed;
    bottom: 80px;
    width: 100%;
    padding: 0;
    margin: 0 -5px;
    height: 5px;
    z-index:3;
    transition:all 1s ease;
}
.playerView .radioPlayerControls.live+.Player .mejs-controls div.mejs-time-rail{
    display:none;
}
.playerView.youradio .Player .mejs-time-rail {
    display:none;
}
.playerView .Player .mejs-controls .mejs-time{
    position:fixed;
    bottom:90px;
    opacity:0;
    z-index:0;
    overflow: visible;
    cursor:default;
    transition:all 1s ease;
    height: 17px;
}
.playerView:hover .Player .mejs-controls .mejs-time{
    opacity:1;
    bottom:105px;
}
.playerView.opened .Player .mejs-controls .mejs-time{
    opacity:1;
    bottom:155px;
}
.playerView .Player .mejs-controls .mejs-time span{
    font-family: "Karla";
    font-size: 1rem;
    font-weight: 700;
}
.playerView .Player .mejs-controls .mejs-time.mejs-currenttime-container{
    /*left:5px;*/
    left:50px;
}
.playerView .Player .mejs-controls .mejs-time.mejs-duration-container{
    /*right: 55px;*/
    right:95px;
}
.playerView.opened .Player .mejs-controls .mejs-time.mejs-duration-container{
    /*right: 55px;*/
    right:135px;
}
.playerView.opened .Player .mejs-controls div.mejs-time-rail{
    bottom: 168px;
    overflow: visible;
    width: 96% !important;
    left: 2%;
    padding: 0 0 0 4px;
    border-radius:0;
}
.playerView .Player .mejs-controls div.mejs-time-rail .mejs-time-total{
    margin: 0;
    right: 1%;
    left: 5px;
    width: 99.7% !important;
    top: 4px;
    height: 5px;
    border-radius: 0;
    background: rgba(255,255,255,0);
}
.playerView .Player .mejs-controls  .mejs-volume-slider {
    display: block!important;
    width: 23px;
    height: 50px;
    opacity: 0;
    position: fixed;
    top: auto;
    bottom: 65px;
    right: 130px;
    left: auto;
    padding-right: 18px;
    overflow: hidden;
    transition: all 300ms ease;
    z-index: 4;
    padding-bottom: 45px;
    padding-right: 35px;
    background: rgba(50, 50, 50, 0);
}
.playerView .Player .mejs-controls  .mejs-volume-slider:hover {
    height:115px;
    opacity:1;
}
.playerView.opened .Player .mejs-controls  .mejs-volume-slider {
    bottom: 75px;
}
.closed.playerView.opened .Player .mejs-controls .mejs-volume-slider {
    bottom: 50px;
}
.mejs-controls .mejs-volume-slider .mejs-volume-total  {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    width: 5px !important;
    border-radius: 5px;
}
.playerView.opened .radioPlayerControls .buttons span.volume {
    margin-right: 45px;
}
html.touch .playerView .radioPlayerControls .buttons span.volume {
    display:none;
}
/*Player end*/

.playerView {
    position: fixed;
    bottom: 0px;
    height: 100%;
    width: 100%;
    /* background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe); */
    overflow: hidden;
    /* will-change: height , opacity; */
    /* transition: all 1000ms ease; */
    transition: opacity 500ms ease;
    z-index: 110;
}

.playerView.opened {
    display: block;
    opacity:1;
    height: 100%;
    border-radius:0;
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
    transition:background 800ms ease;
}

.playerView.opened.changeChannel
{
    transition:background 800ms ease;
    display: block;
    opacity:1;
    height: 100%;
}

.playerView.closed{
    overflow:visible;
    background-color:transparent;
    transition:opacity 500ms ease;
}
.playerView:before{
    /*
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 500ms ease;
    */
}
.playerView.closed:before{
    opacity:1;
}

/** CLASSE GENERICA **/
.playerView .fullView  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/01-Radio1.png)top center no-repeat #443fcd;
}

.playerView .channelWrapper .chanList
{
    background-color:rgba(65,68,197,0.9);
}

.playerView[data-chan='RaiRadio1'] .fullView,
.playerView[data-chan='RaiRadio1Sport'] .fullView
  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/01-Radio1.png)top center no-repeat #443fcd;
}

.playerView[data-chan='RaiRadio1'] .channelWrapper .chanList,
.playerView[data-chan='RaiRadio1Sport'] .channelWrapper .chanList
{
    background-color:rgba(65,68,197,0.9);
}

.playerView[data-chan='RaiRadio2'] .fullView,
.playerView[data-chan='RaiRadio2Indie'] .fullView
   {
    /*background-image: linear-gradient(45deg, #772b5a, #d3362f, #ffce7a);*/
    background: url('/dl/components/img/radio/02-Radio2.png')top center no-repeat #fb0007;
}

.playerView[data-chan='RaiRadio2'] .channelWrapper .chanList,
.playerView[data-chan='RaiRadio2Indie'] .channelWrapper .chanList
{
    background-color:rgba(229,28,34,0.9);
}

.playerView[data-chan='RaiRadio3'] .fullView {
    /* background-image: linear-gradient(45deg, #183d41, #50b173, #b4ffb8);*/
    background: url(/dl/components/img/radio/03-Radio3.png)top center no-repeat #00b867;
}

.playerView[data-chan='RaiRadio3'] .channelWrapper .chanList
{
    background-color:rgba(0,180,109,0.9);
}

.playerView[data-chan='RaiRadioKids'] .fullView {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/07-RadioKids.png)top center no-repeat #00bdf3;
}

.playerView[data-chan='RaiRadioKids'] .channelWrapper .chanList
{
    background-color:rgba(45,186,239,0.9);
}

.playerView[data-chan='RaiRadioClassica'] .fullView  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/04-RadioClassica.png)top center no-repeat #606805;
}

.playerView[data-chan='RaiRadio3Classica'] .fullView  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/04-RadioClassica.png)top center no-repeat #00b867;
}

.playerView[data-chan='RaiRadioClassica'] .channelWrapper .chanList
{
    background-color:rgba(96,104,5,0.9);
}

.playerView[data-chan='RaiRadio3Classica'] .channelWrapper .chanList
{
    background-color:rgba(0,180,109,0.9);
}

.playerView[data-chan='RaiRadioGR'] .fullView  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/universo.png) top center no-repeat #0b1419;
}

.playerView[data-chan='RaiRadioGR'] .channelWrapper .chanList
{
    background-color:rgba(11,20,25,0.9);
}

.playerView[data-chan='RaiRadioGRParlamento'] .fullView {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/09-GrParlamento.png)top center no-repeat #004996;
}

.playerView[data-chan='RaiRadioGRParlamento'] .channelWrapper .chanList,
.playerView[data-chan='RaiIsoradio'] .channelWrapper .chanList
{
    background-color:rgba(0,73,150,0.9);
}

.playerView[data-chan='RaiIsoradio'] .fullView {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/10-Isoradio.png)top center no-repeat #004996;
}

.playerView[data-chan='RaiRadioLive'] .fullView  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/06-RadioLive.png)top center no-repeat #bf0000;
}

.playerView[data-chan='RaiRadioLive'] .channelWrapper .chanList
{
    background-color:rgba(175,8,15,0.9);
}

.playerView[data-chan='RaiRadioTechet\00e8'] .fullView, .playerView[data-chan='RaiRadioTechete'] .fullView  {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/11-Techete.png)top center no-repeat #006a54;
}

.playerView[data-chan='RaiRadioTechet\00e8'] .channelWrapper .chanList, .playerView[data-chan='RaiRadioTechete'] .channelWrapper .chanList
{
    background-color:rgba(7,104,85,0.9);
}

.playerView[data-chan='RaiRadioTuttaItaliana'] .fullView {
    /*background-image: linear-gradient(45deg, #251d30, #4148be, #41bdbe);*/
    background: url(/dl/components/img/radio/05-Tuttaitaliana.png)top center no-repeat #145f7e;
}

.playerView[data-chan='RaiRadioTuttaItaliana'] .channelWrapper .chanList
{
    background-color:rgba(20,95,126,0.9);
}

.playerHeader{
    opacity: 1;
    transition:opacity 500ms ease;
}
.playerView.closed .playerHeader{
    opacity:0;
}
/*#######################################  Player */
.programList {
    display: block;
    opacity: 1;
    overflow: hidden;
    margin-left:0;
    transition:opacity 500ms ease;
    margin-top:-30px;
}
.playerWrapper ul.programList.slick-slider {
    height: 100% !important;
}
.playerView.closed .programList {
    opacity:0!important;
}
/*######### Programs */
.programList .dateLabel{
    display:none;
    position: absolute;
    color: #fff;
    transition: transform 300ms ease;
    left: 40px;
    top:45px;
}
.programList .dateLabel span{
    display:block;
}
.programWrapper {
    margin: 9vh 0px 250px 0px;
    height: auto;
    position:relative;
    outline: none;
}

.programList:not(.expanded) .programWrapper.prevSlide .programItem{
    transform:scale(0.8) translateX(-10%);
}
.programList:not(.expanded) .programWrapper.prevSlide:hover .programItem{
    transform:scale(0.8) translateX(50%);
}
.programList:not(.expanded) .programWrapper.nextSlide .programItem{
    transform:scale(0.8) translateX(10%);
}
.programList:not(.expanded) .programWrapper.nextSlide:hover .programItem{
    transform:scale(0.8) translateX(-50%);
}
.programWrapper .time{
    display:none;
    width: 50vh;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: scale3d(0.8,0.8,0.8);
}
.programWrapper .tiltCover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.programWrapper .programItem {
    display: block;
    width: 50vh;
    height: 50vh;
    margin: 0 auto;
    opacity: 0.6;
    transform-style: preserve-3d;
    transform: scale3d(0.8,0.8,0.8);
    transition: 500ms ease all;
}

.programWrapper .programItem .img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.programWrapper .programItem .img img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 2px;
}

.js-tilt-glare {
    border-radius: 2px;
}

.programWrapper .programItem .img:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.programWrapper .programItem .programInfo {
    position:absolute;
    bottom: 84px;
    left: -74px;
}
.programWrapper .programItem h2 {
    position: absolute;
    bottom:0;
    z-index: 1;
    width: 100%;
    font-family: "Raleway";
    font-size: 3.5rem;
    line-height: 3.7rem;
    font-weight: 800;
    color: #fff;
    opacity: 0;
}

.programWrapper .programItem .description {
    position: absolute;
    top: calc(42vh + 14px);
    left: 0px;
    z-index: 1;
    width: 100%;
    font-family: "Karla";
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: rgba(255,255,255,0.4);
    opacity: 0;
}
.programWrapper .programItem .description strong {
    display:block;
}
.programWrapper .programItem .ico {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 84px;
    height: 84px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-indent: -9000px;
    opacity: 0;
    overflow: hidden;
}
.programList.liveSyncDisabled .programWrapper .programItem .ico{
    opacity:0.3;
    cursor:default;
}
.programList .programItem .ico.follow {
    left: 0px;
    background: url(/dl/components/img/radio/ico-follow.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.programList .programItem .ico.options {
    right: 0px;
    background: url(/dl/components/img/radio/ico-options.png);
    background-size: 100%;
    cursor: pointer;
}
.programList .programItem .optionsPanel{
    display:none;
    position:absolute;
    min-width: 250px;
    bottom:0;
    left: 100%;
}
.programList .programItem .optionsPanel.opened{
    display:block;
    top:auto;
    box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.2);
}
.programList .programItem .optionsPanel.opened ul{
    list-style: none;
}
.programList .programItem .optionsPanel.opened ul li a{
    color:#000;
}
.programList .programItem .optionsPanel.opened:before{
    top:auto;
    bottom:18px;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover .optionsPanel.opened p.programTitle{
    position: static !important;
}
.programList .programItem .optionsPanel ul.userActions li.follow {
    background: url(/dl/components/img/radio/segui_playlist.png);
}
.programList .programItem .optionsPanel ul.userActions li.goToProgram {
    background: url(/dl/components/img/radio/vai_playlist.png);
}
.programList .programItem .optionsPanel ul.userActions li.addToPlaylist {
    background: url(/dl/components/img/radio/addPlaylist.png);
}
.optionsOpened{
    z-index:9999 !important;
}

/*############## current slide*/
.programWrapper.slick-current {
    position: relative;
    z-index: 1;
}
.programWrapper.slick-current .tiltCover{
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    z-index: 0;
}
.programWrapper.slick-current .programItem {
    display: block;
    /* width: 42vh; */
    /* height: 42vh; */
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1,1,1);
    /* transition: none; */
}

.programWrapper.slick-current .programItem .title, .programWrapper.slick-current .programItem .description, .programWrapper.slick-current .programItem .ico {
    opacity: 1;
    transform: translateZ(1px);
}

.programWrapper.slick-current .programItem .title {
    transform: translateZ(20px);
}

.programWrapper.slick-current .programItem .description{
    display:none;
}
.programWrapper.slick-current .programItem .description strong {
    display:block;
}
.programWrapper.slick-current .programItem .img img {
    -webkit-box-shadow: 0px 60px 136px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 60px 136px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 60px 136px 0px rgba(0,0,0,0.5);
}

.programWrapper.slick-current .programItem .img:after {
    background: -moz-linear-gradient(75deg, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0) 63%, rgba(33,33,33,0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33,33,33,0)), color-stop(37%, rgba(33,33,33,0)), color-stop(100%, rgba(33,33,33,0.6)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(75deg, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0) 63%, rgba(33,33,33,0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(75deg, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0) 63%, rgba(33,33,33,0) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(75deg, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0) 63%, rgba(33,33,33,0) 100%);
    /* ie10+ */
    background: linear-gradient(15deg, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0) 63%, rgba(33,33,33,0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121',GradientType=0 );
    /* ie6-9 */
}

/*################ current slide end*/
/*######### Programs Expanded view */
.programList.expanded .dateLabel{
    display:block;
}
.programList.expanded li{
    margin-top: 18vh;
    transition:transform 300ms linear;
}
.programList.expanded li .time{
    display:block;
    bottom: -7rem;
    font-size: 3rem;
    color:#fff;
    opacity: 0.5;
}
.programList.expanded li.slick-current .time{
    opacity:1;
}
.programList.expanded li:hover .programItem{
    transform:translateY(-10px);
}
.programList.expanded li .tiltCover{
    display:none;
}
.programList.expanded li .programItem {
    width: 30vh;
    height: 30vh;
    transform:scale3d(1,1,1);
    border-radius: 2px;
    box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.2);
}
.programList.expanded li:hover .programItem, .programList.expanded li.slick-current .programItem {
    /* transform: scale3d(0.8,0.8,0.8) translateY(-10px); */
}
.programList.expanded li.slick-current .programItem .title {
    transform: translateZ(0px);
    white-space:normal;
    overflow:visible;
    height:auto;
    bottom:60px;
    width:100%;
}
.programList.expanded li .programItem h2 {
    position: absolute;
    bottom: 0px;
    left:5px;
    z-index: 1;
    width: calc(100% - 50px);
    font-family: "Raleway";
    font-size: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 800;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.programList.expanded li .programItem .ico.options{
    opacity: 1;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 50%;
}
.programList.expanded li.slick-current .programItem .ico.follow{
    opacity: 1;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 50%;
}
.playerView .playerWrapper .ico_canali.canale {
    background: url(/dl/components/img/radio/player/cambia_canale.svg) center 0 no-repeat;
    /*right: 140px;*/
    left:110px;
    background-size: 22px 22px;
}
.playerView .playerWrapper .ico_canali.overview {
    background: url('/dl/components/img/radio/player/vai_overview.svg') center 0 no-repeat;
    left:30px;
    background-size: 27px 22px;
}
.playerView .playerWrapper .ico_canali.overview.player {
    background: url('/dl/components/img/radio/player/vai_player.svg') center 0 no-repeat;
    background-size: 27px 22px;
}
.playerView.closed .playerWrapper .ico_canali {
    z-index: 0;
}
.playerView .playerWrapper .ico_canali {
    cursor: pointer;
    font-family: "Karla";
    font-size: 12px;
    position: absolute;
    top: 30px;
    z-index: 1;
    padding-top: 30px;
    color: #ffffff;
    width: 70px;
    text-align: center;
}
/*######### Programs Expanded view end */
/*######### Programs */

/*#######################################  radioPlayerControls */
.playerView .radioPlayerControls{
    /* display: block; */
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    /*transition:all 1000ms ease;*/
}
.playerView .radioPlayerControls.loading:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
    background-image: url('/dl/components/img/loader.gif');
    background-size: 100px;
    background-position:center;
    background-repeat: no-repeat;
    z-index:10;
}


/*.radioPlayerControls > div {
    display: block;
    width: 1152px;
    height: 196px;
    margin: 0px auto;
    background: url(/dl/radio/images/static/radioPlayerControls.png) center left no-repeat;
    background-size: 100% auto;
}*/

.playerView .radioPlayerControls .seekBar {
    display: none;
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
    margin: 0px auto 0 auto;
    /*transition:all 1s ease;*/
}
.playerView .radioPlayerControls.live .seekBar{
    display:block;
    border-radius: 11px 11px 0 0;
    top: -5px;
}
.playerView .radioPlayerControls.advStream .seekBar {
    display:none!important;
}
.playerView .radioPlayerControls .seekBar .timeline span, .playerView.opened .Player .mejs-controls .mejs-time span {
    display: block;
    position: absolute;
    top: -34px;
    height: 17px;
    font-family: "Karla";
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    opacity: 0.5;
    margin:0 5px;
}

.playerView.opened .Player .mejs-controls .mejs-time.mejs-currenttime-container {
    left: 55px;
}
.playerView.opened .Player .mejs-controls .mejs-time span{
    font-size: 1rem !important;
}

.playerView .radioPlayerControls .seekBar .timeline .start {
    left: 35px;
}

.playerView .radioPlayerControls .seekBar .timeline .end {
    right: 35px;
}
.playerView .radioPlayerControls .seekBar .timeline .timeFlag{
    display:none;
    position:absolute;
    bottom:0;
    left: -2rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
    height: 1.2rem;
    width: 4rem;
    padding: 0 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0.9;
    border: none;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    display:none;
    position:absolute;
    bottom:0;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 0 18px;
    height: 1.2rem;
    width: 4rem;
    padding: 0 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0.9;
    border: none;
    transform: translateX(-55px);
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current{
    width:100%;
    font-family: "Karla";
    font-size: 0.8rem;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner{
    left:calc(50% - 5px);
    top: 100%;
}
.playerView .radioPlayerControls .seekBar .timeline .timeFlag:after{
    content:"";
    display:block;
    background-color:transparent;
    width: 0;
    height: 0;
    border-style: solid;
    position:relative;
    left:calc(50% - 5px);
    border-width: 5px 5px 0 5px;
    border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
}
.playerView .radioPlayerControls .seekBar:hover .timeline .timeFlag {
    display: block;
}
.playerView .radioPlayerControls .seekBar .timeline {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    /*top: 5px;*/
    top:4px;
    border-radius: 0;
    background-color: rgba(255,255,255,0);
}

.stickyView .seekBar {
    overflow: hidden;
    height: 20px;
}

.playerView .stickyView .radioPlayerControls .seekBar .progress:after {
    height: 15px;
    width:15px;
    top: -5px;
}

.playerView .radioPlayerControls .seekBar .progress {
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    /*width: initial;*/
    width:100%;
    height: 5px;
    cursor:pointer;
    border-radius: 20px;
    background: #fff;
    transform: translateX(-100%);
    will-change: transform;
}
.playerView .radioPlayerControls .seekBar.liveSyncDisabled .progress{
    display: none;
}
.playerView .radioPlayerControls .seekBar .progress:after {
    content:"";
    display: block;
    position: absolute;
    top: -6px;
    right: -8px;
    z-index: 5;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    background: #fff;
    transform: scale(0);
    transition: 300ms ease transform;
    opacity: 1;
}
.playerView .radioPlayerControls .seekBar:hover .progress:after {
    transform: scale(1);
    background: #fff;
}

/** CLASSE GENERICA **/
.closed.playerView .stickyView .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #4144c5;
}
.closed.playerView .seekBar .progress, .closed.playerView .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView .radioPlayerControls .seekBar .progress:after {
    background: #4144c5;
}
.closed.playerView .radioPlayerControls .seekBar .livePos {
    background: #6c71f2;
}
.closed.playerView .radioPlayerControls .seekBar .livePos:after {
    background: #4144c5;
    border: 4px solid #4144c5;
}
.closed.playerView .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #4144c5 !important;
}
.closed.playerView .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #4144c5 !important;
}

.closed.playerView[data-chan='RaiRadio1'] .stickyView .radioPlayerControls .buttons span.play-pause,
.isList.playerView[data-chan='RaiRadio1'] .stickyView .radioPlayerControls .buttons span.play-pause,
.closed.playerView[data-chan='RaiRadio1Sport'] .stickyView .radioPlayerControls .buttons span.play-pause,
.isList.playerView[data-chan='RaiRadio1Sport'] .stickyView .radioPlayerControls .buttons span.play-pause
 {
    border: 2px solid #4144c5;
}
.closed.playerView[data-chan='RaiRadio1'] .labeled .label,
.closed.playerView[data-chan='RaiRadio1Sport'] .labeled .label
{
    background-color:#4144c5;
}
.closed.playerView[data-chan='RaiRadio1'] .labeled .label:after,
.closed.playerView[data-chan='RaiRadio1Sport'] .labeled .label:after
{
    border-top-color:#4144c5;
}
.closed.playerView[data-chan='RaiRadio1'] .seekBar .progress,
.closed.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar:hover .progress:after,
.closed.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar .progress:after,
.isList.playerView[data-chan='RaiRadio1'] .seekBar .progress,
.isList.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar:hover .progress:after,
.isList.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar .progress:after,
.closed.playerView[data-chan='RaiRadio1Sport'] .seekBar .progress,
.closed.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar:hover .progress:after,
.closed.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar .progress:after,
.isList.playerView[data-chan='RaiRadio1Sport'] .seekBar .progress,
.isList.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar:hover .progress:after,
.isList.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar .progress:after
{
    background: #4144c5;
}
.closed.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar .livePos,
.isList.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar .livePos,
.closed.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar .livePos,
.isList.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar .livePos
 {
    background: #6c71f2;
}
.closed.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar .livePos:after,
.isList.playerView[data-chan='RaiRadio1'] .radioPlayerControls .seekBar .livePos:after,
.closed.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar .livePos:after,
.isList.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .seekBar .livePos:after
 {
    background: #4144c5;
    border: 4px solid #4144c5;
}
.closed.playerView[data-chan='RaiRadio1'] .mejs-controls .mejs-time-rail .mejs-time-current, 
.isList.playerView[data-chan='RaiRadio1'] .mejs-controls .mejs-time-rail .mejs-time-current,
.closed.playerView[data-chan='RaiRadio1Sport'] .mejs-controls .mejs-time-rail .mejs-time-current, 
.isList.playerView[data-chan='RaiRadio1Sport'] .mejs-controls .mejs-time-rail .mejs-time-current
 {
    background: #4144c5 !important;
}
.closed.playerView[data-chan='RaiRadio1'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
 .isList.playerView[data-chan='RaiRadio1'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
 .closed.playerView[data-chan='RaiRadio1Sport'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
 .isList.playerView[data-chan='RaiRadio1Sport'] .mejs-controls .mejs-time-rail .mejs-time-current:after
 {
    background: #4144c5 !important;
}
.closed.playerView[data-chan='RaiRadio2'] .stickyView .radioPlayerControls .buttons span.play-pause,
 .isList.playerView[data-chan='RaiRadio2'] .radioPlayerControls .buttons span.play-pause,
 .closed.playerView[data-chan='RaiRadio2Indie'] .stickyView .radioPlayerControls .buttons span.play-pause,
 .isList.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .buttons span.play-pause
 
{
    border: 2px solid #e61c23;
}
.closed.playerView[data-chan='RaiRadio2'] .labeled .label,
.closed.playerView[data-chan='RaiRadio2Indie'] .labeled .label
{
    background-color:#e61c23;
}
.closed.playerView[data-chan='RaiRadio2'] .labeled .label:after,
.closed.playerView[data-chan='RaiRadio2Indie'] .labeled .label:after
{
    border-top-color:#e61c23;
}
.closed.playerView[data-chan='RaiRadio2'] .seekBar .progress,
 .closed.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar:hover .progress:after,
 .closed.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar .progress:after,
 .isList.playerView[data-chan='RaiRadio2'] .seekBar .progress,
 .isList.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar:hover .progress:after,
 .isList.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar .progress:after,
.closed.playerView[data-chan='RaiRadio2Indie'] .seekBar .progress,
 .closed.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar:hover .progress:after,
 .closed.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar .progress:after,
 .isList.playerView[data-chan='RaiRadio2Indie'] .seekBar .progress,
 .isList.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar:hover .progress:after,
 .isList.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar .progress:after
 {
    background: #e61c23;
}
.closed.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar .livePos,
 .isList.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar .livePos,
 .closed.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar .livePos,
 .isList.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar .livePos
 
 {
    background: #e64441;
}
.closed.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar .livePos:after,
.isList.playerView[data-chan='RaiRadio2'] .radioPlayerControls .seekBar .livePos:after,
.closed.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar .livePos:after,
.isList.playerView[data-chan='RaiRadio2Indie'] .radioPlayerControls .seekBar .livePos:after
 {
    background: #e61c23;
    border: 4px solid #e61c23;
}
.closed.playerView[data-chan='RaiRadio2'] .mejs-controls .mejs-time-rail .mejs-time-current,
 .isList.playerView[data-chan='RaiRadio2'] .mejs-controls .mejs-time-rail .mejs-time-current,
 .closed.playerView[data-chan='RaiRadio2Indie'] .mejs-controls .mejs-time-rail .mejs-time-current,
 .isList.playerView[data-chan='RaiRadio2Indie'] .mejs-controls .mejs-time-rail .mejs-time-current
 {
    background: #e61c23 !important;
}
.closed.playerView[data-chan='RaiRadio2'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
 .isList.playerView[data-chan='RaiRadio2'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
.closed.playerView[data-chan='RaiRadio2Indie'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
 .isList.playerView[data-chan='RaiRadio2Indie'] .mejs-controls .mejs-time-rail .mejs-time-current:after 
 {
    background: #e61c23 !important;
}
.closed.playerView[data-chan='RaiRadio3'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #00b46e;
}
.closed.playerView[data-chan='RaiRadio3'] .labeled .label{
    background-color:#00b46e;
}
.closed.playerView[data-chan='RaiRadio3'] .labeled .label:after{
    border-top-color:#00b46e;
}
.closed.playerView[data-chan='RaiRadio3'] .seekBar .progress, .closed.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar .progress:after, .closed.playerView[data-chan='RaiRadio3'] .seekBar .progress, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar .progress:after {
    background: #00b46e;
}
.closed.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar .livePos {
    background: #77b49d;
}
.closed.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadio3'] .radioPlayerControls .seekBar .livePos:after {
    background: #00b46e;
    border: 4px solid #00b46e;
}
.closed.playerView[data-chan='RaiRadio3'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadio3'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #00b46e !important;
}
.closed.playerView[data-chan='RaiRadio3'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadio3'] .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #00b46e !important;
}
.closed.playerView[data-chan='RaiRadioKids'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .buttons span.play-pause {
    border: 2px solid #2dbbee;
}
.closed.playerView[data-chan='RaiRadioKids'] .labeled .label{
    background-color:#2dbbee;
}
.closed.playerView[data-chan='RaiRadioKids'] .labeled .label:after{
    border-top-color:#2dbbee;
}
.closed.playerView[data-chan='RaiRadioKids'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar .progress:after, .isList.playerView[data-chan='RaiRadioKids'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar .progress:after {
    background: #2dbbee;
}
.closed.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar .livePos {
    background: #93d3ee;
}
.closed.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadioKids'] .radioPlayerControls .seekBar .livePos:after {
    background: #2dbbee;
    border: 4px solid #2dbbee;
}
.closed.playerView[data-chan='RaiRadioKids'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioKids'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #2dbbee !important;
}
.closed.playerView[data-chan='RaiRadioKids'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioKids'] .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #2dbbee !important;
}
.closed.playerView[data-chan='RaiRadioClassica'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #606806;
}
.closed.playerView[data-chan='RaiRadioClassica'] .labeled .label{
    background-color:#606806;
}
.closed.playerView[data-chan='RaiRadioClassica'] .labeled .label:after{
    border-top-color:#606806;
}
.closed.playerView[data-chan='RaiRadioClassica'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .progress:after, .isList.playerView[data-chan='RaiRadioClassica'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .progress:after  {
    background: #606806;
}
.closed.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .livePos {
    background: #b1a63b;
}
.closed.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .livePos:after {
    background: #606806;
    border: 4px solid #606806;
}
.closed.playerView[data-chan='RaiRadioClassica'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioClassica'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #606806 !important;
}
.closed.playerView[data-chan='RaiRadioClassica'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioClassica'] .mejs-controls .mejs-time-rail .mejs-time-current:after  {
    background: #606806 !important;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #00b46e;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .labeled .label{
    background-color:#00b46e;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .labeled .label:after{
    border-top-color:#00b46e;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .progress:after, .isList.playerView[data-chan='RaiRadioClassica'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .progress:after  {
    background: #00b46e;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .livePos {
    background: #77b49d;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadioClassica'] .radioPlayerControls .seekBar .livePos:after {
    background: #00b46e;
    border: 4px solid #00b46e;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioClassica'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #00b46e !important;
}
.closed.playerView[data-chan='RaiRadio3Classica'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioClassica'] .mejs-controls .mejs-time-rail .mejs-time-current:after  {
    background: #00b46e !important;
}
.closed.playerView[data-chan='RaiRadioGR'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #004996;
}
.closed.playerView[data-chan='RaiRadioGR'] .labeled .label{
    background-color:#004996;
}
.closed.playerView[data-chan='RaiRadioGR'] .labeled .label:after{
    border-top-color:#004996;
}
.closed.playerView[data-chan='RaiRadioGR'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioGR'] .RaiRadioGR .seekBar .progress:after, .isList.playerView[data-chan='RaiRadioGR'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioGR'] .RaiRadioGR .seekBar .progress:after {
    background: #004996;
}
.closed.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .seekBar .livePos {
    background: #0c6fe4;
}
.closed.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadioGR'] .radioPlayerControls .seekBar .livePos:after {
    background: #004996;
    border: 4px solid #004996;
}
.closed.playerView[data-chan='RaiRadioGR'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioGR'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background:  #004996 !important;
}
.closed.playerView[data-chan='RaiRadioGR'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioGR'] .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #004996 !important;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioGRParlamento'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #004996;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .labeled .label{
    background-color:#004996;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .labeled .label:after{
    border-top-color:#004996;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioGRParlamento'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioGRParlamento'] .RaiRadioGR .seekBar .progress:after {
    background: #004996;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioGRParlamento'] .radioPlayerControls .seekBar .livePos {
    background: #0c6fe4;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadioGRParlamento'] .radioPlayerControls .seekBar .livePos:after {
    background: #004996;
    border: 4px solid #004996;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioGRParlamento'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background:  #004996 !important;
}
.closed.playerView[data-chan='RaiRadioGRParlamento'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioGRParlamento'] .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #004996 !important;
}
.closed.playerView[data-chan='RaiIsoradio'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #004996;
}
.closed.playerView[data-chan='RaiIsoradio'] .labeled .label{
    background-color:#004996;
}
.closed.playerView[data-chan='RaiIsoradio'] .labeled .label:after{
    border-top-color:#004996;
}
.closed.playerView[data-chan='RaiIsoradio'] .seekBar .progress, .closed.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiIsoradio'] .RaiRadioGR .seekBar .progress:after, .isList.playerView[data-chan='RaiIsoradio'] .seekBar .progress, .isList.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiIsoradio'] .RaiRadioGR .seekBar .progress:after {
    background: #004996;
}
.closed.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .seekBar .livePos {
    background: #0c6fe4;
}
.closed.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiIsoradio'] .radioPlayerControls .seekBar .livePos:after {
    background: #004996;
    border: 4px solid #004996;
}
.closed.playerView[data-chan='RaiIsoradio'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiIsoradio'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background:  #004996 !important;
}
.closed.playerView[data-chan='RaiIsoradio'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiIsoradio'] .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #004996 !important;
}
.closed.playerView[data-chan='RaiRadioLive'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #af090e;
}
.closed.playerView[data-chan='RaiRadioLive'] .labeled .label{
    background-color:#af090e;
}
.closed.playerView[data-chan='RaiRadioLive'] .labeled .label:after{
    border-top-color:#af090e;
}
.closed.playerView[data-chan='RaiRadioLive'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioLive'] .RaiRadioGR .seekBar .progress:after, .isList.playerView[data-chan='RaiRadioLive'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioLive'] .RaiRadioGR .seekBar .progress:after {
    background: #af090e;
}
.closed.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .seekBar .livePos {
    background: #ee090e;
}
.closed.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .seekBar .isList:after, .closed.playerView[data-chan='RaiRadioLive'] .radioPlayerControls .seekBar .livePos:after {
    background: #af090e;
    border: 4px solid #af090e;
}
.closed.playerView[data-chan='RaiRadioLive'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioLive'] .mejs-controls .mejs-time-rail .mejs-time-current  {
    background:  #af090e !important;
}
.closed.playerView[data-chan='RaiRadioLive'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioLive'] .mejs-controls .mejs-time-rail .mejs-time-current:after  {
    background: #af090e !important;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .stickyView .radioPlayerControls .buttons span.play-pause, .closed.playerView[data-chan='RaiRadioTechete'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #066855;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .labeled .label{
    background-color:#066855;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .labeled .label:after{
    border-top-color:#066855;
}
.closed.playerView[data-chan='RaiRadioTechete'] .labeled .label{
    background-color:#066855;
}
.closed.playerView[data-chan='RaiRadioTechete'] .labeled .label:after{
    border-top-color:#066855;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioTechet\00e8'] .RaiRadioGR .seekBar .progress:after,
.closed.playerView[data-chan='RaiRadioTechete'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioTechete'] .RaiRadioGR .seekBar .progress:after,
.isList.playerView[data-chan='RaiRadioTechet\00e8'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioTechet\00e8'] .RaiRadioGR .seekBar .progress:after,
.isList.playerView[data-chan='RaiRadioTechete'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioTechete'] .RaiRadioGR .seekBar .progress:after
{
    background: #066855;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .seekBar .livePos,
.closed.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .seekBar .livePos,
.isList.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .seekBar .livePos,
.isList.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .seekBar .livePos
{
    background: #06ac8e;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .seekBar .livePos:after,
.closed.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .seekBar .livePos:after,
.isList.playerView[data-chan='RaiRadioTechet\00e8'] .radioPlayerControls .seekBar .livePos:after,
.isList.playerView[data-chan='RaiRadioTechete'] .radioPlayerControls .seekBar .livePos:after
{
    background: #066855;
    border: 4px solid #066855;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .mejs-controls .mejs-time-rail .mejs-time-current,
.closed.playerView[data-chan='RaiRadioTechete'] .mejs-controls .mejs-time-rail .mejs-time-current,
.isList.playerView[data-chan='RaiRadioTechet\00e8'] .mejs-controls .mejs-time-rail .mejs-time-current,
.isList.playerView[data-chan='RaiRadioTechete'] .mejs-controls .mejs-time-rail .mejs-time-current
{
    background:  #066855 !important;
}
.closed.playerView[data-chan='RaiRadioTechet\00e8'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
.closed.playerView[data-chan='RaiRadioTechete'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
.isList.playerView[data-chan='RaiRadioTechet\00e8'] .mejs-controls .mejs-time-rail .mejs-time-current:after,
.isList.playerView[data-chan='RaiRadioTechete'] .mejs-controls .mejs-time-rail .mejs-time-current:after
{
    background: #066855 !important;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .stickyView .radioPlayerControls .buttons span.play-pause, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .stickyView .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #135f7e;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .labeled .label{
    background-color:#135f7e;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .labeled .label:after{
    border-top-color:#135f7e;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .seekBar .progress, .closed.playerView[data-chan='RaiRadioTuttaItaliana'] .radioPlayerControls .seekBar:hover .progress:after, .closed.playerView[data-chan='RaiRadioTuttaItaliana'] .RaiRadioGR .seekBar .progress:after,
.isList.playerView[data-chan='RaiRadioTuttaItaliana'] .seekBar .progress, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .radioPlayerControls .seekBar:hover .progress:after, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .RaiRadioGR .seekBar .progress:after
{
    background: #135f7e;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .radioPlayerControls .seekBar .livePos, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .radioPlayerControls .seekBar .livePos  {
    background: #1386ad;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .radioPlayerControls .seekBar .livePos:after, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .radioPlayerControls .seekBar .livePos:after {
    background: #135f7e;
    border: 4px solid #135f7e;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .mejs-controls .mejs-time-rail .mejs-time-current, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #135f7e !important;
}
.closed.playerView[data-chan='RaiRadioTuttaItaliana'] .mejs-controls .mejs-time-rail .mejs-time-current:after, .isList.playerView[data-chan='RaiRadioTuttaItaliana'] .mejs-controls .mejs-time-rail .mejs-time-current:after {
    background: #135f7e !important;
}

.playerView .radioPlayerControls .seekBar .livePos {
    display: block;
    position: absolute;
    top: 0px;
    z-index: 0;
    height: 5px;
    cursor:pointer;
    border-radius: 20px;
    background-color: #c4c4c4;
    width: initial;
    transform: translateX(-100%);
    will-change: transform;
    width:100%;
}
.playerView.opened .radioPlayerControls .seekBar .timeline,.playerView.opened .Player .mejs-controls div.mejs-time-rail .mejs-time-total {
    background-color: rgba(255,255,255,0.4);
}
.playerView .radioPlayerControls .seekBar .livePos:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -8px;
    z-index: 0;
    width: 9px;
    height: 9px;
    border-radius: 9px;
}
.playerView .radioPlayerControls .controlBlock{
    height: 100%;
}
.playerView .radioPlayerControls .programInfo .actions{
    display:inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    color: #fff;
}
.playerView .radioPlayerControls .programInfo .info {
    user-select:none;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 85px;
    padding-top: 2px;
    width: 25%;
}
@media screen and (max-width: 63.95em) {
    .playerView .radioPlayerControls .programInfo .info{
        width: 100%;
    }
}
.playerView .radioPlayerControls .programInfo .info p{
    margin:2px;
}
.playerView .radioPlayerControls .programInfo .actions{
    width: 150px;
}
.playerView .radioPlayerControls .programInfo .actions span{
    display:inline-block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    cursor: pointer;
}
.playerView .radioPlayerControls .programInfo .actions .follow {
    background-image: url(/dl/components/img/radio/ico-follow.png);
}
.playerView .radioPlayerControls .programInfo .actions .options {
    background-image: url(/dl/components/img/radio/ico-options.png);
}

.playerView .radioPlayerControls .buttons span{
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 20px;
    color: #fff;
    cursor:pointer;
    text-align: center;
    /*transition:all 1000ms ease;*/
    vertical-align: middle;
    z-index: 2;
    outline: none;
}
.playerView .radioPlayerControls .buttons .disabled , .playerView .radioPlayerControls .buttons .liveSyncDisabled
{
    cursor:default;
    opacity:0.3;
}
.playerView .radioPlayerControls .buttons span.play-pause span{
    transition:none;
}
.playerView .fullView .radioPlayerControls .buttons span.play-pause{
    width: 84px;
    height: 84px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: relative;
    /*transition: all 1s ease;*/
}

/** CLASSE GENERICA **/
.closed.playerView .radioPlayerControls .buttons span.play-pause{
    border: 2px solid #4144c5;
}

.closed.playerView[data-chan='RaiRadio1'] .radioPlayerControls .buttons span.play-pause,
 .isList.playerView[data-chan='RaiRadio1'] .radioPlayerControls .buttons span.play-pause,
 .closed.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .buttons span.play-pause,
 .isList.playerView[data-chan='RaiRadio1Sport'] .radioPlayerControls .buttons span.play-pause
 {
    border: 2px solid #4144c5;
}
/*.playerView.opened .radioPlayerControls .buttons span.play-pause{
    transform: scale(1.5);
}*/
.playerView .radioPlayerControls .buttons span.play-pause.pause span{
    background-color: #fff;
    width: 6px;
    height: 14px!important;
    bottom: 50%;
    border-radius: 10px;
    left: 27%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    /*display: block;*/
    position: absolute;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    animation-name: motion;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.playerView .radioPlayerControls .buttons span.play-pause .spinner{
    display:none;
    position: absolute;
    border-color: inherit;
    border-style: solid;
    border-width: 5px;
    border-top-color: #fff;
    border-radius: 50%;
    width: calc(50% + 0px)!important;
    height: calc(50% + 0px)!important;
    left: 25%!important;
    top: 25%!important;
}
.playerView .fullView .radioPlayerControls .buttons span.play-pause .spinner{
    border-top-color: rgba(255,255,255,0.1);
}
.playerView .radioPlayerControls .buttons span.play-pause.loading .spinner{
    display:block;
    animation: spin 1.2s linear infinite;
}
.playerView .radioPlayerControls .buttons span.play-pause.loading span,.playerView .radioPlayerControls .buttons span.play-pause.loading img{
    display:none!important;
}
.playerView .radioPlayerControls .buttons span.play-pause .pp1 {
    margin-left: 6px;
    animation-name: motion01 !important;
}
.playerView .radioPlayerControls .buttons span.play-pause .pp2 {
    margin-left: 30px;
    animation-name: motion02 !important;
}
.playerView .radioPlayerControls .buttons span.play-pause .pp3 {
    margin-left: 18px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes blinkOnAir {
    0% { background-color: #fff;}
    40% { background-color: #ff0000;}
    60% { background-color: #ff0000;}
    100% { background-color: #fff;}
}
@keyframes motion01 {
    0%   {height: 28%;}
    10%  {height: 20%;}
    20%  {height: 25%;}
    30%  {height: 24%;}
    40%  {height: 20%;}
    50%  {height: 28%;}
    60%  {height: 20%;}
    70%  {height: 25%;}
    80%  {height: 30%;}
    90%  {height: 20%;}
    100% {height: 24%;}
}

@keyframes motion {
    0%   {height: 50%;}
    10%  {height: 40%;}
    20%  {height: 45%;}
    30%  {height: 60%;}
    40%  {height: 40%;}
    50%  {height: 50%;}
    60%  {height: 45%;}
    70%  {height: 60%;}
    80%  {height: 50%;}
    90%  {height: 60%;}
    100% {height: 40%;}
}

@keyframes motion02 {
    0%   {height: 20%;}
    10%  {height: 30%;}
    20%  {height: 25%;}
    30%  {height: 20%;}
    40%  {height: 25%;}
    50%  {height: 20%;}
    60%  {height: 24%;}
    70%  {height: 28%;}
    80%  {height: 30%;}
    90%  {height: 20%;}
    100% {height: 28%;}
}
.playerView .radioPlayerControls .buttons span.next{
    transform:rotateY(180deg);
}
.playerView .radioPlayerControls .buttons span.live{
    width:auto;
}
/*closed*/

.playerView.closed .radioPlayerControls:before {
    top: 1px;
}
/*closed end*/

/*opened*/
.playerView.opened .fullView .radioPlayerControls {
    height: 155px;
    background-color: rgba(0,0,0,0);
}
/* opened end*/

/* player chiuso*/

.closed.playerView {
    overflow: visible;
    background-color: rgba(0,0,0,0);
    transition: opacity 800ms ease, height 2000ms ease;
}

.closed.playerView .stickyView .radioPlayerControls .buttons span.play-pause {
    width: 48px;
    height: 48px;
    border-radius:100%;
}
.closed.playerView .stickyView .radioPlayerControls .buttons span.play img, .closed.playerView .stickyView .radioPlayerControls .buttons span.play svg {
    display: block;
    width: 26px;
    height: auto;
    margin: auto;
    margin-top: 4px;
    /*transition: all 1s ease;*/
}
.closed.playerView .stickyView .radioPlayerControls .buttons span.play svg {
    fill: #fff;
}
.closed.playerView .stickyView .radioPlayerControls {
    height: 87px;
    background-color:#14232a;
    /*border-radius:0 0 6px 6px;*/
    border-radius:6px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    width:96%;
    left:2%;
    padding-top: 2px;
    margin-top: 5px;
}

.closed.playerView {
    height: 81px;
}

.closed.playerView
{
    overflow: visible;
    background-color: rgba(0,0,0,0);
    transition: background 800ms ease, height 2000ms ease;

}

.closed.playerView .radioPlayerControls .programInfo .img img {
    width: 48px;
    height: 48px;
    /*transition: all 0.5s ease-out;*/
}
.closed.playerView .radioPlayerControls .programInfo .img {
    width: 55px;
    padding-top: 4px;
}
.closed.playerView .radioPlayerControls .buttons span.changeItem {
    width: 18px;
    height: 17px;
}
.playerView .radioPlayerControls .buttons span.changeItem {
    width: 20px;
    height: 20px;
}
.closed.playerView .radioPlayerControls .buttons span.stepNext,.closed.playerView .radioPlayerControls .buttons span.stepPrev {
    width: 25px;
    height: 24px;
}
.closed.playerView .radioPlayerControls .buttons span.shuffle {
    width: 22px;
    height: 17px;
}
.closed.playerView .radioPlayerControls .buttons span.play-pause span {
    /* bottom: 29%; */
    left: 3px;
    width: 4px;
    /* height: 25px !important; */
}
.closed.playerView .radioPlayerControls .buttons span.play-pause .pp1 {
    margin-left: 11px;
}
.closed.playerView .radioPlayerControls .buttons span.play-pause .pp2 {
    margin-left: 27px;
}
.closed.playerView .radioPlayerControls .buttons span.play-pause .pp3 {
    margin-left: 19px;
}


.playerView .programInfo .valignWrapper {
    padding-top: 0px;
}
.opened.playerView .programInfo .valignWrapper {
    padding-top: 0px;
}
.closed.playerView .radioPlayerControls .programInfo .info p {
    padding-left: 0;
    /*transition: all 0.5s ease-out;*/
}
/* player chiuso fine*/

/*radioPlayerControls end*/
.controlRight .canali{
    display: none!important;
    background: url(/dl/components/img/radio/player/cambia_canale.svg) center 0 no-repeat;
    background-size: 22px 22px;
	}
.controlRight .live::before{
    content:"TORNA AL LIVE";
    border:2px solid #fff;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 10px;
    transition: all 0.5s ease-out;
}
.controlRight .live.disabled::before{
    content:"\2022  LIVE" !important;
    border:2px solid #fff;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 10px;
    opacity: 1;
    transition: all 0.5s ease-out;
}

/*#######################################  channelWrapper */
.playerView .overview {
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 1;
    width: 70px;
    height: 70px;
    background: url(/dl/components/img/radio/ico-overview.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.playerView .radioPlayerControls .buttons span.close {
    /* position:absolute; */
    /* right:10px; */
    /* top:5px; */
    width:43px;
    height:38px;
    /* background: url(/dl/radio/images/static/ico-arrow.png); */
    /* background-size: 100% 100%; */
    cursor: pointer;
    /*transition: all 1s ease;*/
}

.playerView.opened .fullView .close
{
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index:99;
    opacity: 1;
    transition: opacity .5s;
}

.playerView.opened .fullView .close:before, .playerView.opened::after {
    content: '';
    display: block;
    height:30px;
    width:30px;
    top: 0;
    right: 0px;
    background: url('/dl/components/img/radio/close_w.svg') center center no-repeat;
    position: relative;
}
.playerView.opened::after {
    display: none;
}
.playerView.opened.changeChannel .fullView .close {
    opacity: 0;
}

.playerView.changeChannel .playerWrapper{
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(2px);
}
.playerWrapper .currentChan{
    display: inline-block;
    height: 98px;
    padding: 28px 34px 0 34px;
    margin: 0;
    transform: scale(1);
    opacity: 1;
    transition: 1000ms ease all;
    outline: none;
    background: none;
    background-size: 0;
    text-align: left;
    width:100%;
}
.playerView .channelWrapper {
    display: block;
    z-index: 100;
    bottom: 0px;
    width: calc(100% - 150px);
    height: 0;
    margin: 0 auto 0 0;
    position: relative;
}
.playerView.closed .channelWrapper{
    display:none;
    z-index:0;
}
/*.channelWrapper .chanNav{
    position: absolute;
    width: 50px;
    top: 25px;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    transition: opacity 1s ease;
}
.channelWrapper:hover .chanNav{
    opacity:1;
}
.channelWrapper .chanNav.chanPrev{
    left:0px;
    transform: rotate(90deg);
}
.channelWrapper .chanNav.chanNext{
    right: -20px;
    transform: rotate(-90deg);
}
.channelWrapper:hover .chanNav.slick-disabled{
    opacity:0.5;
    cursor: default;
}*/

/*.channelWrapper:hover .currentChan{
    transform: scale(0.3);
    opacity: 0;
}
.playerWrapper .currentChan:after{
    content:"";
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    top:calc(50% - 15px);
    right:-30px;
    background: url(/dl/radio/images/static/ico-arrow.png) center center no-repeat;
    background-size: 100%;
}*/
.playerWrapper .currentChan  img {
    display: block;
    height: 42px;
    margin: 0px auto;
    width: auto;
    cursor: pointer;
}
/*.channelWrapper ul.chanList {
    display: block;
    bottom: 0px;
    width: calc(100% - 100px);
    padding: 0px 0px 0px 0px;
    height: 100%;
    margin: 0 auto;
}*/
.channelWrapper .chanList{
    display:block;
    position:fixed;
    width:100%;
    height:0%;
    top:0;
    left:0;
    opacity:0;
    overflow:auto;
    transition:opacity 500ms ease;
    /*background-image: linear-gradient(45deg, rgba(37, 29, 48, 0.9), rgba(65, 72, 190, 0.9), rgba(65, 189, 190, 0.9));*/
}

.chanList.opened .row
{
    max-width:71.8em;
}
.channelWrapper .chanList.opened{
    width: 96%;
    left: 2%;
    /*margin: 0 auto;*/
    border-radius: 20px;
    height: 91%;
    opacity:1;
    top:7%;
    transition:opacity 500ms ease;
    /*overflow:scroll;*/
    overflow-x: hidden;
}
.channelWrapper .chanList p{
    color:#fff;
    text-align:center;
    margin:2rem auto;
}
.channelWrapper .chanList .closeChanList.toggleChanList{
    display:none;
}

/*
.channelWrapper .chanList .toggleChanList:before,.channelWrapper .chanList .toggleChanList:after{
    content:'';
    display:inline-block;
    width:5px;
    height:100%;
    background:#fff;
    border-radius:100px;
    position:absolute;
    top:0;
    left:calc(50% - 3px);
}
.channelWrapper .chanList .toggleChanList:before{
    transform:rotate(45deg);
}
.channelWrapper .chanList .toggleChanList:after{
    transform:rotate(-45deg);
}
*/
.channelWrapper .chanList .chan {
    height:55px;
    /*margin:2.5rem 0;*/
    margin:0 0 55px 0;
    cursor:pointer;
}
.channelWrapper .chanList .chan.selected{
    opacity:0.5;
    cursor:default;
}

/*.channelWrapper .chanList .chan img{
    width:auto;
    height:100%;
}

.homepage .chanList .chan img {
    opacity: 0.25;
    height: 34px;
    max-width: none !important;
}*/

.channelWrapper .chanList .chan img {
    height: 52px;
    fill: #fff;
    opacity: 0.5;
    transition: opacity 200ms;
}

.channelWrapper .chanList .chan:hover img {
    opacity: 1;
}

.channelWrapper .chanList .row p{
    font-family: "Raleway";
    line-height: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.channelWrapper .wrapperChangeChannel
{
    position:relative;
}

.channelWrapper .wrapperChangeChannel .icoPlay
{
    display:inline-block;
    width:42px;
    height:42px;
    background:url('/dl/components/img/radio/player/playIcon.svg') top center no-repeat;
    border:2px solid #fff;
    border-radius:100%;
    background-size:77%;
    position:absolute;
    top:0;
}

.channelWrapper .wrapperChangeChannel.playing .icoPlay
{
    background:url('/dl/components/img/radio/player/playing.svg') center no-repeat;
    background-size:60%;
}

.channelWrapper .wrapperChangeChannel .infoChannelWrapper
{
    color:#fff;
    width:85%;
    display:inline-block;
    margin-left:52px;

}

.channelWrapper .wrapperChangeChannel .infoChannelWrapper p
{
    font-size:14px;
    text-align:left;
    font-family:'Karla';
    padding-bottom:0px;
    margin:0;
    line-height:21px;
    width:100%;
    margin-bottom:0;
}
.channelWrapper .wrapperChangeChannel .infoChannelWrapper span
{
    font-size: 18px;
    font-family:'Raleway';
    line-height:20px;
    display:inline-block;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

/*closed*/
.playerView.closed .overview{
    z-index:0;
}
.playerView.closed .close img {
    transform: rotateX(180deg) translateY(2px);
}
/*closed end*/

/*opened*/

/*opened end*/
/*#######################################  channelWrapper end*/

/*#######################################  animations*/
.playerView{
    background-size: 200% 200%;
    /*-webkit-animation: playerBkgGradientShift 30s ease infinite;
    -moz-animation: playerBkgGradientShift 30s ease infinite;
    -o-animation: playerBkgGradientShift 30s ease infinite;
    animation: playerBkgGradientShift 30s ease infinite;*/
}

@-webkit-keyframes playerBkgGradientShift {
    0% {
        background-position: 100% 0%
    }

    50% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

@-moz-keyframes playerBkgGradientShift {
    0% {
        background-position: 100% 0%
    }

    50% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

@-o-keyframes playerBkgGradientShift {
    0% {
        background-position: 100% 0%
    }

    50% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

@keyframes playerBkgGradientShift {
    0% {
        background-position: 100% 0%
    }

    50% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}
@keyframes playing {
    0% {
        height: 60%;

    }

    50% {
        height: 20%;

    }

    100% {
        height: 60%;

    }
}

@keyframes playingStickyLarge {
    0% {
        height: 25px;

    }

    50% {
        height: 10px;

    }

    100% {
        height: 25px;

    }
}


@keyframes playingStickySmall {
    0% {
        /*height: 25px;*/
        height:15px;
    }

    50% {
        /*height: 10px;*/
        height:8px;
    }

    100% {
        /*height: 25px;*/
        height:15px;
    }
}

@keyframes eqLoading {
    0% {
        height: 60px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 60px;
    }
}

/*animations end*/
.infoPlayerMS{
    width: 100%;
    position: static;
    margin-left: 17px;
    padding: 0;
    transform: none !important;
    color:#fff;
}

.infoPlayerMS .title {
    font-family: Raleway;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: left;
    color: #ffffff;
    display: block;
}
.infoPlayerMS .subtitle {
    font-family: Raleway;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: left;
    color: #ffffff;
    opacity: 0.6;
}

/*media query*/
@media screen and (max-width: 63.938em){
    .playerView .labeled.canali:hover .label,.playerView .labeled.close:hover .label{
        display:none;
    }
}
@media screen and (min-width: 30.063em) and (max-width: 63.938em)
{
    .playerView .radioPlayerControls .programInfo .info
    {
        left:15px;
    }
	
	.playerView .radioPlayerControls.live .programInfo .info .direttaBtn
	{
		bottom:164px !important;
		left:3% !important;
	}

    .playerView .radioPlayerControls .controlBlock:nth-child(3){
        width: 78%;
        /*position: absolute;*/
        position:relative;
        max-width: 78%;
        left:12%;
        right:10%;
    }
    .playerView.opened .radioPlayerControls .buttons span.play-pause.pause span {
        left: 23%;
    }

	.playerView .text-center .labeled .label
	{
		font-size:0.7em;
		bottom: calc(0px + 6.4rem);
		top:initial;
	}

	.playerView .controlRight .labeled .label
	{
		bottom: calc(0px + 2.4rem);
		font-size:0.6em;
		top:initial;
		white-space:normal;
	}

	.playerView .controlRight .canali
	{
		position: absolute !important;
		right: 10px;
		top:15px;
		display:block;
	}
}

@media screen and (max-width:64em){
    .programList li.prevSlide:hover .programItem .programInfo .deltaTime,
    .programList li.nextSlide:hover .programItem .programInfo .deltaTime{
        opacity:0 !important;
    }
    .programList li.programWrapper.slick-slide:not(.slick-current) .programItem .programInfo .deltaTime{
        display:none !important;
    }
    .playerWrapper .programList.expanded li.programWrapper .programItem .episodio {
        font-size: 0.7em;
        margin-left: 100px;
        margin-top: -0.5em;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        padding-right: 3em;
    }
}
@media screen and (max-width: 25em) {
    li.programWrapper.slick-current .programItem{
        width: 170px;
        height: 170px;
        margin-left: -10px;
    }
    li.programWrapper:not(.slick-current)  .programItem{
        width: 150px;
        height: 150px;
        margin-top: 10px;

    }
    li.programWrapper.prevSlide  .programItem{
        margin-left: -40px;
    }
    li.programWrapper.nextSlide  .programItem{
        margin-right: -40px;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.8em !important;
        font-size: 0.9em;
    }
    .programList li.onAir.slick-current .programItem .programInfo::before {
        font-size: 0.7em !important;
        font-weight: bold;
    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 3em !important;
        left: 1em !important;
    }
    .programList li.programWrapper.slick-current .programItem:hover .description, .programList li.programWrapper.slick-current .programItem:hover .episodio {
        margin-left: 0 !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem,
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem,
    .programList:not(.expanded) .programWrapper.nextSlide .programItem,
    .programList:not(.expanded) .programWrapper.prevSlide .programItem
    {
        transform: none !important;
        animation:none !important;
    }
}
@media (min-width: 25em) and (max-width: 30em) {
    li.programWrapper.slick-current .programItem{
        /*width: 270px;
        height: 270px;*/
        width:236px;
        height:236px;
        margin-left: -20px;
        margin-top: -20px;
    }
    li.programWrapper:not(.slick-current)  .programItem{
        width: 170px;
        height: 170px;
        margin-top: 10px;

    }
    li.programWrapper.prevSlide  .programItem{
        margin-left: -20px;
    }
    li.programWrapper.nextSlide  .programItem{
        margin-right: -20px;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.8em !important;
        font-size: 1.6em;
    }
    .programList li.onAir.slick-current .programItem .programInfo::before {
        font-size: 0.9em !important;
        font-weight: bold;
    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 4em !important;
        left: 1em !important;
    }
    .programList li.programWrapper.slick-current .programItem:hover .description, .programList li.programWrapper.slick-current .programItem:hover .episodio {
        margin-left: 0 !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem,
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem,
    .programList:not(.expanded) .programWrapper.nextSlide .programItem,
    .programList:not(.expanded) .programWrapper.prevSlide .programItem
    {
        transform: none !important;
        animation:none !important;
    }
}
@media (min-width: 30em) and (max-width: 38em) {
    .programList li.programWrapper.slick-current .programItem:hover .description{
        margin-left:0px !important;
    }
    .programList li.onAir.slick-current .programItem .programInfo::before {
        font-size: 17px !important;
        font-weight: bold;
    }
    .programWrapper .programItem{
        width: 32vh;
        height: 32vh;
    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 3em !important;
        left: 1em !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
        transform: scale(0.8) translateX(10%);
    }
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
        transform: scale(0.8) translateX(-10%);
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.8em !important;
        font-size: 1.4em;
    }

}
@media (min-width: 38em) and (max-width: 46em) {
    .programList li.programWrapper.slick-current .programItem:hover .description {
        margin-left: 26px !important;
    }
    .programWrapper .programItem{
        width: 36vh;
        height: 36vh;

    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 4em !important;
        left: -1em !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
        transform: scale(0.8) translateX(20%);
    }
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
        transform: scale(0.8) translateX(-20%);
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.4em !important;
        font-size: 1.8em;
    }

}
@media (min-width: 46em) and (max-width: 54em) {

    .programWrapper .programItem{
        width: 40vh;
        height: 40vh;

    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 4em !important;
        left: -3em !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
        transform: scale(0.8) translateX(28%);
    }
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
        transform: scale(0.8) translateX(-28%);
    }
    .programList li.programWrapper.slick-current .programItem:hover .description {
        margin-left: 60px !important;
    }
    .playerView.palinsesto.opened .programList:not(.expanded) .slick-slide .programItem:hover .episodio {
        margin-left: 60px !important;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.4em !important;
        font-size: 1.8em;
    }

}

@media (min-width: 54em) and (max-width: 64em) {

    .programWrapper .programItem{
        width: 44vh;
        height: 44vh;

    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 4.5em !important;
        left: -5em !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
        transform: scale(0.8) translateX(38%);
    }
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
        transform: scale(0.8) translateX(-38%);
    }
    .programList li.programWrapper.slick-current .programItem:hover .description {
        margin-left: 100px !important;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.4em !important;
        font-size: 2em;
    }

}

@media (min-width: 30.0625em) and (max-width: 63.9375em)
{
	.playerView .radioPlayerControls .programInfo .info .currentInfo
	{
		margin-top:-10px;
		height:auto !important;
	}
}

@media (min-width: 64em) and (max-width: 75em) {
    .programList.expanded .programWrapper .programItem{
        width: 25vh;
        height: 25vh;
    }
    .programWrapper .programItem{
        width: 49vh;
        height: 49vh;
        transition: none;
    }
    .programWrapper.slick-slide .programItem, .programWrapper.slick-current .programItem, .programList:not(.expanded) .programWrapper.nextSlide .programItem, .programList:not(.expanded) .programWrapper.prevSlide .programItem {
        transform: none !important;
    }
    .programList:not(.expanded) li.slick-current .programItem .programInfo {
        bottom: 6em !important;
        left: -6.5em !important;
    }
    .programList li.slick-current .programItem .programInfo {
        bottom: 0em !important;
        left: 0em !important;
    }
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
        /*transform: scale(0.8) translateX(28%);*/
    }
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
        /* transform: scale(0.8) translateX(-28%);*/
    }
    .programList:not(.expanded)  li.programWrapper.slick-current .programItem:hover .description {
        margin-left: 122px !important;
    }
    .programList li.programWrapper.slick-current .programItem:hover .description {
        opacity: 1 !important;
        position: absolute !important;
        top: 1em !important;
        left: 1em !important;
        width: calc(100% - 1.5em) !important;
        color: black !important;
        font-size: 1em !important;
        line-height: 1.31;
        margin-left: 0px !important;
        margin-top: 0px !important;
        max-width: none !important;
        margin-top: auto;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}
@media screen and (min-width: 64em) and (max-height: 50em) {
    .programWrapper .programItem {
        width: 39vh;
        height: 39vh;
    }
    .programList.expanded li.programWrapper.slick-slide .programItem:hover .description,
    .programList.expanded li.programWrapper.slick-slide:hover .programItem .description{
        font-size: 0.8em !important;
    }
}
@media screen and ( max-height: 31.25em ) and (orientation: landscape) {
    .programWrapper {
        margin-top: 3vh;
    }
    .programWrapper .programItem {
        width: 30vh;
        height: 30vh;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        line-height: 1.2em !important;
        font-size: 1.5em;
    }
    .programWrapper.slick-slide .programItem, .programWrapper.slick-current .programItem, .programList:not(.expanded) .programWrapper.nextSlide .programItem, .programList:not(.expanded) .programWrapper.prevSlide .programItem {
        transform: none !important;
    }
}

@media (min-width: 64em) and (max-width: 66em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 39%) !important;
    }
}
@media (min-width: 66em) and (max-width: 68em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 41%) !important;
    }
}
@media (min-width: 68em) and (max-width: 70em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 44%) !important;
    }
}
@media (min-width: 70em) and (max-width: 72em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 48%) !important;
    }
}
@media (min-width: 72em) and (max-width: 74em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 53%) !important;
    }
}
@media (min-width: 74em) and (max-width: 76em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 55%) !important;
    }
}
@media (min-width: 76em) and (max-width: 78em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 57%) !important;
    }
}
@media (min-width: 78em) and (max-width: 80em) {
    .programList:not(.expanded) li.prevSlide .programItem .programInfo {
        right: calc(-50px - 60%) !important;
    }
}
@media (min-width: 75em) and (max-width: 90em) {
    .programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
        transform: scale(0.8) translateX(28%);
    }
    .programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
        transform: scale(0.8) translateX(-28%);
    }
}
@media screen and (max-width: 90em) {
    .programList li.programWrapper.slick-current .programItem:hover .programInfo {
        bottom: auto !important;
    }
}
@media screen and (max-width: 67.8em) {
    .playerView .radioPlayerControls .buttons span{
        margin:0 17px;
    }
}
@media screen and (max-width: 63.95em) {
    .programList.expanded li.programWrapper.prevSlide h2.title{
        margin-left:80px !important;
    }
    .programList.expanded .dateLabel{
        width: 100%;
        position: static;
        margin-left: 17px;
        padding: 0;
        transform: none !important;
    }

    .programList.expanded .dateLabel span{
        display:inline;
        margin-right: 10px;
        font-size:1.6em;
    }
    .playerView.opened.isList .radioPlayerControls {
        background-color: rgba(0,0,0,1);
    }
    /*
    .playerView.isList .radioPlayerControls .seekBar .livePos::after{
        background-color:rgba(229,29,32,1);
        border: none;
        box-shadow: 0px 0px 4px 4px rgba(229,29,32,0.3);
    }
    .playerView.isList .radioPlayerControls .buttons span.play-pause{
        border:3px solid rgba(229,29,32,1);
    }
    .playerView.isList .radioPlayerControls .seekBar .livePos {
        background-color:rgba(229,29,32,1);
    }
    */

    .mejs-controls .mejs-time-rail .mejs-time-current
    {
        margin-top:4px;
    }

    .playerView.opened.isList .radioPlayerControls .seekBar .timeline, .playerView.opened.isList .Player .mejs-controls div.mejs-time-rail .mejs-time-total {
        background-color: rgba(255,255,255,0);
    }
    .playerView.opened.isList .Player .mejs-controls .mejs-time-rail .mejs-time-current {
        margin-top: -4px;
    }
    .playerView.opened.isList .Player .mejs-controls .mejs-currenttime, .playerView.opened.isList .radioPlayerControls .seekBar .timeline .start, .playerView.opened.isList .radioPlayerControls .seekBar .timeline .end {
        display:none;
    }
    .playerView.closed .Player .mejs-controls .mejs-currenttime {
        display:none;
    }
    .playerView .radioPlayerControls .controlBlock.programInfo{
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .playerView .radioPlayerControls .programInfo .info {
        text-align: center;
        position: initial;
        height: 37px;
        margin-top: -42px;
    }
    .playerView.opened .radioPlayerControls .programInfo .info {
        margin-top: -39px;
    }
    .playerView.opened .Player .mejs-controls .mejs-time span{
        top:0;
    }
    .playerView.opened.isList .Player .mejs-controls .mejs-time span {
        display:none;
    }
    .playerView .radioPlayerControls .programInfo .info p.title br {
        content: " ";
    }
    .playerView .radioPlayerControls .programInfo .info p.title br::after {
        content: " ";
    }
    .playerView .radioPlayerControls .seekBar .timeline span {
        top:-25px;
    }
    .playerView.opened .radioPlayerControls .seekBar{
        top: -5px;
    }
    .playerView.opened .Player .mejs-controls div.mejs-time-rail {
        bottom: 150px;
    }
    .playerView.opened:not(.isList) .radioPlayerControls .programInfo .info p.channel:after {
        content: " - ";
    }
    .playerView .radioPlayerControls .programInfo .info div,.playerView .radioPlayerControls .programInfo .info p {
        display: inline-block;
        overflow: visible;
    }
    .playerView .radioPlayerControls .programInfo .info .currentInfo {
        /* height: 11px !important;
        overflow: visible !important; */
        display: none;
    }
    .playerView .radioPlayerControls .programInfo .info .currentInfo.marquee p {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }
    .playerView .radioPlayerControls .programInfo .info p {
        padding-left: 0 !important;
    }
    .isList .programList.expanded{
        overflow-x: hidden;
        overflow-y: scroll;
        position: relative;
        padding: 0;
        padding-right: 30px;
        margin-right: -30px;
        -webkit-overflow-scrolling: touch;
    }
    .playerView .radioPlayerControls{
        height:140px  !important;
    }
    .playerView.closed .Player .mejs-controls div.mejs-time-rail {
        bottom: 150px;
    }
    .playerView .radioPlayerControls.live{
        top:auto;
    }
    .live{
        position: absolute !important;
        right: 0;
        top: 10px;
    }
    .volume{
        position: absolute !important;
        left: 0;
        bottom: 1em;
    }
    .playerView .radioPlayerControls .buttons span.close{
        margin-top: 79px !important;
    }
    .playerView .radioPlayerControls .controlBlock .img{
        display:none;
    }

    .playerView .fullView .radioPlayerControls .buttons span.play-pause {
        width: 70px;
        height: 70px;
    }
    .playerView.opened .radioPlayerControls .buttons span.play img, .playerView.opened .radioPlayerControls .buttons span.play svg {
        margin-top: 0px !important;
    }
    .playerView.opened .radioPlayerControls .buttons span.volume {
        display: none;
    }
    /*.playerView .radioPlayerControls .controlBlock .info .channel{
        display:none;
    }
    .playerView .radioPlayerControls .controlBlock .info .title{
        display:none;
    }*/
    .mejs-rai-e  .mejs-controls  .mejs-volume-total,
    .mejs-controls .mejs-volume-slider .mejs-volume-current,
    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        display: none;
    }


    .programList.expanded li.programWrapper{
        height: 90px;
        margin: 0;
        padding: 0px 10px 0 0px !important;
        list-style: none;
        width: 102%;
    }
    .programList.expanded li:nth-child(2){
        margin-top:20px;
    }
    .programList.expanded li .programItem img{
        width:65px;
        height:65px;
        margin: 0px;
        opacity: 0.6 !important;
    }
    .programList.expanded li .programItem:hover img{
        opacity: 1 !important;
    }
    .programList.expanded li .programItem{
        width:100%;
        height: 90px;
        opacity: 0.9;
        padding:10px 0 0 20px;
    }
    .programList.expanded li:hover .programItem{
        transform:none;
    }
    .programList.expanded li .programItem .ico.action{
        display:block !important;
        border: 2px solid #fff;
        background: url(/dl/components/img/radio/player/playIcon.svg) center no-repeat;
        background-size: contain;
        width:50px;
        height:50px;
        margin-left:27px;
        bottom: auto !important;
        margin-top: 7px;
        position: absolute;
    }
    .playerWrapper .programList.expanded li.programWrapper .programItem h2.title{
        width:auto;
        max-width: none;
        height: auto;
        margin-left: 100px;
        font-size: 1em;
        line-height: 1em;
        margin-top: 1em;
    }
    .programList.expanded li .programItem .programInfo{
        box-shadow: none !important;
    }
    .programList.expanded li .programItem .ico.options, .programList.expanded li .programItem .ico.options{
        float:right;
        position: relative;
        margin-top: 8px;
    }
    .playerWrapper  .programList.expanded li .time{
        position: absolute;
        bottom: 0.5em;
        left: 70px;
        font-size: 1.2em !important;
    }
    .programList.expanded li .programItem .programInfo div.deltaTime{
        display:none !important;
    }
    .playerView .Player .mejs-controls  .mejs-volume-slider {
        right:auto;
        bottom:30px;
    }
    .programList.expanded li.programWrapper.playing .programItem {
        background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    }

	.playerView .labeled .label
	{
		font-size:0.6em;
	}

}
@media screen and (max-width: 30em) {
    body{
        overflow-x: hidden;
    }
    .controlBlock .volume{
        display:none !important;
    }
    .playerView .radioPlayerControls .buttons span img{
        width:80% !important;
    }

    .playerView.isList .fullView .radioPlayerControls .buttons span img{
        display:none !important;
    }

    .playerView .radioPlayerControls .buttons span.play-pause{
        width:55px;
        height:55px;
    }
    .playerView.opened.isList .fullView .radioPlayerControls .buttons span.play img, .playerView.opened.isList .fullView .radioPlayerControls .buttons span.play svg{
        height:auto !important;
        /* margin-top:-5px !important; */
    }
	
	.playerView .radioPlayerControls.live .programInfo .info .direttaBtn
	{
		bottom: 84px !important;
		left: 3% !important;
	}

    /*.playerView .radioPlayerControls .buttons span.play img {
    display: block;
    width: 2.2em !important;
    height: 2.2em !important;
    margin-left: 0.3em !important;
    margin-top: 0.3em !important;
    }*/
    .playerView.opened:not(.isList) .radioPlayerControls .buttons span.play-pause.pause span {
        width: 6px;
    }
    .playerView.opened:not(.isList) .radioPlayerControls .programInfo .info p.channel:after {
        content: "";
    }
    .playerView .radioPlayerControls .programInfo .info div,.playerView .radioPlayerControls .programInfo .info p {
        display: block;
    }

    .playerView .stickyView .radioPlayerControls .buttons span.play img, .playerView .stickyView .radioPlayerControls .buttons span.play svg
    {
        width: 74% !important;
        margin: 1px 0 0 4px !important;
    }

    .playerView .stickyView .radioPlayerControls .buttons .live
    {
        position:absolute !important;
        right:35px;
        top: 22px;
    }

    .playerView .stickyView .radioPlayerControls .buttons span.close
    {
        bottom:15px;
        right:0;
    }

    .playerView .radioPlayerControls .buttons span{
        margin:0 10px;
    }
    .playerView .radioPlayerControls .buttons .torna_live{
        width:40px !important;
    }
    .playerView .Player .mejs-controls  .mejs-volume-slider {
        display:none !important;
    }
    .playerView .radioPlayerControls .live{
        font-size:10px;
    }
    .playerView .radioPlayerControls .controlBlock .info {
        position: absolute;
    }
    .programList.expanded li .programItem{
        width: 105%;
        margin-left: -2%;
    }
    .playerWrapper .programList.expanded li.programWrapper .programItem h2.title{
        font-size: 0.85em;
        margin-top: 1.3em;
        margin-left: 102px;
    }
    .playerWrapper .programList.expanded li.programWrapper .programItem .episodio {
        margin-left: 98px;
        margin-top: -0.5em;
        line-height: 1;
        padding-right: 3em;
    }
    .playerWrapper  .programList.expanded li .time{
        left: 58px;
        bottom: 0.6em;
    }
    .programList.expanded li.programWrapper{
        width:auto;
        padding-right:10px !important;
    }
    .playerView .radioPlayerControls .buttons span.play-pause.pause span {
        /*margin-left: -1px;
        bottom: 33%;*/
        bottom:50%;
        left: 22%;
    }
    .playerView .fullView .radioPlayerControls .buttons span.play-pause.pause span {
        bottom:50%;
    }
    .playerView.isList .radioPlayerControls .buttons span.play-pause.pause span, .closed.playerView .radioPlayerControls .buttons span.play-pause span {
        left: 6%;
        width: 3px;
        height:13px !important;
        bottom: 50%;
    }
    .playerView.isList .radioPlayerControls .buttons span.play-pause .pp1, .closed.playerView .radioPlayerControls .buttons span.play-pause .pp1 {
        margin-left: 7px !important;
    }
    .playerView.isList .radioPlayerControls .buttons span.play-pause .pp2, .closed.playerView .radioPlayerControls .buttons span.play-pause .pp2 {
        margin-left: 19px !important;
    }
    .playerView.isList .radioPlayerControls .buttons span.play-pause .pp3, .closed.playerView .radioPlayerControls .buttons span.play-pause .pp3 {
        margin-left: 13px !important;
    }
    .stickyView .radioPlayerControls .buttons span.play-pause.pause span
    {
        /* animation-name: playingStickySmall; */
        animation-name: motion;
    }

    /* player sticky */

    .playerView .stickyView .radioPlayerControls,
    .playerView.isList .fullView .radioPlayerControls
    {
        height:60px !important;
    }

    .playerView.closed .stickyView .radioPlayerControls .controlBlock .info
    {
        margin-top: -25px !important;
        margin-left: -25px !important;
        top: 26px !important;
        text-align: left !important;
        width: 75%;
    }

    .mejs-controls .mejs-time-rail .mejs-time-current
    {
        margin-top:0 !important;
    }

    .playerView .stickyView .radioPlayerControls .controlBlock .info .channel,
    .playerView.isList .fullView .radioPlayerControls .controlBlock .info .channel
    {
        display:block;
    }
    .playerView .stickyView .radioPlayerControls .controlBlock .info .title,
    .playerView.isList .fullView .radioPlayerControls .controlBlock .info .title{
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .playerView .stickyView .radioPlayerControls .buttons span.play-pause,
    .playerView.isList .fullView .radioPlayerControls .buttons span.play-pause
    {
        position:absolute;
        top:13px;
        left:5px;
    }

    .playerView .stickyView .radioPlayerControls .buttons span.play img, .playerView .stickyView .radioPlayerControls .buttons span.play svg
    {
        height:auto !important;
    }
    .playerView.isList .fullView .radioPlayerControls .buttons span.play:not(.loading) img, .playerView.isList .fullView .radioPlayerControls .buttons span.play svg
    {
        display:block !important;
    }
    .closed.playerView .stickyView .radioPlayerControls .buttons span.play-pause,
    .playerView.isList .fullView .radioPlayerControls .buttons span.play-pause
    {
        width:34px;
        height:34px;
    }

    .stickyView .controlRight .live::before,
    .fullView .controlRight .live::before
    {
        border:0;
    }
    .playerView.closed .Player .mejs-controls div.mejs-time-rail {
        bottom: 63px;
    }
    .playerView.opened.isList .Player .mejs-controls div.mejs-time-rail {
        bottom: 70px;
    }

	.closed.playerView span.shuffle, .closed.playerView span.stepNext, .closed.playerView span.stepPrev, .closed.playerView span.changeItem
	{
		display:none !important;
	}
    /* end player sticky */

    /* player fullView */

    .playerView .fullView .radioPlayerControls .buttons span.play-pause
    {
        width:70px;
        height:70px;
    }

    .playerView.opened .fullView .radioPlayerControls .controlBlock .info
    {
        left: 0%;
        right: 0%;
        width: 100%;
        margin: -100px auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .playerView span.mejs-duration,.playerView .radioPlayerControls .seekBar .timeline .end,.playerView.closed .stickyView .timeline .start {
        display:none !important;
    }
    .playerView span.mejs-currenttime {
        top: 36px !important;
        left: -36px !important;
    }
    .playerView .radioPlayerControls .seekBar .timeline span {
        top: 7px !important;
        left: 7px !important;
    }
    .playerView.opened .fullView .radioPlayerControls .controlBlock .info p
    {
        text-align:center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .playerView.isList .fullView .radioPlayerControls .controlBlock .info p
    {
        text-align:left !important;
    }

    .playerView.opened.isList .fullView .radioPlayerControls .controlBlock .info
    {
        margin-top: 0px !important;
        margin-left: 50px !important;
        left:0 !important;
        top:2px !important;
        width: 85%;
    }

	.playerView .text-center.console .labeled .label:after
	{
		left:26%;
	}

	.playerView .text-center.console .labeled.visibleLabel .label
	{
		width:120px !important;
		left:37px !important;
		top:initial !important;
	}

    /* end player fullView */

    /* pagina ascolta dirette */

    .playerView .channelWrapper .chanList .row.dirette
    {
        margin-top:90px;
    }

    .playerView .channelWrapper .chanList .row.dirette p
    {
        font-size:32px;
        margin-bottom:1.5rem;
        height:45px;
    }

    .playerView .channelWrapper .chanList .chan
    {
        margin-bottom:35px;
    }

    /* fine pagina ascolta dirette */

	.playerView .labeled .label
	{
		white-space: normal;
		bottom: calc(0px + 3.4rem);
		top:initial;
	}

	.playerView .controlRight .canali
	{
		position: absolute !important;
		right: 15%;
		bottom:20px;
	}

	.playerView .controlRight .canali.labeled .label
	{
		bottom: calc(0px + 3.1rem);
		top:initial;
	}

}
@media screen and (max-width: 29.95em) {
    .playerView .radioPlayerControls .buttons span{
        margin:0 10px;
    }
    .playerWrapper .programList.expanded li.programWrapper .programItem h2.title {
        margin-left: 97px;
    }
}
@media (min-width: 21em) and (max-width: 25em) {
    .programList:not(.expanded) li.programWrapper.slick-current .programItem {
        width: 230px;
        height: 230px;
        margin-left: -20px;
        margin-top:-40px;
    }
    .programList:not(.expanded) li.programWrapper.prevSlide .programItem {
        margin-left: -20px;
    }
    .programList:not(.expanded) li.programWrapper.nextSlide .programItem {
        margin-right: -20px;
    }
    .playerWrapper .programList.expanded li .time {
        /* left: 64px; */
        font-size: 1.1em !important;
    }
}
@media (min-width: 64em) and (max-width: 87.5em) {
    .playerView .radioPlayerControls .buttons span.live{
        margin-left:0;
    }
    .playerView .radioPlayerControls .buttons span.volume{
        margin:0;
    }
    .playerView .radioPlayerControls .buttons span.close{
        margin:0;
    }
    .closed.playerView .Player .mejs-controls  .mejs-volume-slider  {
        /*right: 55px;
        bottom: 38px;*/
        right: 64px;
    }
    .opened.playerView .Player .mejs-controls  .mejs-volume-slider {
        right: 55px;
    }
}
@media screen and (max-width: 20em) {
    .playerWrapper .programList.expanded li .time {
        left: 64px;
    }
}

/* css luca, francesco, max */


/* player */

.channelWrapper .chanList .row.dirette
{
    margin-top:110px;
}

.channelWrapper .chanList .row.dirette p {
    height: 55px;
    margin:0 0 2.5rem 0;
    font-size:50px;
    font-family:'Raleway';
    font-weight:bold;
}

/* fine cambio canali */

li.programWrapper.slick-slide div.programItem {
    opacity: 1;
}
li.programWrapper.slick-slide h2.title {
    font-size: 2.4em;
    line-height: 1.25em;
}
li.programWrapper.slick-slide:not(.slick-current) h2.title {
    opacity: 0;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    font-size: 2em;
    left: 250px;
    bottom: 4px;
    color: #ffffff;
}

/* style data */

.dateLabel .number {
    font-family: "Karla";
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.dateLabel .textual {
    height: 11px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: left;
    color: #ffffff;
}

/* Fine style data */

/* Sfumatura img placeholder */
/** CLASSE GENERICA **/
.playerView li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(47, 49, 124, 0.8) 5%, rgba(47, 49, 124, 0) 83%, rgba(47, 49, 124, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadio1'] li.programWrapper.slick-slide .img::after,
.playerView[data-chan='RaiRadio1Sport'] li.programWrapper.slick-slide .img::after
 {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(47, 49, 124, 0.8) 5%, rgba(47, 49, 124, 0) 83%, rgba(47, 49, 124, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadio2'] li.programWrapper.slick-slide .img::after,
.playerView[data-chan='RaiRadio2Indie'] li.programWrapper.slick-slide .img::after
 {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(140, 18, 22, 0.8) 5%, rgba(140, 18, 22, 0) 83%, rgba(140, 18, 22, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadio3'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 118, 80, 0.8) 5%, rgba(0, 118, 80, 0) 83%, rgba(0, 118, 80, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadio4Light'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(52, 99, 152, 0.8) 5%, rgba(52, 99, 152, 0) 83%, rgba(52, 99, 152, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioKids'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(52, 99, 152, 0.8) 5%, rgba(52, 99, 152, 0) 83%, rgba(52, 99, 152, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioClassica'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(76, 83, 5, 0.8) 5%, rgba(76, 83, 5, 0) 83%, rgba(76, 83, 5, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioGR'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 55, 111, 0.8) 5%, rgba(0, 55, 111, 0) 83%, rgba(0, 55, 111, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioGRParlamento'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 55, 111, 0.8) 5%, rgba(0, 55, 111, 0) 83%, rgba(0, 55, 111, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiIsoradio'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 55, 111, 0.8) 5%, rgba(0, 55, 111, 0) 83%, rgba(0, 55, 111, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioLive'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(135, 8, 14, 0.8) 5%, rgba(135, 8, 14, 0) 83%, rgba(135, 8, 14, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioTechet\00e8'] li.programWrapper.slick-slide .img::after, .playerView[data-chan='RaiRadioTechete'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(15, 76, 101, 0.8) 5%, rgba(15, 76, 101, 0) 83%, rgba(15, 76, 101, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadioTuttaItaliana'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(15, 76, 101, 0.8) 5%, rgba(15, 76, 101, 0) 83%, rgba(15, 76, 101, 0) 100%) repeat scroll 0 0 !important;
}
.playerView[data-chan='RaiRadio6Teca'] li.programWrapper.slick-slide .img::after {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(15, 76, 101, 0.8) 5%, rgba(15, 76, 101, 0) 83%, rgba(15, 76, 101, 0) 100%) repeat scroll 0 0 !important;
}
/* Fine sfumatura img placeholder */

/* slick slide */

.programList.slick-initialized.slick-slider li.programWrapper.slick-slide.slick-current:not(.liveRecord) .programItem .programInfo .deltaTime {
    z-index: 4000;
    color: #ffffff;
    position: relative;
    left: 0;
    vertical-align: bottom !important;
    transform: translateZ(20px);
}

/* end slick slide */

/* Slick slide - Overview */

.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide .programItem .programInfo .deltaTime {
    display: none;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:not(.slick-current) h2.title {
    opacity: 1;
    font-size: 1.3em;
    bottom: 10px;
    position: absolute;
    left: 90px;
    width: 200px;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:not(.slick-current) h2.title {
    transition: none !important;
    /*bottom:60px;*/
    overflow: visible;
    /*height: auto;*/
    width: 100%;
    white-space: normal;
    bottom: -60px;
    font-size: 1.3em;
}

/* Fine Slick slide - Overview */

.playerView .radioPlayerControls .programInfo .img img {
    width: 70px;
    height: 70px;
    /*transition: all 0.5s ease-out;*/
}
.playerView .radioPlayerControls .programInfo .info p {
    font-size: 12px;
    font-family: "Karla";
    padding-left: 15px;
    /*transition: all 0.5s ease-out;*/
}
/*.playerView .radioPlayerControls.onAir .programInfo .info p.channel:after {
    content: "\2022 \00a0 IN DIRETTA" !important;
    visibility: hidden;
    font-size: 8.5px;
    border-radius: 4px;
    margin-left: 10px;
    padding: 2px 4px;
    background-color: #d43630;
	font-family:'Karla';
	font-weight:600;
}*/
.playerView .radioPlayerControls .programInfo .info .direttaBtn{
    display:none;
}
.playerView .radioPlayerControls.live .programInfo .info .direttaBtn {
    position: fixed;
    bottom:112px;
	left:2%;
    font-size: 8.5px;
    border-radius: 4px;
    padding: 7px 7px 7px 20px;
    font-family: 'Karla';
    font-weight: 800;
    background-color: #14232a;
    color: #fff;
    cursor: pointer;
    background-image:url(/dl/components/img/radio/player/backOnAir.png);
    background-position-x:5px;
    background-position-y:50%;
    background-repeat:no-repeat;
    background-size:10px;
}

.playerView .radioPlayerControls.live.onAir .programInfo .info .direttaBtn {
    position:static;
    font-size: 8.5px;
    margin-left: 10px;
    padding: 2px 4px;
    background-color: #d43630;
    color: #fff;
    cursor: default;
	background-image:none;
}
.playerView .radioPlayerControls.live.onAir .programInfo .info .direttaBtn:before{
    content: '';
    display: inline-block;
    background-color: #fff;
    height: 4px;
    width:4px;
    border-radius: 100%;
    margin: 0px 3px 2px 0px;
    vertical-align: middle;
    animation: blinkOnAir 1.2s linear infinite;
}
.playerView .radioPlayerControls .programInfo .info p.title {
    font-weight: bold;
}
.playerView .radioPlayerControls .programInfo .info .currentInfo{
    height:14px;
    overflow:hidden;
}
.playerView .radioPlayerControls .programInfo .info .currentInfo p{
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.playerView .radioPlayerControls .programInfo .info .currentInfo.marquee p{
    -webkit-animation: marquee 12s ease infinite;
    -moz-animation: marquee 12s ease infinite;
    -o-animation: marquee 12s ease infinite;
    animation: marquee 12s ease infinite;
}

@-webkit-keyframes marquee{
    0%{-webkit-transform: translateY(0);}
    10%{-webkit-transform: translateY(-18px);}
    50%{-webkit-transform: translateY(-18px);}
    60%{-webkit-transform: translateY(0);}
}

@-moz-keyframes marquee{
    0%{-moz-transform: translateY(0);}
    10%{-moz-transform: translateY(-18px);}
    50%{-moz-transform: translateY(-18px);}
    60%{-moz-transform: translateY(0);}
}

@-o-keyframes marquee{
    0%{-o-transform: translateY(0);}
    10%{-o-transform: translateY(-18px);}
    50%{-o-transform: translateY(-18px);}
    60%{-o-transform: translateY(0);}
}
@keyframes marquee{
    0%{transform: translateY(0);}
    10%{transform: translateY(-18px);}
    50%{transform: translateY(-18px);}
    60%{transform: translateY(0);}
}
.playerView .radioPlayerControls .programInfo .img {
    width: 70px;
    left: 28px;
    position: absolute;
    top: 15px;
    /*transition: all 0.5s ease-out;*/
}
.playerView .valignElem{
    outline: none;
}
.opened.playerView .valignElem .img {
    top: 40px;
    /*transition: all 0.5s ease-out;*/
}
.opened.playerView .valignElem .info{
    top: 50px;
    left: 100px;
    /*transition: all 0.5s ease-out;*/
}
/*.playerView.opened .radioPlayerControls .buttons span.play-pause {
    transform: scale(1);
}*/

.playerView .radioPlayerControls .buttons span.live img {
    max-width: 129px;
}
.playerView .radioPlayerControls .buttons span.shuffle.active,
.playerView .radioPlayerControls .buttons span.repeat.active {
    opacity: 1;
}
.closed.playerView .radioPlayerControls .buttons span.stepNext, .closed.playerView .radioPlayerControls .buttons span.stepPrev {
    width: 25px;
    height: 24px;
}
.playerView .radioPlayerControls.loading::after {
    background-size: 70px auto;
    /*margin-top: 5px;*/
}
.playerView .radioPlayerControls.collapse.loading::after {
    /*margin-top: 5px;*/
    /*border-radius:0 0 8px 8px;*/
    border-radius:8px;
}
/* custom smartphone */

@media screen and (max-width: 40em) {

    .playerWrapper .currentChan  img{
        display: block;
        height: 42px;
        margin: 20px 20px;
        width: auto;
    }

    .fullView .playerWrapper .programList
    {
        /*margin-top:0;*/
        margin-top:30px;
    }


    .playerView .playerWrapper .ico_canali.canale {
        right: 74px !important;
        color:transparent;
        left:inherit !important;
    }
    .playerView .playerWrapper .ico_canali.overview {
        right: 20px !important;
        color:transparent;
        left:inherit !important;
    }

    .playerView.opened .fullView .close
    {
        position:fixed;
        top:15px;
        right:15px;
        width: 40px;
        height: 40px;
    }
    .playerWrapper .currentChan
    {
        margin:0;
        padding:0;
        width:95px;
        height:31px;
    }

    .playerView.closed .radioPlayerControls {
        padding-top: 0;
    }
    .playerView .radioPlayerControls .buttons span.live img {
        max-width: 83px !important;
        height: 16px !important;
        position: absolute;
        bottom: 40px;
    }
    .playerView .radioPlayerControls .buttons span.close {
        position: absolute;
        bottom: 0;
        right: 5px;
    }
    li.programWrapper.slick-slide.slick-current+li.programWrapper.slick-slide h2.title,
    li.programWrapper.slick-slide:not(slick-current) h2.title {
        display: none;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        display: block;
    }

}

@media screen and (min-width: 40.063em) and (max-width: 64em) {
    .playerView .playerWrapper .overview {
        right: 50px;
    }
    .playerView .playerWrapper .canale {
        right: 140px;
    }
    li.programWrapper.slick-slide.slick-current h2.title {
        display: block;
    }
    li.programWrapper.slick-slide.slick-current+li.programWrapper.slick-slide h2.title,
    li.programWrapper.slick-slide:not(slick-current) h2.title {
        display: none;
    }
    .programList li.prevSlide:hover .programItem .programInfo .deltaTime,
    .programList li.nextSlide:hover .programItem .programInfo .deltaTime{
        opacity:0 !important;
    }
}
.channelWrapper .chanList .closeChanList {
    display: inline-block;
    height: 40px;
    right: 16%;
    position: absolute;
    cursor: pointer;
}
.channelWrapper .chanList .closeChanList:before {
    content: '';
    display: block;
    height:30px;
    width:30px;
    top: 0;
    right: 0px;
    background: url('/dl/components/img/radio/close_w.svg') center center no-repeat;
    position: relative;
}
/*
.channelWrapper .chanList .closeChanList:before,
.channelWrapper .chanList .closeChanList:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: calc(50% - 3px);
}
.channelWrapper .chanList .closeChanList:before {
    transform: rotate(45deg);
}
.channelWrapper .chanList .closeChanList:after {
    transform: rotate(-45deg);
}
*/
.programList.expanded li.onAir .time::after {
    content: "Live";
    color: #ffffff !important;
    bottom: 12vh;
    opacity: 1;
    z-index: 4000;
    padding: 0;
    margin: 0;
    text-indent: 0;
    display: block;
    line-height: initial;
    font-family: Raleway;
    font-weight: bold;
    letter-spacing: 0.6px;
}
.programList.expanded li.onAir.slick-current .time::after {
    content: "Live";
    color: #ffffff !important;
    bottom: 12vh;
    opacity: 1;
    z-index: 4000;
    padding: 0;
    margin: 0;
    text-indent: 0;
    display: block;
    line-height: initial;
    font-family: Raleway;
    font-weight: bold;
    letter-spacing: 0.6px;
}
.programList li .programItem .ico.options,
.programList.expanded li .programItem .ico.options {
    background-position: 60% !important;
    background-size: 110% !important;
    background-repeat: no-repeat;
}
.programList li .programItem .ico.action {
    margin-left: 6%;
    margin-bottom: 3%;
    border: 2px solid #fff;
    border-radius: 5em;
    background: url('/dl/components/img/radio/player/playIcon.svg') center no-repeat;
    background-size: contain;
    left:0px;
}
.programList li .programItem:hover .ico.action {
    border: 2px solid #72757c;
    border-radius: 5em;
    background: url('/dl/components/img/radio/player/playIcon_grey.svg') center no-repeat;
    background-size: contain;
}
.programList li.playing .programItem .ico.action {
    background: url('/dl/components/img/radio/player/playing.svg') center no-repeat;
    background-size: contain;
    cursor:default;
}
.programList li.playing .programItem:hover .ico.action {
    background: url('/dl/components/img/radio/player/playing_grey.svg') center no-repeat;
    background-size: contain;
    cursor:default;
}
.programList li.notAvailable .programItem .ico.action {
    background: url('/dl/components/img/radio/player/bell.svg') center no-repeat;
    background-size: contain;
    cursor:default;
    display: none !important;
}
.programList li.notAvailable .programItem:hover .ico.action {
    background: url('/dl/components/img/radio/player/bell_grey.svg') center no-repeat;
    background-size: contain;
    cursor:default;
    border:none;
}
li.programWrapper.slick-slide:not(.slick-current):hover h2.title {
    opacity: 1;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:not(.slick-current):hover h2.title {
    display: none;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover .programItem .programInfo p.descProgram {
    color: #72757c;
    top: -134px;
    left: 99px;
    opacity: 1;
    width: 205px;
    line-height: 21px;
    font-size: 16px;
    position: absolute;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:not(.slick-current):hover h2.title {
    left: 5px;
    font-size: 1.3em;
    position: absolute;
    transition: none !important;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide.slick-current + li.programWrapper.slick-slide:hover h2.title {
    transform: translateZ(0px);
    white-space: normal;
    overflow: visible;
    height: auto;
    bottom: 60px;
    opacity: 1;
    left: -35px;
    text-align: right;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover .ico.options {
    /*background: url("dl/components/img/radio/ico-options-hover.png");*/
}
.programList.expanded li:hover .programItem .ico.action {
    opacity: 1;
    border: 2px solid #72757c;
    background-size: 0.371em 0.407em;
    background: url('/dl/components/img/radio/player/playIcon_grey.svg') center no-repeat;
    background-size: contain;
    border-radius: 100%;
    cursor: pointer;
    display: block;
}
.programList.expanded li .programItem .ico.action {
    display:none;
    opacity: 1 !important;
}
.programList.expanded li.playing .programItem .ico.action {
    background: url('/dl/components/img/radio/player/playing.svg') center no-repeat;
    background-size: contain;
    cursor:default;
    display:block;
    border: 2px solid #fff;
}
.programList.expanded li.playing .programItem h2.title {
    bottom: 3.5em !important;
}
.programList.expanded li .programItem h2.title {
    bottom: 0.5em !important;
}
.programList.expanded li.playing:hover .programItem .ico.action {
    background: url('/dl/components/img/radio/player/playing_grey.svg') center no-repeat;
    background-size: contain;
    cursor:default;
    border: 2px solid #72757c;
}
.programList.expanded li.notAvailable:hover .programItem .ico.action {
    background: url('/dl/components/img/radio/player/bell_grey.svg') center no-repeat;
    background-size: contain;
    cursor:default;
    border:none;
}

/* SLICK SLIDE _OVERVIEW :HOVER - END */

.programList.expanded li .time {
    width: 35vh;
    transform-style: preserve-3d;
    /* transform: initial !important; */
    padding-left: 0.55em;
    font-family: Karla;
    font-size: 2.1em !important;
    font-weight: bold;
}
.programList li .programItem .ico {
    width: 15%;
    height: 15%;
    cursor: pointer;
}

.programList:not(.expanded) li.programWrapper.slick-current .programItem span.ico.play
{
    width:11%;
    height:11%;
}

.programList li.programWrapper.slick-current .programItem:hover .img::before {
    content:'';
    background-color: #fff !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 2px;
}
@media screen and (min-width: 64em) and (max-height: 50em) {
    .programWrapper .programItem {
        width: 39vh;
        height: 39vh;
    }
    .programList.expanded li.programWrapper.slick-slide .programItem:hover .description,
    .programList.expanded li.programWrapper.slick-slide:hover .programItem .description{
        font-size: 0.8em !important;
    }
}
.programList li.programWrapper.slick-current .programItem:hover .img img{
    opacity:0.1 !important;
}
.programList li.programWrapper.slick-current .programItem:hover .img::after {
    display:none;
}
.programList li.programWrapper.slick-current .programItem:hover .programInfo .deltaTime,
.programList li.programWrapper.slick-current .programItem:hover .programInfo .title {
    display: none !important;
}
.programList li.programWrapper .programItem:hover .ico.options {
    background: url("/dl/components/img/radio/ico-options-hover.png");
}
.programList li.programWrapper.slick-current .programItem:hover .description {
    display: block;
    position: static;
    color: #72757c;
    margin-left: 9.6em;
    opacity: 1;
    font-size: 1em;
    line-height: 1.31;
    word-break: break-word;
    max-height: 14em;
    margin-top: 1em;
    max-width: calc(100% - 11.5em);
}
.programList li.programWrapper.slick-current .programItem:hover .programInfo {
    bottom: auto;
    height: 100%;
}

.changeChannel .channelWrapper .chanList.opened .toggleChanList {
    cursor: pointer;
    width: 30px;
    height: 30px;
    top:30px;
    right:30px;
    position: absolute;
    display:inline-block;
}
li.programWrapper.slick-slide.slick-current.playing .programItem.ico.action {
    background: url('/dl/components/img/radio/player/playing.png') center no-repeat;
    border: 2px solid white;
    border-radius: 100%;
    cursor: pointer
}
.programList.expanded li.programWrapper:hover .programItem .img img {
    opacity:0.1 !important;
}
.programList.expanded li.programWrapper:hover .programItem {
    background-color: #fff;
}
.playerWrapper .programList.expanded li.programWrapper:hover .time, .programList.expanded li.programWrapper:hover .programItem h2, .playerWrapper .programList.expanded li.programWrapper:hover .programItem .episodio {
    color: #0a0a0a;
}
.playerWrapper .programList.expanded li.programWrapper:hover .time::after {
    color: #0a0a0a !important;
}
.programList.expanded li.programWrapper:hover .deltaTime {
    opacity: 0;
}
.programList.expanded li.programWrapper:hover .ico.options {
    background: url("/dl/components/img/radio/ico-options-hover.png");
}
.programList.expanded li .programItem .programInfo .deltaTime {
    display: none !important;
}
.programList.expanded li.onAir .programItem .programInfo:before {
    display: none;
}
/*------ mio ------*/

.programList.expanded li .programItem .programInfo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.2);*/
}
.programList.expanded li.slick-slide .programItem .programInfo {
    position: absolute;
    bottom: 10px;
    top: unset;
    left: 15px;
    z-index: 1;
    width: 90%;
    height: auto;
    overflow: visible;
}
.programList.expanded li.slick-current .programItem .programInfo .titolo {
    display:none;
}
.programList.expanded li.slick-current.playing .programItem .programInfo {
    bottom: 60px;
}
.programList.expanded li.slick-slide:hover .programItem .programInfo {
    top: 0px;
    bottom: 112px;
    height: 100%;
}
/*
.playerView.palinsesto.opened .programList.expanded .slick-slide:hover .programItem .programInfo .episodio {
    display:block;
    margin-left: 17px
}
*/
.playerView.palinsesto.opened .programList.expanded .slick-slide:hover .programItem .programInfo  {
    left: 0px;
}
.programList.expanded li.slick-current.playing .programItem:hover .programInfo {
    bottom: 0px;
}
.programList.slick-initialized.slick-slider.expanded li.slick-current h2.title {
    width: calc(100% - 3em) !important;
    margin: 0;
    position: static !important;
    left: 0.9em !important;
    height: auto;
    word-break: break-word;
    line-height: 1.3em;
    font-size: 1.125em !important;
    font-family: Raleway;
    font-weight: bold;
    top: auto;
}
.programList.expanded li.programWrapper.slick-slide h2.title {
    width: calc(100% - 3em) !important;
    margin: 0;
    position: absolute !important;
    left: 0em !important;
    height: auto;
    word-break: break-word;
    line-height: 1.3em;
    font-size: 1.125em !important;
    font-family: Raleway;
    font-weight: bold;
    top: auto;
}
.programItem {
    position: relative;
}
.programList li.prevSlide .programItem .programInfo{
    left:auto;
    right: calc(-50px - 80%);
}
.programList.expanded li.prevSlide .programItem .programInfo{
    right:auto;
}
.programList li.prevSlide .programItem .programInfo h2,.programList li.prevSlide .programItem .programInfo .episodio{
    opacity: 0 !important;
    word-break: break-word;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.programList li.prevSlide .programItem .programInfo .deltaTime{
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.programList li.prevSlide:hover .programItem .programInfo h2,.programList li.prevSlide:hover .programItem .programInfo .episodio{
    opacity: 1 !important;
    word-break: break-word;
}
.programList li.prevSlide:hover .programItem .programInfo .deltaTime{
    opacity: 1;
}
.programList li.nextSlide .programItem .programInfo h2,.programList li.nextSlide .programItem .programInfo .episodio {
    opacity: 0 !important;
    word-break: break-word;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.programList li.nextSlide .programItem .programInfo .deltaTime{
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.programList li.nextSlide:hover .programItem .programInfo h2,.programList li.nextSlide:hover .programItem .programInfo .episodio{
    opacity:1 !important;
    word-break: break-word;
}
.programList li.nextSlide:hover .programItem .programInfo .deltaTime{
    opacity:1;
}
.programList.expanded li.prevSlide .programItem .programInfo h2{
    opacity: 1 !important;
}
.programList.expanded li.nextSlide .programItem .programInfo h2{
    opacity: 1 !important;
}
.programList li .programItem .programInfo {
    position: absolute;
    bottom:7em;
    left: -8em;
    z-index: 1;
    width: calc(100% + 8em);
    overflow: hidden;
}
.programList li.slick-current .programItem .programInfo {
    position: absolute;
    bottom:7em;
    left: -8em;
    z-index: 1;
    width: calc(100% + 8em);
    overflow: hidden;
}
.playerView.palinsesto.opened .programList:not(.expanded) .slick-slide.slick-current .programInfo .episodio {
    color: #fff;
    font-weight: bold;

}
.playerView.palinsesto.opened .programList:not(.expanded) .slick-slide:not(.slick-current) .programInfo .episodio {
    display:none;
}
.playerView.palinsesto.opened .programList.expanded .slick-slide:hover .programInfo .episodio,
.playerView.palinsesto.opened .programList:not(.expanded) .slick-slide .programItem:hover .episodio {
    color: #72757c;
    left: 0;
    margin-top: 18px;
    font-size: 0.7em;
    margin-left: 140px;
    display: none;
}
.expanded.programList .programItem .programInfo .episodio {
    font-size: 13px;
    display: none;
}
.playerView.palinsesto.opened.isList .programItem .programInfo .episodio {
    display: block;
}
.programList li.slick-current .programItem .programInfo .deltaTime {
    margin-bottom:-5px;
}
.programList li .programItem .programInfo .deltaTime {
    display: block !important;
    color: #fff;
    font-weight: bold;
    margin-bottom:-5px;
}
.programList li.slick-current .programItem .programInfo h2.title {
    width: calc(100% - 1.8em);
    margin: 0;
    word-break: break-word;
    line-height: 45px;
}
.programList li .programItem .programInfo h2{
    position: static;
    opacity:1 !important;
    max-width: 10em;
    line-height: 40px;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover .description {
    opacity: 1 !important;
    position: absolute !important;
    top: 1em !important;
    left: 1em !important;
    width: calc(100% - 1.5em) !important;
    /*display: block !important;*/
    color: black !important;
    font-size: 1em;
    line-height: 1.31;
    margin-left: 0px;
    max-width: 100%;
    margin-top: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover .description {
    -webkit-line-clamp: 4;
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover .img::after {
    background-color: #fff;
    opacity: 0.1;
    /*background: linear-gradient(to bottom, rgba(242,246,248,0.8) 0%, rgba(216,225,231,0.92) 50%, rgba(217,226,231,0.91) 51%, rgba(255,255,255,0.83) 60%) !important;*/
}
.programList.slick-initialized.slick-slider.expanded li.programWrapper.slick-slide:hover h2{
    display:none;
}
.programList.expanded li.onAir.slick-current .time {
    text-indent: -9999px;
    line-height: 0.23;
}
.programList.expanded li.onAir .time {
    text-indent: -9999px;
    line-height: 0.23;
}
.channelWrapper .chanList .closeChanList{
    top:3em;
}
.programList li.onAir.slick-current .programItem .programInfo:before {
    content: "LIVE";
    color: #ffffff !important;
    font-size: 1.3em;
    font-weight: bold;
}
.programList li.onAir.slick-current .programItem:hover .programInfo:before {
    content: " ";
}
.programList li.onAir.slick-current .programItem .programInfo .deltaTime {
    display:none !important;
}
.programList li.programWrapper.slick-current .programItem:hover .img::after{
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.programList li.programWrapper.slick-current .programItem:hover .description{
    font-size:0.9em;
    cursor:pointer;
}
.playerView .radioPlayerControls .buttons span.play:hover{
    opacity: 1;
}

@media screen and (min-width: 64em) {
    /* Hover su pulsante play/pausa */
    html.no-touch .playerView .radioPlayerControls .buttons span.pause:hover .pp1{
        left: calc(50% - 8px);
        /*height: 22px;*/
        height:17px;
        animation: none !important;
    }
    html.no-touch .playerView .radioPlayerControls .buttons span.pause:hover .pp2{
        display:none;
        animation:none;
    }
    html.no-touch .playerView .radioPlayerControls .buttons span.pause:hover .pp3{
        left: calc(50% - -2px);
        /*height: 22px;*/
        height:17px;
        animation:none;
    }
    html.no-touch .playerView .fullView .radioPlayerControls .buttons span.pause:hover .pp1 {
        left: calc(42% - 12px);
        margin-left: 10px;
    }
    html.no-touch .playerView .fullView .radioPlayerControls .buttons span.pause:hover .pp1,
    html.no-touch .playerView .fullView .radioPlayerControls .buttons span.pause:hover .pp3 {
        height: 25px !important;
    }
    html.no-touch .playerView .fullView .radioPlayerControls .buttons span.pause:hover .pp3 {
        left: calc(32% + 2px);
        margin-left:20px;
    }
    html.no-touch .playerView .radioPlayerControls .buttons span.pause:hover img{
        display:none;
    }
    html.no-touch .closed.playerView .radioPlayerControls .buttons span.play-pause.pause:hover .pp1,
    html.no-touch .closed.playerView .radioPlayerControls .buttons span.play-pause.pause:hover .pp3 {
        margin-left: 3px;
    }
}
.playerView .radioPlayerControls .buttons span.play .pp1{
    display:none;
}
.playerView .radioPlayerControls .buttons span.play .pp2{
    display:none;
}
.playerView .radioPlayerControls .buttons span.play .pp3{
    display:none;
}
.playerView .radioPlayerControls .buttons span.play img, .playerView .radioPlayerControls .buttons span.play svg {
    display: block;
    width: 50px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    /*transition: all 1s ease;*/
}
.playerView .radioPlayerControls .buttons span.play svg {
    fill: #fff;
}
.playerView .radioPlayerControls .buttons span.pause img, .playerView .radioPlayerControls .buttons span.pause svg {
    display:none;
}
.volume img:nth-child(2){display:none;}
.volume.unmute img:nth-child(2){display:block; margin-top:1px;}
.volume.unmute img:first-child{display:none;}

.programList:not(.expanded) .programWrapper.nextSlide:hover .programItem {
    box-shadow: 5px 25px 75px 35px rgba(0,0,0,0.2);
}
.programList:not(.expanded) .programWrapper.prevSlide:hover .programItem {
    box-shadow: 5px 25px 75px 35px rgba(0,0,0,0.2);
}
.programList li.prevPointer:hover{
    cursor: url('/dl/components/img/radio/arrowLeft.gif'), default;
}
.programList li.nextPointer:hover{
    cursor: url('/dl/components/img/radio/arrowRight.gif'), default;
}
.controlRight .live.disabled{
    opacity: 1 !important;
}
.programList.expanded li {
    padding-top: 18vh;
    margin-top: auto;
}
@media screen and (min-width: 100em) {
    .programList li.programWrapper.slick-current .programItem:hover .description{
        font-size:1.3em;
        margin-left: 7em;
        max-width: calc(100% - 8em);
        margin-top:0.5em;
    }
    .programList.expanded li.programWrapper.slick-current .programItem:hover .description{
        margin-left: 0px;
        max-width: 100%;
        margin-top:0;
    }
}

/* fine css luca, francesco, max */

.fullView {
    /*top: 5%;*/
    opacity:1;
    border-radius:8px;
    height: 91%;
    /*margin:40px auto;*/
    transition:opacity 500ms ease;
    position: absolute;
    overflow: hidden;
    width: 96%;
    left: 2%;
}

.stickyView {
    width: 100%;
    /*position: absolute;*/
    position:fixed;
    /* bottom: 20px; */
    bottom: 14px;
    height: 81px;
    transition: opacity 500ms ease;
}

.playerView.opened .fullView
{
    visibility: visible;
    transition: all 1000ms ease;
    top: 7%;
    z-index: 1;
    opacity: 1;
    width: 96%;
    left: 2%;
}


.playerView.opened .stickyView
{
    opacity:0;
    /*transition:opacity 500ms ease;*/
    width:96%;
    left:2%;
}

.playerView.closed .stickyView
{
    opacity:1;
    transition:opacity 500ms ease;
}

.playerView.closed .fullView
{
    opacity:0;
    transition:all 400ms ease;
    visibility: hidden;
    top: 11%;
    /*width: 96%;
    left: 2%;*/
}
.playerView .shadow {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.7) !important;
    visibility: visible;
    opacity: 1;
    transition: opacity 500ms ease;
}

.playerView.closed .shadow {
    visibility: hidden;
}

.closed.playerView .radioPlayerControls
{
    width:100%;
    left:auto;
}

.playerview .empty
{
    width:43px;
}

@media screen and (max-width: 40em) {
    .playerView.opened .fullView {
        top: 10%
    }
    .playerView.opened .fullView .close:before {
        display: none;
    }
    .playerView.opened::after {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
}

/* GESTIONE VOLUME */

.mejs-rai-e  .mejs-controls  .mejs-volume-total,
.mejs-controls .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total
{
    border-radius:3px !important;
    width:5px !important;
    left:33px !important;
}

.mejs-rai-e  .mejs-controls .mejs-volume-handle, .mejs-controls  .mejs-volume-handle
{
    left:30px !important;
    width:12px !important;
    height:12px !important;
}

.playerView.opened .Player .mejs-controls .mejs-volume-slider
{
    bottom: 90px !important;
    right: 60px !important;
    padding-bottom: 20px;
    margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    border-radius: 100% !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background-color: rgba(200,200,200,0.3) !important;
}
/* FINE GESTIONE VOLUME */

.blink {
    animation: blinkerAnimation 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
@keyframes blinkerAnimation { to { opacity: 0; } }
