/*Parallax Background*/
.parallaxbg{		
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
		background-repeat: no-repeat;
}

.parallaxbg-pattern{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(44,62,80 , 0.5);
}

.parallaxbg-pattern .parallaxbg-content{
	color: #fff;
}
.parallaxbg-content{	
	position: relative;	
}