#map {
        height: 400px;
        display: none;
        /*width: 100%;*/
      }
      

      .controls {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

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

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

      .pac-container {
        font-family: Roboto;
      }


.place {
    background: #eeeded none repeat scroll 0 0;
    position: relative;

}
.result-pics {
    clear: both;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 2% 1% 2% 0;
    position: relative;
    width: 100%;
}

.result-pics img {
    height: auto;
}
img, canvas, iframe, video, svg {
    max-width: 100%;
}
img {
    border: 0 none;
}
.result-pics a {
    display: block;
}
a {
    color: #db1c51;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.place .mycontrols {
    background: #dfdddd none repeat scroll 0 0;
    float: left;
    font-family: AauxNext-Bold,Helvetica,Arial,sans-serif;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
}
.place .single {
    background: #eeeded none repeat scroll 0 0;
    float: left;
    font-size: 1.75rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0;
    padding: 0 0.75rem;
    width: 10%;
}

.result-pics li span {
    display: inline-block;
    position: relative;
}
.result-pics li {
    float: left;
    margin-left: 2%;
    position: relative;
    text-align: center;
    width: 17%;
}

.place .single {
    font-size: 1.75rem;
    line-height: 3rem;
}
.fa-external-link::before {
    content: "";
}

.place {
    margin-top: 1.5rem;
}

div.category-group {
    background: #eeeded none repeat scroll 0 0;
    margin: 0 0 1.5rem 2%;
    min-height: 37rem;
    padding-bottom: 1.5rem;

}
div.category-group ul {
    list-style: outside none none;
}
ul, ol {
    padding-left: 1.5rem;
}

div.category-group h2 a {
    background: #dfdddd none repeat scroll 0 0;
    display: block;
    font-family: AauxNext-Bold,Helvetica,Arial,sans-serif;
    font-size: 1.75rem;
    line-height: 1.5rem;
    overflow: hidden;
    padding: 0.75rem 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ajaxloading {
    display: none;
}

.asearch {
      padding-top:10px;
}

#mysearch_chosen  {
  padding-top:10px;
}

.extra-info  {
    display: none;
}