﻿.container-footer {
	background-color: #f5f5f5;
	padding: 5px;
}

.footer-line {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #d3d3d3;
	margin-top: 30px;
	padding-top: 30px;
	width: 100%;
}
.footer-text-flamamedium-12 {
		text-transform: uppercase;
		color: #3a3f40;
		font-family: flamamedium;
		font-size: 12px;
	}

	.footer-text-flamalight-16 {
		color: #3a3f40;
		font-family: flamalight;
		font-size: 16px;
	}

.footer-base-logo {
	max-height: 35px;
	margin: 10px 15px;
}

.footer-base-logo-additional {
	max-height: 89px;
}

.footer-base-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	flex-wrap: wrap-reverse;
}

.footer-base-text, .footer-base-text a {
	text-align: center;
	color: #3a3f40;
	font-family: flamalight;
	font-size: 11px;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.footer-base-logos {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-flow: row nowrap;
}

 .footer-section-title, .footer-section-title a {
		text-transform: uppercase;
		color: #3a3f40;
		font-family: flamamedium;
		font-size: 14px;
	}

	/*.footer-section-title:hover,*/

	.footer-section-title a:hover { color: #006182; }

	.footer-section-list { padding-left: 14px; }

	.footer-section-list-item, .footer-section-list-item a {
		list-style-image: url(../../../../images/Responsive/Icons/li_arrow_footer.png);
		text-align: left;
		color: #3a3f40;
		font-family: flamalight;
		font-size: 16px;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.footer-section-list-item:hover, .footer-section-list-item a:hover {
		list-style-image: url(../../../../images/Responsive/Icons/li_arrow_footer_hover.png);
		color: #006182;
	}

	.footer-section-list-item-empty, .footer-section-list-item-empty a {
		list-style: none;
		text-align: left;
		color: #3a3f40;
		font-family: flamalight;
		font-size: 16px;
	}

	
@media screen and (max-width: 992px) {
	.footer-base-logos {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-base-text, .footer-base-text a {
		justify-content: space-around;
		flex-wrap: wrap-reverse;
	}
}

@media screen and (max-width: 768px) {
	.footer-base-logos {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-base-text, .footer-base-text a {
		flex-wrap: wrap-reverse;
	}
}
