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: none
}

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

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

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

@media screen and (max-width:870px) {
    body {
        padding: 80px 0 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 !important
}

.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;
        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: #ad0463 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
    }
}

.HeaderTop {
    background: #333;
}

    .HeaderTop .inner {
        max-width: 1240px;
        margin: 0 auto;
        padding: 3px;
        color: #ffffff;
    }

        .HeaderTop .inner a {
            color: #fff;
            display: inline-block;
            margin: 0 2px 0 2px;
        }

            .HeaderTop .inner a:hover {
                color: #DE007D;
            }

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

@media screen and (max-width: 870px) {
    .HeaderTop .inner {
        padding: 3px;
        text-align: center;
    }

    .header .wrap {
        padding: 0;
        text-align: center;
    }
}

.logo {
    float: left;
    overflow: hidden;
    width: 260px;
    height: 69px;
    margin: -7px 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: #68093f
    }
}

.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 'Oxanium',sans-serif;
        width: 100%;
        color: #464646;
        border: none;
        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: none;
    outline: none;
    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 !important
    }
}

.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: #ff4ab0
        }

        .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 #56062e
            }

            .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 #6a023d
}

    .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: #ff4ab0
                }

                .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: none;
    outline: none;
    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: none;
    outline: none;
    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: 20px 0 0
    }

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

.intro h1 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    display: inline
}

.intro p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #000000;
    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
    }
}

/* Başlık (H1 + H2 uyumlu) */
.headline .title h1,
.headline .title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    color: #111;
    margin: 0;
    text-transform: capitalize;
}

/* Alt bilgi (video sayısı vs) */
.headline .title small {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #777;
}

.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: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: #600c478c;
	border-bottom-left-radius: 5px
}

.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
}

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

    .block .th .desc p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        -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: 600;
        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: none
    }
}

.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: none
    }
}

.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 'Oxanium',sans-serif;
        font-weight: 300;
        width: 100%;
        height: 20px;
        padding: 0;
        resize: none;
        color: #464646;
        border: none;
        background: 0 0
    }

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

    .field_text textarea {
        font: 14px/1.2 'Oxanium',sans-serif;
        font-weight: 300;
        width: 100%;
        height: 50px;
        padding: 0;
        resize: none;
        color: #464646;
        border: none;
        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: none;
        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: none
        }

        .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;
} */


    .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: #fefefe;
    -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% !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    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
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px; /* Abstand zwischen den Links */
    flex-wrap: wrap; /* Falls es zu viele Links sind, brechen sie um */
}

.footer-menu li {
    display: inline;
}

.footer-menu a {
    text-decoration: none;
    color: #ffffff; /* Oder eine passende Farbe f??r dein Design */
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.footer-menu a:hover {
    background-color: #ff4500; /* Farbe f??r Hover-Effekt */
    color: #fff;
}
.responsive-banner {
    width: 100%;
    max-width: 728px; /* Standard-Bannerbreite */
    margin: 15px auto; /* zentriert den Banner horizontal */
    overflow: hidden;
}

@media(max-width: 768px) {
    .responsive-banner {
        max-width: 100%; /* Banner wird auf Mobilgeräten kleiner */
        padding: 0 10px; /* etwas Abstand für Mobilansicht */
    }
}
/* ---------------------------
   CLS FIX (Critical)
----------------------------*/

/* Reserviert Platz für Werbe-Slots, verhindert Layout Shift */
.spot ins,
.eas6a97888e2,
ins[data-zoneid] {
    display:block;
    min-height: 250px; /* ggf. 90px / 600px je nach Format */
}

/* Player-Preview Bild fixieren, damit das Layout nicht springt */
.player-preview {
    display:block;
    width:100%;
    aspect-ratio: 16/9; /* oder 4/3 falls deine previews so sind */
    height:auto;
}

/* Alle Thumbnails mit Ratio gegen Verschiebung */
.block .th img,
.thumbs_drop .th img {
    display:block;
    width:100%;
    aspect-ratio:291 / 218;
    object-fit:cover;
}

/* Header-Höhe fest definieren, verhindert Sprung */
.header {
    min-height:102px;
}

/* Verhindert Textspringer durch Webfonts */
html {
    font-display: swap;
}
.holder {
  min-height: 82px; /* exakte Ausgangshöhe */
}
/* ===========================================
   FINAL CLS FIX FOR FOOTER (tested pattern)
   =========================================== */


/* Die einzelnen Ad-Slots */
.footer .spots .holder .spot,
.footer .spots .holder ins {
    min-height: 280px !important; /* Standard ad height */
    display: block !important;
    overflow: hidden !important;
}

/* 2) Der zweite Holder (Footer-Menü) darf NICHT verschoben werden */
.footer > .container > .holder {
    min-height: 120px !important;
    position: relative !important;
    overflow: visible !important;
}

/* 4) Alle ad-provider Skripte dürfen Layout nicht beeinflussen */
.footer script[src*="ad-provider"],
.footer ins {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent;
}

/* 4) Style Seo Block unter Video */
.seo_links_block {
  margin-top: 25px;
  padding: 15px 18px;
  background: #f3f9ff;
  border-left: 4px solid #1e82c6;
  border-radius: 6px;
  font-size: 15.5px;
  line-height: 1.5em;
  color: #1a2b3a;
  display: block;
}

.seo_links_block a {
  color: #1e82c6 !important;
  font-weight: 600;
  text-decoration: none;
}

.seo_links_block a:hover {
  text-decoration: underline;
}
/* FORCE MOBILE MENU */

@media (max-width: 1024px){

	.header.open_categories .nav{
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;

		position: absolute;
		top: 100%;
		left: 0;

		width: 100%;
		background: #222;

		z-index: 999999;
	}

	.header.open_categories{
		overflow: visible !important;
	}

}
@media (max-width: 1024px){

	.header .nav{
		display: none !important;
	}

}
@media (max-width:1024px){

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

	.header .nav{
		display:none;
	}

}
@media (max-width:1024px){

	.header.open_categories .nav{
		top: 70px !important;  
		position: absolute;
	}

}
/* Eye icon */

.rate .eye-icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 3px;

	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 5C7 5 2.7 8.1 1 12c1.7 3.9 6 7 11 7s9.3-3.1 11-7c-1.7-3.9-6-7-11-7zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/></svg>") no-repeat center;

	background-size: contain;
	vertical-align: middle;
}
.time .time-icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 3px;

	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 1.75A10.25 10.25 0 1 0 22.25 12 10.26 10.26 0 0 0 12 1.75Zm0 18.5A8.25 8.25 0 1 1 20.25 12 8.26 8.26 0 0 1 12 20.25Zm.75-13.5h-1.5v6l5.25 3.15.75-1.23-4.5-2.67Z'/></svg>") no-repeat center;

	background-size: contain;
	vertical-align: middle;
}
.time-icon{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:4px;
	border:2px solid #fff;
	border-radius:50%;
	position:relative;
	top:1px;
}

.time-icon:before{
	content:'';
	position:absolute;
	width:1px;
	height:4px;
	background:#fff;
	top:2px;
	left:5px;
}

.time-icon:after{
	content:'';
	position:absolute;
	width:3px;
	height:1px;
	background:#fff;
	top:5px;
	left:5px;
}
/* Pagination Style */

.pagination{
	margin:40px 0;
	text-align:center;
}

.pagination ul{
	display:flex;
	justify-content:center;
	gap:8px;
	list-style:none;
	padding:0;
	margin:0;
}

.pagination li{
	display:inline-block;
}

.pagination li a,
.pagination li span{
	width:40px;
	height:40px;
	line-height:40px;

	display:inline-block;
	text-align:center;

	border-radius:50%;
	background:#444;
	color:#fff;

	font-weight:bold;
	font-size:14px;

	transition:.2s;
}

/* Active */
.pagination .current{
	background:#e60073;
	color:#fff;
}

/* Hover */
.pagination a:hover{
	background:#666;
}
/* Clear floated blocks before footer */

.block:after,
.main:after,
.wrapper:after{
	content:"";
	display:block;
	clear:both;
}

/* If left box exists */
.spots,
.sidebar,
.left-block{
	float:none !important;
}
.footer{
	clear:both;
	width:100%;
	display:block;
}
/* === FIX SEO BLOCK HEIGHT === */

.bottom-text{
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;

    padding: 20px 15px !important;
    margin: 20px 0 !important;
}

/* Wrapper fix */
.wrapper{
    height: auto !important;
    min-height: auto !important;
}

/* Remove forced footer space */
.footer .spots > .holder{
    min-height: auto !important;
}

.footer .spots .holder .spot,
.footer .spots .holder ins{
    min-height: auto !important;
}

.footer{
    display: block !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
}


.bottom-text{
    display: block !important;
    clear: both !important;

    margin-top: 25px !important;
    padding: 20px 15px !important;

    background: #fefefe;
    border: 1px solid #ddd;
}


.footer .contain{
    float: none !important;
    text-align: center !important;
}


.footer .container{
    overflow: visible !important;
}


.pagination{
    margin-bottom: 40px !important;
}
.thumbs_drop{
	display:flex;
	gap:15px;
	margin-bottom:15px;
}

.thumbs_drop .th{
	width:160px;
}

.thumbs_drop img{
	width:100%;
	height:100px;
	object-fit:cover;
	border-radius:4px;
}
/* === VIDEO FLEX LAYOUT === */

.video-layout{
	display:flex !important;
	gap:20px;
	align-items:flex-start;
	margin-top:30px;
}


/* SIDEBAR */
.video-sidebar{
	width:300px;
	min-width:300px;
	background:#8f5f5f00;
	padding:12px;
	box-sizing:border-box;
}


/* PLAYER */
.video-player{
	flex:1;
	min-width:0;
}


/* TITLE */
.video-title{
	margin-bottom:15px;
}


/* META */
.video-meta{
	margin:10px 0;
	font-size:14px;
	color:#555;
	display:flex;
	gap:15px;
}


/* MOBILE FIX */
@media(max-width:1100px){

	.video-layout{
		flex-direction:row !important; 
	}

	.video-sidebar{
		display:none !important; 
	}

	.video-player{
		width:100% !important;
	}

}

/* VIDEO PAGE LAYOUT */

.video-layout{
	display:flex;
	gap:25px;
	align-items:flex-start;
}

/* SIDEBAR */
.video-sidebar{
	width:300px;
	flex-shrink:0;
}

/* PLAYER */
.video-player{
	flex:1;
}

/* TITLE */
.video-title{
	margin-bottom:15px;
	font-size:24px;
}

/* PLAYER */
.player_inner iframe,
.player_inner video,
.player_inner img{
	width:100%;
	max-width:100%;
	height:auto;
}


/* VIDEO INFO */

/* ANA KUTU */
.video-info {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 12px;
    padding: 18px;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* hover efekti */
.video-info:hover {
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

/* üst info (views, süre vs) */
.video-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

/* her item */
.video-stats span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d10f7c;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* icon efekti */
.video-stats span i {
    font-size: 12px;
    opacity: 0.8;
}
}

/* açıklama */
.video-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 12px;
}

/* meta alanı */
.video-meta {
    font-size: 13px;
    color: #666;
}

/* kategori başlık */
.video-meta strong {
    color: #111;
    font-weight: 600;
}

/* linkler */
.video-meta a {
    color: #ff2a7f;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}

/* hover link */
.video-meta a:hover {
    color: #000;
    text-decoration: underline;
}

/* tag görünümü */
.video-meta a {
    display: inline-block;
    margin: 3px 5px 3px 0;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f0f0f0;
}

/* hover tag */
.video-meta a:hover {
    background: #ff2a7f;
    color: #fff;
}
/* MOBILE MENU FIX */

@media (max-width: 991px){

	.header .nav{
		display:none;
	}

	.header.menu-open .nav{
		display:block !important;
		position:absolute;
		top:60px;
		left:0;
		width:100%;
		background:#222;
		z-index:9999;
	}

	.header.menu-open .nav ul{
		display:flex;
		flex-direction:column;
	}

	.header.menu-open .nav li{
		width:100%;
		border-bottom:1px solid #333;
	}

	.header.menu-open .nav li a{
		display:block;
		padding:12px 15px;
	}

}
/* MOBILE CATEGORY DROPDOWN */

.header .drop{
	display:none;
}

.header.cat-open .drop{
	display:block !important;
}




@media (max-width:991px){

	.header.menu-open .nav{
		display:block;
	}

	.header.cat-open .drop{
		position:relative;
		width:100%;
		background:#111;
		padding:10px 0;
	}

}
/* FORCE MOBILE SEARCH FIX */

@media (max-width:870px){

	.header.open_search .search{
		transform: translate(0%) !important;
		visibility: visible !important;
		opacity: 1 !important;
		z-index: 99999;
	}

	.header.open_search .search .search_field{
		transform: translate(0%) !important;
	}

}
/* =====================
   VIDEO COMMENTS
===================== */

.comment-area{
	background:#fff;
	border:1px solid #ddd;
	margin:40px 0;
	padding:25px 0;
}

.comment-area .container{
	max-width:1100px;
	margin:auto;
}

.comment-area h3{
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

/* Comment List */

.comment-list{
	list-style:none;
	padding:0;
	margin:0;
}

.comment-list li{
	border-bottom:1px solid #eee;
	padding:15px 0;
}

.comment-author{
	font-weight:bold;
	font-size:14px;
}

.comment-meta{
	font-size:12px;
	color:#777;
	margin-bottom:5px;
}

.comment-content{
	font-size:14px;
	line-height:1.6;
}

/* Comment Form */

.comment-form input,
.comment-form textarea{
	width:100%;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	border-radius:4px;
}

.comment-form button,
.comment-form input[type="submit"]{
	background:#6b003e;
	color:#fff;
	border:0;
	padding:10px 20px;
	cursor:pointer;
	border-radius:4px;
	font-weight:600;
}

.comment-form input[type="submit"]:hover{
	background:#930658;
}

@media (max-width: 768px){

	.sidebar,
	.video-sidebar{
		display: none !important;
	}

}
@media (min-width: 769px){
	.sidebar,
	.video-sidebar{
		display: block !important;
	}
}
.mobile-comment-ad{
	width:100%;
	text-align:center;
}

.mobile-comment-ad img,
.mobile-comment-ad iframe{
	max-width:100%;
	height:auto;
}
.mobile-ads-area{
	width:100%;
	margin:15px 0 20px;
	text-align:center;
	display:block;
	
@media (min-width:1024px){

	.mobile-ads-area{
		display:none !important;
	}

}
.milf-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.video-item {
    display: block;
    text-decoration: none;
    color: #111;
}

.video-item img {
    width: 100%;
    border-radius: 6px;
}

.video-item p {
    font-size: 14px;
    margin-top: 5px;
}

.cat-desc {
    margin-bottom: 20px;
    color: #555;
}
.collection-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.collection-page h1 {
    color: #c00;
}

.collection-text {
    margin-bottom: 20px;
}

.milf-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.milf-video-grid a {
    text-decoration: none;
    color: #111;
    display: block;
}

.milf-video-grid img {
    width: 100%;
    border-radius: 5px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.pagination a {
    padding: 8px 12px;
    background: #eee;
    border-radius: 4px;
}

.pagination .current {
    background: #c00;
    color: #fff;
}

.related-links {
    margin-top: 30px;
}
/* RELATED VIDEOS CUSTOM */

.related-wrap {
  margin-top: 30px;
}

.related-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.related-item {
  width: 24%;
  margin: 0.5%;
}

.related-image {
  display: block;
  position: relative;
}

.related-image img {
  width: 100%;
  display: block;
}

/* overlay */
.related-time {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
}

.related-rate {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
}

.related-desc {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 768px){
  .related-item {
    width: 49%;
  }
}

@media (max-width: 480px){
  .related-item {
    width: 100%;
  }
}


.related-thumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px;
}

.related-item {
  width: calc(25% - 10px) !important;
  display: block !important;
}
.related-item {
  width: calc(25% - 10px) !important;
  max-width: calc(25% - 10px) !important;
}


.block .wrap {
  padding: 0 15px;
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.th {
  width: calc(25% - 10px);
}

/* responsive */
@media (max-width:768px){
  .th {
    width: calc(50% - 10px);
  }
}
.th .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-box{
    margin:15px 0;
    text-align:center;
}

.ad-box img,
.ad-box iframe{
    max-width:100%;
    height:auto;
}

/* mobil */
@media(max-width:768px){
    .sidebar-ad{
        display:none;
    }
}

/* desktop */
@media(min-width:1024px){
    .mobile-ads-area{
        display:none;
    }
}



.video-layout{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
}


.video-sidebar{
    width:300px !important;
    min-width:300px !important;
    flex-shrink:0 !important;
}


.video-player{
    flex:1 !important;
    min-width:0 !important;
}


@media (max-width:1200px){

    .video-sidebar{
        display:none !important;
    }

    .video-player{
        width:100% !important;
    }

}
.player-preview{
	position:relative;
	width:100%;
	padding-top:56.25%; /* 16:9 oran */

	background:#000;
	overflow:hidden;
}


.player-preview iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}


.video-box {
    position: relative;
    display: block;
}


.video-box .preview-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;
    z-index: 3;
    transition: opacity .2s;
}


.video-box.playing .preview-video {
    opacity: 1;
}
	

.video-box {
    position: relative;
}


.video-box video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;
    pointer-events: none;
}


.video-box.playing video {
    opacity: 1;
}
	


.th .image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/9; 
    overflow: hidden;
}


.th .image img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}


.th .image video {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;

    opacity: 0;
    z-index: 3;
}


.th .image.playing video {
    opacity:1;
}
.cat-top-text {
    background: #ffffff;
    padding: 18px 20px;
    margin: 20px 0 35px;
    border-left: 4px solid #ff2a7f;
    border-radius: 8px;

    font-size: 14px;
    line-height: 1.7;
    color: #333;

    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}


.cat-top-text p {
    margin-bottom: 10px;
}


.cat-top-text a {
    color: #ff2a7f;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}


.cat-top-text a:hover {
    text-decoration: underline;
    color: #000;
}


.cat-top-text h2,
.cat-top-text h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #111;
}

/* mobil */
@media (max-width: 768px) {
    .cat-top-text {
        padding: 15px;
        font-size: 13px;
    }
}
.cat-title {
    margin-top: 10px;
    margin-bottom: 5px;
}
.meist-wrapper {
    position: relative;
}

.mv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 50px;
    background: #0ea5b7;
    z-index: 9999;
    cursor: pointer;
}


.mv-arrow.left {
    left: -60px;
}


.mv-arrow.right {
    right: -60px;
}


.mv-arrow.left::before {
    content: "←";
    color: #fff;
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 20px;
}

.mv-arrow.right::before {
    content: "→";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
}
	
#meistThumbs .desc p {
    height: 40px;              
    line-height: 20px;        
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
}
#meistThumbs {
    transition: transform 0.4s ease, opacity 0.3s ease;
}

#catThumbs .inner_wrap{
    position: relative !important;
    overflow: hidden !important;
}


#catThumbs .cat-link{
    display:block !important;
}


#catThumbs img{
    width:100% !important;
    display:block !important;
}


#catThumbs .cat-overlay{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;   

    z-index:99999 !important;
    pointer-events:none;
}


#catThumbs .cat-name{
    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:28px !important;   

    background:rgba(0,0,0,0.75) !important;
    color:#fff !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-size:14px !important;
    z-index:999999 !important;
}

.custom-subinfo {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}

.custom-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.custom-title svg {
    width: 25px;
    height: 25px;
    fill: #000;
}
.seo-hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.custom-headline {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}


.custom-headline h1 {
    font-size: 22px;
    margin: 0;
}
	.custom-headline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.custom-headline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-headline .kat-icon {
    width: 22px;
    height: 22px;
    fill: #e60073;
}
.custom-headline svg {
    width: 22px;
    height: 22px;
    fill: #e60073;
}

.custom-headline h1 {
    font-size: 22px;
    margin: 0;
}
	