﻿* {
    margin: 0;
}

html, body, #sb-site {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -1120px;
}

    .wrapper:after {
        content: "";
        display: block;
    }

    footer, .wrapper:after {
        height: 1120px;
    }

/* footer css*/

footer {
    background: #5A5A5A;
    font-size: 14px;
}

    footer .container-fluid {
        padding: 0 30px 0 30px;
    }

    footer .box {
        border-bottom: 2px solid #fff;
        width: 100%;
        margin-bottom: 6px;
    }

    footer .sec {
        padding: 20px 0 15px 20px;
        margin-bottom: 5px;
    }

        footer .sec .brand {
            color: #fff;
        }

    footer .menu_footer {
        margin-bottom: 10px;
        border-bottom: 1px solid #8F8F8F;
    }

        footer .menu_footer a {
            color: #fff;
            padding: 0 8px 0 8px;
        }

    footer .azienda {
        color: #fff;
        padding-top: 10px;
    }

@media(min-width:768px) {
    .wrapper {
        margin-bottom: -520px;
    }

        footer, .wrapper:after {
            height: 520px;
        }

    footer {
        font-size: 14px;
    }
}

@media(min-width:992px) {
    .wrapper {
        margin-bottom: -460px;
    }

        footer, .wrapper:after {
            height: 460px;
        }
}

@media(min-width:1200px) {
}
