html, body {
    max-width: 100%;
    overflow-x: hidden;
}
    
#content {
    width: 95%;
    margin: 0 auto;
}

.first-content {
    margin-top: 60px;
}

.last-content {
    margin-bottom: 80px;
}

/** TOP STICKY */

.top-sticky {
    position: fixed;
    top: 0; left: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding: 0 2.5%;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 4px #888888;
    -moz-box-shadow: 0px 1px 4px #888888;
    box-shadow: 0px 1px 4px #888888;
}

.top-sticky ul {
    font-size: 11px !important;
    margin-top: -9px;
    margin-bottom: 1px;
    padding-left: 14px;
    padding-bottom: 1px;
}

.top-sticky h3 {
    font-size: 12px;
    margin: 2px 0 10px 0;
    font-weight: bold;
}

.top-sticky p {
    font-size: 11px;
    margin: 0px 0 0 0;
}


/** BOTTOM STICKY */

.bottom-sticky {
    position: fixed;
    bottom: 0; left: 0;
    background: #fff;
    border-top: 1px solid #ececec;
    width: 100%;
    padding: 0 2.5%;
<<<<<<< .mine
    padding-bottom: 0px;
    box-shadow: 0px 1px 4px #888888;
=======
    -webkit-box-shadow: 0px -1px 4px #888888;
    -moz-box-shadow: 0px -1px 4px #888888;
    box-shadow: 0px -1px 4px #888888;
>>>>>>> .r18210
    z-index: 90;
}

.bottom-sticky ul {
    font-size: 11px !important;
    margin-top: 0px;
    padding-left: 14px;
    margin-bottom: 2px;
}

.bottom-sticky h3 {
    font-size: 12px;
    margin: 1px 0 0 0;
    font-weight: bold;
}

.bottom-sticky p {
    font-size: 11px;
    margin: 0px 0 0 0;
}


/** RESPONSIVE-DESIGN */

@media (max-width: 620px) {
    .first-content {
        margin-top: 70px
    }

    .last-content {
        margin-bottom: 120px;
    }
}

@media (max-width: 527px) {
    .last-content {
        margin-bottom: 130px;
    }
}

@media (max-width: 510px) {
    .first-content {
        margin-top: 85px
    }
}

@media (max-width: 425px) {
    .last-content {
        margin-bottom: 140px;
    }
}

@media (max-width: 365px) {
    .last-content {
        margin-bottom: 150px;
    }
}

@media (max-width: 340px) {
    .first-content {
        margin-top: 100px
    }

    .last-content {
        margin-bottom: 170px;
    }
}

@media (max-width: 290px) {
    .first-content {
        margin-top: 120px
    }
}
