body .main-holder {
	overflow: hidden;
	position: static;
}
.parallax-box {
	position: relative;
}
.parallax-content {
	position: relative;
	z-index: 2;
}
.parallax-bg {
	position: absolute;
	overflow:hidden;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.parallax-bg-inner {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width:none;
}

.parallax-tonext {
	position:absolute;
	width:65px;
	height:65px;
	margin-left:-35px;
	left:50%;
	bottom:45px;
	text-align:center;
	font-size:50px;
	line-height:70px;
	border-radius:50%;
	border:1px solid #fff;
	z-index:5;
}
@media (min-width: 1200px) {
	.parallax-tonext {
		bottom:70px;
	}
}
.parallax-tonext:hover{
	text-decoration:none;
	font-size:65px;
}
.parallax-tonext:before {
	content:'\f103';
	font-family:FontAwesome;
	color:#fff;
}
.parallax-tonext, .parallax-tonext:hover, .parallax-tonext:focus{
	text-decoration:none;
}