html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    background: #141414;
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
}
.navbar {
    font-size: 1.6rem;
    background:#141414;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 50px;
}
.navbar-brand {
    float: left;
    padding: 0;

}
.navbar-brand img {
    width: 210px;
}
.navbar .nav-link {
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 5px;
}
.navbar .nav-link:hover {
    color: #c9cacc;
}
.navbar .search-input {
    background: #141414;
    width: 200px;
    color: #b3b3b5;
    text-transform: uppercase;
    font-size: 13px;
    border-color: #d4d4d6;
}
.navbar input::-webkit-input-placeholder {
    color: #b3b3b5;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar input::-moz-placeholder {
    color: #b3b3b5;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar input:-ms-input-placeholder {
    color: #b3b3b5;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar input:-moz-placeholder {
    color: #b3b3b5;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar .join-btn {
    background: #ffcc99;
    color: #000;
    border-radius: 5px;
    width: 80px;
    text-align: center;
    margin-right:0;
    border: 1px solid transparent;
    text-decoration: none;
}
.navbar .join-btn:hover {
    background: none;
    border: 1px solid #ffcc99;
    color: #ffcc99;
}
.desktop-menu {
    width: 100%;
}
.desktop-menu .navbar-nav {
    float: left;
}
.desktop-menu .form-inline {
    float: right;
}

.popular-nudeart-container h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color:  #adadad;
    font-weight: 200;
}

.popular-nudeart-container .image-holder {
    margin-bottom: 30px;
    border-bottom: 2px solid #212121;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
}

.popular-nudeart-container .image-holder:hover {
    opacity: 0.6;

}

.popular-nudeart-container .image-holder .details .modelName {
    float: left;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    width: 75%;
    line-height: 1;
    text-decoration: none;
}
.popular-nudeart-container .image-holder .details .modelName:hover {
    color: #ffb366;
}
.popular-nudeart-container .image-holder .details .picturesNr {
    float: right;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
}
.popular-nudeart-container .image-holder .details .picturesNr .fa-camera {
    margin-left: 5px;
}
.image-box {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.overlay-text {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    background: rgba(26, 26, 26, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
}
.overlay-text:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
}
hr {
    width: 40%;
    margin: 0 auto;
    background: #595959;
}
.popular-models-container h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color:  #adadad;
    font-weight: 200;
}
.underlined-title {
    position: relative;
}
.underlined-title .line {
    display: block;
    height: 3px;
    width: 350px;
    position: absolute;
    bottom: -1px;
    left: 58px;
    background:#ffcc99;
}
.popular-models-container .underlined-title .line {
    width: 325px;
}

.join-page {
    padding-top: 80px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
}
.join-page h1 {
    display: block;
    width: 60%;
    background: #232323;
    padding: 10px 15px;
    color: #F6D9A2;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.join-page .price-box {
    text-align: center;
    border: 1px solid #5c5c5d;
    border-radius: 5px;
    color: #b4b4b4;
    padding: 15px;

}
.join-page .prices {
    margin-top: 20px;
    margin-bottom: 20px;
}
.less-gutter {
  margin-right: 4px;
  margin-left: 4px;
}

.less-gutter > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}
.gutter-nudeart {
  margin-right: 0;
  margin-left: 0;
}

.gutter-nudeart > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.join-page .period {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1.5px;
}
.join-page .price {
    font-weight: 400;
    font-size: 70px;
    position: relative;
    display: block;
    margin: 0;
}
.join-page .price span {
    font-size: 37px;
    position: absolute;
    top: 0;
}
.join-page .price .euro {
    left: 35px;
}
.join-page .memb {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 14px;
}
.join-page .plan-select {
    display: block;
    background: #F6D9A2;
    color: #000;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    line-height: 45px;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
}

.join-page .price-box:hover {
    cursor: pointer;
    background: #2a2a2a;
}

.join-page .benefits {
    font-size: 1.5rem;
    color: #b4b4b4;
    margin-top: 20px;
    height: 232px;
    display: flex;
    align-items: center;
}
.join-page .gallery img {
    margin-bottom: 8px;
}
.join-page .other-sites {
    height: 244px;
    display: flex;
    align-items: center;
    border: 1px solid #3a3a3a;
    padding: 15px;
    margin-top: 20px;
}
.join-page .other-sites .container {
    padding: 0;
}
.join-page .other-sites h4 {
    color: #d3d3d3;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.join-page .other-sites h4 span {
    color: #e4d5b5;
    font-weight: 800;
}

.join-page .statistics {
    font-size: 1.5rem;
    color: #b4b4b4;
    margin-top: 20px;
    height: 232px;
    display: flex;
    align-items: center;
    text-align: center;
}
.join-page .statistics p {
    font-weight: 300;
}
.join-page .statistics span {
    font-weight: 600;
}
.join-page .statistics p .fa-check {
    color: #e4d5b5;
}
.buttons-container .btn {
    height: 50px;
    padding: 0;
    line-height: 50px;
    text-decoration: none;
    width: 30%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
.buttons-container .btn.mobile {
    display: none;
}
.buttons-container .unlock-sets  {
    border: 1px solid #195612;
    background-color: #195612;
    float:right;
    margin-top: 40px;
    margin-bottom: 10px;
}
.buttons-container .unlock-sets:hover {
    background: none;
}
.buttons-container .view-updates {
    background: #ffcc99;
    border: 1px solid #ffcc99;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}
.buttons-container .view-updates:hover {
    background: none;
    color: #fff;
 }

.icon-bar {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-toggler {
    right: 0;
}

.models-page {
    padding-top: 30px;
}
.models-page h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color:  #adadad;
    font-weight: 200;
    color: #fff;
}

.models-page .underlined-title .line {
    width: 280px;
}
.models-page .underlined-title.alphabetic-title .line {
    width: 475px;
}
.pagination-container {
    text-align: center;
    padding: 15px;
}
.pagination-container .nr-pos {
    display: inline-block;
}
.pagination-container .page-numbers,
.pagination-container .prev-bt,
.pagination-container .next-bt,
.pagination-container .page-elipsis {
    display: inline-block;
    font-size: 18px;
    border: 1px solid transparent;
    background: none;
    font-size: 18px;
    color: #ffcc99;
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
}
.pagination-container .prev-bt:hover,
.pagination-container .next-bt:hover {
    color: #baab87;
}
.pagination-container .page-numbers_current {
    border: 1px solid #ffcc99;
    background: #0f0f0f;
	display: inline-block;
    font-size: 18px;
    background: none;
    color: #ffcc99;
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
}
.pagination-container .page-numbers:hover {
    background: #0f0f0f;
    border: 1px solid #ffcc99;
    text-decoration: none;
}
.pagination-container .page-numbers.no-hover:hover {
    background: none;
    border: 1px solid transparent;
}

.pagination-container .next-bt_inactive,
.pagination-container .prev-bt_inactive {
    color: #6c757d;
    border: none;
    background: none;
    text-decoration: none;
    cursor: no-drop;
    display: inline-block;
    font-size: 18px;
    background: none;
    font-size: 18px;
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
}

footer {
    width: 100%;
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 13px;
    color: #c7c8c9;
    margin-top: 20px;
    border-top: 1px solid #c7c8c9;
}
footer p {
    line-height: 1.3;
}
footer a {
    color: #c7c8c9;
    display: inline-block;
    margin: 5px;
}
footer a:hover {
    color: #c7c8c9;
}
.updates-page {
    padding-top: 50px;
}
.updates-page h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color:  #adadad;
    font-weight: 200;
    color: #fff;
}
.updates-page .underlined-title .line {
    width: 280px;
}
.updates-page .image-holder {
    margin-bottom: 30px;
    border-bottom: 2px solid #212121;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
}

.updates-page .image-holder:hover {
    opacity: 0.6;

}

.updates-page .image-holder .details .modelName {
    float: left;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    width: 75%;
    line-height: 1;
    text-decoration: none;
}
.updates-page .image-holder .details .modelName:hover {
    color: #ffb366;
}
.updates-page .image-holder .details .picturesNr {
    float: right;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
}
.updates-page .image-holder .details .picturesNr .fa-camera {
    margin-left: 5px;
}
.updates-page .load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
    background: rgba(98, 91, 85, 0.2);
    border: 1px solid #5b5b5b;
    color: #ffcc99;
}
.updates-page .load-more:hover {
    border: 1px solid  #ffcc99;
    color: #fff;
}

.updates-page .load-more .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    position: relative;

}
.updates-page .load-more .plus .horizontal {
    border: 0.05px solid #ffcc99;
    width: 35px;
    height: 1px;
}
.updates-page .load-more .plus .vertical {
    position: absolute;
    margin: 0 auto;
    border: 0.05px solid #ffcc99;
    width: 1px;
    height: 35px;
}
.updates-page .load-more:hover  .plus .vertical{
    border: 0.5px solid #fff;
}
.updates-page .load-more:hover  .plus .horizontal{
    border: 0.5px solid #fff;
}
.modelPage {
    padding-top: 80px;
}
.modelPage H2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
}
.modelPage .slider-model  img {
    height: 216px;
}
.modelPage .slider-model {
    padding: 10px 10px 6px 10px;
    background: #262626;
    border: #545252;
    border-radius: 5px;
}

.slick-dots {
    display: none !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
    z-index: 100;
}
.slick-list {
    padding: 0 !important;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'Open-Sans';
    font-size: 20px;
}
.slick-prev:before
{
    content: '';
}
.slick-prev:before
{
    content: '';
}

.slick-next:before
{
    content: '';
}
.slick-next:before
{
    content: '';
}


.slick-next,
.slick-next:focus {
    height: 100px;
    width: 90px;
    background-image: url("../images/Arrow-right-icon.png");
    background-size: cover;
    opacity: 0.6;
}
.slick-next:hover {
    background-image: url("../images/Arrow-right-icon.png");
    background-size: cover;
    opacity: 1;
}

.slick-prev,
.slick-prev:focus {
    height: 100px;
    width: 90px;
    background-image: url("../images/Arrow-left-icon.png");
    background-size: cover;
    opacity: 0.6;
}

.slick-prev:hover
 {
    background-image: url("../images/Arrow-left-icon.png");
    background-size: cover;
    opacity: 1;
}
.setPage {
    padding-top: 80px;
}
.setPage h1 {
    text-align: center;
    color: #adadad;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.setPage .container-fluid {
    max-width: 1290px;
}
.setPage .set {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setPage .set a {
   /*! display: inline-block; */

    padding: 3px;
}
.setPage .set img {
    height: 328px;
}

.setPage .set .sides {
    position: relative;
    opacity: 0.7;
    -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
}
.setPage .set .sides:hover {
    opacity: 1;

}

.setPage .set .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content:center;
    align-items: center;
    color: #fff;
    font-size: 70px;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;

}

.setPage .set .sides:hover .overlay {
    opacity: 1;
}
.setPage .set-gallery {
    margin-top: 40px;
    margin-bottom: 20px;
}
.setPage .set-gallery .thumb-holder {
    padding: 5px;
    height: 210px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202021;
    margin-bottom: 30px;
    border: 1px solid #545456;
}
.setPage .set-gallery .row {
    justify-content: center;
}
.setPage .set-gallery .thumb-holder img {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
}
.setPage .set-gallery .thumb-holder img:hover {
    opacity: 0.7;
}
.setPage .set-gallery .title {
    border-bottom: 1px solid #545456;
    margin-bottom: 20px;
}
.setPage .set-gallery h2 {
    display: block;
    float: left;
    color: #adadad;
    font-size: 20px;
    font-weight: 200;
}
.setPage .set-gallery span {
    display: block;
    float: right;
    color: #adadad;
    font-size: 17px;
    font-weight: 200;
}
.setPage .set-gallery .links {
    float: right;
}
.setPage .set-gallery .links a {
    display: inline-block;
    color: #adadad;
    padding: 4px 7px;
    border: 1px solid #545456;
    font-size: 15px;
    margin-left: 5px;
    font-weight: 200;
    margin-bottom: 20px;
    text-decoration: none;
}
.setPage .set-gallery .button-setGallery {
    display: block;
    padding: 10px 20px;
    border: 1px solid #d6b033;
    text-decoration: none;
    color: #f9e6a4;
    font-size: 25px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 30px;
}
.setPage .set-gallery .button-setGallery:hover {
    border: 1px solid #f9e6a4;
    color: #d6b033;
}
.setPage .other-models h3 {
    border-bottom: 1px solid #545456;
    margin-bottom: 20px;
    color: #adadad;
    font-weight: 200;
}
.modelPageContainer .btn-othermodels {
    display: block;
    border: 1px solid #195612;
    background-color: #195612;
    height: 50px;
    padding: 0;
    line-height: 50px;
    text-decoration: none;
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modelPageContainer .btn-othermodels:hover {
    background: none;
}
.modelPageContainer {
    padding-top: 80px;
}
.modelPageContainer h1 {
    text-align: center;
    color: #adadad;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.modelPageContainer .container-fluid {
    max-width: 1290px;
}

.modelPageContainer .model-image {
    padding: 2px;
    border: 1px solid #545456;;
}
.modelPageContainer .model-details .left {
    float: left;
    font-size: 14px;
    color: #adadad;
    margin-right: 15px;
}
.modelPageContainer .model-details .right {
    float: left;
    font-size: 14px;
    color: #fff;
}

.modelPageContainer .photosets h2 {
    border-bottom: 1px solid #545456;
    margin-bottom: 20px;
    color: #adadad;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 40px;
}
.modelPageContainer .image-holder,
.setPage .image-holder {
    margin-bottom: 30px;
    border-bottom: 2px solid #212121;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
}

.modelPageContainer .image-holder:hover,
.setPage .image-holder:hover {
    opacity: 0.6;

}

.modelPageContainer .image-holder .details .modelName,
.setPage .image-holder .details .modelName,
.search-results .details .modelName  {
    float: left;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    width: 75%;
    line-height: 1;
    text-decoration: none;
}
.search-results .details .modelName {
    margin: 0;
    margin-left: 2px;
}
.modelPageContainer .image-holder .details .modelName:hover,
.setPage .image-holder .details .modelName:hover,
.search-results .details .modelName:hover {
    color: #ffb366;
}
.modelPageContainer .image-holder .details .picturesNr,
.setPage .image-holder .details .picturesNr {
    float: right;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
}
.modelPageContainer .image-holder .details .picturesNr .fa-camera,
.setPage .image-holder .details .picturesNr .fa-camera {
    margin-left: 5px;
}
.modelPageContainer .subspaceland-movies h3,
.modelPageContainer .oldje-movies h3,
.modelPageContainer .other-sites-box h3 {
    font-size: 23px;
    font-weight: 100;
    color: #fff;
}

.modelPageContainer .subspaceland-movies .wrap,
.modelPageContainer .oldje-movies .wrap,
.modelPageContainer .other-sites-box .wrap {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.modelPageContainer .subspaceland-movies .wrap img,
.modelPageContainer .oldje-movies .wrap img,
.modelPageContainer .other-sites-box .wrap img {
    border-radius: 20px;
}
.modelPageContainer .subspaceland-movies .wrap .left,
.modelPageContainer .oldje-movies .wrap .left,
.modelPageContainer .other-sites-box .wrap .left {
    float: left;
    margin-right: 20px;
}
.modelPageContainer .subspaceland-movies .wrap .right h4 a,
.modelPageContainer .oldje-movies .wrap .right h4 a,
.modelPageContainer .other-sites-box .wrap .right h4 a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.modelPageContainer .subspaceland-movies .wrap .right h4 a:hover,
.modelPageContainer .oldje-movies .wrap .right h4 a:hover,
.modelPageContainer .other-sites-box .wrap .right h4 a:hover {
    color: #ffcc99;
}
.modelPageContainer .subspaceland-movies .wrap .right .description,
.modelPageContainer .oldje-movies .wrap .right .description,
.modelPageContainer .other-sites-box .wrap .right .description {
    color: #adadad;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 20px;
}

.modelPageContainer .other-sites .unlock-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #00bc3a;
    border-color: #00bc3a;
    background: #1d1e1e;
    border-bottom: 1px solid #27cf00;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
}
.modelPageContainer .other-sites .unlock-btn:hover {
    background: #000;
}
.modelPageContainer .other-sites .unlock-btn .fa-unlock-alt {
    margin-left: 5px;
}
.modelPageContainer .other-sites .view {
    float: right;
    display: block;
    padding: 4px 15px;
    color: #D4C1A3;
    border: 1px solid #D4C1A3;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    background: #000;
}
.modelPageContainer .other-sites .view:hover {
    background:  #1d1e1e;
}
.modelPageContainer .other-sites .unlock-btn {
    top: -7px;
}
.sitesPage {
    padding-top: 50px;
}
.sitesPage .site-box {
        border: 1px solid #595959;
        padding: 30px 25px 20px 30px;
        margin-bottom: 40px;
}
.sitesPage .logo-desc-container img {
    width: 60%;
}
.sitesPage .logo-desc-container hr {
    width: 100%;
    margin-top: 30px;
}
.sitesPage .logo-desc-container .categ {
    font-size: 16px;
}
.sitesPage .logo-desc-container .categ span {
    color: #fff;
}
.sitesPage .logo-desc-container .categ a {
    text-decoration: none;
    color: #d6a877;
}
.sitesPage .desc {
    color: #adadad;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 30px 0 30px 0;
    text-align: justify;
}
.sitesPage .join-bt {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 23px;
    color: #d6a877;
    border: 1px solid #d6a877;
    text-align: center;
    padding: 5px;
}
.sitesPage .images-sites img {
    margin-bottom: 10px;
}
.sitesPage .wrap-categ {
    border-left: 1px solid #595959;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitesPage .wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitesPage h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color:  #adadad;
    font-weight: 200;
    text-align: center;
}
.search-results {
    padding-top: 50px;
    padding-bottom: 300px;
}
.search-results h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    color:  #adadad;
    font-weight: 200;
}
.search-results .model-image {
    padding: 2px;
    border: 1px solid #545456;;
}
.search-results .image-holder {
    margin-bottom: 30px;
    border-bottom: 2px solid #212121;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
}

.search-results .image-holder:hover {
    opacity: 0.6;

}

.search-results .image-holder .details .modelName {
    float: left;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    width: 75%;
    line-height: 1;
    text-decoration: none;
}
.search-results .image-holder .details .modelName:hover {
    color: #ffb366;
}
.search-results .image-holder .details .picturesNr {
    float: right;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-results .image-holder .details .picturesNr .fa-camera {
    margin-left: 5px;
}
.search-results h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 30px;
    color:  #adadad;
    font-weight: 200;
}
.search-results h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    color:  #adadad;
    font-weight: 200;
}
.search-results .model-image {
    margin-bottom: 30px;
}
.search-results .container-fluid {
    max-width: 1290px;
}
.search-results .model-image img {
    width: 100%;
}

#gotop{
	position:fixed;
	background:	url('../images/gotop.png');
	width:61px;
	height:58px;
	bottom:30px;
	right:100px;
	cursor:pointer;
	display:none;
}
#gotop:hover{
	background-position:0 -58px;
}
.alphabet-sort {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.letter {
    background:rgba(98, 91, 85, 0.2);
    border:1px solid #5b5b5b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display:inline-block;
    text-align:center;
    color:#ffcc99;
    margin: 15px 10px 0 0;
    text-decoration: none;
    font-size: 17px;
}
.letter:hover		{background:rgba(98, 91, 85, 0.4); border:1px solid #ffcc99; color:#fff; text-decoration: none;}
.letter.active		{background:rgba(98, 91, 85, 0.4); border:1px solid #ffcc99; color:#fff;
}


.button-sort {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    background: rgba(98, 91, 85, 0.2);
    border: 1px solid #5b5b5b;
    text-align: center;
    color: #ffcc99;
    font-size: 17px;
    display: none;
}
.button-sort:focus {
    outline: none;
}
#scroll-top {
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999999;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 13px;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  font-size: 20px;
  color: #ffcc99;
  background: #000;
  border: 1px solid #ffcc99;
}
#scroll-top:hover {
    color: #fff;
    border: 1px solid #fff;
}
.homepage-slider {
    position: relative;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100vh;
}
.homepage-slider .arrowdown-carousel {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1000;
    margin-left: -25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}

.homepage-slider .arrowdown-carousel .fa-chevron-down {
    font-size: 60px;
    color: #000;
    opacity: 0.6;
}
.homepage-slider .arrowdown-carousel .fa-chevron-down:hover {
    opacity: 1;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.setPage .set video {
    max-width: 796.453px;
    height: 328px;
}
.error-page {
    padding-top: 80px;
}
.error-page h2 {
    color: #c7c8c9;
    font-weight: 200px;
    font-size: 30px;
}
.error-page h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    color:  #adadad;
    font-weight: 200;
}
.error-page .image-holder .details .modelName {
    float: left;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    width: 75%;
    line-height: 1;
    text-decoration: none;
}
.error-page .image-holder .details .modelName:hover {
    color: #ffb366;
}
.error-page .image-holder .details .picturesNr {
    float: right;
    color: #aeaeae;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.error-page .image-holder .details .picturesNr .fa-camera {
    margin-left: 5px;
}

.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, 1);
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 1;
}

.modelPageContainer .bio {
    color: #fff;
    font-size: 14px;
}
.fade {
    opacity: 1;
}

.homepage-slider .pic1 {
    background: url("https://static1.class-nudes.com/assets/images/slider/slide001.jpg") no-repeat center center;

}
.homepage-slider .pic2 {
    background: url("https://static1.class-nudes.com/assets/images/slider/slide002.jpg") no-repeat center center;
}
.homepage-slider .pic3 {
    background: url("https://static1.class-nudes.com/assets/images/slider/slide003.jpg") no-repeat center center;
}
.homepage-slider .pic4 {
    background: url("https://static1.class-nudes.com/assets/images/slider/slide004.jpg") no-repeat center center;
}
.homepage-slider .pic5 {
    background: url("https://static1.class-nudes.com/assets/images/slider/slide005.jpg") no-repeat center center;
}
.homepage-slider .pic1,
.homepage-slider .pic2,
.homepage-slider .pic3,
.homepage-slider .pic4,
.homepage-slider .pic5 {
    display: block;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
