/* ============================================================
  SECTIONS
============================================================ */

section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height:40px;
}


section.module a {
  color:white!Important;
}

  section.module h2,
section.module h3  {
	text-transform:uppercase;
  }
  
  
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/thalita/images/partners-bg.jpg");
}
section.module.parallax-2 {
  background-image: url("/templates/thalita/images/partners-bg2.jpg");
}
section.module.parallax-3 {
  background-image: url("/templates/thalita/images/partners-bg3.jpg");
}
section.module.parallax-4 {
  background-image: url("/templates/thalita/images/partners-bg4.jpg");
}
section.module.parallax-5 {
  background-image: url("/templates/thalita/images/partners-bg5.jpg");
}
section.module.parallax-6 {
  background-image: url("/templates/thalita/images/partners-bg6.jpg");
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p { 
    font-size: 18px;
  }
  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: #779d36  !important;*/
    display: block !important;
    left: 0;
    /*opacity: 0.9;*/
    padding:130px 0px 150px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 998 !important;
	float:left;
	background:#141414;
	opacity:0.75;
}

.slogan-box h3 {text-shadow:1px 4px 5px #000;} 

  section.module p { text-shadow:1px 4px 5px #000;letter-spacing:1px; } 
  section.module h3 { text-shadow:1px 4px 5px #000;  }