/* - FOOTER - */

footer {
	position: relative;
}

footer > .container {
	position: relative;
	text-align: left;
}

footer .footer {
	position: relative;
	display: block;
	font-size: 15px;;
	line-height: 18px;
	color: #fff;
	padding: 45px 0 0 0;
}

@media only screen and (max-width: 767px) {
	footer .footer {
		padding: 15px 0;
	}
}

footer .footer a {
	color: #fff;
	text-decoration: none;
}

footer .footer a:hover,
footer .footer a:focus {
	color: #fff;
	text-decoration: none;
}

footer .footer h3 {
	font: 700 22px/22px 'Merriweather Sans', sans-serif;
	padding: 0 !important;
	margin: 15px 0 20px 0 !important;
	color: inherit;
}

footer .footer.footer-mobile h3 {
	margin: 15px 0 20px 0 !important;
}

@media only screen and (max-width: 767px) {
	footer .footer h3 {
		font: 700 18px/18px 'Merriweather Sans', sans-serif;
	}
}

footer .footer ul.footer-menu-links {
	margin: 0;
}

footer .footer ul.footer-menu-links > li {
	display: block;
	margin: 0 0 9px 0;
}

footer .footer ul.footer-menu-links > li > a {
	font: 400 16px/20px 'Merriweather Sans', sans-serif;
}

footer .footer ul.footer-menu-links > li > a.facebook-link {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 6px;
}

footer .footer ul.footer-menu-links > li > a.facebook-link > i {
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 26px;
}

footer .footer.footer-mobile ul.footer-menu-social {
	margin-top: -10px;
}

footer .footer ul.footer-menu-social > li {
	float: left;
	margin-right: 15px;
}

footer .footer ul.footer-menu-social > li:last-child {
	margin-right: 0;
}

footer .footer ul.footer-menu-social > li > a {
	font-size: 32px;
}

footer .footer .footer-line {
	display: block;
	margin: 30px 0 30px 0;
	position: relative;
}

footer .footer .footer-line > a {
	display: inline-block;
	font: 700 22px/22px 'Merriweather Sans', sans-serif;
	padding-right: 75px;
	position: relative;
	z-index: 1;
}

footer .footer .footer-line > a::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 300;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	content: '\f061';
	font-size: 14px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background: #e5007d;
	color: #fff;
	padding: 0 10px;
}

footer .footer .footer-line.footer-line-bottom {
	text-align: center;
}

footer .footer .footer-line::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	z-index: 0;
}

footer .footer .footer-line > * {
	z-index: 2;
}

footer .footer .footer-line.footer-line-bottom > p {
	position: relative;
	z-index: 3;
	display: block;
	margin: 0 250px;
	padding: 0 15px;
}

footer .footer .footer-line.footer-line-bottom > p > span {
	display: inline-block;
	padding: 0 15px;
}

footer .footer .footer-line.footer-line-bottom > ul.flb-left {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 2;
	padding: 0 15px;
}

footer .footer .footer-line.footer-line-bottom > ul.flb-left > li {
	float: left;
	margin: 0 15px 0 0;
}

footer .footer ul.flb-badges {
	position: absolute;
	top: -9px;
	right: 30px;
	z-index: 2;
	padding: 0 15px;
}

footer .footer.footer-mobile ul.flb-badges {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding: 0;
	margin: 30px 0 15px 0;
}

footer .footer ul.flb-badges > li {
	float: left;
	margin: 0 15px 0 0;
}

footer .footer .footer-line.footer-line-bottom > ul.flb-left > li:last-child,
footer .footer ul.flb-left > li:last-child,
footer .footer ul.flb-badges > li:last-child {
	margin: 0;
}

.footer-mobile-adress {
	margin: 30px 0 30px 0;
}

.footer-sections {
	margin: 30px 0 30px 0;
}

.footer-sections .footer-sections-title {
	display: block;
	cursor: pointer;
	background: #fff;
	position: relative;
	font: 700 22px/22px 'Merriweather Sans', sans-serif;
	color: #4a4a4a !important;
	padding: 20px 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 767px) {
	.footer-sections .footer-sections-title {
		font: 700 18px/18px 'Merriweather Sans', sans-serif;
	}
}

.footer-sections .footer-sections-title > em {
	position: absolute;
	top: 10px;
	right: 20px;
}

.footer-sections .footer-sections-title > em > i {
	display: none;
	font-size: 40px;
}

.footer-sections.closed .footer-sections-title > em > i.fa-angle-left,
.footer-sections.open .footer-sections-title > em > i.fa-angle-down {
	display: block;
}

.footer-sections .footer-sections-dropdown {
	display: none;
}

.footer-sections .footer-sections-dropdown > ul {
	display: block;
}

.footer-sections .footer-sections-dropdown > ul > li {
	display: block;
	background: #fff;
	border-top: 1px solid #ddd;
}

.footer-sections .footer-sections-dropdown > ul > li > a {
	font: 400 16px/20px 'Merriweather Sans', sans-serif;
	color: #4a4a4a !important;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}