/* Blur Effect */
.image-wrap {
position:relative;
/*height:600px;*/
overflow:hidden
}
.regular, .blurred {
position:absolute;
width:100%;
/*min-height: 600px;*/
/*height: 600px;*/
background-size: cover !important;
-webkit-transform: translate3d(0,0,0);
}

/*.regular {opacity:1;}
.blurred { opacity:0;}*/

.image-wrap-01 .regular {
	background-repeat: no-repeat;
	background-position: center center;
}
.image-wrap-01 .blurred {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg/bg-start-blurr.jpg);
	
}


.image-wrap-02 .regular {background:url(http://placehold.it/1500x1000) no-repeat center center; }
.image-wrap-02 .blurred { background:url(http://placehold.it/1500x1000) no-repeat center center; }

.image-wrap-03 .regular {	background-image: url(../images/bg/bg-start.jpg); }
.image-wrap-03 .blurred { 	background-image: url(../images/bg/bg-start-blurr.jpg); }


.image-wrap-04 .regular {background:url(http://placehold.it/1500x1000) no-repeat center center; }
.image-wrap-04 .blurred { background:url(http://placehold.it/1500x1000) no-repeat center center; }