#map {
    margin-top: 0px;
    height: 100%;
    font-family: 'Interstate ExtraLight';
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#ser-btn {
    top: 40px;
    position: absolute;
    right: 47%;
    border: none;
    color: #ffffff;
    background-color: transparent;
    font-size: 15px;
    cursor: pointer;
    z-index: 3;
    outline: none;
}

#nser-btn {
    top: -140px;
    position: absolute;
    right: 70px;
    color: #ea5d0b;
    background-color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    outline: none;
    border-style: solid;
    font-size: 24px;
    font-weight: bold;
    border-style: groove;
    width: 40px;
    height: 40px;
}

#pac-back {
    display: flex;
    position: relative;
    z-index: 1;
    top: 180px;
    height: 0px;
}

#pac-bb {
    background-color: #ea5d0b;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 70px;
}

.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: Roboto;
}

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

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

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

#pac-input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    height: 30px;
    opacity: 0.5;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    top: -5px;
}

#pac-input::placeholder {
    color: #ffffff;
}

#pac-input::-ms-input-placeholder {
    color: #ffffff;
}

.controls {
    position: absolute;
    float: right;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    height: 29px;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    z-index: 10;
}

.controls:focus {
    border-color: #4d90fe;
    z-index: 10;
}

#title {
    color: #fff;
    background-color: #ea5d0b;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

#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;
}

.d-none {
    visibility: hidden;
}

.marker-info a {
    text-decoration: none;
}

.marker-info h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}