
body {
    font-family: Arial, sans-serif;
}


.main-preview-player {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-container,
.playlist-container {
    position: relative;
    min-width: 300px;
    min-height: 150px;
    height: 0;
}

.video-container {
    flex: 3 1 70%;
}

.video-area-fixed {
    /*width: 591px;
    height: 332px;*/
    width:100%;
}

.video-area-fs {
    width: 100%;
    max-width: 1920px;
    max-height: 1080px;
}

.playlist-container {
    flex: 1 1 30%;
}

.vjs-playlist {
    margin: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vjs-playlist-item-list {
    display: block;
}

.vjs-playlist-horizontal .vjs-playlist-item {
    width: 100%;
    max-height: 100px;
    display: block;
}

.vjs-playlist-item-list li.vjs-playlist-item {
    display: block;
}



.chapters-area {
    margin: 0px;
    display:inline-flex;
    padding-left: 0px;
    list-style: none;
    list-style-type: none;
    position: absolute;
    top: 0px;
    left: 10px;
}

    .chapters-area > li {
        margin: 0px;
        padding: 0px;
        display: block;
        float: left;
    }

        .chapters-area > li button {
            background: #333333;
            margin: 0px;
            padding: 5px 10px;
            /*border-radius: 4px;*/
            border-left: 0;
            border-right: 1px dotted #999999;
            border-bottom: 0;
            border-top: 3px solid #CCDFCA;
            /*color: #888888;*/
            color: #EEEEEE;
            width: auto;
            /*line-height: 30px;*/
            font-size: 12px;
            height: 40px;
        }

        .chapters-area > li:last-child button {
            border-right: 0;
        }

            .chapters-area > li button.current {
                background: #CCDFCA;
                color: #000;
                border-color: #333333;
            }

            .chapters-area > li button:hover {
                background: #F0F0F0;
                color: #000;
                border-color: #333333;
            }

.video-area-fixed .chapters-area {
    margin: 0px;
    /*position: relative;*/
    padding-left: 0px;
    list-style: none;
    list-style-type: none;
    top: auto;
    left: auto;
    width:100%;
}

    .video-area-fixed .chapters-area > li {
        width: 100%;
    }
    .video-area-fixed .chapters-area > li button {
        line-height: 15px;
        height: 40px;
        width: 100%;
        font-size: 12px;
    }

.video-area-fs .chapters-area,
.video-area-fs .chapters-bar div.shortlink {
    /*margin:0px 100px;*/
    left: 50%;
    transform: translate(-50%, 0%);
    /* min-width:100%;*/
}

.video-area-fs .chapters-bar div.shortlink {
    background: #333333;
    position: absolute;
    margin: 0px;
    top: 40px;
    color: #EEEEEE;
    display: none;
    text-align: center;
    opacity: 0.82;
    height:30px;
    line-height:30px;
}
.video-area-fs .chapters-bar div.shortlink > a {
    color: #EEEEEE;
    padding: 0px 12px;
}
/*.video-area-fs .chapters-area {
    margin: 0px;
    position: relative;
    padding-left: 0px;
    list-style: none;
    list-style-type: none;
    top: auto;
    left: auto;
}

    .video-area-fs .chapters-area > li button {
        line-height: 15px;
        height: 60px;
        width: 84px;
        font-size: 12px;
    }*/
.video-area-fs .chapters-area > li button {
    line-height: 15px;
    opacity: 0.82;
    display: none;
}

    .video-area-fs:hover .chapters-bar div.shortlink,
    .video-area-fs:hover .chapters-area > li button {
        display: block;
    }



/***Taken from playerstyle.css***/

#hovercontrols {
    display: none;
    position: absolute;
    width: 48px;
    height: 32px;
    top: 50px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
}

#entrysplashquestion {
    /*display: none;*/
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding-top:12px;
    padding-bottom:12px;
    background-color: rgba(0,0,0,0.6);
    top:-180px;
}

.entrysplashlink {
    /*display: none;*/
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    height: 1.5em;
    background-color: rgba(0,0,0,0.6);
    top: -180px;
    width:50%;
    float:left;
}

    .entrysplashlink A {
        text-decoration: none;
        color: #AAA;
    }

        .entrysplashlink A:hover {
            text-decoration: none;
            color: #FFF;
        }

#exitsplashlink {
    display: none;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    height: 1.5em;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.6);
}

    #exitsplashlink A {
        text-decoration: none;
        color: #AAA;
    }

        #exitsplashlink A:hover {
            text-decoration: none;
            color: #FFF;
        }

#switchbar {
    width: 100%;
    position: relative;
    text-align: center;
    background: #333333;
    color: #EEEEEE;
    border-top: 3px solid #CCDFCA;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    top:60px;
}

    #switchbar A {
        font-family: Verdana;
        font-weight: bold;
        font-size: 0.7em;
        text-align: center;
        text-decoration: none;
        color: #CCC;
    }

        #switchbar A:hover {
            color: #EEE;
        }

#switchresponsive {
    display: none;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
}

    #switchresponsive A {
        font-family: Verdana;
        font-weight: bold;
        font-size: 0.7em;
        text-align: center;
        text-decoration: none;
        color: #CCC;
    }

        #switchresponsive A:hover {
            color: #EEE;
        }

span#infoarea {
    background-color: red;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 1em;
}

#webaddress {
    display: none;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

    #webaddress A {
        font-family: Verdana;
        font-weight: bold;
        font-size: 0.7em;
        text-align: center;
        text-decoration: none;
        color: #CCC;
    }

        #webaddress A:hover {
            color: #EEE;
        }


#playerwrapper {
    position:relative;
    margin:0px;
    padding:0px;
}


.sample_email {
    position: relative;
    text-align: center;
    display: none;
    border: 1px solid #333333;
    background-color: #CCDFCA;
    font: 9px Verdana, Arial;
    color: #333333;
    filter: alpha(opacity=80);
    opacity: 0.8;
    top:-200px;
}

    .sample_email p {
        position: relative;
        padding: 5px;
        margin: 5px;
    }


@media screen and (max-width: 1024px) {
    .playlist-container {
        position: relative;
    }

    

        .video-area-fixed .chapters-area > li button,
        .video-area-fs .chapters-area > li button {
            line-height: 12px;
            height: 41px;
            padding: 3px 2px;
        }
    
}


@media screen and (max-width: 768px) {
    .video-area-fixed .chapters-area > li button,
    .video-area-fs .chapters-area > li button {
        line-height: 9px;
        height: 41px;
        padding: 3px 2px;
    }
}

@media screen and (max-width: 480px) {
    .video-area-fixed .chapters-area > li button,
    .video-area-fs .chapters-area > li button {
        
    }
    .video-area-fs .chapters-bar div.shortlink {
        width: 70%;
    }
}




@media screen and (max-width: 400px) {
    .video-area-fs .chapters-bar div.shortlink {
        width:80%;
    }
}


