/*Footer*/
@media only screen and (max-width: 479px) and (min-width: 321px){

	p.footer_text{
		padding: 13px 0 15px 0px;
	}

	.footer_text_contact p{
		margin: 0;
	}

	.footer_social img{
		float: left;
		margin: 15px 10px 0 0;
	}
}