   
.footer{
	background: #000000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 40px 90px 80px 90px!important;
  color:#fff!important;
      zoom: 0.85;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer .footer-left{
	width: 40%;
}


.footer h3{
	color:  #ffffff;
	font: normal 26px 'Open Sans', cursive;
	margin: 0;
}

.footer h3 span{
	color:  #0088CC;
}

/* Footer links */

.footer .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer .footer-name{
  color: #0088CC;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer .footer-center{
	width: 35%;
}

.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: 10px 15px;
	vertical-align: middle;
}

.footer .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:18px;
	line-height:2;
}

.footer .footer-center p a{
	color:  #0088CC;
	text-decoration: none;;
}

.footer .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer .footer-right{
	width: 20%;
	text-align: center;
}

.footer .footer-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer .footer-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .footer-socials{
	margin-top: 5px;
}

.footer .footer-socials a{
	display: inline-block;
	font-size: 40px;
	cursor: pointer;
	color: #ffffff!important;
	text-align: center;
}

.footer .logo {
    max-width: 60px;
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
}


@media (max-width: 800px) {

	.footer{
		font: bold 18px sans-serif;
		padding: 40px 20px 60px 10px !important;
	}

	.footer .footer-left,
	.footer .footer-center,
	.footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer .footer-center i{
		margin-left: 0;
	}

}

 .aclink{
     cursor:pointer;
 }      
 
 .aclink:hover{
     cursor:pointer;
     color:#0088CC!important;
 }      
 .cookieslink{
     display: contents;
     cursor:pointer;
     margin:0 5px;
     color:#0088CC!important;
 }
 
  a.aclink{
     cursor:pointer;
     color:#fff!important;
     display: inline-block;
    line-height: 1.8!important;
    font-weight: 400!important;
    text-decoration: none!important;
 }      
 
 .aclink:hover{
     cursor:pointer!important;
     color:#0088CC!important;
 }      
 .cookieslink{
     display: contents;
     cursor:pointer!important;
     margin:0 5px!important;
     color:#0088CC!important;
 }