.footer{float:left;
	background:rgba(211,211,211,1);border-top: solid 3px #65ccd1;	
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: "tahoma", Helvetica, Arial, sans-serif;
	                            	                              
                                     font-size:15px;
                                      font-feature-settings: 'lnum' 1;
	padding: 25px 50px 10px 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer .footer-left{
	width: 30%;
}




/* Footer links */

.footer .footer-links{
	color:  #747D7D;
	margin: 0 0 12px;
	padding: 0;
}

.footer .footer-links a{
	display:inline-block;
	line-height: 1.5;
	text-decoration: none;
	color:  inherit;
}

.footer .footer-links a:hover{color: #000;} 


.footer .footer-company-name{
	color:  #747D7D;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer .footer-center{
	width: 30%;margin-left:5%;
}

.footer .footer-center i{
	
	color: #747D7D;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer .footer-center i.envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer .footer-center p{
	display: inline-block;
	color: #747D7D;
	vertical-align: middle;
	margin:0;
}



.footer .footer-center p a{
	color: #747D7D;
	text-decoration: none;;
} 

.footer .footer-center p a:hover{
	color: #000;
	text-decoration: none;
}



/* Footer Right */

.footer .footer-right{
	width: 30%;
}

.footer .footer-company-about{
	line-height: 20px;
	color:  #747D7D;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}





.footer .worldpay{width:60%;height:auto;margin-top:10px;}

@media (max-width: 746px) {
	.footer{
		font: bold 12px sans-serif;
	}

	.footer .footer-left,
	.footer .footer-center,
	.footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer .flat{width:50%;height:auto;border-radius:5px;}
    .footer .footer-center{margin-left:0;}
    .footer .footer-center i{margin-left: 0;}
	

}
