@media only screen and (min-width: 992px) {
    .uncover .bottom-wrapper {
        position: fixed;
        bottom: 0;
        z-index: 0;
    }
    .bottom-wrapper {
        width: 100%;
    }
}

#menu-information {
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.bottom-wrapper {
    width: 100%;
}


.scheme .footer {
    background-color: #ffffff;
    color: #1B273D;
}


.scheme .footer .widget-title {
    color: #112233;
}

.scheme .footer a {
    color: #112233;
}

.scheme .footer a:hover {
    color: #FFB600;
}

.scheme .copyright {
    background-color: #FFB600;
    color: #ffffff;
}

.scheme .copyright a {
    color: #ffffff;
}

.scheme .copyright a:hover {
    color: #111111;
}


.footer {
    padding: 60px 0 40px;
    position: relative;
}

.scheme .copyright {
    background-color: #f5f7f9;
    color: #112233;
}
.copyright {
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    position: relative;
}




.footer .social {
    margin-top: 15px;
}
@media only screen and (min-width: 1200px)
{
    .social {
        text-align: right;
    }
}




.house-moving-services {
    background-color: #f8f8f8;
    padding-top: 2%;
    height: 220px;
    /*background: url("../images/house-moving-services.jpg") no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

.house-moving-services h1 {

    color:#000;
    font-weight: 600;
}
.house-moving-services h2 {

    color:#000;
    font-weight: 600;
}

.bottom-nav {
    font-size: 18px;
    line-height: 20px;
    margin: 44px 0 0 -50px;
}
.bottom-nav_item {
    display: inline-block;
    padding-left: 50px;
    vertical-align: top;
    width: 25%;
}
.bottom-nav_link {
    border: 2px solid #ffb600;
    /*border-radius: 5px;*/
    color: #000;
    display: block;
    padding: 9px 10px;
    text-align: center;
    transition: all 250ms ease 0s;
}
.bottom-nav_link:hover {
    background-color: #ffb600;
    text-decoration: none;
    font-weight: 600;
}


