@import url('../font-awesome/css/font-awesome.min.css');
/* CSS Document */
footer {
  padding: 50px 0;
  background:#fff;
 }
footer .other-pages {
  margin-top: 10px;
}
footer .other-pages a {
  margin-right: 15px;
  color: #949494;
  font-weight: 400;
}
footer .social {
  margin-top: 10px;
}
footer .social .icon-facebook,
footer .social .icon-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}
footer .social .icon-facebook {
  margin-right: 10px;
  border: 2px solid #3b5998;
  color: #3b5998;
}
footer .social .icon-twitter {
  border: 2px solid #4099ff;
  color: #4099ff;
}
footer .legal {
  margin-top: 20px;
}
footer .legal p {
  color: #b5b5b5;
    margin: 0 0 10px;
}
footer .legal p a {
  color: #949494;
  text-decoration: underline;
}
a.facebook{
	color:#3b5998;
}
a.twitter{
	color:#4099ff;
}
@media only screen and (max-width: 9999999px) and (min-width: 976px){
footer .container, .legal .container{
    width: 960px !important;
}
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
	
  footer .other-pages {
    margin-bottom: 10px;
  }
  footer .other-pages a {
    display: inline-block;
    margin: 0 5px 15px !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 976px) {
	footer .container .grid_4 {
    width: 100% !important;
	float:none !important;
	 margin: 0 auto 10px;
	text-align:center;  display: block;
	}
  footer .container .grid_17 {
    margin-top: 20px !important;
    width: 100% !important;
  }
  footer .container .grid_3 {
    margin-top: 20px !important;
    width: 100% !important;
  }
}