@media screen and (max-width: 1000px){
.social{margin-right:20px;}
.socialfooter{margin-right:20px;}
}

@media screen and (max-width: 800px){
.socialfooter{width:100%; text-align:center !important;}
.socialfooter ul{float:left; margin-left:275px;}
.socialfooter ul li{border-top: 1px solid #d5d5d5;}
}

@media screen and (max-width: 700px){
.socialfooter ul{margin-left:220px;}
}

@media screen and (max-width: 600px){
/*.socialfooter ul li{display:block;}*/
}

@media screen and (max-width: 500px){
.social{margin:0px; width:100%; text-align:center;}
.social ul{margin:0px 20px 0px 0px;}
}