@media (min-width: 398px) {
  .header-group-logo {
    display: block !important;
    position: absolute;
    z-index: 2;
    left: -50px;
    bottom: 10px;
    width: 38px;
  }
}
@media (min-width: 1100px) {
  .header-group-logo {
    display: block !important;
    left: -70px;
    bottom: 31px;
    width: 46px;
  }
}
@media (min-width: 1100px) and (max-width: 1160px) {
  .header-group-logo {
    display: none !important;
  }
}

@media (max-width: 575px) {
  #box_header .header-holder .header-col1 a {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  #box_header .header-holder .header-col2 ul#nav li a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* mobile submenu */
.submenu-expanded li {
  width: auto;
}

/* Contact */
#contact {
  margin-top: 10px;
}

#contact .map-container {
  width: 100%;
  max-width: 800px;
  overflow-x: hidden;  
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  transform: none !important;
}
#contact .map-container img {
  width: 100%;
}

.map-container .mappoint {
  font-size: 8px;
  text-align: left !important;
  background: none !important;
  padding-left: 8px !important;
  line-height: 1;
}
.map-container .mappoint:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
@media (min-width: 576px) {
  .map-container .mappoint {
    font-size: 10px;
    padding-left: 10px !important;
  }
  .map-container .mappoint:before {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 768px) {
  .map-container .mappoint {
    font-size: 13px;
    padding-left: 14px !important;
  }
  .map-container .mappoint:before {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}
.contact-info-attr {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  margin-bottom: 40px;
}
.art-enquiry a {
  white-space: nowrap;
  font-family: 'Lato_Regular', Helvetica, Arial, sans-serif;
}
.art-enquiry a:hover {
  text-decoration: underline;
}



@media (max-width: 991px) {
  #contact .office-list {
    min-height: 155px;
  }
  #contact .enquiries .office-list {
    min-height: 100px;
  }
}

/* Home image cover FIX */
#home li img.background-img {
  position: absolute;
  top: 0 !important; 
  bottom: 0;
  left: 0; right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center !important;
  margin: 0 !important;
}

/* Home  */
#home .home-description {
  position: absolute !important;
  left: 0;
  bottom: 50px;
  float: left !important;
  text-align: left !important;
  margin-left: 30px !important;
  margin-right: 15px !important;
  text-transform: none !important;
  width: calc(100vw - 100px);
  max-width: 750px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  user-select: text !important;
}
@media (min-width: 768px) {
  #home .home-description {
    bottom: 70px;
    margin-left: 100px !important;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1100px) {
  #home .home-description {
    margin-left: 152px !important;
  }
}
@media (min-width: 1200px) {
}
#home .home-description h2 {
  margin-bottom: 15px !important;
}
#home .home-description p {
  line-height: 1.3;
  margin-bottom: 15px;
}
.home-description .link-wrapper {
  margin-bottom: 15px;
}
@media (min-width: 1100px) and (min-height: 550px) {
  #home .home-description h2 {
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }
  #home .home-description p, .home-description .link-wrapper {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}
.home-description a {
  color: #FFF;
}
.home-description a svg {
  fill: #FFF;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  margin-top: 3px;
}
/* Home descr transition */
.home-description > * {
  transition: opacity .4s linear;
  transition-delay: .4s;
  opacity: 0;
}
.home-description > *:nth-child(2) {
  transition-delay: .5s;
}
.home-description > *:nth-child(3) {
  transition-delay: .6s;
}
.active .home-description > * {
  opacity: 1;
}

