.full-footer-box{
	width: 100%;
	float: left;
	margin:70px 0 20px;
}	
.footer-box{
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.footer-box-1, .footer-box-2, .footer-box-3, .footer-box-4 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.footer-box-4{
	margin-right: 0;
}

.footer-logo{
	display: inline-block;
	height: auto;
    max-width: 100%;
}
.social {
    justify-content: center;
    padding-top: 12px;
}
.social a{
	padding: 10px;
}
.social a img {
    max-width: 16px;
}
hr.up-hr{
	margin:16px 16px 16px 0;
	border:1px solid #eee;
}

.footer-box h6{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin:10px 0;
}
.footer-box p{
	font-size:15px;
	line-height:25px;
}
.footer-box ul li{
	display: block;
	line-height: 35px;
}
.footer-box ul li a{
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0;
}
.footer-box ul li:hover a{
	color: #9c27b0;
}

/** Full footer **/
.full-footer,.footer{
	width: 100%;
	float: left;
}

.full-footer .copyright{
	float: left;
	width: 100%;
	padding: 15px 0;
}
/*Responsive*/

@media only screen and (max-width:800px){
	.social a {
		padding: 5px;
	}
	.full-footer-box {
		width: 100%;
		float: left;
		margin: 20px 0;
	}
}   
@media only screen and (min-width:768px) and (max-width: 990px) {
	.footer-box{text-align: center}
}
@media only screen and (max-width:767px){   
@media only screen and (max-width:767px){   
	.footer-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-box-1,.footer-box-2,.footer-box-3,.footer-box-4{width: 49%; text-align: center;} 
	.form-group .form-control,.subscribe-form .btn-submit{width: 50%;}
	.footer-logo{max-width:200px}
	.footer-box-1, .footer-box-2, .footer-box-3, .footer-box-4 {
	margin-right: 0;
}
}
@media only screen and (max-width:600px){
	.footer-box-1,.footer-box-2,.footer-box-3,.footer-box-4{width: 100%}
	#show-sft,
#hide-sft {
  float: right;
  font-size: 14px;
  margin: 0;
  text-align: right;
  cursor: pointer;
}
#show-sft,
.active-sft #hide-sft {
  display: inline-block;
}
#hide-sft,
.active-sft #show-sft {
  display: none;
}
}
