footer {
	background-color: #2a2e2e;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;

	padding: 20px 40px 20px;
	text-align: center;
}

footer h4 {
	color: #798383;
	text-align: left;
}

footer ul.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.footer-links a {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 14px;
	padding: 2px 0;
	letter-spacing: -0.5px;
	text-align: left;
}

footer ul.footer-links a:hover {
	color: rgba(255, 255, 255, 1);
}

footer .social {
	margin-top: 20px;
	margin-bottom: 20px;
}

footer .newsletter {
	text-align: left;
}

footer .newsletter input {
	border: 1px solid #BBBBBB;
    color: #404040;
    font-size: 14px;
    padding: 8px 12px;
	width:80%;
}

footer .newsletter button {
    background: #4dbfbf;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

footer .newsletter input.error {
    border: 1px solid red !important;
}

footer .newsletter label.error {
    display: none !important;
}

footer .newsletter #newsletterMessage {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	letter-spacing: -0.5px;
	text-align: left;
}

footer .newsletter #newsletterMessage.success {
	color: #3c763d;
}

footer .newsletter #newsletterMessage.fail {
	color: #a94442;
}

footer .follow {
	text-align: right;
	margin-top: 34px;
}

footer .follow a {
	font-family: 'icons';
	color: #fff;
	text-decoration: none;
	font-size: 35px;
	margin-right: 4px
}
footer .follow a:last-of-type {
	margin-right: 0px;
}

footer .follow a img {
	width: 35px;
	height: 35px;
}

footer .copyright {
	color: rgba(121, 131, 131, 0.6);
	font-size: 12px;
}

@media only screen and (max-width : 560px) {
	.newsletter, .follow  {
		width: 100%;
	}

	footer .newsletter .newsletter-form  {
		border: 0;
	}

	footer .follow {
		margin-top: 0;
		text-align: left;
	}
}

@media only screen and (max-width : 450px) {
	.col-xxs-12 {
		width: 100%
	}
}

@media only screen and (max-width : 320px) {
	footer .newsletter input {
		width: 70%
	}

	footer .follow a {
		font-size: 35px;
		margin-right: 0;
	}
	footer .follow a img {
		width: 35px;
		height: 35px;
	}
}
