/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

/*WC*/
.readmore{
  text-align: center;
  font:normal .7em/1.15em 'Bitter', serif;
}
.readmore a{
  display: block;
  width: 14em;
  margin: 1em auto;
  padding:.3em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background:#00a0e3;
  color:#fff;
}
.readmore a:hover{
  background:#787878;
}
/*WC*/


section.module.intro p{
  font:bold 1.5em/2em 'Glegoo', serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
}
section.module.intro a {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
section.module.intro a:hover {
  color: #00a0e3;
}
section.module.intro .logo{
  display:block;
  width:500px;
  margin:0 auto;
  padding:1em;
}



section.module.services {
  background-image: url("../imgs/services.jpg");
}
section.module.servicesplus {
  background-image: url("../imgs/servicesplus.jpg");
}

#llp_services{
  display:block;
  width:100%;
}




section.module.contact {
  background-image: url("../imgs/contact.jpg");
}

section.module.contact p, section.module.contact li{
  font:bold 1.2em/1.2em 'Glegoo', serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9); 
}

section.module.contact ul, section.module.contactplus ul{
  list-style: none;
}



section.module.parallax h2 {
  color: #fff;
  font:bold 1.5em/2em 'Glegoo', serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
}
section.module.parallax h3 {
  color: #fff;
  font:bold 1.5em/2em 'Glegoo', serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
}
section.module.parallax h5 {
  color: rgba(120, 120, 120, 1);
  font:normal 1.3em/1.1em 'Bitter', serif;
  margin-bottom:12px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* ============================================================
Additional pages
============================================================ */
section.module.parallaxplus {
  height: auto;
  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;
}
section.module.introplus {
  background-image: url("../imgs/loop-light-and-power.jpg");
}
section.module.parallaxplus h1 {
  color: #fff;
  font:bold 2.2em/1.3em 'Glegoo', serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); 
}
section.module.parallaxplus h3 {
  color: #fff;
  font:bold 1.5em/2em 'Glegoo', serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
}
section.module.introplus p, servicesplus p{
  font:bold 1.5em/2em 'Glegoo', serif;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); 
}
/* ============================================================
============================================================ */

@media all and (max-width: 600px) {
  section.module h2 {
    /*font-size: 42px;*/
  }
  section.module p {
  /*  font-size: 20px;*/
  }
  section.module.parallax h1 {
    /*font-size: 96px;*/
  }
section.module.intro .logo{
  width:98%;
  padding:1em;
}
#domestic, #commercial{
  display:block;
  width:98%;
  float:none;
  margin-bottom:1em;
}
.plusmail{
	font-size:.7em;
	
}
.logo-right{
  float:none;
  margin:4px auto;
  width:96%;
}
.right{
  float:none;
  margin:4px auto;
  width:70%;
}
}
