footer {
	position: static;
    height: auto;
    border-top: solid 1px #e6e6e6;
    overflow: hidden !important;
	margin-top:25px;
	margin-bottom: -60px !important;
    padding-top: 20px;
	bottom: 0;
    width: 100%;
    background-color: #292c2f;
}

footer > .container {
	padding:15px 5px;
}

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

/* Footer left */
footer .footer-links {
	color:  #ffffff;
	margin: 0;
	padding: 10px 0;
}

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

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

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

/* Footer Center */
footer .footer-center i {
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 0;
	vertical-align: middle;
}

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

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

footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

footer .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}

/* Footer Right */
footer .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

footer .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

footer .footer-icons{
	margin-top: 25px;
}

footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
