
/*HOTFIX*/
/*#exterior-content .new-exterior {
  position: relative;
}
#exterior-content .new-exterior * {
  box-sizing: border-box;
}
#exterior-content .new-exterior .main-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  z-index: 1;
  width: 100%;
  padding: 5px 20px;
  font-size: 15px;
}
#exterior-content .new-exterior .btns.fullwidth {
  bottom: 5%;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0px 10px;
}
#exterior-content .new-exterior .btn-environments {
  bottom: 0;
  right: 5px;
  position: absolute;
  display: inline-block;
}
#exterior-content .new-exterior .btn-environments > span {
  display: none;
}
#exterior-content .new-exterior .btn-environments .btn-colour {
  display: block;
  padding: 5px 0px;
}
#exterior-content .new-exterior .btn-environments .btn-colour .btn {
  background: none;
  border-radius: 50%;
  padding: 0px;
  display: block;
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
}
#exterior-content .new-exterior .btn-colours {
  display: inline-block;
}
#exterior-content .new-exterior .btn-colours .btn-colour {
  display: inline-block;
  position: relative;
}
#exterior-content .new-exterior .btn-colours .btn-colour > span {
  display: none;
}
#exterior-content .new-exterior .btn-colours .btn-colour:hover > span {
  display: block;
  position: absolute;
  top: -25px;
  left: -30px;
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid #999;
  z-index: 1;
  text-align: center;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn {
  background: none;
  padding: 0px 3px;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn:hover {
  background: none;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
}
#exterior-content .terms {
  padding: 10px 0px;
  text-align: center;
}
#exterior-content .new-exterior-loader {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
#exterior-content .new-exterior-loader span {
  color: #fff;
  display: block;
  font-size: 17px;
  text-align: center;
  width: 100%;
}
#exterior-content .new-exterior-loader img {
  display: block;
  margin: 19% auto 0;
  width: 20%;
}
#exterior-content .reel-preloader {
  display: block !important;
}
@media (min-width: 48rem) {
  #exterior-content .new-exterior .main-title {
    padding: 10px 20px;
    font-size: 20px;
  }
  #exterior-content .new-exterior .btn-environments {
    bottom: auto;
    right: auto;
    position: static;
    float: right;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour {
    display: inline-block;
    padding: 0px 3px;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour .btn {
    width: 40px;
    height: 40px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 61.1875rem) {
  #exterior-content .new-exterior .btn-environments .btn-colour {
    padding: 0px 10px;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour .btn {
    width: 50px;
    height: 50px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn {
    padding: 0 10px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn span {
    width: 50px;
    height: 50px;
  }
}
*/
.tooltip-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
          transform: translate(-50%, -50%) scale(1.01);
  background: rgba(102, 102, 102, 0.85);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  max-width: 164px;
  line-height: normal;
  color: #fff;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 100;
}
.tooltip-mobile.is-hidden {
  -webkit-animation-name: tooltipOut;
          animation-name: tooltipOut;
}
.tooltip-mobile.is-visible {
  -webkit-animation-name: tooltipIn;
          animation-name: tooltipIn;
}
.tooltip-mobile > span {
  display: block;
}
.tooltip-mobile > span:last-child {
  margin-top: 5px;
}
@-webkit-keyframes tooltipOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes tooltipOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes tooltipIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tooltipIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.google-map .map {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Contents:
    01. General
    02. Mobile
    03. Tablet
*/
/* ==========================================================================
   01. General
   ========================================================================== */
.gm-style-iw {
  min-height: 235px;
  width: 300px !important;
  top: 15px !important;
  left: 0 !important;
}
.gm-style-iw > div {
  background: #fff;
  box-shadow: rgba(72, 181, 233, 0.6) 0 0 6px;
}
.gm-style-iw > div > div {
  overflow: hidden !important;
}
.mp-item {
  clear: both;
}
.mp-item:after {
  content: " ";
  display: table;
  clear: both;
}
.mp-item + .mp-item {
  border-top: solid 1px #f1f1f1;
  padding-top: 10px;
  margin-top: 10px;
}
.mp-item * {
  display: inline;
  box-sizing: border-box;
}
.mp-item .thumb {
  margin: 0 0 10px 0 !important;
  padding-left: 10px;
}
.mp-item .directions {
  float: left;
}
.mp-item .view {
  float: right;
}
.mp-item .description {
  float: left;
  display: block;
  min-height: 150px;
}
.mp-item .actions {
  clear: left;
  float: left;
  width: 100%;
  display: block;
}
.mp-item .distance {
  display: none;
}
.mp-item .phone-numbers {
  display: block;
}
.gm-box {
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.gm-box-header {
  padding: 1px 10px;
  color: #000;
  background-color: #fff;
  font-size: 0;
  height: 20px;
}
.gm-box-content {
  padding: 10px;
  height: 160px;
}
.gm-box-content img {
  max-width: 130px;
}
.mp-item .tooltip-content {
  display: none;
}
.mp-item .thumb {
  width: 55%;
  float: right;
}
/* ==========================================================================
    02. Mobile
    ========================================================================== */
@media (max-width: 47.9rem) {
  .mp-item .thumb {
    display: block;
  }
}
/* ==========================================================================
    03. Tablet
    ========================================================================== */
@media (min-width: 48rem) {
  .mp-item .description {
    width: 45%;
  }
}
.home-banner .container {
  width: 100%;
}

/*HOTFIX*/