

body.fullscreen{
    overflow: hidden;
}

.clear{
    clear: both;
}


/*#wrapper{
    margin: 0 auto;
    width: 980px;
    -webkit-box-shadow: 0px 0px 10px #4c4d4c;  webkit browser 
    -moz-box-shadow: 0px 0px 10px #4c4d4c;  firefox  
    box-shadow: 0px 0px 10px #4c4d4c;
}*/

#header{
    height: 70px;
    background: url("img/ep_player/bar.gif") repeat-x scroll left bottom #24477B;
}

#header h1{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
}

#innercontent{
    width: 611px;
    float: left;
    padding: 25px;
}

#innercontent h1{
    margin-bottom: 20px;
}

#sidebar{
    width: 260px;
    float: right;
    padding: 25px;
}

#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;
}

.ep_mediaelement_container{
    position: relative;
    z-index: 9999;
    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.hidden{
    display:block;
    opacity: 0;
}

.ep_mediaelement_container video{
    cursor:pointer;
}

.ep_teaser{
    cursor: pointer;
}

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

#ep_video{
    cursor: pointer;
    background: #000;
}
.ep_video{
    background: #000;
}
#error_container{
    position: absolute;
    top: -300px;
    width: 350px;
    padding:5px;
    background-color: #F2DEDE;
    border:1px solid #EED3D7;
    color: #B94A48;
}

.ep_mediaelement_container .closebtn{ 
    background: url("img/ep_player/close.png") top left no-repeat;
    display: block;
    font-size: 0;
    height: 32px;
    position: absolute;
    right: -17px;
    text-indent: -1999px;
    top: -17px;
    width: 32px;
}

/*================================= 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;
    width: 100%;
    left: 0;
    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: 0;
}

.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;
}

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

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

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

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

.ep_controls li.volume{
    right: 30px;
    top: 11px;
}

.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 li.volume .volume_step{
    float: left;
    clear: both;
}
.ep_controls li.subtitle{
    right: 96px;
    top: 9px;
}
.ep_controls li.textversion{
    right: 121px;
    top: 9px;
}
.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_subs{
    background: url("img/ep_player/subtitle_default.png") top left no-repeat;
    height: 17px;
    width: 21px;
}
.ep_controls .ep_subs:hover{
    background: url("img/ep_player/subtitle_default_hover.png") top left no-repeat;
}

.ep_controls .ep_subs.off{
    background: url("img/ep_player/subtitle_default_hover.png") top left no-repeat;
}

.ep_controls .ep_subs.off:hover{
    background: url("img/ep_player/subtitle_default.png") top left no-repeat;
}
.ep_controls .ep_fulltext{
    background: url("img/ep_player/fulltext_default.png") top left no-repeat;
    height: 17px;
    width: 21px;
}
.ep_controls .ep_fulltext:hover{
    background: url("img/ep_player/fulltext_default_hover.png") top left no-repeat;
}

.ep_controls .ep_fulltext.off{
    background: url("img/ep_player/fulltext_default_hover.png") top left no-repeat;
}

.ep_controls .ep_fulltext.off:hover{
    background: url("img/ep_player/fulltext_default.png") top left no-repeat;
}
.ep_controls .ep_volume_step_1{
    margin-top: 3px;
    height: 6px;
}
.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;
}

/* SUBTITLE */
.ep_subtitle {
    position: absolute;
    width: 80%;
    text-align: center;
    left: 10%;
    bottom: 23%;
    font-weight: bold;
    font-size: 20px;
    text-shadow: #000 1px 1px 1px;
    color: #fff;
}
.ep_mediaelement_container .fulltext {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 10px;
    overflow: auto;
    margin-right: 14px;
    display: none;
    font-size: 15px;
}

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

#ep_mediaelement_fallback_container{
    background-image: url(img/ep_player/getflash.png);
    background-color: #000000;
    background-position: 5px 5px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 10px;
}


#ep_mediaelement_fallback_container p{
    padding-left: 21%;
    color: #fff !important;
}
.ep_bar.fullscreen:hover{
    opacity: 1 !important;
}
.ep_bar.fullscreen.hidden{
    opacity: 0 !important;
    display: block !important;
    visibility: visible !important;
}