﻿/** {
    box-sizing: border-box;
}*/

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    padding: 0 15px;
}

.left,
.right {
    width: 15%;
}

.column {
    float: left;
    height: 100vh;
}

.middle {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.displayAbox div {
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/* .middle iframe {
    height: 470px;
} */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.overlay {
    padding-bottom: 20%;
}

.adsborder {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid gray;
    padding: 5px;
}

.adsborder span {
    color: white;
    text-align: center;
    margin-bottom: 5px;
}

.margin-top-50 {
    margin-top: 10px;
}

.row:after {
    display: table;
    clear: both;
}

#ad-sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    position: fixed !important;
    text-align: center;
    bottom: 5px !important;
    left: 0;
    width: 100% !important;
    z-index: 11;
    /*max-height: 100px !important;*/
    box-sizing: border-box;
    opacity: 1 !important;
    background-image: none !important;
    /*background-color: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2) !important;*/
    margin-bottom: 0 !important;
}

.ad-sticky-dt {
    max-height: 90px !important;
}

.ad-sticky-adt {
    top: -30px !important;
    right: -360px;
}

.ad-sticky-mob {
    max-height: 250px !important;
}

.ad-sticky-amob {
    top: -30px !important;
    right: -150px;
}

#relatedVideos {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    color: #ff7f26;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: azure
}

#relatedVideos>a {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    width: 180px;
    float: left;
    line-height: 1.5;
    font-weight: bold;
    color: #ff7f26;
}

#relatedVideos img {
    float: left;
    width: 100%;
    max-height: 130px
}

#relatedVideos span {
    display: block;
    clear: both
}

#relatedVideos .video-time {
    position: initial !important;
}

#btolatWidget {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 10px;
    font-family: Verdana, Arial, sans-serif;
}

#btolatWidget .item {
    float: left;
    max-width: 31%;
    min-width: 230px;
    padding: 4px;
    margin: 0 5px 5px 0;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
}

#btolatWidget .item:hover {
    border: 1px solid #ffd800;
    -moz-box-shadow: 0px 0px 5px 1px #fe8127;
    -webkit-box-shadow: 0px 0px 5px 1px #fe8127;
    box-shadow: 0px 0px 5px 1px #fe8127;
}

#btolatWidget img {
    width: 100%;
    border-width: 0px;
}

#btolatWidget .item-img {
    position: relative;
    width: 100%;
}

#btolatWidget .overlay {
    position: absolute;
    width: 100%;
    bottom: 15%;
    right: 0;
}

#btolatWidget .overlay>span>a {
    float: left;
    padding: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #FF9800 !important;
    background: #388ccc;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#btolatWidget .date>span {
    float: left;
    padding: 5px;
    margin: 0;
    font-size: 10px;
    color: #fff !important;
    background: #388ccc;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#btolatWidget>.item>.item-title {
    font-size: 12px;
    float: left;
    margin: 6px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

#btolatWidget>.item>.item-title>a {
    color: #fe8127 !important;
    text-decoration: none;
}

#btolatWidget>.item>.item-title>a:hover {
    color: #fe8127 !important;
    text-decoration: none;
}

.sideBar {
    float: right;
    width: 30%;
    min-width: 250px;
}

.overlay {
    width: calc(70% - 15px);
    max-width: calc(100% - 250px);
    height: 0px;
    position: relative;
    min-height: 360px;
    float: left;
}

.overlay i {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
    color: #fff;
    font-size: 40px;
    margin-top: -20px;
}

.clearfix{
    clear:both;
}
.middle iframe#cv-embplayer {
    height: 510px
}



@media screen and (min-width: 550px) {
    .overlay {
        padding-bottom: 20%;
    }
}

@media screen and (max-width: 550px) {
    .overlay {
        padding-bottom: 10%;
    }
    .displayAbox {
        /*position: fixed;*/
        /*top: 320px;*/
        width: 100%;
        margin-top: 5px;
        overflow: hidden;
    }
}

@media screen and (max-width: 850px) {
    .hidden770,
    .sideBar {display: none !important;}
    .middle,
    .overlay {
        width: 100%;
        max-width: 100%;
    }
        .middle iframe#cv-embplayer {
            height: 360px
        }
}



.displayAbox {
    background-color: red;
}