/* Safari 10.1+ fix (footer not showing) */
    @media not all and (min-resolution:.001dpcm) {
    	.foot-anim {
            z-index: 0 !important;
            position: relative !important;
            bottom: 0px;
            width: 100%;
	    }
    	@media screen and (min-width:1601px) {
	        .foot-anim {
	            margin-top: -790px;
	        }
	    }
    	@media screen and (min-width:1501px) and (max-width:1600px) {
	        .foot-anim {
	            margin-top: -810px;
	        }
	    }
    	@media screen and (min-width:1301px) and (max-width:1500px) {
	        .foot-anim {
	            margin-top: -745px;
	        }
	    }
    	@media screen and (min-width:1023px) and (max-width:1300px) {
	        .foot-anim {
	            margin-top: -755px;
	        }
	    }
    	@media screen and (min-width:1025px) and (max-width:1171px) {
	        .foot-anim {
	            margin-top: -765px;
	        }
	    }
    	@media screen and (min-width:982px) and (max-width:1024px) {
	        .foot-anim {
	            margin-top: -1065px;
	        }
	    }
    	@media screen and (min-width:831px) and (max-width:981px) {
	        .foot-anim {
	            margin-top: -1075px;
	        }
	    }
    	@media screen and (min-width:769px) and (max-width:830px) {
	        .foot-anim {
	            margin-top: -1145px;
	        }
	    }
	}