html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 223px;*/
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 40px 0 0 0;
    margin: 50px 0 0 0;
    box-shadow: none !important;
}

@media (max-width:767px) {
    body {
        /*margin-bottom: 360px;*/
    }
}
