.infoBox {
  width: initial !important;
}

.infobox {
  width: 350px;
}

.infobox .thumbnail-property .property-image {
  height: 180px;
}

.infobox:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #f44336;
  left: 50%;
  margin-left: -10px;
}

.infobox2 {
  width: 170px;
  background: white;
  position: relative;
  padding: 5px 5px;
  text-align: center;
}

.infoBox > img {
  position: absolute !important;
  right: -15px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  width: 27px;
  height: 27px;
  z-index: 10000;
  cursor: pointer;
  border: 7px solid rgb(72, 181, 233);
  border-radius: 13px;
  background: #FFF;
}

.infoBox > img:after {
  position: absolute !important;
  right: -15px;
  top: -15px;
  cursor: pointer;
  z-index: 10;
  width: 13px;
  height: 13px;
  z-index: 10000;
  cursor: pointer;
  border: 7px solid #f44336;
  border-radius: 13px;
}


.google_marker {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.google_marker:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 50% 50% 0 50%;
  background: #DA3743;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.google_marker img {
  position: absolute;
  z-index: 2;
  max-width: 20px;
  max-height: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.cluster img {
  display: none !important;
}

.cluster div {
  font-size: 18px !important;
  font-weight: 400 !important;
  width: 40px !important;
  line-height: 44px !important;
}

.cluster div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 50% 50% 0 50%;
          box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
  -webkit-box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
  background: #DA3743;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  z-index: -1;
}


.infobox.infobox-mini.infobox-property {
  display: block;
  width: 150px;
  height: initial;
  text-align: center;
  padding: 0;
  border: 2px solid #0a0a0a;
  background: #fff;
  margin-top: 20px;
}

.infobox.infobox-mini.infobox-property > img {
    right: -15px;
    top: -15px;
}

.infobox.infobox-mini {
  display: block;
  width: 150px;
  height: 130px;
  text-align: center;
  padding: 0;
}

.infobox.infobox-mini .content {
  padding: 0;
  padding-top: 10px;
  width: 100%;
  display: block;
  padding: 10px 5px;
}

.infobox.infobox-mini .preview-image img {
  max-width: initial;
  max-height: 55px;
}

.infobox.infobox-mini .title a {
  font-size: 14px;
  font-weight: 400;
}

.infobox.infobox-mini  .content .title {
  margin-bottom: 5px;
}


/* color */

.infobox.infobox-mini.infobox-property,
.infoBox > img,
.infobox,
.infobox:before,
.infobox:before {
  border-color: #f44336;
}

.infobox .title {
  background-color: #f44336;
}

.google_marker,
.google_marker:before {
    background: #f44336;
}

.google-map {
    padding-bottom: 50%;
}

.map-contact {
    padding-bottom: 40%;
}