/* footer */
footer {
	position: relative;
	height: 388px;
	padding: 20px 0 0;
	font-size: 12px;
	color: rgba(var(--bg-color),1);
	background-color: rgba(var(--primary-color),1);
}
footer a {
	color: rgba(var(--light-color),.85);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer a:hover,
footer a:focus {
	color: rgba(var(--light-color),1);
}
footer h3 {
	font-weight: 700;
	font-size: 18px;
}
footer li {
	padding: 3px 0;
	font-size: 14px;
}
footer .footer-social {
	margin-top: 10px;
}
footer .footer-social .fa-container {	
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(var(--light-color),.1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
footer .footer-contact li {
	padding-top: 8px;
	padding-bottom: 8px;
}
footer .footer-contact .fa-container {	
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(var(--light-color),.1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
footer .footer-contact .text {	
	margin-top: 5px;
	margin-left: 45px;
}
footer .footer-nwl .input-and-button-container {
	position: relative;
	background-color: rgba(var(--light-color),1);
}
footer .footer-nwl .input-and-button-container input[type="text"] {
	padding-right: 75px;
	background-color: rgba(var(--blur-color),.08);
	border: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer .footer-nwl .input-and-button-container input[type="text"]:focus {
	background-color: rgba(var(--light-color),1);
}
footer .footer-nwl .input-and-button-container .button {
	position: absolute;
	z-index: 5;
	top: 2px;
	right: 2px;
}
footer .footer-nwl .footer-nwl-agree label {
	font-weight: 400;
	font-size: 12px;
}
footer .footer-nwl .footer-nwl-agree input {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
footer .footer-nwl .footer-nwl-confirmation {
	margin: 25px 0 40px;
	font-size: 18px;
}
footer .copyright {
	margin-top: 20px;
	margin-bottom: 5px;
}
footer .copy-main {
	margin-bottom: 5px;
}
footer .copy-acqua {
	font-size: 10px;
	color: rgba(255,255,255,.85);
}
footer .server-stats {
	font-size: 10px;
}
footer .footer-menu {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: rgba(var(--light-color),.15);
}
footer .footer-menu a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer .footer-logos {
	padding-top: 15px;
	text-align: center;
}
footer .footer-logos img {
	display: inline-block;
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	margin-right: 3px;
}
.footer-powered-by {
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
}

@media (max-width: 767px) {
	footer {
		height: auto;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1.5;
	}
	footer h3 {
		font-weight: 400;
		font-size: 26px;
	}
	footer .footer-section {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(var(--light-color),.15);
	}
	footer .footer-company a {
		font-size: 18px;
	}
	footer .footer-company .fa-container {	
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	footer .footer-nwl {
		padding-bottom: 30px;
	}
	footer .copyright,
	footer .powered {
		float: none;
		display: block;
		margin-top: 0;
		border-top: none;
	}
	footer .copyright {
		margin-bottom: 5px;
	}
}