html {
    position: relative;
    min-height: 100%;
}

body.public-body {
    margin-bottom: 60px;
}

.public-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

body.admin-body {
    margin-bottom: 60px;
}

.admin-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.text-orange {
    color: #f9950c;
}

.btn-orange {
    background: #f9950c;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.service-item {
    margin-bottom: 2rem;
}

.service-item .icon {
    float: left;
    margin-right: 25px;
    line-height: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(0,0,0,.28);
    position: relative;
    z-index: 1;
}

.service-item .icon img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

#map {
  height: 100%;
}

#topbar {
    background-color: #ffffff;
}