.zoom-hover:hover {
	transform: none;
}

.get-access-sec .zoom-hover,
.get-access-sec .zoom-hover:hover {
	background: #EF6538;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}

.see-full-col .btn:hover,
.see-full-col .btn:active {
	background: #EF6538;
}

.item-col.-paysite a:hover .item-info,
.item-col.-paysite a:active .item-info,
.item-col.-channel a:hover .item-info,
.item-col.-channel a:active .item-info,
.item-col.-model a:hover .item-info,
.item-col.-model a:active .item-info {
	background: #FF0A00;
}

.btn.btn-default:hover {
	background: #FF0A00;
}

.rate.active {
	color: #29B0FE;
}

.owl-carousel.owl-carousel-top .owl-stage-outer {
	border-radius: 10px;
	overflow: hidden;
}

.item-col.-video .item-name h2,
.item-col.-gallery .item-name h2 {
	height: 40px !important;
	line-height: 30px !important;
	font-size: 29px !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	font-weight: 900 !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 1 !important;
}

.item-col.-paysite .image,
.item-col.-channel .image,
.item-col.-model .image {
	padding-top: 100%;
}

.models-carousel-col .owl-carousel .owl-stage-outer {
	position: relative;
}


/*.models-carousel-col .owl-carousel .owl-stage-outer:before{    display: inline-block;    width: 50px;    height: 100%;    position: absolute;    content: '';    top: 0;    left: 0;    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 100%);    background: linear-gradient(to right,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );    z-index: 100;}.models-carousel-col .owl-carousel .owl-stage-outer:after{    display: inline-block;    width: 50px;    height: 100%;    position: absolute;    content: '';    top: 0;    right: 0;    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%);    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%);    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );    z-index: 100;}*/

.models-carousel.owl-carousel .owl-nav.disabled,
.models-carousel.owl-carousel .owl-dots.disabled {
	display: block;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.show-mobile {
	display: none !important;
}

.show-desktop {
	display: none !important;
}

@media(min-width: 651px) {
	.show-desktop {
		display: block !important;
	}
}

@media(max-width: 650px) {
	.show-mobile {
		display: block !important;
	}
	.top-layout-sec .item-col .image.show-mobile {
		padding-top: 123.09% !important;
	}
	.get-access-sec .icon {
		display: none;
	}
	.get-access-sec.-home .btn.btn-xl {
		height: 60px !important;
		line-height: 60px !important;
		font-size: 26px !important;
	}
	.get-access-sec .sub-title-col {
		margin: 5px 0 5px;
	}
	.models-carousel-col .owl-carousel .owl-stage-outer:before,
	.models-carousel-col .owl-carousel .owl-stage-outer:after {
		display: none;
	}
	.models-carousel .slider-prev span:after,
	.models-carousel .slider-next span:after {
		margin-top: 5px;
	}
	.models-carousel .slider-prev span:before,
	.models-carousel .slider-prev span:after,
	.models-carousel .slider-next span:before,
	.models-carousel .slider-next span:after {
		height: 5px;
		width: 20px;
	}
	.models-carousel .slider-prev span:before,
	.models-carousel .slider-prev span:after,
	.models-carousel .slider-next span:before,
	.models-carousel .slider-next span:after {
		height: 5px;
		width: 20px;
	}
	.models-carousel .slider-prev span:before,
	.models-carousel .slider-next span:before {
		margin-top: -6px;
	}
}

.models-carousel {
	padding: 0 65px;
}

.show-after-load {
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.purchased-popup {
	position: fixed;
	bottom: -90px;
	left: 50px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	min-width: 452px;
	max-width: 452px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	transition: all 2s ease;
	opacity: 0;
}

@media(max-width: 640px) {
	.purchased-popup {
		display: none;
	}
}

.purchased-popup.visible {
	bottom: 50px;
	opacity: 1;
}

.purchased-popup .avatar {
	flex: 1;
	max-width: 100px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	min-height: 90px;
}

.purchased-popup .info {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 8px 10px 8px 0;
	min-height: 90px;
}

.purchased-popup .info .title {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.purchased-popup .info .desc {
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	color: #7b7b7b;
}

.purchased-popup .info .verified {
	display: flex;
	align-items: center;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	justify-content: flex-end;
}

.purchased-popup .info .verified span {
	margin: 0 5px;
}

.channels-sec,
.tags-sec {
	background: #fff;
}

.blog {
	display: flex;
	justify-content: center;
}

.blog .row {
	max-width: 940px;
}

.blog .row .item-col {
	max-width: 50%;
}

.blog .row .item-col:nth-child(3n+1) {
	max-width: 100%;
}

.blog .article-thumb {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	position: relative;
	padding-top: 50%;
}

.blog .article-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.blog .item-info {
	background: #fff;
	display: flex;
	border-radius: 10px;
	margin: 0 25px;
	margin-top: -80px;
	padding: 25px;
	flex-direction: column;
}

.blog .title {
	font-size: 33px;
	line-height: 40px;
	font-weight: 800;
	max-height: 40px;
	overflow: hidden;
	display: flex;
}

.blog .date {
	font-size: 14px;
	font-weight: 700;
	color: #b2b2c1;
	margin-top: 5px;
}

.blog .item-stats {
	font-size: 22px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 26px;
	max-height: 80px;
	overflow: hidden;
}

.blog .row .item-col:nth-child(3n+1) .item-info {
	margin: 0 56px;
	margin-top: -80px;
}

.blog .row .featured-articles .item-col:nth-child(3n+1) {
	max-width: 50%;
}

.featured-articles {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.featured-articles-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	max-height: 40px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-transform: uppercase;
}

@media(max-width: 860px) {
	.blog .row .item-col {
		max-width: 100%;
	}
	.blog .row .item-col:nth-child(3n+1) .item-info {
		margin: 0 25px;
		margin-top: -80px;
	}
	.blog .title {
		font-size: 22px;
		max-height: 30px;
		line-height: 30px;
	}
	.blog .date {
		font-size: 12px;
	}
	.blog .item-stats {
		font-size: 16px;
		max-height: 69px;
		line-height: 22px;
	}
	.blog .row .featured-articles .item-col:nth-child(3n+1) {
		max-width: 100%;
	}
}
.join-now{
    display: flex;
    flex-direction: column;
}
.join-now .top{
    display: flex;
}
.join-now .top .left{
    flex: 1 1 60%;
    background: url(../images/bg-join.jpg) no-repeat;
    background-size: cover;
    max-height: 830px;
}
.join-now .top .right{
    flex: 1 1 40%;
    align-items: center;
}
.join-now .top .right .inner{
    display: flex;
    max-width: 460px;
}
.join-now .bottom{
    
}
.top-layout-col{
    position: relative;
}
.slider-player{
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 100%;
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
}
.content-desc{
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    overflow: hidden;
    max-height: 200px;
}
.content-desc.opened{
    height: auto;
}

.h2{
	font-family: "Nunito", Arial, Helvetica, Sans serif;
	font-size: 29px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

.front-desc {
	margin:20px 0; 
}

.front-desc, .front-desc h2 {
	text-align: center;
	line-height: 27px;
	font-size: 15px;
	text-transform: uppercase;
	
}

.front-desc p, .front-desc h2{
	margin-bottom:20px;
}

@media(max-width: 1023px) {
	.front-desc, .front-desc h2 {
		line-height: 23px;
		font-size: 13px;
		text-transform: none;
	}
}

