/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */

  html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }

  html, body, #pagepiling {
    height: 100%;
  }

  .fp-enabled body {
    /* padding-left: 100px; */
  }


  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */

  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }


  /*
   * A better looking default horizontal rule
   */

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }


  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }


  /*
   * Remove default fieldset styles.
   */

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }


  /*
   * Allow only vertical resizing of textareas.
   */

  textarea {
    resize: vertical;
  }


  /* ==========================================================================
    Browser Upgrade Prompt
    ========================================================================== */

  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }


  /* ==========================================================================
    Author's custom styles
    ========================================================================== */

  .navbar {
    font-size: 14px;
    position: fixed;
    width: 100%;
    top: 20px;
    background-color: unset;
  }

  .navbar-brand {
    margin-right: 10px;
  }

  .navbar-brand .navbar-item {
    /* padding-left: 0px; */
  }

  .navbar-item img {
    max-height: unset;
  }

  a.navbar-item {
    color: #285b89;
    font-family: 'MadaLight';
    letter-spacing: 1.1px;
  }

  a.navbar-item:hover, a.navbar-item.is-active {
    font-family: 'MadaBold';
    color: #285b89;
    background-color: transparent;
  }

  .caption h1 {
    font-family: 'MadaBold';
    line-height: 32px;
    /* letter-spacing: 1px; */
  }

  p {
    font-family: 'MadaLight';
    color: #474747;
    font-size: 15px;
    line-height: 25px;
  }

  .button.is-link {
    font-family: 'MadaBold';
    font-size: 15px;
    padding: 9px 44px;
    border-radius: 24px;
    background-color: #285b89;
  }

  .button.is-link:hover {
    background-color: #20486d;
  }

  .about-logitruck {
    margin-bottom: 20px;
  }

  .more-detail {
    margin-top: 40px;
  }

  .more-detail a {
    color: #265c89;
    font-family: 'MadaLight';
    font-size: 16px;
    margin-top: 45px;
  }

  .more-detail img {
    cursor: pointer;
    position: relative;
    top: 6px;
    max-width: 60px;
  }

  .section {
    padding: 0px;
    background-color: #ffffff;
  }

  #home {
    background: url("../assets/img/header-300.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    background-size: contain;
    z-index: 10;
  }

  .section:not(#home) {
    visibility: hidden;
  }

  #vehicle .pp-tableCell {
    padding-top: 100px;
    vertical-align: top;
    padding-left: 60px;
  }

  #contact h1, #contact p {
    color: #ffffff;
  }

  #contact .button.is-link {
    background-color: #6aa4d9;
    height: unset;

  }

  #contact .pp-tableCell {
    padding-top: 140px;
    vertical-align: top;
  }

  .column h1, #vehicle h1, #step h1 {
    font-family: "MadaBold";
    color: #474747;
  }

  #about, #contact {
    background-color: #163e60;
  }

  #about h1 {
    font-size: 50px;
  }

  #about h1, #about p {
    color: #ffffff;
  }

  .about-image {
    max-width: 350px;
  }

  .social-media {
    margin-top: 105px;
    position: absolute;
    bottom: 0px;
  }

  .header-right-image {
    /* max-width: ; */
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .footer-left-image {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .footer-to-right {
    transform: scaleX(-1);
    right: 0px;
    left: unset;
  }

  .item img:first-child {
    margin-bottom: 10px;
  }

  .item .column:first-child {
    padding-right: 0px;
  }

  .owl-item {
    height: 100%;
  }

  #why-us .owl-item .item {
    height: 247.23px;
  }

  #why-us .owl-item .item .column.is-9 {
    /* text-align: center; */
    padding-left: 20px;
    line-height: 30px;
  }

  .owl-prev {
    left: -60px;
  }

  .owl-prev span, .owl-next span {
    color: #265c89;
    position: absolute;
    font-size: 30px;
    bottom: -6px;
  }

  #gallery .owl-prev span, #gallery .owl-next span {
    bottom: -5px;
    left: 9px;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
  }

  #gallery .owl-theme .owl-nav button:hover {
    background-color: #ffffff;
  }

  .owl-theme .owl-dots .owl-dot span {
    background-color: #d9d9d9;
  }
  .owl-theme .owl-dots .owl-dot.active span {
    background-color: #2472b4;
  }

  .owl-next {
    right: -60px;
  }

  .content-activity {
    padding-top: 100px;
  }

  .tabs {
    padding-bottom: 40px;
  }

  .tabs ul {
    border-bottom: unset;
  }

  .tabs ul li {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(180, 180, 180, 0.5);
    margin-right: 10px;
    border: 1px solid #e7e7e7;
    width: 100px;
  }

  .tabs a {
    color: #474747;
    font-family: "MadaRegular";
    border-bottom-color: #e3e8f9;
  }

  .tabs a:hover, .tabs li.is-active a {
    color: #ffffff;
    font-family: "MadaBold";
    background-color: #2472b4;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(180, 180, 180, 0.5);
  }

  #vehicle .font-bold {
    margin-top: 20px;
  }

  #vehicle .vehicle-item {
    display: none;
  }

  #vehicle .vehicle-item.is-active {
    display: flex;
  }

  #vehicle .unit {
    background-color: #474748;
    color: #ffffff;
    font-family: "MadaBold";
    padding: 66px 0px 18px 18px;
    height: 120px;
  }

  #vehicle .box {
    padding: 0px;
    width: 340px;
    border-radius: unset;
    border: 1px solid #474748;
  }

  #vehicle .box .columns {
    padding: 20px 0px 20px 30px;
  }

  #vehicle .box .column {
    padding-left: 0px;
    padding-right: 0px;
  }

  #vehicle .label {
    color: #8a8a8a;
    font-size: 16px;
    font-family: "MadaLight";
  }

  #vehicle .value {
    color: #474747;
    font-size: 18px;
    font-family: "MadaRegular";
  }

  .order-form {
    padding: 0px 40px;
    border-right: 1px solid #dedede;
  }

  .order-form h1 {
    line-height: 0px;
    padding-bottom: 15px;
  }

  .input, .textarea {
    box-shadow: none;
    padding: 10px 20px;
    height: unset;
  }

  form {
    margin-top: 24px;
  }

  .textarea {
    resize: none;
  }

  #why-us .item {
    background-color: #ffffff;
  }

  #why-us .item {
    box-shadow: 0px 1px 10px rgba(146, 146, 146, 0.5);
    margin: 0px 10px;
    border-radius: 10px;
    padding: 25px 25px;

  }

  #why-us .owl-stage {
    margin-bottom: 30px
  }

  #why-us .image {
    width: auto;
    float: left;
  }

  #why-us .description {
    color: #333333;
    text-align: left;
  }

  #why-us p {
    color: #a3a3a3;
    text-align: center;
  }

  #why-us h1 {
    /* font-family: "MadaRegular"; */
    font-family: "MadaBold";

    font-size: 36px;
    position: absolute;
    top: -40px;
  }

  #why-us .why-us-image {
    padding-left: 50px;
  }

  .next-step {
    color: #2472b4;
    font-size: 15px;
    font-family: "MadaRegular";
    display: block;
    margin-top: 20px;
  }

  #why-us {
    background-color: #f2f2f2;
  }

  #why-us .owl-carousel .owl-nav button.owl-prev,
  #why-us .owl-carousel .owl-nav button.owl-next {
    border: none;
    top: auto;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #f7f8fc;
  }

  #why-us .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
  }

  #why-us .owl-theme .owl-dots {
    line-height: 0px;
  }

  #why-us .owl-theme .owl-nav {
    /* margin: 20px; */
  }

  #why-us .owl-prev span, #why-us .owl-next span {
    position: relative;
    bottom: 10px;
  }

  #why-us .owl-prev {
    left: 120px;
    z-index: 100
  }

  #why-us .owl-next {
    right: 120px;
    z-index: 100;
  }

  #why-us .owl-dots {
    position: relative;
    top: -6px;
  }

  .content-image-left {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }

  #pp-nav a.active span {
    border-color: #2472b4 !important;
    background-color: #2472b4;
  }

  #pp-nav a span {
    border-color: #d9d9d9 !important;
    background-color: #d9d9d9;
  }

  #gallery {
    background-color: #f2f2f2;
  }

  #gallery h1 {
    font-size: 40px;
    font-family: "MadaBold";
    color: #474747;
    /* padding-top: 100px; */
  }

  #gallery p {
    line-height: 30px;
    font-size: 16px;
    color: #474747;

  }

  #gallery .owl-nav {
    margin-top: 0px;
    position: relative;
  }

  #gallery .owl-carousel .owl-nav button.owl-prev {
    left: 160px;
  }

  #gallery .owl-carousel .owl-nav button.owl-next {
    right: 160px;
  }

  #gallery .owl-carousel .owl-nav button.owl-prev,
  #gallery .owl-carousel .owl-nav button.owl-next {
    top: 5px;
  }

  .logo:hover {
    cursor: pointer;
  }


  /* .owl-prev */

  /* ==========================================================================
    Helper classes
    ========================================================================== */
  .no-padding-left {
    padding-left: 0px;
  }

  .no-padding-right {
    padding-right: 0px;
  }

  .no-padding {
    padding: 0px;
  }

  .font-bold {
    font-family: "MadaBold";
  }

  .no-margin {
    margin: 0px;
  }

  /*
   * Hide visually and from screen readers
   */

  .hidden {
    display: none !important;
  }


  /*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */

  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
  }


  /*
  * Extends the .visuallyhidden class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */

  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }


  /*
  * Hide visually and from screen readers, but maintain layout
  */

  .invisible {
    visibility: hidden;
  }


  /*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */

  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }


  /* ==========================================================================
    EXAMPLE Media Queries for Responsive Design.
    These examples override the primary ('mobile first') styles.
    Modify as content requires.
    ========================================================================== */

  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media screen and (min-width: 1280px) {

    #home .container {
      padding-left: 50px;
      position: relative;
      bottom: 20px;
    }

    #home .is-4 {
      width: 500px;
    }

    #home .is-3 {
      width: 350px;
    }

    .caption h1 {
      font-size: 40px;
      /* width: 350px; */
      line-height: 50px;
    }

    .about-logitruck {
      font-size: 17px;
      line-height: 30px;
    }

    #why-us .why-us-image {
      max-width: 900px;
      /* display: none */
    }

    .footer-left-image {
      width: 200px;
    }

    .header-right-image {
      width: 400px;
    }




  }

  @media screen and (min-width: 1440px) {
    #home .container {
      max-width: 1260px;
      /* position: relative; */
      padding-left: 0px;
      bottom: 40px;
    }

    #home .is-3 {
      width: 500px;
    }

    #home .is-4 {
      width: 600px;
    }

    .caption h1 {
      font-size: 50px;
      line-height: 60px;
    }

    #why-us .column.is-5 {
      width: 46.66667%;
    }

    #why-us .is-3 {
      width: 400px;
    }

    #why-us .why-us-image {
      margin-top: 40px;
      max-width: unset;
    }

    #why-us h1 {
      position: absolute;
      top: 0px;
    }

    /* #why-us p {
      font-size:
    } */

    /* #why-us h1 {
      font-size: 50px;
      line
    } */

    .about-logitruck, #why-us p {
      font-size: 20px;
      line-height: 35px;
    }

    .footer-left-image {
      width: unset;
    }

    .header-right-image {
      width: unset;
    }

    #about  .container {
      max-width: 1150px;
    }

    .about-image {
      max-width: 400px;
    }

    #vehicle .pp-tableCell {
      padding-left: 80px;
    }

    #contact p {
      font-size: 17px;
      line-height: 30px;
    }

    #contact .pp-tableCell {
      padding-top: 180px;
      padding-left: 40px;
    }

    #gallery .owl-carousel .owl-nav button.owl-prev {
      left: 250px;
    }

    #gallery .owl-carousel .owl-nav button.owl-next {
      right: 250px;
    }

    #gallery h1 {
      padding-top: 100px;
    }

  }

  /* @media screen and (wi) */

  @media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }


  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }





.hub-slider { position: relative; }

.hub-slider ul { list-style: none; }

.hub-slider ul li {
  width: 500px;
  height: 300px;
  background: #DA4453;
  color:#fff;
  line-height:300px;
  text-align:center;
  position: absolute;
  border-radius:5px;
  left: 0;
  top: 0;
}

.hub-slider-controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.hub-slider-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #34BC9D;
  color: #fff;
  font-weight: bold;
}
