.formError {
    top: 0 !important;
    margin-top: -50px !important;
}
.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 7.5rem;
    font-size: 0.6875rem;
    border: 0.125rem solid #ddd;
    box-shadow: 0 0 0.375rem #000;
    -webkit-box-shadow: 0 0 0.375rem #000;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    z-index: 10;
    text-align: center;
}
.formError .formErrorContent::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #dddddd transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 20px;
}
.formError .formErrorContent::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ee0101 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 22px;
    margin-top: -2px;
}

.box__bg-img {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 20%;
}
.box__bg-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.8) 100%);
    z-index: 1;
}
.paysite__bg-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(min-width: 600px) {
    .-has-bg .paysite__thumb {
        position: absolute;
        left: 12px;
        top: 0;
        border: 6px solid #363636;
        padding: 0;
        margin: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        max-width: 160px;
        z-index: 2;
    }
}
/* inverted colors */
.js-inverted-colors .-has-bg .paysite__thumb {
    border-color: #C9C9C9;
}
@media(min-width: 600px) {
    .-has-bg .box__bd-inner {
        padding-top: 35px;
    }
}

@media(min-width: 380px) {
    .paysite__stats {
        position: absolute;
        left: 156px;
        top: 12px;
    }
}
@media(min-width: 600px) {
    .-has-bg .paysite__stats {
        top: auto;
        bottom: 103%;
        left: 180px;
        z-index: 2;
    }
}
.paysite__stats + .paysite__bd {
    padding-top: 24px;
}
@media(min-width: 600px) {
    .-has-bg .paysite__stats + .paysite__bd {
        padding-top: 0;
    }
}
.paysite__stat {
    display: inline-block;
    vertical-align: top;
}
.paysite__stat + .paysite__stat {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #7c7c7c;
}
/* inverted colors */
.js-inverted-colors .paysite__stat + .paysite__stat {
    border-color: #C9C9C9;
}
@media(min-width: 600px) {
    .-has-bg .paysite__stat + .paysite__stat {
        padding-left: 0;
        border: 0;
    }
}
.paysite__stat .sub-label {
    font-weight: 500;
    color: #ffffff;
    margin-left: 3px;
}
/* inverted colors */
.js-inverted-colors .paysite__stat .sub-label {
    color: #333333;
}
.js-inverted-colors .-has-bg .paysite__stat .sub-label {
    color: #ffffff;
}
.paysite__stat .icon {
    margin-top: -2px;
}

.icon--delete:before, .icon.-delete:before, .icon.i-delete::before {
    font-style: normal !important;
    display: inline-block;
    content: "\e9c1";
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: 'fontello';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga'; }
.icon--ok:before, .icon.-ok:before, .icon.i-ok::before {
    font-style: normal !important;
    display: inline-block;
    content: "\e9bf";
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: 'fontello';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga'; }

a.addIco {
    color: #60c042;
}
a.addIco:hover {
    color: #80cd68;
}

.filter-list__li .upload__link {
    height: 34px;
    line-height: 34px;
}
/*custom code*/
.citem__thumb{
  border-radius: 2px; !important
}
.custom-page{
	float: left;
  width: 100%;
	display: inline-block;
	}
@media only screen and (min-width: 768px) {
.custom-page{
  width: 25%;
	}
}
.Pornenix-Header-link {
	height: 30px;
	width: 100%;
}

.Header-column-link {
  float: left;
  width: 25%;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  border: 5px;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; 
}
@media only screen and (max-width: 600px) {
  [class*="Pornenix-Header-link"] {
    height: 40px;
	  width: 95%;
	  margin: 10px;
		margin-top:0px;
  }
}
@media only screen and (max-width: 600px) {
  [class*="Header-column-link"] {
    width: 50%;
		font-size: 12px;
		padding: 10px 10px;
  }
}

element.style {
}
.js-inverted-colors #footer-text{
    color: #ffffff;
}
.item__inner:hover span.item__thumb{
	 border-radius: 2px 2px 0 0;
}

.item__inner:hover {
    transform: scale(1.01);
    transition: transform .4s,opacity .2s;
}
span.item__stats-bar {
    width: 100%;
    transform: translateY(0px);
    opacity: 1;
    transition: transform .2s,opacity .2s;
}
.item__inner:hover span.item__stats-bar{
  transform: translateY(16px);
    opacity: 0;
}



/* -------- Header --------- */
.ds-only-mobile {
    display: none;
}
/* -------- Desktop Only --------- */
@media screen and (min-width: 1025px) {
.wrapper{
padding: 0 80px !important;
}
}
/* -------- Mobile Only --------- */
@media screen and (max-width: 600px) {
.ds-hide-mobile {
    display: none;
  }
.ds-only-mobile {
    display: block;
    width: 100%;
    float: left;
}
.mitem, .citem{
    width: 33.33% !important;
}
.main-nav__inner{
  padding-top: 0.75rem !important;
  }
.main-nav-list {
    margin: 65px 0 0 !important;
    border-top: 1px solid #ededed;
}
.main-nav-list__li{
  padding: 10px 0 0;
  }
.main-nav-list__label{
  font-size: 16px;
  }
.ucp {
    float: left;
}
.ucp-list__link, .ucp-list__label{
  font-size: 12px;
  font-weight: 600;
  }
}
@media (max-width: 29.938em){
.logo {
    width: 15% !important;
}
}
/* -------- Mobile & Tab Only --------- */
@media screen and (max-width: 1024px) {
.wrapper{
padding: 0 5px !important;
}
.search{
    margin-left: -10px !important;
    width: 18rem !important;
}
}


.top-bar{
    position: fixed !important;
    background-color: #1c1c1c;
    width: 100%;
    height: 60px;
    border: none;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}
.logo__img{
    height: 40px;
    width: 40px;
}
.logo__link, .ucp{
    margin-top: 5px;
}
.top-bar .wrapper, .top-bar .wrapper .row{
    height: 60px;
}
.search{
    margin-left: 10px;
    padding: 10px;
    width: 25rem;
}
.search .search__submit, .search__type, .search__form input{
    background-color: #ededed !important;
    color: #646c79 !important;
}
.search .search__input-text{
    max-width: none;
    border-style: none !important;
    font-size: 14px;
    font-weight: 600;
}
.search__submit-icon .icon {
    -webkit-transform: translate(0, -0.1875rem) scaleX(-1) !important;
    -ms-transform: translate(0, -0.1875rem) scaleX(-1) !important;
    transform: translate(0, -0.1875rem) scaleX(-1) !important;
    }
.main-nav{
    padding: 20px 10px;
}
a.ds-menu-link {
    padding: 0 2px;
}
.ds-menu-link span:hover{
    color: #d51010;
}
.navbar-trigger.col, .navbar-trigger__inner, .btn.-navbar-trigger {
    height: 60px !important;
    line-height: 60px !important;
    float: right;
}
.ucp-list__label, .search__type-label{
    font-weight: 600;
}
/* -------- Header close --------- */

.page-main{
    padding-top: 60px;
}
.item__thumb, .mitem__thumb, .item__inner:hover{
    border-radius: 2px !important;
}
.js-inverted-colors #item-video-title {
    color: #333 !important;
}
.item__inner:hover #item-video-title{
    color: #d51010 !important;
}
#item-video-title{
  bottom: -1.4rem !important;
  font-weight: 500;
}
.item__inner{
    padding-bottom: 1.75rem;
}
.mitem, .citem{
    width: 16.66%;
}
.box__ft{
    display: none;
}
.box__h-legend {
  visibility: hidden;
}
.mitem__title{
    color: #fff;
}
.item__inner:hover .item__thumb::after{
	background: transparent;
}
/* -------- Footer --------- */
#ds-hide{
    display: none;
}
.footer__upper_inner{
    border-color: #444;
}
/* -------- Footer close --------- */
/* -------- Backlinks --------- */
.ds-Header-link, .ds-footer-link {
	height: 50px;
	width: 100%;}
#HCL1, #HCL2, #HCL3{
  border-right: 0.0625rem solid #242424;}
.js-inverted-colors #HCL1, .js-inverted-colors #HCL2, .js-inverted-colors #HCL3 {
   border-color: #C9C9C9;
}
.ds-column-link {
  float: left;
  width: 25%;
  height: 50px;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; 
}
.footer .ds-column-link{
  text-transform: none; 
  letter-spacing: 0.5px;}
@media only screen and (max-width: 600px) {
  [class*="ds-Header-link"] {
    height: 100px;
  }
  [class*="ds-footer-link"] {
    height: 100px;
  }
  #HCL2{
  border-right:none;}
  #HCL1, #HCL2{
  border-bottom: 0.0625rem solid #242424;}
  .js-inverted-colors #HCL1, .js-inverted-colors #HCL2 {
    border-color: #C9C9C9;}
}

@media only screen and (max-width: 600px) {
  [class*="ds-column-link"] {
    width: 50%;
	font-size: 14px;
  }
}
.ds-column-link a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ds-footer-link a:hover{
    color:#d51010;}
/* -------- Backlinks close --------- */
.Above-player-ad {
    font-family: roboto condensed;
    padding: 0.5em;
    background: #F8CA3A;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.Above-player-ad a{
   color: #666;}
#custom-download {
    position: absolute;
    right: 0;
}
#ds-media {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
#animated-text{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.error-col {
    width: 50%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-inner-col {
    justify-content: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    vertical-align: middle;
    margin: 25px 25px;
}
.error-col h1{
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 10px;
}
.error-col h2{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.error-col h3{
	font-size: 24px;
	font-weight: 600;
	color: #d51010;
}
@media only screen and (max-width: 600px) {
.error-col {
    width: 100%;
}
.error-inner-col {
	margin: 0;
}
.error-col h1{
	font-size: 38px;
}}
.inlined__h {
    font-weight: 600;
    text-transform: uppercase;
}
.tag-list__link{
    font-weight: 500;
}
.tag-list__link-img{
    flex-direction: column;
}
.tag-list__thumb{
    -ms-flex: 0 0 3.875rem;
    flex: 0 0 3.875rem;
    line-height: 3.875rem;
    height: 3.875rem;
    width: 3.875rem;
    border: 3px solid #121212;
    border-radius: 50%;
}
.js-inverted-colors .tag-list__thumb{
    border-color: white;
}
.tag-list__thumb-img{
    top: 75%;
}
.inlined.col.-models .tag-list{
    margin-bottom: 5.5rem;
  }
.inlined.col.-models .tag-list__li {
    position: absolute;
    margin-left: 0px;
    }

.inlined.col.-models li.tag-list__li:not(:first-child) {
    margin-left: 40px;
}
.tag-list__thumb:hover, .tag-list__link-img:hover .tag-list__thumb {
    transform: scale(1.2);
    transition: all 0.5s ease;
    z-index: 2;
}
.tag-list__thumb ~ .tag-list__label {
    margin-top: 0.3125rem;
    opacity: 0;
}
.tag-list__thumb:hover ~ .tag-list__label, .tag-list__link-img:hover .tag-list__label {
    transform: scale(1.1);
    opacity: 1;
    transition: all 0.5s ease;
}
.simple-list__li{
    display: inline;
    padding-right: 10px;
}
.simple-list__li::after {
    content: "\2022";
    padding-left: 10px;
    font-weight: 900;
}
.simple-list__li:last-child::after {
    content: none;
}
.simple-list__li .simple-list__link {
    font-size: 16px;
}
#second-footer-links a {
    color: #fff;
}
#second-footer-links a:hover {
    color: #d51010;
}