.auth-zoner {
	position: relative;
	background: #333f48;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.auth-slider .slick-slide {
	padding: 0px 5px;
}
.auth-slider .slick-slide img {
	width: 100%;
}
.auth-slider .slick-arrow {
	top: 50%;
	bottom: auto;
	opacity: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all ease .5s;
}
.auth-slider .slick-arrow {
	position: absolute;	
	background-repeat: no-repeat;
	padding: 0;
	width: 40px;
	height: 60px;
	font-size: 0;
	outline: none;
	z-index: 1;
}
.auth-slider:hover .slick-arrow {
	opacity: 1;
}
.auth-item {
	position: relative;
}
.auth-text-cont {
	position: absolute;
	bottom: 0px;
}
.auth-section {
	font-family: 'Proxima N W01 Bold', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #04a9c7;
	background-color: #fff;
	display: inline-block;
	padding: 5px 10px;
}
.auth-title {
	font-family: 'Bebas Neue W01 Regular', Arial Narrow, sans-serif;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	padding: 5px 10px;
	margin-top: -4px;
	margin-bottom: -4px;
}
.auth-title span {
	color: #fff;
	background: #04a9c7;
	box-shadow: -10px 0px 0px #04a9c7, 10px 0px 0px #04a9c7;
	box-decoration-break: clone;
}
.auth-slider .slick-next {
	right: 0px;
	left: auto;
	background-image: url(/includes/public/assets/images/arrow-next.png);
}
.auth-slider .slick-prev {
	right:auto;
	left:0px;
	background-image: url(/includes/public/assets/images/arrow-prev.png);
}
.interior .auth-zoner {
	padding-top: 0px;
	margin-bottom: 0;
}
.auth-zoner.pink .auth-title  span{
	background: #ce0f69;
	box-shadow: -10px 0px 0px #ce0f69, 10px 0px 0px #ce0f69;
	box-decoration-break: clone;
}
.auth-zoner.pink .auth-section {
	color: #ce0f69;
}
.root_panel > .contentRender > .custom_slider {
	padding-top: 112px;
}
.custom_slider .slick-arrow {
	cursor: pointer;
}
@media only screen and (max-width: 64em) {
	.root_panel > .contentRender > .custom_slider {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 40em) {
	.root_panel > .contentRender > .custom_slider {
		padding-top: 63px;
	}
	.auth-slider {
		padding-left: 10px;
	}
	.auth-slider .slick-slide img {
		max-width: 250px;: 
	}
	.auth-slider .slick-arrow {
		opacity: 1;
	}
	.auth-zoner {
		padding-bottom: 32px;
	}
	.auth-title {
		font-size: 24px;
		line-height: 24px;
	}
	.auth-text-cont {
		bottom: -1px;
	}
}