@charset "UTF-8";
/* CSS Document */

.hybrid-fs-bgnd {
    background: none !important;
    position: absolute !important;
    /*width: 100% !important;
    height:100% !important;*/
}

.video-player-background {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: #000000;
    display: none;
}

.video-player {
    position: fixed;
    bottom:0px;
    /*background: red;*/
    width: 100%;
    height: 100% !important;
    bottom: 0px;
    left:0px;
    z-index:1002;
}

.seeker {
    position: absolute;
    background-color: #333333;
    height: 12px;
    width: 100%;
    left:0px;
    bottom:0px;
}

.buffer {
    position:absolute;
    left:0;
    bottom:0;
    background-color: #000000;
    width: 0%;
    height: 12px;
    z-index: 1003;
}

.seeked {
    position:absolute;
    left:0;
    bottom:0;
    background-color: #FFFFFF;
    width: 0%;
    height: 12px;
    z-index: 1004;
}


.video-bg {
    background-color:#000000;
    bottom:0;
}

.video-placeholder {
    display:none;
}

.video-placeholder img{
    height:100%;
    width:100%;
}

.main-controls {
    position: absolute;
    width: 128px;
    height: 20px;
    left:30px;
    z-index: 1005;
    bottom: 20px;
}

.fullscreen-metadata {
    width: auto;
    height: 20px;
    bottom: 19px;
    z-index: 1006;
    position: absolute;
    left: 150px;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 10px;
    letter-spacing: 1px;
}

.fullscreen-metadata p {
    color: #FFFFFF;
    line-height: 10px;
}

.vid-button {
    cursor:pointer;
    position:absolute;
    left:0;
    height: 20px;
    width: 36px;
    border: 0;
    padding: 0;
    overflow:hidden;
}

.play-btn {
    left:0px;
    background: transparent url(../images/layout/play-pause.png) no-repeat;
    background-position:0px 0px;
}

.play-btn.play {
    background-position:0px 0px;
}

.mute-btn {
    left: 104px;
    background: transparent url(../images/layout/mute-unmute.png) no-repeat;
    background-position:-16px 0px;
}

.mute-btn.unmute {
    background-position:0px 0px;
}

.timecode {
    position: absolute;
    z-index: 1005;
    width: 80px;
    height: 20px;
    left:40px;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#video {
    overflow:hidden;
    height:100%;
    width:100%;
}

#fullscreen-logo {
    position: absolute;
    width: 943px;
    height: 112px;
    left: 50%;
    top: 50%;
    margin: -56px 0 0 -472px;
}

#big-play, #loading {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10000;
    vertical-align:middle;
    text-align:center;
}

#big-play {
    background:transparent url(../images/layout/big-play-btn.png) no-repeat 0 0;
    margin:-57px 0 0 -57px;
    height:108px;
    line-height:102px;
    width:108px;
    cursor: pointer;
    display:none;
}
#loading {
    background:transparent url(../images/layout/loader.gif) no-repeat 0 0;
    margin:-20px 0 0 -20px;
    height:40px;
    line-height:40px;
    width:40px;
    height:40px;
}


/*WORLD PLAYER*/

.world {
    height: 309px;
    width: 550px;
    position: absolute;
    visibility:visible !important;
}

.world .buffer {
    background-color: #222222;
}

.world .video-player {
    position:absolute;
}

.world .video-player .main-controls {
    left: 15px;
}

/*.world .flashplayer {
    background: black;
}*/

.world-grid-view {
    display: block;
    height: 313px;
    width: 313px;
}

.world-scroll-view {
    position: absolute;
    top: -110px;
    left: 0px;
    z-index: 0;
}