#map { height: 380px;  }
      .btn_place   {
        padding-top: 7px;
        padding-bottom: 7px;
          position: relative;
          float: left;

}
      .ballon_image{
          width: 64px;
          height: 64px;
          display: inline-block;
          overflow: hidden;
      }
      .ballon_image img{
          width: 100%;
      }
      .navbar{
          margin-bottom: 0;
      }

      .point_area {

          background: #f3f3f3;
          width: auto;
          padding: 20px;
          z-index: 9999;
          border-radius: 15px;
          border: 1px #c0c0c0 solid;
          position: absolute;
      }
.container.content {
    margin-top: 40px;
}
@media (min-width: 768px){
    .point_area {

        top: 100px;
        right: 30px;
        width: 600px;
    }
    .image_add {
        height: 50px;
        overflow: hidden;
    }
    .results {
        position: fixed;
        right: 30px;
        top: 115px;
        width: 395px;
    }
}
      @media (max-width: 768px){
          .navbar{
              position: fixed;
              left: 0;
              right: 0;
              top: 0;
              z-index: 999;
          }
          .map-area{
              margin-top: 50px;
          }
          #map{
              padding: 0 ;
          }
          .point_area{

              top: 60px;
              right: 10px;
              left: 10px;
          }
          .btn-group-list .btn{
              width: 48%;
          }
          .results {
              position: fixed;
              top: 100px;
              right: 0px;
              left: 0;
          }
          /*footer{
              position: fixed;
              bottom: 0;
              width: 100%;
          }*/
          body{
              /*padding-bottom: 150px;*/
          }
          .saveMessage{
              width: 100%;
          }
          .image_add {
              height: 70px;
              overflow: hidden;
          }
          .btn-saveMessage{
              width: 100%;
          }
      }
      .image_add i {
          color: red;
          position: absolute;
          right: 15px;
          top: 0;
          font-size: 25px;
          cursor: pointer;
      }