.btn_section {
    margin-right: 65px;
    float: right;
    top: -630px
}

.location_btn {
    z-index: 0;
    position: relative;
    top: 5px;
    width: 100%
}

#maps_view {
    background-color: #444;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 28px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 13%;
    margin-right: 4px
}

#maps_view #view {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: white;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 8px
}

#maps_view #view span a {
    color: white
}

#current_location {
    background-color: #444;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 28px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 38%;
    margin-right: 4px
}

#current_location #current_location_btn {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 6px
}
#current_location_btn {
    position: relative;
    right: 0;
}
#current_location #media_current_location_btn {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px
}

#search_location {
    border-width: 2px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 45%
}

#search_location #search_location_input #searchTextField {
    width: 150%;
    padding: 0;
    height: 28px;
    padding-left: 3px;
    direction: ltr
}

.row-fluid .col-lg-6 #map_canvas {
    height: 380px;
    width: 211.5%;
    top: 2px
}

.contact_us_maps {
    height: 436px
}

.maps_view_button {
    z-index: 0;
    position: absolute;
    top: 5px;
    right: 0;
    width: 23%
}

.maps_view_view {
    height: 100%;
    width: 100%;
    position: absolute
}