﻿body {
  margin: 0 auto 0 auto;
  font-family: "Open Sans", sans-serif;
}

.white {
  color: #ffffff !important;
}
.blue {
  color: #1a73bb !important;
}
.orange {
  color: #f5723d !important;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto 0 auto !important;
}

/* header */
.header {
  background-color: #ffffff;
  height: 64px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
}
.header .logo {
  padding: 14px 0 14px 0;
}
.header .logo .logo-image {
  background: url("../images/logo_blue_262x48.png") no-repeat;
  width: 192px;
  height: 35px;
  background-size: contain;
  margin-left: 10px;
}
.header.menu-full {
}
.header.menu-full .menu {
}
.header.menu-full:after {
  content: "";
  display: block;
  clear: both;
}
.header.menu-full .menu .link {
  float: right;
  margin-top: 25px;
}
.header.menu-full .menu .button {
  float: right;
  margin: 10px 0 0 0;
  height: 40px;
}
.header.menu-full .menu .button > a {
  background-color: #006ebb;
  border-radius: 5px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-decoration-skip: none !important;
}
.header.menu-full .menu .button > a:hover {
  background-color: #007ebb;
}
.header.menu-full .menu .separator {
  float: right;
  background-color: #cccccc;
  margin: 12px 12px 0 12px;
  height: 36px;
  width: 2px;
  display: inline-block;
}
.header.menu-collapsed {
  display: none;
}
.header.menu-collapsed:after {
  display: none;
}
.header.menu-collapsed .menu .button {
  background: url("../images/menu_30x23.png");
  width: 30px;
  height: 23px;
  float: right;
  margin-top: 26px;
}
.header.menu-collapsed .menu .button > a {
  display: block;
}
.navbar-list {
  background-color: #f1f1f1;
  margin: 0 -15px 0 -15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 10px 0 0 25px;
  font-family: "Open Sans", sans-serif;
}
.navbar-list li {
  padding: 15px 0 15px 0;
  border-bottom: solid #d9d9d9 1px;
  margin: auto 5%;
}
.navbar-item {
  color: #ffffff;
  padding: 10px;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.videoCamion {
  height: 400px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -2000;
  left: 0;
}

.camionOverlay {
  height: 400px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -2000;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  /* Safari */
  -webkit-transform: translate3d(0,0,0); 
  /* End Safari */
}

/* register1 */
.register1 {
  /* background: url("../images/trucks_blurred.jpg") no-repeat left center; */
  max-height: 400px;
  text-align: center;
  padding: 120px 0 0 0;
  background-size: cover;
}
.register1 .text {
  color: #ffffff;
  font-size: 33px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto 0 auto;
}
.register1 .button {
  margin: 40px auto 0 auto;
  height: 40px;
  width: 300px;
  text-transform: uppercase;
  text-align: center;
}

.register1 .ios-button {
  background: url("../images/icon_ios.png") no-repeat;
  width: 106px;
  height: 36px;
  background-size: contain;
}

.register1 .android-button {
  background: url("../images/icon_android.png") no-repeat;
  width: 104px;
  height: 36px;
  background-size: contain;  
}

.register1 .button > a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #1a73bb;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 0 13px 0;
}
.register1 .button > a:hover {
  background-color: #f0f0f0;
}

/* register2 */
.register2 {
  background-color: #1a73bb;
  text-align: center;
  padding: 50px 0 0 0;
}
.register2 .text1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto 0 auto;
}
.register2 .text2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 800px;
  margin: 15px auto 0 auto;
}
.register2 .button {
  margin: 25px auto 50px auto;
  width: 270px;
  text-transform: uppercase;
  text-align: center;
}
.register2 .button > a {
  background-color: #f56d37;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 0 13px 0;
}
.register2 .button > a:hover {
  background-color: #d56d37;
}

/* howitworks */
.howitworks {
  background-color: white;
}
.howitworks .title {
  background: #1a73bb;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 10px 0 10px 0;
}
.howitworks .button {
  width: 300px;
  text-transform: uppercase;
  text-align: center;
}
.howitworks .button > a {
  background-color: #1a73bb;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 0 13px 0;
  border: #1a73bb solid 1px;
}
.howitworks .button > a:hover {
  background-color: #1a73bb;
}
.howitworks .button.active > a {
  background-color: #ffffff;
  color: #1a73bb;
}
.howitworks .box {
  background: #f1f1f1;
  border-radius: 15px;
  max-width: 900px;
  min-height: 280px;
  margin: 0 auto 80px auto;
  padding: 20px;
  display: none;
}
.howitworks .box.active {
  display: block;
}
.howitworks .box .image-macphone {
  background: url("../images/image_macphone_500x300.png");
  width: 500px;
  height: 300px;
  float: left;
  margin-left: -80px;
  margin-bottom: -80px;
  margin-right: 10px;
}
.howitworks .box .image-tabletphone {
  background: url("../images/image_tabletphone_500x300.png");
  width: 500px;
  height: 300px;
  float: right;
  margin-right: -60px;
  margin-bottom: -80px;
  margin-left: 10px;
}
.howitworks .box .items {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  max-width: 390px;
}
.howitworks .box .items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.howitworks .box .items ul > li {
  color: #707070;
  min-height: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  background-size: 20px;
  background-position-y: center;
}
.howitworks .box:after {
  content: "";
  display: block;
  clear: both;
}
.li-1 {
  background: url("../images/li-1.png") no-repeat;
}
.li-2 {
  background: url("../images/li-2.png") no-repeat;
}
.li-3 {
  background: url("../images/li-3.png") no-repeat;
}
.li-4 {
  background: url("../images/li-4.png") no-repeat;
}

.map {
  background: url("../images/map.jpg") center center;
  height: 300px;
  text-align: center;
  padding: 120px 0 0 0;
  margin-left: -15px;
  margin-right: -15px;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: none !important;
  touch-action: none !important;
}
.footer {
  background-color: #1a73bb;
  padding: 25px 0 25px 0;
}
.footer .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}
.footer .text a {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.footer .icon {
  text-align: right;
}
.footer .icon .icon-image {
  background: url("../images/icon_47x55.png") no-repeat center right;
  width: auto;
  height: 30px;
  background-size: contain;
}

.img.social-icons {
  width: 30px;
  height: 30px;
}

.footer .logo {
  text-align: right;
}
.footer .logo .logo-image {
  background: url("../images/logo_white_260x38.png") no-repeat center right;
  width: 180px;
  height: 30px;
  background-size: contain;
  float: right;
}

.modal-image {
  background: url("../images/logo_blue_262x48.png") no-repeat;
  width: 262px;
  height: 48px;
  background-size: contain;
  margin: 10px auto;
}
.modal-text {
  font-weight: bolder;
  color: #0071bc;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 20px auto;
}
.modal-text-footer {
  color: #9a9a9a;
  font-size: 12px;
}
.modal-header {
  border: none !important;
}
.modal-content {
  border-radius: 0.9rem !important;
}
.modal-content .button > a {
  background-color: #1a73bb;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 0 13px 0;
  width: 221px;
  margin: 30px auto 5px auto;
}
.form-control {
  border-radius: 0.4rem !important;
  border: 1px solid #0071bc !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
  background-color: #e6e6e6 !important;
}

.text-block {
  max-width: 988px;
  margin: 20px auto;
  font-family: "Open Sans", sans-serif;
  color: #5a5a5a;
}
.text-block > h2 {
  margin: 20px auto;
  color: #5a5a5a;
}

.tech-cluster { text-align: center; }
.tech-cluster .cluster-image { max-width: 80px; margin: 20px auto; }

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .wrap {
    max-width: 992px;
    margin: 0 auto 0 auto !important;
  }

  /* header */
  .header.menu-full {
    display: none;
  }
  .header.menu-collapsed {
    display: block;
  }
  .menu {
    text-align: right;
  }

  /* register1 */
  .register1 {
    /* background: url("../images/trucks_blurred.jpg") left center; */
    max-height: 320px;
    text-align: center;
    padding: 80px 0 0 0;
  }
  .register1 .text {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 720px;
    margin: 0 auto 0 auto;
  }
  .register1 .button {
    margin: 60px auto 0 auto;
    width: 220px;
    text-transform: uppercase;
    text-align: center;
  }
  .register1 .button > a {
    background-color: #ffffff;
    border-radius: 5px;
    color: #1a73bb;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 0 13px 0;
  }
  .register1 .button > a:hover {
    background-color: #f0f0f0;
  }

  /* register2 */
  .register2 {
    background-color: #1a73bb;
    text-align: center;
    padding: 50px 0 0 0;
  }
  .register2 .text1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 720px;
    margin: 0 auto 0 auto;
  }
  .register2 .text2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 720px;
    margin: 30px auto 0 auto;
  }
  .register2 .button {
    margin: 30px auto 30px auto;
    height: 50px;
    width: 220px;
    text-transform: uppercase;
    text-align: center;
  }
  .register2 .button > a {
    background-color: #f56d37;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0 10px 0;
  }
  .register2 .button > a:hover {
    background-color: #d56d37;
  }

  /* howitworks */
  .howitworks {
    margin-bottom: -15px;
  }
  .howitworks .title {
    background: #1a73bb;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    padding: 14px 0 14px 0;
  }
  .howitworks .button {
    width: 220px;
    text-transform: uppercase;
    text-align: center;
  }
  .howitworks .button > a {
    background-color: #1a73bb;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 0 13px 0;
    border: #1a73bb solid 1px;
  }
  .howitworks .button > a:hover {
    background-color: #1a73bb;
  }
  .howitworks .button.active > a {
    background-color: #ffffff;
    color: #1a73bb;
  }
  .howitworks .box {
    background: #f1f1f1;
    border-radius: 15px;
    max-width: 720px;
    min-height: 230px;
    margin: 0 auto 50px auto;
    padding: 20px;
    display: none;
  }
  .howitworks .box.active {
    display: block;
  }
  .howitworks .box .image-macphone {
    background: url("../images/image_macphone_300x250.png");
    width: 300px;
    height: 250px;
    float: left;
    margin-left: -20px;
    margin-bottom: -80px;
    margin-right: 10px;
  }
  .howitworks .box .image-tabletphone {
    background: url("../images/image_tabletphone_300x250.png");
    width: 300px;
    height: 250px;
    float: right;
    margin-right: -40px;
    margin-bottom: -80px;
    margin-left: 10px;
  }
  .howitworks .box .items {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    max-width: 320px;
  }
  .howitworks .box .items ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .howitworks .box .items ul > li {
    color: #707070;
    min-height: 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    background-position-y: center;
  }
  .howitworks .box .items ul > li:last-child {
    margin-bottom: 0;
  }
  .howitworks .box:after {
    content: "";
    display: block;
    clear: both;
  }

  .map {
    background: url("../images/map.jpg") center center;
    height: 260px;
    text-align: center;
    padding: 120px 0 0 0;
  }

  .footer {
    background-color: #1a73bb;
    padding: 15px 0 15px 0;
  }
  .footer .text {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    padding-top: 6px;
  }
  .footer .text a {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
  }
  .footer .icon {
    text-align: left;
  }
  .footer .icon .icon-image {
    background: url("../images/icon_31x36.png");
    width: 31px;
    height: 36px;
  }
  .footer .logo {
    text-align: right;
    margin-top: 7px;
  }
  .footer .logo .logo-image {
    background: url("../images/logo_white_127x19.png");
    width: 127px;
    height: 19px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .wrap {
    max-width: 767px;
    margin: 0 auto 0 auto !important;
  }

  /* header */
  .header {
    background-color: #f1f1f1;
    height: 51px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
  }
  .header .logo .logo-image {
    background: url("../images/logo.png");
    width: 129px;
    height: 23px;
    background-size: 125px;
    background-repeat: no-repeat;
  }
  .header.menu-full {
    display: none;
  }
  .header.menu-collapsed {
    display: block;
  }
  .header.menu-collapsed .menu .button {
    margin-top: 14px;
  }
  .menu {
    text-align: right;
    -webkit-appearance: menulist;
  }

  /* register1 */
  .register1 {
    /* background: url("../images/trucks_blurred.jpg") left center; */
    max-height: 320px;
    text-align: center;
    padding: 40px 0 0 0;
  }
  .register1 .text {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 720px;
    margin: 0 auto 0 auto;
  }
  .register1 .button {
    margin: 30px auto 0 auto;
    height: 28px;
    width: 140px;
    text-transform: uppercase;
    text-align: center;
  }
  .register1 .button > a {
    background-color: #ffffff;
    border-radius: 5px;
    color: #1a73bb;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0 10px 0;
  }
  .register1 .button > a:hover {
    background-color: #f0f0f0;
  }

  /* register2 */
  .register2 {
    background-color: #1a73bb;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .register2 .text1 {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 720px;
    margin: 0 auto 0 auto;
  }
  .register2 .text2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 720px;
    margin: 30px auto 0 auto;
  }
  .register2 .button {
    margin: 30px auto 30px auto;
    height: 50px;
    width: 220px;
    text-transform: uppercase;
    text-align: center;
  }
  .register2 .button > a {
    background-color: #f56d37;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0 10px 0;
  }
  .register2 .button > a:hover {
    background-color: #d56d37;
  }

  /* howitworks */
  .howitworks {
    margin-bottom: 0;
  }
  .howitworks .title {
    background: #1a73bb;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 14px 0 14px 0;
  }
  .howitworks .button {
    height: 28px;
    width: 140px;
    text-transform: uppercase;
    text-align: center;
  }
  .howitworks .button > a {
    background-color: #1a73bb;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0 10px 0;
    border: #1a73bb solid 1px;
  }
  .howitworks .button > a:hover {
    background-color: #1a73bb;
  }
  .howitworks .button.active > a {
    background-color: #ffffff;
    color: #1a73bb;
  }
  .howitworks .box {
    background: #f1f1f1;
    border-radius: 15px;
    max-width: 95%;
    min-height: 230px;
    margin: 0 auto 20px auto;
    padding: 20px;
    display: none;
  }
  .howitworks .box.active {
    display: block;
  }
  .howitworks .box .image-macphone {
    background: url("../images/image_macphone_300x250.png") no-repeat;
    width: 250px;
    height: 208px;
    float: unset;
    margin: 0 auto;
    margin-bottom: 0;
    margin-right: 10px;
    background-size: contain;
  }
  .howitworks .box .image-tabletphone {
    background: url("../images/image_tabletphone_300x250.png") no-repeat;
    width: 250px;
    height: 208px;
    float: unset;
    margin: 0 auto;
    background-size: contain;
  }
  .howitworks .box .items {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    max-width: 320px;
  }
  .howitworks .box .items ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .howitworks .box .items ul > li {
    color: #707070;
    min-height: 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    background-position-y: center;
  }
  .howitworks .box .items ul > li:last-child {
    margin-bottom: 0;
  }
  .howitworks .box:after {
    content: "";
    display: block;
    clear: both;
  }

  .map {
    background: url("../images/map.jpg") center center;
    height: 260px;
    text-align: center;
    padding: 120px 0 0 0;
  }

  .footer {
    background-color: #1a73bb;
    padding: 15px 0 15px 0;
  }
  .footer .text {
    color: #ffffff;
    font-size: 7px;
    line-height: 8px;
    padding-top: 6px;
  }
  .footer .text a {
    color: #ffffff;
    font-size: 7px;
    line-height: 8px;
    font-weight: 600;
  }
  .footer .icon {
    text-align: left;
  }
  .footer .icon .icon-image {
    background: url("../images/icon_31x36.png") no-repeat left center;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .footer .logo {
    text-align: right;
    margin-top: 7px;
  }
  .footer .logo .logo-image {
    background: url("../images/logo_white_127x19.png");
    width: 127px;
    height: 19px;
  }
}
