
.footer{
	width:100%;
	float:left;
}

.main-footer{
	width:100%;
	float:left;
	min-height:150px;
	background:#3C3C3C;
	padding:15px 0 10px;
	box-sizing:border-box;
}

.footer-menu{
	width:80%;
	margin:0 auto;
}

.foot-menu1{
	float:left;
	width:25%;
}

.foot-menu1 li a{
	color:#B5B5B5;
	font-size:12px;
	padding:3px;
}

.foot-menu1 li a:hover{
	color:#fff;
}

.follow ul li{
}

.follow ul li a{
	font-size:12px;
	color:#B5B5B5;
	padding:3px;
	display:block;
}

.follow ul li a img{
	width:25px;
	transition:all 800ms;
	vertical-align:middle;
}

.address .numbers{
}

.address .numbers ul{
}

.address .numbers ul li{
	margin:5px;
	display:flex;
	align-items:center;
}	

.address .numbers ul li img{
	width:15px;
}

.address .numbers ul li p{
	float:left;
	font-size:12px;
	padding-left:5px;
	color:#B5B5B5;
}
	

.bot-footer{
	float:left;
	width:100%;
	background:#1B1B1B;
}

.bot-footer ul{
}

.bot-footer ul li{
	color:#afafaf;
	font-size:11px;
	float:left;
	padding:10px;
}

.bot-footer ul li a{
	color:#afafaf;
	font-size:11px;
}

.bot-footer ul li a:hover{
	color:#fff;
}

.ecis{
	float:right;
	margin:2px 10px 0 0;
}

.ecis img{
	width:25px;
	height:25px;
	float:left;
}

.ecis p{
	float:left;
	margin-top:8px;
	color:#fff;
	font-size:11px;
}
	
