:root {
  --primary-color: #7568f4;
}


html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

dd,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0
}

img {
	border: 0
}

* {
	outline: 0;
	text-decoration: none
}

img,
object {
	vertical-align: bottom
}

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

em,
var {
	font-style: normal;
	font-weight: 400
}

ol,
ul {
	list-style: none;
	padding: 0
}

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

.list-videos .is-hd {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    background-image: url(../images/HD.png);
    width: 28px;
    height: 18px;
    padding: 4px 8px;
}

.list-videos .is-pic {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    background-image: url(../images/PIC.png);
    width: 28px;
    height: 18px;
    padding: 4px 8px;
}

.list-videos .is-vid {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    background-image: url(../images/VID.png);
    width: 28px;
    height: 18px;
    padding: 4px 8px;
}

.list-videos .is-gif {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    background-image: url(../images/GIF.png);
    width: 28px;
    height: 18px;
    padding: 4px 8px;
}


p.text {
	font-size: 1.8rem;
	font-weight: 500;
	color: #8d8d8d;
	margin: 0 0 2.5rem;
	width: 100%;
	display: block
}

q:after,
q:before {
	content: ""
}

a * {
	cursor: pointer
}

html {
	height: 100%;
	background: #25262a;
	font-size: 62.5%
}

body {
	font: 400 14px/1.2 Rajdhani, sans-serif;
	min-height: 100%;
	min-width: 320px;
	position: relative;
	color: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s
}

.no-touch a:hover {
	color: hsla(0, 0%, 100%, .8)
}

input {
	font-size: 13px;
	line-height: 1.2;
	font-family: rajdhani, sans-serif
}





.container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: #2b2c30
}

.hidden {
	display: none
}

.icon:before {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-time:before {
	content: "\e91d"
}

.icon-categories:before {
	content: "\e903"
}

.icon-eye:before {
	content: "\e909"
}

.icon-info:before {
	content: "\e90e"
}

.icon-album:before {
	content: "\e900"
}

.icon-member:before {
	content: "\e913"
}

.icon-add:before {
	content: "\e917"
}

.icon-video:before {
	content: "\e91c"
}

.icon-categories:before {
	content: "\e903"
}

.icon-world:before {
	content: "\e908"
}

.icon-model:before {
	content: "\e915"
}

form .section-title {
	color: #8d8d8d;
	font-size: 18px;
	font-weight: 500;
	margin: 1rem 0;
	display: block
}

form .section-title.collapse {
	position: relative;
	cursor: pointer;
	display: inline-block
}

form .section-title.collapse:hover {
	color: #424242
}

form .section-title.collapse:after {
	content: "\e901";
	display: block;
	position: absolute;
	margin-left: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-size: 6px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

form .section-title.collapse:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

form .checkbox {
	display: none
}

form .checkbox+span {
	position: relative;
	padding-left: 24px!important;
	cursor: pointer
}

form .checkbox+span::before {
	content: "\e904";
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #e0dfdf;
	background-color: #fff;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color .3s, border .3s, color .3s;
	transition: background-color .3s, border .3s, color .3s
}

form .checkbox:checked+label::before,
form .checkbox:checked+span::before {
	background-color: #424242;
	border: 1px solid #424242
}

form .date {
	font-size: 0
}

.fancybox-inner {
	height: auto!important
}

form .bottom {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

form .bottom a {
	color: #212121;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s
}

form .bottom .links {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 2.7rem
}

form .bottom .links p:first-child a {
	font-weight: 700;
	color: #424242
}

form .bottom .links p:first-child a:hover {
	color: #212121
}

.no-touch form .bottom a:hover {
	color: #424242
}

form [data-name=code] {
	margin: 0 0 2rem;
	min-height: 78px
}

.toggle-button {
	color: #fff;
	border: 1px solid #343539;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 2.7rem 9px 2.7rem 2.9rem;
	cursor: pointer;
	background-color: #25262a;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .3s, color .3s, border .3s;
	transition: background-color .3s, color .3s, border .3s;
	cursor: pointer
}

.toggle-button * {
	cursor: pointer
}

.toggle-button input::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 2px solid #d4d4d4;
	background-color: #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: border .3s, background-color .3s;
	transition: border .3s, background-color .3s
}

.toggle-button.active {
	color: #8d8d8d;
	background-color: #424242
}

.top-links {
	background: #000;
	border-bottom: 2px solid #424242;
	padding: 6px 20px;
	font-size: 12px
}

.member-links {
	margin-left: auto
}

.network ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.network li {
	margin-right: 20px
}

.network li:last-child {
	margin: 0
}

.network a {
	color: #fff;
	display: block;
	position: relative;
	padding-left: 14px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.network a::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	z-index: 1;
	background-color: #424242;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.network a:hover {
	color: #424242
}

.network .more {
	display: none
}

.member-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.member-links li {
	padding: 5px 20px 0 0;
	color: #fff
}

.btn-icon {
	position: relative;
	padding-left: 39px
}

.member-links .btn-icon {
	padding-left: 34px
}

.btn-icon:before {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.login-btn:before {
	content: "\e913";
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.member-links a {
	color: #fff;
	background-color: #25262a;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	line-height: 30px;
	display: block;
	font-size: 4mm;
	font-weight: 500;
	border: 1px solid #343539;
	display: block;
	margin: 0 -10px 0 0;
	padding: 0 10px;
}

.memberlink-red {
	background-color: transparent!important;
	color: red!important;
	border: solid red 2px!important;
	font-weight: 700!important
}

.memberlink-purple {
	background-color: transparent!important;
	color: #c53ef4!important;
	border: solid #c53ef4 2px!important;
	font-weight: 700!important
}

.memberlink-yellow {
	background-color: transparent!important;
	color: #f2ff27!important;
	border: solid #f2ff27 2px!important;
	font-weight: 700!important
}

.memberlink-white {
	background-color: transparent!important;
	color: #fff!important;
	border: solid #fff 2px!important;
	font-weight: 700!important
}

.memberlink-blue {
	background-color: transparent!important;
	color: #3f77ee!important;
	border: solid #3f77ee 2px!important;
	font-weight: 700!important
}

.memberlink-orange {
	background-color: transparent!important;
	color: #ffc718!important;
	border: solid #ffc718 2px!important;
	font-weight: 700!important
}

.memberlink-green {
	background-color: transparent!important;
	color: #20ff18!important;
	border: solid #20ff18 2px!important;
	font-weight: 700!important
}

.memberlink-lime {
	background-color: transparent!important;
	color: #adfd3a!important;
	border: solid #adfd3a 2px!important;
	font-weight: 700!important
}

.memberlink-gray {
	background-color: transparent!important;
	color: #817e83!important;
	border: solid #817e83 2px!important;
	font-weight: 700!important
}

.memberlink-pink {
	background-color: transparent!important;
	color: #f041b4!important;
	border: solid #f041b4 2px!important;
	font-weight: 700!important
}

.no-touch .member-links a:hover {
	background-color: #343539;
	color: #fff
}

.header {
	z-index: 20;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #25262a
}

.logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0
}

.logo a {
	display: block
}

.search {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	padding: 0 10px;
	justify-content: center
}

.search form {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 810px;
	flex: 0 1 810px;
	position: relative;
	padding: 0 10px 0 0;
	border-radius: 20px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .08);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .08)
}

.search .search-text input {
	width: 100%;
	border: solid 1px #343539;
	background: 0 0;
	border-radius: 5px;
	background-color: #2b2c30;
	color: #fff;
	font-size: 14px;
	padding: 13px 60px 13px 20px
}

.search-text input::-webkit-input-placeholder {
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s
}

.search-text input:-ms-input-placeholder {
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s
}

.search-text input::-ms-input-placeholder {
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s
}

.search-text input::placeholder {
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s
}

.search-text input:focus::-webkit-input-placeholder {
	color: transparent
}

.search-text input:focus:-ms-input-placeholder {
	color: transparent
}

.search-text input:focus::-ms-input-placeholder {
	color: transparent
}

.search-text input:focus::placeholder {
	color: transparent
}

.search .search-text input:focus {
	outline: 0
}

.search .search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	background: #2b2c30 url(https://www.nude-pics.org/static/images/search6.svg) center no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	border: solid 1px #343539;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition: background .3s;
	transition: background .3s
}

.no-touch .search .search-button:hover {
	background-color: #343539
}

.social-bookmarks,
.social-bookmarks2 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 0
}

.at-icon {
	fill: #212121!important;
	height: 30px!important;
	width: 30px!important
}

.header+nav {
	border: 1px solid #343539;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: #25262a
}

.navigation {
	position: relative
}

.navigation .button {
	display: none;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	border: none;
	background: 0 0;
	height: 38px;
	cursor: pointer
}

.navigation .button .icon {
	display: inline-block;
	height: 20px;
	width: 29px;
	position: relative
}

.navigation .button .ico-bar {
	background: #8d8d8d;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	left: 0
}

.navigation .button .ico-bar:first-child {
	top: 0
}

.navigation .button .ico-bar:nth-child(2) {
	top: 8px
}

.navigation .button .ico-bar:nth-child(3) {
	top: 16px
}

.navigation.open .button .ico-bar {
	background: #8d8d8d;
	left: 4px
}

.navigation.open .button .ico-bar:first-child {
	top: -2px;
	-webkit-transform: rotate(45deg) translate(5px, 9px);
	transform: rotate(45deg) translate(5px, 9px)
}

.navigation.open .button .ico-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"
}

.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1260px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto
}

.navigation .primary {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.navigation .primary li:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.navigation .primary a {
	display: block;
	padding: 16px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	white-space: nowrap;
	font-size: 5.644mm;
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.navigation .primary a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: var(--primary-color);
	height: 3px;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.no-touch .navigation .primary a:hover::before {
	width: 100%
}

.navigation .primary .selected a {
	color: #fff
}

#item1 {
	position: relative;
	font-size: 0;
	height: 100%
}

#item1::after {
	position: absolute;
	content: "\e90d";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.navigation .primary .selected a::before {
	width: 100%
}

.navigation .primary ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, transform .3s;
	transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
	overflow: hidden;
	border-radius: 0 0 20px 20px
}

.navigation .primary ul li {
	display: block
}

.navigation .primary ul li a {
	background-color: #e0dfdf;
	color: #212121;
	padding: 12px 5px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.navigation .primary ul li a:before {
	display: none
}

.no-touch .navigation .primary ul li a:hover {
	background-color: #424242;
	color: #fff
}

.navigation .primary ul li a {
	padding: 9px 5px
}

.footer {
	width: 100%;
	border: 1px solid #343539;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.footer .footer-wrap {
	max-width: 1235px;
	padding: 3rem 5px;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #9f9f9f;
	line-height: 18px
}

.footer a {
	color: #fff;
	text-decoration: none
}

.footer a:hover {
	color: #fff
}

.footer .nav {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 3rem
}

.footer .nav li {
	margin: 0 10px 0 0
}

.footer .nav li:last-child {
	margin: 0
}

.footer .nav a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 6px 2rem;
	text-transform: uppercase;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.no-touch .footer .nav a:hover {
	color: #fff;
	background-color: var(--primary-color)
}

.footer .copyright {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px
}

.footer .copyright a {
	color: #9f9f9f;
	padding: 0 4px;
	text-decoration: none
}

.footer .copyright br {
	display: none
}

.footer .txt {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 15px;
	font-size: 14px
}

.box {
	margin: 0 0 3rem;
	width: 100%
}

.l-button {
	background-color: #fff!important;
	color: var(--primary-color)!important;
	border: solid var(--primary-color) 1px;
	font-weight: 700!important
}

.l-button:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s;
	background-color: var(--primary-color)!important
}

.headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px;
	padding: 3rem 0 0;
	width: 100%
}

h1,
h2 {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

h1 a,
h2 a {
	text-decoration: none
}

.sort,
.sort2 {
	position: relative;
	border-radius: 5px;
	background-color: #25262a;
	color: #fff;
	border: 1px solid #343539;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .3px;
	padding: 8px 10px;
	margin: 0 15px 0 0;
	min-width: 140px;
	-webkit-transition: background-color .3s, border-radius .3s;
	transition: background-color .3s, border-radius .3s
}

.sort2:last-child,
.sort:last-child {
	margin: 0
}

.sort2:before,
.sort:before {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	z-index: 1;
	font-size: 6px;
	content: "\e901";
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.sort2:focus,
.sort2:hover,
.sort:focus,
.sort:hover {
	border-radius: 5px 5px 0 0;
	background-color: #343539;
	color: #fff
}

.sort2:hover:before,
.sort:hover:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.sort .icon,
.sort2 .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px
}

.sort .type-sort:before,
.sort2 .type-sort:before {
	content: "\e921"
}

.sort .type-video:before,
.sort [class*=videos]:before,
.sort2 .type-video:before,
.sort2 [class*=videos]:before {
	content: "\e91c"
}

.sort [class*=post_date]:before,
.sort [class*=release_year]:before {
	content: "\e902"
}

.sort [class*=duration]:before {
	content: "\e91d"
}

.sort [class*=dir]:before,
.sort [class*=title]:before {
	content: "\e91e"
}

.sort [class*=last_time]:before,
.sort [class*=popularity]:before,
.sort [class*=viewed]:before,
.sort [class*=watched]:before {
	content: "\e909"
}

.sort [class*=albums]:before {
	content: "\e900"
}

.sort [class*=last_time]+strong,
.sort [class*=popularity]+strong,
.sort [class*=viewed]+strong {
	padding: 0 17px 0 30px
}

.sort [class*=dir]:before,
.sort [class*=title]:before {
	content: "\e91e"
}

.sort [class*=rating]:before {
	content: "\e90b"
}

.icon type-sort last_content_date,
.sort [class*=most_favourited]:before {
	content: "\e90c"
}

.sort [class*=date]:before {
	content: "\e902"
}

.sort [class*=comments]:before,
.sort [class*=most_commented]:before {
	content: "\e914"
}

.sort strong,
.sort2 strong {
	padding: 0 17px 0 20px;
	display: block;
	text-align: center
}

.sort .icon.type-video+strong {
	padding: 0 17px 0 25px
}

.sort ul,
.sort2 ul {
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	z-index: 100;
	overflow: hidden;
	background: #e0dfdf;
	border-radius: 0 0 5px 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s
}

.sort ul li:first-child,
.sort2 ul li:first-child {
	margin-top: 5px
}

.no-touch .sort ul li:first-child,
.no-touch .sort2 ul li:first-child {
	margin-top: 0
}

.sort2:hover ul,
.sort:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.sort ul a,
.sort2 ul a {
	display: block;
	padding: 8px 5px;
	text-align: center;
	background: #25262a;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}

.no-touch .sort ul a:hover,
.no-touch .sort2 ul a:hover {
	color: #fff;
	background: #343539;
	cursor: pointer
}

.headline .button,
.headline .more {
	padding: 7px 15px;
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 15px;
	border: 1px solid #343539;
	margin: 2px 0 2px 3px
}

.no-touch .headline .button:hover,
.no-touch .headline .more:hover {
	background-color: #e13c42;
	color: #fff
}

.headline .button.icon {
	position: relative;
	padding: 7px 15px 7px 25px
}

.headline .button.icon:before {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.headline .more {
	position: relative
}

.headline .button span {
	padding: 0 9px;
	-webkit-transition: padding .3s;
	transition: padding .3s
}

.headline .more span {
	font-weight: 700;
	padding: 0 25px 0 9px
}

.headline .more:after {
	content: "";
	border-left: 4px solid #222;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 10px;
	right: 8px
}

.headline .more:hover:after {
	border-left: 4px solid #fff
}

.headline .button-info {
	padding: 7px 15px 7px 30px;
	border-radius: 3px;
	background-color: #25262a;
	border-radius: 15px;
	border: 1px solid #343539;
	margin: 0 0 0 3px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-radius: 0 15px 15px 0;
	margin: 2px 0;
	position: relative
}

.headline .button-info:before {
	content: "\e913";
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.headline .button-info+.button {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-radius: 15px 0 0 15px
}

.tags-cloud {
	margin: 0 0 3rem;
	padding: 3rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.tags-cloud a {
	padding: .8rem 1rem;
	background-color: #25262a;
	border-radius: 5px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	text-transform: capitalize
}

.no-touch .tags-cloud a:hover {
	color: var(--primary-color);
	background-color: #343539
}

.tags-cloud .all {
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #25262a;
	padding: 12px 20px;
	border-radius: 10px;
	width: 100%;
	margin: 10px 0 0
}

.search-cloud {
	margin-top: 2rem;
	text-align: center
}

div.top {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0
}

div.top a {
	display: block;
	width: 100%
}

div.top img {
	width: 100%;
	height: auto
}

.place {
	float: right;
	width: 320px;
	overflow: hidden;
	background: 0 0;
	position: relative;
	-webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, .65);
	box-shadow: -1px 1px 5px rgba(207, 207, 207, .65);
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 66px 0;
	font-size: 0
}

.place~.item:nth-of-type(-n+7) {
	width: calc((100% - 362px)/ 3)
}

.margin-fix .place {
	margin-top: 10px
}

.footer-margin {
	padding: 2rem 0
}

.bottom-adv {
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%
}

.list-albums,
.list-albums-images,
.list-categories,
.list-comments,
.list-tags {
	width: 100%
}

.margin-fix {
	text-align: center;
	margin: -10px 0 0 -10px;
	font-size: 0;
	line-height: 0
}

.margin-fix::after .margin-fix::before {
	content: "";
	display: table;
	width: 100%;
	overflow: hidden;
	clear: both
}

.list-albums-images .margin-fix {
	margin-bottom: 20px
}

.list-comments .margin-fix {
	margin: 0
}

.list-tags .margin-fix {
	margin: 0;
	font-size: 18px;
	line-height: 30px
}

.list-tags .margin-fix {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.list-tags .margin-fix .item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.margin-fix .bottom {
	margin: 0;
	max-width: 100%;
	width: 100%;
	padding: 2rem 0 0 10px
}

.no-thumb {
	background: url(https://www.nude-pics.org/static/images/logo.svg) no-repeat center
}

.list-albums .item,
.list-albums-images .item,
.list-categories .item,
.list-videos .item {
	display: inline-block;
	background: 0 0;
	vertical-align: top;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: 300px;
	cursor: pointer;
	border: solid 1px #343539;
	border-radius: 10px 10px 10px 10px;
	background-color: #2b2c30
}

.list-albums .item a,
.list-categories .item,
.list-videos .item a {
	display: block;
	font-size: 12px;
	line-height: 1.2
}

.list-tags .item a {
	padding-left: 10px
}

.list-categories .item {
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 15%
}

.item-control {
	border-top: 1px solid #343539;
	padding: 10px;
	cursor: default
}

.item .img {
	position: relative;
	background-color: #2b2c30;
	overflow: hidden
}

.list-categories .img {
	padding-bottom: 133.44%;
	border-radius: 10px 10px 0 0
}

.list-videos .img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.list-videos .is-album {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
	background-image: url(https://www.design.nude-pics.org/static/images/album.png);
	width: 90px;
	height: 18px;
	padding: 4px 8px;
	border-radius: 5px
}

.list-albums .img {
	padding-bottom: 133.44%
}

.list-albums-images .img {
	width: 100%;
	padding-bottom: 75%;
	text-align: center
}

.item .img .no-thumb {
	height: 100%
}

.list-albums-images .img .no-thumb,
.list-categories .img .no-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	font-size: 0
}

.item .title {
	font-size: 4.239mm;
	font-weight: 600;
	line-height: 18px;
	display: block;
	color: #fff;
	padding: 1rem 1rem 0;
	margin: 0 0 5px;
	-webkit-transition: color .3s;
	transition: color .3s;
	overflow: hidden
}

.list-albums .item .title,
.list-videos .item .title {
	height: 45px
}

.no-touch .item:hover .title {
	color: hsla(0, 0%, 100%, .8)
}

.item .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px 8px;
	color: #8d8d8d;
	font-size: 3.5mm;
	line-height: 1.2;
	height: 25px
}

.item .wrap div {
	position: relative;
	padding-left: 20px
}

.item .wrap .albums {
	padding-left: 25px
}

.item .wrap div:before {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px
}

.item .wrap .albums::before {
	content: "\e900"
}

.item .wrap .videos::before {
	content: "\e91c"
}

.item .wrap .photos::before {
	content: "\e900"
}

.item .wrap .photos {
	padding-left: 25px
}

.item .wrap .views {
	padding-left: 28px
}

.item .wrap .views::before {
	content: "\e105"
}

.list-tags .item .title {
	height: auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	padding: 20px 0 15px 10px
}

.no-touch .item:hover .title {
	color: var(--primary-color)
}

.no-touch .list-tags .item:hover .title {
	color: var(--primary-color)
}

.item .touch-preview,
.item [class*=ico-fav] {
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s, visibility .3s;
	transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s
}

.item [class*=pl-cur] {
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s, visibility .3s;
	transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s
}

.item .touch-preview {
	display: block;
	opacity: .6;
	visibility: visible;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 20;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.item .touch-preview::before {
	content: "\e923"
}

.no-touch .item:hover [class*=pl-cur] {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.no-touch .item .pl-cur {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%)
}

.item-control .item-control-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.item-control .toggle-button {
	background-color: #25262a;
	border-radius: 15px;
	border: 1px solid #343539;
	padding: 8px 10px;
	font-size: 11px!important;
	line-height: 1.2;
	color: #fff;
	margin: 0 3px 0 0;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.item-control .toggle-button:last-child {
	margin: 0
}

.no-touch .item-control .toggle-button[data-action=delete]:hover {
	background-color: #e00;
	color: #fff
}

.item-control .toggle-button.active,
.no-touch .item-control .toggle-button:hover {
	background-color: #25262a;
	color: #fff
}

.item-control .toggle-button .checkbox+span::before {
	top: -3px
}

.item-control .toggle-button[data-action=select] {
	background: 0;
	position: relative;
	padding: 8px 10px;
	margin: 0 1rem 0 0
}

.item-control .toggle-button[data-action=select]:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #e0dfdf;
	background-color: #fff;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.item-control .toggle-button[data-action=select]:before {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 3px;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	content: "\e904"
}

.list-albums-images .item-control .toggle-button[data-action=select]:after,
.list-albums-images .item-control .toggle-button[data-action=select]:before {
	display: none
}

.list-albums-images .item-control .toggle-button.active .checkbox+span {
	color: #212121
}

.no-touch .list-albums-images .item-control .toggle-button.active:hover .checkbox+span {
	color: #fff
}

.item-control .toggle-button[data-action=select].active::after {
	background-color: #424242;
	border: 1px solid #424242
}

.item-control .toggle-button:last-child {
	margin: 0
}

.list-comments .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 2.7rem;
	color: #fff
}

.list-comments .image {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: #e0dfdf;
	overflow: hidden;
	margin: 0 10px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.list-comments .image img {
	width: 100%;
	height: 100%
}

.list-comments .image .no-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	background-size: 4rem
}

.list-comments .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list-comments p {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	line-height: 2.4rem;
	font-size: 14px;
	padding: 9px 0 0
}

.pagination {
	text-align: center
}

.pagination-holder {
	display: inline-block;
	vertical-align: bottom
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pagination li {
	min-width: 50px;
	margin: 1.5px
}

.pagination a,
.pagination span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	padding: 12px 15px;
	background-color: #25262a;
	color: #fff;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.no-touch .pagination a:hover {
	color: #fff;
	background-color: #343539
}

.pagination .page-current a,
.pagination .page-current span {
	color: #fff;
	background-color: #191a1c;
	pointer-events: none
}

.pagination .first,
.pagination .last,
.pagination .next span,
.pagination .prev span {
	display: none
}

.load-more {
	padding: 1.5rem 0 0;
	text-align: center
}

.load-more a {
	display: inline-block;
	padding: 1.2rem 1.4rem;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #e0dfdf;
	border-radius: 20px;
	min-width: 20rem;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.load-more a:hover {
	color: #fff;
	background: #424242
}

.content {
	max-width: 1260px;
	padding: 5px 10px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.main-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 0 2rem
}

.main-container {
	width: 100%
}

.block-model {
	background-color: #2b2c30;
	border-radius: 5px;
	border: 1px solid #343539;
	padding: 2rem;
	margin: -4px 0 0
}

.block-model:after,
.block-model:before {
	content: "";
	display: table;
	width: 100%;
	overflow: hidden;
	clear: both
}

.block-model .img {
	float: left;
	display: block;
	margin: 0 1rem 0 0;
	width: 21rem;
	height: 28rem;
	position: relative
}

.block-model .img a {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.block-model .img img,
.block-model .img span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.block-model .img a img {
	position: inherit;
	left: inherit;
	right: inherit;
	top: inherit;
	bottom: inherit;
	display: block;
	width: 100%
}

.block-model .img .no-thumb {
	background-color: #e0dfdf;
	font-size: 0;
	line-height: 0;
	background-size: 6rem;
	width: 100%;
	padding-bottom: 71.42%;
	display: block;
	position: inherit
}

.block-model .model-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.block-model .model-list li {
	width: 33.33%;
	color: #bcbcbc;
	margin: 0 0 1.5rem;
	padding: 0 1rem 0 0
}

.block-model .model-list li span {
	color: #8d8d8d
}

.block-model .website {
	line-height: 20px;
	clear: both;
	padding: 1.5rem 0 0;
	color: #bcbcbc
}

.block-model .website a {
	color: #424242
}

.no-touch .block-model .website a:hover {
	color: #212121
}

.info-holder {
	width: 100%
}

.info-holder:after {
	content: "";
	display: block;
	clear: both
}

.info-buttons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px 10px;
	border-bottom: 1px solid #343539;
	margin: 0 0 2rem
}

.block-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 3rem
}

.block-video .video-holder {
	margin-right: 1.7rem;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	background-color: #2b2c30;
	border-radius: 0 0 5px 5px;
	border: solid 1px #343539
}

.table {
	border-radius: 5px;
	background-color: #2b2c30;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #343539;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
	flex-shrink: 0;
	flex-grow: 0
}

.block-album {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%
}

.block-album .album-holder {
	margin: 0 1.7rem 3rem 0;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, .65);
	box-shadow: -1px 1px 5px rgba(207, 207, 207, .65)
}

.block-album .images {
	position: relative;
	min-height: 20rem;
	padding: 0 3rem 3rem;
	margin: 0 0 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #e0dfdf
}

.block-album .images a.item,
.block-album .images span.item {
	display: inline-block;
	margin: 3rem 1.5rem 0;
	position: relative
}

.block-album .images .item img {
	width: 100%;
	display: block
}

.block-album .images a.item:hover {
	border-color: #e62117
}

.toggle-button.icon {
	position: relative;
	padding: 1.1rem 1.5rem 1.1rem 4rem
}

.toggle-button.icon:before {
	position: absolute;
	left: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 2rem;
	color: #212121;
	-webkit-transition: color .3s;
	transition: color .3s
}

.no-touch .toggle-button.icon:hover::before {
	color: #fff
}

.tab-content {
	background: 0 0;
	padding: 0 2rem 2rem
}

.block-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.block-details .info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding-right: 1rem
}

.block-details .item {
	color: #8d8d8d;
	font-size: 15px;
	font-weight: 500;
	margin: 0 30px 2rem 0;
	display: inline-block
}

.block-details .item:first-child {
	display: block;
	margin: 0 0 2rem
}

.block-details .item:last-child {
	margin: 0
}

.block-details .item img {
	margin: 1px
}

.block-details .item a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .3px;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: #25262a;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	margin: 2px 0 2px 3px
}

.block-details .item a:first-child {
	margin-left: 10px
}

.no-touch .block-details .item a:hover {
	color: #fff;
	background-color: #343539
}

.block-details .item span {
	padding: 0 10px 0 0
}

.block-details .item span.icon {
	padding-left: 20px
}

.block-details .item span.icon-album {
	padding-left: 22px
}

.block-details .item span.icon-eye {
	padding-left: 27px
}

.block-details .item span.icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px
}

.block-details .item span em {
	color: #8d8d8d;
	font-weight: 400;
	margin-left: 3px;
	padding: 0
}

.block-details .item em {
	color: #8d8d8d;
	padding: 0 0 0 10px
}

.block-comments {
	width: 100%
}

.block-comments form {
	clear: both;
	margin: 0 0 2rem
}

.block-comments .toggle-button {
	float: right;
	display: block;
	background-color: #25262a;
	border: none;
	min-width: 20rem;
	padding: 10px;
	text-align: center
}

.block-comments .toggle-button.active {
	background-color: #343539;
	color: #fff
}

.no-touch .block-comments .toggle-button:hover {
	background-color: #343539;
	color: #fff
}

.no-touch .block-comments .toggle-button.active:hover {
	background-color: #343539;
	color: #fff
}

.block-comments .bottom {
	max-width: 100%;
	width: 100%
}

.block-comments .list-comments {
	border-top: 1px solid #e0dfdf;
	padding: 2rem 0 0
}

.list-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	margin: 0 0 2rem
}

.list-sort li {
	margin-right: 2.6rem;
	font-size: 2.6rem;
	padding: 2px 0;
	font-weight: 500
}

.list-sort li:last-child {
	margin: 0
}

.related-videos {
	width: 100%
}

.related-albums,
.related-videos {
	width: 100%
}

.related-albums .list-sort a,
.related-albums .list-sort span,
.related-videos .list-sort a,
.related-videos .list-sort span {
	display: block;
	padding: 0 6px .9rem;
	position: relative
}

.related-albums .list-sort a:before,
.related-albums .list-sort span:before,
.related-videos .list-sort a:before,
.related-videos .list-sort span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: var(--primary-color);
	width: 0%;
	-webkit-transition: width .3s;
	transition: width .3s;
	z-index: 2
}

.related-albums .list-sort span:before,
.related-videos .list-sort span:before {
	width: 100%
}

.related-albums .list-sort a:hover,
.related-albums .list-sort span,
.related-videos .list-sort a:hover,
.related-videos .list-sort span {
	color: #fff
}

.related-albums .list-sort a:hover::before,
.related-videos .list-sort a:hover::before {
	width: 100%
}

.member-menu {
	width: 25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, .65);
	box-shadow: -1px 1px 5px rgba(207, 207, 207, .65);
	border-radius: 5px;
	background-color: #2b2c30;
	margin: 3rem 0 0;
	padding: 2rem;
	position: relative
}

.member-menu .headline {
	padding: 0;
	margin: 0 0 2rem
}

.member-menu .block-main {
	width: 100%;
	margin: 0 0 2rem
}

.member-menu .block-main .avatar {
	margin: 0 auto 4.4rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background-color: #e0dfdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden
}

.member-menu .block-main .avatar img {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	border-radius: 50%
}

.member-menu .block-main .avatar .no-thumb {
	width: 6rem;
	height: 6rem;
	text-align: center;
	font-size: 0;
	line-height: 0;
	background-size: 6rem 6rem
}

.fancybox-inner {
	width: 100%
}

.section-one {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.section-one {
	padding: 0 25px 0 0;
	margin: 0 0 2rem
}

.block-post {
	padding: 10px 0;
	background: #fff
}

.block-post:after {
	content: "";
	display: block;
	clear: both
}

.block-post .post-holder {
	overflow: hidden;
	padding-right: 7px
}

.block-post .post-content {
	margin: 0 0 10px
}

.block-post .table {
	float: right;
	margin-left: 10px;
	padding: 10px;
	background: #d1d1d1
}

@media screen and (max-width:1280px) {
	.place {
		padding: 4vw 0
	}
	.bottom-adv {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width:1255px) {
	.place {
		padding: 2.8vw 0
	}
	.network {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		text-align: center;
		margin: 0 0 5px
	}
	.member-links {
		width: 100%
	}
	.network ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center
	}
	.member-links ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.header {
		padding: 10px
	}
}

@media screen and (max-width:1255px) {
	.block-model {
		margin: 0
	}
	.info-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.block-album .images {
		padding: 0 1.5rem 1.5rem
	}
	.block-album .images a.item,
	.block-album .images span.item {
		margin: 1.5rem 1rem 0
	}
}

@media screen and (max-width:1152px) {
	html {
		font-size: 58.5%
	}
	.navigation .primary {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		top: calc(100% + 15px);
		left: -85%;
		max-width: 330px;
		width: 100%;
		background-color: #2b2c30;
		padding: 10px;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .28);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .28);
		-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: transform .3s, opacity .3s, visibility .3s;
		transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
		z-index: 1000
	}
	.navigation .primary ul {
		top: 39px
	}
	.navigation .primary>li,
	.navigation .primary>li:first-child {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0 0 3px
	}
	#item1 {
		height: 34px
	}
	.navigation .primary a {
		padding: 9px 4px
	}
	.navigation .button {
		display: block
	}
	.navigation.open .primary {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.block-details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.block-details .info {
		padding: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
	.info-buttons {
		margin: 0 0 1rem
	}
}

@media screen and (max-width:1140px) {
	.place {
		padding: 1vw 0
	}
}

@media screen and (max-width:1050px) {
	.place {
		display: none
	}
	.place~.item:nth-of-type(-n+7) {
		width: calc(25% - 10px)
	}
	.member-menu {
		position: inherit;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.member-menu .block-main .avatar {
		margin: 0 4rem 0 0
	}
	.member-menu .headline {
		width: 100%
	}
	.member-menu .block-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 400px;
		flex: 0 1 400px;
		width: auto;
		margin: 0 2rem 0 0
	}
}

@media screen and (max-width:1152px) {
	.place {
		padding: 2vw 0
	}
	.list-categories .item {
		width: calc(25% - 10px)
	}
	.header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.search form {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
	.search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 10px 0 0
	}
	.logo {
		margin: 0 10px 0 0
	}
	.search .search-text input {
		padding: 10px 60px 10px 20px
	}
	.social-bookmarks,
	.social-bookmarks2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media screen and (max-width:1024px) {
	html {
		font-size: 52.5%
	}
	form [data-name=code] {
		margin: 0 0 1.5rem
	}
	.list-tags .margin-fix {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.list-tags .margin-fix .item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.33%;
		flex: 1 1 33.33%
	}
}

@media screen and (max-width:940px) {
	.block-model .model-list li {
		width: 50%
	}
	.pagination .first,
	.pagination .last,
	.pagination .page {
		display: none
	}
}

@media screen and (max-width:860px) {
	.list-albums .item,
	.list-videos .item,
	.place~.item:nth-of-type(-n+7) {
		width: calc(33.33% - 10px)
	}
	.block-album .table,
	.block-post .table,
	.block-video .table,
	.list-albums .place,
	.list-videos .place {
		display: none
	}
	.block-album .album-holder,
	.block-video .video-holder {
		margin-right: 0
	}
	.headline {
		margin: 0 0 10px
	}
	.section-one {
		padding: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
	form .bottom {
		max-width: 100%
	}
	.member-menu .block-main {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 53%;
		flex: 0 1 53%
	}
}

@media screen and (min-width:786px) {
	#list_categories_categories_list .headline:after,
	#list_videos_most_recent_videos .headline:after,
	.main-container .headline:after {
		position: absolute;
		content: "";
		height: 4px;
		margin-top: 40px;
		margin-bottom: 0;
		width: 215px;
		background: var(--primary-color)
	}
}

@media screen and (max-width:785px) {
	.box {
		padding: 1.5rem 0 0
	}
	.list-categories .item {
		width: calc(33.33% - 10px)
	}
	.social-bookmarks,
	.social-bookmarks2 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
	.logo {
		margin: 0 0 10px
	}
	.header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.headline {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2rem 0 0
	}
	.headline h1,
	h2 {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 2px 0
	}
	.sort,
	.sort2 {
		margin: 10px 10px 0 0
	}
	.sort2:last-child,
	.sort:last-child {
		margin: 10px 0 0
	}
	.pagination a,
	.pagination span {
		font-size: 16px;
		padding: 8px 12px
	}
	.pagination li {
		min-width: 43px
	}
	.tags-cloud .all {
		font-size: 13px;
		padding: 10px 20px
	}
	.footer .nav a {
		font-size: 13px
	}
	.block-details .item span {
		margin: 0 1.5rem .5rem 0
	}
	.block-details .item {
		margin: 0 10px 1rem 0
	}
	.tab-content {
		padding: 0 1rem 1rem
	}
	.list-sort {
		margin: 0 0 1rem;
		overflow-x: scroll
	}
	.list-sort li {
		margin-right: 1rem
	}
	.block-model .model-list li {
		width: 100%;
		padding: 0
	}
}

@media screen and (max-width:650px) {
	html {
		font-size: 47.5%
	}
	.member-menu .block-main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0
	}
	.list-tags .margin-fix .item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
}

@media screen and (max-width:640px) {
	.list-albums .item,
	.list-videos .item,
	.place~.item:nth-of-type(-n+7) {
		width: 200px
	}
	.list-videos .item {
		margin: 5px 0 0 5px
	}
	.margin-fix {
		margin: -5px 0 0 -5px
	}
	.list-categories .item {
		width: calc(50% - 5px);
		margin: 5px 0 0 5px
	}
	form [data-name=code] {
		margin: 0 0 1rem
	}
	.block-video {
		margin: 0 0 1.5rem
	}
	.box {
		margin: 0 0 1.5rem
	}
}

@media screen and (max-width:560px) {
	.box {
		padding: .5rem 0 0
	}
	form .section-title {
		margin: 0 0 1.5rem
	}
	.member-menu .block-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0
	}
	.member-menu .block-main .avatar {
		margin: 0 0 1rem
	}
	.block-album .images {
		padding: 0 1rem
	}
	.block-model .img {
		float: none;
		display: block;
		margin: 0 auto 1rem
	}
	.list-videos .item,
	.place~.item:nth-of-type(-n+7) {
		width: 240px;
		margin: 5px 0 0 5px
	}
}

@media screen and (max-width:428px) {
	.list-videos .item,
	.place~.item:nth-of-type(-n+7) {
		width: 300px;
		margin: 5px 0 0 5px
	}
	.list-albums .item {
		width: calc(50% - 5px);
		margin: 5px 0 0 5px
	}
	.main-container .list-albums .item .title {
		font-size: 12px
	}
	.main-container .list-albums .item .wrap {
		font-size: 11px
	}
	.main-container .list-albums .item .wrap div:before {
		font-size: 13px
	}
	.main-container .list-albums .item .wrap .photos {
		padding-left: 21px
	}
	.main-container .list-albums .item .wrap .views {
		padding-left: 23px
	}
	.item-control {
		padding: 4px 7px
	}
	.main-container .list-albums .item .wrap div {
		padding-left: 18px
	}
	.navigation .primary {
		max-width: 100%
	}
	.block-model .img {
		width: 200px;
		height: 300px;
		padding-bottom: 64.2%
	}
}

@supports (-webkit-overflow-scrolling:touch) {
	.content,
	.sort,
	.sort2 {
		cursor: pointer
	}
}

.glyphicon-fire:before {
	content: "\e104"
}

@font-face {
	font-family: glyphicons halflings;
	src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.eot);
	src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: glyphicons halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

.dropbtn-but {
	background-color: #25262a;
	color: #fff;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	opacity: .7;
	color: #fff;
	margin-right: 5px
}

.onlyfans-but {
	background-color: #25262a;
	color: #fff;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	opacity: .7;
	color: #fff
}

.dropdown-but {
	float: right;
	display: inline-block
}

.dropdown-content-but {
	display: none;
	background-color: #25262a;
	position: absolute;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	opacity: .9;
	border-radius: 8px;
	z-index: 99999
}

.dropdown-content-but a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block
}

.dropdown-but a:hover {
	background-color: #ddd
}

.show-but {
	display: block
}

.ksidja {
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
}