.footer {
	/*background: #522721;*/
	/*color: #fff;*/
	padding: 70px 0px 30px;
	margin-top: 70px;
}
.footer .footerLeft {
	float: left;
	width: 72%;
}
.footer .footerLeft .footerLinks {
	float: left;
	width: 28%;
}
.footer .footerLeft .footerLinks .socialLink {
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
}
.footer .footerLeft .footerLinks .socialLink.blogLink {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 20px;
}
.footer .footerLeft .footerNewsletter {
	float: left;
	width: 60%;
	margin: 0px 5%;
}
.footer .footerLeft .footerNewsletter label {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 7px;
}
.footer .footerLeft .footerNewsletter .newsletterInput {
	position: relative;
	width: 100%;
}

.footer .footerLeft .footerNewsletter .formMessage {
	font-size: 12px;
	margin-bottom: 10px;
	color: #C07575;	
}
.footer .footerLeft .footerNewsletter .formError {
	color: #d54040;
}
.footer .footerLeft .footerNewsletter .newsletterText {
	width: 88%;
	font-size: 15px;
	line-height: 16px;
	padding: 15px 5%;
	border: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	outline: none;
}
.footerRightBottomWrapper i {
	margin-right: 15px;
}
.footerMainWeb i {
	float: left;
}
.footerMainWeb {
	float: left;
}
.footer .footerLeft .footerNewsletter .newsletterSubmit {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #0072c0;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 35px;
	font-size: 15px;
	line-height: 16px;
	height: 100%;
	cursor: pointer;
}
.footer .footerNewsletterPopup {
	display: none;
	position: absolute;
	width: 730px;
	top: -45%;
	left: 50%;
	margin-top: 0%;
	margin-left: -405px;
	border: 8px solid #fff;
	background: #333335;
	padding: 45px 40px;
	z-index: 20;
	font-family: "Roboto", sans-serif;
}
.footer .footerNewsletterPopup .newsletterPopupClose {
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 20px;
}
.footer .footerNewsletterPopup .newsletterPopupTitle {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}
.footer .footerNewsletterPopup .newsletterPopupText {
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
}
.footer .footerNewsletterPopup .newsletterPopupChoices {
	padding: 40px 0px;
}
.footer .footerNewsletterPopup .categoryChoice {
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.footer .footerNewsletterPopup .categoryChoice .checked {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -26px;
	display: none;
}
.footer .footerNewsletterPopup .categoryChoice.active .checked {
	display: block;
}
.footer .footerNewsletterPopup .categoryChoice.active .wrapper {
	border: 1px solid #fff;
}
.footer .footerNewsletterPopup .categoryChoice .wrapper {
	padding: 40px 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: 4px;
}
.footer .footerNewsletterPopup .categoryChoice .icon {
	padding: 20px 0px;
	min-height: 75px;
}
.footer .footerNewsletterPopup .categoryChoice .title {
	font-size: 16px;
	font-weight: 500;
	color: #cdcdce;
}
.footer .footerNewsletterPopup .categoryChoice:hover .wrapper {
	border: 1px solid #fff;
}
.footer .newsletterPopupError {
	color: #d54040;    
	font-size: 12px;
    margin-bottom: 10px;
}
.footer .footerNewsletterPopup .newsletterPopupButton {
	text-align: center;
}
.footer .footerNewsletterPopup .newsletterPopupButtonWrapper {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 20px 15px;
	border: 1px solid #fff;
	cursor: pointer;
}
.footer .footerLeft .footerLogos {
	margin-top: 60px;
}
.footer .footerLeft .footerLogos .logosTitle {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer .footerLeft .footerLogos .footerLogo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 60px;
}
.footer .footerLeft .footerLogos .footerLogo img {
	vertical-align: top;
}
.footer .footerBottom {
	margin-top: 50px;
	text-align: center;
}
.footer .footerBottom .footerCopyright {
	font-size: 12px;
	margin-top: 30px;
	opacity: 0.45;
}
.footer .footerRight {
	float: right;
	width: 28%;
	font-size: 14px;
}
.footer-address-title {
	margin-top: 40px;
	font-weight: bold;
}
.footerMainWeb div {
	font-size: 14px;
	line-height: 17px;
	margin-top: 30px;
	text-decoration: underline;
}
.footerMainWeb img {
	float: left;
	height: 18px;
}
.footer .footerRight .footerRightWrapper {
	border-left: 1px solid #fff;
	padding: 0px 0px 0px 30px;
}
.footer .footerRight .footerRightTitle {
	font-weight: 600;
	margin-bottom: 25px;
}
 .footerRightTitle {
	font-weight: 600;
	margin-bottom: 25px;
	 display: none;
}
.footer .footerMenuWrapper .menu .menuItem.active {
	border: 0;
}
.footer-column{
	width: 20%;
	margin-right: 5%;
	float: left;
}
.footer-logo img {
	width: auto;
	height: 48px;
}
@media screen and (max-width: 768px){
	.logosList img {
		max-width: 100%;
	}
	.footer-column {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}

	.footer .insideContainer {
		/*margin-left: 5%;*/
		/*margin-right: 5%;*/
		width: auto;
	}
	.footer-logo {
		text-align: center;
		margin-bottom: 50px;
	}
	.footerMainWeb {
		width: 100%;
		margin-bottom: 25px;
	}
	.footerCopyright {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.footer .footerLeft {
		float: none;
		width: 100%;
	}
	.footer .footerRight {
		float: none;
		width: 100%;
	}
	.footer .footerLeft .footerLinks {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer .footerLeft .footerNewsletter {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
		margin-top: 20px;
	}
	.footer .footerLeft .footerLogos {
		margin-top: 30px;
		text-align: center;
	}
	.footer .footerRight .footerRightWrapper {
		border-left: 0;
		padding: 0;
		display: none;
	}
	.footer .footerLeft .footerLogos .footerLogo {
		padding-right: 20px;
	}
}
@media screen and (max-width: 450px){
	.footer .footerLeft .footerNewsletter .newsletterText {
		padding: 10px 5%;
	}
}