@charset "UTF-8";

@font-face {
    font-family: 'epicons';
    src: url('../static/epicons.eot?ver=28');
    src: url('../static/epicons.eot?ver=28#iefix') format('embedded-opentype'), url('../static/epicons.woff2?ver=28') format('woff2'), url('../static/epicons.woff?ver=28') format('woff'), url('../static/epicons.ttf?ver=28') format('truetype'), url('../static/epicons.svg?ver=28#epicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    background: #000;
    min-width: 800px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.smaller {
    transition: all 0.5s ease;
}

.mrbt20 {
    margin-bottom: 20px;
}

:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus {
    outline: none;
}

@keyframes tooltipanim {
    from {
        opacity: 0.1;
        font-size: 4px;
    }

    to {
        opacity: 1;
        font-size: 12px;
    }
}

.tooltip {
    animation-name: tooltipanim;
    animation-duration: 0.2s;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    font-size: 12px;
    bacfkground: #CCC;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    color: #666;
    border-radius: 5px;
    z-index: 1020;
}

.tlanguage {
    margin-top: -30px;
    position: absolute;
    left: -95%;
}

.tleft {
    z-index: 1020;
}

.tleft:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #CCC;
}

#topinside {
    height: 107px;
    width: 1200px;
    margin: auto;
}

#topnav1 {
    height: 55px;
    clear: both;
}

#top2 {
    height: 10px;
    margin-bottom: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #444;
    background: #000;
    position: fixed;
    z-index: 999999;
    top: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.70);
    z-index: 1000000;
}

#top2 *::selection {
    background-color: #AE0000;
}

#top2 .tcolor {
    background: #ae0000;
    position: absolute;
    width: 100%;
    height: 49px;
    z-index: -1;
}

.smaller #top2 {
    height: 65px;
}

.smaller #top2 .tcolor {
    background: #ae0000;
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: -1;
}

#headholder {
    width: 90%;
    min-width: 800px;
    margin: auto;
    display: block;
    height: 80px;
    padding-top: 10px;
}

.smaller #headholder {
    padding-top: 5px;
    height: 57px;
}

#mobimenu {
    display: none;
}

#logo {
    float: left;
    margin-right: 20px;
    height: 34px;
    box-sizing: border-box;
    width: 109px;
    margin-top: -3px;
}

#logo1 img {
    display: none;
}

#logosvg {
    fill: #000000;
    stroke: #ffffff;
    stroke-width: 0;
    stroke-linecap: round;
}

.epwhite #logosvg {
    fill: #ae0000;
    stroke: #000;
    stroke-width: 0.15;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .7));
}

#nightandday {
    margin-left: 20px;
    border-radius: 5px;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
    float: left;
    width: 80px;
    overflow: hidden;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.1);
}

#nadl,
#nadr {
    display: block;
    float: left;
    width: 40px;
    height: 20px;
    text-align: center;
    padding: 4px 0px 3px 0px;
    transition: all 0.2s;
}

#nightandday .nadactive {
    background: rgba(0, 0, 0, 0.3) !important;
}

#nadl:hover,
#nadr:hover {
    background: rgba(0, 0, 0, 0.1);
}

#adinhead {
    width: 92px;
    height: 29px;
    background: url(../##/new/adinhead.png);
    float: left;
    cursor: pointer;
    margin-right: 20px;
}

#ageverify-cover {
    width: 100%;
    height: 100%;
    z-index: 1000001;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #111;
}

#ageverify {
    width: 40%;
    min-height: 400px;
    max-width: 740px;
    z-index: 1000002;
    position: absolute;
    left: 30%;
    top: 20%;
    background: #000;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #ae0000;
    color: #ccc;
    font-size: 1.3em;
    text-align: justify;
}

#ageverify span {
    display: block;
    color: #ae0000;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-align: left;
}

#ageverify a {
    color: #fff;
    text-decoration: underline;
    font-size: 0.8em;
}

#ageverify img {
    width: 45px;
    height: 17px;
}

#ageverify button {
    width: 100%;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 5px;
    border: 1px solid #333;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2em;
    padding: 4px 15px 3px 15px;
    background-image: linear-gradient(#444, #111);
    margin-bottom: 40px;
}

.ageverifyimg .mb img {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.ageverifyimg .mb video {
    display: none;
}

.parentalcontrol #lmenuouter {
    display: none;
}

.parentalcontrol #adinhead {
    display: none;
}

.parentalcontrol #searcharea {
    display: none;
}

.parentalcontrol #menusection2 {
    display: none;
}

@media screen and (max-width:1320px) {
    .responsivelasttab {
        display: none !important;
    }

    .responsive60fps {
        display: none !important;
    }
}

@media screen and (max-width:1250px) {
    .responsivecommunity {
        display: none !important;
    }
}

@media screen and (max-width:1200px) {
    #searcharea {
        width: 32% !important;
    }

    .responsivecommunity {
        display: none !important;
    }

    .uploadmovie span {
        display: none;
    }

    .uploadmovie:before {
        content: "UPLOAD";
    }

    .ad300pxs,
    .ad300px {
        display: none !important;
    }
}

@media screen and (max-width:1100px) {
    #searcharea {
        width: 22% !important;
    }

    .responsive60fps {
        display: none !important;
    }

    .listcatbig {
        height: 205px;
    }

    .responsive1080p {
        display: none !important;
    }
}

@media screen and (max-width:950px) {
    #searcharea {
        width: 18% !important;
    }

    .responsive1080p {
        display: none !important;
    }

    .listcatbig {
        display: none;
    }

    .ps4 {
        width: 100% !important;
        box-sizing: border-box;
        height: 65px !important;
        border-top: 1px solid #333;
        border-right: none;
    }

    .ps4 li {
        float: left;
        margin-right: 20px !important;
        border-bottom: none;
    }

    .ps2 {
        border-right: none !important;
    }

    .cntleftside,
    .cntrightside {
        width: 100% !important;
    }

    .cntrightside {
        margin-top: 50px;
    }
}

@media screen and (max-width:805px) {
    #searcharea {
        width: 23% !important;
    }

    .responsive60fps {
        display: none !important;
    }

    .responsive1080p {
        display: none !important;
    }

    .responsivecommunity {
        display: none !important;
    }

    #googleplus {
        display: none !important;
    }

    #ageverify {
        width: 80%;
        left: 10%;
        top: 10%;
        font-size: 1.1em
    }
}

#searcharea {
    padding-top: 0px;
    margin-top: 0px;
    display: inline-block;
    width: 32%;
}

#searcharea form {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #333;
    background: #FFF;
}

#searcharea input[type="text"] {
    line-height: 25px;
    height: 25px;
    font-size: 15px;
    background: none;
    border: none;
    display: table-cell;
    width: 90%;
}

#searcharea input[type="text"]:lang(fr) {
    padding-left: 69px;
}

#searcharea input[type="text"]:lang(es) {
    padding-left: 69px;
    width: 547px;
}

#searcharea input[type="text"]:lang(pt) {
    padding-left: 69px;
    width: 547px;
}

#searcharea input[type="text"]:focus {
    outline: none;
    outline: 0;
}

#searcharea input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -36px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #333;
    border-left: 0px;
    color: #444;
    cursor: pointer;
    text-decoration: none;
    height: 29px;
    padding: 4px 10px 3px 7px;
    width: 35px;
    font-size: 18px;
    background-color: #a1a1a1;
    background-image: linear-gradient(#a1a1a1, #eaeaea, #a1a1a1);
    background-size: auto 300%;
    background-position: 0 100%;
    -moz-box-sizing: border-box;
    outline: none;
    font-family: 'epicons', sans-serif;
}

#searcharea input[type="submit"]:hover {
    background-color: #eaeaea;
    background-position: 0 0;
}

#search_warning {
    max-width: 650px;
    margin: 0 auto;
    color: #ccc;
    font-size: 14x;
    padding: 5vw 10px;
    text-align: justify;
}

#search_warning h1 {
    color: #ae0000;
    text-align: center;
}

#search_warning h2 {
    color: #fff;
}

#search_warning h3 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

#search_warning p {
    margin: 20px;
    font-size: 15px;
}

#search_warning a {
    color: #fc0;
}

#search_warning .gbthp {
    color: #000;
    background: #fc0;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
}

#placeholdertext {
    position: absolute;
    left: 51px;
    top: 5px;
    font-size: 15px;
    color: #666;
}

#menusection2 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}

.uploadmovie {
    margin-left: 54px;
    border-radius: 5px;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding: 4px 15px 3px 15px;
    font-size: 12px;
    background: #333;
    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position 0.1s;
    transition: background-position 0.3s;
    font-family: Arial Black, Arial Bold, sans-serif;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
    float: left;
    background-image: linear-gradient(#666, #222);
}

.uploadmovie.animate {
    animation: pulse 1.5s infinite;
    animation-iteration-count: 2;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.uploadmovie:hover {
    background-color: #222;
    background-position: 0 0;
}

#searchblind {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    position: absolute;
    top: 90px;
    left: 0;
}

#catebrowse {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 27px;
    line-height: 27px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #666;
    border-right: 1px solid #999;
    background-color: #a1a1a1;
    background-image: linear-gradient(#a1a1a1, #eaeaea, #a1a1a1);
    font-weight: bold;
    background-size: auto 300%;
    background-position: 0 100%;
    padding-left: 10px;
    padding-right: 15px;
    min-width: 20px;
    font-size: 14px;
    cursor: pointer
}

#catebrowse:hover {
    background-color: #eaeaea;
    background-position: 0 0;
}

#catebrowse:after {
    content: "\25be";
    font-size: 20px;
    position: absolute;
}

#catebrowsemenu {
    position: absolute;
    top: 28px;
    left: 5px;
    width: 100px;
    padding: 5px 0px 10px 10px;
    background: #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: #666 solid 1px;
    border-top: 0px;
    z-index: 1000;
    display: none;
    transition: opacity 1s ease-out;
}

#catebrowsemenu span {
    display: block;
    cursor: pointer;
}

#catebrowsemenu span {
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    font-size: 14px;
}

#catebrowsemenu span::before {
    font-family: 'epicons', sans-serif;
    font-size: 26px;
    padding-right: 10px;
}

#catebrowsemenu .ctgif::before {
    content: '\e90d';
    font-size: 15px;
    position: relative;
    top: 1px;
}

#catebrowsemenu .ctvideo::before {
    content: '\e90f';
    font-size: 15px;
}

#catebrowsemenu .ctphoto::before {
    content: '\e905';
    font-size: 15px;
    position: relative;
    top: 1px;
}

#catebrowsemenu .ctpornstar::before {
    content: '\e90e';
    font-size: 12px;
    position: relative;
    top: 0px;
}

#languages {
    font-size: 11px;
    float: right;
    display: block;
    position: relative;
    text-align: right;
    width: auto;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
    margin-right: 20px;
    text-transform: uppercase;
}

#languages span {
    margin-left: 30px;
}

#languages img {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 16px;
    height: 11px;
}

#langselect {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}

#langsbox {
    display: none;
    border: 1px solid #570000;
    position: absolute;
    width: 100px;
    padding-top: 30px;
    z-index: 1000;
    box-shadow: 0px 10px 13px -2px rgba(0, 0, 0, 0.70);
    background: linear-gradient(90deg, rgba(174, 0, 0, 0.0) 75%, rgba(174, 0, 0, 1) 25%);
}

#langsbox a {
    display: block;
    background: #ae0000;
    text-align: left;
    padding-left: 10px;
    border-top: 1px solid #910000;
    color: #FFF;
    text-decoration: none;
}

#langsbox a:hover {
    text-decoration: none;
    color: #fff;
    background: #b61919;
}

#headmenu {
    font-size: 11px;
    float: right;
    display: block;
    text-align: right;
    width: auto;
    margin-right: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

#headmenu div {
    display: inline-block;
    float: left;
}

#headmenu a {
    text-decoration: none;
    color: inherit;
    background: #9c0000;
    border-radius: 5px;
    padding: 3px 10px;
    color: #FFF;
}

#headmenu a:hover {
    color: #CCC;
}

#headmenu .logged {
    color: #FC0;
    max-width: 85px;
    margin-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header.smaller #lmenuouter {
    position: absolute;
    top: 37px;
}

#lionmenu {
    clear: both;
    display: block;
    margin-top: 9px;
    position: relative;
    z-index: 20;
    height: 38px;
}

.smaller #lionmenu {
    margin-top: 0px;
    height: 28px;
}

#lionmenu ul {
    margin: 0px;
    padding: 0px;
}

#lionmenu ul>li {
    list-style: none;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 11px;
    display: inline-block;
    color: #FC0;
    text-decoration: none;
    font-size: 1.12em;
    text-transform: uppercase;
}

.smaller #lionmenu ul li {
    padding-top: 7px;
    padding-bottom: 4px;
}

#lionmenu ul li .more {
    position: relative;
    padding-right: 10px;
}

#lionmenu ul li .more::after {
    content: '\25bc';
    line-height: 14px;
    font-size: 10px;
    margin-left: -8px;
    top: 2px;
    transition: color 0.5s !important;
    position: absolute;
}

#lionmenu ul li .activeX {
    text-shadow: 0px 0px 8px #FFF;
    color: #FFFF00;
}

#lionmenu ul li a {
    color: #FC0;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

#lionmenu ul li a:hover {
    color: #ea9500;
}

#lionmenu ul li li a {
    padding: 0px;
    font-weight: 300;
}

#lionmenu ul li:first-child a {
    padding-left: 0px;
}

#lionmenu ul li:last-child {
    padding-right: 0px;
    margin-right: 0px !important;
}

#lionmenu ul li div {
    position: absolute;
    top: 28px;
    left: 0;
    background: #1a1a1a;
    margin-top: 11px;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
    display: none;
}

.smaller #lionmenu ul li div {
    top: 18px;
}

#lionmenu ul li ul a {
    color: #FC0;
    text-decoration: none;
    margin-right: 5px;
    -o-transition: .5s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

#lionmenu ul li ul a:hover {
    color: #FFF;
    position: relative;
    top: 1px;
}

#lionmenu ul li ul h2 {
    color: #CCC;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
}

#lionmenu ul li ul i {
    color: #999;
    float: left;
    padding: 0px;
    margin: 0px 20px 20px 0px;
    width: 65px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-style: normal;
}

#lionmenu ul li ul a i {
    color: #999;
    text-decoration: none;
    width: 65px;
    padding: 0px;
    margin: 0px;
    text-align: left !important;
}

#lionmenu ul li ul hr {
    border: 0px;
}

#lionmenu ul li ul .lioall {
    color: #FFF;
    margin-bottom: 5px;
}

#lionmenu ul li ul .lioall:hover {
    color: #FFF;
    margin-bottom: 5px;
}

#lionmenu ul li ul .lioall:hover::after {
    content: '\25ba';
    padding-left: 3px;
}

#lionmenu .insideli {
    float: left;
    border: 0px !important;
    background: none !important;
}

#lionmenu ul li ul .lio1 {
    margin: 20px;
}

#lionmenu ul li ul .lio2 {
    margin: 20px;
    width: 45%;
    border-right: 1px solid #333;
}

.curptr {
    cursor: pointer;
}

#lionmenu ul li ul .lio3 {
    margin: 20px;
    width: 30%;
    border-right: 1px solid #333;
}

#lionmenu ul li ul li[class^="lio"]:last-child {
    border-right: 0px;
}

#lionmenu ul li ul .lio1 a {
    border: 1px solid #ccc;
    padding: 6px 20px 6px 20px;
    margin-right: 20px;
}

#lionmenu ul li ul .lio1 a:hover {
    background: #333;
    top: 0px !important;
}

#lionmenu .pstar_cnt {
    color: #999;
    font-size: 12px;
}

#editorschoice {
    border: 1px dotted #333;
    background: #000;
    padding: 10px;
    width: 280px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

#editorschoice ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    color: #FFF;
}

#editorschoice li {
    padding-left: 0px;
    margin-left: 15px;
    list-style-type: square;
}

#editorschoice li a {
    line-height: 26px;
    color: #FC0;
    text-decoration: none;
}

#topadv {
    position: absolute;
    margin-left: 228px;
    margin-top: 12px;
    line-height: 14px;
    width: 400px;
    height: 40px;
    display: block;
    font-size: 9px;
    color: #FFF;
    border-left: 1px solid #5c0505;
    padding-left: 10px;
}

#topadv strong {
    font-size: 16px;
    display: block;
    color: #000;
    font-weight: 100;
}

#topadv a {
    color: inherit;
    text-decoration: none;
    display: block;
}

#alsa {
    display: none;
    width: 400px;
    height: 40px;
}

#alsb {
    display: none;
    width: 400px;
    height: 40px;
}

#alsc {
    display: none;
    width: 400px;
    height: 40px;
}

#lang {
    position: absolute;
    margin-left: 800px;
    padding-top: 8px;
    height: 14px;
    line-height: 14px;
    width: 400px;
    display: block;
    text-align: right;
    font-size: 9px;
}

#lang span {
    display: inline-block;
    height: 14px;
    line-height: 14px;
}

#lang img {
    padding-top: 2px;
}

#logreg {
    position: absolute;
    margin-left: 1040px;
    padding-top: 8px;
    height: 14px;
    line-height: 14px;
    width: 150px;
    display: block;
    text-align: right;
    text-transform: uppercase;
    color: #eecccc;
    font-size: 9px;
    text-decoration: none;
    z-index: 1;
}

#logreg a {
    text-transform: uppercase;
    color: #FFF;
    text-shadow: #fff -1px -1px 1px;
    font-size: 9px;
    text-decoration: none;
}

#logreg a:hover {
    color: #000;
}

.eighteenplus {
    display: inline-block;
}

.eighteenplus::before {
    content: "18+";
    padding-left: 3px;
    font-size: inherit;
    color: inherit;
}

@media screen and (max-width:1000px) {}

.responsivecategories .listcatbig li:nth-last-child(-n+2) {
    display: none !important;
}

.listcatsmall.responsivecategories:nth-last-child(-n+3) {
    display: none !important;
}

.listcatsmall.responsivepornstars:nth-last-child(-n+3) {
    display: none !important;
}

@media screen and (max-width:1250px) {
    #uvmnew span:lang(fr) {
        padding-right: 4px !important;
    }

    #uvmnew span i:lang(fr) {
        display: none;
    }

    #uvmnew span small:lang(fr) {
        display: block !important;
    }
}

@media screen and (max-width:1210px) {
    .listcatbig {
        display: none !important;
    }

    #uvmnew span {
        padding-right: 4px !important;
    }

    #uvmnew span i {
        display: none;
    }

    #uvmnew span small {
        display: block !important;
    }
}

@media screen and (max-width:1880px) {
    .responsivecategories .listcatbig li:nth-last-child(-n+3) {
        display: none !important;
    }

    .responsivepornstars .listcatbig li:nth-last-child(-n+1) {
        display: none !important;
    }

    .responsivephotos .listcatbig li:nth-last-child(-n+1) {
        display: none !important;
    }
}

@media screen and (max-width:1650px) {
    .responsivecategories .listcatbig li:nth-last-child(-n+3) {
        display: inline-block !important;
    }

    .responsivepornstars .listcatbig li:nth-last-child(-n+2) {
        display: none !important;
    }

    .responsivephotos .listcatbig li:nth-last-child(-n+2) {
        display: none !important;
    }

    .responsivepgames:lang(fr),
    .responsivepgames:lang(pl) {
        display: none !important;
    }

    body {
        padding: 8px;
        padding-top: 35px;
    }

    #top2 {
        left: 0;
    }

    #content,
    #foot,
    #copyright {
        width: 100% !important;
    }

    #headholder {
        width: 100% !important;
        padding-left: 10px;
    }

    .hdpvideo {
        margin-top: 0px !important;
    }
}

@media screen and (max-width:1266px) {
    .responsivecategories .listcatbig li:nth-last-child(-n+2) {
        display: none !important;
    }

    .responsivepornstars .listcatbig li:nth-last-child(-n+3) {
        display: none !important;
    }

    .responsivephotos .listcatbig li:nth-last-child(-n+3) {
        display: none !important;
    }
}

.adstext {
    color: #ccc;
    font-size: 11px;
    line-height: 15px;
    margin-top: 0px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.epwhite .adstext {
    color: #666;
}

#ifadhead {
    width: 300px;
    height: 115px;
    border: 0px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 999999;
    display: none;
    box-shadow: 0 0 5px #FFF;
}

#ifadmiddle {
    width: 300px;
    height: 115px;
    border: 0px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #666;
    z-index: 999999;
    display: none;
    box-shadow: 0 0 5px #FFF;
}

#ifadoutstream {
    width: 300px;
    min-height: 200px;
    border: 0px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #666;
    z-index: 999999;
    display: none;
    box-shadow: 0 0 5px #FFF;
}

#admobiletop {
    display: none;
    margin-top: 5px;
    clear: both;
    z-index: 999999;
    width: 100%;
}

#admobiletopinside {
    display: block;
    border: 0px;
    width: 300px;
    height: 115px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 999999;
    box-shadow: 0 0 5px #FFF;
    background-color: #333;
}

.epwhite #admobiletopinside {
    background-color: #ededed;
}

#admobilemiddle {
    width: 100%;
    display: none;
    margin-top: 10px;
    margin-bottom: -10px;
    clear: both;
    z-index: 999999;
    border: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
    background: #090909;
}

#admobileoutstream {
    width: 100%;
    display: none;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    z-index: 999999;
}

#deskadmiddle {
    width: 100%;
    margin-top: 20px;
    padding: 5px;
    box-sizing: border-box;
    clear: both;
    z-index: 999999;
    overflow: hidden;
    text-align: center;
}

.dotcontainer {
    display: block;
    border: 0px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 999999;
}

#ifadfoot {
    width: 300px;
    height: 260px;
    border: 0px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px #FFF;
}

#admobilefoot {
    display: none;
    clear: both;
    margin-bottom: 15px;
}

#admobilefootinside {
    display: block;
    border: 0px;
    width: 300px;
    height: 265px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 999999;
    box-shadow: 0 0 5px #FFF;
    background-color: #333;
}

.epwhite #admobilefootinside {
    background-color: #ededed;
}

.listcat {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 10px;
    clear: both;
    border-top: 0px;
    z-index: 3000;
    background: red;
    font-family: 'Arial,Helvetica,sans-serif', sans-serif;
}

.listcatbig {
    float: left;
    max-width: 43%;
    display: block;
    margin: 0px;
    margin-right: 20px !important;
}

.listcatbig li {
    display: inline-block;
    list-style: none;
    margin-right: 10px !important;
    background-color: #000;
    text-align: center !important;
    padding: 0px !important;
}

.listcatbig li:last-child {
    margin-right: 0px;
}

.listcatbig a img {
    width: 102px;
    height: 75px;
    display: block;
    border: 1px solid #000;
}

.listcatbig a {
    color: #FFF !important;
    text-decoration: none;
    margin: 0px !important;
}

.listcatbig a span {
    line-height: 20px !important;
    font-size: 12.5px;
    width: 102px;
    height: 22px;
    overflow: hidden;
    display: block;
}

.listcatsmall {
    overflow: hidden;
    min-width: 543px;
    display: block;
    margin: 0px;
    padding-left: 20px !important;
    border-left: 1px solid #333;
    margin-right: 40px;
}

#lionmenu .listcatsmall li {
    list-style: none;
    width: 90px;
    font-size: 10px;
    margin-right: 10px !important;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #333;
    background: #000;
    padding: 4px 5px;
    text-align: center !important;
}

.listcatsmall li:nth-last-child(-n+7) {
    margin-bottom: 0px;
    margin-right: 0px;
}

.listcatsmall li a {
    color: #FFF !important;
    text-decoration: none;
    display: block;
    font-size: 12.5px !important;
}

.listcatsmall a:hover {
    color: #ccc;
}

.listcatsmall .morecats {
    border: 1px solid #c00 !important;
    width: auto !important;
    padding-right: 5px !important;
}

.listcatsmall .morecats a {
    color: #FC0 !important;
}

.listcatsmall .morecats:lang(fr) {
    font-size: 9px !important;
}

.listcatsmall .photostabtop:lang(pt) {
    font-size: 9px !important;
}

.listcatsmall.lcsvideos {
    border-left: none;
    width: 100% !important;
}

.listcatsmall.lcsvideos li {
    width: auto !important;
}

.listcatsmall.lcsvideos li a {
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding-right: 10px;
    margin-right: 10px !important;
    background-repeat: no-repeat;
}

.listcatsmall.lcsvideos li:first-child a {
    padding-left: 40px;
}

.listcatsmall.lcscommunity {
    border-left: none;
    width: 100% !important;
}

.listcatsmall.lcscommunity li {
    width: auto !important;
    text-align: center;
}

.listcatsmall.lcscommunity li a {
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 10px !important;
    background-repeat: no-repeat;
}

.listcatsmall.lcscommunity li:first-child a {
    padding-left: 40px;
}

#listcatsmallul .epyellow a {
    color: #FC0 !important;
}

.lcs1 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -0px -781px;
    padding-left: 38px !important;
    margin-right: 2px;
    font-size: 20px;
}

.lcs2 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -36px -781px;
    padding-left: 28px !important;
    margin-right: 4px;
    font-size: 20px;
}

.lcs3 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -65px -781px;
    padding-left: 27px !important;
    margin-right: 4px;
    font-size: 20px;
}

.lcs4 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -92px -781px;
    padding-left: 37px !important;
    margin-right: 4px;
    font-size: 20px;
}

.lcs5 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -128px -782px;
    padding-left: 25px !important;
    margin-right: 4px;
    font-size: 20px;
}

.lcs6 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -154px -782px;
    padding-left: 33px !important;
    margin-right: 4px;
    font-size: 20px;
}

.lcs7 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -0px -806px;
    padding-left: 27px !important;
    margin-right: 2px;
    font-size: 20px;
}

.lcs8 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -28px -806px;
    padding-left: 25px !important;
    margin-right: 2px;
    font-size: 20px;
}

.lcs9 :before {
    content: "";
    background-image: url(../##/new/sprites11.png);
    background-position: -54px -806px;
    padding-left: 38px !important;
    margin-right: 2px;
    font-size: 20px;
}

.starsnav li {
    width: 34px !important;
}

.btx {
    width: 400px;
}

#topnav2 {
    height: 52px;
}

#quicksearch {
    display: none;
    float: right;
    position: absolute;
    margin-left: 278px;
    margin-top: 0px;
    width: 350px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-right: 1px solid #000;
    border-bottom: 1px solid #333;
    border-top: 0px;
    z-index: 100000;
}

#quicksearch ul {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    list-style: none;
    display: block;
    background: #fff;
}

#qstit {
    color: #999;
    padding: 7px;
    display: block;
    font-size: 9px;
}

#quicksearch li {}

#quicksearch .qsliac {
    line-height: 28px;
    padding-left: 5px;
    border-top: 1px solid #e7e7e7;
}

#quicksearch .qsliuc {
    line-height: 28px;
    padding-left: 5px;
    border-top: 1px solid #e7e7e7;
}

#quicksearch .qslihov {
    background: #fff4ca !important;
    transition: all 0.2s;
}

#quicksearch a {
    text-decoration: none;
    color: #C00;
    display: block;
    padding-left: 20px;
    line-height: 28px;
    height: 28px;
    position: relative;
}

#quicksearch .qsliac a:before {
    font-family: 'epicons', sans-serif;
    content: "\e919";
    font-size: 10px;
    color: #999;
    padding-right: 5px;
    margin-left: -15px;
    position: absolute;
    top: 1px;
}

#quicksearch a:hover {
    padding-left: 23px;
}

#quicksearch span a {
    line-height: 28px;
    color: #333;
}

.qsliacstar {
    display: block;
    height: 70px !important;
    padding-top: 8px;
    border-top: 1px solid #999 !important;
    background: #e0e0e0;
    cursor: pointer;
}

.qsliacstar a {
    background-image: none !important;
    background: none;
    font-size: 20px;
    text-transform: uppercase;
}

.qsliacstar a:hover {
    padding-left: 20px !important;
}

.qsliacstar:hover {
    transition: all 0.2s;
    background: #e3e3e3 !important;
    border-top: 1px solid #ccc !important;
}

.qsliacstar {
    clear: both;
}

.qsliacstar img {
    height: 60px !important;
    width: 90px !important;
    float: left;
    margin-right: 10px;
    border: 1px solid #999;
}

#content {
    width: 90%;
    margin: auto;
    min-width: 800px;
    margin-top: 30px;
    display: block;
    clear: both;
    position: relative;
}

#content *::selection {
    background-color: #AE0000;
    color: #fff;
}

#content a::selection {
    color: #FC0;
}

.maintopmargin {
    padding-top: 10px;
}

#topinfo {
    line-height: 20px;
    color: #CCCCCC;
    display: block;
    clear: both;
    margin-bottom: 5px;
}

#topinfo a {
    color: #C00;
    text-decoration: none;
}

#topinfolang {
    background: linear-gradient(-45deg, #ae0000, #fc0000);
    background-size: 400% 400%;
    animation: language-info-gradient 5s ease infinite;
    background-repeat: no-repeat;
    display: none;
    padding-left: 10px;
    font-size: 1.15em;
    color: #FFF;
    line-height: 2em;
    text-align: center;
    border: 1px solid #999;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

#topinfolang span {
    color: #FC0;
}

#topinfolang h1 {
    font-weight: 100;
    font-size: 14px;
    color: #FC0;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
}

#topinfolang a {
    color: #FC0;
    text-decoration: none;
}

#topinfolang .bigclosex {
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
}

@keyframes language-info-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pstarslist {
    margin-top: -8px;
}

.pstarslist ul {
    margin: 0px;
    padding: 0px;
}

.pstarslist li {
    list-style: none;
    width: 22px;
    padding: 4px;
    font-size: 10px !important;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid #666;
    background: #222;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 15px !important;
    text-align: center !important;
}

.pstarslist li:hover {
    background: #333;
    border: 1px solid #999;
}

.pstarslist li a {
    color: #FFF !important;
    text-decoration: none;
    display: block;
    line-height: 15px !important;
    margin: 0px !important;
}

.pstarslist li:last-child {
    margin-right: 0px;
}

.vidresultstable {
    width: 48%;
    color: #FFF;
    float: left;
    padding-bottom: 40px;
}

.vidresultstable.floatright {
    float: right;
}

.vidresultstable table td.center {
    text-align: center;
}

.vidresultstable a {
    color: #FC0;
}

.vidresultstable table {
    font-size: 14px;
    width: 100%;
}

.vidresultstable tr:nth-child(even) td {
    background: #222;
}

.vidresultstable tr:hover td {
    background: rgba(255, 255, 255, 0.2) !important;
}

.vidresultstable thead {
    font-size: 16px;
    background-color: #202123;
}

.vidresultstable td {
    vertical-align: middle;
    padding: 5px;
}

.vidresultstable button {
    cursor: pointer;
}

.vidresultstable.pstarvoting {
    width: 100%;
}

.vidresultstable.pstarvoting .psvvidtit {
    padding-right: 50px;
}

.vidresultstable.pstarvoting .video-info-tags {
    padding-top: 0px;
}

.vidresultstable .currentplaylistname {
    display: inline-block;
    width: calc(100% - 40px);
}

#page-left #pagediv .vidresultstable thead {
    font-size: 14px;
}

#page-left #pagediv .vidresultstable {
    padding-bottom: 0px;
    width: 100%;
}

.epwhite #page-left #pagediv .vidresultstable {
    background: #f5f5f5;
    padding-bottom: 0px;
    width: 100%;
}

.cpese1,
.cpese2,
.cpese3 {
    display: none;
}

.showeditsavebutton {
    clear: both;
    margin-top: 20px;
    text-align: center;
}

.showeditsavebutton button {
    background: #ae0000;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

#fullhd {
    font-size: 2.0em;
    color: #FC0;
    padding: 0px;
    margin: 0 0 0 45px;
}

#fullhd:before {
    content: "HD";
    color: #000;
    border: #000 solid 2px;
    background: #fff;
    border-radius: 5px;
    font-size: 0.6em;
    font-weight: bold;
    padding: 1px 2px 2px 2px;
    margin-right: 5px;
    position: absolute;
    margin: 6px 0 0 -35px;
    line-height: 1em;
    font-style: italic;
}

#fullhd a {
    color: #FC0;
    text-decoration: none;
}

#info {
    float: left;
    background-color: #322814;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 10px;
    font-size: 1.15em;
    color: #FC0;
    margin-right: 0px;
    line-height: 1em;
    text-align: left;
    border: 1px dotted #5a461e;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#info span {
    color: #FFF;
}

#info h1 {
    font-weight: 100;
    font-size: 14px;
    color: #FC0;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
}

#info a {
    color: #FFF;
    text-decoration: none;
}

.info {
    float: left;
    background-color: #322814;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 10px;
    font-size: 1.15em;
    color: #FC0;
    margin-right: 0px;
    line-height: 1em;
    text-align: left;
    border: 1px dotted #5a461e;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.info span {
    color: #FFF;
}

.info h1 {
    font-weight: 100;
    font-size: 14px;
    color: #FC0;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
}

.info a {
    color: #FFF;
    text-decoration: none;
}

.numlist2 {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    color: #CCC;
    border: 1px solid #715a00;
    min-width: 700px;
    padding-left: 30px;
    padding-right: 36px;
    font-size: 1.76em;
    font-weight: lighter;
    background: #000;
}

.numlist2 a {
    line-height: 20px;
    margin-right: 10px;
    background: #333;
    padding: 5px 8px;
    border: 0px solid #333;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
}

.numlist2 span {
    padding: 5px 10px;
}

.numlist2 .nmback {
    color: #FFCC00;
}

.numlist2 .nmback:before {
    content: "\00AB";
    font-size: 30px;
}

.numlist2 .nmnext {
    color: #FFCC00;
}

.numlist2 .nmnext:after {
    content: "\00BB";
    font-size: 30px;
}

#pornstarsearch {
    float: left;
    background-color: #322814;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 18px;
    color: #FC0;
    margin-right: 0px;
    line-height: 22px;
    text-align: left;
    border: 1px dotted #ae0000;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#pornstarsearchimg {
    width: 90px;
    height: 70px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

#pornstarsearch a {
    display: block;
    color: rgb(204, 0, 0);
}

#pornstarsearch a:hover {
    color: #F00;
}

#pornstarsearch span {
    color: #fff;
    opacity: 0.8;
}

@media screen and (max-width:2400px) {
    .categoriesbox {
        width: 14% !important;
        max-width: 13.5% !important;
    }

    .ad300pxs:before {
        padding-top: calc(71% + 12px + 12px) !important;
    }
}

@media screen and (max-width:1700px) {
    .categoriesbox {
        width: 16% !important;
        max-width: 16% !important;
    }

    #btasd {
        height: 525px !important;
    }

    #footadframe {
        height: 555px !important;
    }
}

@media screen and (max-width:1500px) {
    .categoriesbox {
        width: 19.5% !important;
        max-width: 19.5% !important;
    }

    .allcatslist li {
        width: 25% !important;
    }

    #movieplayer-box-adv-NTVC {
        display: none;
    }

    #movieplayer-box-adv,
    #movieplayer-box-adv-iframe {
        height: 510px;
    }
}

@media screen and (max-width:1600px) {
    .mbphoto {
        width: 19.5% !important;
        max-width: 19.5% !important;
        height: auto !important;
    }

    .mb,
    .mbhd {
        width: 19.5% !important;
        max-width: 19.5% !important;
        height: auto !important;
    }



    #vidresults .catheadtext {
        width: 58% !important;
        height: 82px !important;
    }

    .ad300px {
        width: 39.5% !important
    }

    .ad300px.ad300pxch:before {
        padding-top: calc(27.78% + 60px + 15px + 82px + 20px) !important;
    }
}

@media screen and (max-width:1400px) {
    .mbphoto {
        width: 24.5% !important;
        max-width: 24.5% !important;
        height: auto !important;
    }

    .mb,
    .mbhd {
        width: 24.5% !important;
        max-width: 24.5% !important;
        height: auto !important;
    }

   

    .numlist2 {
        min-width: 0px;
        padding-left: 10px;
        padding-right: 16px;
        font-size: 1.6em;
    }

    .numlist2 .nmback:before {
        font-size: 25px;
    }

    .numlist2 .nmnext:after {
        font-size: 25px;
    }

    #vidresults .catheadtext {
        width: 48.5% !important;
        height: 92px !important;
    }

    .ad300px {
        width: 49.5% !important
    }

    .ad300px.ad300pxch:before {
        padding-top: calc(27.78% + 60px + 15px + 92px + 20px) !important;
    }

    #btasd {
        height: 425px !important;
    }

    #footadframe {
        height: 455px !important;
    }
}

@media screen and (max-width:1200px) {
    .mbphoto {
        width: 32.5% !important;
        max-width: 32.5% !important;
        height: auto !important;
    }

    .mb,
    .mbhd {
        width: 32.5% !important;
        max-width: 32.5% !important;
        height: auto !important;
    }

    

    .mbprofile {
        width: 19.5% !important;
    }

   

    .hdpstar .vidresultsbottom .mbprofilenew:nth-last-child(-n+1),
    .hdphome .vidresultsbottom .mbprofilenew:nth-last-child(-n+1) {
        display: none !important;
    }

    .hdphome #mainphotos .mbphoto:nth-last-child(-n+6) {
        display: none !important;
    }

    #commentdivright {
        width: 100% !important;
        border: none !important;
    }

    #commentdivleft {
        width: 100% !important;
        border: none !important;
    }

    .numlist2 {
        min-width: 0px;
        padding-left: 10px;
        padding-right: 16px;
        font-size: 1.6em;
    }

    .numlist2 span {
        padding: 5px 0px;
    }

    .numlist2 .nmhere {
        padding-left: 10px;
        padding-right: 16px;
    }

    .numlist2 .nmback:before {
        font-size: 18px;
    }

    .numlist2 .nmnext:after {
        font-size: 18px;
    }

    .numlist2 .extrapages1 {
        display: none;
    }

    .categoriesbox {
        width: 24.5% !important;
        max-width: 24.5% !important;
    }

    #vidresults .catheadtext {
        float: none;
        width: 97% !important;
        height: initial !important;
    }

    #btasd {
        height: 400px !important;
    }

    #footadframe {
        height: 430px !important;
    }
}

.mb,
.mbhd {
    text-align: left;
    display: block;
    float: left;
    position: relative;
    width: 16.15%;
    max-width: 16.15%;
    margin: 0 .25% 0;
    margin-bottom: 15px;
}

.mb a {
    text-decoration: none;
}

.mb img,
.mbhd img {
    margin-left: 0px;
    width: 100%;
    height: 100%;
}

.mbimg,
.mbimg2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mbimg:before,
.mbimg2:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.mbcontent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.mbcontent img {
    position: absolute;
}

.mbunder {
    min-height: 60px;
}

.mbstats {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.mbtit {
    color: #ddd;
    font-size: 1.15em;
    line-height: 1.15em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mbtit a {
    text-decoration: none;
    color: #ddd;
}

.mbprofilenew .mbtit a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.mbtit h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12.5px;
    line-height: 20px;
}

.mbprofile .mbvie {
    background: none;
    max-width: 100%;
}

.mbprofile .mbvie:before {
    display: none;
}

.mbprofile .mbtim {
    background: none;
    width: 40%;
    padding-left: 2px;
}

.mbprofile .mbtim:before {
    display: none;
}

.mbprofile .mbtit {
    color: #FFF;
    position: absolute;
    bottom: 5px;
    margin-left: 1px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
    text-shadow: 2px 2px 2px #000;
}

.mbprofile .mbvie span {
    color: #fc0;
}

.mbprofile .mbtim span {
    color: #fc0;
}

.mbprofile {
    float: left;
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 1em;
    text-align: left;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.mbprofile img {
    width: auto;
    height: 100%;
    margin-left: 0px;
    border: 1px solid #ae0000;
}

.mbprofile img:hover {
    margin-left: 0px;
    border: 1px solid #ae0000;
}

.mbprofile {
    width: 16.15%;
    max-width: 300px;
    margin: 0 .25% .5% .25%;
    height: auto !important;
    display: block;
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.mbprofileimgouter {
    position: relative;
    overflow: hidden;
}

.mbprofileimgouter:before {
    content: " ";
    display: block;
    padding-top: 69%;
}

.mbprofileimg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mbprofile .mbtit {
    color: #FC0;
    bottom: 12px;
    z-index: 999;
    margin-left: 1px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    text-shadow: 2px 2px 2px #000;
    background-color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
}

.mbprofilenew {
    float: left;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 13.78%;
    margin-left: 0.25%;
    margin-right: 0.25%;
    height: 230px;
    font-size: 11px;
    text-align: left;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 5px solid #c79f00;
    position: relative;
}

.mbprofilenew img {
    width: 100%;
    min-height: 210px;
    display: inline-block;
}

.mbprofilenew .mbtit {
    color: #ae0000;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    text-shadow: 2px 2px 2px #000;
    background-color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
}

.mb .watchlater {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #222;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.mb .watchlater span {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding: 0 3px;
}

.mb .watchlater i {}

.mb .watchlater i:after {
    content: "\e91d";
    font-family: 'epicons', sans-serif;
    color: #fff;
    background: #222;
    font-size: 12px;
    margin-top: 0px;
    padding: 0px 2px 0px 2px;
    font-style: normal;
}

.watchlater.added i {}

.watchlater.added i:after {
    content: "\e91f";
    font-family: 'epicons', sans-serif;
    color: #fff;
    background: #222;
    font-size: 12px;
    margin-top: 0px;
    padding: 0px 2px 0px 2px;
    font-style: normal;
}

#upload-choose {
    display: block;
    margin: 40px 0 40% 0;
}

.upload-choose-box {
    border-radius: 5px;
    border: 1px solid #666;
    line-height: 40px;
    padding: 10px 40px;
    margin: 20px 20%;
    font-size: 12px;
    background: #333;
    cursor: pointer;
}

.upload-choose-box:hover {
    background-color: #222;
    background-position: 0 0;
}

.upload-choose-box a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
}

.upload-choose-box a span {
    position: relative;
    padding-left: 20px;
    margin: 0 auto;
}

.ucb-video::before {
    content: "\e91b";
    font-family: 'epicons', sans-serif;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -14px;
    left: -20px;
}

.ucb-photo::before {
    content: "\e911";
    font-family: 'epicons', sans-serif;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -14px;
    left: -20px;
}

.ucb-picsout {
    border-radius: 5px;
    border: 1px solid #666;
    line-height: 20px;
    padding: 10px 40px;
    margin: 10px 20% 20px 20%;
    font-size: 12px;
    background: #333;
    cursor: pointer;
}

.ucb-picsout .ucb-photo::before {
    top: 0px;
    font-size: 20px;
    top: -4px;
    left: -5px;
}

#uploaddiv textarea {
    background: #e1e1e1;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    width: 90%;
    height: 45px;
}

#uploaddiv textarea::-webkit-input-placeholder {
    font-size: 11px;
}

#uploaddiv textarea::-moz-placeholder {
    font-size: 11px;
}

#uploaddiv textarea:-ms-input-placeholder {
    font-size: 11px;
}

#uploaddiv textarea:-moz-placeholder {
    font-size: 11px;
}

#uploaddiv .uploadInfoBox {
    padding-bottom: 10px;
    display: block;
}

#selectowncolumns {
    display: none;
    color: inherit;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    padding-bottom: 10px;
}

#selectowncolumns select {
    text-align: center;
}

.epwhite #selectowncolumns {}

#mbphotoupload .mbphoto {
    background: #404040;
}

#mbphotoupload .mbphoto img {
    height: 100%;
    width: initial !important;
}

#mbphotoupload .mbphoto a {
    cursor: grab;
}

#mbphotoupload .mbtitphoto input[type="text"] {
    color: #fff;
    border: 0px;
    background: none;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    vertical-align: baseline;
}

#mbphotoupload .mbtitphoto input[type="text"]:disabled {
    color: #fff;
}

#mbphotoupload .mbtitphoto button {
    border: 0px;
    background: none;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    vertical-align: baseline;
}

#mbphotoupload .uploadmbbar {
    width: 100%;
    height: 5px;
    display: block;
    border-top: 5px solid #000;
    background: #000;
}

#mbphotoupload .uploadmbbar-in {
    width: 1px;
    height: 5px;
    background: #ae0000;
}

.epwhite #mbphotoupload .uploadmbbar {
    border-top: 5px solid #ededed;
    background: #ededed;
}

#uploaddiv .boxmessageclosedel {
    position: absolute;
    left: auto;
    top: 14px;
    right: -8px !important;
    margin-right: 12px;
    z-index: 12;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 2px solid #ae0000;
    background: #ae0000;
    cursor: pointer;
}

#UPStep23 {
    display: none;
}

#upload-title-info {
    display: none;
}

#upload-title-info-text {
    color: #fff;
    border: 1px red solid;
    border-radius: 5px;
    padding: 5px;
}

@media screen and (max-width:1400px) {
    .mbprofilenew {
        width: 16.1%;
        margin-left: 0.25%;
        margin-right: 0.25%;
        height: 220px;
    }

    .mbprofilenew:last-child {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .mbprofilenew {
        width: 19.5%;
        margin-left: 0.25%;
        margin-right: 0.25%;
    }

    .mbprofilenew:first-child {
        display: none;
    }

    .mbprofilenew:last-child {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .mbprofilenew {
        width: 24.5%;
        margin-left: 0.25%;
        margin-right: 0.25%;
    }

    .mbprofilenew:first-child {
        display: none;
    }

    .mbprofilenew:nth-child(2) {
        display: none;
    }

    .mbprofilenew:last-child {
        display: none;
    }

    #uploaddiv textarea {
        height: 105px;
    }
}

.mbhd video {
    margin-left: 0px;
    border: 1px solid #FC0;
}

.mbhd video:hover {
    margin-left: 0px;
    border: 1px solid #F00;
}

.com-profile {
    float: left;
    display: block;
    width: 108px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    background: #000;
    font-size: 9px;
    border: 1px solid #333333;
    color: #CCC;
}

.com-profile:hover {
    border: 1px solid #C00;
}

.com-profile span {
    color: #FC0;
}

.com-profile img {
    display: block;
}

.communitywoman {
    float: left;
    width: 37%;
    box-sizing: border-box;
}

.communitywoman div {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
}

.communityman {
    float: left;
    width: 63%;
    box-sizing: border-box;
    border-right: 1px solid #666;
    height: 100%;
}

.com-profile-inv {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #FFF;
    font-style: italic;
    font-size: 12px;
}

.com-profile-bot {
    clear: both;
    margin-top: 10px;
}

.com-profile-bot a img {
    padding: 5px;
}

.com-onoff {
    position: absolute;
    margin-left: 60px;
}

.onl {
    border: 1px solid #2c8500;
}

.com-sex {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../##/new/sprites11.png);
    background-position: 0 -620px;
    border: 1px solid #666666;
}

.com-sex2 {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../##/new/sprites11.png);
    background-position: 100px -620px;
    border: 1px solid #666666;
}

.com-name {
    display: block;
    text-align: center;
    color: #C00;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: -1px;
}

.numlist {
    float: right;
    text-align: right;
    font-weight: bold;
    line-height: 34px;
    color: #CCC;
    border: 1px solid #333;
    width: 384px;
    padding-right: 6px;
    background: #000;
}

.numlist a {
    display: inline-block;
    line-height: 20px;
    padding-left: 9px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-weight: 500;
}

.numlist span {
    display: inline-block;
    padding: 10px;
}

.numlist a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    color: #c8001e;
}

.bottomrelated {}

.bottomrelatedhdp {
    margin: auto;
    margin-bottom: 20px;
}

.bottomrelated h2,
.bottomrelatedhdp span {
    color: #FC0;
    font-size: 18px;
}

.bottomrelateditem {
    float: left;
    font-size: 13px;
    margin-right: 20px;
}

.bottomrelateditem a {
    text-decoration: none;
    color: #FFF;
}

.bottomrelatedul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px;
    line-height: 2em;
}

#hdfirstpromo {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #7f6600;
}

#mainphotos {
    align-content: space-between;
}

#vidresultstop {
    clear: both;
}

#vidresultstop.showall .mb:nth-of-type(n+8) {
    display: block !important;
}

#vidresultstop.myflexwidth {
    width: 720px;
    padding-right: 10px;
}

#vidresultstop.search-pornstars-width {
    width: 600px;
}

#content .catheadtext {
    color: #ccc;
    width: 100%;
    float: left;
    line-height: 16px;
    margin: -10px 0px 10px 0px;
    border: 1px solid #333;
    padding: 10px 10px;
    box-sizing: border-box;
}

#content .catheadtext span {
    display: none;
}

#content .catheadtextmain {
    display: none;
}

#content .showclicker {
    margin-left: 3px;
    vertical-align: super;
    cursor: pointer;
}

#content.historypage #div-search-results {
    min-height: 2700px;
}

#content.historypage #div-search-results .numlist2 {
    display: none;
}

@media screen and (min-height:660px) {
    #content .catheadtext span {
        display: inline;
    }
}

#vidresults .catheadtext {
    color: #ccc;
    width: 65%;
    float: left;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 20px;
    border: 1px solid #333;
    padding: 10px 5px;
    height: 72px;
}

#vidresults .catheadtext img {
    border-radius: 4px;
    float: left;
    margin: 0px 10px 0px 5px;
    height: 50px;
}

.catbl {
    border-right: 0px solid #FC0;
    margin-right: 50px;
}

.catblnr {
    margin-right: 0px;
    border-right: 1px solid #000;
}

.mvhdico {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    pointer-events: none;
    font-size: 0.9em;
}

.mvhdico span {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 3px 5px;
    text-decoration: none;
}

.mb.hdy .mvhdico span {
    border-left: 5px solid #910000;
    background: #000;
}

.mvhdico span.vrico {
    border-left: 5px solid #FC0 !important;
    font-style: italic;
    padding-right: 7px;
}

.mvhdico i {
    pointer-events: initial;
}

.mvhdico i::before {
    content: "\e914";
    font-family: 'epicons', sans-serif;
    line-height: 15px;
    color: #fc0;
    background: #000;
    font-size: 12px;
    position: absolute;
    left: -20px;
    margin-top: 0px;
    padding: 4px 4px 3px 4px;
}

.mvhdico span,
.mvhdico60fps span {
    line-height: 16px;
}

.mbr {
    margin-right: 0px;
}

.previdthumb {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
}

.previdthumb video {
    height: 100%;
    width: 100%;
}

.mbtim,
.mbtimphoto {
    color: #999;
    font-size: 0.9em;
    float: left;
    display: block;
    width: 15%;
    box-sizing: border-box;
    padding-left: 12px;
    margin-left: 1px;
    margin-right: 10px;
    line-height: 12px;
    height: 12px;
    position: relative;
}

.mbtim:before,
.mbtimphoto:before {
    content: "\e912";
    font-family: 'epicons', sans-serif;
    color: #fc0;
    font-size: 10px;
    position: absolute;
    margin-left: -12px;
    margin-top: 0px;
}

.mbtimphoto:before {
    content: "\e915";
}

.communitymain .mb .mbtim,
.communitymain .mb .mbtimphoto,
.hdprofile .mb .mbtim,
.hdprofile .mb .mbtimphoto {
    width: 25%;
}

.mbrate {
    color: #999;
    font-size: 0.9em;
    float: left;
    display: block;
    width: 15%;
    box-sizing: border-box;
    padding-left: 12px;
    margin-right: 10px;
    line-height: 12px;
    height: 12px;
    position: relative;
}

.mbrate:before {
    content: "\e915";
    font-family: 'epicons', sans-serif;
    color: #fc0;
    font-size: 11px;
    position: absolute;
    margin-left: -12px;
    margin-top: -1px;
}

.communitymain .mb .mbrate,
.hdprofile .mb .mbrate {
    width: 25%;
}

.mbvie,
.mbviephoto {
    color: #999;
    font-size: 0.9em;
    float: left;
    display: block;
    max-width: 15%;
    box-sizing: border-box;
    text-align: right;
    padding-left: 12px;
    margin-right: 20px;
    line-height: 12px;
    height: 12px;
    position: relative;
}

.mbvie:before,
.mbviephoto:before {
    content: "\e914";
    font-family: 'epicons', sans-serif;
    color: #fc0;
    font-size: 12px;
    position: absolute;
    margin-left: -15px;
    margin-top: 0px;
}

.mbvie img {
    border: 0px;
}

.communitymain .mb .mbvie,
.hdprofile .mb .mbvie {
    width: 25%;
}

.mb-uploader {
    color: #999;
    font-size: 0.9em;
    float: right;
    display: block;
    box-sizing: border-box;
    width: 30%;
    line-height: 12px;
    height: 12px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-uploader a {
    color: #999;
    text-decoration: underline;
}

.mb-uploader.ischannel a {
    color: #fc0;
    padding-left: 12px;
}

.mb-uploader.ischannel a::before {
    font-family: 'epicons', sans-serif;
    content: "\e90d";
    color: inherit;
    margin-right: 0px;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.communitymain .mb .mb-uploader,
.hdprofile .mb .mb-uploader {
    display: none;
}

.mbtitle {
    width: 160px;
    margin-bottom: 1px;
}

.titlemain {
    width: 190px;
    height: 15px;
    margin-bottom: 1px;
}

.title a {
    font-size: 12px;
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}

.titlemain a {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.mbphoto {
    font-size: 11px;
    text-align: left;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    width: 16.15%;
    margin: 0 .25% 0;
    margin-bottom: 20px;
}

.mbphoto a {
    height: 150px;
    overflow: hidden;
    display: block;
    margin-left: 0px;
}

.mbphoto img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
}

.plexcontainer .mbphoto img {
    max-height: 100%
}

#mainphotos .mbphoto img {
    height: 100%;
}

.mbphoto2 {
    border: 0px solid #666;
    font-size: 11px;
    text-align: left;
    cursor: pointer;
    background: #000;
    position: relative;
}

.mbphoto2 a {
    overflow: hidden;
    display: block;
    margin-left: 0px;
}

.mbphoto2 img {
    display: block;
    margin: 0 auto;
}

.mbphoto2 img:hover {}

.mbphoto2_galleryico {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    background: #fff;
    padding: 0px 4px 1px 20px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #000;
}

.mbphoto2_galleryico:before {
    content: "\e911";
    font-family: 'epicons', sans-serif;
    color: #000;
    font-size: 14px;
    position: absolute;
    margin-top: 1px;
    margin-left: -15px;
}

.mbphoto2_playlistico {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    color: #000;
    background: #fff;
    padding: 0px 10px 1px 25px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #000;
}

.mbphoto2_playlistico:before {
    content: "\e924";
    font-family: 'epicons', sans-serif;
    color: #000;
    font-size: 14px;
    position: absolute;
    margin-top: 1px;
    margin-left: -20px;
}

#container.photosgrid {
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
    column-count: initial !important;
}

#container.photosgrid,
.streameventsday.photosgrid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: min-content;
}

#container .mbphoto2,
.streameventsday.photosgrid .mbphoto2,
.streameventsday.photosgrid .mbphoto {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px;
}

#container .mbphoto2 img,
.streameventsday.photosgrid .mbphoto2 img,
.streameventsday.photosgrid .mbphoto img {
    width: 100%;
    height: auto;
}

#container .mbphoto2 video,
.streameventsday.photosgrid .mbphoto2 video,
.streameventsday.photosgrid .mbphoto video {
    width: 100%;
    height: auto;
}

.streameventsday .mbphoto a {
    height: initial;
}

.photogifcontainer {
    width: 100%;
    height: auto;
}

.photogifcontainer video {
    width: 100%;
    height: auto;
    margin-left: -50%;
    max-height: 100%
}

@media screen and (max-width:1600px) {
    #content.photoslist {
        width: 1230px;
    }
}

@media screen and (max-width:1280px) {
    #content.photoslist {
        width: 920px;
    }
}

@media screen and (max-width:970px) {
    #content.photoslist {
        width: 610px;
    }
}

.mbtitphoto {
    color: #FFF;
    position: relative;
    margin-top: -18px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 100%;
    line-height: 20px;
    border-top: 1px solid #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.mbtitphoto2 {
    color: #FFF;
    position: relative;
    margin-bottom: 0px;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 100%;
    line-height: 20px;
    border-top: 0px solid #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    z-index: 2;
}

#mainphotos .mbtimphoto,
#mainphotos .mbviephoto {
    display: none;
}

.mbtimphoto {
    color: #999;
    margin-top: 5px;
    float: left;
    display: block;
    width: 70px;
    margin-left: 5px;
    padding-left: 12px;
    line-height: 12px;
    height: 12px;
}

.mbtimphoto span {
    color: #FC0;
}

.mbviephoto {
    color: #999;
    margin-top: 5px;
    float: right;
    display: block;
    padding-right: 5px;
    padding-left: 12px;
    text-align: right;
    line-height: 12px;
    height: 12px;
}

.mbviephoto span {
    color: #FC0;
}

.mbtimphoto2 {
    color: #999;
    margin-top: 5px;
    float: left;
    display: block;
    width: 85px;
    margin-left: 5px;
    padding-left: 12px;
    display: none;
    line-height: 12px;
    height: 12px;
}

.mbtimphoto2 span {
    color: #FC0;
}

.mbviephoto2 {
    color: #999;
    margin-top: 5px;
    float: right;
    display: block;
    padding-right: 5px;
    padding-left: 12px;
    text-align: right;
    display: none;
    line-height: 12px;
    height: 12px;
}

.mbviephoto2 span {
    color: #FC0;
}

#cinemablack {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    display: none;
}

#boxmessage {
    z-index: 1000001;
    border: 1px solid #333333;
    background: url(../##/new/lform.jpg) top left #141414 no-repeat;
    padding: 30px;
    display: block;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 60px;
    height: 60px;
    max-width: 400px;
    text-shadow: #000 1px 1px;
    position: relative;
    display: none;
}

#boxmessage input {
    margin-top: 20px;
    height: 20px;
    width: 200px;
    background: #666;
    border: 0px;
    width: 120px;
    cursor: pointer;
}

.boxmessageclose {
    position: absolute;
    margin-top: -40px;
    right: 0;
    margin-right: -12px;
    z-index: 1000002;
}

.boxmessageclose:before {
    content: url('../##/new/reply-close.png');
}

.boxmessageclosedel {
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0px;
    padding: 0px;
    z-index: 12;
    cursor: pointer;
}

.boxmessageclosedel:before {
    content: "\2716";
    color: #000;
    font-size: 20px;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    background: #ae0000;
    border-radius: 2px;
    top: 0px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    display: inline-block;
}

.boxchangethumbnail {
    position: absolute;
    top: 5px;
    left: 37px;
    margin: 0px;
    padding: 0px;
    z-index: 12;
    cursor: pointer;
}

.boxchangethumbnail:before {
    font-family: "epicons";
    -webkit-font-smoothing: antialiased;
    content: "\e992";
    color: #000;
    font-size: 17px;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    background: #ae0000;
    border-radius: 2px;
    top: 0px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    display: inline-block;
}

#content.hdpvideo {
    margin-top: 0px;
    max-width: 1590px;
}

#relateddiv .mb,
#relateddiv .mbphoto {
    display: none;
}

#relateddiv.fullrelated .mb,
#relateddiv.fullrelated .mbphoto {
    display: block !important;
}

#relateddiv.relatedshowall .mb,
#relateddiv.relatedshowall .mbphoto {
    display: block;
}

#relateddiv .mb:nth-of-type(-n+12),
#relateddiv .mbphoto:nth-of-type(-n+12) {
    display: block;
}

#relateddiv p.relatedtext {
    margin: 0px;
    color: #CCC;
    padding: 0px 0px 10px 3px;
    margin-top: -5px;
}

#relateddiv p.relatedtext span {
    font-weight: bold;
}

#relateddiv p.relatedtext a {
    color: inherit;
    text-decoration: underline;
}

#moviexxx.photovertical #gridphoto {
    width: 100%;
}

#moviexxx.photovertical #gridholder {
    display: none;
}

#moviexxx.photohorizontal #gridholder {
    display: none;
}

#EPvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1200px) {
    #gridphoto {
        float: none;
        width: 100%;
    }

    #gridholder {
        float: none;
        width: 100%;
    }

    .gridbox {
        width: 14%;
        margin-right: 1%;
    }

    #movieupload {
        display: none;
    }
}

@media screen and (min-width:1000px) and (min-height:540px) {
    #moviexxx.photovertical #gridphoto {
        width: 70%;
    }

    #moviexxx.photovertical #gridholder {
        display: block;
        width: 30%;
    }

    #moviexxx.photovertical #gridholder .gridbox {
        width: 100%;
    }

    #moviexxx.photovertical #gridholder .gridbox:nth-last-child(-n+9) {
        display: none !important;
    }

    #relateddiv .mb {
        width: 24.5% !important;
        max-width: 24.5% !important;
        height: auto !important;
    }

    #relateddiv .mbphoto {
        width: 24.5% !important;
        max-width: 24.5% !important;
    }

    #relateddiv .mbphoto:nth-last-child(-n+2) {
        display: block !important;
    }

    .cutscenesbox {
        width: 32.5% !important;
    }

    .pslast {
        width: 35% !important;
    }

    .uptabcatinp {
        width: 19% !important;
    }
}

@media screen and (min-width:1200px) and (min-height:660px) {
    #moviexxx.photovertical #gridphoto {
        width: 50%;
    }

    #moviexxx.photovertical #gridholder {
        width: 50%;
    }

    #moviexxx.photovertical #gridholder .gridbox {
        width: 31.3%;
    }

    #moviexxx.photohorizontal #gridholder {
        display: block;
    }

    #moviexxx.photohorizontal #gridphoto {
        width: 70% !important
    }

    #moviexxx.photovertical #gridholder .gridbox:nth-last-child(-n+9) {
        display: block !important;
    }

    #relateddiv .mbphoto {
        width: 19.45% !important;
        max-width: 19.45% !important;
    }

    #relateddiv .mb {
        width: 19.45% !important;
        max-width: 19.45% !important;
        height: auto !important;
    }

    #relateddiv .mb:nth-of-type(-n+12),
    #relateddiv .mbphoto:nth-of-type(-n+12) {
        display: none;
    }

    #relateddiv .mb:nth-of-type(-n+10),
    #relateddiv .mbphoto:nth-of-type(-n+10) {
        display: block;
    }

    .cutscenesbox {
        width: 24.5% !important;
    }
}

@media screen and (min-width:1650px) and (min-height:880px) {
    #moviexxx.photovertical #gridholder .gridbox:nth-last-child(-n+3) {
        display: none !important;
    }

    #relateddiv .mbphoto {
        width: 16.15% !important;
        max-width: 16.15% !important;
    }

    #relateddiv .mbphoto:nth-last-child(-n+1) {
        display: block !important;
    }

    #relateddiv .mb {
        width: 16.15% !important;
        max-width: 16.15% !important;
        height: auto !important;
    }

    #relateddiv .mb:nth-of-type(-n+12),
    #relateddiv .mbphoto:nth-of-type(-n+12) {
        display: block;
    }

    .cutscenesbox {
        width: 16.15% !important;
    }
}

#movieplayer-left {
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 20px;
    width: 100%;
}

#vidcontent {
    margin-bottom: 10px;
}

#movieplayer-box {
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

#movieplayer-box-adv {
    width: 300px;
    max-height: 760px;
    background-color: #000;
    z-index: 9999;
    position: relative;
    float: right;
    width: 300px;
    max-width: 338px;
    min-height: 1px;
    text-align: center;
    margin-left: 4px;
    box-shadow: 0 0 3px #FFF;
    background-color: #000;
}

#movieplayer-box-adv-iframe {
    width: 300px;
    max-height: 760px;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    background: #000;
    z-index: 9999;
    box-shadow: 0 0 3px #FFF;
}

#movieplayer-box-adv.photoAdv {
    height: 505px;
    overflow: hidden;
}

.movieplayer-box-adv-box {
    width: 300px;
    height: 250px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #333;
}

#playerContextMenu {
    display: none;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.9);
    color: #ccc;
}

#playerContextMenu span {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

#playerContextMenu span i {
    padding-right: 10px;
}

#playerContextMenu span:hover {
    background: rgba(255, 255, 255, 0.3);
}

#playerContextMenu .pCM_about {
    cursor: default;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 5px;
    margin-top: 5px;
}

#playerContextMenu .pCM_about:hover {
    background: none;
}

.switchplayer a {
    color: #c00 !important;
    text-decoration: blink !important;
    text-transform: uppercase;
    border: 1px solid #970000;
    padding-left: 2px;
    padding-right: 2px;
}

.switchplayer2 a {
    color: green !important;
    text-decoration: blink !important;
    text-transform: uppercase;
    border: 1px solid green;
    padding-left: 2px;
    padding-right: 2px;
}

#inpdiv {
    position: relative;
    padding: 10px;
    padding-top: 7px;
    background: #000000;
    border: 1px solid #333;
    display: none;
    position: absolute;
    z-index: 9999;
    font-size: 10px;
}

#inpdiv span {
    color: #CCC;
    font-size: 10px;
    display: block;
    padding: 0px;
    padding-bottom: 2px;
    margin: 0px;
    text-transform: uppercase;
}

#inpdiv a {
    background: #FC0;
    position: absolute;
    margin-top: 20px;
    margin-left: -50px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #FFF;
    background: #222;
    border: 2px solid #333;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 14px;
}

#inpdiv a:hover {
    border: 2px solid #383838;
    background: #282828;
    color: #c00;
}

#inpdiv a:active {
    margin-top: 25px;
}

#inpdivresume {}

#inpdivresume a {
    position: absolute;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 100px;
    line-height: 30px;
    text-decoration: none;
    color: #FFF;
    background: #222;
    border: 2px solid #333;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 14px;
}

#inpdivresume a:hover {
    border: 2px solid #383838;
    background: #282828;
    color: #c00;
}

#inpdivresume a:active {
    margin-top: 25px;
}

.boxmessagecloseinp {
    position: absolute;
    margin-top: -20px;
    right: 0;
    margin-right: -15px;
    z-index: 1000002;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #000;
    cursor: pointer;
}

.boxmessagecloseinp:before {
    content: url('../##/new/reply-close2.png');
}

#mediaspace {
    z-index: 1;
}

#movieplayer-right {
    width: 300px;
    height: 760px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 2;
}

#moviexxx {
    width: auto;
    color: #FFF;
    font-size: 30px;
    height: 100%;
    position: relative;
    max-width: 1280px;
    max-height: 720px;
}

#moviexxx.hdppadding {
    padding-top: 56.25%;
}

#moviexxx-photo {
    background: blue;
    color: #FFF;
    font-size: 30px;
    position: relative;
}

#vjs-inplayer-container {}

#vjs-inplayer-container.notShow {
    display: none !important;
}

#vastAdTitle {
    top: 0px;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 2.8em;
    font-size: 1.3em;
}

#vastAdTitle span {
    color: #FFF;
}

#vastAdTitle a {
    color: #FC0;
}

#gridphoto {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

#gridholder {
    width: 50%;
    float: left;
}

#gridphoto-gallery-link {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    width: 180px;
    background: #000;
    color: #fff;
    display: block;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid #333;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    font-size: 14px;
}

#gridphoto-gallery-link a {
    color: #fff;
    text-decoration: underline;
}

.gridbox {
    width: 31.3%;
    margin: 0px 0px 2% 2%;
    overflow: hidden;
    float: left;
}

.gridbox a {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden !important;
}

.gridbox a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.gridboxpulse:hover {
    animation: pulse 1.5s infinite;
}

#gridphoto .mainphoto {
    max-width: 100%;
}

#gridphoto .photohref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.aspectholder {
    max-height: 660px;
    max-width: 880px;
}

#moviexxx.photohorizontal .gridbox {
    width: 47.3%;
}

#moviexxx.photohorizontal #gridphoto {
    width: 100%;
}

#moviexxx.photohorizontal #gridholder {
    width: 30%;
}

#moviexxx.photohorizontal #gridphoto img {
    width: 100%;
}

.photohoverinfo {
    z-index: 1000;
    width: 100%;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
    text-shadow: 0px 0px 5px #000;
    opacity: 0.5;
}

.photobitleft {
    width: 40px;
    height: 60px;
    display: block;
    z-index: 1000;
    float: left;
    position: absolute;
    left: 0;
    background: #000;
    color: #fff;
}

.photobitleft a span {
    line-height: 60px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
}

.photobitright {
    width: 40px;
    height: 60px;
    display: block;
    z-index: 1000;
    float: right;
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
}

.photobitright a span {
    line-height: 60px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
}

#socialer {
    height: 30px;
    line-height: 30px;
    padding: 4px;
    margin-top: 10px;
    border-bottom: 1px solid #640505;
    border-top: 1px solid #be3333;
    background: #ae0000;
}

#uvpmenu {
    margin-top: 10px;
}

#cppbandesk {
    display: block;
    margin-bottom: 15px;
}

#cppbanmobi {
    display: none;
}

#cinemaviews1 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: lighter;
    float: left;
    color: #fff;
    margin-right: 20px;
}

#cinemaviews2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: lighter;
    float: left;
    color: #fff;
    margin-right: 20px;
    display: none;
}

#likeclick {
    float: left;
}

#likeclick i {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.likeup {
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    cursor: pointer;
    padding-left: 26px;
    float: left;
    position: relative;
    background: #333;
    color: #fff;
    transition: all 0.2s !important;
    overflow: hidden;
}

.likeup:before {
    font-family: "epicons";
    font-size: 18px;
    line-height: 30px;
    content: "\e90c";
    color: #FFF;
    position: absolute;
    top: -2px;
    left: 6px;
}

.likeup:hover:before {
    color: #FC0;
}

.likedown {
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    cursor: pointer;
    padding-left: 26px;
    float: left;
    position: relative;
    background: #333;
    color: #fff;
    margin-left: 10px;
    margin-right: 30px;
    transition: all 0.2s !important;
    overflow: hidden;
}

.likedown:before {
    font-family: "epicons";
    font-size: 18px;
    line-height: 30px;
    content: "\e90b";
    color: #fff;
    position: absolute;
    top: -1px;
    left: 6px;
}

.likedown:hover:before {
    color: #FC0;
}

.likevoted:before {
    color: #FC0;
}

#playlistlike {
    float: left;
    width: 110px;
}

#playlistlike .likedown {
    margin-left: 3px;
    margin-right: 0px;
}

#playlistlike #likeclick div {
    height: 28px;
}

#uvmnew {
    float: left;
    line-height: 30px;
}

#uvmnew span {
    line-height: 30px;
    height: 30px;
    background: #ae0000;
    color: #fff;
    float: left;
    position: relative;
    padding: 0px 12px;
    padding-left: 28px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.2s !important;
}

#uvmnew span:hover {
    background: #800000;
}

#uvmnew span:before {
    font-family: 'epicons', sans-serif;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: 8px;
}

#uvmnew span i {
    font-style: normal;
}

#uvmnew span small {
    font-style: normal;
    text-decoration: none;
    display: none;
}

#likeclick small {
    font-style: normal;
    text-decoration: none;
    display: none;
}

.uvmspn1:before {
    content: "\f086";
}

.uvmspn2:before {
    content: "\e911";
}

.uvmspn3:before {
    content: "\e902";
}

.uvmspn4:before {
    content: "\e90a";
}

.uvmspn5:before {
    content: "\e922";
    font-size: 24px !important;
    top: -1px;
}

.uvmspn6:before {
    content: "\e903";
}

.uvmspn7:before {
    content: "\e900";
}

.uvmspn8:before {
    content: "\e902";
}

.uvmspn5 i {
    padding-left: 5px;
}

#rateinfo {
    line-height: 36px;
    display: block;
}

#likebar {
    height: 4px;
    background: #333;
    width: 100%;
    margin-top: 3px;
}

#likebarprogress {
    background: #ae0000;
    height: 4px;
}

#rating {
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
    margin-right: 15px;
    display: block;
}

#ratingValue {
    display: inline-block;
}

#ratingCount {
    display: inline-block;
}

#sharediv {
    line-height: 32px;
    clear: both;
    border: 1px solid #333;
}

#sharediv .textare1 {
    width: 45%;
    margin-left: 20px;
}

#sharediv .textare2 {
    width: 45%;
}

#statisticsdiv {
    clear: both;
    border: 1px solid #333;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

#statisticsdiv canvas {
    margin-bottom: -40px;
}

#modal-save-to {
    background: #333;
    color: #ccc;
    max-width: 350px;
    margin: auto;
    display: none;
}

#modal-save-to li {
    height: 30px;
    line-height: 23px;
}

#modal-save-to ul {
    list-style: none;
    padding: 10px 20px 5px 20px;
    margin: 0px;
}

#modal-save-to ul input[type="checkbox"] {
    float: left;
    position: relative;
    width: 1.2em;
    height: 1.2em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

#modal-save-to ul input[type="checkbox"]::before {
    position: absolute;
    content: '✔';
    display: block;
    font-size: 10px;
    left: 3px;
}

#modal-save-to ul input[type="checkbox"]:checked {
    color: #fff;
    border-color: #06842c;
    background: #06842c;
}

#modal-save-to ul input[type="checkbox"]:checked::before {
    opacity: 1;
}

#modal-save-to ul input[type="checkbox"]:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#modal-save-to ul label {
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    color: #ccc;
    padding: 0 0.25em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#modal-save-to ul label::before {
    position: absolute;
    top: -5px;
    content: attr(data-content);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    -webkit-text-decoration-color: #363839;
    text-decoration-color: #363839;
    -webkit-transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#modal-save-to ul input[type="checkbox"]:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#modal-save-to .modal-create-new-body select option {
    background-color: #f5f5f5 !important;
    color: #808080 !important;
}

#modal-save-to {
    max-height: 300px;
    overflow: auto;
}

#modal-save-to .modal-head {
    border-bottom: 1px solid #222;
    padding: 20px;
    position: relative;
}

#modal-save-to .modal-body {
    border-bottom: 1px solid #222;
}

#modal-save-to .modal-save-to-list {}

#modal-save-to .modal-foot {
    padding: 20px;
}

#modal-save-to .modal-create-new-head {
    cursor: pointer;
}

#modal-save-to .modal-plus {
    background: #fff;
    color: #000;
    margin-right: 5px;
    font-style: normal;
    padding: 0 2px;
}

#modal-save-to .modal-head-x {
    float: right;
    cursor: pointer;
    font-size: 25px;
    padding: 5px;
    position: absolute;
    right: 12px;
    top: 6px;
}

#modal-save-to .modal-create-new-body {
    display: none;
    padding-bottom: 40px;
}

#modal-save-to .modal-create-new-body input[type="text"] {
    background: #333;
    color: #808080;
    border: 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 4px;
}

#modal-save-to .modal-create-new-body input::placeholder {
    color: #707070;
    opacity: 1;
}

#modal-save-to .modal-create-new-body select {
    color: #808080;
    background: #333;
    border: 0px;
    outline: 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -3px;
}

#modal-save-to .modal-create-new-body select option {
    background: #666;
    color: #fff;
}

#modal-save-to .modal-foot button {
    border: 0px;
    background: #AE0000;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 10px 6px 10px;
    float: right;
    margin-top: 20px;
}

#downloaddiv {
    line-height: 32px;
    clear: both;
    border: 1px solid #333;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}

#modivorate {
    color: #FFF;
    text-align: left;
}

#embright textarea {
    border: 1px solid #333;
    color: #FFF;
    background: #000;
    padding: 5px;
    font-size: 11px;
    width: 100%;
    margin-bottom: 5px;
}

#embright .textare1 {
    float: left;
}

#embright .textare2 {
    float: left;
    padding-left: 40px;
}

#embright span {
    display: block;
    color: #666;
}

#embright object {
    border: 1px solid #FFF;
}

#addthisdiv {
    display: block;
    clear: both;
}

#reportdiv {
    padding: 10px 20px 40px 20px;
    margin-bottom: 20px;
    clear: both;
    width: auto;
    vertical-align: top;
    overflow-x: auto;
    border: 1px solid #333;
    ;
    color: #999
}

#reportdiv label {
    padding-left: 10px;
}

#reportdiv label input {
    margin: 0px;
    margin-top: 1px;
    vertical-align: sub;
    margin-right: 10px;
}

#reportdiv span {
    font-size: 10px;
    color: #999;
    display: block;
}

#reportdiv textarea {
    width: 388px;
    height: 80px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    background: #333;
    color: #FFF;
}

#reportdiv .eml {
    width: 388px;
    height: 30px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    background: #333;
    color: #FFF;
    font-size: 10px;
}

#reportdiv form {
    margin: 0px;
    padding: 0px;
}

#reportdiv .uvpheading {
    color: #C00;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}

#reportdiv .repdivcol {
    width: 40%;
    float: left;
    vertical-align: top;
}

#hd-porn-tags {
    border-left: 1px solid #333;
    padding-left: 40px;
    line-height: 20px;
    font-size: 12px;
}

#hd-porn-tags a {
    color: #FC0;
    padding-bottom: 5px;
    margin-right: 2px;
}

#hd-porn-tags strong {
    color: #FFF;
}

#hd-porn-tags table {
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
}

#hd-porn-tags td {
    border-bottom: 1px solid #161616;
}

.suggestbtn {
    background: #fc0;
    color: #000 !important;
    text-decoration: none;
    padding-right: 3px;
    padding-bottom: 0px !important;
}

.suggestbtn span {
    border-right: 1px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 3px;
    border-bottom: 5px solid #111;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    background: #d2a800;
}

.bordertrianglesuggest {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    margin-top: -8px;
    margin-left: 10px;
}

.suggest-pornstar-head {
    line-height: 18px;
    background: #111;
    padding: 10px;
}

.suggest-pornstar-head span {
    font-weight: bold !important;
    color: #FFF !important;
}

.suggest-pornstar-head a {
    float: right;
    text-decoration: none;
    font-weight: bold;
    background: #ae0000;
    color: #000;
    padding: 2px 10px;
}

.suggest-pornstar-body {
    padding: 10px;
}

.suggest-pornstar-body hr {
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
}

.suggprndiv {
    border-top: 1px solid #252525;
    background: #282828;
    padding: 10px;
    padding-bottom: 10px !important;
    clear: both;
}

.suggprndiv p {
    padding: 0px;
    margin: 0px;
}

.suggprndiv input {
    padding: 0px !important;
}

#suggest-description-box input {
    padding: 0px !important;
    margin-left: 0px;
}

#suggest-description-box textarea {
    display: block;
    margin-top: 10px;
    width: 90%;
}

#suggest-description-box.animate {
    animation: pulse 1.5s infinite;
    animation-iteration-count: 5;
}

#suggest-description-box .descriptionusertext {
    display: block;
    margin-bottom: 20px;
    float: none;
}

#suggest-pornstar-box,
#suggest-category-box,
#suggest-description-box {
    border: 1px solid #333;
    margin-top: 15px;
    background: #333;
}

.descselected {
    font-weight: bold;
    color: #FFF;
    background: rgba(255, 204, 0, 0.1);
    padding: 0px 10px 0px 0px;
}

.descriptionusertext .moderated {
    color: #888;
    padding: 0px;
    margin: 0px;
}

.suggcolumnleft {
    float: left;
    min-width: 230px;
    clear: right;
}

.suggcolumnright {
    float: right;
}

.token-input-list-facebook {
    width: 70% !important;
    border: 0px;
    margin-top: 10px !important;
    display: block !important;
    float: left !important;
    font-size: 12px !important;
    padding: 0 0 0 0 !important;
}

.suggest-pornstar-submit {
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px !important;
    width: 100px !important;
    margin-top: 10px;
    line-height: 20px !important;
    background: #FC0 !important;
    border: 0px !important;
}

#hd-porn-dload {
    padding-left: 40px;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
}

#hd-porn-dload a {
    color: #FC0;
    margin-right: 5px;
    font-weight: normal;
    margin-left: 20px;
}

#hd-porn-dload .dloaddivcol {
    width: 100%;
    vertical-align: top;
}

#hd-porn-dload .dloaddivcol u {
    display: inline-block;
    width: 132px;
    text-decoration: none;
}

#hd-porn-dload img {
    width: 12px;
    height: 12px;
}

.tag-cloud a {
    margin-right: 10px;
}

#reportdivclose {
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
}

.thuminitime {
    position: absolute;
    background-color: #CC0000;
    color: #FFF;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 75px;
}

#cutscenes {
    background: #090909;
    border: 1px solid #333;
    margin-top: 20px;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0px;
}

#cutscenes p {
    color: #FFF;
    font-size: 15px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px;
}

.cutscenesbox {
    width: 32.5%;
    margin: 0% .25%;
    float: left;
    position: relative;
}

.cutscenesbox img {
    width: 100%;
    height: auto;
}

.thuminitime2 {
    position: absolute;
    background-color: #CC0000;
    color: #FFF !important;
    padding-left: 2px;
    padding-right: 2px;
    bottom: 5px;
}

#relateddiv {
    background: #090909;
    border: 1px solid #333;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

#relateddiv h5 {
    color: #FFF;
    font-size: 15px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
}

#relateddiv .mbphoto img {
    object-fit: cover;
    height: 100%;
}

#relateddivphoto {
    background: #090909;
    border: 1px solid #333;
    margin-top: 20px;
    display: block;
    height: auto;
    padding-left: 20px;
    float: right;
}

#relateddivphoto h5 {
    color: #FFF;
    font-size: 15px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px;
}

#relateddivphoto .mbphoto {
    margin-right: 20px;
}

#morerelated,
.hiddenfooter {
    clear: both;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    background: #333;
    border: 1px solid #444;
    line-height: 28px;
    padding: 0 20px 0;
    color: #ccc;
    cursor: pointer;
}

.mobile-hide {
    display: inline-block;
}

.mobile-show {
    display: none;
}

#commentdiv {
    background: #090909;
    border: 1px solid #333;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}

#commentdiv span.commentstitle {
    color: #FFF;
    font-size: 1.5em;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    display: block;
}

#commentdivleft {
    width: 45%;
    float: left;
}

#commentdivleft p {}

#commentdivright {
    width: 50%;
    float: right;
    border-left: 1px solid #333;
    padding-left: 50px;
}

.commbox {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 60px;
}

.commbox span {
    color: #FC0;
    font-size: 15px;
    display: inline-block;
    font-weight: 100;
}

.commbox span a {
    color: #FC0;
    text-decoration: none;
}

.commbox p {
    color: #CCC;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    font-size: 1.2em;
    line-height: 1.6em;
}

.commbox p.moderated {
    color: #444;
    padding: 0px;
    margin: 0px;
}

.commbox a {}

.commbox p a {
    color: #FFF;
    text-decoration: none;
}

.commboxtime {
    display: block;
    text-align: right;
}

.commboxtime small {
    color: #666;
    font-weight: normal;
}

.commboxtime .flag {
    margin-left: 5px;
}

.commboxtime .flag:hover .flaginfo {
    display: block;
    z-index: 1000000;
}

.commboxtime .flag .flaginfo {
    display: none;
    position: absolute;
    display: none;
    margin-top: -22px;
    text-align: left;
    padding: 4px;
    line-height: 10px;
    background-color: #640f0f;
    border: 1px solid #c60000;
    color: #FFFFFF;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}

.gender {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
}

.male {
    width: 12px;
    height: 12px;
    background-size: 10px 10px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACFAAAAhQHi7P/BAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAH5QTFRF////AP//gP//RtHoVb/qScjtS8PwTczyT8rtT8jtTcrtT8buUsfwUsjtT8nuUMfuUMnvT8fwT8nvT8jvUcnvUcnwT8jwUcjvUcfwUMjuUMjvT8nvUMjwUMjuUMjvUMnvUMjvUMjvUMjvUMjvUMjvUMjvUMjvUMjvUMjvUMjvqZIvSgAAACl0Uk5TAAECCwwOERQdKistMjg9SVBXXmFydXh+hZmjpLa4u8XZ3uvu8fP1+f45V7DAAAAAjklEQVQYGQXBC0JBAQAAwZGKCCFEH+VV2vtfsBkAFlUFwKKqALh/ev6pwGS1md14HPopTN+rLvuh4blYftffb9Xw+FRuv7qsx6OHt9q7Xywcus7BW5cb+OgIPNQMhrbA6LcNfLYDxn+t4LXzCKxrAqt6GWF+6R041Xm3PV77ngJ3p6r6WgJYvX4OH4db4B9lpxDyKH5fxAAAAABJRU5ErkJggg==');
}

.female {
    width: 12px;
    height: 12px;
    background-size: 10px 10px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IArs4c6QAAABVQTFRFb3Jt7yfV8SfX8CjW7ynV8SnX8CrWeoxhngAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAACXBIWXMAAACIAAAAiAHr3JJSAAAAB3RJTUUH4QwLEQQxK2sE/gAAAFlJREFUCNdFTVEKgFAIWz3sAl2gIxirLtAFHkT/Qfe/QzqEBN2YugGAnTdUJPfERid7Cg7MniTV2E1HESNK1mr7b0Z9RV9hwpdplxXiEMMeBbASVy4iDSb8AB+GCuqxAWrLAAAAAElFTkSuQmCC');
}

.gender:hover .gendertype {
    display: block;
    z-index: 1000000;
}

.gender .gendertype {
    display: none;
    position: absolute;
    display: none;
    margin-top: -22px;
    text-align: left;
    padding: 4px;
    line-height: 10px;
    background-color: #640f0f;
    border: 1px solid #c60000;
    color: #FFFFFF;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}

.commboxprofile {
    float: left;
    margin-left: -60px;
    margin-right: 10px;
    border: 1px solid #ccc;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
}

.commboxprofile img {
    width: 100%;
    height: 100%;
}

.avat-col1 {
    background: rgba(144, 53, 50, 1);
}

.avat-col2 {
    background: rgba(187, 80, 47, 1);
}

.avat-col3 {
    background: rgba(200, 109, 54, 1);
}

.avat-col4 {
    background: rgba(167, 137, 65, 1);
}

.avat-col5 {
    background: rgba(166, 139, 109, 1);
}

.commboxvotebar {
    margin-bottom: 10px;
    margin-top: 5px;
}

.commboxvotebar a {
    color: #888;
}

.commboxvotebarleft {
    background: #2F2F2F;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.commboxvotebarleft .votegreen,
.commboxvotebarleft .votered {
    width: 30px;
    display: inline-block;
    text-align: center;
}

.commboxvotebarleft .commboxvote {
    padding-right: 0px;
    border-right: 0px;
}

.commboxvote .votegreen {
    color: #000;
    background: #009F00;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.commboxvote .votered {
    color: #000;
    background: red;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.commboxvote {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #333;
    padding-right: 10px;
}

.upvotebtn {
    color: #FFF;
    font-family: "epicons";
    text-decoration: none;
    padding-right: 5px;
    display: inline-block;
}

.upvotebtn:before {
    content: "\e90c";
    font-size: 14px;
}

.downvotebtn {
    color: #FFF;
    font-family: "epicons";
    text-decoration: none;
    padding-right: 5px;
    display: inline-block;
}

.downvotebtn:before {
    content: "\e90b";
    font-size: 14px;
}

.repvotebtn {
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.repvotebtn:before {
    content: "\e910";
    font-size: 14px;
    font-family: "epicons";
}

.repvotebtn div {
    font-size: 8px;
    display: inline-block;
    padding-left: 3px;
    position: absolute;
    font-weight: bold;
    padding-top: 5px;
    color: #888 !important
}

.cvoted {
    color: #FFF !important
}

#replydiv {
    padding-left: 10px;
    padding: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: none;
    color: #FFF;
    position: relative;
    border: 1px solid #666 !important
}

.bordertriangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #666;
    position: absolute;
    margin-left: -21px;
    margin-top: -3px;
    z-index: 1;
    text-align: left;
}

.bordertriangle div {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    margin-left: -12px;
    margin-top: -10px;
    z-index: 2;
    text-align: left;
}

#replydiv span {}

.replydivex {
    float: right;
    text-decoration: none !important;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
}

.replydivex:before {
    content: "\2716";
    font-size: 3em;
    color: #C00;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
}

#showcommentmore {
    line-height: 30px;
    height: 30px;
}

#showcommentmore a {
    color: #999;
    text-decoration: none;
}

#commenthrefwrite {
    margin: 0px 0px 40px 0px;
    font-weight: 100;
    color: #FFF;
    font-size: 15px;
    padding: 0px;
    text-decoration: none;
}

#commentform {
    margin-top: 10px;
    float: left;
    width: 340px;
}

#commentform small {
    color: #CCC;
    font-size: 1em;
    line-height: 30px;
}

#commentform .cinp1 {
    background: #040404;
    border: 1px solid #ae0000;
    color: #999;
    max-width: 700px;
    width: 95%;
    height: 100px;
    padding: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.cinp1 {
    background: #040404;
    border: 1px solid #ae0000;
    color: #999;
    width: 323px;
    padding: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
}

#commentform input[type="submit"] {
    background: #333;
    border: 1px solid #444;
    line-height: 28px;
    margin-top: 5px;
    padding: 0 20px 0;
    color: #ddd;
    cursor: pointer;
}

#commentform-add {
    float: right;
    margin-top: 30px;
    width: 470px;
    height: 100px;
    display: block;
}

.doyouknowtexttitle {
    margin-bottom: 20px !important;
    font-weight: 100;
    color: #FFF;
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.doyouknowtext {
    color: #999;
    margin: 12px 30px;
    font-size: 1.2em;
    position: relative;
}

.doyouknowtext::before {
    color: #ccc;
    position: absolute;
    margin-left: -30px;
    top: -10px;
    content: '\201D';
    color: #454545;
    font-size: 4em;
}

.hdptopstory {}

.hdptopstory a {
    color: #FC0;
    margin-right: 10px;
}

.hdptopstory span {
    color: #666;
}

.topcommentstexttitle {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    font-weight: 100;
    color: #FFF;
    font-size: 15px;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    border-top: 1px solid #333;
}

.topcommentsblock {
    color: #FFF;
    margin-bottom: 40px;
    color: #999;
    word-break: break-word;
}

.topcommentsblock p {
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    position: relative;
    margin-bottom: 5px;
    color: #FFF;
}

.topcommentsblock p:before {
    color: #ccc;
    position: absolute;
    margin-left: -20px;
    top: -10px;
    content: '\201D';
    color: #454545;
    font-size: 3em;
}

.topcommentsblock a {
    color: #666;
}

#page-left {
    float: left;
    width: 100%;
}

#page-right {
    width: 300px;
    height: 530px;
    float: right;
}

#pagediv {
    color: #CCC;
    padding: 30px;
    border: 1px solid #333333;
}

#pagediv form {
    margin-bottom: 20px;
}

#pagediv small {
    color: #666;
}

#pagediv p {
    text-align: justify;
}

#pagediv p span {
    color: #FC0;
    text-align: justify;
}

#pagediv li {
    padding-top: 20px;
}

#pagediv a {
    color: inherit;
}

#pagediv h1 {
    margin-top: 0px;
    padding-top: 0px;
    color: #C00;
}

#pagediv h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    color: #FC0;
}

.inp1 {
    background: #040404;
    border: 1px solid #222222;
    color: #999;
    width: 212px;
    padding: 5px;
    margin-right: 20px;
}

.inp2 {
    background: #040404;
    border: 1px solid #222222;
    color: #999;
    width: 200px;
    padding: 5px;
    margin-right: 20px;
}

.inp3 {
    background: #040404;
    border: 1px solid #222222;
    color: #999;
    width: 400px;
    padding: 5px;
}

.inp4 {
    background: #040404;
    border: 1px solid #222222;
    color: #999;
    width: 400px;
    height: 200px;
    padding: 5px;
}

#page-left .accordion {
    background: rgba(255, 255, 255, 0.2);
    color: #ccc;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border: none;
    margin-bottom: 2px;
    outline: none;
    transition: 0.4s;
}

#page-left .active,
#page-left .accordion:hover {
    background: rgba(255, 255, 255, 0.3);
}

#page-left .panel {
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
    display: none;
    padding-left: 30px;
    overflow: hidden;
}

#page-left .panel a {
    color: #FC0;
}

#mainBlogPosts {
    color: #ccc;
    font-size: 1.15em;
    margin-bottom: 50px;
}

.blogPost {
    box-sizing: border-box;
    width: 48%;
    margin: 0 10px 20px 0;
    float: left;
    height: 125px;
}

.blogPost p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blogPost h5 {
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
}

.blogPost h5 a {
    color: #fff;
}

.blogPost p {
    margin: 0px;
    padding: 3px;
}

.blogPost img {
    float: left;
    margin-right: 10px;
    width: 110px;
    height: 110px;
}

#galleryheader {
    background: #000;
    border: 1px solid #666;
    padding: 10px;
    display: block;
    color: #fff;
    margin-bottom: 20px;
}

#galleryheader h1 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: uppercase;
}

#galleryheader h2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #fff;
    font-weight: bold;
}

#galleryheader p {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
}

.epwhite #galleryheader h1 {
    color: #fff;
}

.epwhite .middlerbox h2 {
    color: #404040;
}

.epwhite #galleryheader {
    background: #404040;
}

.gallery_likeup {
    height: 12px;
    width: 20px;
    position: relative;
    display: inline-block;
}

.gallery_likeup::before {
    font-family: "epicons";
    font-size: 18px;
    line-height: 30px;
    content: "\e90c";
    color: #FFF;
    position: absolute;
    top: -10px;
}

.gallery_bar {
    background: #ae0000;
    display: block;
    height: 5px;
    margin: 5px 0px;
}

.gallery_bar_in {
    background: green;
    height: 5px;
}

.gallerygrid {
    padding-bottom: 30px;
}

.gallerygrid .mbphoto2 {
    position: relative;
}

.sg_gallery_thumbs {
    background-position: center center;
    position: relative;
    margin: 0px 10px 10px 0px;
}

.sg_gallery_thumbs img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sg_gallery_thumbs {}

.sg_gallery_meta {
    position: relative;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 2px 0 0 10px;
    line-height: 16px;
    height: 16px;
    margin-top: -16px
}

.sg_gallery_meta .mbvie {
    text-align: left;
}

.sg_gallery_meta .mbrate {
    text-align: right;
    float: right;
    padding-right: 15px;
}

#content.gallerypage #middler {
    width: 100%;
    margin-bottom: 20px;
    line-height: 18px;
}

#content.gallerypage .middlerbox {
    box-sizing: border-box;
    padding: 5px 40px 0px 0px;
    float: left;
    word-wrap: break-word;
}

#content.gallerypage .middlerbox:nth-child(1) {
    width: 220px;
    padding-top: 10px;
    padding-right: 20px;
}

#content.gallerypage .middlerbox:nth-child(2) {
    min-width: 220px;
    width: 10%;
}

#content.gallerypage .middlerbox:nth-child(3) {
    min-width: 10%;
    max-width: 35%;
}

#content.gallerypage .middlerbox:nth-child(4) {
    min-width: 10%;
    max-width: 38%;
    padding-right: 0px;
}

#content.gallerypage .middlerbox:nth-child(4) .video-description {
    border: 0px;
    padding: 0px;
    background: none;
    line-height: 20px;
}

#galleryslide {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.99);
    z-index: 1000000;
}

#galleryslide-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 12;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 2px solid #ae0000;
    background: #ae0000;
    cursor: pointer;
    opacity: 0.8;
}

#galleryslide-close:before {
    content: url('../##/new/reply-close2.png');
}

#galleryslide-close:hover {
    opacity: 1;
}

#galleryslide-photo {
    height: 100%;
    text-align: center;
    padding-top: 15px;
}

#galleryslide-photo img {
    max-height: calc(100% - 280px);
    max-width: calc(100% - 300px);
}

#galleryslide-photo video {
    max-height: calc(100% - 280px);
    max-width: calc(100% - 300px);
    display: none;
}

#galleryslide-prev {
    width: 80px;
    height: 100px;
    position: absolute;
    top: 30%;
    background: #222;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 0.8;
}

#galleryslide-prev::before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #fff;
    font-size: 80px;
    position: absolute;
    margin-top: 2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#galleryslide-prev:hover {
    opacity: 1;
}

#galleryslide-next {
    width: 80px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: 0;
    background: #222;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    opacity: 0.8;
}

#galleryslide-next::before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #fff;
    font-size: 80px;
    position: absolute;
    margin-top: 2px;
}

#galleryslide-next:hover {
    opacity: 1;
}

#galleryslide-menu {
    width: 100%;
    position: absolute;
    height: 30px;
    padding: 10px 0px;
    bottom: 200px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: center;
}

#galleryslide-menu #uvpmenu {
    margin-top: 0px;
}

#galleryslide-stripe {
    width: calc(100% - 200px);
    position: absolute;
    left: 100px;
    bottom: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.galleryslide-stripe-box {
    width: 110px;
    height: 140px;
    background: #fff;
    display: inline-block;
    margin: 10px 5px;
}

.galleryslide-stripe-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.galleryslide-stripe-box.active {
    border: #AE0000 3px solid;
}

#galleryslide-stripe-prev {
    width: 80px;
    height: 140px;
    position: absolute;
    bottom: 47px;
    background: #222;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 0.8;
}

#galleryslide-stripe-prev::before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #fff;
    font-size: 80px;
    position: absolute;
    margin-top: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#galleryslide-stripe-prev:hover {
    opacity: 1;
}

#galleryslide-stripe-next {
    width: 80px;
    height: 140px;
    position: absolute;
    bottom: 47px;
    right: 0;
    background: #222;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    opacity: 0.8;
}

#galleryslide-stripe-next::before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #fff;
    font-size: 80px;
    position: absolute;
    margin-top: 25px;
}

#galleryslide-stripe-next:hover {
    opacity: 1;
}

#pagediv.apibck {
    background: #eee;
    color: #000 !important;
}

#apisidebar {
    width: 20%;
    max-width: 300px;
    box-sizing: border-box;
    display: block;
    float: left;
    padding-right: 40px;
}

#apisidebar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#apisidebar li {
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

#apisidebar li a {
    display: block;
    padding-left: 5px;
}

#apisidebar li a:hover {
    background: #e6e6e6;
    padding-left: 10px;
}

#apisidebar li.apiliheader {
    font-size: 15px;
    font-weight: bold;
    color: #777;
}

#apisidebar li.red {
    color: #c00;
}

#pagediv.contactpage {
    padding-top: 15px;
}

#pagediv.contactpage h2 {
    color: #FFF;
}

#pagediv.contactpage .cntleftside h2 {
    color: #FFF;
    border-bottom: 1px dotted #ccc;
}

#pagediv.contactpage h2.h2dotted {
    border-bottom: 1px dotted #ccc;
    display: inline;
}

.cntleftside {
    float: left;
    width: 30%;
    margin-right: 10%;
}

.cntrightside {
    float: left;
    width: 60%;
}

.cntrightside ul {
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

.cntrightside ul li {
    margin: 10px 0px 20px 0px !important;
    padding: 0px !important;
}

.work_clicker {
    cursor: pointer;
    display: inline-block;
    width: 90%;
    padding: 3px 5px 1px 5px !important;
    box-sizing: border-box;
}

.work_clicker::after {
    content: "\271A";
    float: right;
}

.hiddendiv {
    display: none;
    border: 1px solid #ae0000;
    padding: 10px;
    margin-bottom: 40px;
}

#apiinner {
    float: left;
    font-size: 14px;
    padding-left: 40px;
    border-left: 1px solid #999;
    width: 75%;
    max-width: 900px;
    box-sizing: border-box;
    line-height: 20px;
}

#apiinner h1 {
    line-height: 30px;
}

#apiinner h2 {
    margin-top: 60px;
}

#apiinner p {}

#apiinner .good {
    color: #000;
    background-image: none;
    background-color: #d6fcd4;
}

#apiinner .info {
    color: #000;
    background-image: none;
    background-color: #f2eda7;
    border: 1px solid #fc0;
    float: none;
}

#apiinner a {
    color: #c00;
}

#apiinner u {
    font-weight: bold;
    text-decoration: none;
    padding: 1px 4px;
    background: #fefefe;
}

#apiinner u.red {
    color: #c00;
}

#apiinner table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 40px;
}

#apiinner table tr {
    border-top: 1px solid #dadce0;
}

#apiinner table th {
    background: #e8eaed;
    line-height: 50px;
    padding: 8px;
    background: #ddd;
    text-align: left;
}

#apiinner table code {
    font-weight: bold;
}

#apiinner table code span {
    color: #c00;
}

#apiinner table td {
    padding: 10px;
    vertical-align: top;
}

#apiinner table td ul {
    margin-top: -20px;
}

#apiinner table td:first-child {
    background: #e6e6e6;
}

#apiinner textarea {
    font-size: 14px;
    background: #ddd;
    border: 1px solid #222222;
    color: #555;
    width: 100%;
    box-sizing: border-box;
    height: 260px;
    padding: 5px;
    overflow: auto;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}

#apiinner .code {
    font-size: 14px;
    background: #ddd;
    border: 1px solid #222222;
    color: #555;
    width: 100%;
    box-sizing: border-box;
    height: 500px;
    padding: 5px;
    overflow: auto;
    white-space: nowrap
}

#apiinner .code code {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}

#photosdiv {
    margin-bottom: 10px;
}

#photosdivin {
    padding-left: 10px;
}

#photosdivin img {
    margin: 10px;
    border: 1px solid #333;
}

#photosdivin img:hover {
    margin: 10px;
    border: 1px solid #C00;
}

#lform {
    float: left;
    border: 1px solid #333333;
    background: url(../##/new/lform.jpg) top left #141414 no-repeat;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 60px;
}

#lform strong {
    font-weight: bold;
    color: #C00;
}

#lform span {
    color: #FFF;
}

#lform p strong {
    font-weight: bold;
    color: #FC0;
    font-size: 12px;
}

#lform input {
    margin-left: 10px;
}

#lform a {
    color: #FFCC00;
    text-decoration: underline;
}

#uploadtable {
    width: 850px;
}

#uploadtable a {
    color: #FFCC00;
    text-decoration: underline;
}

#uploadtable input[type=text] {
    width: 600px;
}

#uploadtable ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#uploadtable ul li {
    float: left;
    width: 130px;
}

#uploadtable button {
    margin-right: 10px;
}

#lform-flbck-container {
    width: 90%;
}

#lform2 {
    float: left;
    font-size: 12px;
    color: #CCC;
    padding-left: 100px;
    margin-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 60px;
    border: 1px solid #333333;
    margin-left: 50px;
}

#lform2 h1 {
    color: #C00;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
}

#lform2 a {
    color: #FFCC00;
    text-decoration: underline;
}

#uploaddiv {
    color: #CCC;
}

#uploaddiv h1 {
    color: #C00;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#uploaddiv strong {
    color: #FC0;
}

#uploaddiv small {
    color: #CCC;
}

#uploaddiv table {
    margin-bottom: 0px;
}

#uploaddiv .progress {
    background-color: #333;
    border: 1px solid #666;
    max-width: 450px;
    margin-left: 70px;
    margin-bottom: 30px;
    line-height: 20px;
    display: none;
}

#uploaddiv .progress .bar {
    background-color: #c00;
    color: #fff;
}

#uploaddiv .progress .bar .percent {
    margin-left: 50%;
    padding-left: 5px;
}

#fileprogress td {
    height: 20px;
}

.upcatholder {
    display: block;
    padding: 5px 0px 20px 0px;
}

.uptabcatinp {
    float: left;
    width: 24%;
    line-height: 20px;
}

#uploaddiv input[type="text"] {
    background: #e1e1e1;
    border: 1px solid #333;
    border-radius: 10px;
    padding-left: 10px;
    width: 270px;
}

#movieupload {
    position: absolute;
    margin-top: -20px;
    margin-left: 831px;
}

#minbox {
    width: 75%;
    margin: auto;
    margin-top: 20px;
    background: #161616;
    border: 1px solid #333;
    color: #CCC;
}

#minbox div {
    padding: 20px;
}

#minbox img {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#minbox h1 {
    color: #C00;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#minboxbottom {
    border-top: 1px solid #333;
    padding: 20px;
    background: #000;
    color: #FFF;
    font-weight: bold;
}

#minboxbottom span {
    color: #fc0;
}

#toptopbel,
.toptopbel2,
#toptopbel3 {
    min-height: 34px;
    line-height: 34px;
    background-image: linear-gradient(#222326, #000);
    margin-top: 0px;
    margin-bottom: 17px;
    clear: both;
    border: 1px solid #333;
}

.ttbhome {
    margin-top: 20px;
}

#toptopbel h1 {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

#toptopbel h1 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}

#toptopbel h1:before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 30px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

#toptopbel h2 {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    min-height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

#toptopbel h2 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}

#toptopbel h2:before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 30px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

#toptopbel h2.nofloatleft {
    float: none;
}

#toptopbelin {
    line-height: 34px;
    height: 34px;
    display: block;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    float: right;
}

#toptopbelin a {
    min-width: 100px;
    background-image: linear-gradient(#000, #222326);
    text-align: center;
    display: inline-block;
    border-left: 1px solid #333;
    border-right: 0px;
    color: #CCC;
    text-decoration: none;
}

#toptopbelin a:lang(pl) {
    width: auto;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

#toptopbelin a:hover {
    color: #C00;
}

#toptopbelin a.active {
    color: #000;
    background: #d9a83f;
}

.toptopbelinset {
    display: none;
    line-height: 34px;
    height: 34px;
    width: 34px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    float: right;
    position: relative;
    cursor: pointer;
}

.toptopbelinset:before {
    font-family: 'epicons', sans-serif;
    content: "\e992";
    margin-right: 0px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 10px;
}

.toptopbel2 .flag {
    vertical-align: baseline !important;
}

#toptopbel3 h1 {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

#toptopbel3 h1 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}

#toptopbel3 h1:before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 30px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

#toptopbel3 h2 {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

#toptopbel3 h2 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}

#toptopbel3 h2:before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 30px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

#toptopbelin3 {
    display: block;
    background: #C00;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    float: right;
}

#toptopbelin3 a {
    line-height: 34px;
    width: 100px;
    background-image: linear-gradient(#000, #222326);
    text-align: center;
    display: inline-block;
    border-left: 1px solid #333;
    border-right: 0px;
    color: #CCC;
    text-decoration: none;
}

#toptopbelin3 a:hover {
    color: #C00;
}

.toptopbel2 h1 {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

.toptopbel2 h1 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}

.toptopbel2 h1:before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 40px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

.toptopbel2 h2 {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    min-height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

.toptopbel2 h2 a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
}

.toptopbel2 h2:before {
    content: "\e913";
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 30px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

.toptopbel2 h2.nofloatleft {
    float: none;
}

.toptopbel2 u {
    color: #FFF;
    font-size: 2.0em;
    line-height: 34px;
    min-height: 34px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: inline-block;
    float: left;
}

.mainbelnew {}

#cpp {}

#cpp h2 {
    border-bottom: 1px solid #333;
    padding-top: 10px;
}

#cpp div p {
    color: #999;
}

#cpp p.faq {
    color: #ae0000;
    font-weight: bold;
    font-size: 14px;
}

#cpp a {
    display: block;
    margin-top: 100px;
    text-decoration: none;
    border-radius: 6px;
    width: 385px;
    line-height: 30px;
    background: rgba(248, 80, 50, 1);
    font-weight: bold;
    text-shadow: 1px 1px #a00;
    cursor: pointer;
}

#uploadfile {
    background: #151515;
    border: 1px solid #ae0000;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    padding-left: 0px;
    margin-bottom: 15px;
    cursor: default !important;
}

#uploadfile h1 {
    color: #FFF;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
    padding-left: 40px;
    display: inline-block;
    float: left;
}

#uploadfile form {
    margin: 0px;
    padding: 0px;
    position: relative;
}

#uploadfile input {
    display: inline-block;
    margin-left: 20px;
}

.ufinp {
    color: #C00;
    border: 1px solid #333;
    background: #000;
    width: 250px;
    height: 28px;
    line-height: 28px;
}

.ufinp-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.uftit {
    color: #C00;
    border: 1px solid #333;
    background: #000;
    padding-left: 10px;
    width: 250px;
    height: 28px;
    line-height: 28px;
    margin-right: 20px
}

.btnuploadphoto {
    display: inline-block;
    margin-bottom: -10px;
}

#categoriesbelin {
    display: block;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    float: right;
}

#categoriesbelin a {
    line-height: 34px;
    width: 100px;
    background-image: linear-gradient(#000, #222326);
    text-align: center;
    display: inline-block;
    border-left: 1px solid #333;
    border-right: 0px;
    color: #CCC;
    text-decoration: none;
}

#categoriesbelin a:hover {
    color: #C00;
}

#categoriesbelin.cbautowidth a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#categoriesbelin3 {
    display: block;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    float: right;
}

#categoriesbelin3 a {
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #000;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #333;
    border-right: 0px;
    color: #CCC;
    text-decoration: none;
}

#categoriesbelin3 a:hover {
    color: #C00;
}

.categoriesbox {
    width: 12%;
    max-width: 300px;
    margin: 0 .25% .5% .25%;
    height: auto !important;
    border-top: 1px solid #333;
    display: block;
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.ctbinner {
    overflow: hidden !important;
    margin: 0px;
    padding-bottom: 0px;
}

.ctimgcontentouter:before {
    content: " ";
    display: block;
    padding-top: 75.25%;
}

.ctimgcontent {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.categoriesbox:hover {
    border-top: 1px solid #F00;
}

.categoriesbox h2 {
    color: #FFF;
    position: absolute;
    bottom: -14px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    padding: 5px;
    padding-left: 5px;
    font-size: 1.3em;
    line-height: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.categoriesbox img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.categoriesbox a {
    display: block;
    width: 100%;
    margin: 0px;
}

#channelscategoriescontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.channelscategoriesbox {
    border: 1px solid #333;
    background: #111;
    box-sizing: border-box;
    flex: 14%;
    min-width: 300px;
    padding-left: 130px;
    height: 125px;
    position: relative;
}

.channelscategoriesbox a {
    text-decoration: none;
    border: 0px;
    display: block;
}

.channelscategoriesbox a:hover {
    text-decoration: none;
}

.channelscategoriesbox h2 {
    color: #FC0;
    text-decoration: none;
    font-size: 12px;
    padding-top: 15px;
    margin: 0px;
}

.channelscategoriesbox u {
    color: #FC0;
    text-decoration: none;
    font-size: 12px;
    padding-top: 15px;
    margin: 0px;
    display: block;
}

.channelscategoriesbox .subscribebutton {
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
    background: rgba(174, 0, 0, 0.9);
    color: #fff;
    padding: 0 7px 0 7px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    border: 3px;
    border-radius: 3px;
}

#channelpromote {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 10px;
    height: 95px;
    overflow-y: hidden;
    margin: 0px 0 20px 0;
}

#channelpromote .channelscategoriesbox {
    height: 94px;
    box-sizing: border-box;
    flex: 13%;
    min-width: 250px;
    padding-left: 90px;
    position: relative;
    float: left;
    border: 2px solid #ae0000;
    cursor: pointer;
}

#channelpromote .channelscategoriesbox img {
    width: 65px;
    height: 65px;
}

#channelpromote .channelscategoriesbox .ccstats {
    padding-left: 0px;
}

#channelpromoteinner {
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #333;
    padding-top: 3px;
}

#channelpromoteinner:before {
    font-family: 'epicons', sans-serif;
    content: "\e90d";
    margin: 0 5px 0 2px;
    color: white;
    font-size: 1.6em;
}

aa#channelpromoteinner span {
    display: inline-block;
    width: 100%;
}

#channelpromoteinner span:before {
    content: "Official channels";
    color: inherit;
    color: white;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 600;
}

.ccrank {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    font-weight: bold;
    width: 30px;
    display: block;
    padding: 3px;
    font-size: 10px;
    text-align: center;
    position: absolute;
}

.cclogo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #000;
    background: #666;
}

.ccstats {
    color: #666;
    padding: 10px;
}

.ccstats span {
    color: #FFF;
    font-weight: bold;
}

.allcatslist {
    list-style-type: none;
    padding: 0px;
    margin-top: 20px;
}

.allcatslist li {
    width: 20%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 22px;
    font-size: 1.15em;
}

.allcatslist li a {
    color: #FFF;
}

.allcatslist li span {
    font-size: 10px;
    color: #666;
    margin-left: 7px;
    background: #252525;
    padding: 0px 3px;
    border-radius: 3px;
}

.nrz {
    margin-right: 0px !important;
}

#div-search-results {
    padding-top: 0px;
    overflow: hidden;
    float: left;
    padding-left: 200px;
    box-sizing: border-box;
    width: 100%;
}

#content.tagspage #div-search-results {
    padding-left: 0px;
}

#categories-list-left {
    width: 20%;
    max-width: 180px;
    padding: 0px;
    float: left;
    border: 1px solid #333;
    color: #999999;
    position: absolute;
    font-size: 1.1em;
}

#categories-list-left a {
    display: block;
    text-decoration: none;
}

#categories-list-left a:hover {}

#categories-list-left ul {
    margin: 0px;
    padding: 5px;
}

#categories-list-left li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    border-top: 1px solid #222;
    line-height: 30px;
    position: relative;
}

#categories-list-left span.catname {
    color: #FFF;
    padding-right: 15px;
    transition: padding-left 0.1s ease;
    padding-left: 0px;
}

#categories-list-left span.catname:hover {
    padding-left: 10px;
}

#categories-list-left ul .dark {
    background: #111111;
    border-top: 1px solid #222;
}

#categories-list-left ul .lihe {
    color: #FC0;
    font-weight: bold;
}

#categories-list-left .activecat {
    color: #F00;
    background: #111111;
    border-top: 1px solid #222;
}

#categories-list-left .activecat span.catname {
    color: #F00;
}

#categories-list-left .addrem-cat {
    float: left;
    width: 18px;
    display: block;
}

#categories-list-left .addrem-cat a {
    color: #FFF;
}

#categories-list-left .addrem-cat .catvmore::before {
    font-family: 'epicons', sans-serif;
    content: "\e916";
    margin-right: 5px;
    font-size: 12px;
    left: 5px;
    top: 1px;
    cursor: pointer;
}

#categories-list-left .addrem-cat .catvless::before {
    font-family: 'epicons', sans-serif;
    content: "\e917";
    margin-right: 5px;
    font-size: 12px;
    left: 5px;
    top: 1px;
    cursor: pointer;
    color: #666;
}

#categories-list-left divX {
    display: inline-block;
}

#categories-list-left .cllnumber {
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    margin-top: -30px;
}

#catssidebarhide {
    display: none;
}

#catssidebarmore a {
    color: #C00
}

#categories-list-left #promosidb {
    background: #222;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#categories-list-left #promosidb .prositop {
    padding: 10px 0;
    background: #181818;
}

#promosidb a {
    color: #fff;
    display: inline;
    font-weight: bold;
}

#promosidb i {
    color: #fff;
    margin-right: 5px;
    width: 10px;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    display: inline-block;
}

#promosidb li {
    border-top: 0px;
    line-height: 2.8em;
    margin: 0 5px;
}

#bettersearch {}

.homeadiframe {
    width: 300px;
    height: 260px;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    background: #666;
    z-index: 9999;
    box-shadow: 0 0 5px #FFF;
}

#ifdeskadmiddle {
    width: 900px;
    height: 265px;
    border: 0px;
    margin: 0 auto;
    overflow: hidden;
    background: #666;
    z-index: 9999;
    box-shadow: 0 0 5px #FFF;
}

.photosgrid .ad300photo {
    display: none;
}

.ad300px,
.ad300pxs {
    position: relative;
    width: 32.8%;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #333;
    float: right;
}

.ad300px:before,
.ad300pxs:before {
    content: "";
    display: block;
    padding-top: calc(55.55% + 60px + 60px + 30px);
}

.ad300px.ad300pxch:before {
    content: "";
    display: block;
    padding-top: calc(27.78% + 60px + 15px + 72px + 20px);
}

.ad300px-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.ad300pxs {
    max-width: 624px;
}

.ad300pxs:before {
    content: "";
    display: block;
    padding-top: calc(73% + 12px + 12px);
}

.ad300px-search-pstars {
    position: relative;
    height: 250px;
    width: 300px;
    margin-bottom: 30px;
    margin-left: 5px;
    padding: 46px 45px 46px 45px;
    border: 1px solid #333;
    overflow: hidden;
}

.ad300pxb {
    position: relative;
    height: 250px;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 31px 83px 31px 83px;
    border: 1px solid #333;
    overflow: hidden;
}

.ad300photo {
    height: 250px;
    overflow: hidden;
    display: block;
    z-index: 9999;
    text-align: center;
}

.ad300photo iframe {
    width: 300px;
    height: 250px;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 9999;
}

.adnative-1x1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.adnative-1x1::before {
    display: block;
    padding-top: calc(56.25% + 62px);
    content: "";
}

#adnative-1x1-iframe {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0px;
}

#EPimLayerOuter {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.8);
    z-index: 1999900 !important;
    display: none;
}

#EPimLayer {
    width: 300px;
    margin: 0 auto;
    background: #333;
    position: relative;
}

#EPimWrapperClose {
    background: #000;
    border: 1px solid #666;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1999901 !important;
    cursor: pointer;
}

#EPimWrapperClose:before {
    content: "\2716";
    color: #ccc;
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 6px;
}

#EPIMFrame {
    width: 300px;
    margin: 0 auto;
    background: #333;
}

#error,
.error {
    border: 1px solid #C00;
    line-height: 16px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #CCC;
    background: url(../##/new/votebck.png);
}

#error strong,
.error strong {
    display: block;
    color: #FFF;
    padding-left: 22px;
    padding-right: 10px;
    background: url(../##/new/error.png) top left no-repeat;
}

#error a,
.error a {
    color: #FC0;
    text-decoration: none;
}

#error p,
.error p {
    padding: 0px 0px 0px 22px;
    margin: 0px;
}

#error p:first-child,
.error p:first-child {
    padding-left: 10px;
}

#good,
.good {
    border: 1px solid #0a910a;
    line-height: 16px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #CCC;
    background: url(../##/new/good.png);
}

#good strong,
.good strong {
    display: block;
    color: #FFF;
    padding-left: 22px;
    padding-right: 10px;
    background: url(../##/new/good-icon.png) top left no-repeat;
}

#good a,
.good a {
    color: #FC0 !important;
    text-decoration: none;
}

#good p,
.good p {
    padding: 0px 0px 0px 22px;
    margin: 0px;
}

#good p:first-child,
.good p:first-child {
    padding-left: 10px;
}

#infopopup {
    border: 2px outset #fff;
    background: #e0e0e0;
    line-height: 16px;
    padding: 10px;
    color: #666;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #000;
    position: absolute;
    z-index: 20000;
    display: none;
}

#infopopup.infopopanim {
    animation: infopopa 0.3s ease-out;
}

@keyframes infopopa {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

#infopopup a {
    color: #ae0000;
}

#infopopup i {
    margin-left: 10px;
    cursor: pointer;
    font-style: normal;
    font-size: 10px;
    color: #fff;
    background: #666;
    padding: 2px 4px;
    border-radius: 10px;
    text-transform: uppercase;
}

#infopopuparrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e0e0e0 transparent;
    position: absolute;
    top: -10px;
    left: 3px;
}

#bottomspace {
    height: 30px;
    max-width: 1200px;
}

#btasd {
    display: block;
    width: 100%;
    height: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #333;
    z-index: 9999;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.epwhite #btasd {
    background-color: #ededed;
}

#footadframe {
    height: 655px !important;
    box-shadow: 0 0 1px #FFF;
}

#btasd {
    padding-top: 0px;
    height: 625px;
    border: none
}

#btasd iframe {
    width: 100%;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    z-index: 9999;
    height: 250px;
}

.covid-info {
    width: 90%;
    margin: auto;
    display: block;
    background: #181818;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ae0000;
    color: #ccc;
}

.covid-info a {
    color: #fc0;
}

#foot {
    width: 90%;
    margin: auto;
    display: block;
    background: #181818;
    margin-top: 30px;
}

.footnav1 {
    margin: 20px;
    margin-left: 30px;
    padding: 0px;
    padding-right: 50px;
    list-style: none;
}

.footnav1 li {
    line-height: 40px;
    float: left;
    margin-right: 20px;
}

.footnav1 .underline {
    text-decoration: underline;
}

.footnav1 .footermobile {}

.footnav1 a {
    color: #ccc;
    text-decoration: none;
    font-size: 1.15em;
}

.footnav1 a:hover {
    color: #ffff2c;
}

.footer-text {
    text-align: justify;
    line-height: 18px;
    color: #E1E1E1;
    margin: auto;
    clear: both;
}

.footer-text h2 {
    text-align: center;
}

.footer-text a {
    color: #FC0;
    text-decoration: none;
}

.footnews {
    color: #fc0;
}

.footnews a {
    color: #fc0;
    background: #313131;
    border-radius: 5px;
    padding: 5px 8px 5px 25px;
}

.footnews:before {
    content: "\270E";
    position: absolute;
    margin-left: 5px;
    font-size: 18px;
}

#cookies {
    display: none;
    color: #FFF;
    position: fixed;
    bottom: 0px;
    z-index: 1000000;
    line-height: 20px;
    width: 100%;
    text-align: center;
    background: rgba(255, 204, 0, 0.3);
}

#cookies a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    padding-left: 10px;
}

#advpage {
    font-size: 12px;
}

#advpage p {
    color: #FFF;
}

#advpage table strong {
    color: #FFF;
}

#advpage .adv-td1 {
    background: #111111;
}

#advpage .adv-td2 {
    background: url("/new/mbtit.png");
}

#advpage .hetp {
    margin-top: 0px;
    text-transform: uppercase;
    color: #FC0 !important;
}

#advpage .advyellow {
    color: #FC0;
}

#advpage .hett {}

#advpage img {
    width: 100%;
}

#copyright {
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
}

#copy {
    float: left;
    width: 100%;
    line-height: 34px;
    padding-left: 20px;
    font-size: 1.15em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

#footsocbuttons {
    display: inline-block;
    width: 33%;
    text-align: center;
    line-height: 34px;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
}

#footsocbuttons a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 5px;
    border: 0;
    box-shadow: 0;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 34px;
    background: #fff;
    overflow: hidden;
}

#footsocbuttons a:nth-child(1):before {
    font-family: 'epicons', sans-serif;
    content: "\e91a";
    color: #55acee;
    font-size: 40px;
    margin-left: -3px;
}

#footsocbuttons a:nth-child(2):before {
    background: url(../##/images/theporndude-32px.png) center center no-repeat #FFF;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    color: #e74a1e;
}

#footsocbuttons a:nth-child(2) span {
    color: #888;
    position: absolute;
    margin-top: -34px;
    margin-left: 24px;
}

.frta {
    float: right;
    height: 34px;
    padding-right: 20px;
}

.frta img {
    width: 90px;
    height: 34px;
}

#frame {
    position: absolute;
    z-index: 0;
    width: 1200px;
    height: 370px;
    top: 0px;
    left: 0px;
    background-color: #CCFFFF;
}

#example {
    width: 1198px;
    height: 375px;
    border: 1px solid #333333;
    background: #090909;
    position: relative;
    margin-top: 20px;
}

#slides {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.slides_container {
    width: 1200px;
    height: 370px;
    overflow: hidden;
    position: relative;
}

#slides .slide {
    padding: 10px;
    width: 1098px;
    margin-left: 55px;
    height: 400px;
    display: block;
}

#slides .next,
#slides .prev {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next {
    left: 1155px;
}

#slides .mb {
    margin-right: 20px;
}

.e404container {
    position: absolute;
    width: 1162px;
    height: 1480px;
    position: relative;
    border: 1px solid #333333;
    background: #090909;
    padding-left: 30px;
    padding-top: 30px;
    margin-left: 3px;
}

#panel-right {
    padding-top: 0px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    width: auto;
    min-height: 2440px;
}

#panel-right-title {
    border-bottom: 1px solid #333;
    height: 25px;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#panel-right-title h1 {
    float: left;
    font-size: 23px;
}

#panel-right-title-inn {
    float: right;
    width: 300px;
    text-align: right;
}

#panel-right-title-inn a {
    margin-left: 10px;
    text-decoration: underline;
}

#panel-right-title-inn a:hover {
    color: #C00;
    text-decoration: none;
}

.ccrank {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    font-weight: bold;
    width: 30px;
    display: block;
    padding: 3px;
    font-size: 10px;
    text-align: center;
    position: absolute;
}

.cclogo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #000;
    background: #666;
}

.ccstats {
    color: #666;
    padding: 10px;
}

.ccstats span {
    color: #FFF;
    font-weight: bold;
}

#pornstarbio {
    border: 1px solid #666;
    background: #000;
    margin-bottom: 20px;
    display: block;
}

.psbio {
    border-right: 1px solid #333;
    padding: 10px;
    float: left;
    position: relative;
}

.psbio h3 {
    font-size: 1em;
    color: #FFF;
    margin: 0px;
    padding: 3px 0px;
}

.psbio h2 {
    position: absolute;
    margin-top: 135px;
    margin-left: 5px;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFF;
}

.psbio h1 {
    position: absolute;
    bottom: 30px;
    right: 15px;
    font-size: 35px;
    text-transform: uppercase;
    color: #FFF;
    z-index: 10;
    text-shadow: 3px 3px #000;
}

.pslast {
    border: 0px;
    width: auto;
    color: #FFF;
}

.psbioaliases {
    list-style: none;
}

.psbioaliases li {
    color: #ae0000;
    margin-right: 10px;
    border: none !important;
}

.psscrol {
    height: 204px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.psscrol p {
    padding-top: 0px;
    margin-top: 0px;
}

.psbio img {
    margin: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 180px;
}

.psbio .aspectholder {
    display: none;
    margin-bottom: 3px;
}

.psbio ul {
    padding: 0px;
    margin: 0px;
    color: #FFF;
}

.psbio li {
    border-bottom: 1px solid #333;
    display: block;
    line-height: 24px;
}

.psbio li div {
    float: right;
}

.psbio a {
    color: #ae0000;
    text-shadow: 1px 1px #000
}

.psbio a:hover {
    text-decoration: none;
    color: #800000;
}

.ps1 {
    height: 224px;
    width: 320px;
    position: relative;
}

.ps2 {
    height: 224px;
    width: 230px;
}

.ps3 {
    height: 224px;
    width: 130px;
}

.ps4 {
    height: 224px;
    width: 150px;
}

.ps5 {
    height: 224px;
    width: 150px;
}

.ps6 {
    float: none;
    margin-left: 1085px;
    border-right: 0px;
    color: #ccc;
    text-align: justify;
}

.psnone {
    display: none;
}

.ps1a a {
    display: inline-block;
    height: 40px;
    line-height: 20px;
    margin: 0px;
    width: 159px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px #af0000;
    border-right: 1px solid #000;
    padding-top: 4px;
    font-size: 14px;
    background: -webkit-linear-gradient(top, #af0000, #7c0000);
    background: -o-linear-gradient(bottom, #af0000, #7c0000);
    background: -moz-linear-gradient(bottom, #af0000, #7c0000);
    background: linear-gradient(to bottom, #af0000, #7c0000);
}

.ps1a a:hover {
    text-decoration: none;
    color: #FFF;
    background: -webkit-linear-gradient(top, #7c0000, #af0000);
    background: -o-linear-gradient(bottom, #7c0000, #af0000);
    background: -moz-linear-gradient(bottom, #7c0000, #af0000);
    background: linear-gradient(to bottom, #7c0000, #af0000);
}

.ps1a a span {
    color: #000;
    color: #000;
    padding-left: 10px;
    font-size: 12px;
    display: block;
    line-height: 12px;
    font-weight: bold;
}

.ps3 div {
    text-align: center;
    color: #CCC;
    width: 100px;
    margin: auto;
    margin-bottom: 6px;
    background: #333;
    padding: 4px;
}

.ps3 div span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}

.ps2 div span {
    font-weight: bold;
}

#pornstarsubscribe {
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 1;
    line-height: 20px;
}

#pornstarsubscribe .subscribebutton {
    padding: 0px 4px;
    border-radius: 3px;
}

#pornstarsubscribe .subscribebutton::before {
    font-family: 'epicons' !important;
    content: "\e927";
    font-size: 11px;
    padding-right: 5px;
}

@media screen and (max-width:1270px) {
    .toptopbelinset {
        display: block;
    }

    #toptopbel,
    #toptopbel2,
    #toptopbel3 {
        position: relative;
    }

    #toptopbelin,
    #toptopbelin2,
    #toptopbelin3 {
        display: none;
        position: absolute;
        top: 35px;
        right: 25px;
        width: 100px;
        border: 0px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.70);
        z-index: 2000;
    }

    #toptopbelin a,
    #toptopbelin2 a,
    #toptopbelin3 a {
        width: 100px;
        padding: 0px 10px;
        background-color: #000;
        background-image: none;
        border-bottom: 1px solid #333;
    }

    .ps5 {
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #333;
        height: 65px;
        border-top: 1px solid #333;
        border-right: none;
    }

    .ps5 li {
        float: left;
        margin-right: 20px;
        border-bottom: none;
    }

    .ps6 {
        width: 100%;
        box-sizing: border-box;
        float: left;
        margin-left: 0px;
    }

    .ps6 .psscrol {
        height: auto;
    }
}

@media screen and (max-width:1200px) {
    #movieplayer-box-adv {
        height: 250px;
        overflow: hidden;
    }

    #movieplayer-box-adv-iframe {
        height: 250px;
        overflow: hidden;
    }

    .doyouknowtexttitle {
        margin-top: 50px;
    }
}

@media screen and (max-height:850px) {

    #tab-content1,
    #tab-content2 {
        height: 350px !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

#deletedfile {
    background: #090909;
    border: 1px solid #333333;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

#deletedfile img {
    width: 150px;
}

#deletedfile span {
    color: #666;
    display: block;
}

#deletedfile strong {
    color: #FFF;
    display: block;
    margin: 30px;
}

.speechbox-red {
    position: absolute;
    display: none;
    margin-left: -470px;
    margin-top: 40px;
    text-align: left;
    padding: 10px;
    line-height: 20px;
    background-color: #640f0f;
    border: 1px solid #c60000;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}

.speechbox-red span {
    color: #000000;
    font-weight: bold;
    display: block;
}

.speechbox-red a {
    padding: 0px !important;
    margin: 0px !important;
    background: none !important;
    color: #FFF !important;
    text-decoration: none !important;
    line-height: 20px !important;
}

.sparrow {
    position: absolute;
    margin-top: -20px;
    left: 60%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #c60000 transparent;
}

#undervideomenu {
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
    border-top: 1px #000 solid;
    overflow: hidden;
    background: #222;
    border: 1px solid #333;
    border-top: 0px;
}

#hdp-suggest {
    display: none;
    color: #efefef;
    margin-bottom: 20px;
}

#video-info {
    text-align: left;
    line-height: initial;
    margin-bottom: 5px;
}

#video-info h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    text-decoration: none;
    float: left;
}

.vid-length {
    color: #999;
    font-size: 12px;
    margin-left: 20px;
    vertical-align: top;
}

.vid-length:before {
    font-family: 'epicons', sans-serif;
    content: "\e912";
    vertical-align: middle;
    padding-right: 4px;
    width: 12px;
    display: inline-block;
}

.vid-quality {
    color: #999;
    font-size: 12px;
    margin-left: 15px;
    vertical-align: top;
}

.vid-quality:before {
    font-family: 'epicons', sans-serif;
    content: "\f26c";
    vertical-align: middle;
    padding-right: 4px;
    width: 12px;
    display: inline-block;
}

.vid-quality img {
    height: 10px;
    width: 10px;
    margin-left: 5px;
}

.video-info-tags {
    overflow: hidden;
    max-height: 54px;
    clear: both;
    padding-top: 5px;
    position: relative;
}

.video-info-tags.noheight {
    max-height: none;
}

.video-info-tags ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 27px;
}

.video-info-tags ul li {
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
}

.video-info-tags ul li a {
    color: inherit;
    display: block;
    padding: 2px 8px;
}

.video-info-tags ul li:hover {
    opacity: 0.8;
}

.video-info-tags .vit-suggester {
    background: #fc0;
    color: #000;
    width: 30px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
}

.video-info-tags .vit-suggester:before {
    font-family: 'epicons', sans-serif;
    content: "\e918";
    margin-right: 0px;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 8px;
}

.video-info-tags .vit-pornstar {
    background: #ccc;
    color: #111;
}

.video-info-tags .vit-uploader {
    background: #fff;
    color: #333;
    padding-left: 18px;
    position: relative;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.video-info-tags .vit-uploader:before {
    font-family: 'epicons', sans-serif;
    content: "\e901";
    margin-right: 0px;
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 5px;
}

.video-info-tags .vit-channel {
    background: #ae0000;
    color: #fff;
    padding-left: 18px;
    position: relative;
}

.video-info-tags .vit-channel:before {
    font-family: 'epicons', sans-serif;
    content: "\e90d";
    color: #fff;
    margin-right: 0px;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 7px;
}

.video-info-tags .vit-subscribe .subscribebutton {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.video-info-tags .starw,
.video-info-tags .starm {
    padding-left: 10px;
    position: relative;
}

.video-info-tags .starw:before {
    font-family: 'epicons', sans-serif;
    content: "\f182";
    margin-right: 0px;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 5px;
}

.video-info-tags .starm:before {
    font-family: 'epicons', sans-serif;
    content: "\f183";
    margin-right: 4px;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 5px;
}

.video-info-tags .vit-category {
    background: #555;
    color: #ddd;
}

.video-info-tags .vit-tag {
    background: #383838;
    color: #ccc;
}

.video-info-tags .vit-more {
    position: relative;
    padding: 2px 8px;
}

.video-info-tags .vit-more:before {
    font-family: 'epicons', sans-serif;
    content: "\e916";
    margin-right: 4px;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 3px;
    cursor: pointer;
}

.video-info-tags .vit-less {
    position: relative;
    visibility: hidden;
}

.video-info-tags .vit-less:before {
    font-family: 'epicons', sans-serif;
    content: "\e917";
    margin-right: 4px;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 3px;
    cursor: pointer;
}

.subscribebutton {
    cursor: pointer;
    font-weight: bold;
    margin-left: -3px;
    background: rgba(174, 0, 0, 0.9);
    color: #fff;
    padding: 0 7px 0 7px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.subscribebutton:hover {
    color: rgba(255, 255, 255, 0.6);
}

.subscribebutton .sbview1 {
    font-size: inherit;
    padding-left: 3px;
    font-weight: normal;
    color: #f5e4e4;
}

.subscribebutton .sbview2 {
    font-size: inherit;
    padding-left: 3px;
    font-weight: normal;
    color: #f5e4e4;
    display: none;
}

.subscribebutton.unsubscribe {
    background: #999;
    color: #000;
}

.video-description .vit-suggester {
    background: #fc0;
    color: #000;
    width: 30px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
}

.video-description .vit-suggester:before {
    font-family: 'epicons', sans-serif;
    content: "\e918";
    margin-right: 0px;
    font-size: 14px;
    position: relative;
    left: 8px;
    font-style: normal;
}

.inmyfav:before {
    content: "\2665";
    padding-right: 5px;
    color: #ae0000;
    font-size: 18px;
}

.title4k {
    color: #666666;
}

.video-description {
    color: #ccc;
    background: #090909;
    border: 1px solid #333;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.video-description span {
    color: #fc0;
}

.video-description span a {
    color: #000;
    background: #ccc;
    border-radius: 3px;
    padding: 2px 5px;
}

.video-description a {
    color: #888;
}

#cppbar {
    color: #ccc;
    background: #181818;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

#cppbar div {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#cppbar .ccp_logo {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
}

#cppbar h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    margin-right: 50px;
}

#cppbar h2 a {
    color: inherit;
    text-decoration: none;
}

#cppbar .subscribebutton {
    padding: 3px 20px;
    line-height: 30px;
    background: #181818;
    box-sizing: border-box;
    border: 2px solid #fc0;
    color: #fc0;
    text-align: center;
}

#cppbar .subscribebutton .sbview1,
#cppbar .subscribebutton .sbview2 {
    color: #fc0;
}

#cppjoinbutton {
    background: #fc0;
    width: auto;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    color: #000;
    padding: 5px 50px;
    font-weight: bold;
    text-align: center;
}

#cppbar .subscribebutton:hover,
#cppjoinbutton:hover {
    background: #a00;
}

#cppbar .cpp_stats {
    margin-left: 50px;
}

#cppbar .cpp_stats span {
    margin-right: 20px;
}

#cppbar .cpp_stats i {
    color: #fff;
    font-weight: bold;
}

ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 400px;
    border: 0px;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 50%;
    max-width: 400px;
    background-color: #fff;
    max-height: 150px;
    overflow: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}

#simplemodal-overlay {
    background-color: #000;
    z-index: 10000000 !important;
}

#simplemodal-container {
    min-width: 950px;
    z-index: 10000000 !important;
    top: 15%;
    left: calc(50% - 475px);
    padding: 0px;
}

#login-standalone {
    display: block;
    height: 700px;
}

#login-standalone #modal_login {
    max-width: 950px;
}

.googleSignInButton {
    display: block;
    width: 280px;
    padding: 9px 5px;
    margin-bottom: 30px;
    border: 0px;
    border-radius: 5px;
    background-color: #fff;
    background-position: 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.googleSignInButton:hover {
    background-color: #efefef;
}

.formor {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background: #333;
    height: 1px;
    margin-top: 10px;
}

.formor span {
    background: #141414;
    position: relative;
    top: -11px;
    padding: 0 5px;
    display: inline-block;
}

.forgotpasslink {
    color: #fc0;
}

#lformnew form {
    float: left;
    max-width: 500px;
    border-right: 1px solid #333;
    padding-right: 20px;
}

.lformnew form {
    float: left;
    max-width: 500px;
    border-right: 1px solid #333;
    padding-right: 20px;
}

lformnewemail {
    height: 100%;
}

#lformnewemail .innerlfne {
    float: left;
    width: 290px;
    height: 100%;
    border-right: 1px solid #333;
}

#lformnewemail .emaildata {
    display: none;
    height: 195px;
}

#lformnewemail .emaildata strong {
    font-weight: bold;
    color: #FC0;
    padding-right: 10px;
}

#lformnewemail .emaildata div {
    display: inline-block;
}

#lformnewemail .emaildata a {
    color: #FFF;
}

#lformnewemail .waiting {
    display: block;
    height: 130px;
    padding: 65px 0px 0px 0px;
    text-align: center;
}

.lformnewemail .innerlfne {
    float: left;
    width: 290px;
    height: 100%;
    border-right: 1px solid #333;
}

.lformnewemail .emaildata {
    display: none;
    height: 195px;
}

.lformnewemail .emaildata strong {
    font-weight: bold;
    color: #FC0;
    padding-right: 10px;
}

.lformnewemail .emaildata div {
    display: inline-block;
}

.lformnewemail .emaildata a {
    color: #FFF;
}

.lformnewemail .waiting {
    display: block;
    height: 130px;
    padding: 65px 0px 0px 0px;
    text-align: center;
}

.lformnewcl input {
    background: #e1e1e1;
    border: 1px solid #333;
    border-radius: 10px;
    line-height: 30px;
    padding-left: 10px;
    width: 270px;
    margin-bottom: 20px;
    font-size: 16px;
}

.lformnewcl input:focus {
    outline: none;
}

.lformnewcl input[type="submit"],
#upformsubmitbtn {
    border-radius: 6px;
    width: 180px;
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(204, 0, 0, 1) 48%, rgba(204, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(48%, rgba(204, 0, 0, 1)), color-stop(100%, rgba(204, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(204, 0, 0, 1) 48%, rgba(204, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(204, 0, 0, 1) 48%, rgba(204, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(204, 0, 0, 1) 48%, rgba(204, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(204, 0, 0, 1) 48%, rgba(204, 0, 0, 1) 100%);
    font-weight: bold;
    text-shadow: 1px 1px #a00;
    cursor: pointer;
}

.lformnewcl form input[type="submit"]:active {
    margin-top: 1px;
}

.lformnewcl form input[type="submit"]:focus {
    outline: 0 !important;
}

.lformnewcl.checkbox {
    border: 1px solid #333;
    background: #111;
    color: #666;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 260px;
}

.lformnewcl .checkbox input {
    width: 12px;
    height: 12px;
    float: left;
    margin: 6px 7px 0 0;
}

.lformnewcl .checkbox a {
    color: #FC0;
}

.lformnewcl .checkbox label {
    padding: 0px;
    margin: 0px;
    background: none;
    font-size: 12px;
    border: 0px;
    width: 270px;
}

#lformnew2 {
    float: right;
    width: 520px;
    font-size: 12px;
    padding-left: 20px;
}

#lformnew2 ul li {
    display: list-item;
    float: none;
}

#lformnew2 h1 {
    color: #C00;
}

#lformnew2 h5 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    color: #C00;
}

#lformnew2ver {
    float: right;
    width: 520px;
    font-size: 12px;
    padding-left: 20px;
    display: none;
}

#lformnew2ver li {
    display: list-item;
    float: none;
}

#lformnew2ver h1 {
    color: #C00;
}

.lformnew2 {
    float: left;
    width: 490px;
    font-size: 12px;
    padding-left: 30px;
}

.lformnew2 ul li {
    display: list-item;
    float: none;
}

.lformnew2 h1 {
    color: #C00;
}

.lformnew2 h5 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    color: #C00;
}

.tgood {
    color: green;
}

.terror {
    color: red;
}

div#loginsubtext {
    display: none;
    margin-top: -15px;
    margin-left: 8px;
    width: 265px;
    line-height: 12px;
}

div#haslosubtext {
    display: none;
    margin-top: -15px;
    margin-left: 8px;
    width: 265px;
    line-height: 12px;
}

div#emailsubtext {
    display: none;
    margin-top: -15px;
    margin-left: 8px;
    width: 265px;
    line-height: 12px;
}

.tabs {
    padding: 0;
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    margin: 0px 0 0 10px;
    text-align: left;
}

.tabs li {
    float: left;
    display: block;
}

.tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs label {
    display: block;
    padding: 14px 21px;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    background: #222;
    color: #666;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-right: 2px;
    border: 1px solid #000;
    border-bottom: 0px;
}

.tabs label:hover {
    background: #333;
}

.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 90%;
    line-height: 25px;
    padding: 25px;
    padding-top: 15px;
    position: absolute;
    top: 53px;
    left: 0;
    background: #141414;
    border: 1px solid #333;
    color: #ccc;
}

.tabs .tab-content small {
    display: block;
    line-height: 12px;
}

.tabs [id^="tab"]:checked+label {
    z-index: 3;
    background: #141414;
    color: #fff;
    border: 1px solid #333;
    border-bottom: 0px;
}

.tabs [id^="tab"]:checked~[id^="tab-content"] {
    display: block;
}

#instantclick-bar {
    background: #d22;
}

.EPpc {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#aboutmebox li {
    word-wrap: break-word;
    color: #FC0;
    width: 208px;
}

#categories-list-left li .slidervals {
    margin-left: 15px;
    word-spacing: 9px;
}

@media screen and (max-width:850px) {
    body {
        min-width: 0px;
        padding-top: 40px;
    }

    #logosrc {
        position: absolute;
        left: 50%;
        width: 160px;
        margin-left: -80px;
        top: 5px;
    }

    #logosvg {
        position: absolute;
        left: 50%;
        width: 160px;
        margin-left: -80px;
        top: 4px;
        height: 29px;
    }

    #top2 .tcolor {
        height: 40px;
    }

    #adinhead {
        float: right;
        width: 26px;
        height: 28px;
        border: 1px solid #fc0;
        margin-top: -3px;
        margin-right: 20px;
        background-color: #000;
        z-index: 10;
        z-index: 2;
        background-image: url(../##/new/adinhead.png);
        background-position: 0px -1px;
    }

    #top2 {
        height: 40px !important;
    }

    #headholder {
        min-width: 0px;
        height: 35px !important;
        padding-left: 8px;
    }

    #lmenuouter {
        display: none;
        background: #222;
        position: fixed;
        width: 30%;
        box-sizing: border-box;
        height: calc(100% - 40px);
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 300px;
        top: 42px;
        left: 0px;
        height: 100% !important;
        position: static !important;
    }

    #languages {
        font-size: 11px;
        display: none;
        float: left;
        margin: 10px 0 100px 10px;
        padding-right: 10px;
        text-align: left;
        border: 1px solid #570000;
        background-color: #AE0000;
    }

    #langsbox {
        border: 0px;
        box-shadow: none;
    }

    #langsbox a {
        display: block;
        background: none;
        border: none;
    }

    #langsboxin {
        position: fixed !important;
        top: 60px;
        margin-left: 35%;
        width: 50%;
    }

    .logoutbtnmob {
        text-align: left;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        width: 120px;
        margin-top: 20px;
    }

    .logoutbtnmob a {
        color: #FFF !important;
    }

    #lionmenu ul>li {
        padding-top: 8px;
    }

    #nightandday {
        float: none;
        border-radius: 0px;
        margin-top: 20px;
        width: 96px;
        margin-left: 10px;
    }

    #nadl {
        width: 47px;
    }

    #nadr {
        width: 48px;
    }

    #headmenu {
        display: none;
    }

    #menusection2 {
        display: none;
    }

    #mobimenu {
        display: block;
        width: 95%;
        margin: auto;
        margin-top: 2px;
        z-index: 1000000;
    }

    .element {
        letter-spacing: normal;
        white-space: normal;
        font-family: 'epicons', sans-serif;
    }

    #menuslide {
        float: left;
        width: 28px;
        height: 28px;
        border: 1px solid #000;
        margin-top: 2px;
        margin-left: 2px;
        background: #8b0001;
    }

    #menuslide:before {
        content: '\e909';
        color: #010000;
        font-size: 26px;
        position: absolute;
        top: 5px;
    }

    #uploadslide {
        float: left;
        width: 28px;
        height: 28px;
        border: 1px solid #000;
        margin-top: 2px;
        margin-left: 20px;
        background: #8b0001;
    }

    #uploadslide:before {
        content: '\e901';
        color: #010000;
        font-size: 22px;
        margin-left: 3px;
        position: absolute;
        top: 8px;
    }

    #loginslide {
        float: right;
        width: 28px;
        height: 28px;
        border: 1px solid #000;
        margin-top: 2px;
        margin-right: 20px;
        background: #8b0001;
        z-index: 10;
        z-index: 2;
    }

    #loginslide:before {
        content: '\e90e';
        color: #010000;
        font-size: 18px;
        margin-left: 5px;
        position: absolute;
        top: 9px;
    }

    #loginslide.lslideactive {
        float: right;
        width: 28px;
        height: 28px;
        border: 1px solid #322814;
        margin-top: 2px;
        margin-right: 20px;
        background: #8b0001;
        z-index: 2;
    }

    #loginslide.lslideactive:before {
        content: '\e90e';
        color: #fc0;
        font-size: 18px;
        margin-left: 5px;
        position: absolute;
        top: 9px;
    }

    #searchslide {
        float: right;
        width: 28px;
        height: 28px;
        border: 1px solid #000;
        margin-top: 2px;
        margin-right: 2px;
        background: #8b0001;
    }

    #searchslide:before {
        content: '\e908';
        color: #010000;
        font-size: 22px;
        margin-left: 3px;
        position: absolute;
        top: 8px;
    }

    #searcharea {
        width: 100% !important;
        display: none;
        margin-top: 32px !important;
    }

    #searcharea form {
        width: 100% !important;
    }

    #logo {
        margin-right: 0px;
    }

    #apisidebar {
        float: none;
        margin-bottom: 40px;
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }

    #apisidebar li {
        float: left;
        width: 100%;
    }

    #apisidebar li.apiliheader {
        font-size: 15px;
        font-weight: bold;
        color: #777;
        clear: both;
    }

    #apiinner {
        float: none;
        margin-left: 0px;
        padding-left: 0px;
        width: 100%;
        border-left: none;
    }

    #lionmenu {
        display: none;
        z-index: 10000;
        box-shadow: none;
        width: 100%;
        padding-left: 0px;
        margin-top: 0px;
    }

    #lionmenu .dropdown {
        width: 100%;
        padding-left: 10px;
        margin-top: 12px;
        box-sizing: border-box;
    }

    #lionmenu ul>li {
        display: block;
    }

    #lionmenu ul li .more {
        position: relative;
        padding-right: 0px;
    }

    #lionmenu ul li .more::after {
        display: none;
    }

    #lionmenu ul li .more a::after {
        content: '\25B6';
        font-size: 10px;
        margin-left: 5px;
        margin-bottom: 2px;
    }

    #lionmenu ul li a {
        padding-left: 0px;
        display: block;
    }

    #lionmenu ul li div {
        margin-left: 35%;
        width: 65%;
        top: 0px;
        margin-top: 0px;
        box-shadow: none;
        border: 0px;
    }

    .listcat {
        background: green;
        padding-left: 0px;
        margin-bottom: 300px;
        box-sizing: border-box;
        padding: 0px !important;
    }

    .listcat a img {
        display: none;
    }

    #lionmenu .listcatsmall li {
        width: 80px;
    }

    .listcatsmall,
    .listcatbig {
        border: 0px;
    }

    #lionmenu .listcatsmall li {
        font-size: 12px;
    }

    .listcatsmall {
        min-width: 0px;
    }

    .listcatsmall.lcsvideos li a {
        width: 180px;
    }

    .listcatbig {
        display: none;
    }

    .listcatbig li {
        display: inline-block !important;
    }

    #lionmenu .insideli {
        display: block;
        clear: both;
        width: 100% !important;
    }

    #lionmenu li.listcatsmall {
        width: auto;
    }

    #lionmenumobile {
        float: left;
        z-index: 10000;
        width: 60%;
        background: #1a1a1a;
        min-height: 500px;
    }

    .responsivelasttab,
    .responsivecommunity,
    .responsive1080p,
    .responsive60fps {
        display: block !important;
    }

    .epwhite #topinfolang {
        padding-left: 10px !important;
    }

    #video-info {
        border-top: 1px #333 solid;
        margin-left: 10px;
    }

    #video-info h1 {
        font-size: 1.8em !important;
        font-weight: bold;
    }

    #hdp-suggest {
        font-size: 15px;
    }

    #hdp-suggest .downvotebtn {
        margin: 0px 20px;
    }

    .subscribebutton .sbview1 {
        display: none;
    }

    .subscribebutton .sbview2 {
        display: inline-block;
    }

    .commboxvotebarleft {
        width: 140px;
    }

    #hdp-suggest .votegreen,
    #hdp-suggest .votered {
        display: inline-block;
        width: 30px;
    }

    .suggcolumnleft {
        clear: both;
    }

    #movieplayer-box-adv {
        display: none;
    }

    #uvmnew {
        margin-bottom: 8px;
    }

    #cinemaviews1 {
        display: none;
    }

    #cinemaviews2 {
        display: block;
    }

    #cppbandesk {
        display: none;
    }

    #cppbanmobi {
        display: block;
    }

    #hd-porn-dload {
        padding-left: 0px;
    }

    #hd-porn-dload .dloaddivcol u {
        display: block;
        width: 150px;
        text-decoration: none;
    }

    #hd-porn-dload .download-av1 a {
        margin-left: 0px;
    }

    .download-h264 {
        display: block;
    }

    #simplemodal-overlay {
        background-color: #000;
        opacity: 0.9 !important;
        z-index: 10000000 !important;
    }

    #simplemodal-container {
        z-index: 10000000 !important;
        left: 0;
        top: 20%;
        min-width: 0px;
        width: 90%;
        min-height: 80%;
        position: absolute !important;
    }

    #simplemodal-container .lformnew form {
        border-right: 0px;
    }

    .tabs label {
        padding: 7px 10px;
        font-size: 14px;
    }

    .tabs .tab-content {
        top: initial;
    }

    .tabs [id^="tab"]:checked+label {
        top: 0px;
    }

    #lformnew form {
        float: left;
        max-width: 500px;
    }

    .lformnew form {
        float: left;
        max-width: 500px;
    }

    .lformnew2 {
        float: right;
        width: 520px;
        font-size: 12px;
        padding-left: 20px;
        display: none;
    }

    #content {
        width: 95%;
        min-width: 0px;
        margin: auto;
        margin-top: 5px !important;
    }

    #toptopbel h1::before {
        margin-top: 0px;
    }

    #categoriesbelin {
        display: none;
    }

    .allcatslist li {
        width: 33% !important;
    }

    .mb,
    .mbhd {
        width: 32.5% !important;
        max-width: 32.5% !important;
    }

   

    .mbprofile {
        width: 24.5% !important;
    }

    .subscribebutton small {
        display: inline-block;
    }

    #resppssubcnt {
        display: none;
    }

    #selectowncolumns {
        display: block;
    }

    #selectowncolumns:before {
        content: "Choose number of columns";
    }

    #categories-list-left {
        display: none;
        z-index: 1000;
    }

    #pagediv {
        padding: 20px;
    }

    #div-search-results {
        padding-left: 0px;
    }

    #quicksearch {
        margin-left: 0px;
        width: 90%;
    }

    #page-left {}

    #uploadtable {
        width: 100%;
    }

    #uploadtable input[type=text] {
        width: 80%;
    }

    .vidresultstable {
        width: 100%;
        padding-bottom: 0px;
    }

    #uploaddiv .progress {
        width: 80%;
    }

    #pornstarbio {
        border: 0px;
    }

    .psbio {
        clear: both;
        height: auto;
        padding: 0px;
        border: 0px;
    }

    .ps1 {
        width: 100%;
    }

    .ps1 h1 {
        bottom: 20px;
        text-shadow: 2px 2px #000;
    }

    .ps1 img {
        width: 100%;
        height: initial;
        max-height: 1000px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .psbio .aspectholder {
        display: block;
    }

    .ps1a {
        margin-top: 0px;
    }

    .ps1a a {
        width: 50%;
        box-sizing: border-box;
    }

    .ps2 {
        width: 100%;
        max-width: 100%;
    }

    .ps3 {
        width: 100%;
        margin-top: 2px;
    }

    .ps3 div {
        float: left;
        box-sizing: border-box;
        width: 24%;
        margin: 0.5%;
    }

    .ps4 {
        width: 100%;
        margin-top: 20px;
    }

    .ps5 {
        margin-top: 20px;
    }

    .ps6 {
        margin-top: 20px;
    }

    .psscrol {
        height: auto;
    }

    .numlist2 {
        min-width: 0px;
        padding-left: 10px;
        padding-right: 16px;
        font-size: 1.4em;
    }

    .numlist2 span {
        padding: 5px 0px;
    }

    .numlist2 .nmhere {
        padding-left: 10px;
        padding-right: 16px;
    }

    .numlist2 .nmback:before {
        font-size: 18px;
    }

    .numlist2 .nmnext:after {
        font-size: 18px;
    }

    .numlist2 .extrapages1 {
        display: none;
    }

    #playlistlike {
        display: block;
        width: auto;
    }

    .pbelin.light.plister h2 {
        display: block;
    }

    .pbelin.light.plister {
        height: auto;
    }

    #playlistlike #likeclick div {
        padding: 0 30px;
    }

    #likeclick small {
        display: block !important;
    }

    #relateddiv p.relatedtext {
        margin-top: 0px;
    }

    #movieupload {
        display: none;
    }

    #foot,
    #copyright {
        min-width: 0px;
        width: 100%;
    }

    #footsocbuttons a {
        margin: 0px;
    }

    #copy {
        font-size: 12px;
        line-height: 18px;
        padding-top: 5px;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0px;
    }

    #btasd {
        display: none;
    }

    #btasd iframe {
        display: none;
    }

    #footadframe {
        display: none;
    }

    #foot {
        padding: 2px 0px;
    }

    .footnav1 {
        margin: 20px 20px;
        padding: 0px;
    }

    .footnav1 li {
        width: 49%;
        margin-right: 0px;
    }

    #admobiletop {
        display: block;
    }

    #admobilemiddle {
        display: block;
    }

    #admobileoutstream {
        display: block;
    }

    #ifadhead {
        display: block;
    }

    #ifadmiddle {
        display: block;
    }

    #ifadoutstream {
        display: block;
    }

    #deskadmiddle {
        display: none;
    }

    #admobilefoot {
        display: block;
    }

    #ifadfoot {
        display: block;
    }

    #content.hdpvideo {
        width: 100% !important;
    }

    #movieplayer-left {
        width: 100%;
    }

    #movieplayer-right {
        display: none;
    }

    #relateddiv {
        padding: 5px;
    }

    #cutscenes {
        padding: 5px;
    }

    #cutscenes p {
        margin-top: 0px;
    }

    #vidcontent {
        margin-bottom: 0px;
    }

    #reportdiv .repdivcol {
        width: 100%;
        float: initial;
    }

    #reportdiv textarea,
    #reportdiv input[type="text"] {
        width: 100%;
    }

    .photobitleft,
    .photobitright {
        background: none;
    }

    .commboxprofile {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .vjs-progress-control.vjs-control {
        padding-top: 2em !important;
        margin-bottom: 3px !important;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: inline-block;
    }

    .middlerbox {
        float: none;
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .middlerboxhidden {
        display: none;
    }

    #content.gallerypage .middlerbox:nth-child(1) {
        width: 50%;
        margin-right: 10%;
    }

    #content.gallerypage .middlerbox:nth-child(2) {
        width: 40%;
        min-width: 50px;
        float: right;
    }

    #container.photosgrid,
    .streameventsday.photosgrid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media screen and (max-width:690px) {
    .mbprofile {
        width: 32.5% !important;
    }

    .uptabcatinp {
        width: 31% !important;
    }

    #uploadtable button {
        margin-right: 10px;
        margin-bottom: 10px;
        display: block;
    }

    .blogPost {
        width: 100%;
    }

    #headholder {
        padding-top: 5px;
        height: 80px;
    }
}

@media screen and (max-width:540px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    #uvmnew {}

    #likeclick i {
        display: none;
    }

    .likedown {
        margin-left: 5px;
        margin-right: 8px;
        padding-left: 23px;
        padding-right: 3px;
    }

    .likeup {
        padding-left: 23px;
        padding-right: 3px;
    }

    .likedown:before,
    .likeup:before {
        left: 3px;
    }

    .uvmspn3 {
        display: none !important;
    }

    #cinemaviews2 {
        margin-right: 6px;
        font-size: 15px;
    }

    .mb,
    .mbhd {
        width: 49.5% !important;
        max-width: 49.5% !important;
    }

    .mbphoto {
        width: 49.5% !important;
        max-width: 49.5% !important;
        height: auto !important;
    }

    .hdpstar .vidresultsbottom .mbprofilenew:nth-last-child(-n+3),
    .hdphome .vidresultsbottom .mbprofilenew:nth-last-child(-n+3) {
        display: none !important;
    }

    

    .hdpstar .vidresultsbottom .mbprofilenew,
    .hdphome .vidresultsbottom .mbprofilenew {
        width: 49.5% !important;
        max-width: 49.5% !important;
    }

    .hdphome #mainphotos .mbphoto:nth-last-child(-n+8) {
        display: none !important;
    }

  

    .categoriesbox {
        width: 32.5% !important;
        max-width: 32.5% !important;
    }

    .mbprofile {
        width: 49.5% !important;
    }

    #headholder {
        padding-left: 0px;
    }

    .numlist2 .extrapages2 {
        display: none;
    }

    .numlist2 .nmback span {
        display: none;
    }

    .numlist2 .nmnext span {
        display: none;
    }

    .textare1,
    .textare2 {
        width: 80% !important;
        margin-left: 20px;
        padding-left: 0px !important;
    }

    .bottomrelatedhdp {
        padding-left: 20px;
    }

    .allcatslist li {
        width: 50% !important;
    }

    .vjs-progress-control.vjs-control {
        padding-top: 3em !important;
        margin-bottom: 3px !important;
    }
}

@media screen and (max-width:410px) {
    #logosrc {
        margin-left: -85px !important;
    }

    #logosvg {
        margin-left: -100px !important;
    }

    #logo {
        width: 125px;
    }
}

@media screen and (max-width:358px) {
    #adinhead {
        display: none;
    }

    #logo {
        width: 125px !important;
    }

    #logosrc {
        margin-left: -60px !important;
    }

    #logosvg {
        margin-left: -60px !important;
    }

    #lionmenu ul li a {
        font-size: 12px;
    }

    #uvmnew span {
        line-height: 30px;
        height: 30px;
        background: #ae0000;
        color: #fff;
        display: inline-block;
        position: relative;
        padding: 0px 12px;
        padding-left: 28px;
        margin-right: 5px;
        cursor: pointer;
        transition: all 0.2s !important;
    }

    #uvmnew span:hover {
        background: #800000;
    }

    #uvmnew span:before {
        font-family: 'epicons', sans-serif;
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        position: absolute;
        left: 8px;
    }

    .uvmspn4 {
        display: none !important;
    }

    .mb,
    .mbhd {
        width: 100% !important;
        max-width: 100% !important;
    }

   

    .hdpstar .vidresultsbottom .mbprofilenew:nth-last-child(-n+3),
    .hdphome .vidresultsbottom .mbprofilenew:nth-last-child(-n+3) {
        display: none !important;
    }

  

    .hdpstar .vidresultsbottom .mbprofilenew,
    .hdphome .vidresultsbottom .mbprofilenew {
        width: 49.5% !important;
        max-width: 49.5% !important;
    }

    .categoriesbox {
        width: 49.5% !important;
        max-width: 49.5% !important;
    }

    .allcatslist li {
        width: 100% !important;
    }

    .mbprofile .mbtit {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #copy strong {
        display: block;
    }
}

@media screen and (max-width:330px) {
    .likedown {
        margin-right: 5px;
        padding-left: 22px;
        padding-right: 2px;
    }

    .likeup {
        padding-left: 22px;
        padding-right: 2px;
    }

    .uvmspn3 {
        display: none !important;
    }

    #cinemaviews2 {
        margin-right: 5px;
        font-size: 14px;
    }
}

.showall .mb {
    display: block !important;
}

#vidresults.showall .mb {
    display: block !important;
}

#panel-rightXpornstar #vidresults.showall .mb {
    display: block !important;
}

#ico-moon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 red;
}

#ico-sun {
    background: red;
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
}

#ico-sun:before,
#ico-sun:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    background: red;
}

#ico-sun:before {
    transform: rotate(30deg);
}

#ico-sun:after {
    transform: rotate(60deg);
}

.epwhite body {
    background: #f5f5f5;
    color: #404040;
}

.epwhite #top2 {
    box-shadow: none;
    background-image: none;
}

.epwhite #top2 .tcolor {
    background: #666;
}

.epwhite #logo1 img {
    visibility: hidden;
}

.epwhite #logo a {
    display: block;
}

.epwhite #topinfolang {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    border: 0px;
    color: #404040;
    line-height: 40px;
    padding-left: 202px;
}

.epwhite #topinfolang a {
    color: #ae0000;
}

.epwhite .uploadmovie {
    background: #ae0000;
    background-image: linear-gradient(#ae0000, #9d0000);
}

.epwhite .uploadmovie:hover {
    background: rgba(174, 0, 0, 0.6);
}

.epwhite #nightandday {
    background: #ae0000;
    background-image: linear-gradient(#ae0000, #9d0000);
}

.epwhite #langsbox a {
    background: #666;
    border-top: 1px solid #333;
}

.epwhite #headmenu a {
    background: #333;
}

.epwhite #headmenu a:hover {
    opacity: 0.8;
}

.epwhite #lionmenu ul>li {
    text-transform: none;
}

.epwhite .ad300px,
.epwhite .ad300pxs {
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.epwhite #categories-list-left {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.epwhite #categories-list-left span.catname {
    color: #242424;
}

.epwhite #categories-list-left li {
    border: none;
    padding-bottom: 1px;
}

.epwhite #categories-list-left li:hover {
    color: #ae0000 !important;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.epwhite #categories-list-left li:hover span.catname {
    color: #ae0000;
}

.epwhite #categories-list-left .addrem-cat .catvmore::before {
    color: #404040;
}

.epwhite #categories-list-left .activecat {
    background: none;
}

.epwhite #categories-list-left ul .lihe {
    color: #404040;
}

.epwhite #categories-list-left #promosidb {
    background: #fcf8e3;
    border-bottom: 1px solid #eadcbf;
}

.epwhite #categories-list-left #promosidb .prositop {
    padding: 10px 0;
    background: #faebcc;
}

.epwhite #categories-list-left #promosidb li:hover {
    background: none !important;
}

.epwhite #categories-list-left #promosidb li:hover i,
.epwhite #categories-list-left #promosidb li:hover a {
    color: #ae0000 !important;
}

.epwhite #promosidb a {
    color: #404040;
}

.epwhite #promosidb i {
    color: #404040;
}

.epwhite #toptopbel,
.epwhite .toptopbel2,
.epwhite #toptopbel3.epwhite .mainbelnew {
    background-image: none;
    background: #ececec;
    ;
    border: 1px solid #ccc;
}

.epwhite #toptopbel,
.epwhite .toptopbel,
.epwhite #toptopbel2,
.epwhite .toptopbel2 {
    border-radius: 3px;
}

.epwhite #toptopbel h1,
.epwhite #toptopbel h2 a,
.epwhite .toptopbel h2 a,
.epwhite #toptopbel2 h2 a,
.epwhite .toptopbel2 h2 a,
.epwhite #toptopbel h2,
.epwhite .toptopbel h2,
.epwhite #toptopbel2 h2,
.epwhite .toptopbel2 h2 {
    color: #404040;
    letter-spacing: -1px;
}

.epwhite #toptopbel h1:before,
.epwhite #toptopbel h2:before,
.epwhite .toptopbel h2:before,
.epwhite #toptopbel2 h2:before,
.epwhite .toptopbel2 h2:before {
    color: #aaa;
}

.epwhite .toptopbelinset {
    color: #404040;
}

.epwhite .bordertrianglesuggest {
    border-color: transparent transparent #ccc transparent;
}

.epwhite .toptopbel2 h2,
.epwhite #toptopbel2 h2,
.epwhite #toptopbel h2 {
    padding-left: 7px;
}

.epwhite .toptopbel2 h2::before,
.epwhite #toptopbel h2::before {
    content: none;
    font-family: 'epicons', sans-serif;
    color: #444;
    font-size: 30px;
    position: absolute;
    margin-left: -25px;
    margin-top: -0px;
}

.epwhite #toptopbelin a {
    background: #cfcfcf;
    color: #404040;
    border-left: 1px solid #ccc;
    line-height: 26px;
    border-radius: 3px;
    margin-left: 0px;
    margin-right: 5px;
    min-width: 95px;
}

@media screen and (max-width:1270px) {

    .epwhite #toptopbelin,
    .epwhite #toptopbelin2,
    .epwhite #toptopbelin3 {
        height: auto;
    }

    .epwhite #toptopbelin a,
    .epwhite #toptopbelin2 a,
    .epwhite #toptopbelin3 a {
        line-height: 34px;
        border-bottom: 1px solid #333;
        border-radius: 0px;
    }
}

.epwhite #error,
.epwhite .error,
.epwhite #good,
.epwhite .good {
    color: #fff;
}

.epwhite #langsbox {
    background: linear-gradient(90deg, rgba(102, 102, 102, 0.0) 75%, rgba(102, 102, 102, 1) 25%);
}

.epwhite #toptopbelin a.active {
    background: #FFF;
    color: #ae0000;
}

.epwhite #toptopbelin a:hover {
    color: #404040;
    background: #c8c8c8;
}

.epwhite #categoriesbelin a {
    background: #cfcfcf;
    color: #404040;
    border-left: 1px solid #ccc;
}

.epwhite #categoriesbelin a.active {
    background: #FFF;
    color: #ae0000;
}

.epwhite #categoriesbelin a:hover {
    color: #404040;
    background: #c0c0c0;
}

.epwhite #categories-list-left span.catname:hover {
    padding-left: 0px;
}

.epwhite .mb .mbtit a {
    color: #404040;
}

.epwhite .mb .mvhdico {}

.epwhite .mb.hdy .mvhdico span {
    background: rgba(0, 0, 0, 0.6);
}

.epwhite .mb .mbstats span {
    color: #666 !important;
}

.epwhite .mbphoto2 .sg_gallery_meta span {
    color: #333 !important;
}

.epwhite .mb .mbstats *:before {
    color: #ae0000;
}

.epwhite .mbphoto .mbtimphoto:before {
    color: #ae0000;
}

.epwhite .mbphoto .mbviephoto:before {
    color: #ae0000;
}

.epwhite .mvhdico span,
.epwhite .mvhdico60fps span {
    line-height: 20px;
}

.epwhite .mvhdico i::before {
    line-height: 19px;
}

.epwhite .mb-uploader a {
    color: #666;
}

.epwhite .mb-uploader.ischannel a {
    color: #ae0000;
}

.epwhite .mb .mbstats::before,
.epwhite .mbphoto2 .mbvie::before,
.epwhite .mbphoto2 .mbrate::before {
    color: #ae0000;
}

.epwhite #content .catheadtext {
    color: #404040;
}

.epwhite #vidresults .catheadtext {
    background: #fff;
}

.epwhite #video-info h1,
.epwhite #video-info .vid-length,
.epwhite #video-info .vid-quality,
.epwhite #cinemaviews1,
.epwhite #cinemaviews2,
.video-info-tags .vit-more::before {
    color: #404040;
}

.epwhite .sg_gallery_meta {
    background: rgba(255, 255, 255, 0.5);
    color: #404040 !important;
}

.epwhite .video-info-tags .vit-pornstar {
    background: #555555;
    color: #f5f5f5;
}

.epwhite .video-info-tags .vit-pornstar.starw a {
    color: #fff;
}

.epwhite .video-info-tags .vit-uploader {
    background: #777777;
    color: #f5f5f5;
}

.epwhite .video-info-tags .vit-category {
    background: #aaaaaa;
    color: #404040;
}

.epwhite .video-info-tags .vit-tag {
    background: #c7c7c7;
    color: #404040;
}

.epwhite #relateddiv {
    border: none;
    padding: 20px 0 0 0;
    background: #f5f5f5;
}

.epwhite #relateddiv p.relatedtext {
    color: #404040;
}

.epwhite #morerelated,
.epwhite .hiddenfooter {
    background: #dedede;
    color: #404040;
}

.epwhite #morerelated:hover,
.epwhite .hiddenfooter:hover {
    background: #d8d8d8;
    color: #404040;
}

.epwhite #commentdiv {
    border: none;
    background: #ededed;
    border-radius: 3px;
}

.epwhite #commentdivright {
    border-left: 1px solid #ccc;
}

.epwhite #commenthrefwrite {
    color: #404040;
}

.epwhite .doyouknowtext {
    color: #404040;
}

.epwhite #commentdiv span.commentstitle,
.epwhite .doyouknowtexttitle,
.epwhite .topcommentstexttitle {
    color: #000 !important;
}

.epwhite .topcommentstexttitle {
    border-top: 1px solid #ccc;
}

.epwhite .topcommentsblock p {
    color: #000;
}

.epwhite #commentform small {
    color: #404040;
}

.epwhite #commentform .cinp1 {
    border: 1px solid #999;
    background: #f5f5f5;
    border-radius: 3px;
}

.epwhite .commbox {
    background: none;
    padding: 0px;
    border: 0px;
    padding-left: 60px;
}

.epwhite .commbox p {
    color: #404040;
}

.epwhite .commbox span,
.epwhite .commbox span a {
    font-weight: bold;
    color: #404040;
    line-height: 18px;
    display: inline;
}

.epwhite .commbox .commboxvotebar:before {
    color: pink;
}

.epwhite .commbox .commboxtime:before {
    content: none;
}

.epwhite .commboxvote .votegreen,
.epwhite .commboxvote .votered {
    color: #f5f5f5;
}

.epwhite #pagediv {
    color: #040404;
    border: 1px solid #ccc;
}

.epwhite #advpage p {
    color: #040404;
}

.epwhite #page-left .accordion {
    background: #dedede;
}

.epwhite #pagediv.contactpage .cntleftside h2,
.epwhite #pagediv.contactpage h2.h2dotted {
    border-bottom: 1px dotted #333;
}

.epwhite #pornstarbio {
    background: #404040;
}

.epwhite .psbioaliases li {
    color: #FC0;
}

.epwhite .psbio a {
    color: #FC0;
}

.epwhite .vidresultstable {
    color: #404040;
    margin-top: 20px;
}

.epwhite .vidresultstable a {
    color: #ae0000;
}

.epwhite #suggest-pornstar-box,
.epwhite #suggest-category-box,
.epwhite #suggest-description-box {
    border: 0px;
    background: #eaeaea;
    color: #404040;
}

.epwhite .suggest-pornstar-head {
    background: #ccc;
    color: #404040;
}

.epwhite .suggprndiv {
    background: #ccc;
    padding: 0 0 0 10px;
    border-top: 0px;
}

.epwhite .commboxvotebarleft {
    background: none;
}

.epwhite .commbox p a {
    color: #333;
}

.epwhite #suggest-description-box .suggest-pornstar-body:empty {
    padding: 0px;
}

.epwhite .suggest-pornstar-head span {
    color: #404040 !important;
}

.epwhite .pstarslist li {
    border: 0px;
    background: #666;
}

.epwhite .pstarslist li a {
    color: #404040;
}

.epwhite .mbprofile img {
    border: 0px;
}

.epwhite .mbprofile .mbtim,
.epwhite .mbprofile .mbtim span,
.epwhite .mbprofile .mbvie,
.epwhite .mbprofile .mbvie span {
    color: #404040;
}

.epwhite .mbprofile .mbvie {
    max-width: 100%;
}

.epwhite .vidresultstable tr:nth-child(even) td {
    background: #e7e7e7;
}

.epwhite .vidresultstable tr:hover td {
    background: rgba(0, 0, 0, 0.05) !important;
}

.epwhite .vidresultstable thead {
    font-size: 16px;
    background: #dedede;
}

.epwhite .vidresultstable td {
    vertical-align: middle;
    padding: 5px;
}

.epwhite .mbtitphoto,
.epwhite .mbtitphoto2 {
    border-top: 0px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.epwhite .commboxprofile {
    border: 1px solid #404040;
    color: #404040;
}

.epwhite .avat-col1 {
    background: rgba(144, 53, 50, 0.5);
}

.epwhite .avat-col2 {
    background: rgba(187, 80, 47, 0.5);
}

.epwhite .avat-col3 {
    background: rgba(200, 109, 54, 0.5);
}

.epwhite .avat-col4 {
    background: rgba(167, 137, 65, 0.5);
}

.epwhite .avat-col5 {
    background: rgba(166, 139, 109, 0.5);
}

.epwhite #showcommentmore a {
    color: #404040;
}

.epwhite .movieplayer-box-adv {
    background-color: #ededed
}

.epwhite #movieplayer-box-adv-iframe {
    background: #f5f5f5
}

.epwhite #ifdeskadmiddle {
    background: #f5f5f5;
}

.epwhite #deskadmiddle {}

.epwhite #ifadmiddle {
    background: #ededed;
}

.epwhite #ifadoutstream {
    background: #ededed;
}

.epwhite .homeadiframe {
    background: #ccc;
}

.epwhite .movieplayer-box-adv-box {
    width: 300px;
    height: 250px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #ededed;
}

.epwhite #movieplayer-box-adv {
    box-shadow: 0 0 3px #000;
    background-color: #FFF;
}

.epwhite .video-description,
.epwhite #cutscenes,
.epwhite #cutscenes p,
.epwhite #reportdiv {
    background: none;
    color: #404040;
}

.epwhite .video-description span {
    color: #999;
}

.epwhite #embright textarea,
.epwhite #reportdiv .eml,
.epwhite #reportdiv textarea,
.epwhite #reportdiv span,
.epwhite #hd-porn-dload,
.epwhite .bottomrelated h2,
.epwhite .bottomrelateditem a {
    background: none;
    color: #404040;
}

.epwhite .numlist2 {
    border: 0px;
    background: #dedede;
    border-radius: 3px;
}

.epwhite .numlist2 a {
    background: #666;
    border: 0px;
}

.epwhite .numlist2 a:hover {
    color: #f5f5f5;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
}

.epwhite .numlist2 .nmhere {
    line-height: 20px;
    margin-right: 10px;
    background: #404040;
    padding: 5px 18px;
    border: 0px solid #333;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
}

.epwhite .numlist2 .nmnext,
.epwhite .numlist2 .nmback {
    background: #ae0000;
    color: #f5f5f5;
}

.epwhite #cookies {
    color: #040404;
}

.epwhite #cookies a {
    color: #040404;
}

.epwhite .blogPost,
.epwhite .blogPost h5 a {
    color: #040404;
}

.epwhite .footer-text {
    color: #040404;
    border-bottom: 1px dotted #333;
    text-align:center;
}

.epwhite #search_warning {
    color: #242424;
}

.epwhite #search_warning h2 {
    color: #242424;
}

.epwhite #search_warning h3 {
    color: #242424;
}

.epwhite #search_warning a {
    color: #ae0000;
}

.epwhite #search_warning .gbthp {
    color: #000;
}

.epwhite #foot {
    background: #f5f5f5;
}

.epwhite #foot a {
    color: #404040;
}

.epwhite #foot .footnews a {
    color: #f5f5f5;
}

.epwhite .frta img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.epwhite .good {
    background: rgba(10, 145, 10, 0.3);
    color: #404040;
    line-height: 2em;
}

.epwhite .info,
.epwhite #info {
    background: rgba(255, 204, 0, 0.3);
    color: #404040;
    border: 1px dotted #fc0;
    line-height: 2em;
}

.epwhite #info span {
    color: #404040;
}

.epwhite .info a,
.epwhite #info a {
    color: #000;
    font-weight: bold;
}

.epwhite #topinfolang .bigclosex {
    background: #ae0000;
    color: #fff;
}

.epwhite #topinfolang a {}

.epwhite #pagediv.contactpage h2,
.epwhite #pagediv.contactpage .cntleftside h2,
.epwhite #page-left .accordion,
.epwhite #advpage .hetp {
    color: inherit !important;
}

.epwhite #uploadfile {
    background: #ccc;
    border: 0px;
}

.epwhite #uploadfile .ufinp,
.epwhite #uploadfile .uftit {
    border: 1px solid #333;
    background: #f5f5f5;
}

.epwhite .catheadtext {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    border: 0px;
    color: #404040;
    line-height: 40px;
    padding-left: 202px;
}

.epwhite #uploaddiv {
    background: #ededed;
    padding: 20px;
    color: #404040;
}

.epwhite #uploaddiv strong,
.epwhite #uploaddiv small {
    color: #000;
}

.epwhite #movieupload {
    display: none;
}

.epwhite .allcatslist li a {
    color: #666;
}

.epwhite .allcatslist li span {
    background: #666;
    color: #fff;
}

.epwhit .pannelbtnylw {
    color: #ae0000;
}

.epwhite #cppbar {
    border: 1px solid #333;
    background: #e0e0e0;
    color: #000;
}

.epwhite #cppbar h2 {
    color: #000;
}

.epwhite #cppbar .subscribebutton {
    background: #e0e0e0;
    color: #000;
    border-color: #000;
}

.epwhite #cppbar .subscribebutton .sbview1,
.epwhite #cppbar .subscribebutton .sbview2 {
    color: #000;
}

.epwhite #cppbar .cpp_stats i {
    color: #000;
}

.epwhite .channelscategoriesbox {
    border: 1px solid #ccc;
    background: #ededed;
}

.epwhite .channelscategoriesbox h2 {
    color: #000;
    text-transform: uppercase;
}

.epwhite .channelscategoriesbox .ccrank {
    color: #000;
}

.epwhite .channelscategoriesbox .ccstats span {
    color: #000;
}

.epwhite .channelscategoriesbox .subscribebutton .sbview1 {
    color: #000;
}

.epwhite .channelscategoriesbox .subscribebutton .sbview2 {
    color: #000;
}

.epwhite #fullhd,
.epwhite #pagediv p span,
.epwhite #advpage .advyellow,
.epwhite #hd-porn-dload a,
.epwhite #uploadtable a {
    color: #ae0000 !important;
}

.fa {
    font-family: 'epicons', sans-serif;
    font-size: 15px;
    font-style: normal;
}

i {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.epi {
    font-family: 'epicons' !important;
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-history:before {
    content: "\f1da"
}

.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-star:before {
    content: "\f005"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-comments:before {
    content: "\f086"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-close:before {
    content: "\e929"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-facebook-square:before {
    content: "\e92b";
}

.fa-tiktok:before {
    content: "\e92e";
}

.fa-magnifying-glass:before {
    content: "\f002";
}

.fa-lock:before {
    content: "\e923";
}

.fa-trash:before {
    content: "\e925";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-up-right-from-square:before {
    content: "\e926";
}

.fa-subscribe:before {
    content: "\e927";
    font-size: 11px;
}

.fa-settings:before {
    content: "\e928";
    font-size: 12px;
}

.tv #categories-list-left,
.tv #menusection2,
.tv #headmenu,
.tv #copyright,
.tv #cookies,
.tv .footer-text,
.tv #mainBlogPosts,
.tv .catheadtext,
.tv #lionmenu ul>li ul,
.tv #lionmenu ul li div,
.tv .listcat,
.tv #lionmenu ul li .more::after {
    display: none !important;
}

.tv #content {
    width: 98%;
}

.tv #headholder {
    width: 98%;
    box-sizing: border-box;
    padding-left: 5px;
}

.tv #foot {
    width: 98%;
    margin-bottom: 20px;
}

.tv #div-search-results {
    padding-left: 0px;
}

.tv #content.hdpvideo {
    max-width: 100%;
}

@media screen and (max-width:2400px) {}

@media screen and (max-width:1880px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1320px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1270px) {}

@media screen and (max-width:1266px) {}

@media screen and (max-width:1250px) {}

@media screen and (max-width:1210px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {
    #cppbar div.cpp_stats {
        display: none;
    }
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:970px) {}

@media screen and (max-width:950px) {}

@media screen and (min-width:1000px) and (min-height:540px) {}

@media screen and (min-width:1200px) and (min-height:660px) {}

@media screen and (min-width:1650px) and (min-height:880px) {}

@media screen and (max-height:850px) {}

@media screen and (max-width:850px) {
    #uvpmenu {
        margin-left: 10px;
    }

    #cppbar .cppbtns {
        display: block;
    }

    #cppbar #cppjoinbutton {
        width: 45%;
    }

    #cppbar .subscribebutton {
        width: 45%;
        float: right;
        margin: 0px;
    }

    #cppbar div.cpp_stats {
        display: block;
        line-height: 20px;
        margin-top: 10px;
        margin-left: 0px;
        text-align: right;
    }

    #channelpromote .channelscategoriesbox {
        min-width: 200px;
    }
}

@media screen and (max-width:805px) {}

@media screen and (max-width:690px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:410px) {}

@media screen and (max-width:358px) {}

@media screen and (max-width:330px) {}

.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(../##/profile/flags16.png) no-repeat;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union,
.f16 .eu {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae {
    background-position: 0 -368px;
}

.f16 .af {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .ao {
    background-position: 0 -464px;
}

.f16 .aq {
    background-position: 0 -480px;
}

.f16 .ar {
    background-position: 0 -496px;
}

.f16 .as {
    background-position: 0 -512px;
}

.f16 .at {
    background-position: 0 -528px;
}

.f16 .au {
    background-position: 0 -544px;
}

.f16 .aw {
    background-position: 0 -560px;
}

.f16 .ax {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb {
    background-position: 0 -1456px;
}

.f16 .sh {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .bq {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .bv,
.f16 .nq,
.f16 .sj {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}

.f16 .sx {
    background-position: 0 -3904px;
}

.f16 .cw {
    background-position: 0 -3920px;
}

.f16 .ss {
    background-position: 0 -3936px;
}

.f16 .nu {
    background-position: 0 -3952px;
}