html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #fff;
    font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
}

body.light {
    color: #000;
    background-color: #333;
}

body.dark {
    color: #fff;
    background-color: #eee
}

.pinf {
    color: #fff;
}

.cleeng-embed-content {
    height: 100%;
}

.cleeng-embed-wrapper {
    padding: 0 12px;
    height: 100%;
    position: relative;
    z-index: 200;
    overflow: hidden;
}

.have-access, a.have-access:hover {
    color: #fff;
    position: relative;
    top: -3px;
}

.light .have-access, .light.have-access:hover {
    color: #000;
}

.video-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    display: inline-block;
    max-width: 75vw;
}

.cleeng-top-bar {
    height: 32px;
}

.cleeng-controls {
    padding-top: 4px;
    min-height: 100px;
    position: relative;
    height: 100%;
}

.video-description p {
    margin-top: 0;
    text-align: justify;
    line-height: 150%;
    padding-top: 4px;
}

.button-holder {
    padding: 0;
    text-align: center;
    float: right;
    margin-left: 24px;
}

.buy-button {
    border-radius: 3px;
    border: none;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    text-align: left;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    margin: 4px 0 6px 0;
    -webkit-box-shadow: inset 0px 16px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 16px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 16px 0px 0px rgba(0, 0, 0, 0.2);
}

.price {
    float: right;
    margin-left: 8px;
}

.description-holder p {
    margin-bottom: 0;
}

.description-holder a {
    color: #66ac00;
}

.description-holder a:hover {
    color: #66ac00;
}

a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.read-more {
    display: block;
    line-height: 21px;
    font-weight: bold;
}

.playback-time {
    float: right;
    line-height: 21px;
}

.playback-time.no-float {
    float: none;
}

.cleeng-logo {
    display: inline-block;
    width: 87px;
    height: 12px;
    position: relative;
    top: 2px;
    background: url('../img/cleeng.png') no-repeat;
}

#info {
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 150%;
    overflow-y: auto;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -2;
    opacity: 0;
}

.light #info {
    background: #fff;
    color: #000;
}

.info-holder {
    margin: 12px;
    margin-top: 0;
    position: relative;
}

.info-holder hr {
    margin: 8px 0;
}

.close-button {
    position: absolute;
    top: 8px;
    right: 8px;
}

.video-description {
    margin-top: 0;
    line-height: 150%;
}

.video-description:after {
    clear: both;
    content: '';
    display: block
}

#preview-info {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -8px;
    margin-left: -100px;
    background: rgba(0, 0, 0, 0.7);
    width: 200px;
    text-align: center;
    display: block;
    z-index: 2;
    padding: 16px;
    line-height: 150%;
}

.embed {
    overflow: hidden;
    position: relative;
}

#icon-circle {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 120px;
    margin: -60px -60px;
    cursor: pointer;
}

.dark #icon-circle {
    background-image: url('../img/icon_circle.png');
    background-size: cover;
    z-index: 1002;
}

.light #icon-circle {
    opacity: 0.7;
    background-image: url('../img/icon_circle-light.png');
    background-size: cover;
    z-index: 1002;
}

.embed iframe, #preview-holder iframe, .embed object, #preview-holder object, .embed embed, #preview-holder embed, #preview-holder > div {
    width: 100% !important;
    height: 100% !important;
}

.embed iframe {
    background: #000;
}

#preview-holder {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}

.social-icon {
    width: 34px;
    height: 35px;
    display: block;
    float: left;
    background: url('../img/social-icons.png') no-repeat;
    margin-right: 4px;
    margin-bottom: 16px;
}

.icon-facebook {
    background-position: 0 0;
}

.icon-twitter {
    background-position: -35px 0;
}

.icon-google {
    background-position: -72px 0;
}

.description-holder {
    margin-bottom: 16px;
}

.icon-instagram {
    width: 34px;
    height: 35px;
    display: block;
    float: left;
    background: url('../img/instagram.png') no-repeat;
    margin-right: 4px;
    margin-bottom: 16px;
}

.quality-badge {
    border-radius: 2px;
    display: inline-block;
    padding: 3px 6px;
    margin-left: 5px;
    color: #fff;
    vertical-align: top;
    margin-top: 6px;
}

.video-quality {
    text-transform: uppercase;
}

.video-info {
    font-size: 12px;
    line-height: 150%;
}

.video-info:after {
    clear: both;
    display: block;
    content: ''
}

.video-info div {
    display: inline;
    padding-right: 8px;
}

.teaser-info {
    position: relative;
    text-align: center;
    margin: 0 24px 8px 0;
    float: left;
    border: 1px solid #333;
}

.promotion-type {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;;
    border-radius: 2px;
    margin: 5px 0px 0 0;
    border: 1px solid #aaa;
    position: relative;
    color: #fff;
    background: transparent;
    float: right;
}

.light .promotion-type {
    border-color: #000;
    color: #000;
    font-weight: bold;
}

#vod-embed-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.vod-embed-background {
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
    z-index: -9;
}

.vod-embed-background.left {
    left: 0;
}

.vod-embed-background.right {
    right: 0;
}

body.dark .vod-embed-background-cover {
    background-color: rgba(0, 0, 0, 0.7);
}

body.light .vod-embed-background-cover {
    background-color: rgba(200, 200, 200, 0.7);
}

.prevent-rightclick {
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
}

.buyBtn {
    position: relative;
    z-index: 1002;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 320px) {
    .short-description {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #preview-holder {
        overflow-y: auto;
    }
}

@media screen and (max-width: 530px) {
    .short-description {
        max-height: 58px;
        height: 58px;
        overflow: hidden;
    }
}

@media screen and (max-width: 350px) {
    .short-description {
        display: none;
    }

    .button-holder {
        float: none;
        margin-left: auto;
        text-align: center;
    }

    .button-holder button {
        max-width: 200px;
        margin: 5px auto;
    }
}

@media screen and (max-device-width: 480px) {
    .quality-badge {
        float: right;
    }

    .embed {
        width: 100% !important;
    }
    .video-title{
        white-space: nowrap;
    }
}

@media screen and (min-device-width: 480px) and (max-device-width: 520px) {
    .video-title {
        max-width: 62vw;
    }

    .video-title.more-info {
        max-width: 75vw;
    }
}

@media screen and (max-device-width: 330px) {
    .cleeng-logo {
        display: inline-block;
        width: 65px;
        height: 8px;
        top: 0px;
        position: relative;
        background: url('../img/cleeng.png') no-repeat;
        background-size: cover;
    }
}
