/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}

#content-sidebar,
#content-full {
    margin: 0;
    min-height: 0;
}

.footer .footer-git {
    display: none;
}

/*******************************************************
 *
 * Mobile
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 567px) {
    
}

@media only screen and (max-width: 480px) {
    
}