.copyright{
	background:#30393a;
	color:#fff;
	text-align:center;
	padding:15px 0;	
}
.social{
	list-style:none;	
	padding-right:15px;
}
.social li{
	display:inline-block;
	margin:5px;
	border: 1px solid #fff;
    border-radius: 15px;
    height: 30px;
    padding: 4px;
    text-align: center;
    width: 30px;
	transition:all .5s ease;	
}
.social a{
	color:#fff	;
}
.social a:hover{
	color:#be0701;	
}
.social li:hover{
	transform:rotate(360deg) scale(1.3);
	border-color:#006ca0;
}
.fa-2x{
	font-size: 1.4em !important;	
}
.topFooter{
	background:#30393a;
	padding-top:20px;
	padding-bottom:2px;
	color:#fff;
}
footer{
	background:#30393a;
}
.footerMenu{
	border-top:1px solid #a31c41;
	padding-top:10px;
}
.footerMenu a{
	color:#fff !important;
	font-weight:13px !important;
}
.footerUl{
	padding:0 !important;
	float:right;
}
.footerUl li{
	line-height:2.55;
	list-style:none;
}
.footerBase{
	line-height:4;
	list-style:none;
	padding
}
.footerBase img{
	padding-left:3px;
}
.topFooter a{
	color:#fff !important;
	transition:all .4s ease;
}
.topFooter .footerUl a:hover,
.topFooter .footerBase a:hover{
	color:#aaa;
	margin-right:3px;
}
/*-----------------------------------------desktop----------------------------------------*/
@media (min-width:767px){
	.newsletter{
		margin-top:20px;
	}
	.footerUl{
		width:50%;
	}
}
/*-----------------------------------------mobile----------------------------------------*/
@media (max-width:767px){
	.footerUl{
		width:100%;
	}
}