#footer{ position: relative; width:100%;}

#footer .social-icons{margin: 0 auto;position:relative; text-align: center; padding-top: 5px; max-width: 1410px; background-color: #000}
#footer .social-icons a{display: inline-block; width: 38px; height: 38px; background: url(../sysimages/footer-icons.png) no-repeat; background-size: auto 76px; transition: none;}
#footer .social-icons a.facebook{background-position: 0 0;}
#footer .social-icons a.facebook:hover{background-position: 0 -38px;}
#footer .social-icons a.instagram{background-position: -304px 0;}
#footer .social-icons a.instagram:hover{background-position: -304px -38px;}
#footer .social-icons a.twitter{background-position: -228px 0;}
#footer .social-icons a.twitter:hover{background-position: -228px -38px;}
#footer .social-icons a.pinterest{background-position: -76px 0}
#footer .social-icons a.pinterest:hover{background-position: -76px -38px;}
#footer .social-icons a.youtube{background-position: -114px 0}
#footer .social-icons a.youtube:hover{background-position: -114px -38px;}

#footer .footer-links{margin: 0 auto;position:relative; text-align: center; color: #333333;font-size: 13px;margin-top: 25px;}
#footer .footer-links a{display: inline; text-decoration: none; margin: 0 12px; color: #333333}
#footer .footer-links a:hover{text-decoration: underline;}
#footer .footer-links a:last-child{margin-right: 0}

#footer .footer-rights{margin-bottom: 40px;text-align: center;color: #666666;font-size: 11px;}
#footer .footer-rights a{color: #666666;font-size: 11px;text-decoration: none;}
#footer .footer-rights a:hover{text-decoration: underline;}

#footer .footer-sponsors{text-align: center;}
#footer .footer-sponsors div {margin:40px 20px 30px 20px;display: inline-block;}
#footer .footer-sponsors div img{max-height: 30px;}

@media screen and (max-width: 768px){
    #footer  {min-width: 300px; max-width: 768px;}
    #footer .social-icons{margin: 0 20px;}
    #footer .footer-links a {display: block;margin: 20px 0 0 0;}
    #footer .footer-links a:last-child{margin: 20px 0 20px 0;}
    #footer .footer-sponsors {margin:35px 0;}
    #footer .footer-sponsors div {margin:0px;padding:10px 20px;display: inline-block;}
	#footer .footer-sponsors div img{max-height: 100px;max-width: 90%;} 
 /* #footer .footer-links{display: inline-block;left: 50%;transform: translate(-50%);}*/
  
          
}