<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

img, object, embed {
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
    font-weight: 400;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

a * {
    cursor: pointer;
}

input, textarea {
    outline: 0;
}

html {
    min-width: 320px;
    height: 100%;
}

body {
    font: 14px/1.2 'Lato',sans-serif;
    position: relative;
    min-width: 320px;
    height: 100%;
    padding: 102px 0 20px 0;
    color: #000;
    /*background: #eef4f3;*/
}

@media screen and (max-width:1140px) {
    body {
        padding: 102px 0 0 0;
    }
}

@media screen and (max-width:870px) {
    body {
        padding: 80px 0 -80px 0;
    }
}

a {
    text-decoration: none;
    color: #2b5dff;
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* ::-moz-selection {
    color: #fff;
    background: #2b5dff;
}

* ::selection {
    color: #fff;
    background: #2b5dff;
}

*[class*=ico_] {
    display: inline-block;
    vertical-align: top;
    background: url(../images/sprite.png) no-repeat;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #464646;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    color: #464646;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #464646;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #464646;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input.placeholder, textarea.placeholder {
    color: #464646;
}

.headline .sort ul li, .watch .player .tools .view_info li, .footer .contain .list li {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.headline .sort ul li:before, .watch .player .tools .view_info li:before, .footer .contain .list li:before {
    padding-right: 10px;
    content: '|';
    color: #9a9a9a;
}

.headline .sort ul li:first-child, .watch .player .tools .view_info li:first-child, .footer .contain .list li:first-child {
    padding-left: 0;
}

.headline .sort ul li:first-child:before, .watch .player .tools .view_info li:first-child:before, .footer .contain .list li:first-child:before {
    display: none;
    padding-right: 0;
}

.header .wrap:before, .thumbs_drop .th .tools:before, .headline:before, .block .wrap:before, .block .th .tools:before, .block .thumb .tools:before, .watch .wrap:before, .watch .player .tools:before, .watch .player .tools .view_info ul:before, .watch .player .rows_box .row:before, .container:before {
    display: table;
    clear: both;
    content: '';
}

.header .wrap:after, .thumbs_drop .th .tools:after, .headline:after, .block .wrap:after, .block .th .tools:after, .block .thumb .tools:after, .watch .wrap:after, .watch .player .tools:after, .watch .player .tools .view_info ul:after, .watch .player .rows_box .row:after, .container:after {
    display: table;
    clear: both;
    content: '';
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    height: 102px;
    background: #00a594 url(../images/bg_header.jpg) repeat-x;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

@media screen and (max-width:1324px) {
    .header .container {
        padding: 0 20px;
    }
}

/*@media screen and (max-width:1140px) {
    .header {
        height: 191px;
    }
}*/

@media screen and (max-width:870px) {
    .header {
        height: 80px;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .header.open_categories .mobile_nav .ico_bar {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header.open_categories .nav {
        display: block;
    }

    .header.open_search .ico_search {
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }

    .header.open_search .search {
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        transform: translate(0%);
    }

    .header.open_search .search .search_field {
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        transform: translate(0%);
    }

    .header .container {
        padding: 0;
    }
}

.header.open .nav .btn_categories a {
    background: #de007d;
}

.header .holder {
    position: relative;
    z-index: 1;
}

.header .wrap {
    padding: 25px 0 22px;
}

@media screen and (max-width:1140px) {
    .header .wrap {
        padding-bottom: 0;
    }
}

@media screen and (max-width:870px) {
    .header .wrap {
        padding: 0;
        text-align: center;
    }
}

.logo {
    float: left;
    overflow: hidden;
    width: 219px;
    height: 69px;
    margin: -14px 0 0;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
}

@media screen and (max-width:1140px) {
    .logo {
        margin-top: -17px;
    }
}

@media screen and (max-width:870px) {
    .logo {
        display: inline-block;
        float: none;
        width: 175px;
        height: 55px;
        margin: 10px 0 15px;
        vertical-align: top;
        -moz-background-size: 175px 55px;
        -o-background-size: 175px 55px;
        background-size: 175px 55px;
    }
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    float: left;
    margin: 0 0 0 80px;
    background: #4c4c4c;
    background: -moz-linear-gradient(top,#4c4c4c 0%,#4c4c4c 50%,#464646 50%,#464646 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4c4c4c),color-stop(50%,#4c4c4c),color-stop(50%,#464646),color-stop(100%,#464646));
    background: -webkit-linear-gradient(top,#4c4c4c 0%,#4c4c4c 50%,#464646 50%,#464646 100%);
    background: -o-linear-gradient(top,#4c4c4c 0%,#4c4c4c 50%,#464646 50%,#464646 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#4c4c4c),color-stop(50%,#4c4c4c),color-stop(50%,#464646),to(#464646));
    background: linear-gradient(to bottom,#4c4c4c 0%,#4c4c4c 50%,#464646 50%,#464646 100%);
}

@media screen and (max-width:1140px) {
    .nav {
        float: right;
        margin-left: 10px;
    }
}

@media screen and (max-width:870px) {
    .nav {
        display: none;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #4c4c4c;
    }
}

.nav ul {
    font-size: .001px;
}

    .nav ul li {
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        vertical-align: top;
    }

        .nav ul li.selected span, .nav ul li.selected a {
            background: #de007d;
        }

@media screen and (max-width:870px) {
    .nav ul li {
        font-size: 12px;
        display: block;
    }
}

.nav ul li a, .nav ul li span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 18px 22px;
    color: #fff;
}

.nav ul li a:after, .nav ul li span:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    content: '';
    -webkit-transition: height .3s,background .3s,-webkit-border-radius .3s;
    -moz-transition: height .3s,background .3s,-moz-border-radius .3s;
    -o-transition: height .3s,background .3s,border-radius .3s;
    transition: height .3s,background .3s,border-radius .3s;
}

.nav ul li a:hover, .nav ul li span:hover {
    text-decoration: none;
}

.nav ul li a:hover:after, .nav ul li span:hover:after {
    height: 100%;
    background: #de007d;
}

@media screen and (max-width:870px) {
    .nav ul li a, .nav ul li span {
        padding: 12px 0;
    }
}

.search {
    overflow: hidden;
}

@media screen and (max-width:1140px) {
    .search {
        width: 100%;
        padding: 43px 0 19px;
    }
}

@media screen and (max-width:870px) {
    .search {
        padding: 10px;
        -webkit-transition: -webkit-transform .8s;
        -moz-transition: -moz-transform .8s;
        -o-transition: -o-transform .8s;
        transition: transform .8s;
        -webkit-transform: translate(100%);
        -moz-transform: translate(100%);
        -ms-transform: translate(100%);
        -o-transform: translate(100%);
        transform: translate(100%);
        background: #00a591;
    }
}

.search .search_field {
    height: 52px;
    background: #efefef;
}

@media screen and (max-width:870px) {
    .search .search_field {
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
        transition: transform 1s;
        -webkit-transform: translate(100%);
        -moz-transform: translate(100%);
        -ms-transform: translate(100%);
        -o-transform: translate(100%);
        transform: translate(100%);
    }
}

.search .input {
    overflow: hidden;
    padding: 18px 0 17px 22px;
}

    .search .input input {
        font: 300 14px/1.2 'Lato',sans-serif;
        width: 100%;
        color: #464646;
        border: 0;
        background: 0 0;
    }

.search .btn {
    float: right;
    width: 52px;
    height: 52px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    transition: transform .6s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 0;
    outline: 0;
    background: 0 0;
}

.search .btn:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.search .btn .ico_search {
    width: 23px;
    height: 23px;
    background-position: 0 0;
}

.drop {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 20px 0;
    background: #484848;
    background: rgba(72,72,72,.8);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}

@media screen and (max-width:870px) {
    .drop {
        display: none;
    }
}

.thumbs_drop {
    font-size: 0;
    margin: 0 0 0 -9px;
    text-align: center;
}

    .thumbs_drop .th {
        display: inline-block;
        width: 14.28%;
        padding: 0 0 0 9px;
        vertical-align: top;
    }

        .thumbs_drop .th:hover .over:after {
            left: 0;
        }

        .thumbs_drop .th:hover .over:before {
            right: 0;
            width: 100%;
        }

        .thumbs_drop .th:hover .tools strong, .thumbs_drop .th:hover .tools em {
            color: #00c6b4;
        }

        .thumbs_drop .th a {
            display: block;
        }

        .thumbs_drop .th .over {
            position: relative;
            z-index: 1;
            display: block;
        }

        .thumbs_drop .th .over:after {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            bottom: 0;
            left: 100%;
            content: '';
            -webkit-transition: left .3s;
            -moz-transition: left .3s;
            -o-transition: left .3s;
            transition: left .3s;
            -webkit-box-shadow: inset 0 0 0 3px #00c6b4;
            -moz-box-shadow: inset 0 0 0 3px #00c6b4;
            box-shadow: inset 0 0 0 3px #00c6b4;
        }

        .thumbs_drop .th .over:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 0;
            content: '';
            -webkit-transition: width .3s;
            -moz-transition: width .3s;
            -o-transition: width .3s;
            transition: width .3s;
            opacity: .3;
            background: #000;
        }

        .thumbs_drop .th img {
            display: block;
            width: 100%;
            height: auto;
        }

        .thumbs_drop .th .tools {
            font-size: 13px;
            display: block;
            padding: 7px 0 0;
            color: #fff;
        }

        .thumbs_drop .th .tools strong {
            font-weight: 400;
            float: left;
            overflow: hidden;
            width: 80px;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            text-align: left;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .thumbs_drop .th .tools em {
            font-size: 12px;
            float: right;
            -webkit-transition: color .5s;
            -moz-transition: color .5s;
            -o-transition: color .5s;
            transition: color .5s;
        }

.holder_list {
    margin: 12px 0 0;
    padding: 20px 10px 0;
    text-align: center;
    border-top: 6px solid #00c6b4;
}

.holder_list .col {
    display: inline-block;
    width: 14%;
    vertical-align: top;
}

.holder_list .col:first-child {
    margin: 0;
}

.holder_list .col li {
    font-size: 0;
    margin: 15px 0 0;
    text-align: left;
}

.holder_list .col li:first-child {
    margin: 0;
}

.holder_list .col li.btn_all a {
    font-size: 13px;
    line-height: 38px;
    display: block;
    padding: 0 5px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    text-align: center;
    background: #de007d;
}

.holder_list .col li.btn_all a:hover {
    opacity: .9;
    color: #fff;
}

.holder_list .col li a {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #fff;
}

.holder_list .col li a:hover {
    text-decoration: none;
    color: #00c6b4;
}

.holder_list .col li a strong {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    overflow: hidden;
    max-width: 76px;
    vertical-align: top;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.holder_list .col li a span {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
}

.mobile_nav {
    position: absolute;
    top: 0;
    left: 7px;
    display: none;
    width: 70px;
    height: 80px;
    margin: 22px 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
}

@media screen and (max-width:870px) {
    .mobile_nav {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .mobile_nav {
        left: 0;
    }
}

.mobile_nav .icons {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile_nav .icons .ico_bar {
    position: absolute;
    left: 0;
    width: 100%;
    width: 30px;
    height: 4px;
    height: 20px;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: -50px -50px;
}

.mobile_search {
    position: absolute;
    top: 0;
    right: 7px;
    display: none;
    width: 70px;
    height: 80px;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
}

@media screen and (max-width:870px) {
    .mobile_search {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .mobile_search {
        right: 0;
    }
}

.mobile_search .ico_search {
    width: 23px;
    height: 23px;
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    transition: transform .6s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-position: 0 -50px;
}

.main {
    padding: 20px 20px 0;
}

@media screen and (max-width:870px) {
    .main {
        padding: 0 0 0 0;
    }

    .main .container {
        padding: 0 10px;
    }
}

.intro h1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline;
}

.intro p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #464646;
    display: inline;
}

.intro p strong {
    text-transform: uppercase;
}

.bottom-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #464646;
    padding: 10px;
}

.bottom-text h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
}

.headline .title {
    font-size: .001px;
    float: left;
}

.page-desc {
    font-weight: 300;
    font-size: 14px;
    color: #464646;
    margin: 5px 0;
}

@media screen and (max-width:640px) {
    .headline .title {
        float: none;
    }
}

.headline .title h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: capitalize;
    color: #464646;
}

.headline .title small {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: bottom;
    color: #9e9e9e;
}

.headline .sort {
    float: right;
}

@media screen and (max-width:640px) {
    .headline .sort {
        float: left;
        margin: 5px 0 0;
    }
}

.headline .sort ul {
    font-size: .001px;
}

.headline .sort ul li {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}

.headline .sort ul li.selected span {
color: #de007d;
}

.headline .sort ul li a {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #9a9a9a;
}

.headline .sort ul li a:hover {
    color: #de007d;
}

.block {
    margin: 22px 0 0;
}

.block:first-child {
    margin: 0;
}

.block .thumbs {
    font-size: .001px;
    margin: 0 0 0 -12px;
    text-align: center;
    letter-spacing: -1px;
}

@media screen and (max-width:420px) {
    .block .thumbs {
        margin: 0;
    }
}

.block .th {
    display: inline-block;
    width: 25%;
    padding: 12px 0 0 12px;
    vertical-align: top;
    letter-spacing: 0;
}

@media screen and (max-width:1140px) {
    .block .th {
        width: 33.33%;
    }
}

@media screen and (max-width:870px) {
    .block .th {
        width: 50%;
    }
}

@media screen and (max-width:420px) {
    .block .th {
        width: 100%;
        padding: 12px 0 0;
    }
    .block .th.small{
    display: inline-block;
    width: 33.3333%;
    padding: 10px 10px 0 0;
    vertical-align: top;
    letter-spacing: 0;
    }
}



.block .th:hover .view, .block .th:hover .date {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.block .th:hover .desc p {
    color: #de007d;
}

.block .th:hover .inner_wrap {
    -webkit-box-shadow: 0 0 5px 1px #c9c9c9;
    -moz-box-shadow: 0 0 5px 1px #c9c9c9;
    box-shadow: 0 0 5px 1px #c9c9c9;
}

    .block .th:hover .inner_wrap img {
        opacity: .5;
    }

.block .th:hover .ico_play {
    display: block;
}

.block .th .inner_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .5s;
    -moz-transition: -moz-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    background: #000;
}

.block .th a {
    display: block;
}

.block .th img {
    display: block;
    width: 100%;
    height: auto;
}

.block .th .time {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 10px;
    color: #fff;
    background: rgba(70,70,70,.8);
}

.block .th .rate {
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50px;
    padding: 7px 0;
    color: #fff;
    background: rgba(0,184,161,.8);
}

.block .th .view {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 10px;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    background: rgba(70,70,70,.8);
}

@media screen and (max-width:870px) {
    .block .th .view {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.block .th .date {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 10px;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    background: rgba(70,70,70,.8);
}

@media screen and (max-width:870px) {
    .block .th .date {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.block .th .ico_play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 68px;
    height: 68px;
    margin: auto;
    background-position: -150px 0;
}

@media screen and (max-width:420px) {
    .th:hover.small .ico_play,
    .th.small .time,
    .th.small .rate,
    .th.small .view,
    .th.small .date {
        display:none;
    }

}




.block .th .desc {
    margin: 3px 0 0;
    text-align: left;
}

.block .th .desc p {
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #464646;
}

.block .th .tools {
    padding: 8px 10px;
    -webkit-transition: background .3s,border-color .3s;
    -moz-transition: background .3s,border-color .3s;
    -o-transition: background .3s,border-color .3s;
    transition: background .3s,border-color .3s;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.block .th .tools .name {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    float: left;
    overflow: hidden;
    width: 60%;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.block .th .tools .numb {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    float: right;
    color: #8a8a8a;
}

.block .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 25%;
    padding: 12px 0 0 12px;
    vertical-align: top;
    letter-spacing: 0;
}

@media screen and (max-width:1140px) {
    .block .thumb {
        width: 33.33%;
    }
}

@media screen and (max-width:870px) {
    .block .thumb {
        width: 50%;
    }
}

@media screen and (max-width:420px) {
    .block .thumb {
        width: 100%;
        padding: 12px 0 0;
    }
}

.block .thumb:hover .item {
    -webkit-box-shadow: 0 0 5px 1px #c9c9c9;
    -moz-box-shadow: 0 0 5px 1px #c9c9c9;
    box-shadow: 0 0 5px 1px #c9c9c9;
}

.block .thumb:hover .inner img {
    opacity: .5;
}

.block .thumb:hover .tools {
    border-color: #de007d;
    background: #de007d;
}

    .block .thumb:hover .tools .name, .block .thumb:hover .tools .numb {
        color: #fff;
    }

.block .thumb .item {
    -webkit-transition: -webkit-box-shadow .5s;
    -moz-transition: -moz-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
}

.block .thumb .inner {
    background: #000;
}

.block .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.block .thumb .tools {
    padding: 8px 10px;
    -webkit-transition: background .3s,border-color .3s;
    -moz-transition: background .3s,border-color .3s;
    -o-transition: background .3s,border-color .3s;
    transition: background .3s,border-color .3s;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #fefefe;
}

.block .thumb .tools .name {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    float: left;
    overflow: hidden;
    width: 60%;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.block .thumb .tools .numb {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    float: right;
    color: #8a8a8a;
}

.pagination {
    margin: 22px 0 0;
}

    .pagination ul {
        font-size: .001px;
        text-align: center;
        letter-spacing: -1px;
    }

        .pagination ul li {
            font-size: 14px;
            line-height: 40px;
            display: inline-block;
            width: 40px;
            margin: 0 0 0 4px;
            -webkit-transition: background .3s;
            -moz-transition: background .3s;
            -o-transition: background .3s;
            transition: background .3s;
            text-align: center;
            vertical-align: top;
            letter-spacing: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #464646;
        }

@media screen and (max-width:460px) {
    .pagination ul li {
        font-size: 10px;
        line-height: 26px;
        width: 26px;
    }
}

.pagination ul li:first-child {
    margin: 0;
}

.pagination ul li.dots {
    font-size: 24px;
    width: auto;
    padding: 0 10px;
    background: 0 0;
}

@media screen and (max-width:460px) {
    .pagination ul li.dots {
        padding: 0 5px;
    }
}

.pagination ul li.dots a {
    color: #464646;
}

.pagination ul li:hover {
    background: #7d7d7d;
}

    .pagination ul li:hover.dots {
        background: 0 0;
    }

.pagination ul li.selected {
    background: #de007d;
}

.pagination ul li a {
    display: block;
    color: #fefefe;
}

.pagination ul li .ico_prev {
    width: 6px;
    height: 9px;
    margin: 15px 0 0;
    background-position: -50px 0;
}

@media screen and (max-width:460px) {
    .pagination ul li .ico_prev {
        margin: 9px 0 0;
    }
}

.pagination ul li .ico_next {
    width: 6px;
    height: 9px;
    margin: 16px 0 0;
    background-position: -100px 0;
}

@media screen and (max-width:460px) {
    .pagination ul li .ico_next {
        margin: 9px 0 0;
    }
}

.watch .headline {
    margin: 0 0 10px;
}

    .watch .headline h1, .watch .headline h2 {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        color: #464646;
    }

.watch .player {
    overflow: hidden;
    max-width: 800px;
}

.watch .player_inner {
    position: relative;
    z-index: 1;
}

.watch .player_inner img {
    display: block;
    width: 100%;
    height: auto;
}

.watch .player_inner .ico_play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 110px;
    margin: auto;
    background-position: -250px 0;
}

.watch .player .bottom_tools {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.watch .player .tools {
    padding: 5px 10px;
}

    .watch .player .tools .rate_progress {
        float: left;
        margin: 0 10px 0 0;
        padding: 4px 10px 4px 0;
        border-right: 1px solid #d9d9d9;
    }

@media screen and (max-width:870px) {
    .watch .player .tools .rate_progress {
        display: table;
        float: none;
        width: 100%;
        margin: 0;
        padding-right: 0;
        border: 0;
    }
}

.watch .player .tools .rate_progress .like {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:870px) {
    .watch .player .tools .rate_progress .like {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }
}

.watch .player .tools .rate_progress .like:hover .ico_like {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.watch .player .tools .rate_progress .like .ico_like {
    width: 36px;
    height: 32px;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-position: 0 -100px;
}

.watch .player .tools .rate_progress .dislike {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:870px) {
    .watch .player .tools .rate_progress .dislike {
        display: table-cell;
        width: 1%;
        text-align: right;
        vertical-align: top;
    }
}

.watch .player .tools .rate_progress .dislike:hover .ico_dislike {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.watch .player .tools .rate_progress .dislike .ico_dislike {
    width: 36px;
    height: 32px;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-position: -50px -100px;
}

.watch .player .tools .progress_bar {
    display: inline-block;
    width: 98px;
    vertical-align: top;
}

@media screen and (max-width:870px) {
    .watch .player .tools .progress_bar {
        display: table-cell;
        width: auto;
        padding: 0 10px;
        vertical-align: top;
    }
}

.watch .player .tools .progress_bar .progress_text {
    font-size: 13px;
    font-weight: 300;
    padding: 4px 0 0;
    text-align: center;
    color: #2f2f2f;
}

.watch .player .tools .progress_bar .progress {
    overflow: hidden;
    width: 100%;
    height: 6px;
    margin: 3px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #de007d;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.watch .player .tools .progress_bar .progress_line {
    height: 100%;
    background: #00bba1;
}

.watch .player .tools .layer {
    overflow: hidden;
}

@media screen and (max-width:870px) {
    .watch .player .tools .layer {
        position: relative;
        z-index: 1;
        margin: 5px 0 0;
        padding: 5px 0 0;
        border-top: 1px solid #d9d9d9;
    }
}

.watch .player .tools .view_info {
    float: left;
    padding: 0 10px 0 0;
}

@media screen and (max-width:870px) {
    .watch .player .tools .view_info {
        float: none;
        padding: 0;
    }
}

.watch .player .tools .view_info ul {
    font-size: 0;
    padding: 9px 0 8px;
}

.watch .player .tools .view_info li {
    font-size: 18px;
    font-weight: 300;
}

@media screen and (max-width:1240px) {
    .watch .player .tools .view_info li {
        font-size: 14px;
    }
}

@media screen and (max-width:870px) {
    .watch .player .tools .view_info li {
        display: block;
        margin: 10px 0 0;
        padding: 0;
    }

        .watch .player .tools .view_info li:first-child {
            margin: 0;
        }

        .watch .player .tools .view_info li:before {
            display: none;
        }
}

.watch .player .tools .view_info li strong {
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    color: #2f2f2f;
}

.watch .player .tools .view_info li span {
    display: inline-block;
    vertical-align: middle;
    color: #6f6f6f;
}

.watch .player .tools .view_info li .ico_view {
    width: 27px;
    height: 21px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    background-position: -100px -100px;
}

.watch .player .tools .view_info li .ico_runtime {
    width: 23px;
    height: 23px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    background-position: -150px -100px;
}

.watch .player .tools .view_info li .ico_add {
    width: 18px;
    height: 21px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background-position: -200px -100px;
}

.watch .player .tools .fav {
    float: left;
    padding: 9px 10px 8px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

@media screen and (max-width:870px) {
    .watch .player .tools .fav {
        position: absolute;
        top: 10px;
        right: 0;
        float: none;
        padding: 0;
        border: 0;
    }
}

.watch .player .tools .fav:hover .ico_fav {
    opacity: .8;
}

.watch .player .tools .fav .ico_fav {
    width: 27px;
    height: 24px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-position: 0 -150px;
}

.watch .player .desc {
    padding: 10px;
    border-top: 1px solid #d9d9d9;
}

.watch .player .desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #3b3b3b;
}

.watch .player .rows_box {
    padding: 0 10px;
}

    .watch .player .rows_box .row {
        padding: 10px 0;
        border-top: 1px solid #d9d9d9;
    }

    .watch .player .rows_box .info_text {
        font-size: 14px;
        font-weight: 300;
    }

        .watch .player .rows_box .info_text span {
            font-size: 18px;
            color: #2f2f2f;
        }

        .watch .player .rows_box .info_text a {
            padding: 0 0 0 3px;
            -webkit-transition: color .3s;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            color: #6f6f6f;
        }

            .watch .player .rows_box .info_text a.selected, .watch .player .rows_box .info_text a:hover {
                color: #de007d;
            }

.field_name {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    width: 50%;
    margin-bottom: 15px;
}

    .field_name input {
        font: 14px/1.2 'Lato',sans-serif;
        font-weight: 300;
        width: 100%;
        height: 20px;
        padding: 0;
        resize: none;
        color: #464646;
        border: 0;
        background: 0 0;
    }

.field_text {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.field_text textarea {
    font: 14px/1.2 'Lato',sans-serif;
    font-weight: 300;
    width: 100%;
    height: 50px;
    padding: 0;
    resize: none;
    color: #464646;
    border: 0;
    background: 0 0;
}

.field_btn {
    float: right;
    margin: 0 0 0 10px;
}

.field_btn .btn {
    line-height: 38px;
    min-width: 87px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
    border: 0;
    background: #464646;
}

.field_btn .btn:hover {
    opacity: .8;
}

.block_comments {
    margin: 15px 0 0;
}

    .block_comments .comment {
        font-size: 0;
        margin: 15px 0 0;
        padding: 14px 0 0;
        border-top: 1px solid #d9d9d9;
    }

        .block_comments .comment:first-child {
            margin: 0;
            padding: 0;
            border-top: 0;
        }

        .block_comments .comment .title {
            font-size: 12px;
            font-weight: 300;
            font-style: italic;
            color: #6e6e6e;
        }

            .block_comments .comment .anonymous_user, .block_comments .comment .title a {
                display: inline-block;
                vertical-align: top;
                color: #00bba1;
            }

                .block_comments .comment .title a:hover {
                    text-decoration: underline;
                }

            .block_comments .comment .title .date {
                display: inline-block;
                margin: 0 0 0 5px;
                padding: 0 0 0 5px;
                vertical-align: top;
                border-left: 1px solid #d9d9d9;
            }

        .block_comments .comment .post {
            margin: 8px 0 0;
        }

            .block_comments .comment .post p {
                font-size: 14px;
                font-weight: 300;
                line-height: 20px;
                color: #464646;
            }

.spots_video {
    float: right;
    width: 300px;
    margin: 32px 0 0 10px;
}

@media screen and (max-width:1140px) {
    .spots_video {
        font-size: 0;
        float: none;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

    .watch .player {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media screen and (max-width:650px) {
    .spots_video {
        display: none;
    }
}

.spots_video .spot {
    margin: 10px 0 0;
}

    .spots_video .spot:first-child {
        margin: 0;
    }

@media screen and (max-width:1140px) {
    .spots_video .spot {
        display: inline-block;
        margin: 0 0 0 10px;
        vertical-align: top;
    }
}

@media screen and (max-width:1017px) {
    .spots_video .spot:last-child {
        display: none;
    }
}

.footer {
    display: table-row;
    height: 1px;
}

    .footer .container {
        padding: 0 8px;
    }

    .footer .holder {
        padding: 30px 0;
    }

@media screen and (max-width:640px) {
    .footer .holder {
        text-align: center;
    }
}

.footer .contain {
    overflow: hidden;
    text-align: right;
}

@media screen and (max-width:640px) {
    .footer .contain {
        width: 100%;
        text-align: center;
    }
}

.footer .contain .list ul {
    font-size: .001px;
}

.footer .contain .list li {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:480px) {
    .footer .contain .list li {
        font-size: 10px;
        line-height: 14px;
    }
}

.footer .contain .list li a {
    color: #464646;
}

    .footer .contain .list li a:hover {
        text-decoration: underline;
    }

.logo_footer {
    float: left;
    width: 178px;
    height: 58px;
    margin: -11px 10px 0 0;
    background: url(../images/logo_footer.png) no-repeat;
}

@media screen and (max-width:640px) {
    .logo_footer {
        display: inline-block;
        float: none;
        margin: 0 0 20px;
        vertical-align: top;
    }
}

.logo_footer a {
    display: block;
    width: 100%;
    height: 100%;
}

.copy {
    font-size: 12px;
    font-weight: 300;
    margin: 8px 0 0;
    color: #9e9e9e;
}

@media screen and (max-width:480px) {
    .copy {
        font-size: 10px;
        line-height: 14px;
    }
}

.spots {
    margin: 22px 0 0;
}

    .spots .holder {
        overflow: hidden;
        padding: 7px;
        -webkit-box-shadow: 0 0 0 1px #d9d9d9;
        -moz-box-shadow: 0 0 0 1px #d9d9d9;
        box-shadow: 0 0 0 1px #d9d9d9;
    }

@media screen and (max-width:420px) {
    .spots .holder {
        padding: 0;
        -webkit-box-shadow: 0 0 0 0 #d9d9d9;
        -moz-box-shadow: 0 0 0 0 #d9d9d9;
        box-shadow: 0 0 0 0 #d9d9d9;
    }
}

.spots .holder .wrap {
    font-size: .001px;
    margin: -3px 0 0 -3px;
    text-align: center;
}

    .spots .holder .wrap .spot {
        display: inline-block;
        margin: 3px 0 0 3px;
        vertical-align: top;
    }

.wrapper {
    display: table;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
    /*background: #FFFFFF;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);*/
}

@media screen and (max-width:1324px) {
    .wrapper {
        width: auto;
        max-width: 100%;
        margin: 0 20px;
    }
}

@media screen and (max-width:870px) {
    .wrapper {
        margin: 0;
    }
}

@media screen and (max-width:1386px) and (min-width:1160px) {
    .watch .player {
        max-width: 650px;
    }
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

#kt_player, #kt_player_internal {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}

    #kt_player + iframe {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.player-preview {
    width: 100%;
    height: auto;
    max-height: 718px;
}

.g_hidden {
    display: none;
}

.g_hidden, .txt_cnt, .text_content {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #3b3b3b;
}

.text_content {
    padding: 12px 0 0 12px;
}


.mb5 {
    margin:0 0 5px 0;
}

.mb10 {
    margin:0 0 10px 0;
}


.more_btn {
    float: right;
    margin: 20px 0 10px 0;
}

.more_btn .btn {
    font-size:28px;
    line-height: 46px;
    min-width: 87px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
    border: 0;
    background: #464646;
}

.more_btn .btn:hover {
    opacity: .8;
}</pre></body></html>