/* custom player skin */
.flowplayer .fp-controls,
.flowplayer .fp-progress {
    background-image: none;
}
.flowplayer .fp-time {
    font-weight: normal;
    position: absolute;
    left: 30px;
    bottom: 6px;
    text-align: left;
    width: 30%;
}
.flowplayer .fp-time em {
    position: static;
}
.flowplayer .fp-elapsed:after {
    content: " /";
}
.flowplayer .fp-timeline {
    top: -4px !important;
}
.flowplayer .fp-play {
    bottom: -1px;
    left: 0;
}
.flowplayer.is-playing .fp-play {
    left: 1px;
}
.fp-volumeslider {
    text-align: left;
    margin-top: 1px;
    margin-left: 3px;
}
.flowplayer .fp-volumeslider {
    height: 4px;
}
.flowplayer .fp-volumelevel {
    background-color: #00adef;
}
.flowplayer .fp-timeline,
.flowplayer .fp-buffer,
.flowplayer .fp-progress,
.flowplayer .fp-volumeslider,
.flowplayer .fp-volumelevel {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


body{
    margin: 0;
    padding: 0;
}

.flowplayer {
    margin: 0;
    max-width: 1170px;
 }

.fp-embed{
    display: none !important;
}

.fp-ui{
    font-family: 'Arial';
}

.flowplayer.is-mouseout .fp-timeline{
    height: 0;
    border: 0;
}

.flowplayer.no-scrubber .fp-controls{
    display: none;
}

.flowplayer.no-scrubber .fp-elapsed{
    display: none;
}

.flowplayer.no-scrubber .fp-duration{
    display: none;
}

.flowplayer.no-scrubber .fp-fullscreen{
    display: none;
}

/*only want these rules if video width greater than some threshold*/
.flowplayer.custom-ui .fp-timeline{
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 4px;
    border: 0;
}

.flowplayer.custom-ui .fp-volume{
    margin-right: 30px !important;
}

.flowplayer.custom-ui .fp-duration{
    right: 160px !important;
}
.flowplayer.custom-ui .fp-ui .fp-fullscreen{
    bottom: 2px !important;
    top: auto !important;
    right: 5px;
    z-index: 10000 !important;
}


/** flowplayer 5 video modal **/
#video-modal{
    margin-left: -400px;
    width:800px;
}

#video-modal .modal-body{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom:0;
    height: 452px;
    max-height: 462px !important;
}

#modal-body-video{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom:0;
    height: 432px;
}

#video-modal .modal-footer{ margin: 0; }

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

video::-webkit-media-controls-overlay-play-button {
    display: none;
}

