@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:991px) {
	 
	
}

@media only screen and (max-width : 885px) {
}

@media only screen and (max-width:767px) {
	
p { font-size: 16px; line-height: 20px; text-transform: uppercase;}
.fa { padding: 26px 12px; }

	
}

@media only screen and (max-width:501px) {
}


