/*******************************************************************************
REVISIONS
 *******************************************************************************/

.address-info {
  text-align: left;
  padding-top: 1rem;
  display: inline-block;
  width: 100%;
}
.address-info:before {
  content: "";
  display: block;
  width: 40%;
  height: 4px;
  background: #e0e0e0;
  margin-bottom: 2rem;
}

.address-info .item {
  margin-bottom: 1rem;
}

.address-info h5 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: gray;
  text-transform: uppercase;
}

.address-info a {
  display: block;
  font-size: 15px;
  color: gray;
}

.index-overlay {
  left: 30% !important;
  overflow: hidden !important;
  max-width: 70% !important;
}
.logo-index {
  width: 200px;
  margin-bottom: 1rem;
}
.img-full {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.align-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.language-selector {
  display: block;
  padding-top: 20px;
  text-align: left;
}
.language-selector .item {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.language-selector .item:hover {
  background-color: #e0e0e0;
}
.language-selector .flag-item {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
}
/* MOBILE-CSS */

@media screen and (max-width: 750px) {
  .share-inner {
    right: 0px;
    width: 30%;
  }
  .show-share span {
    display: none;
  }
  .close-share,
  .close-contact {
    right: 10px !important;
  }
  .hero-grid,
  .index-overlay {
    display: none;
  }
  .grid-item {
    height: auto;
    padding: 20px;
  }
  .full-width-slider .item .bg-slider {
    height: 100vh !important;
  }
  .full-width-slider-holder {
    height: 100vh;
  }
  .full-width-slider.owl-carousel .owl-item {
    height: 100vh !important;
  }
  .show-info {
    bottom: 80px;
    width: 90%;
  }
  footer {
    display: none;
  }
}
