.home_slideshow {
	position: relative;
	top: -120px;
	height: 600px;
	z-index: 2;
}
.slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home_slideshow_content_container {
	position: absolute;
	width: 100%;
}
.home_slideshow_content {
	position: relative;
	top: -220px;
	z-index: 4;
}
.home_slideshow_banner {
	text-align: center;
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
}
.home_slideshow_banner h2 {
	margin: 0px;
	color: #1f295b;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-family: "Avenir Next Cyr W00 Demi It";
	letter-spacing: 2px;
}


@media(max-width:767px){
	.home_slideshow_text {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 30px;
	background-color: #1f295b;
	}
	
	.home_slideshow_content_container {
		position: static;
		height: 130px;
	}
	
	.home_slideshow_banner h2 {
	margin: 0px;
	color: #1f295b;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-family: "Avenir Next Cyr W00 Demi It";
	letter-spacing: 2px;
	}
	
	.home_slideshow {
		height: 400px;
	}
}

@media(min-width:768px){
	.home_slideshow_text {
	width: 700px;
	margin: 0px auto 30px auto;
	padding: 30px;
	background-color: #1f295b;
	}

}

.home_slideshow_text p {
	color: #fff;
	text-align: center;
}

.home_sections_background {
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.3;
	z-index: -1;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}
.home_sections_text {
	padding: 60px 30px 30px;
	
}

.homeSections  {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 20px;
	background-color: rgba(255,255,255,.7);
	background-blend-mode:screen;
}