/*FOOTER 1
-----------------------*/

footer {
    float: left;
    width: 100%;
}
.footer-top {
    float: left;
    width: 100%;
    background-color: #3a454b;
    padding: 20px 0;
}

.lf-footer-middle {
    float: left;
    width: 100%;
    color: #ffffff;
    background-color: #3a454b;
    padding: 60px 0;
    font-size: 18px;
    line-height: 30px;
}

.lf-footer-bottom {
    float: left;
    width: 100%;
	background-color: #ffffff;
}

.lf-footer-col-1 {
	float: left;
	width: 100%;
}

.lf-footer-col-2 {
	float: left;
	width: 50%;
	min-height: 1px;
}

.lf-footer-col-3 {
	float: left;
	width: 33.333%;
	min-height: 1px;
}

.lf-footer-col-4 {
	float: left;
	width: 25%;
	min-height: 1px;
}

.lf-footer-col-5 {
	float: left;
	width: 20%;
    min-height: 1px;
    margin: 24px 0 0 0;
}

.lf-footer-col-6 {
	float: left;
	width: 16.666%;
	min-height: 1px;
}

.footer-icons {
    text-align: center;
}

.footer-icons a {
    display: inline-block;
    margin: 0 14px;
}

.lf-footer-middle h2,
.lf-footer-middle h3,
.lf-footer-middle h4 {
	font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 5px 0;
}
.lf-footer-middle a {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
}

.lf-widget-menu {
    padding: 0 10px;
}

.lf-footer-middle h2 a,
.lf-footer-middle h3 a,
.lf-footer-middle h4 a {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #7d7d7d;
}

.lf-footer-col-5.lf-footer-middle-2 h4 {
    color: transparent;
}
.lf-footer-col-5.lf-footer-middle-5 img {
    float: left;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}
/* CREDIT */

.credit-footer {
    float: left;
    width: 100%;
    background-color: #3a454b;
}

.credit-footer a {
    color: #ffffff;
}

.footer-text {
    float: left;
    width: 100%;
    font-size: 14px;
	color: #ffffff;
	line-height: 50px;
}

.credit {
    float: right;
    height: 50px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.credit i {
    float: left;
    height: 50px;
    width: 30px;
    padding: 0;
}

.credit i svg {
    width: 30px;
    height: 50px;
    fill: #ffffff;
}

.credit div {
    float: left;
    padding-left: 5px;
}

.credit a {
    float: left;
    font-size: 14px;
    line-height: 50px;
	color: #ffffff;
    text-align: center;
	text-decoration: none;
}

.credit .first-letter::first-letter {
	color: #00b3b3!important;
	font-weight: bold;
}

.credit-footer .lf-social-links-container {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.credit-footer .lf-social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #3a454b;
    color: #ffffff;
    margin: 0 5px;
    padding: 0;
    border: 0;
}
.credit-footer .lf-social-link .md-parent-tooltip {
    float: left;
    width: 30px;
    height: 30px;
}
.credit-footer .lf-social-link svg {
    width: 30px;
    height: 30px;
    padding: 2px;
}
.credit-footer .md-tooltip {
    top: -30px;
    color: var(--tooltip-text-color);
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 14px;
    display: block;
    margin-top: 0;
    margin-bottom: 7px;
    z-index: 999;
}
.credit-footer .md-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #3a454b;
    border-bottom: inherit;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    top: auto;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

[class^="lf-footer-col"] {
	width: 50%;
}

.credit-footer [class^="md-col"] {
    width: 100%;
}

.footer-text {
    text-align: center;
}

.credit {
    width: 100%;
	height: 30px;
}

.credit a {
    float: left;
    display: flex;
    margin: auto;
    width: 100%;
    line-height: 30px;
    justify-content: center;
}

.credit i {
    height: 30px;
	line-height: 30px;
}

.credit i svg {
    height: 30px;
}

.lf-footer-middle a {
    line-height: 26px;
}
.lf-footer-col-5.lf-footer-middle-4 {
    display: none;
}
.lf-footer-middle {
    padding: 4px 5%;
}
.lf-footer-col-5 {
    width: 50%;
}
.lf-footer-middle-5 img {
    float: right;
    width: 90%;
}

}

@media screen and (max-width: 600px) {

}
