.custom--polo--slider--contain {
	position: relative;
	padding: 0;
	margin: 0;
	background: #111;
}
.custom--polo--slider--contain .owl-nav .owl-prev,
.custom--polo--slider--contain .owl-nav .owl-next {
	width: 50px !important;
	height: 60px !important;
	font-size: 30px !important;
	padding: 0 !important;
	background: rgba(0, 0, 0, 0.7) !important;
}
.custom--polo--slider--contain .owl-nav .owl-prev {
	padding-right: 4px !important;
	border-radius: 0 4px 4px 0;
}
.custom--polo--slider--contain .owl-nav .owl-next {
	padding-left: 4px !important;
	border-radius: 4px 0 0 4px;
}
.custom--polo--slider--contain .owl-nav .owl-prev i,
.custom--polo--slider--contain .owl-nav .owl-next i {
	line-height: 60px !important;
}
@media(min-width: 992px){
	#header.header-transparent + .custom--polo--slider--contain {
		top: -90px;
		margin-bottom: -90px;
	}
	#topbar.topbar-transparent + #header.header-transparent + .custom--polo--slider--contain {
		top: -130px;
		margin-bottom: -130px;
	}
}
.custom--polo--slider .custom--polo--slider--item {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	-ms-transform: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.custom--polo--slider .custom--polo--slider--item > .inner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transition: all 8s ease-out;
	-webkit-transition: all 8s ease-out;
	transition: all 8s ease-out;
}
.custom--polo--slider .owl-item.active .custom--polo--slider--item > .inner {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.custom--polo--slider .custom--polo--slider--item .slider--item--text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 10px #444444;
	padding: 0 30px;
	text-align: center;
}
.custom--polo--slider .custom--polo--slider--item .slider--item--text--title {
	display: table;
	margin: 0 auto;
	font-size: 70px;
	font-weight: bold;
	line-height: 1.1;
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-ms-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}
@media(max-width: 767px){
	.custom--polo--slider .custom--polo--slider--item .slider--item--text--title {
		font-size: 40px;
	}
}
.custom--polo--slider .owl-item.active .custom--polo--slider--item .slider--item--text--title {
	visibility: visible;
	opacity: 1;
}
.custom--polo--slider .custom--polo--slider--item .slider--item--text--description {
	display: table;
	margin: 0 auto;
	font-size: 38px;
	/*font-weight: bold;*/
	line-height: 1.1;
	margin-top: 10px;
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-ms-transition-delay: 1s;
	-webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
@media(max-width: 767px){
	.custom--polo--slider .custom--polo--slider--item .slider--item--text--description {
		font-size: 24px;
	}
}
.custom--polo--slider .owl-item.active .custom--polo--slider--item .slider--item--text--description {
	visibility: visible;
	opacity: 1;
}
