.full-footer-box{
	background: #252525 none repeat scroll 0 0;
	padding: 60px 0;
}
.full-footer-box,
#footer-box {
    width: 100%;
    float: left;
}
.footer-box-1 {
  width: 20%;
  float: left;
}
.footer-box-2 {
  width: 80%;
  float: left;
}
.menu-footer {
  border-bottom: 1px solid #666;
  float: left;
  text-align: right;
  float: right;
}
.menu-footer > li {
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
  padding-top:0px;
}
.menu-footer > li:last-child {
  padding-right: 0px;
}
.menu-footer > li > a {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
}
.copyright {
  color: #777;
  float: right;
  font-size: 15px;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}

/**** Responsive settings ******/
@media only screen and (max-width: 1200px) {
  .social-icons li{
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
  .full-footer-box {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 960px){
  .footer-box-1 {
    width: 100%;
    text-align: center;
  }
  .footer-box-2 {
    width: 100%;
    margin-top: 20px;
  }
  .full-footer-box {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {

  .footer-inner .copyright, .footer-inner #footer-menu{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
	.menu-footer {
	  text-align: center;
	}
	.menu-footer > li {
	  display: inline-block;
	  margin-bottom: 13px;
	  text-align: center;
	  width: 100%;
	  padding:0px;
	}
	.copyright {
	  text-align: center;
    margin-top: 15px;
	}
}
@media only screen and (max-width: 640px) {

}