
.flowplayer.no-play-button.is-splash .fp-play{
    opacity: 0;
}

.flowplayer .fp-progress,
.flowplayer .fp-volumelevel,
.flowplayer .fp-dropdown li.active,
.flowplayer.is-touch.is-mouseover .fp-progress:before
{
    background-color:#93328e;
}
.flowplayer .fp-context-menu li a{
    color:#93328e !important;
}



.hero-flowplayer{
    width: 463px;
    height: 260px;
    background-color: #4bc1eb;
    margin: 20px auto;
    display: block;
}
@media(max-width: 500px){
    .hero-flowplayer{
        width: 100%;
        height: auto;
    }
}
.hero-blue .hero-flowplayer.flowplayer .fp-progress,
.hero-blue .hero-flowplayer.flowplayer .fp-volumelevel,
.hero-blue .hero-flowplayer.flowplayer .fp-dropdown li.active,
.hero-blue .hero-flowplayer.flowplayer.is-touch.is-mouseover .fp-progress:before
{
    background-color:#4bc1eb;
}
.hero-blue .hero-flowplayer.flowplayer .fp-context-menu li a{
    color: #4bc1eb
}

.hero-flowplayer.tbg{
    background-color: transparent !important;
}

.flowplayer .fp-quality-selector li {
    padding: 0 5px;
}