.sidebar-nav li{
	font-size: 20px;
}
p{
	line-height: 24px;
	font-size: 16px;
}
footer{
	/*position:absolute; 
	bottom:0; */
	background-color:#414141; 
	height:auto; 
	width:100%; 
	padding-top:3%; 
	padding-left:2%;
}
footer p {
        /*line-height:1%;*/
        /*vertical-align:bottom;*/
        margin:0;
    }
@media (max-width: 768px){
	footer{
		height:auto;
		width:100%;
		/*position:absolute; 
	bottom:0;*/
	text-align: center;
	}
	
}
@media (min-width: 768px){
	.footer{
	position: fixed;
	bottom:0;
	width:100%;
}
}
.counter p{
        display:inline-block;
    }
.footer-logo{
	display: inline;
    text-align: center;
}
.footer-logo img{
	padding:0 10px 0 10px;
}
.footer{
	z-index:1001;
}