/* Layout */
body {
  padding-top: 43px;
}
.page-welcome #header {
  border-bottom: 2px solid #999;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.page-welcome #header {
  border-bottom: 2px solid #999;
}
.page-welcome #main-wrapper,
.page-welcome #main {
  padding: 0;
}
.hero-block {
  border-bottom: 4px solid #B0B0B8;
}
.hero-block .img-wrap {
  line-height: 0;
  overflow: hidden;
  max-height: 600px;
}
.hero-block img {
  width:100%;
}
.hero-wrap {
  border: 10px solid red;
}
.signup-wrap-outer {
  position: relative;
}
.signup-wrap {
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.signup-block {
  background-color: rgba(0, 0, 0, 0.6); 
  border-radius: 6px; 
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.62); 
  color: #FFF; 
  margin: 0px auto; 
  max-width: 85%;
  text-align: center; 
  width: 460px;
}
.signup-content {
  padding: 20px; 
}
.signup-wrap .title {
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1em;
  font-variant: small-caps;
}
.signup-wrap .learn-more a {
  color: #DDD;
}
.button.signup-button {
  font-size: 1.8em;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 0.4em 0.6em .5em;
}

.main-blocks .section {
  margin: 20px auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 20px;
}
.main-blocks .section h1 {
  font-size: 3.5em;
  font-weight: bold;
  padding: 30px 0 10px;
}
.main-blocks .section .desc {
  font-size: 1.2em;
  line-height: 1.6em;
}
.main-blocks .section img.main {
  float: right;
  height: 460px;
  width: 460px;
}
.main-blocks .section:nth-child(even) img.main {
  float: left;
}
.main-blocks .section-div.img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.main-blocks .section-div.img-wrap img {
  position: relative;
  top: -300px;
  width: 100%;
}
.main-blocks .next-section > a {
  background-image: url("http://www.zonefivesoftware.com/images/next-section.png");
  display: block;
  height: 33px;
  margin: 0 auto;
  width: 68px;
}
#sections_after {
  background-color: #EEE;
  padding: 30px 10px;
}
#sections_after .end-blocks {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
}
.end-blocks .block-wrap {
  float: left;
  overflow: hidden;
  width: 50%;
}
.end-blocks .block-wrap .block {
  background-color: #FFFEF9;
  border: 1px solid #CCC;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 20px;
  padding: 20px;
  text-align: center;
}
.end-blocks .block img {
    max-width: 90%;
}
.end-blocks ul {
  padding: 0;
}
.end-blocks li {
  font-size: 14px;
  line-height: 2em;
  list-style: none;
}
.end-blocks .signup {
  font-size: 130%;
  font-weight: bold;
  padding: 6px 0;
}

@media only screen and (max-width:1200px) {
  .end-blocks .block-wrap .block {
    margin: 10px;
  }
}
@media only screen and (max-width:1024px) {
  .main-blocks .section img.main {
    max-width:320px;
  }
  .main-blocks .section h1 {
    font-size: 3em;
  }
  .main-blocks .section-div.img-wrap img {
    top: -180px;
  }
  .main-blocks .section-div.img-wrap {
    max-height: 160px;
  }
  .end-blocks .block-wrap {
    width: 50%;
  }
}

@media only screen and (min-width:769px) and (max-width:860px) {
  .end-blocks li {
    font-size: 13px;
  }
}

@media only screen and (max-width:768px) {
  .hero-block {
    border-bottom-width: 2px;
  }
  .signup-wrap .title {
    font-size: 2em;
  }
  .button.signup-button {
    font-size: 1.5em;
  }
  .main-blocks .section h1 {
    font-size: 2em;
    text-align: center;
  }
  .main-blocks .section .desc {
    text-align: center;
  }
  .main-blocks .section img.main {
    display: none;
  }
  .main-blocks .section-div.img-wrap img {
    top: -100px;
  }
  .main-blocks .section-div.img-wrap {
    max-height: 120px;
  }
  #sections_after .end-blocks {
    max-width: 500px;
    width: auto;
  }
  .end-blocks .block-wrap {
    max-width: 500px;
    width: 100%;
  }
}
@media only screen and (max-width:520px) {
  body {
    padding-top: 38px;
  }
}
@media only screen and (max-width:500px) {
  .hero-block img {
    max-width: none;
    width: 500px;
  }
  .signup-wrap {
    bottom: auto;
    top: -250px;
  }
  .signup-block {
    background-color: rgba(240, 245, 255, 0.80);
    border-radius: 0;
    box-shadow: none;
    color: #333;
    height: 250px;
    max-width: none;
    width: 100%;
  }
  .signup-wrap .learn-more {
    margin-top: 1em;
  }
  .signup-wrap .learn-more a {
    color: #444;
  }
  .main-blocks .section-div.img-wrap img {
    top: -20px;
    width: 500px;
  }
  .end-blocks li {
    font-size: 13px;
  }
}