/* ============================================================
  SECTIONS
============================================================ */

section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float:left;
  width:100%;
}

section.module.parallax-1 {
  background-image: url("/templates/ipv5/images/partners-bg.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

.zenpara {width:100%;float:left;}

.layers {
    background-color: #000 !important;
    display: block !important;
    left: 0;
    opacity: 0.95;
    padding:60px 0px 90px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999 !important;
	float:left;
}