#map {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top:0;
    bottom: 0;
    right: 0;
}

#intro {
    position: absolute;
    width: 25%;
    height: 100vh;
    display: block!important;
}

.container {
    width: auto;
    max-width: 600px;
}

.input-group {
    width: 100%;
}

.geocoder-control-selected{
    background: #aad3df;
    border-color: #aad3df;
}
a#getLocation {
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 10px 10px;
    background: #efefef;
    text-transform: none;
    border-radius: 4px;
}
.form-control:focus{
    outline: none;
}
h4>.titicon {
    color: #91bf1f;
    font-size: 24px;
    font-weight: 700;
}
.distance-bloc {
    margin-top: 20px;
    margin-bottom: 15px;
}
.distance-bloc>label, .results>label {
    color: #91bf1f;
}

.distance-bloc>span {
    display: inline-block;
    color: #91bf1f;
    width: 25px;
    text-align: center;
}
input#pac-input {
    margin-top: 10px;
}
.km-min {
    float: left;
    font-size: 11px;
    margin-top: -13px;
    color: #CCC!important;
}
.km-cur {
    color: #91bf1f;
}
.km-max {
    float: right;
    font-size: 11px;
    margin-top: -13px;
    color: #CCC!important;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
}
.tit-pop {
    font-size: 16px;
    font-weight: 700;
    color: #91bf1f;
    text-align: center;
    margin-bottom: 10px;
}
.line-pop {
    font-size: 12px;
    line-height: 20px;
    width: 350px;
    font-weight: 600;
}
.line-pop>i {
    display: block;
    width: 19px;
    float: left;
    height: 18px;
    margin-top: 4px;
}
.results {
    margin-top: 10px;
}
.a-pop{
    display: block;
    width: 100px;
    background: #004964;
    text-align: center;
    padding: 3px 0px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}
.blue{
    color: #91bf1f!important;
}
div#itens-place {
    height: 221px!important;
    overflow: auto;
    margin-bottom: 9px;
}
.popupleg{
    display: none;
    margin-top: -33px;
}
.place {
    width: 100%;
    background: #efefef;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.place:hover {
    background: #dcecef;
}
.place>h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: #2196F3;
}
.place>p {
    font-size: 12px;
}
/* search style */
#description {
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
}

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

#infowindow-content {
display: none;
}

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

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: inherit;
}

#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}

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

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

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

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

input#pac-input {
    margin-top: 20px;
    height: 33px;
    font-size: 12px;
}
#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
input#pac-input {
    margin-top: 20px;
    height: 33px;
    font-size: 12px;
    font-family: inherit;
    font-weight: 400;
}
.place>h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: #91bf1f;
    font-size: 14px;
}
.popupleg>em {
    display: inline;
    margin-top: -19px;
    position: absolute;
    font-size: 16px;
    font-style: normal;
}

.results {
    margin-top: 30px;
}
.place {
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.place:hover {
    background: #f5f5f5;
}
input#pac-input, input#pac-input:focus{
    outline: none
}
#pac-input:focus {
    border:none;
    outline: none;
}
i.fa.fa-map-marker.blue {
    height: 70px;
}