/* ==========================================================================
	Pinustech Parallax CSS
   ========================================================================== */
@charset "UTF-8";
.pt-parallax {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pt-parallax .parallax-bg-inner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 100;
  z-index: 100;
}

.pt-parallax .parallax-color{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*--------------------
[7. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {

	section[class^="bg-parallax-img-"], section[class*=" bg-parallax-img-"] {
		 background-image:none;
		 background:#bbb;
	}
}

