/*#boxed-wrapper{
	overflow: hidden;
}*/
body.mi-parallax-active{
	/*overflow: hidden;*/
}
#main {
	position: relative;
}
#main > .fusion-row{
	position: relative;
}
.mi-parallax{
	position: absolute;
    top: 0;    
    left: 0;
    right: 0;
	max-height: 100%;
    height: 100%;
	pointer-events: none;    
}
.mi-parallax-inner{
	position: relative;
    height: 100%;
	width: 100%;
}
.mi-section{
	width: 20%;
	clear: both;
	position: relative;
	z-index: 9999;
}
.mi-section.left{
	float: left;
	left: -15%;    
	text-align: right;
}
.mi-section.right{
	float: right;
	text-align: left;	
    left: 15%;
}
/*
@media only screen and (max-width: 1440px){
	#wrapper .parallax-element-inner img{
		max-width: 120px !important;
	}
}
@media only screen and (max-width: 1024px){
	.mi-parallax{
		display: none;
	}
}*/