
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* End of Eric Meyer's CSS Reset */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

img {
    pointer-events: none;
}

/* unvisited link */
a {
    text-decoration: none;
}

    a:link {
        color: #8e8e8e;
        text-decoration: none;
    }

    /* visited link */
    a:visited {
        color: #8e8e8e;
    }

    /* mouse over link */
    a:hover {
        color: #797979;
    }

    /* selected link */
    a:active {
        color: #8e8e8e;
    }


html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
    min-height: 100%;
    padding: 15px;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}

/* Header
-----------------------------------------------------------------------------*/
header.header {
    height: 100px;
    position: relative;
}

    header.header .logo {
        position: absolute;
        margin: 5,0,5,0;
        margin: 10px 0 10px 0px;
    }

    header.header .searchbar {
        position: absolute;
        margin: 0 5px;
        direction: ltr;
        width: 209px;
        right: 0;
        top: 50px;
    }

        header.header .searchbar .input {
            height: 28px;
            width: 100%;
            border: none;
            border-bottom: 1px solid #111111;
            outline: none;
            color: #111111;
            font-size: 20px;
        }

        header.header .searchbar .input_img {
            position: absolute;
            bottom: 7px;
            right: 0;
        }

.navigation {
    border: 1px solid #b9b9b9;
    color: white;
    line-height: 45px;
    margin-top: 1px;
    padding-left: 10px;
    background: #8e8e8e;
    margin-bottom: 20px;
}

.links a {
    color: white;
}

    .links a:hover {
        color: rgba(226, 234, 236, 0.6);
    }

/* content
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 32px;
    position: relative;
}

    .content .player .overlay {
        position: absolute;
        top: 20px;
        max-height: 400px;
    }

        .content .player .overlay img {
            top: 3px;
            position: relative;
            width: 66%;
        }

    .content .player {
        height: 535px;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.20), 0px 3px 1px -2px rgba(0, 0, 0, 0.15);
        border-radius: 13px;
    }

.section .video:hover .title a {
    color: #ababab;
}

.section .video:hover .thumb a img,
.content .player .thumb a:hover img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    filter: url(#grayscale);
    background-color: #5E2612;
    filter: alpha(opacity = 50);
    transition: 0.5s;
}

.section .video:hover .thumb a::after,
.content .player .thumb:hover a::after {
    content: "";
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
    text-decoration: none;
    position: absolute;
    display: inline;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

.content .player .thumb {
    height: 535px;
    width: 940px;
    position: relative;
}

    .content .player .thumb img {
        height: 100%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #d7d7d7;
    }

.content .player iframe {
    height: 100%;
    width: 100%;
}

/* Section
-----------------------------------------------------------------------------*/
.section {
    margin-bottom: 25px;
}

    .section .header {
        color: #888888;
        border-bottom: 1px solid #111111;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .section .header .title {
            line-height: 30px;
            font-size: 28px;
        }

        .section .header .views {
            color: #666666;
            font-weight: 500;
        }

        .section .header .views,
        .section .header .more {
            float: right;
            font-size: 15px;
            margin-top: 7px;
        }

    .section .videoinfo {
        overflow: hidden;
        border-bottom: 1px solid #8e8e8e;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .section .videoinfo .by {
            font-size: 22px;
            line-height: 22px;
            color: #8e8e8e;
            margin-bottom: 20px;
        }

        .section .videoinfo .about .title {
            font-size: 18px;
            line-height: 20px;
            color: #8e8e8e;
            margin-bottom: 5px;
        }

        .section .videoinfo .about {
            width: 560px;
            float: left;
        }

            .section .videoinfo .about .description {
                font-weight: 400;
            }

        .section .videoinfo .info {
            width: 220px;
            float: right;
            font-weight: 400;
        }

    .section .more .title {
        font-size: 28px;
        line-height: 30px;
        color: #3F6787;
        margin-bottom: 20px;
    }

    .section .videos {
        overflow: hidden;
        width: 968px;
        min-height: 240px;
    }

    .section .video {
        overflow: hidden;
        margin-right: 28px;
        float: left;
        height: 240px;
    }

        .section .video .thumb a {
            display: block;
            line-height: 0px;
            text-align: center;
            transition: 0.2s ease all;
        }

            .section .video .thumb a:hover {
                transform: translateY(-4px);
            }

        .section .video .thumb {
            margin-bottom: 7px;
            width: 214px;
            height: 125px;
            position: relative;
        }

            .section .video .thumb img {
                width: 200px;
                height: 110px;
                margin-top: 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.20), 0px 3px 1px -2px rgba(0, 0, 0, 0.15);
                border-radius: 13px;
            }


        .section .video .title {
            width: 214px;
            color: #8e8e8e;
            font-size: 20px;
            margin-bottom: 5px;
            line-height: 20px;
            min-height: 60px;
        }

        .section .video .subtitle {
            color: #666666;
            line-height: 15px;
            font-size: 13px;
            font-weight: 400;
            width: 214px;
        }

.report-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: #00000033;
    z-index: 1;
}

.modal-body {
    width: 500px;
    color: white;
    margin: 0 auto;
    background: #202b37;
    padding: 40px;
    border-radius: 15px;
    margin-top: 20vh;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
}

    .modal-body input[type=text] {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        display: inline-block;
        min- height: 36px;
        padding: 8px 12px;
        width: 100%;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        font-size: 15px;
        color: #404040;
        outline: none;
    }

    .modal-body h1 {
        line-height: 30px;
    }

    .modal-body button {
        border: none;
        line-height: 24px;
        margin-top: 10px;
        cursor: pointer;
    }

.section .section-content {
    padding: 0 90px 0 60px;
}

    .section .section-content h2 {
        font-size: 20px;
        color: #8e8e8e;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .section .section-content h3 {
        text-decoration: underline;
        color: #666;
    }

    .section .section-content p {
        font-size: 14px;
        color: #666666;
        line-height: 17px;
        padding-bottom: 20px;
        font-weight: 400;
        font-size: 14px;
        text-align: justify;
        text-justify: inter-word;
    }

    .section .section-content ul {
        margin: 1em 0;
        padding: 0 0 0 30px;
        list-style-type: decimal;
        font-weight: bold;
        color: #666666;
    }

        .section .section-content ul li {
            list-style: inherit;
        }

    .section .section-content p u {
        font-weight: bold;
        text-decoration: underline;
    }

    .section .section-content p b {
        font-weight: bold;
    }

/* Paging
-----------------------------------------------------------------------------*/

.section .pagination {
    margin: 15px 0;
    text-align: center;
}

    .section .pagination div {
        border-bottom: 10px solid silver;
    }

    .section .pagination span {
        margin: 0 15px;
        display: inline-block;
    }

.section .pagination-control ul {
    display: inline-block;
}

.section .pagination-control li {
    display: inline-block;
}

.pagination-control button {
    font-size: 12px;
    margin-top: -26px;
    cursor: pointer;
}

    .pagination-control button:disabled {
        cursor: default;
    }

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 940px;
    margin: -32px auto 0;
    height: 32px;
    position: relative;
}

    .footer .links {
        text-align: right;
        padding-right: 10px;
        color: white;
        display: inline-block;
        line-height: 32px;
        float: right;
    }

    .footer .left {
        float: left;
        display: inline-block;
        text-align: left;
        color: white;
        padding-left: 10px;
        font-size: 12px;
        line-height: 16px;
    }

.linkSeparator {
    height: 32px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 1px solid white;
    margin-bottom: -10px;
}

/* LP
-----------------------------------------------------------------------------*/

.downbox {
    text-align: center;
    height: 90px;
    margin: 45px auto 30px auto;
    padding: 0 32px 0 37px;
}

.btn-bigdownload {
    background-color: #FFF;
    display: inline-block;
    font-family: Fjalla, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #964ae2;
    text-decoration: none;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 3px 0px rgba(1, 86, 123, 0.85);
    -webkit-box-shadow: 0px 3px 0px rgba(1, 86, 123, 0.85);
    box-shadow: 0px 3px 0px rgba(1, 86, 123, 0.85);
    background-image: url(../images/icon-down.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 40px 40px;
}

    .btn-bigdownload:hover {
        color: #FFF;
        background-color: #EE3A37;
    }

.icon-dlw {
    background-image: url(../images/icon-down.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    z-index: 25;
    position: absolute;
    left: 43px;
    top: 10px;
    background-position: 0px 0px;
}

.btnout {
    background-color: #8e8e8e;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.report-button {
    color: #EE3A37;
    cursor: pointer;
    font-size: 17px;
}

.reported {
    color: #79c452;
    cursor: inherit;
}
