.swiper-container {
	background: #333;
}
.swiper-wrapper {
	position: relative;
}

.swiper-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	color: #F4D03F;
} .swiper-overlay h2 {

	width: 85%;

	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 6px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	
	margin: 0 auto;
	margin-top: -38px;
} .swiper-overlay h2 span {
	margin: 20px auto;
	margin-bottom: 0;
	max-width: 500px;
	letter-spacing: 1px;
	text-transform: none;
	text-align: justify;
	font-size: 20px;
	font-weight: 200;
	display: block;
}.swiper-overlay h2 span.contact {
	font-weight: 600;
	font-size: 25px;
}


.swiper-slide {
	height: 500px;
	background: #333;
	background-size: cover!important;
	background-position: center center!important;

}

.swiper-pagination-bullet {
	background:#F4D03F;
}