/* Colors */
/* Break-points */
/* Fonts */
/* Mixin for all the different flexbox syntaxes */
.page-wrapper {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .page-wrapper {
      padding-top: 140px; } }
  @media (min-width: 1240px) {
    .page-wrapper {
      padding-top: 80px; } }

.home-banner {
  position: relative;
  height: 450px;
  background-size: 2400px 500px;
  background-position: center top; }
  @media (max-width: 1600px) {
    .home-banner {
      background-size: 1600px 500px; } }
  @media (max-width: 1239px) {
    .home-banner {
      height: 315px;
      background-size: 1240px 385px; } }
  @media (max-width: 767px) {
    .home-banner {
      background-size: 800px 385px; } }
  @media (max-width: 549px) {
    .home-banner {
      height: 265px;
      background-size: 550px 265px; } }

.home-banner .center {
  position: relative; }
  .home-banner .center .image {
    position: absolute;
    z-index: 9;
    left: -30px;
    top: 20px;
    width: 611px;
    height: 485px; }
    .home-banner .center .image .background {
      position: absolute;
      width: 100%; }
    .home-banner .center .image ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .home-banner .center .image ul li {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .home-banner .center .image ul li img {
          width: 100%; }
        .home-banner .center .image ul li.active {
          opacity: 1; }
    @media (max-width: 1239px) {
      .home-banner .center .image {
        left: 0;
        top: 0;
        width: 412px;
        height: 335px; } }
    @media (max-width: 767px) {
      .home-banner .center .image {
        top: 100px;
        width: 228px;
        height: 197px; } }
  .home-banner .center .text {
    position: absolute;
    top: 75px;
    left: 40%;
    text-align: center; }
    .home-banner .center .text a {
      text-decoration: none; }
    .home-banner .center .text h1, .home-banner .center .text h4 {
      color: #939598; }
    .home-banner .center .text h1 {
      display: inline-block;
      margin: 0 0 .1em;
      font-size: 80px;
      line-height: 1;
      border-bottom: 1px solid #e1e1e1;
      font-family: 'Klavika-Bold', Arial, sans-serif; }
      .home-banner .center .text h1 .lighter {
        font-family: 'Klavika-Light', Arial, sans-serif;
        letter-spacing: 3px; }
      @media (max-width: 1239px) {
        .home-banner .center .text h1 {
          font-size: 54px; } }
      @media (max-width: 767px) {
        .home-banner .center .text h1 {
          font-size: 45px; } }
    .home-banner .center .text h4 {
      margin: 0;
      font-size: 18px;
      font-family: 'Klavika-Light', Arial, sans-serif;
      letter-spacing: 2px;
      line-height: 1; }
      @media (max-width: 1239px) {
        .home-banner .center .text h4 {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .home-banner .center .text h4 {
          font-size: 18px; } }
    @media (max-width: 1239px) {
      .home-banner .center .text {
        top: 65px;
        left: 45%; } }
    @media (max-width: 767px) {
      .home-banner .center .text {
        position: relative;
        top: 20px;
        left: auto;
        width: 90%;
        margin: 0 auto; } }

.dz1 {
  position: relative;
  background: white url(http://www.humminbird.com/images/stripes-with-top-shadow.png) no-repeat center top; }

.about-us {
  position: relative;
  font-family: 'Klavika-Light', Arial, sans-serif;
  font-size: 16px;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  background-size: 2400px 500px;
  background-position: center top; }
  @media (max-width: 1600px) {
    .about-us {
      background-size: 1600px 500px; } }
  @media (max-width: 1239px) {
    .about-us {
      background-size: 1240px 500px; } }
  @media (max-width: 767px) {
    .about-us {
      background-size: 0 0;
      font-size: 14px;
      color: #6f6f6f;
      text-shadow: none; } }

.about-us a {
  color: white; }
  @media (max-width: 767px) {
    .about-us a {
      color: black; } }

.about-us .overlay {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66DEDEDE,endColorstr=#66DEDEDE);
  zoom: 1;
  background-image: url("/images/header/divider-shadow.png");
  background-repeat: no-repeat;
  background-position: center top; }
  .about-us .overlay .center {
    display: block;
    box-sizing: border-box;
    padding: 50px 70px; }
    .about-us .overlay .center:before {
      content: '';
      display: table;
      line-height: 0; }
    .about-us .overlay .center:after {
      content: '';
      display: table;
      line-height: 0;
      clear: both; }
    .about-us .overlay .center .section {
      position: relative;
      float: left;
      padding: 0 70px;
      width: 50%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 22px;
      overflow: hidden; }
      .about-us .overlay .center .section:first-child:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        height: 180px;
        border-right: 1px solid white; }
        @media (max-width: 767px) {
          .about-us .overlay .center .section:first-child:after {
            border-right: 0; } }
      .about-us .overlay .center .section h3 {
        font-size: 22px;
        color: white; }
        @media (max-width: 1239px) {
          .about-us .overlay .center .section h3 {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .about-us .overlay .center .section h3 {
            color: #6f6f6f; } }
      .about-us .overlay .center .section .button {
        float: right; }
        @media (max-width: 767px) {
          .about-us .overlay .center .section .button {
            color: white; } }
      @media (max-width: 1239px) {
        .about-us .overlay .center .section {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .about-us .overlay .center .section {
          float: none;
          width: 100%;
          padding: 0; }
          .about-us .overlay .center .section:first-child {
            margin: 0 0 50px; } }
    @media (max-width: 1239px) {
      .about-us .overlay .center {
        padding: 50px 20px; } }
    @media (max-width: 767px) {
      .about-us .overlay .center {
        padding: 30px 20px; } }

.dz2 {
  position: relative;
  background: white; }

#home .footer {
  position: relative; }
