.close_pop{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	z-index: 10;
}
.template--evelive .close_pop svg{
	fill: #e0d8ad;
}
.template--xcams .close_pop svg{
	fill: #ffffff;
}
.template--webcamsex .close_pop svg{
	fill: #ffffff;
}
.template--wl .close_pop svg{
	fill: #000000;
}

.template{
	padding: 12px 82px 15px 380px;
	display: block;
	position: relative;
	left: 0px;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0px;
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.no-logo{
	padding-left: 68px;
}
.template--evelive{
	background-color: #453623;
}
.template--webcamsex{
	background-color: #28286E;
}
.template--xcams{
	background-color: #141220;
}
.template--wl{
	background-color: #FFFFFF;
}
.slider_wrapper{
	width: 100%;
	position: relative;
}
.logo{
	position: absolute;
	left: 0px;
	display: block;
	width: 330px;
	height: 143px;
	background-repeat: no-repeat;
	-webkit-background-size: 260px 60px;
	background-size: 260px 60px;
	background-position: center center;
}
.template--xcams .logo {
	background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/common/xcams.svg');
}
.template--evelive .logo {
	background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/common/evelive.png');
}
.template--webcamsex .logo {
	background-image: url('https://tools.schatjes.net/noaabd/assets/cp/img/infopops/common/webcamsex.png');
}
.template--wl .logo {
	background-image: none;
}
.girl_wrap{
	position: relative;
	display: inline-block;
	width: 198px;
	height: 143px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 3px;
	overflow: hidden;
}
.template--xcams .girl_wrap{
	border-color: #1e1c3b;
}
.template--evelive .girl_wrap{
	border-color:  #3a2f2d;
}
.template--webcamsex .girl_wrap{
	border-color:  #3a2f2d;
}
.template--wl .girl_wrap{
	border: 3px solid rgb(199, 199, 199);
}
.girl__pic{
	position: relative;
	width: 100%;
}
.info{
	display: inline-block;
	position: absolute;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans";
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.info--live{
	font-size: 10px;
	width: 44px;
	height: 14px;
	top: 6px;
	left: 7px;
	background-color: rgba(0,0,0,0.51);
}
.info--live .live__dot{
	display: inline-block;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #60b404;
}
.info--free, .info--hd{
	width: 30px;
	font-size: 9px;
	height: 14px;
}
.info--free{
	background-color: #60b404;
	top: 6px;
	right: 7px;
}
.info--hd{
	background-color: #000000;
	top: 25px;
	right: 7px;
}
.cta{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	display: block;
	font-family: "Open Sans";
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	bottom: 14px;
	width: 128px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
    z-index:1;
}
.cta--on{
	display: block;
}
.template--xcams .cta{
	background-color: #c60ac2;
	color: #fff;
}
.template--evelive .cta{
	background-color: #e0d8ad;
	color: #453623;
}
.template--webcamsex .cta{
	background-color: #fc8d00;
	color: #fff;
}
.template--wl .cta{
	background-color: #5bd130;
	color: #FFFFFF;
}
.template--wl .cta:hover{
	background-color: #49a12a;
	color: #FFFFFF;
}

.owl-nav{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}
.btn-slider svg {
	height: 93px;
	width: 25px;
	margin: 26px auto;
}
.template--xcams .btn-slider svg{
	fill:#fff;
}
.template--evelive .btn-slider svg{
	fill:#e0d8ad;
}
.template--webcamsex .btn-slider svg{
	fill:#fc8d00;
}
.template--wl .btn-slider svg{
	fill:#000;
}
.btn-slider{
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	overflow: hidden;
	text-align: right;
}
.btn-slider--prev{
	left: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

}
.btn-slider--next{
	right: -50px;
}
.slide-img {
	width: 177px;
	height: 127px;
	position: static;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	box-sizing: border-box;
	transition: border .3s ease-out;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slide-img #video-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.slide-img video{
	width: auto;
	height: 100%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
@media screen and (min-width: 1600px) {
	.slide-img {
		width: 192px;
		height: 137px;
	}
}
@media screen and (max-width: 1919px) and (min-width : 1600px) {
	.template{
		padding: 12px 68px 15px 380px;
	}
	.no-logo{
		padding-left: 68px;
	}
	.btn-slider{
		width: 48px;
	}
	.btn-slider--next{
		right: -48px;
	}
	.btn-slider--prev{
		left: -48px;
	}
}
@media screen and (max-width: 1599px) and (min-width : 1440px) {
	.template{
		padding: 12px 68px 15px 348px;
		height: 147px;
	}
	.no-logo{
		padding-left: 68px;
	}
	.girl_wrap{
		height: 127px;
		width: 177px;
	}
	.logo{
		width: 302px;
		height: 127px;
		-webkit-background-size: 230px 46px;
		background-size: 230px 46px;
	}
	.btn-slider svg{
		height: 83px;
		margin: 23px auto;
	}
	.btn-slider{
		width: 42px;
	}
	.btn-slider--next{
		right: -42px;
	}
	.btn-slider--prev{
		left: -42px;
	}
	.cta{
		width: 135px;
		height: 27px;
		font-size: 15px;
		line-height: 27px;
		bottom: 9px;
	}
}
@media screen and (max-width: 1439px) and (min-width : 1366px) {
	.template{
		padding: 12px 68px 15px 348px;
		height: 147px;
	}
	.no-logo{
		padding-left: 68px;
	}
	.girl_wrap{
		height: 127px;
		width: 177px;
	}
	.logo{
		width: 302px;
		height: 127px;
		-webkit-background-size: 230px 46px;
		background-size: 230px 46px;
	}
	.btn-slider svg{
		height: 83px;
		margin: 23px auto;
	}
	.btn-slider{
		width: 42px;
	}
	.btn-slider--next{
		right: -42px;
	}
	.btn-slider--prev{
		left: -42px;
	}
	.cta{
		width: 135px;
		height: 27px;
		font-size: 15px;
		line-height: 27px;
		bottom: 9px;
	}
}
@media screen and (max-width: 1365px) and (min-width : 1280px) {
	.template{
		padding: 12px 68px 15px 340px;
		height: 147px;
	}
	.no-logo{
		padding-left: 68px;
	}
	.girl_wrap{
		height: 127px;
		width: 177px;
	}
	.logo{
		width: 302px;
		height: 127px;
		-webkit-background-size: 230px 46px;
		background-size: 230px 46px;
	}
	.btn-slider svg{
		height: 83px;
		margin: 23px auto;
	}
	.btn-slider{
		width: 40px;
	}
	.btn-slider--next{
		right: -40px;
	}
	.btn-slider--prev{
		left: -40px;
	}
	.cta{
		width: 135px;
		height: 27px;
		font-size: 15px;
		line-height: 27px;
		bottom: 9px;
	}
}
@media screen and (max-width: 1279px) and (min-width : 1024px) {
	.template{
		padding: 12px 68px 15px 251px;
		height: 115px;
	}
	.no-logo{
		padding-left: 68px;
	}
	.girl_wrap{
		height: 100px;
		width: 138px;
	}
	.logo{
		width: 217px;
		height: 100px;
		-webkit-background-size: 178px 36px;
		background-size: 178px 36px;
	}
	.btn-slider svg{
		height: 65px;
		margin: 17px auto;
	}
	.btn-slider{
		width: 40px;
	}
	.btn-slider--next{
		right: -40px;
	}
	.btn-slider--prev{
		left: -40px;
	}
	.cta{
		width: 110px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		bottom: 7px;
	}
}
@media screen and (max-width: 1023px) and (min-width : 768px) {
	.template{
		padding: 12px 47px 15px 251px;
		height: 115px;
	}
	.no-logo{
		padding-left: 47px;
	}
	.girl_wrap{
		height: 100px;
		width: 138px;
	}
	.logo{
		width: 217px;
		height: 100px;
		-webkit-background-size: 178px 36px;
		background-size: 178px 36px;
	}
	.btn-slider svg{
		height: 65px;
		margin: 17px auto;
	}
	.btn-slider{
		width: 31px;
	}
	.btn-slider--next{
		right: -31px;
	}
	.btn-slider--prev{
		left: -31px;
	}
	.cta{
		width: 110px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		bottom: 7px;
	}
}
@media screen and (max-width: 767px) and (min-width : 480px) {
	.template{
		padding: 12px 35px 6px 35px;
		height: 162px;
	}
	.no-logo{
		height: 115px;
		padding-bottom: 12px;
	}
	.girl_wrap{
		height: 100px;
		width: 138px;
	}
	.logo{
		position: relative;
		width: 100%;
		height: 36px;
		margin-bottom: 11px;
		-webkit-background-size: 178px 36px;
		background-size: 178px 36px;
	}
	.btn-slider svg{
		height: 65px;
		margin: 17px auto;
	}
	.btn-slider{
		width: 28px;
	}
	.btn-slider--next{
		right: -28px;
	}
	.btn-slider--prev{
		left: -28px;
	}
	.cta{
		width: 110px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		bottom: 7px;
	}
}
@media screen and (max-width: 479px){
	.template{
		padding: 12px 38px 6px 38px;
		height: 162px;
	}
	.no-logo{
		height: 115px;
		padding-bottom: 12px;
	}
	.girl_wrap{
		height: 96px;
		width: 138px;
	}
	.logo{
		position: relative;
		width: 100%;
		height: 35px;
		margin-bottom: 11px;
		-webkit-background-size: 178px 36px;
		background-size: 178px 36px;
	}
	.btn-slider svg{
		height: 65px;
		margin: 17px auto;
	}
	.btn-slider{
		width: 30px;
	}
	.btn-slider--next{
		right: -30px;
	}
	.btn-slider--prev{
		left: -30px;
	}
	.cta{
		width: 110px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		bottom: 7px;
	}
}
