/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font‑display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans/open-sans-v18-latin-regular.woff2') format('woff2');
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font‑display: swap;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans/open-sans-v18-latin-700.woff2') format('woff2');
}

html {
  overflow-y: scroll;
}

body {
	background-color: #1a1a21;
}

body, html, head, a, h1, h2, ul, button, input, textarea, div {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	color: #fffffffa;
}

.title-h1, h1, h2, h3 {
	font-size: 1rem;
  line-height: 1.4rem;
}

b { 
	font-weight: bold;
	color: #fff;
}

.fa-times {
	font-size: 1rem;
	padding: 0 5px;
}

input, select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #282832;
	height: 37px;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #282832;
	font-size: 13px;
	box-shadow: 0px 1px 1px black;
}

input:focus, select:focus {
	font-size: 13px;
}

input:hover, select:hover {
	border: 2px solid #fbad18;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.video-iframe,
.video-iframe-opened {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 5px;
    background-color: #000;
    box-shadow: 0px 1px 1px #000;
}

.video-player {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.fluid_video_wrapper * {
	border-radius: 5px;
}

.fluid_initial_play_button {
	border-radius: 0;
}

.row {
	display: flex;
	flex-direction: row;
}

.column {
	display: flex;
	flex-direction: column;
}

.layout {
	display: flex;
	max-width: 1300px;
	margin: 30px auto;
	padding: 0 10px;
}

.layout-sidebar {
	width: 190px;
	will-change: min-height;
	margin: 10px;
}

.layout-ads {
	max-width: 300px;
}

.layout-content {
	width: 100%;
}

.mobile .layout {
	display: block;
}

.sidebar__inner{
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

::placeholder {
	color: #fff;
}

.button {
	font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    background-color: #fbad18;
    color: #081c24;
    padding: 10px;
    margin: 10px 1px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 1px 1px black;
}

body.mobile .button {
	margin: 0 2px;
}

body.mobile {
	padding: 5px;
}

.checkbox {
	box-shadow: none;
    width: 35px!important;
    margin-right: 10px!important;
}

.radio {
	box-shadow: none;
	width: 20px!important;
	margin-right: 10px!important;
}

label a {
	color: #fbad18;
}

.flag {
	vertical-align: middle;
	padding-right: 5px;
}

/* AGE VERIFICATION ///////////////////////////////////////////////////////////////////// */

.blur {
	-o-filter: blur(7px);
	-ms-filter: blur(7px);
	-moz-filter: blur(7px);
	-webkit-filter: blur(7px);
	filter: blur(7px);
}

.age-overlay {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,.6);
	z-index: 999999;
	justify-content: center;
	align-items: center;
}

.age-popup {
	align-items: center;
    padding: 20px;
    text-align: center;
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: bold;
}

body.mobile .age-popup .row {
	flex-direction: column;
}

.age-popup a {
	margin: 20px;
    padding: 20px 40px;
    background-color: #fbad18;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
}

.age-popup a:hover {
	text-decoration: underline;
}

/* HEADER ///////////////////////////////////////////////////////////////////// */

.header {
	max-width: 1300px;
	padding: 10px 10px 0 10px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

body.mobile .header {
	flex-direction: column;
	min-height: 45px;
}

.header .search {
}

.header .search .autocomplete-container {
	width: 400px;
}

.header-right {
	align-items: center;
}

body.mobile .header-right, body.mobile .header .search {
	justify-content: center;
	margin: 15px 0 0 0;
}

body.mobile .header-left {
	align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* LOGO */

body.mobile .logo img {
	width: 160px;
	height: 37px;
}

/* WEBSITE LANGUAGE SELECTOR */

.web-lang-select, .web-lang-select-mobile {
	background: none;
	border: none;
}

body.mobile .web-lang-select {
	display: none;
}

.web-lang-select-mobile {
	display: none;
}

body.mobile .web-lang-select-mobile {
	display: flex;
	width: 65px;
}

/* MOBILE HAMBURGER MENU */

.hide-menu {
	display: none;
}

body.mobile .hide-menu {
	display: flex;
	justify-content: center;
    width: 65px;
}

body.mobile .hide-menu .icon.bars {
	width: 1.5rem;
	height: 1.5rem;
}

/* FILTER ///////////////////////////////////////////////////////////////////// */

.autocomplete-container {
	position: relative;
	height: 47px;
	background: #282832;
	margin: 0 5px;
	text-align: left;
	border: 2px solid #282832;
	box-shadow: 0px 1px 1px black;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
}

.autocomplete-container:hover {
	border: 2px solid #fbad18;
}

#autocomplete-video-container {
	margin: 0;
}

body.mobile #autocomplete-actor-container,
body.mobile .autocomplete-container {
	width: 100%;
	margin: 2px 0;
	box-sizing: border-box;
}

body.mobile #autocomplete-actor-container.opened,
body.mobile .autocomplete-container.opened {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 9999;
	border-radius: 0;
}

.autocomplete-cancel {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	font-weight: bold;
	background-color: #fbad18;
	color: #000;
	border-radius: 4px;
	border: none;
}

body.mobile .autocomplete-container.opened .autocomplete-cancel {
	display: inline-block;
}

.autocomplete-latest {
	display: block;
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	height: calc(100vh - 57px);
	background: #282832;
	border: none;
	text-align: left;
	overflow-y: auto;
	z-index: 9999;
}

.autocomplete-title {
	position: relative;
	padding: .6em .6em;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.06em;
	color: #fff;
	background: #282832;
	font-weight: bold;
}

body.mobile .autocomplete-suggestions {
	position: fixed;
	top: 57px !important;
	left: 0px !important;
	width: 100% !important;
	height: calc(100vh - 57px) !important;
	padding: .6rem;
	max-height: none;
	background: #282832;
	border: none;
}

body.mobile .autocomplete-suggestion {
	padding: .6em;
}

body.mobile .autocomplete-suggestion input {
	position: absolute;
	right: 0;
	top: 50%;
	height: auto;
	margin-top: -8px;
}

.autocomplete-latest .autocomplete-suggestion {
	padding-left: 0.8rem !important;
}

.seraches-container {
	width: 100%;
	height: 100%;
	padding-bottom: 17px;
	overflow-x: scroll;
	overflow-y: hidden;
	box-sizing: content-box;
}

.searches-container-inner {
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
    align-items: center;
	padding: 5px;
}

.autocomplete-container .filter {
	display: inline-flex;
	position: relative;
	margin: 0 2px;
}

.autocomplete-results {
	display: inline-flex;
}

.autocomplete-input {
	width: 100px;
	height: 34px;
	margin: 0;
	border: none;
	box-shadow: none;
}

.autocomplete-input:hover {
	border: none;
}

.search-box {
	max-width: 1500px;
	padding: 20px 5.1vw;
	text-align: center;
	margin: 0 auto;
}

body.mobile .search-box {
	margin-top: 5px;
}

.search-box-title h1,
.search-box-title span {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.5rem;
}

body.mobile .search-box-title span {
	padding-bottom: 15px;
	font-size: 25px;
	line-height: 2rem;
}

.search-box-description {
	margin: 10px;
	color: #868e91;
}

.filter-box-menu-1 {
	font-weight: bold;
    justify-content: space-between;
    padding: 10px 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-align: center;
}

.filter-box-menu-1 a {
	margin: 0 2px;
	background-color: #282832;
	color: #818991;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 4px;
}

body.mobile .filter-box-menu-1 a {
	padding: 10px 5px;
}

.filter-box-menu-1 a:hover {
	text-decoration: underline;
}

.selected {	
	color: #21d07a!important;
}

.js-autocomplete-sort {
	display: inline-block;
}

.hide-filter {
	display: none;
}

body.mobile .hide-filter {
	display: flex;
	width: 100%;
  justify-content: center;
  background: #282832;
  border: 1px solid #1a1a21;
  border-radius: 4px;
  box-shadow: 0px 1px 1px black;
  padding: 10px 0;
  font-size: 0.8rem;
}

.filter-block {
	display: none;
}
.filter-block.show {
	 display: block;
	 width: 100%;
}
body.mobile .filter-block {
	width: 100%;
}

.filter-block td,
.filter-block table, 
.filter-block th {  
  padding: 5px;
  border: 5px solid #1a1a21;
}

.filter-box-menu-1 select {
	font-weight: bold;
	height: auto;
	padding: 0;
	margin: 0 0 0 8px;
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' width='12' height='12' viewBox='0 0 24 24'><path d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 3px;
	padding-right: 17px;
}

.filter-box-menu-2,
.filter-box-menu-3 {
	justify-content: center;
	flex-wrap: wrap;
}

.filter-box-menu-3 {
	font-size: 0.8rem;
	padding: 10px 0px;
	border-radius: 5px;
}

body.mobile .filter-box-menu-2 input,
body.mobile .filter-box-menu-2 select {
	width: 100%;
	margin: auto;
}

.filter-button {
	height: 47px;
	align-items: center;
    background: #fbad18;
    font-size: 0.8rem;
    color: #000;
    padding: 0 5px;
    margin-right: 5px;
}

.actor-filter {
	width: 90%;
}

.filter-label {
	margin-bottom: 10px;
}

.filter-wrapper {
	width: 100%;
}

.filter-wrapper-slider .filter-wrapper {
	margin: 10px 20px;
}

.filter-wrapper .legend {
	margin-top: 5px;
	margin-bottom: 15px;
}

.filter-wrapper .legend label {
	display: inline-block;
}

.filter-wrapper .legend label:first-child {
	left: -10px;
	position: relative;
	text-align: left;
}

.filter-wrapper .legend label:last-child {
	position: relative;
	right: -10px;
	text-align: right;
}

.box1, .box2 {
	flex-grow: 5;
}

.box3, .box4 {
	flex-grow: 3;
}

.filter-category {

}

.filter {
	display: flex;
	align-items: center;
	padding: 8px;
	font-size: 0.8rem;
	color: #000;
	font-weight: bold;
	margin: 2px;
	background-color: #f5f5f5;
	cursor: pointer;
}

.filter.active {
	background-color: #21d07a;
}

.filter-category .filter:last-child {
	background: none;
	color: #fff;
}

.filter-category p {
	margin-left: 5px;
	font-size: 12px;
}

.filter-category select {
	height: 38px;
	padding: 0 5px;
	background: #fff;
	color: #000;
	font: bold 13px 'Open Sans';
}

.featured-category .icon {
	display: none;
}

.featured-category.active .icon {
	display: inline;
}

.featured-category.toggle {
	display: none;
}


/* CONTENT //////////////////////////////////////////////////////////////////////////////////// */

section {
	align-items: center;
	margin: 0 auto;
}

body.mobile section {
	width: 100%;
	padding: 0;
}

.content-navigation {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	gap: 10px;
}

.filter-group {
	display: none;
}

.big-grid-layout .content-navigation, .grid-layout .content-navigation {
	width: 100%;
	align-items: center;
}

@media (max-width: 1600px) {
	.big-grid-layout .content, .grid-layout .content {
		width: 32.7%!important;
	}
}

@media (max-width: 1300px) {
	.big-grid-layout .content, .grid-layout .content {
		width: 32.7%!important;
	}
}

@media (max-width: 1050px) {
	.big-grid-layout .content, .grid-layout .content {
		width: 48%!important;
	}
}

@media (max-width: 650px) {
	.big-grid-layout .content, .grid-layout .content {
		width: 100%!important;
	}
}

body.mobile .big-grid-layout .content,
body.mobile .grid-layout .content {

}

body.mobile .content-navigation {
	width: 100%;
}

.time-and-layout .icon {
	margin: 0 2px;
}

.time-and-layout {
	align-items: center;
}

.video-layout {
	margin-left: 10px;
}

.content {
	width: 100%;
	display: flex;
	flex-direction: row;
	border-radius: 5px;
	margin: 4px 0;
}

.content-img {
	display: block;
	position: relative;
	width: 375px;
	max-height: 165px;
	background-size: cover;
	flex-shrink: 0;
	overflow: hidden;
}

.grid-layout .content-img,
.big-grid-layout .content-img {
	width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.content-img-details {
	color: #ffffffbd;
	width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 5px;
  height: 25px;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.content-img-details span {
	display: flex;
  align-items: center;
}	

.detail1, .detail2 {
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 3px 0 3px;
}	

.detail1 span {
	background: rgba(0, 0, 0, .3);
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  margin: 2px;
}

.detail2 {
	background: rgba(0, 0, 0, .3);
  padding: 7px;
  border-radius: 5px;
  font-size: 10px;
  margin-right: 5px;
}

.detail2 .flag {
	width: 15px;
	height: 15px;
}

.detail1 .icon {
	height: 15px!important;
  width: 15px!important;
  margin: 0 3px!important;
}

.content-img video {
	width: 100%;
	height: auto;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
}

.content-img .backdrop {
	width: 100%;
	height: auto;
	background-color: #000;
}

.article-row-1 {
	width: 100%;
	justify-content: space-evenly;
	border-radius: 5px;
	padding: 10px 15px;
	line-height: 20px;
	background: #282832;
	box-shadow: 0px 1px 1px black;
}

.content:hover .article-row-1 {
	background: none;
	box-shadow: none;
}

.article-row-1 h1 {
	color: #fff;
	line-height: 1.2;
	font-size: 18px!important;
}

.article-row-1 p {
	display: flex;
	font-size: 0.7rem;
	line-height: 1rem;
}

.acters {
	font-size: 12px!important;
	color: #fbad18!important;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}

.category {
	width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 1.4rem;
    overflow: hidden;
    margin-bottom: 5px;
}

.category span {
	color: #808486;
	font-size: 12px;
	margin-right: 5px;
}

.article-details {
	position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
	justify-content: start;
	font-size: 0.7rem;
	z-index: 2;
}

.article-details span {
	display: flex;
  align-items: center;
}

.category-description {
    width: 95%;
	font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
    opacity: 15%;
    margin: 0 auto;
}

/* MATCH */

.match {
	padding: 4px 8px;
	border-radius: 3px;
	font-weight: bold;
	color: #1a1a21;
	background: #21d07a;
}

.list-layout .content-img-details-match,
.grid-layout .content-img-details-match,
body.mobile.grid-layout .match {
	display: none!important;
}

.big-grid-layout .content-img-details-match,
body.mobile.grid-layout .content-img-details-match {
	display: flex!important;
	padding: 0px 5px;
	font-weight: bold;
	color: #21d07a;
	text-transform: capitalize;
}

/* CONTENT = GRID LAYOUT */

.grid-layout .article-row-1 {
	text-align: left;
    height: 44px;
    width: 352px;
    padding: 5px;
    background: none;
    box-shadow: none;
    text-overflow: ellipsis;
    overflow: hidden;
    justify-content: start;
    white-space: nowrap;
}

.grid-layout .article-row-1 h2 {
    max-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.grid-layout .acters-videos-view {
	overflow: hidden;
	max-height: 25px;
}

.grid-layout .category {
	display: none;
}


.grid-layout .content-img {
}

.big-grid-layout .content-img {
}

body.mobile .content-img,
body.mobile.grid-layout .content-img,
body.mobile.big-grid-layout .content-img {
	border-radius: 5px;
}

/* ACTORS DETAILS //////////////////////////////////////////////////////////////////////////////////// */

.actres-info {
	max-width: 990px;
	margin: 15px auto;
	font-size: 12px;
	padding: 15px;
	border-radius: 5px;
	line-height: 15px;
	border: 3px solid #282832;
	box-shadow: 0px 1px 1px black;
}

.actres-numbers {
	margin: 10px 0;
}

.actres-numbers li {
	margin-right: 10px;
}

.actres-info h2 {
	font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.actres-info-details {
	align-items: center;
	font-size: 0.8rem;
}

.actres-info-details img {
	border-radius: 50%;
	border: 3px solid #fbad18;
}

.pornstar-description {
	font-size: 0.8rem;
    line-height: 1.1rem;
	margin: 10px 0;
}

.actres-left {
	width: 75%;
}

.actres-stats {
	width: 35%;
	margin-left: 15px;
}

.actres-stats .icon {
	width: 20px;
	height: 20px;
	margin-right: 5px
}

.actres-stats td, table, th {
	border: 3px solid #1a1a21;
  padding: 5px;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.actres-stats td:first-child {
	font-weight: bold;
	text-align: right;
}

.actres-stats tr:nth-child(2n+1) {
  background: #282832;
}

.aliases span {
	margin: 5px 0 5px 0;
	font-style: italic;
	font-size: 0.7rem;
}

.actress-gallery {
	text-align: center;
}

.actress-gallery i {
	font-size: 20px;
}

.actress-gallery img {
	width: 23.8%;
  height: auto;
  margin: 1px;
  border-radius: 4px;
  object-fit: cover;
}

@media (max-width: 880px) {
	.actres-info {
		flex-direction: column;
    width: 100%;
    box-sizing: border-box;
	}

	.actres-left,
	.actres-stats {
		width: 100%;
		margin: 0;
	}
}

/* OPEN CONTENT //////////////////////////////////////////////////////////////////////////////////// */

.content-open {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 3px;
}

.content-open h1 {
    font-size: 1.7rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
}

.content-open p {
	align-items: center;
	line-height: 15px;
	color: #868e91;
}

.category-open {
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 10px;
}

body.mobile .category-open {
	justify-content: center;
}

.category-open li:first-child {
	display: none;
}

.category-open a {
	font-size: 12px;
	border-radius: 3px;
	margin: 1px;
	background: #ffd548;
	color: #081c24;
	border: 1px solid #ffd548;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 35px;
}


.big-embed .content-iframe-wrapper {
	width: 100%;
	padding-bottom: 56.25% !important;
	margin: 0 0 5px 0;
}

.big-embed .content-open {
	width: 100%;
}

.tags {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	line-height: 20px;
}

body.mobile .tags {
	justify-content: center;
}

.tags li:first-child {
	display: none;
}

.tags a {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

.tags i {
	color: #ffd548;
	margin-left: 3px;
	margin-right: 1px;
}

.acters-open li:first-child,
.acters-open-left li:first-child {
	display: none;
}

.content-open-right {
	width: 100%;
	justify-content: space-between;
	padding: 8px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: left;
	background-color: #282832;
	box-shadow: 0px 1px 1px #000;
}

.content-open-right-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-open-right-bottom div:last-child {
	flex-shrink: 3;
}

.js-bookmark,
.js-share,
.content-tab-a-comments,
.flag-button {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.8rem;
    background: #1a1a22;
    text-align: center;
    margin: 0 2px;
    padding: 10px;
    border-radius: 4px;
    cursor:pointer
}

.more-like-this {
	color: #21d07a;
    font-weight: bold;
}

.content-tab-comments {
	display: none;
	width: 100%;
}

.content-tab-a-info {
	display: flex;
    width: 330px;
    margin: 10px 0;
}

/* FLAG */

.flag-this-video-popup {
	background: #1a1a21;
	line-height: 1.5rem;
	padding: 20px 30px;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

.flag-this-video-popup .mfp-close {
	color: #fff !important;
}

.flag-this-video-popup input,
.flag-this-video-popup select {
	height: auto;
}

.flag-this-video-popup label {
	display: block;
}

.flag-this-video-popup textarea {
	color: #000;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
}

/* ACTERS */

.acters-open-left {
	display: flex;
	text-align: center;
	margin-right: 5px;
}

.acters-open-left a {
	padding: 8px;
	border-radius: 5px;
    background-color: #282832;
    box-shadow: 0px 1px 1px #000;
    line-height: 1rem;
}

.acters-open-left li {
	margin-bottom: 5px;
}

.acters-open-bottom a {
	padding: 0 8px;
}

.big-embed .acters-open-left,
.acters-open-bottom,
body.mobile .acters-open-left {
	display: none;
}

.big-embed .acters-open-bottom,
body.mobile .acters-open-bottom {
	display: flex;
}

.acters-open a {
	color: #ffd548;
	align-items: center;
	line-height: 1rem;
}

.acters-open img {
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
	border-radius: 50%;
	border: 3px solid #ffd548;
}

.country-of-origin {
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.country-of-origin a {
	display: flex;
    align-items: center;
    margin-left: 10px;
}

.tags p,
.category-open p,
.acters-open p,
.country-of-origin span {
	font-weight: bold;
	color: #868e91;
}

.video-info,
.video-info li {
	width: 100%;
}

.video-info span {
    background: #1a1a22;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 4px 2px;
    padding: 5px;
    border-radius: 5px;
}

.video-info .icon {
    color: #ffd548;
    margin-right: 10px;
}

.full-video-description {
	font-size: 13px;
  line-height: 18px!important;
  margin: 5px 0;
  color: #fff!important;
}

.rate-result {
	margin-bottom: 10px;
}

/* OPEN CONTENT = GRID LAYOUT */



/* BUTTON "MORE VIDEOS" //////////////////////////////////////////////////////////////////////////////////// */

.btn-more a {
    margin: 30px auto;
    text-align: center;
    padding: 10px;
    background: #ffd548;
    border-radius: 5px;
    font-size: 20px;
    color: #1a1a21;
    z-index: 10;
}

body.mobile .btn-more {
	width: 100%;
	margin: 0 auto;
}

.big-grid-layout .btn-more a,
.grid-layout .btn-more a,
.list-layout .btn-more a {
	width: 640px;
}

.btn-more a:hover {
	cursor: pointer;
}


/* FOOTER //////////////////////////////////////////////////////////////////////////////////// */

footer {
	background: #23232C;
	font-size: 14px;
	padding: 20px;
}

body.mobile footer {
	justify-content: center;
}

.footer-left {
	margin: 0 auto;
	text-align: center;
	color: #728294;
}

body.mobile .footer-left {
	align-items: center;
}

.footer-left a {
	color: #728294;
	margin: 10px;
	line-height: 20px;
}

.footer-left a:hover {
	color: #ff005c;
}

.footer-left span {
	color: #fff;
	margin-top: 10px;
}

/* ??????? //////////////////////////////////////////////////////////////////////////////////// */

.form-wrapper {
	max-width: 400px;
	margin: 25px auto;
	background: #23232C;
	padding: 20px;
	border: 1px solid #333;
	border-radius: 4px;
}

.comment-form.form-wrapper {
	max-width: 100%;
	margin: auto;
}

.comment-form input, .form-wrapper input,
.comment-form textarea, .form-wrapper textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #555;
	border-radius: 5px;
	background: #23232C;
	padding: 20px;
	font-size: 1rem;
	margin: 7px auto;
	color: #ccc;
	transition: .1s;
}

.comment-form input:focus, .form-wrapper input:focus,
.comment-form textarea:focus, .form-wrapper textarea:focus {
	border-color: #fff;
}

.comment-form button, .form-wrapper button {
	width: 100%;
	padding: 12px 15px;
	margin: 7px auto;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	transition: .1s;
}

.comment-form button:hover, .form-wrapper button:hover {
	transform: scale(1.03);
}

.comment {
	margin-top: 8px;
	display: flex;
	flex-direction: row;
}

.comment-avatar {
	height: 56px;
	border-radius: 5px;
	margin-right: 8px;
}

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

.comment-name {
	color: #fbad18;
	font-weight: bold;
}

.comment-date {
	color: #505050;
	margin-left: 0.5em;
}

.comment-text {
	padding-top: 1em;
	color: #b8b8b8;
}

.comment-footer {
	color: #b8b8b8;
	padding-top: 1em;
	display: flex;
	font-size: 12px;
	align-items: center;
}

.comment-level-1 {
	margin-left: 65px;
}
.comment-level-2 {
	margin-left: 130px;
}

/* RESPONSIVE DESIGN ///////////////////////////////////////////////////////////////////////// */

@media (max-width: 1200px) {

	.content-open {
		max-width: 728px;
	    flex-direction: column;
	    box-sizing: border-box;
	}

	.content-iframe-wrapper {
		margin: 0 0 5px 0;
	}

	.acters-open-left {
		display: none;
	}

	.acters-open-bottom {
		display: flex;
	}

	.embed-layout-buttons {
		display: none;
	}
}

@media (max-width: 710px) {
	.box1, .box2, .box3, .box4 {
		width: 40%;
	}
}

body.mobile .content {
	width: 100%;
	max-width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.mobile .content-img {
	width: 100%;
	max-height: 200px;
}

body.mobile .article-row-1 {
	max-width: 100%;
	margin: 4px 0 0 0;
	box-sizing: border-box;
}

body.mobile .content-open {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

body.mobile .content-open-right {
	align-items: center;
	text-align: center;
}

.description {
	margin: 20px 0;
}

.description p {
	font-size: 13px;
	text-align: center;
	line-height: 16px;
}

.description h2 {
	font-size: 15px;
	text-align: left;
	color: #ff005c;
	margin-bottom: 5px;
	font-weight: bold;
}

.banner-bottom {
	max-width: 100%;
}

.content-iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	width: 730px;
	height: 0;
	flex-shrink: 0;
}

@media (min-width: 1200px) {
	.content-iframe-wrapper {
		padding-bottom: 410px;
		margin-right: 5px;
	}
}

.mobile .content-iframe-wrapper {
	width: 100%;
}

.content-tabs {
	position: absolute;
    top: -25px;
    right: 0px;
}

.content-tabs a {
	color: #818991;
    padding: 5px 10px;
    border-radius: 5px;
}

.content-tabs a:hover {
	background-color: #282832;
}

.embed-layout-buttons {
	position: absolute;
	top: 5px;
	right: -30px;
}

.embed-layout-buttons .icon {
	display: block;
	cursor: pointer;
}

@media (max-width: 745px) {
	.content-open {
		width: 100%;
		box-sizing: border-box;
	}

	.content-iframe-wrapper {
		width: 100%;
	}	

	.content-open-wrap {
		width: 100%;
	}
}

.tippy-tooltip {
	padding: 10px;
}

.tippy-tooltip ul {
	margin: 5px 0;
	text-align: center;
}

.big-grid-layout #videos-list,
.big-grid-layout #video-list,
.grid-layout #video-list,
.grid-layout #videos-list {
	display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.big-grid-layout #videos-list .content,
.big-grid-layout #video-list .content,
.grid-layout #video-list .content,
.grid-layout #videos-list .content {
	width: 32%;
  display: flex;
  flex-direction: column;
  margin: 3px;
}

body.mobile.big-grid-layout #videos-list .content,
body.mobile.big-grid-layout #video-list .content,
body.mobile.grid-layout #video-list .content,
body.mobile.grid-layout #videos-list .content {
	width: 100%;
	margin: 3px 1px;
}

body.mobile .content-open-wrap {
	width: 100%;
	margin: 1px;
}

.big-grid-layout #videos-list .content .row,
.big-grid-layout #video-list .content .row,
.grid-layout #video-list .content .row,
.grid-layout #videos-list .content .row {
	text-align: left;
}

.big-grid-layout .article-row-1,
.big-grid-layout .article-row-1 {
	display: none;
}

.big-embed #videos-list .content-open,
.big-embed #video-list .content-open {
	flex-direction: column;
}

.hidden {
	display: none !important;
}

/* PAGES ( Contact Us, DMCA apod.. ) ///////////////////////////////////////////////////////////////////////// */

.page-content {
	max-width: 800px;
    margin: 25px auto;
    padding: 20px;
    text-align: left;
    line-height: 25px;
    background: #23232C;
    border: 1px solid #333;
    border-radius: 4px;
}

.page-content a {
	color: #21d07a;
}

.contact-form label {
	display: flex;
	margin: 20px 0 5px 0;
}

.contact-form textarea {
	width: 100%;
	height: 90px;
	color: #000;
	box-sizing: border-box;
}

/* ???? ///////////////////////////////////////////////////////////////////////// */

@media (max-width: 805px) {
	.embed-layout-buttons {
		display: none;
	}
}

#title-sort {
	text-transform: capitalize;
}

.upload-video table {
	border-collapse: separate;
}

.upload-video tr {
	background: transparent;
}

.upload-video input,
.upload-video select {
	height: auto;
}

.upload-video td {
	vertical-align: middle;
}

.upload-video .links a {
	display: inline-block;
	padding: 5px 8px;
	cursor: pointer;
}

.upload-video .links sup {
	font-size: 75%;
	position: relative;
	top: -2px;
}

.upload-video .links a.active {
	border: 1px solid #fbad18;
	border-radius: 4px;
}

#upload-progress-popup .loading {
	display: none;
	vertical-align: middle;
	margin-left: 5px;
}

.icon.thumbs-up {
	color: #14a0ff;
}

.icon.thumbs-down {
	color: #fc5356;
}

@keyframes preloadAnimation {
	0% {transform:translateX(0)}
	90% {transform:translateX(100%)}
	100% {transform:translateY(-2px)}
}
@-moz-keyframes preloadAnimation {
	0% {-moz-transform:translateX(0)}
	90% {-moz-transform:translateX(100%)}
	100% {-moz-transform:translateY(-2px)}
}
@-ms-keyframes preloadAnimation {
	0% {-ms-transform:translateX(0)}
	90% {-ms-transform:translateX(100%)}
	100% {-ms-transform:translateY(-2px)}
}

.preload-line {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: #f90;
	z-index: 2;
}

.content:hover .preload-line {
	-webkit-animation: preloadAnimation linear .8s;
	-moz-animation: preloadAnimation linear .8s;
	-ms-animation: preloadAnimation linear .8s;
	-o-animation: preloadAnimation linear .8s;
	animation: preloadAnimation linear .8s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fbad18;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fbad18, 0 0 5px #fbad18;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fbad18;
  border-left-color: #fbad18;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

#g-recaptcha-response {
	display: block !important;
	position: absolute;
	margin: -78px 0 0 0 !important;
	width: 302px !important;
	height: 76px !important;
	z-index: -999999;
	opacity: 0;
}

.delete-my-video {
	position: absolute;
	top: 0;
	right: -40px;
	font-size: 180%;
	z-index: 999;
	transition: .3s;
}

.delete-my-video:hover {
	transform: scale(1.2);
}

.icon {
	height: 1rem;
	width: 1rem;
	margin: 0 5px;
}