#mobile-footer {

	visibility: hidden;

}



.mcf_icon a{

		color: #DC0E1F;

	}



@media screen and (max-width:700px){



	footer{

		visibility: hidden;

		height: 44px;

	}



	#mobile-footer{

		visibility: visible;

		position: fixed;

		bottom: 0;

		height: 44px;

		width: 100%;

		z-index:999;

		background-color: #555;
	
		margin:0 auto;

	}

	

	.mcf_icon{

		width: 33%;

		float: left;
		
		color: #999;

		margin-top: 12px;
		
		margin-left: 1px;

		text-align: center;

	}



}



@media screen and (max-height:500px){



	#mobile-footer{

			visibility: visible;

			height: 38px;

	}

	.mcf_icon{

		color: #999;

		margin-top: 2px;

		text-align: center;

	}

		

}