/***** Settings Tabs *****/

#em-settings-tabs-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#em-settings-tabs-container > .em-settings-tab{
    display: inline-block;
    padding: 15px 7px;
    border: 1px solid #ccc;
    border-top-width: 4px;
    margin-left: -5px;
    margin-bottom: -1px;
    cursor: pointer;
}

#em-settings-tabs-container > .em-settings-tab.active{
    border-top-color: #0073AA;
    border-bottom-color: #F1F1F1;
}

#em-settings-tabs-container > .em-settings-tab:first-child{
    margin-left: 0px
}

.em-settings-tab-content{
    padding: 10px 0;
    display: none;
}

.em-settings-tab-content.active{
    display: block;
}

.em-settings-tab-content > div{
    padding: 10px 0;
}

.em_vvb__banner-area {
    overflow: hidden;
    position: relative;
}

.em_vvb__banner-video-container{
    position: absolute;
    width: 100%;
    height: 760px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.em_vvb__responsive-video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.em_vvb__responsive-video-container iframe,
.em_vvb__responsive-video-container object,
.em_vvb__responsive-video-container embed,
.em_vvb__responsive-video-container img {
    position: absolute;
    top: 0px;
    top: -15%;
    left: 0px;
    width: 100%;
    height: 100% !important;
}

.em_vvb__banner_overlay {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 16%;
    z-index: 4;
}

.em_vvb__banner_overlay h2{
    margin-bottom: 10px;
}

.em_vvb__banner_overlay h4{
    margin-top: 10px;
    margin-bottom: 10px;
}

.em_vvb__video-overlay{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 4;
    top: 0;
}

.player .sidedock{
    display: none !important;
}

#banner-image{
    transition: 1s opacity;
    z-index: 4;
    opacity: 1;
}

#em_vvb__banner-frame{
    background: red none repeat scroll 0% 0% !important;
    position: absolute;
    top: 0px;
    display: block;
}