@charset "utf-8";
/** Layout Page Styles **/
.container {
	width: 100%;
}
.section-inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0px auto 0px auto;
}

/** Header Styles **/
#main-header {
  width: 100%;
  height: 147px;
  overflow: hidden;
  position: fixed;
  top: 25;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #323b55;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
#main-header.smaller {
  height: 117px;
  top: 0;
}
.header-inner {
  width: 100%;
  max-width: 1200px;
  height: 112px;
  margin: 0px auto 0px auto;
  padding: 25px 0px 25px 0px;
  box-sizing: border-box;
}
#main-header.smaller .header-inner {
  padding: 15px 0px 15px 0px;
}
#contact-header {
  width: 100%;
  height: 147px;
  z-index: 999;
  background: #323b55;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1200px) {
  .header-inner {
    padding: 25px 0px 25px 25px;
  }
  #main-header.smaller .header-inner {
    padding: 15px 0px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  #main-header {
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
  }
  .header-inner {
    display: block;
    padding: 25px 0px 25px 0px;
  }
}

/** Logo Styles **/
.logo {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
header .logo img {
  width: 340px;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.smaller .logo img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .logo img {
    max-width: 75%;
    height: auto;
  }
}

/** Main Menu Styles **/
.main-menu {
  float: left;
  width: 75%;
  position: relative;
  z-index: 9999;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
header.smaller .main-menu  {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .main-menu {
    float: none;
    width: 100%;
  }
}

/** Sub-Header Styles **/
.sub-header {
  clear: both;
  padding: 5px 0px 2px 0px;
  background-color: rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: right;
}
.sub-inner {
  width: 100%;
  max-width: 1175px;
  height: auto;
  margin: 0px auto 0px auto;
}
.sub-header a {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #ffffff;
}
.sub-header a:hover {
  color: #85b5ff;
}
header.smaller .sub-header  {
  margin-top: -25px;
  padding: 2px 0px 2px 0px;
  font-size: 0.8em;
}
@media screen and (max-width: 1175px) {
  .sub-header {
    padding: 0px 0px 5px 0px;
  }
  .sub-inner {
    padding: 5px 15px 5px 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .sub-header {
    padding: 5px 0px 5px 0px;
    text-align: center;
  }  
}

/** Slideshow Styles **/
.slideshow {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 142px;
}
@media screen and (max-width: 768px) {
  .slideshow {
    margin-top: 0px;
  }  
}
@media screen and (max-width: 468px) {
  .allinone_bannerRotator_text_line {
    display: none;
  }
}

/** Section 1 Styles **/
#section01 {
  width: 100%;
  padding: 95px 25px 115px 25px;
  background: #998080;
  background: url(img/backdrop01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
#section01 h2 {
  color: #ffffff;
}
#section01 a {
  color: #cceafa;
}
#section01 a:hover {
  color: #d4d0ca;
}
@media screen and (max-width: 768px) {
  #section01 {
    padding: 55px 45px 55px 45px;
  }  
}

/** Section 2 Styles **/
#section02 {
  width: 100%;
  padding: 115px 25px 115px 25px;
  background: url(img/backdrop02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #section02 {
    padding: 45px 45px 45px 45px;
  }  
}

/** Section 3 Styles **/
#section03 {
  width: 100%;
  padding: 115px 0px 0px 0px;
  background: url(img/backdrop03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.product-columns {
  margin: 0px 0px 45px 0px;
}
.column1 {
  float: left;
  width: 33.33%;
  padding: 0px 25px 0px 0px;
  border-right: 1px dotted #ffffff;
  box-sizing: border-box;
}
.column2 {
  float: left;
  width: 33.33%;
  padding: 0px 25px 0px 25px;
  border-right: 1px dotted #ffffff;
  box-sizing: border-box;
}
.column3 {
  float: left;
  width: 33.33%;
  padding: 0px 0px 0px 25px;
  box-sizing: border-box;
}
#section03 ul {
  list-style-type: none;
  padding: 0px;
  font-weight: bold;
}
#juicebox-container {
  padding-top: 15px;
}
#photo-gallery {
  padding: 35px 0px 45px 0px;
  background-color: rgba(255,255,255,0.5);
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .product-columns {
    padding: 0px 45px 45px 45px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #section03 {
    padding: 45px 0px 45px 0px;
  }
  .product-columns {
    padding: 0px 45px 0px 45px;
  }
}
@media screen and (max-width: 460px) {
  .column1 {
    float: none;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border-right: 0px;
    border-top: 1px dotted #ffffff;
  }
  .column2 {
    float: none;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
  }
}

/** Section 4 Styles **/
#section04 {
  width: 100%;
  padding: 115px 25px 115px 25px;
  background-size: cover;
  border-top: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
.documents {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto 0px auto;
}
.doc {
  flex: 1;
  flex-basis: 33.33%;
  padding: 0px 45px 25px 45px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}
#section04 a {
  color: #ffffff;
}
#section04 a:hover, .doc a:active {
  color: #07cef2;
}
#section04 i {
  font-size: 2.7em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section04 {
    padding: 45px 45px 25px 45px;
  }
  .doc {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .doc {
    float: none;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border-top: 1px dotted #ffffff;
  }
}

/** Section 5 Styles **/
#section05 {
  width: 100%;
  padding: 115px 25px 115px 25px;
  background: #393939;
  background: url(img/backdrop04.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #section05 {
    padding: 45px 45px 25px 45px;
  }
}

/** Section 7 Styles **/
#section06 {
  width: 100%;
  background: #2d2b2e;
  padding: 115px 25px 115px 25px;
  background: url(img/backdrop05.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #606060;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
#section06 h2 {
  color: #ffffff;
}
.staff-area {
  display: flex;
}
.staff {
  flex: 1;
  padding: 0px 45px 0px 45px;
  text-align: center;
  box-sizing: border-box;
}
.staff h3 {
  color: #ffffff;
}
.staff p {
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3em;
}
.img-circle {
  width: 125px;
  height: 125px;
  border: 2px solid #d4cfca;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #section06 {
    padding: 45px 45px 25px 45px;
  }
}
@media screen and (max-width: 460px) {
  .staff-area {
    display: block;
  }
}

/** Footer/Contact Us Section Styles **/
#contact {
  width: 100%;
  background: #000000;
  padding: 115px 25px 115px 25px;
  background: url(img/backdrop06.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #606060;
  box-sizing: border-box;
  text-align: center;
  color: #d4cfca;
  font-size: 0.85em;
}
#contact h2 {
  color: #ffffff;
}
.contact-area {
  display: flex;
}
.contact {
  flex: 1;
  padding: 0px 25px 0px 25px;
  box-sizing: border-box;
  line-height: 1.5em;
}
.contact h3 {
  color: #ffffff;
}
.contact a {
  color: #d4cfca;
}
.contact a:hover {
  color: #ffffff;
}
.google-maps {
  flex: 1;
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 45px 45px 25px 45px;
  }
  .contact-area {
    display: block;
  }
  .contact {
    padding: 0px 25px 45px 25px;
  }
  .google-map {
    width: 400px;
    padding: 15px 0px 45px 0px;
    margin: 0px auto 0px auto;
  }
}