@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 992px) {	
	.nav-footer-del {
		display: none;
	}
}
@media screen and (max-width: 991.98px) {
    .nav-footer-del {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
        background-color: #222;
		text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    .nav-footer-del a {
		display: inline-block;
        color: #fff;
        font-size: 20px;
        padding-left: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
	.main-footer .footer-bottom {
		margin-bottom: 65px;
	}
}
