﻿/*Estilos carrusel para permitir reprodución audios e vídeos no propio carusel con versión flowplayer 7.2.7*/

.d-none {
  display: none !important; 
}

.cajaavisofade.flowplayer {
    /*height: calc(100% - 12px) !important;*/
    margin: 0 !important;
    position: relative !important;
    border-radius: 0;
}

.cajaavisofade.flowplayer.is-ready:not(.is-poster){
	background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
 }

.cajaavisofade.flowplayer a{
	position: relative !important;
}


/*Estilos para personalizar o reprodutor flowplayer e fixar a barra de reprodución*/
/*Iconos*/
.flowplayer .fp-ui .fp-icon {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: white!important;
}

/*Fixar barra de reprodución*/
.flowplayer .fp-ui > * {
      opacity: 1!important;
}
 
.flowplayer.fp-ui{
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent)) !important;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%) !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%) !important;
}

/*Caixa reprodutor*/
.flowplayer .fp-controls {
    background-color: rgba(0,0,0,.6);
}


.fp-ui {
    background-image: none!important;
}

/*Cambio de cor do reprodutor*/
.flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
    background: none!important;
}
 
.flowplayer .fp-color {
    background-color: white!important;
}
 
.flowplayer .fp-bar {
  background-color: rgba(255, 255, 255, 0.5)!important;
}

.flowplayer .fp-bar-slider em.fp-grey {

  background-color: rgba(255, 255, 255, 0.5)!important;
}

/*Evitar que o reprodutor se mostre descentrado en IE*/
.flowplayer .fp-player {
   left:0;
}

/* Cambio do background para que se mostre o póster en audios */
.flowplayer .fp-player video {
    background-color: transparent !important;
}

.flowplayer .fp-player 
{
    background-color: rgba(0, 0, 0, 0.2);
}