    /*   mandatory */
      #map {
        height: 580px;
      }
      #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        border-radius: 2px 0 0 2px;
        margin:0 0 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        background-color:unset;
        font-family: Roboto;
        box-shadow:unset;
      }

      #pac-container {
          background:none;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
            background-color: #fff;
            font-family: Roboto;
            font-size: 15px;
            font-weight: 300;
            padding: 0 11px 0 13px;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            width: 300px;
            margin-right: 3px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      #title {
        color: #ffffff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
      }
      
      #map-details{
        background-color: #fbf5f4;
        padding: 12px;
      }
      #map-details p{
        font-size: 1em;  
      }
      
    .controls {
            margin-top: 16px;
            border: 1px solid transparent;
            border-radius: 2px 0 0 2px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 32px;
            outline: none;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }
        
    .back-to-top{
        display:none !important;
    }
    
    span.address{
        font-size:0.9em;
    }
    
    p.mapinfo{
        line-height:14px;
    }