.social_aw {
float: right;
margin-right: 20px;
text-align:center;
}

.social_aw i {
color:#666;
font-size: 22px;
margin-left:10px;
}
i.fa.fa-twitter:hover
{
	color:#55acee;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	}
	
	i.fa.fa-facebook:hover
	{
		color:#3a5795;
		-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}

 @media (min-width:321px) and (max-width:767px) {
.social_aw
{
	float:none;}
	
 }