.container {
  max-width: 1400px;
  padding: 0 0 5px 0;
}
.slick-list {
	width: 100%;
}
.category-item {
	padding: 0;
	margin-bottom: 0.2em;
}
.category-item a.category_list_elem {
	width: 100%;
}
.categories h2 {
	display: initial;
}
.movie-cover {
	margin-bottom: 10px;
	padding: 0 5px;
}
.movie-cover .description {
	padding: 5px;
}
div.actor {
	padding: 0 5px;
}
.category-item .description {
	width: 100%;
	position: initial;
}
.partners-block .row .row-item {
	width: 100%;
}
h2.bg {
	margin: 0.2em 0 0.3em 0.2em;
	font-size: 1.2em;
	padding: 3px 9px 2px;
}
.categories .hide-mob {
	display: none;
}
.banner-title .container {
	max-width:inherit;
	padding: 0;
}
/*
.r-tabs-panel.has-grid {
	padding-right: 0;
}
*/
div.actor {
	margin-bottom: 10px;
}
.text-info .text {
	margin: 0 2em;
	max-width: inherit;
}
header .right-control .login a,
header .btn {
	border-radius: 4px;
}

.pos-relative {
	position: relative;
}
/* header */
header {
	background-image: none;
	background-color: #000;
}

header:before {
	border: none;
	height: 62px;
}

header .container {
  position: relative;
  max-width: 1400px; /*1000px*/
  padding: 0px;
}


header .right-control {
	margin-right: 0px;
}
	header .right-control .login {
		text-transform: uppercase;
		padding:0;
		padding: 0;
		padding-top: 0px;
	}
	header .right-control .login a {
		height: 50px;
		line-height: 50px;
		font-weight: 700;
		font-size: 1.2em;
		margin: 0px;
		width: 60px;
	}

	header .right-control .login a.logout{
		width: 50px;
	}

	header .right-control .lang {
		margin-right: 0px;
	}
	header .right-control .lang p {
		padding: 0 13px 0 13px;
		border: 0;
	}
	header .right-control .lang.member {
		right: 0px;
	}

	header .right-control .lang.settings p{
		width: 75px;
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/settings.png) no-repeat 30% 50%;
		padding-left:30px;
	}
	header .right-control .lang.settings p:hover,
	header .right-control .lang.settings.open p {
		border-right: 1px solid #2d2d2d;
		border-left: 1px solid #2d2d2d;
		color: #e66425;
		background: #1e1e1e url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/settings-hover.png) no-repeat 30% 50%;
		box-shadow: 0 4px 0.72px 0.28px rgba(0, 0, 0, 0.28) inset;
		padding-left:30px;
	}
	header .right-control .lang.settings ul {
		width: 166px;
	}

header .join,
.scrolled header .join {
	display: inline-block;
	top: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	width: 130px;
	margin-right: 0.9em;
	left: 50%;
	margin-left: -75px;
}

header .nav-btn {
	float: left;
	height: 50px;
}

header nav {
	-webkit-transition: left .4s;
	transition: left .4s;
	position: absolute;
	top: 0;
	left: -240px;
	width: 240px;
	background: #191919;
	height: 100%;
}

	header nav .search-form {
		width: 100%;
		height: 75px;
		position: relative;
		left: 0;
		z-index: 11;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		padding: 15px 0 0 15px;
	}

	header nav .search-form button {
		display: none;
		height: 62px !important;
	}
	header nav,
	.scrolled header {
		height: 62px !important;
	}

	header nav .search-form .filed-row {
		display: block;
		width: 100%;
		top: 5px;
		border: 0;
		background-color: transparent;
		position: absolute;
		left: 0;
		margin-top: 2px;
		background: #000;
		padding: 21px 28px;
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	header nav .search-form.open .filed-row {
		display: block;
	}

	header nav .search-form.open .filed-row #search-close{
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/close-small.png) no-repeat 50%;
		right: 2px;
		top: 0px;
		position: absolute;
		width: 20px;
		height: 20px;
		cursor: pointer;
		display: none;
	}

	header nav .search-form.open .filed-row input {
		background: #fff;
		border-radius: 2px;
		font-size: 14px;
		line-height: 16px;
		font-weight: 400;
		color: #838383;
		padding: 11px 14px 6px;
		width: 100%;
	}

	header nav ul:not(.sup-menu):not(.social) li {
		display: block;
	}

	header nav ul:not(.sup-menu):not(.social) li a {
		line-height: 62px;
		font-weight: 700;
		color: #fff;
	}
	header nav ul:not(.sup-menu):not(.social) li.home {
		line-height: normal;
	}
	header nav ul:not(.sup-menu):not(.social) li.home a {
		height: 62px !important;
		line-height: 62px;
		font-weight: 700;
		width: auto;
		/*height: auto;*/
		background-image: none !important;
	}
	header nav ul:not(.sup-menu):not(.social) li.home a:before {
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/home-icon.png) no-repeat 0 45%;
	}
	header nav ul:not(.sup-menu):not(.social) li:first-child a {
		border-left: none;
		border-top: 1px solid #282828;
	}

	header nav ul:not(.sup-menu):not(.social) li ul {
		border: none;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	header nav ul:not(.sup-menu):not(.social) li ul li a {
		text-decoration: none;
		color: white;
		font-size: 16px;
		display: block;
		padding-left: 22px;
		height: 39px;
		line-height: 38px;
		font-weight: 400;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	header nav ul:not(.sup-menu):not(.social) li.pornstars a:before {
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/pornstars-icon.png) no-repeat 0 45%;
	}

	header nav ul:not(.sup-menu):not(.social) li.pornstars.active a:before,
	header nav ul:not(.sup-menu):not(.social) li.pornstars.visible a:before {
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/pornstars-icon-hover.png) no-repeat 0 45%;
	}

	header nav ul:not(.sup-menu):not(.social) li a .hide-desktop {
		display: inline;
	}

.hide-desktop {
	display: block;
}

#menu-toggle-wrapper {
	display: inline-block;
}

.free_word_hints_container {
	display: none;
    width: 100%;
	border: 0;
	position: absolute;
    left: 0;
    top: 60px;
    margin-top: 2px;
    background: #000;
    padding: 1em 2em;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.free_word_hints_container a:hover {
	color: #e66425;
}

.new-slider-box .slick-arrow {
	top: 45%;
}

.tour .new-slider.featured time {
	display: none;
}
.new-slider.featured time {
	visibility: hidden;
}

.movie-cover .cover-wrap img {
	min-height: 180px;
}


#slider1-wrapper {
	display: none;
}

.slide .movie-cover {
	width: 100%;
}

.video-js {
	max-width: 1400px;
}
.video-js.vjs-fullscreen {
	max-width: 100%;
}
.ms-thumb-list {
	bottom: 50px !important;
	height: 103px !important;
}
.categories .cat-slider .slide .box{
	padding: 0;
}

.categories h4 {
	display: inline-block;
	margin-bottom: 4px;
}
.newcomers {
	padding-top: 0;
}
.more-btn {
	display: inline-block;
	margin: 0 0 0 0.25em;
	position: relative;
	top: -2px;
}
.text-info .more-btn {
	float: none;
}

.more-btn a {
	height: 28px;
	line-height: 28px;
}

.nav-btn a,
.search-form,
#search-open {
	cursor: pointer;
}

.sites-block {
	padding: 0;
}
.menu-open nav {
	overflow-y: visible;
}
.tour .ms-fullscreen-template {
	min-height: 360px;
}

.btn_upgrade {
	left: 60px;
	margin-left: 0px;
}

@media (min-width: 360px) {
	.text-info {
		text-align: justify;
		padding: 0 1em;
		/*padding: 2em .5em 3.5em;*/
	}
	header .join.btn_upgrade {
		left: 60px;
		margin-left: 0px;
	}
}
@media (min-width: 480px) {
	.partners-block .row .row-item {
		width: 50%;
	}
}
@media (min-width: 640px) {
	/*
	header .logo {
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/logo-new-20170202.png) no-repeat 0 0/216px 35px;
		left: 150px;
		top: 10px;
	}*/
	header .join,
	.scrolled header .join {
		top: 10px;
		left: auto;
		width: 120px;
		margin-left: 0px;
		margin-right: 0.5em;
	}
	.tour header .right-control {
		margin-right: 130px;
	}
	header .right-control .login a {
		height: 62px;
	}

	header .right-control .login a.logout{
		width: 60px;
		top: 7px;
	}
}
@media (min-width: 700px) {
	header nav .search-form .filed-row {
		padding: 18px 28px;
	}
	.tour header .right-control {
		margin-right: 150px;
	}
	header .join,
	.scrolled header .join {
		top: 5px;
		height: 50px;
		line-height: 52px;
		font-size: 1.2em;
		width: 130px;
		margin-right: 1em;
		left: auto;
		margin-left: 0;
	}

	header .nav-btn {
		float: left;
		height: 62px;
	}

	header .join.btn_upgrade {
		right: 185px;
		left: auto;
		top: 13px;
		height: 40px;
		line-height: 42px;
		font-size: 1.0em;
		width: 90px;
	}
}

@media (min-width: 860px) {

	body {
		padding-top: 62px;
	}

	header {
		height: 62px;
	}
	header:after {
		height: 0px;
	}

	header .logo {
		top: 5px;
		left: 50%;
		margin-left: -157.5px;
	}

	header .join {
		top: 5px;
		margin-right: 1em;
	}

	.tour header .right-control {
		margin-right: 160px;
	}

	header .right-control .lang {
		right: 440px;
		margin-right: 25px;
	}
	header .right-control .lang p {
		line-height: 62px;
	}

	header .right-control .login {
		padding-top: 5px;
		width: 90px;
	}
	header .right-control .login a{
		width: 90px;
		height: 50px;
	}

	header .right-control .login a.logout{
		width: 55px;
		top: auto;
	}

	.scrolled header .logo {
		display: block;
	}

	.num-block {
		display: none;
	}

	.top-block .main-page-filter {
		margin-bottom: 0px;
	}

	.categories {
		padding: 10px 0 15px;
	}
	.categories .cat-slider {
		margin-bottom: 10px;
	}
	.categories h2, .categories h4 {
		display: initial;
		margin-bottom: 10px;
	}
	.categories .title {
		margin-bottom: 8px;
	}

	.top-stars,
	.newcomers,
	.coming-soon{
		padding: 10px 0px;
	}

	.result.scenes,
	.result.pornstar{
		padding-top: 0;
	}
	.result .float-grid .gutter,
	.movie-cover,
	.top-stars .gutter,
	div.actor {
		width: 25%;
	}

	.container .title .open-filter,
	.container .title .open-filter a{
		z-index: 5;
	}
	.partners-block .row .row-item {
		width: 33.33333%;
	}

	header .join.btn_upgrade {
		top: 5px;
		height: 50px;
		line-height: 52px;
		font-size: 1.2em;
		width: 130px;
		margin-right: 1em;
		left: auto;
		margin-left: 0;
		right: auto;
		left: 80px;
	}

}
@media (min-width: 860px) and (max-width: 1200px) {
	header nav ul:not(.sup-menu):not(.social) li a {
	    display: block;
		border-right: 0;
		padding: 0 12px;
		color: #fff;
		font-size: 16px;
		border-bottom: 1px solid #282828;
	}

	header nav ul:not(.sup-menu):not(.social) li a:before {
		content: '';
		display: inline-block;
		width: 28px;
		vertical-align: middle;
		height: 39px;
		-webkit-transition: all .2s;
		transition: all .2s;
	}

	header nav ul:not(.sup-menu):not(.social) li.has-child > a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 4.5px 0 4.5px;
		border-color: #ffffff transparent transparent;
		position: absolute;
		right: 15px;
		top: 20px;
	}
}

@media (min-width: 920px) {
	.login-box {
		margin-top: 3.33%;
		margin-bottom: 3.33%;
	}
	.tour .ms-fullscreen-template {
		min-height: 480px;
	}
}

@media (min-width: 1050px) {
	header .right-control .lang {
		right: 0px;
	}
	#slider1-wrapper {
		display: block;
	}
	.tour .ms-fullscreen-template {
		min-height: 560px;
	}

}

@media (min-width: 1200px) {
	header nav {
		left: 0;
		width: auto;
	}
	.tour .ms-fullscreen-template {
		min-height: 576px;
	}
	header nav .search-form {
		height: 62px;
		width: 50px;
		left: 100%;
		position: absolute;
	}

	header nav .search-form button {
		display: inline-block;
	}

	header nav .search-form .filed-row {
		display: none;
		width: 255px;
		position: absolute;
		left: 0;
		top: 65px;
	}

	header nav ul:not(.sup-menu):not(.social) li {
		display: inline-block;
	}
	header nav ul:not(.sup-menu):not(.social) li.home {
		line-height: 0;
	}

	header nav ul:not(.sup-menu):not(.social) li.home a {
		width: 48px;
		height: 62px !important;
		line-height: 62px;
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/home-desktop-x2.png) no-repeat 50%/24px 22px !important;
	}
	header nav ul:not(.sup-menu):not(.social) li:first-child a {
		border-left: 1px solid #2d2d2d;
		border-top: 0;
	}
	header nav ul:not(.sup-menu):not(.social) li ul {
		/*border: none;*/
		position: absolute;
		/*top: auto;*/
		/*left: auto;*/
	}
	header nav ul:not(.sup-menu):not(.social) li.discover ul {
		width: 200px;
	}
	header nav ul:not(.sup-menu):not(.social) li.pornstars ul {
		width: 200px;
	}
	header nav ul:not(.sup-menu):not(.social) li.extras ul {
		width: 150px;
	}
	header nav .search-form.open .filed-row #search-close{
		display: block;
	}
	header nav ul:not(.sup-menu):not(.social) li.pornstars a:before {
		background: none;
	}

	header nav ul:not(.sup-menu):not(.social) li.pornstars.active a:before,
	header nav ul:not(.sup-menu):not(.social) li.pornstars.visible a:before {
		background: none;
	}

	header nav ul:not(.sup-menu):not(.social) li a .hide-desktop {
		display: none;
	}
	.hide-desktop {
		display: none;
	}

	#menu-toggle-wrapper {
		display: none;
	}

	.free_word_hints_container{
		width: 255px;
		top: 120px;
		border: 1px solid #3d3d3d;;
	}

	.num-block {
		display: none;
	}

	.top-block .main-page-filter {
		margin-bottom: 0px;
	}

	.categories .title {
		margin-bottom: 0px;
	}

	.top-stars,
	.newcomers,
	.coming-soon{
		padding: 10px 0px;
	}

	.result.scenes,
	.result.pornstar{
		padding-top: 0;
	}
	.result .float-grid .gutter,
	.movie-cover,
	.top-stars .gutter,
	div.actor {
		width: 16.66%;
	}

	.container .title .open-filter,
	.container .title .open-filter a{
		z-index: 5;
	}

	.sites-block .row .row-item {
		width: 33.33%;
	}
	.partners-block .row .row-item {
		width: 25%;
	}
	header .join.btn_upgrade {
		right: 280px;
		left: auto;
	}
}

@media (min-width: 1600px) {
	.title {
		padding: 0;
	}
	.tour .ms-fullscreen-template {
		min-height: 840px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 860px),
		only screen and (max-width: 860px) and (min-resolution: 144dpi) {
	header nav ul:not(.sup-menu):not(.social) li.home a:before {
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/home-icon-x2.png) no-repeat 0 45%/16px 14px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px),
		only screen and (max-width: 860px) and (min-resolution: 144dpi) {
	header nav ul:not(.sup-menu):not(.social) li.pornstars.active a:before, header nav ul:not(.sup-menu):not(.social) li.pornstars.visible a:before {
		background: url(//hwnds.ddfstatic.com/resources/ddf/images/responsive/pornstars-icon-hover-x2.png) no-repeat 0 45%/16px 16px;
	}
}
.ms-thumb-frame {
	border: 1px solid #ccc;;
}
/*New login page*/

.login-error {
	width: 100%;
	border: 1px solid #aaaaaa;
	background-color: #f00;
	border-radius: 2px;
	color: #fff;
	line-height: 2em;
	margin-top: 15px;
	text-align: center;
	padding: 1em 0;
}

.login-box {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.login-wrap {
    float: left;
    width: 420px;
	min-height: 416px;
    background-color: rgba(35, 35, 35, 0.7);
    border: 1px solid #323232;
    padding: 20px;

}
.login-slider-box {
	float: right;
    width: 380px;
    padding: 0;
	margin-top: 46px;
}
@media (min-width: 1900px) {
	.tour .ms-fullscreen-template {
		min-height: 900px;
	}
}
@media (max-width: 920px) {
	.login-wrap,
	.login-slider-box {
		width: 100%;
		float: none;
		text-align: center;
	}
	.login-slider-box {
		margin: 0;
	}
	.login-wrap form {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.login-wrap,
	.login-slider-box {
		width: auto;
	}
	.login-slider-box img {
		width: 100%;
	}
}
/*New login page end*/


/* Hover video */
.cover-wrap video{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	object-fit: fill; /* categories has problem with this */
}

/* Hide Play button + controls on iOS */
.cover-wrap video::-webkit-media-controls {
    display:none !important;
}

.no-touchevents .movie-cover .cover-wrap,
.no-touchevents .movie-cover:hover .cover-wrap {
    position: relative;
}
/* Hover video end */
