#video-player-wrapper {
	width: 640px;
	position: absolute;
}
.with-sequences #video-player-wrapper {
	height: 620px;
}
#video-player-wrapper.unique-video {
	margin-bottom: 60px;
}
#video-player {
	background-color: #000;
	height: 360px; 
	margin: 0;
}
#cpv-video-player {
	margin-bottom: 40px;
}
.vertical-playlist .video-playlist-wrapper {
	right: 0;
	width: 150px;
	height: 405px;
	position: absolute;
}
.horizontal-playlist .video-playlist-wrapper {
	bottom: 0;
	width: 640px;
	position: absolute;
}
.video-player-container {
	margin-bottom: 20px;
	position: relative;
	width: 640px;
	height: 400px;
}
.video-player-container.with-playlist {
	height: 490px;
}
.video-export {
	width: 640px;
}
.player-container.vertical-playlist {
	width: 800px;
	height: 580px;
}
.player-container.with-sequences {
	height: 580px;
}
.player-container.with-sequences.horizontal-playlist {
	height: 770px;
}
.media-info {
	position: absolute;
	bottom: 0px;
}
.flowplayer {
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    border: 1px solid #c6c6c6;
}
.flowplayer a:focus {
    outline: 0
}
.flowplayer video {
    width: 100%
}
.flowplayer.is-ipad video {
    -webkit-transform: translateX(-2048px);
}
.is-ready.flowplayer.is-ipad video {
    -webkit-transform: translateX(0)
}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1
}
.flowplayer .fp-message {
    display: none;
    text-align: center;
    padding-top: 5%;
    cursor: default;
}
.flowplayer .fp-message h2 {
    font-size: 120%;
    margin-bottom: 1em
}
.flowplayer .fp-message p {
    color: #666;
    font-size: 95%
}
.flowplayer .fp-controls {
    position: absolute;
    bottom: -43px;
    width: 100%;
}
.no-background.flowplayer .fp-controls {
    background-color: transparent !important;
    background-image: -moz-linear-gradient(transparent,transparent) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important
}
.is-fullscreen.flowplayer .fp-controls {
    bottom: 0
}
.flowplayer .fp-waiting {
    display: none;
    margin: 19% auto;
    text-align: center;
}
.flowplayer .fp-waiting * {
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333
}
.flowplayer .fp-waiting em:nth-child(1) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}
.flowplayer .fp-waiting em:nth-child(2) {
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s;
    animation-delay: .45s
}
.flowplayer .fp-waiting em:nth-child(3) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
.flowplayer .fp-waiting p {
    color: #ccc;
    font-weight: bold
}

.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-close,.flowplayer .fp-play {
    background-image: url(../images/players/white.png);
    background-size: 37px 300px;
}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play {
    background-image: url(../images/players/black.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play {
        background-image:url(../images/players/black@x2.png)
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-close,.flowplayer .fp-play {
        background-image:url(../images/players/white@x2.png)
    }
}

.flowplayer .fp-flash-disabled {
    background: #333;
    width: 390px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    color: #fff
}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui {
    background: url(../images/players/play_white.png) center no-repeat;
    background-size: 12%;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui {
        background:url(../images/players/play_white@x2.png) center no-repeat;
        background-size: 12%
    }
}

.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui {
    background-image: url(../images/players/play_black.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui {
        background-image:url(../images/players/play_black@x2.png);
    }
}

.is-fullscreen.flowplayer .fp-ui {
    background-size: auto
}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui {
    background-image: none
}
.flowplayer .fp-logo {
    position: absolute;
    top: auto;
    left: 15px;
    bottom: 30px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.flowplayer .fp-logo img {
    width: 100%
}
.is-embedded.flowplayer .fp-logo {
    display: block
}
.fixed-controls.flowplayer .fp-logo {
    bottom: 15px
}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close {
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
    display: block;
    width: 30px;
    height: 23px;
    background-position: 12px -197px;
    cursor: pointer;
}
.flowplayer .fp-unload,.flowplayer .fp-close,.flowplayer .fp-speed {
    background-position: 14px -175px;
    display: none;
}
.flowplayer .fp-play {
    display: none;
    width: 27px;
    height: 20px;
    background-position: 9px -24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.play-button.flowplayer .fp-play {
    display: block
}
.is-paused.flowplayer .fp-play {
    background-position: 9px 7px;
}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close, .flowplayer.is-fullscreen .fp-speed {
    display: none !important
}
.flowplayer .fp-timeline {
    height: 3px;
    position: relative;
    overflow: hidden;
    top: 7px;
    height: 10px;
    margin: 0 150px 0 155px;
}
.no-volume.flowplayer .fp-timeline {
    margin-right: 60px
}
.no-mute.flowplayer .fp-timeline {
    margin-right: 140px
}
.no-mute.no-volume.flowplayer .fp-timeline {
    margin-right: 45px
}
.play-button.flowplayer .fp-timeline {
    margin-left: 67px
}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline {
    margin: 0 110px 0 5px
}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline {
    margin-right: 20px
}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline {
    margin-right: 5px
}
.play-button.no-time.flowplayer .fp-timeline,.play-button.aside-time.flowplayer .fp-timeline {
    margin-left: 27px
}
.flowplayer .fp-buffer,.flowplayer .fp-progress {
    position: absolute;
    top: 0;
    left: auto;
    height: 100%;
    cursor: col-resize
}
.flowplayer .fp-buffer {
    -webkit-transition: width .25s linear;
    -moz-transition: width .25s linear;
    transition: width .25s linear
}
.flowplayer.is-touch .fp-timeline {
    overflow: visible
}
.flowplayer.is-touch .fp-progress {
    -webkit-transition: width .2s linear;
    -moz-transition: width .2s linear;
    transition: width .2s linear
}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
    -webkit-transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear;
    -moz-transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear;
    transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear
}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before {
    content: '';
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: -5px
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
    width: 10px;
    height: 10px
}
.flowplayer.is-touch.is-mouseover .fp-progress:after {
    height: 10px;
    width: 10px;
    top: -5px;
    right: -10px;
    border: 5px solid rgba(255,255,255,0.65);
    -webkit-box-shadow: 1px 0 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 0 4px rgba(0,0,0,0.5);
    box-shadow: 1px 0 4px rgba(0,0,0,0.5)
}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
    border: 10px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    top: -10px;
    right: -15px
}
.flowplayer .fp-volume {
    position: absolute;
    top: 7.5px;
    right: 5px;
}
.flowplayer.is-ipad .fp-volume {
    display: none;
}
.flowplayer .fp-mute {
    position: relative;
    width: 10px;
    height: 15px;
    float: left;
    top: -5px;
    cursor: pointer;
    background-position: -2px -99px;
}
.no-mute.flowplayer .fp-mute {
    display: none
}
.flowplayer .fp-volumeslider {
    width: 90px;
    height: 5px;
    cursor: col-resize;
    float: left;
}
.no-volume.flowplayer .fp-volumeslider {
    display: none
}
.flowplayer .fp-volumelevel {
    height: 100%
}
.flowplayer .fp-time {
	font-family: "Verdana";
    font-size: 11px;
    color: #000;
    width: 150px;
}
.flowplayer .fp-time.is-inverted .fp-duration {
    display: none
}
.flowplayer .fp-time.is-inverted .fp-remaining {
    display: inline
}
.flowplayer .fp-time em {
    width: 35px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px
}
.no-time.flowplayer .fp-time {
    display: none
}
.flowplayer .fp-elapsed {
    left: 5px;
}
.play-button.flowplayer .fp-elapsed {
    left: 27px
}
.flowplayer .fp-remaining,.flowplayer .fp-duration {
    right: 110px;
    color: #eee;
}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration {
    right: 20px
}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration {
    right: 100px
}
.no-mute.no-volume.flowplayer .fp-remaining,.no-mute.no-volume.flowplayer .fp-duration {
    right: 5px
}
.flowplayer .fp-remaining {
    display: none
}
.flowplayer.color-light .fp-time {
    color: #222;
    text-shadow: 0 0 1px #fff
}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration {
    color: #666
}
.flowplayer.aside-time .fp-time {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: auto !important;
    width: 85px;
}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em {
    position: static
}
.flowplayer.aside-time .fp-time .fp-elapsed {
    margin-right: 5px;
}
.flowplayer.is-splash,.flowplayer.is-poster {
    cursor: pointer;
}
/* .flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time {
    display: none !important
} */
.flowplayer.is-poster .fp-engine {
    top: -9999em
}
.flowplayer.is-loading .fp-waiting {
    display: block
}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time {
    display: none
}
.flowplayer.is-loading .fp-ui {
    background-position: -9999em
}
.flowplayer.is-loading video.fp-engine {
    position: absolute;
    top: -9999em
}
.flowplayer.is-seeking .fp-waiting {
    display: block
}
.flowplayer.is-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    z-index: 99999 !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
    background-image: none !important;
    background-color: #333;
}
.flowplayer.is-error {
    border: 1px solid #909090;
    background: #fdfdfd !important;
}
.flowplayer.is-error h2 {
    font-weight: bold;
    font-size: large;
    margin-top: 10%
}
.flowplayer.is-error .fp-message {
    display: block
}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle {
    display: none
}
.flowplayer.fixed-controls .fp-volume {
    display: block
}
.flowplayer.fixed-controls .fp-controls {
    bottom: -25px;
}
.is-fullscreen.flowplayer.fixed-controls .fp-controls {
    bottom: 0
}
.is-fullscreen.flowplayer.fixed-controls .fp-time em {
    bottom: 5px
}
.flowplayer.is-disabled .fp-progress {
    background-color: #999
}
.flowplayer.is-flash-disabled {
    background-color: #333;
}
.flowplayer.is-flash-disabled object.fp-engine {
    z-index: 100
}
.flowplayer.is-flash-disabled .fp-flash-disabled {
    display: block;
    z-index: 101
}
.flowplayer.is-live .fp-timeline,.flowplayer.is-live .fp-duration,.flowplayer.is-live .fp-remaining {
    display: none
}
.flowplayer .fp-context-menu {
    position: absolute;
    display: none;
    z-index: 1001;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 4px #888;
    -moz-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888;
    width: 170px;
}
.flowplayer .fp-context-menu li {
    text-align: center;
    padding: 10px;
    color: #444;
    margin: 0 -10px 0 -10px;
}
.flowplayer .fp-context-menu li a {
    color: #00a7c8;
    font-size: 110%
}
.flowplayer .fp-context-menu li:hover:not(.copyright) {
    background-color: #eee
}
.flowplayer .fp-context-menu li.copyright {
    margin: 0;
    padding-left: 110px;
    background-image: url("../images/players/flowplayer.png");
    background-repeat: no-repeat;
    background-size: 100px 20px;
    background-position: 5px 5px;
    border-bottom: 1px solid #bbb;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .flowplayer .fp-context-menu li.copyright {
        background-image:url("../images/players/flowplayer@2x.png")
    }
}
.flowplayer .fp-controls {
    background-color: #FFF;
}
.flowplayer.fixed-controls .fp-controls {
    background-color: #333
}
.flowplayer .fp-timeline {
    background-color: #c2c2c2
}
.flowplayer .fp-buffer {
    background-color: #c2c2c2
}
.flowplayer .fp-progress {
    background-color: #000
}
.flowplayer .fp-volumeslider {
    background-color: #000
}
.flowplayer .fp-volumelevel {
    background-color: #fff
}
.flowplayer .fp-play {
    height: 24px
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
    background-color: #00a7c8
}
.flowplayer.color-light .fp-controls {
    background-color: rgba(255,255,255,0.6)
}
.flowplayer.color-light.fixed-controls .fp-controls {
    background-color: #fff
}
.flowplayer.color-light .fp-volumeslider {
    background-color: #ddd
}
.flowplayer.color-light .fp-volumelevel {
    background-color: #222
}
.flowplayer.color-alt .fp-progress {
    background-color: #fff
}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before {
    background-color: #fff
}
.flowplayer.color-alt .fp-buffer {
    background-color: #999
}
.flowplayer.color-alt2 .fp-progress {
    background-color: #900
}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before {
    background-color: #900
}



/* -- Custom Cpv -- */
.flowplayer .fp-help {
	display: none;
}
.flowplayer .fp-ui .fp-controls {
	height: 25px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background: #FFF;
}

/* play button */
.flowplayer .fp-ui .fp-play,
.flowplayer.is-paused .fp-ui .fp-play {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 100%;
	display: block;
	background: url('../images/players/buttons.png') no-repeat 4px 2px;
	border-right: 1px solid #c6c6c6;
}
.flowplayer .fp-ui .fp-play:hover,
.flowplayer.is-paused .fp-ui .fp-play:hover {
	background: url('../images/players/buttons.png') no-repeat -20px 2px;
}
.flowplayer.is-playing .fp-ui .fp-play {
	background: url('../images/players/buttons.png') no-repeat 2px -22px;
}
.flowplayer.is-playing .fp-ui .fp-play:hover {
	background: url('../images/players/buttons.png') no-repeat -22px -22px;
}
/* timers */
.flowplayer .fp-ui .fp-time {
	position: absolute;
	left: 40px;
	top: 0;
	height: 100%;
	width: 95px;
	background: url('../images/players/time-separator.png') no-repeat 43px 1px;
}
.flowplayer .fp-ui .fp-time .fp-elapsed {
	position: absolute;
	left: 0;
	top: 7px;
	font-style: normal;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 50px;
	text-align: center;
}
.flowplayer .fp-ui .fp-time .fp-remaining {
	display: none;
}
.flowplayer .fp-ui .fp-time .fp-duration {
	position: absolute;
	right: 0;
	top: 7px;
	font-style: normal;
	font-family: "Verdana";
	font-size: 11px;
	color: #c2c2c2;
}
/* Fullscreen */
.flowplayer .fp-ui .fp-fullscreen {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 25px;
	display: block;
	background: url('../images/players/buttons.png') no-repeat 5px -64px;
	border-left: 1px solid #c6c6c6;
	z-index: 10;
}
.flowplayer .fp-ui .fp-fullscreen:hover {
	background: url('../images/players/buttons.png') no-repeat -20px -64px;
}

/* Volume */
.flowplayer .fp-ui .fp-volume {
	position: absolute;
	top: 0;
	right: 40px;
	width: 100px;
	height: 100%;
	display: block;
	border-left: 1px solid #c6c6c6;
}
.flowplayer .fp-ui .fp-volume .fp-mute {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 100%;
	background: url('../images/players/buttons.png') no-repeat 1px -44px;
}
.flowplayer .fp-ui .fp-volume .fp-mute:hover {
	background: url('../images/players/buttons.png') no-repeat -23px -44px;
}
.flowplayer.is-muted .fp-ui .fp-volume .fp-mute {
	background: url('../images/players/buttons.png') no-repeat -47px -43px;
}
.flowplayer.is-muted .fp-ui .fp-volume .fp-mute:hover {
	background: url('../images/players/buttons.png') no-repeat -47px -23px;
}
.flowplayer .fp-volumeslider {
	position: absolute;
	top: 7px;
	left: 30px;
	width: 70px;
	height: 10px;
	background: #c2c2c2;
}
.flowplayer .fp-volumelevel {
	height: 100%;
	background: #000;
}
.flowplayer.is-ipad .fp-ui .fp-volume{
	display: none;
}

.flowplayer video {
	background: #000;
}