footer {
	height: 300px;
	padding: 20px;
	margin-top: 0px;
	overflow: hidden;
    background: rgba(0, 0, 0, 0) url("../images/background_colors/dark_noise.jpg") repeat scroll 0 0;
	transition: all .5s;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li a {
	text-decoration: none;
	font-weight: normal;
}
footer .right-side ul.menu li a {
	color:#b8b8b5;
}
footer ul li a:hover {
	text-decoration: none;
	color:#808d8f;
}

footer p#copyright {
	font-size: 10px;
	font-weight: normal;
	color: #808d8f;
	opacity: 0.5;
	line-height: 1.4;
}

footer div.right-side {
	text-align: center;
}

footer div#footer-nav-wrapper {
	width: 100%;
	margin: 0 auto;
}

footer div#email-sign-up {
	width: 100%;
	margin-top: 20px;
	font-weight: normal;
}

footer div#email-sign-up a#submit-email {
	background: #1d2c2f;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-left: -34px;
	padding: 2px;
	text-decoration: none;
}

footer div#email-sign-up a#submit-email.active {
	background: #1d2c2f;
}

footer div#email-sign-up label {
	display: none;
}

footer input#emailFieldMobile {
	background: #1d2c2f;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-size: 0.75em;
	padding: 10px;
	width: 200px;
	transition: all .5s;
	margin-top: 15px;
}

footer div#social-link-subwrapper {
	width: 100%;
	margin-top: 16px;
}

footer div#social-link-subwrapper div.block {
	margin-bottom: 0;
}

footer div#social-link-subwrapper div.left-side {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-right: 20px;
}

footer div#social-link-subwrapper div.left-side ul li.leaf {
	background-image: url("../images/icons/tiny_bullet.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	list-style-type: none;
	display: inline-block;
	margin: 0px 5px -1px 0px;
	text-transform: uppercase;
	font-size: 10px;
}

footer div#social-link-subwrapper div.left-side ul li.leaf:nth-child(1),
	footer div#social-link-subwrapper div.left-side ul li.leaf:nth-child(4) {
	background-image: none;
}

footer div#social-link-subwrapper div.right-side {
	width: 100%;
	text-align: center;
}

footer ul#social-links {
	margin-top: 16px;
	list-style: none;
}

footer ul#social-links li {
	display: inline-block;
}

footer.active {
	height: 340px;
}

input#emailFieldMobile.active {
	background: #1d2c2f;
	width: 200px;
}

footer {
	height: 100px;
	margin-top: 100px;
	padding: 0;
}

footer div.left-side, footer div.right-side {
	float: left;
	text-align: left;
}

footer div#footer-nav-wrapper {
	width: 1200px;
	margin: 0 auto;
}

footer div.footer-sub-nav-wrapper {
	float: left;
	width: 120px;
	margin-right: 30px !important;
}

footer div.footer-sub-nav-wrapper h2.block-title {
	font-size: 14px;
	margin-top: 23px;
	margin-bottom: 56px;
	font-family: "omnes_regular";
	font-weight: normal;
	cursor: pointer;
	line-height: 16px;
	color: #b8b8b5;
}

footer div.footer-sub-nav-wrapper h2.block-title.active {
	color: #fff;
	margin-bottom: 20px;
}

footer div#ForBusinessPartners .block-title.active {
	margin-bottom: 0px;
}

footer div.footer-sub-nav-wrapper ul li {
	list-style: none;
	margin-top: 8px;
}

footer div.footer-sub-nav-wrapper:nth-child(1), footer div.footer-sub-nav-wrapper:nth-child(2) {
	margin-right: -5px;
}

footer div.footer-sub-nav-wrapper:first-child, footer div.footer-sub-nav-wrapper:first-child+div.footer-sub-nav-wrapper {
	margin-right: -5px;
}

footer div#email-sub-wrapper {
	position: relative;
}

footer div#email-sign-up {
	width: 445px;
	margin-top: 95px;
	position: absolute;
	right: -27px;
}

footer div#email-sign-up a#submit-email {
	background: #263a3f;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-left: -34px;
	padding: 2px;
	text-decoration: none;
}

footer div#email-sign-up a#submit-email.active {
	background: #1d2c2f;
}

footer div#email-sign-up label {
	display: none;
}

footer input#emailFieldMobile {
	background: #263a3f;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-size: 0.75em;
	padding: 10px;
	width: 105px;
	transition: all .5s;
}

footer div#social-link-subwrapper {
	width: 450px;
	margin-top: 16px;
}

footer div#social-link-subwrapper div.left-side {
	text-align: right;
	width: 69%;
}

footer div#social-link-subwrapper div.right-side {
	width: 31%;
	text-align: right;
}
footer div.footer-sub-nav-wrapper ul li a {
	font-size:13px;
	color: #b8b8b5;
}

footer #ForBusinessPartners ul li:nth-child(3), #ForBusinessPartners ul li:nth-child(4) {
	line-height: 16px;
	margin-top: 12px;
}

footer div#social-link-subwrapper ul.menu a:hover {
    color: #808d8f;
}

footer #ForBusinessPartners div.menu-block-wrapper {
	position: relative;
	top: -3px;
}

@media (max-width: 1200px) and (min-width: 480px) {
	html {
		width: 1200px;
	}
	footer #footer-nav-wrapper {
		padding-left: 20px;
	}
}