/* FOOTER */

.footer-div {
}

.footer-top {
	background-color: #17002a;
	color: #f8fff8;
	font-family: 'UivoUI';
	font-size: 22px;
	line-height: 27px;
}

.footer-logo {
	padding: 44px;
	font-size: 44px;
}

@media all and (min-width: 401px) and (max-width: 800px) {
    .footer-logo {
        padding: 33px;
        font-size: 33px;
    }
}

@media all and (max-width: 400px) {
    .footer-logo {
        padding: 22px;
        font-size: 22px;
    }
}

.footer-top-left {
	float: left;
	width: 50%;
	padding-left: 33px;
	padding-bottom: 44px;
}

.footer-top-right {
	float: left;
	width: 50%;
	padding-right: 33px;
	padding-bottom: 44px;
}

@media all and (min-width: 401px) and (max-width: 800px) {
	.footer-top-left, .footer-top-right {
		float: none;
		width: 100%;
		padding: 0 33px 33px 33px;
	}
}

@media all and (max-width: 400px) {
	.footer-top-left, .footer-top-right {
		float: none;
		width: 100%;
		padding: 0 22px 22px 22px;
	}
}

.footer-top-left ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 11px;
}

@media all and (min-width: 401px) and (max-width: 800px) {
	.footer-top-left ul li {
		padding: 11px 22px 11px 0px;
		width: 33%;
	}
}

@media all and (max-width: 400px) {
	.footer-top-left ul li {
		padding: 11px 22px 11px 0px;
		width: 50%;
	}
}

.footer-top-left ul li ul li {
	padding: 0px;
}

.footer-top-left ul li a, .footer-top-left ul li a:visited {
	color: #f8fff8;
	text-decoration: none;
}

.footer-top-left ul li a:hover {
	color: #00ff00;
}

.footer-top-left ul li ul li a, .footer-top-left ul li ul li a:visited {
	color: #00ff00 !important;
	text-decoration: none;
}

.footer-top-left ul li ul li a:hover {
	color: #f8fff8 !important;
}

.footer-subscribe-text {
	padding: 22px 0px;
	font-size: 44px;
	line-height: 53px;
	font-family: 'UlularUI';
}

@media all and (min-width: 401px) and (max-width: 800px) {
	.footer-subscribe-text {
		font-size: 33px;
		line-height: 40px;
	}
}

@media all and (max-width: 400px) {
	.footer-subscribe-text {
		font-size: 22px;
		line-height: 27px;
	}
}

.footer-subscribe-form {
	padding-bottom: 22px;
	position: relative;
}

.mc-field-group {
	width: calc(75% - 11px);
	float: left;
}

.mc-field-group .email {
	width: 100%;
	padding: 15px 11px;
	border: none;
	border-radius: 5px;
	font-family: 'UrroUI';
	font-size: 16px;
	line-height: 16px;
}

.sb-form-button {
	width: calc(25% - 11px);
	background-color: #00ff00;
	border: 1px solid #00ff00;
	padding: 15px 11px;
	position: absolute;
	right: 0px; top: 0px;
	border-radius: 5px;
	font-family: 'UrroUI';
	font-size: 16px;
	line-height: 16px;
	margin-left: 11px;
}

.sb-form-button:hover {
	background-color: #17002a;
	color: #00ff00;
	border: 1px solid #00ff00;
	cursor: pointer;
}

.footer-bottom {
	font-family: 'UrroUI';
	padding: 44px;
	background-color: #00ff00;
	font-size: 12px;
	line-height: 15px;
}