
#mediaplayer ul li{
    display:inline-block;
}

#mediaplayer ul li span{
    background: url("../img/ep_player/bar.gif") repeat-x scroll left bottom #24477B;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

#mediaplayer ul li img{
    border: 1px solid #dcdcdc;
}

.mediaelement{
    margin: 20px 0px;
}
.into_overlay{
    z-index: 9999;
}
.videopreview.fullscreen{
    z-index: 9999;
    position: fixed ;
}
.ep_mediaelement_container{
    /*position: absolute;*/
    position: relative;
    display:none;
    /*margin: 20px 0px;*/
    background: #000;
    -webkit-box-shadow: 0px 0px 10px #4c4d4c; /* webkit browser*/ 
    -moz-box-shadow: 0px 0px 10px #4c4d4c; /* firefox */ 
    box-shadow: 0px 0px 10px #4c4d4c;
}
.ep_mediaelement_container a {
    cursor: pointer;
}
.ep_mediaelement_container.hidden{
    display:block;
    opacity: 0;
}

.ep_mediaelement_container video{
    cursor:pointer;
}

.ep_teaser{
    cursor: pointer;
}

#ep_overlay{
    background:#000;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    top: 0px;
    left:0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#ep_video{
    cursor: pointer;
}
.ep_bar.small {
    opacity: 1 !important;

}
 .ep_bar.small .ep_controls .textversion{
    display: none;
}
.ep_bar.small .ep_controls .subtitle{
    top: 3px;
    right: 94px;
}
.ep_controls .ep_mute.small{
    bottom: 12px;
    left: 84px;
}
#error_container{
    position: absolute;
    top: -300px;
    width: 350px;
    padding:5px;
    background-color: #F2DEDE;
    border:1px solid #EED3D7;
    color: #B94A48;
}

.closebtn{
    text-indent: -1999px;
}

/*================================= Control bar ===============================*/
.ep_bar{
    background: url("../img/ep_player/bar.gif") repeat-x scroll left bottom #24477B;
    color:#fff;
    font-size: 12px;
    margin-top: -3px;
}

.ep_progressbar{
    background: #ccc;
    height: 4px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.ep_progressbar .ep_progressbar_value{
    background:#C00000;
    width: 0px;
    height: 100%;
}

.ep_progressbar .ep_progress_handler{
    background: #96BAD0;
    border: 1px solid #fff;
    height: 10px;
    width: 10px;
    border-radius: 26px;
    position: absolute;
    top: -4px;
    left: -1%;
}

.ep_info_bar{
    min-height: 2.56em;
    position: relative;
    border-bottom: 1px dotted #fff;
}

.ep_info_bar span{
    font-weight: bold;
    display: block;
    position: relative;
    top: 9px;
}

.ep_info_bar span.ep_currenttime{
    float: left;
    left: 9px;
}

.ep_info_bar span.ep_media_length{
    float: right;
    right: 9px;
}

.ep_controls{
    height: 32px;
    padding: 5px 5px 0px 5px;
    position: relative;

}

.ep_controls li{
    display: inline-block;
    float: left;
}

.ep_controls li a{
    display:block;
    font-size: 0px;
    text-indent: -1999px;
    background-size: contain;
    behavior: url('/pie/PIE.htc');
}

.ep_controls li.fullscreen, .ep_controls li.mute, .ep_controls li.volume, .ep_controls li.play{
    /*float: right;*/
    position: absolute;
}

.ep_controls li.fullscreen{
    right:5px;
}

.ep_controls li.mute{
    /*    margin-right:45px;
        margin-top: 5px;*/
    top: 17px;
    right: 155px;
}

.ep_controls li.mute.audio{
    right: 39px;
    top: 9px;
}
.into_overlay .ep_controls li.volume{
    top: 12px;
}
.ep_controls li.volume{
    right: 30px;
    top: 0;
}

.ep_controls li.volume.audio{
    right: -1px;
    top: 0;
}

.ep_controls li.volume ul li a{
    background: #fff;
    width: 6px;
    margin-right: 3px;
}

.ep_controls li.volume ul li a:hover, .ep_controls li.volume ul li a.ep_volume_step_active{
    background: #96BAD0;
}

.ep_controls li.volume span{
    font-size: 0px;
    text-indent: -1999px;
}

.ep_controls .ep_play{
    background: url("../img/ep_player/play.png") top left no-repeat;
    height: 25px;
    width: 29px;
}

.ep_controls .ep_play:hover{
    background: url("../img/ep_player/play_hover.png") top left no-repeat;
}

.ep_controls .ep_pause{
    background: url("../img/ep_player/pause.png") top left no-repeat;
    height: 25px;
    width: 29px;
}

.ep_controls .ep_pause:hover{
    background: url("../img/ep_player/pause_hover.png") top left no-repeat;
}

.ep_controls .ep_fullscreen{
    background: url("../img/ep_player/fullscreen_alt.png") top left no-repeat;
    height: 25px;
    width: 25px;
}

.ep_controls .ep_mute{
    background: url("../img/ep_player/mute_default.png") top left no-repeat;
    height: 17px;
    width: 21px;
}

.ep_controls .ep_mute:hover{
    background: url("../img/ep_player/mute_hover.png") top left no-repeat;
}

.ep_controls .ep_mute.ep_mute_off{
    background: url("../img/ep_player/unmute_default.png") top left no-repeat;
}

.ep_controls .ep_mute.ep_mute_off:hover{
    background: url("../img/ep_player/unmute_hover.png") top left no-repeat;
}

.ep_controls .ep_volume_step_2{
    height: 12px;
}

.ep_controls .ep_volume_step_3{
    height: 18px;
    margin-top: -3px;
}

.ep_controls .ep_volume_step_4{
    height: 24px;
    margin-top: -6px;
}

/* Error */
.ep_media_error{
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    color: #B94A48;
    padding: 15px;
}

#wrapper{
    box-shadow: none;
}

.mediaelement{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.ep_mediaelement_container{
    box-shadow: none;
    behavior: url('/pie/PIE.htc');
}

.ep_bar{
    background: #fff;
    height: 80px;
}

.ep_info_bar{
    display: none;
}
.ep_progressbar{
    border-radius: 15px;
    height: 15px;
    top: 40px;
    width: 300px;
    left: 86px;
}
.into_overlay .ep_progressbar{
    border-radius: 15px;
    height: 15px;
    top: 40px;
    width: 207px;
    left: 86px;
}

.ep_progressbar .ep_progressbar_value{
    background:#00517E;
    border-radius: 15px 0 0 15px;
}

.ep_progressbar .ep_progress_handler{
    background:#706f6f;
    height:23px;
    width: 23px;
    border:none;
}

.ep_controls{
    height: 100%;
    padding: 0px 5px 0px;
}

.ep_controls .ep_play{
    background: url("../img/ep_player/kimi/play.png") top left no-repeat;
    height: 67px;
    width: 67px;
}

.ep_controls .ep_play:hover{
    background: url("../img/ep_player/kimi/play.png") top left no-repeat;
}

.ep_controls .ep_pause{
    background: url("../img/ep_player/kimi/pause.png") top left no-repeat;
    height: 67px;
    width: 67px;
}

.ep_controls .ep_pause:hover{
    background: url("../img/ep_player/kimi/pause.png") top left no-repeat;
}

.ep_controls .ep_mute{
    background: url("../img/ep_player/kimi/mute_default.png") top left no-repeat;
    width: 17px;
    height: 34px;
}

.ep_controls .ep_mute:hover{
    background: url("../img/ep_player/kimi/mute_default.png") top left no-repeat;
}

.ep_controls .ep_mute.ep_mute_off, .ep_controls .ep_mute.ep_mute_off:hover{
    background: url("../img/ep_player/kimi/mute_default.png") top left no-repeat;
}

.ep_controls .ep_fullscreen{
    background: url("../img/ep_player/kimi/fullscreen.png") top left no-repeat;
    width: 39px;
    height: 39px;
}

.ep_controls .ep_fullscreen.on{
    background: url("../img/ep_player/kimi/fullscreen_off.png") top left no-repeat;
    width: 23px;
    height: 23px;
}

.ep_controls li.fullscreen{
    top:13px;
}

.ep_controls li.mute{
    top: 17px;
    right: 155px;
}

.ep_controls li.mute.audio{
    right:39px;
    top: 17px;
}

.ep_controls li.volume{
    right: 115px;
    top: 8px;
}
.ep_bar.small .ep_controls li.volume{
    right: 33px;
    top:-9px;
}

@media screen and (min-width:0\0) {
    .ep_controls li.volume{
	right: 123px;
	top: 28px;
    }
    .small.ep_bar .ep_controls li.volume{
	top: 8px ;
    }
}
.ep_controls li.volume.audio{
    top:16px;
}

.ep_controls li.volume ul li a{
    background: #96BAD0;
}

.ep_controls li.volume ul li a:hover, .ep_controls li.volume ul li a.ep_volume_step_active{
    background: #00517E;
}

/* Mode fullscreen */
.ep_bar.small{
    background:#9d9d9c;
    height: 34px;
}

.ep_bar.small .ep_progressbar{
    height:10px;
    top:12px;
}

.ep_bar.small .ep_progress_handler{
    height:19px;
    width:19px;
}

.ep_bar.small .ep_controls li.fullscreen, 
.ep_bar.small .ep_controls li.play{
    top:4px;
}

.ep_bar.small .ep_controls li.fullscreen{
    right: 10px;
}


.ep_bar.small .ep_controls li.mute{
    top: 4px;
    right: 61px;
}

.ep_controls .ep_play.small{
    background: url("../img/ep_player/kimi/play_small.png") top left no-repeat;
    height: 23px;
    width: 23px;
}

.ep_controls .ep_play.small.ep_pause{
    background: url("../img/ep_player/kimi/pause_small.png") top left no-repeat;
    height: 23px;
    width: 23px;
}

.ep_controls .ep_mute.small{
    background: url("../img/ep_player/kimi/mute_default_small.png") top left no-repeat;
    width: 23px;
    height: 23px;
}


.ep_controls .subtitle{
    background: url(../img/ep_player/kimi/subtitle.png) top left no-repeat;
    width: 28px;
    height: 27px;
    top: 19px;
    right: 54px;
    background-size: cover;
    position: absolute;
}
.ep_controls .textversion{
    background: url(../img/ep_player/kimi/volltext.png) top left no-repeat;
    width: 28px;
    height: 27px;
    top: 19px;
    right: 89px;
    background-size: cover;
    position: absolute;
}
.ep_mediaelement_container .fulltext{
    position: absolute;
    top: 0;
    background: #fff;
    overflow: auto;
    height: 350px;
    display: none;
    font-size: 15px;
}
.into_overlay .fulltext{
    top: 15px;
}
/* Overlay */
.ep_close{
    background: url("../img/ep_player/kimi/close.png") top left no-repeat;
    display: block;
    font-size: 0; 
    height: 88px;
    position: absolute;
    right: -37px;
    text-indent: -1999px;
    top: -40px;
    width: 89px;
}

.ep_subtitle {
    position: absolute;
    width: 80%;
    text-align: center; 
    left: 10%; 
    bottom: 100px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    color: #fff;
}

/* PROGRESS */
.ep_progressbar .ep_progressbar_value{
    background-color: #d37e4d;
}

/* LAUTST */
/*AKTIV*/
.ep_controls li.volume ul li a:hover, .ep_controls li.volume ul li a.ep_volume_step_active{
    background-color: #d37e4d !important;
}
/*INAKTIV*/
.ep_controls li.volume ul li a{
    background-color: #f8eba0 !important;
}

/*LS*/
.ep_controls .ep_mute, .ep_controls .ep_mute:hover{
    background-image: url('../img/player/ls.png') !important;
    background-size: contain !important;
}

/*FULLSCREEN*/
.ep_controls .ep_fullscreen{
    background-image: url('../img/player/fullscreen.png') !important;
    background-size: contain !important;
}

/*PLAY*/
.ep_controls .ep_play, .ep_controls .ep_play:hover{
    background-image: url('../img/player/play.png') !important;
    background-size: contain !important;
}

/*PAUSE*/
.ep_controls .ep_pause{
    background-image: url('../img/player/pause.png') !important;
    background-size: contain !important;
}

.ep_bar.fullscreen:hover{
    opacity: 1 !important;
}
.ep_bar.fullscreen.hidden{
    opacity: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.ep_mediaelement_container .closebtn{
    background-image: url('/fileadmin/templates/infoecke/img/overlay_closebtn.png');
}
.videopreview{
    position: relative;
}
.fullscreen .ep_progressbar{
    width: 80%
}

@-moz-document url-prefix() { 
    .ep_bar.small .ep_controls li.volume {
	top: -11px;
    }
    .into_overlay .ep_bar.small .ep_controls li.volume {
	top: -5px;
    }
    .ep_controls li.volume {
	top: 7px;
    }
    .into_overlay li.volume{
	top: 12px;
    }
}