.banner{
    margin: auto;
    width: 1300px;
    height: 450px;
}

section.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;
}
section.parallax.categories {
  background-image: url("../images/parallax-01.jpg");
  box-shadow: inset 0px -20px 80px -10px #000, inset 0px 20px 80px -10px #000;
}
section.parallax.verticaltab {
  background-image: url("../images/parallax-02.jpg");
  box-shadow: inset 0px -10px 10px -10px #000, inset 0px 10px 10px -10px #000;
}
#site_footer {
  margin-top: 0px;
}
#content {
  margin: 0px;
  width: auto;
}
p {
  font-family: lato;
  line-height: 30px;
  text-align: center;
  
  color: #000;
  font-size: 18px;
}
h1 {
  font-family: lato;
  text-align: center;

  color: #000;
  font-size: 36px;
}
.categories p {
  color: #fff;
}
.row-1 {
  padding-top: 45px;
}
.row-1 p {
  font-size: 24px;
}
.row-2 p {
  font-size: 20px;
  font-weight: bold;
}
.categories img {
  margin: auto;
  display: block;
}
.no_padding {
  padding: 0px;
}
.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}
.verticaltab li {
  text-align: right;
}
.verticaltab a {
  font-family: lato;
  line-height: 60px;

  color: #000;
  font-size: 24px;
}
#tabs .ui-tabs-active { 
  font-weight: bold; 
} 
.verticaltab a:link {
  text-decoration: none;
  color: #000;
  outline: 0;
}
.tab_analytics {
  margin-right: 20px;
}
.tab_webinars {
  margin-right: 40px;
}
.tab_ingredient {
  margin-right: 60px;
}
.tab_packaging {
  margin-right: 80px;
}
.verticaltab p {
  line-height: 36px;
}
.verticaltab img {
  width: 128px;
  height: 128px;
  margin: auto;
  display: block;
}
@media(max-width: 980px){
  .verticaltab a {
    font-size: 18px;
    line-height: 50px;
  }
  .verticaltab p {
    font-size: 18px;
    line-height: 30px;
  }
  .verticaltab img {
    width: 96px;
    height: 96px;  
  }
}
@media(max-width: 768px){
  .verticaltab a {
    font-size: 16px;
    line-height: 30px;
  }
  .verticaltab p {
    font-size: 16px;
    line-height: 25px;
  }
  .verticaltab img {
    width: 64px;
    height: 64px;  
  }
}
.ooo_message {
    background: transparent url("../images/suitcase.png") no-repeat scroll center 16px / auto 128px;
    padding-top: 160px;
}
.ooo_message .email {
    font-weight: bold;
}
.ooo_message .note {
    font-weight: bold;
    font-size: small;
}

