﻿.video-page-container {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.video:after,
.thumbnail:after,
.share-action:after,
.video-page-container:after {
    clear: both;
    content: "";
    display: table;
}

.title {
    margin: 0;
    color: #4E4E4E;
    font-weight: 500;
}

.description {
    color: #999999;
}

.video .title {
    font-size: 32px;
}

.thumb-video {
    position: relative;
}

.play-video > i.far {
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
}

.share-action {
    margin-top: -4px;
    background-color: #EFF6F9;
}

.share-action .description {
    float: left;
    padding: 10px 0 0 5px;
    color: #4E4E4E;
    width: calc(100% - 189px);
}

.share-action .social {
    float: right;
}

.social li {
    float: left;
    width: 40px;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    color: rgb(41, 170, 225);
}

.social li:not(:last-child) {
    border-right: 2px #FFFFFF solid;
}

.home-page-video {
    width: 100%;
}

.side-bar .title {
    font-size: 19px;
}

.thumb-image {
    width: 100px;
    height: 100px;
}

.thumb-image, .short-description {
    float: left;
}

.short-description {
    padding-left: 10px;
    box-sizing: border-box;
    width: calc(100% - 110px);
}

.thumb-condonow {
    border-color: #0078A3;
    background-color: #0078A3;
}

.thumb-buyline {
    border-color: rgb(41, 170, 225);
    background-color: rgb(41, 170, 225);
}

.thumb-bottomline {
    border-color: #A3CC39;
    background-color: #A3CC39;
}

.thumb-storyline {
    border-color: rgb(252, 180, 20);
    background-color: rgb(252, 180, 20);
}

.side-bar .action {
    margin: 0px;
    cursor: pointer;
    line-height: 27px;
    color: rgb(41, 170, 225);
}

.thumbnail-divider {
    padding: 10px;
}

.video-title {
    bottom: 8px;
    width: 100%;
    position: absolute;
}

.show-mobile {
    color: #DDD;
    font-size: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .show-mobile {
        display: none !important;
    }

    .video, .side-bar {
        float: left;
    }

    .video {
        width: 60%;
    }

    .social li {
        padding: 10px;
    }

    .play-video > i.far {
        font-size: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 43px);
    }

    .side-bar {
        width: 40%;
        padding-top: 10px;
    }

    .main-content {
        width: calc(100% - 30px);
    }

    .main-content, .vertical-divider {
        float: left;
    }

    .vertical-divider {
        width: 30px;
    }
}

@media screen and (max-width: 767px) {
    .show-desktop {
        display: none !important;
    }

    .btnClose {
        right: 10px;
    }

    .social li {
        padding: 10px 5px;
    }

    .play-video > i.far {
        font-size: 60px;
        top: calc(50% - 32px);
        left: calc(50% - 43px);
    }

    .horizontal-divider {
        padding: 15px;
    }
}
