#infoWindow > div img {width:100%;height:auto;}
#infoWindow .data {
  padding:15px 15px;
  padding-bottom: 25px;
  line-height:20px;
  color:#4d4d4d;
  font-family: 'Arial';
  margin-bottom:-10px;
}
#infoWindow .button {
    font-size: 8px;
    padding: 3px 17px;
    margin-top:12px;
}
#infoWindow .data h3 {
  font-size:14px;
  color:#444444;
  line-height:20px;
  text-transform: uppercase;
}
#infoWindow input[type='text'] {
  width: 100% !Important;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}
#infoWindow input[type='submit'] {
  width: 100% !Important;
  padding: 10px;
    margin-top: 10px;
}
.gm-style .gm-style-iw > div {
   width: 100% !important;
   padding-top: 10px;
}
.gm-style .gm-style-iw {
   width: 280px !important;
}
.gm-style-iw {
   width: 265px !important;
   top: 15px !important; // move the infowindow 15px down
   left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(255, 255, 255, 1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;

}
.iw-bottom-gradient {
  position: absolute;
  width: 265px;
  height: 25px;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.iwCloseBtn img {
  display:none;
}
.iwCloseBtn {
    right: 35px !Important;
    top: 15px !Important;
  background: url('../images/icons/close.png') no-repeat center center !important;
  width: 30px !Important;
  height: 31px !important;
}

.submit_button {
  font-size:11px;
  color: #4d4d4d;
  font-weight: bold;
  width: 100px;
  background: none;
  border: 1px #d0d0d0 solid;
  background: #ececec;
  border-radius: 0;
}

.submit_input {
  font-size:11px;
  width: 200px;
  color: #4d4d4d;
  border: 1px #d0d0d0 solid;
  border-radius: 0;
}


@media (max-width: 767px) {
  .gm-style .gm-style-iw > div {
     width: 280px !important;
     padding-right:0;
     max-width: 280px !important;
     padding-top: 10px;
  }

  #infowindow {
    width: 280px !Important
  }
  .iwCloseBtn{
    display: none
  }
}
@media (max-width: 1024px) {
  .iwCloseBtn{
    display: none
  }
}
