@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  width: 100%;
  color: #5B5B5B;
  font-family: Roboto, Arial, sans-sherif;
  margin: 0 !important;
  overflow-x: hidden;
  background-color: #fff;
  scroll-behavior: smooth; }

a, a:visited {
  color: #E31E24;
  text-decoration: none; }
  a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
    color: #E31E24;
    text-decoration: underline; }

.button, button {
  background-color: #E31E24;
  border-radius: 5px;
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  transition: opacity .5s;
  width: auto;
  text-align: center;
  border: none; }
  .button:hover, .button:active, .button:focus, button:hover, button:active, button:focus {
    color: #fff;
    text-decoration: none;
    opacity: .8; }

.form-group {
  margin-bottom: 25px; }

.form-control {
  border-color: #ccc; }
  .form-control::placeholder {
    color: #ccc; }
  .form-control::-ms-input-placeholder {
    color: #ccc; }
  .form-control[type="text"], .form-control[type="email"] {
    height: 54px; }

.alert {
  width: 100%;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px; }
  .alert.danger {
    background-color: #E31E24; }
  .alert.success {
    background-color: #55B738; }
  .alert.hidden {
    display: none; }

textarea {
  height: 180px;
  resize: vertical; }

.grid3-item {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  border: solid 1px #fff;
  margin-bottom: 25px;
  transition: border-color .5s; }
  .grid3-item:hover {
    border-color: #E31E24; }
  .grid3-item .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px; }
    .grid3-item .image img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
      .grid3-item .image img.image-display {
        cursor: pointer; }
  .grid3-item .bar {
    position: absolute;
    bottom: 20px;
    left: -10px;
    background-color: #E31E24;
    background: linear-gradient(90deg, red 0%, rgba(255, 255, 255, 0) 100%);
    padding: 5px 20px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: 600; }

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.9);
  display: none; }
  .image-overlay .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 34px;
    height: auto;
    cursor: pointer;
    transition: opacity .5s; }
    .image-overlay .close:hover {
      opacity: .8; }
  .image-overlay .image-container {
    width: 90%;
    height: calc(90% - 80px);
    margin: 100px auto 0 auto; }
    .image-overlay .image-container img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 10px;
      border: solid 1px #fff;
      margin: auto;
      display: block; }

nav.main {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  padding: 20px 0;
  z-index: 1100; }
  nav.main .row {
    padding: 0 20px; }
  nav.main .logo img {
    width: 220px;
    height: auto; }
  nav.main .logo i {
    display: none; }
  nav.main .menu {
    padding-top: 12px; }
    nav.main .menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      nav.main .menu ul li {
        margin: 0 25px 0 0;
        display: inline-block;
        font-weight: 400;
        position: relative; }
        nav.main .menu ul li a, nav.main .menu ul li a:visited {
          color: #5B5B5B;
          transition: color .5s;
          text-decoration: none; }
          nav.main .menu ul li a:active, nav.main .menu ul li a:focus, nav.main .menu ul li a:hover, nav.main .menu ul li a:visited:active, nav.main .menu ul li a:visited:focus, nav.main .menu ul li a:visited:hover {
            color: #E31E24;
            text-decoration: none; }
        nav.main .menu ul li ul {
          position: absolute;
          top: 20px;
          left: 0;
          list-style: none;
          padding: 0;
          margin: 0;
          width: 250px;
          opacity: 0;
          transition: opacity .5s;
          height: 0;
          overflow: hidden; }
          nav.main .menu ul li ul li {
            margin: 0;
            padding: 0;
            background: rgba(255, 255, 255, 0.8);
            border-bottom: solid 1px #5B5B5B;
            width: 100%; }
            nav.main .menu ul li ul li a {
              padding: 4px 10px;
              display: block; }
        nav.main .menu ul li:hover ul {
          opacity: 1;
          padding-top: 35px;
          height: auto; }
  nav.main .lang {
    text-align: right;
    padding-top: 10px; }
    nav.main .lang .button {
      width: 150px;
      font-size: 14px;
      padding: 6px 15px;
      text-transform: uppercase; }

.overlay {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.92); }
  .overlay .closebtn {
    height: 60px;
    line-height: 40px; }
  .overlay .overlay-content {
    margin: 0 0 40px 0;
    top: 80px; }
    .overlay .overlay-content ul {
      margin: 0;
      padding: 0; }
      .overlay .overlay-content ul li {
        text-align: left;
        padding: 7px 20px;
        margin: 0;
        border-bottom: solid 1px #eee; }
        .overlay .overlay-content ul li a, .overlay .overlay-content ul li a:visited, .overlay .overlay-content ul li a:active, .overlay .overlay-content ul li a:focus, .overlay .overlay-content ul li a:hover {
          font-size: 22px;
          color: #eee;
          font-weight: 600;
          padding: 0; }
        .overlay .overlay-content ul li ul li {
          padding: 7px 0 7px 20px; }
          .overlay .overlay-content ul li ul li a, .overlay .overlay-content ul li ul li a:visited, .overlay .overlay-content ul li ul li a:active, .overlay .overlay-content ul li ul li a:focus, .overlay .overlay-content ul li ul li a:hover {
            font-size: 20px;
            font-weight: normal; }
          .overlay .overlay-content ul li ul li:last-of-type {
            border-bottom: none;
            padding-bottom: 0; }

header.homepage {
  width: 100%;
  height: 1000px;
  position: relative; }
  header.homepage .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    header.homepage .slider img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
    header.homepage .slider .slick-list, header.homepage .slider .slick-track {
      height: 100% !important; }
    header.homepage .slider .slick-dots {
      position: absolute;
      bottom: 190px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1002;
      padding: 0;
      margin: 0; }
      header.homepage .slider .slick-dots li {
        display: inline-block; }
        header.homepage .slider .slick-dots li button {
          width: 28px;
          height: 5px;
          border-radius: 3px;
          background-color: #fff;
          color: #E31E24;
          margin: 0 6px;
          font-size: 0px;
          outline: none;
          border: none;
          padding: 0;
          transition: opacity .5s;
          filter: drop-shadow(2px 2px 2px #5B5B5B); }
          header.homepage .slider .slick-dots li button:hover {
            opacity: .8; }
        header.homepage .slider .slick-dots li.slick-active button {
          background-color: #E31E24; }
  header.homepage .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  header.homepage .cutoff {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%); }
  header.homepage .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1001; }
    header.homepage .container .content {
      width: 50%;
      padding: 200px 0 250px 100px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      header.homepage .container .content .logo {
        width: 100%;
        max-width: 380px;
        margin-bottom: 30px;
        filter: drop-shadow(2px 2px 2px #5B5B5B); }
      header.homepage .container .content .splitter {
        width: 140px;
        height: 3px;
        margin-bottom: 30px;
        background-color: #fff;
        filter: drop-shadow(2px 2px 2px #5B5B5B); }
      header.homepage .container .content h1 {
        font-size: 32px;
        margin: 0 0 70px 0;
        color: #fff;
        font-weight: 600;
        text-shadow: 2px 2px 2px #5B5B5B; }
      header.homepage .container .content .button {
        width: 180px; }

header.pages {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden; }
  header.pages .hero {
    position: absolute;
    width: 100%;
    height: 100%; }
    header.pages .hero img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center; }
  header.pages .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  header.pages .cutoff {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%); }
  header.pages .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1001; }
    header.pages .container .content {
      width: 60%;
      padding: 250px 0 250px 100px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      header.pages .container .content h1 {
        font-size: 48px;
        font-weight: 900;
        color: #E31E24;
        margin-bottom: 30px;
        text-shadow: 2px 2px 2px #5B5B5B; }
      header.pages .container .content .splitter {
        width: 120px;
        height: 3px;
        margin-bottom: 30px;
        background-color: #fff;
        filter: drop-shadow(2px 2px 2px #5B5B5B); }
      header.pages .container .content p {
        font-size: 22px;
        color: #fff;
        text-shadow: 2px 2px 2px #5B5B5B; }

main.homepage {
  margin-top: -160px;
  z-index: 1004;
  position: relative; }
  main.homepage .categories {
    margin-bottom: 50px; }
  main.homepage .newest {
    padding: 60px 0 40px 0;
    background-color: #eee; }
    main.homepage .newest h3 {
      margin: 0 0 30px 0;
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      color: #E31E24; }

main.products {
  margin-top: -160px;
  z-index: 1004;
  position: relative; }
  main.products .products {
    margin-bottom: 50px; }

main.about {
  position: relative; }
  main.about .timeline {
    margin: 40px 0 50px 0; }
    main.about .timeline h2 {
      margin: 0 0 70px 0;
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      color: #E31E24; }
    main.about .timeline .item {
      display: flex;
      flex-direction: row; }
      main.about .timeline .item .line {
        width: 70px;
        height: auto;
        min-height: 100%; }
        main.about .timeline .item .line .circle {
          width: 36px;
          height: 36px;
          border-radius: 18px;
          border: solid 1px #5B5B5B;
          padding: 6px; }
          main.about .timeline .item .line .circle .dot {
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background-color: #E31E24; }
        main.about .timeline .item .line .vertical {
          height: calc(100% - 36px);
          width: 18px;
          border-right: solid 1px #5B5B5B; }
      main.about .timeline .item .content {
        width: calc(100% - 70px); }
        main.about .timeline .item .content h3 {
          margin: 0 0 20px 0;
          font-size: 22px;
          font-weight: 900; }
        main.about .timeline .item .content p {
          margin-bottom: 30px; }
  main.about .images {
    margin: 70px 0 40px 0; }

main.references {
  position: relative; }
  main.references .items {
    margin: 50px 0 0px 0; }
    main.references .items .item {
      margin-bottom: 50px; }
    main.references .items h2 {
      margin: 0 0 10px 0;
      font-size: 32px;
      font-weight: bold;
      color: #E31E24; }
    main.references .items p {
      margin-bottom: 20px; }

main.contact {
  position: relative; }
  main.contact h2 {
    margin: 0 0 50px 0;
    font-size: 32px;
    font-weight: bold;
    color: #E31E24; }
  main.contact .information {
    padding: 50px 0 0 0; }
    main.contact .information p {
      margin-bottom: 30px; }
      main.contact .information p:last-of-type {
        margin-bottom: 0; }
  main.contact .directions {
    background-color: #eee;
    padding: 70px 0 55px 0; }
  main.contact .map {
    height: 600px; }

main.e404 {
  padding: 70px 0 400px 0;
  text-align: center; }

footer a, footer a:visited {
  color: #fff;
  text-decoration: none; }
  footer a:hover, footer a:active, footer a:focus, footer a:visited:hover, footer a:visited:active, footer a:visited:focus {
    color: #fff;
    text-decoration: underline; }
footer p, footer ul, footer li {
  font-size: 14px; }
footer .top {
  background-color: #E31E24;
  padding: 50px 0 5px 0;
  color: #fff; }
  footer .top .left {
    margin-bottom: 30px; }
    footer .top .left .logo {
      width: 200px;
      height: auto;
      margin-bottom: 40px; }
  footer .top .middle {
    padding-top: 32px;
    margin-bottom: 30px; }
    footer .top .middle h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 30px; }
    footer .top .middle ul {
      padding: 0;
      margin: 0 0 15px 0;
      list-style: none; }
      footer .top .middle ul li {
        padding: 0;
        margin: 0 0 5px 0; }
    footer .top .middle .social {
      padding-top: 10px; }
      footer .top .middle .social a {
        text-decoration: none !important;
        display: inline-block;
        margin: 0 10px 0 0;
        background-color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 20px;
        padding-top: 9px;
        transition: opacity .5s; }
        footer .top .middle .social a:hover, footer .top .middle .social a:active, footer .top .middle .social a:focus {
          opacity: .8; }
        footer .top .middle .social a i {
          font-size: 22px;
          color: #E31E24; }
  footer .top .right {
    padding-top: 32px;
    margin-bottom: 30px; }
    footer .top .right h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 30px; }
footer .bottom {
  background-color: #5B5B5B;
  color: #fff;
  padding: 10px 0;
  font-size: 14px; }

@media all and (max-width: 1199px) {
  .grid3-item {
    height: 180px; }
    .grid3-item .bar {
      font-size: 16px; }

  nav.main {
    padding: 10px 0; }
    nav.main .row {
      padding: 0 0; }
    nav.main .logo img {
      width: 180px; }
    nav.main .logo i {
      position: absolute;
      top: 14px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #E31E24;
      display: block; }
    nav.main .menu {
      display: none; }
    nav.main .lang {
      display: none; }

  header.homepage {
    height: 380px; }
    header.homepage .slider .slick-dots {
      width: 90%;
      bottom: 80px;
      text-align: center; }
      header.homepage .slider .slick-dots li button {
        width: 20px; }
    header.homepage .cutoff {
      height: 40px; }
    header.homepage .container .content {
      width: 100%;
      padding: 0 0 40px 0; }
      header.homepage .container .content .logo {
        display: none; }
      header.homepage .container .content .splitter {
        display: none; }
      header.homepage .container .content h1 {
        font-size: 24px;
        margin: 0 0 30px 0;
        text-align: center; }
      header.homepage .container .content .button {
        width: 140px;
        padding: 8px 15px;
        font-size: 14px;
        margin: 0 auto; }

  header.pages {
    height: 500px; }
    header.pages .cutoff {
      height: 40px; }
    header.pages .container .content {
      width: 100%;
      padding: 0 0 20px 0; }
      header.pages .container .content h1 {
        font-size: 40px;
        margin-bottom: 20px; }
      header.pages .container .content .splitter {
        width: 100px;
        height: 2px;
        margin-bottom: 20px; }
      header.pages .container .content p {
        font-size: 18px; }

  main.homepage {
    margin-top: -60px; }

  main.products {
    margin-top: -80px;
    z-index: 1004;
    position: relative; }
    main.products .products {
      margin-bottom: 50px; }

  main.about {
    position: relative; }
    main.about .timeline {
      margin: 40px 0 50px 0; }
      main.about .timeline h2 {
        font-size: 28px; }
    main.about .images {
      margin: 50px 0 20px 0; }

  main.references {
    position: relative; }
    main.references .items {
      margin: 50px 0 0p 0; }
      main.references .items .item {
        margin-bottom: 20px; }
      main.references .items h2 {
        font-size: 28px; }

  main.contact {
    position: relative; }
    main.contact h2 {
      margin: 0 0 30px 0;
      font-size: 28px; }
    main.contact .directions {
      background-color: #eee;
      padding: 40px 0 25px 0; }
    main.contact .map {
      height: 400px; } }
@media all and (max-width: 1199px) {
  .grid3-item {
    height: 210px; } }
@media all and (max-width: 991px) {
  .grid3-item {
    height: 160px; } }
@media all and (max-width: 768px) {
  .grid3-item {
    height: 300px; }

  footer .top {
    text-align: center; }
    footer .top .left .logo {
      width: 180px; }
    footer .top .middle {
      padding-top: 0;
      margin-bottom: 30px; }
      footer .top .middle ul {
        padding: 0; }
    footer .top .right {
      padding-top: 0; }
  footer .bottom {
    text-align: center; } }
