@charset "utf-8";
.container {
    max-width: 1280px
    }
.video-containing-block {
    width: 100%
    }
.video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
    }
.BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
#video-playlist-nav {
    width: 320px;
    height: 250px;
    float: right
    }
#video-playlist-nav p {
    margin-bottom: 0
    }
#video-playlist-nav-search {
    display: inline-block
    }
#video-playlist-nav-dropdown {
    display: inline-block;
    margin-left: -40px
    }
#video-playlist-nav-dropdown li {
    display: block;
    position: relative;
    float: left;
    border: 1px solid #6A6A6A
    }
#video-playlist-nav-dropdown li a {
    display: block;
    background: none repeat scroll 0% 0% #6E6961;
    padding: 2px 4px;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
    border: 1px solid #6A6A6A;
    cursor: pointer
    }
#video-playlist-nav-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000
    }
#video-playlist-nav-dropdown ul li {
    display: block;
    position: relative;
    float: left;
    border: 1px solid #6A6A6A
    }
#video-playlist-nav-dropdown li ul {
    display: none
    }
#video-playlist-nav-dropdown ul li a {
    display: block;
    background: #6E6961;
    padding: 4px 6px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
    }
#video-playlist-nav-dropdown ul li a:hover {
    background: #444
    }
#video-playlist-nav-dropdown li:hover ul {
    display: block;
    position: absolute
    }
#video-playlist-nav-dropdown li:hover li {
    float: none
    }
#video-playlist-nav-dropdown li:hover a {
    background: #444
    }
#video-playlist-nav-dropdown li:hover li a:hover {
    background: #6A6A6A
    }
#video-playlist-nav-dropdown #drop-nav li ul li {
    border-top: 0
    }
.video-playlist-container {
    float: none;
    width: 100%;
    background: #fff;
    clear: both
    }
.video-playlist {
    clear: both
    }
.video-playlist h1 {
    font-size: 18px;
    background-color: #f9f9f9;
    /*color:#d5711b;*/
    color: #111;
    text-indent: 6px;
    padding-top: 4px
    }
.video-playlist-clear {
    clear: both
    }
.video-playlist-item {
    position: relative;
    padding: 4px;
    margin-left: 10px;
    width: 180px;
    height: 190px;
    float: left;
    top: -10px
    }
.video-playlist-item:hover {
    /*background: #eee;*/
    outline: #ddd solid 1px;
    cursor: pointer
    }
.video-playlist-item p {
    margin: 0;
    overflow: hidden;
    position: relative;
    max-height: 4.5em;
    /*display ellipsis after 3 lines*/
    }
.video-playlist-item p:before {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "…"
    }
.video-playlist-item p:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1
    }
.video-playlist-item img {
    float: left;
    padding-bottom: 4px;
    height: 100px;
    width: 180px
    }
.video-playlist-playarrow {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 4px 0 4px;
    margin-left: 6px;
    margin-top: 6px;
    text-align: top;
    background-color: white;
    font-size: 14px;
    width: auto
    }
.video-more-btn {
    background: none repeat scroll 0% 0% #6E6961;
    border: 2px solid #6A6A6A;
    color: #FFF;
    margin: 4px;
    padding: 2px;
    text-decoration: none;
    cursor: pointer
    }
.video-more-btn:hover {
    background: none repeat scroll 0% 0% #8E877B;
    text-decoration: none
    }
#video-info {
    margin-right: -320px;
    float: left;
    width: 100%
    }
#video-current {
    margin-right: 330px
    }
#video-ad {
    width: 320px;
    height: 250px;
    float: right
    }
@media (max-width: 700px) {
    #video-info {
        margin-right: 0;
        margin-bottom: 20px
        }
    #video-current {
        margin-right: 0;
        width: 100%
        }
    #video-ad {
        clear: left;
        float: left
        }
    }