/*==================  RD Parallax    ======================*/
.parallax, .parallax2 {
  position: relative;
  overflow: hidden;
   min-height:553px; } 
   
  .parallax_image, .parallax_pattern,   .parallax2_image, .parallax2_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width:100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image,   .parallax2_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern,   .parallax2_pattern {
    background-repeat: repeat; }
  .parallax_cnt, .parallax2_cnt {
    position: relative; }
	
    @media (max-width: 640px) {
		
		.parallax {
display:none } 	
	}

/*# sourceMappingURL=_parallax.css.map */
