@media only screen and (min-width: 1239px ) {
    .locacont-sidebar.widget {
        top: 90px;
    }

    body.admin-bar .locacont-sidebar.widget {
        top: 122px;
    }
}

@media only screen and (max-width: 1239px ) {
    #Footer .footer_copy .one {
        margin-bottom: 40px;
    }

    .locacont-sidebar.widget {
        bottom: -5px;
    }

    .locacont-sidebar .locacont {
        position: absolute;
        right: 0;
    }

    .locacont-sidebar .locacont.location {
        bottom: 0;
    }

    .locacont-sidebar .locacont.phone{
        bottom: 192px;
    }

    .locacont-sidebar .locacont.mail {
        bottom: 144px;
    }

    .locacont-sidebar .locacont.instagram {
        bottom: 96px;
    }

    .locacont-sidebar .locacont.facebook {
        bottom: 48px;
    }
}