/*FOOTER IMAGE*/
#footerWrap{
	background:url(../images/FAME_Refresh/bg-foot.jpg); 
	background-size: cover;
	bottom: 0;
	position: fixed;
	/*right: 0;
	left: 0;*/
	/*max-height: auto;*/
	
	/*min-width: 100px;*/
	width: 100%;
	z-index: 9999;
}

#content-wrap:after{
	content:"";
	display: block;
}

#footerWrap, #content-wrap:after{
	max-height: 50%;
	min-height: 100px;
}

@media only screen and (max-width: 1224px){
	#footerWrap{
		max-height: 20%!important;
	}
} 

#footerWrap a{
	color: #a6a8a6;
	
}

div.container{
	justify-content: center;
}

.widgets{
	width: 100%;
}

.container{
	max-width: 1358px;
}

.social-links{
	float: right;
}

.social-links i{
	background: #205d7a;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 25px;
	text-alight: center;
	margin-right: 10px;
	padding-top: 15%;
}

#cda{
	text-align: right;
	max-width: 100%;
}

.copyright{
	float: left;
	font-size: 15px;

}
