/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	color:#FFF;
	padding-left:0px;
	padding-right:0px;
	}
footer{
	position:fixed;
	bottom: -4px;
	width: 100%;
	background-color: #000;
	height: auto;
	left: -2px;
	}




}
footer li {
    float: left;
    font-size: 12px;
    margin-right: 20px;
	}
#copyright{clear:both;
}

@media (max-width: 767px) {
	
	
	footer{
		position:relative;
		bottom: 0; 
		width:100%;
		display:none;
		}
		
}
