/*FOOTER 1
-----------------------*/

footer {
    float: left;
    width: 100%;
}
.footer-top {
    float: left;
    width: 100%;
    background-color: #151016;
    padding: 20px 0;
}

.lf-footer-middle {
    float: left;
    width: 100%;
    background-color: #151016;
    padding: 4px 0;
}

.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: 20px;
    font-weight: bold;
    color: #CCA967;
    margin: 0 0 5px 0;
}

.lf-footer-middle a {
    font-size: 17px;
    color: #EEDFE7;
    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: 19px;
	line-height: 30px;
	font-weight: bold;
	color: #EEDFE7;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #7d7d7d;
}

.lf-footer-col-5.lf-footer-middle-2 h4 {
    color: transparent;
}

.lf-footer-middle-5 img {
    float: left;
}

/* CREDIT */

.credit-footer {
    float: left;
    width: 100%;
    background-color: #131313;
}

.credit-footer a {
    color: #ffffff;
}

.footer-text {
    float: left;
    width: 100%;
    font-size: 14px;
	color: #EEDFE7;
	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: #EEDFE7;
    text-align: center;
	text-decoration: none;
}

.credit .first-letter::first-letter {
	color: #00b3b3!important;
	font-weight: bold;
}

/* FLOATING CONTACT BAR */

.floating-contact-bar {
	position: fixed;
	left: 0;
	top: 315px;
	width: 67px;
	height: 264px;
	background: #070718E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #EEDFE7;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
}

.floating-contact-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #EEDFE7;
    font-size: 26px;
    font-weight: 600;
}

.floating-phone-number {
	display: block;
	transform: rotate(-90deg);
	white-space: nowrap;
	color: #EEDFE7;
    font-size: 26px;
    font-weight: 600;
	line-height: 1.2;
	margin: auto 0;
}

.floating-phone-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 10px;
}

.floating-phone-icon i,
.floating-phone-icon svg {
	color: #ffffff;
	fill: #ffffff!important;
	width: 24px;
	height: 24px;
    padding: 0;
}
.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: #151016;
    color: #ffffff;
    margin: 0 5px;
    padding: 0;
    border: 0;
}
.credit-footer .lf-social-link .md-parent-tooltip {
    width: 30px;
    height: 30px;
}
.credit-footer .lf-social-link svg {
    width: 30px;
    height: 30px;
    padding: 2px;
    fill: #e2e2e2;
}
.credit-footer .md-tooltip {
    top: -30px;
    background-color: #cc8cff;
    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 #cc8cff;
    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;
}

.floating-contact-bar {
    top: auto;
    bottom: 100px;
    width: 40px;
    height: 140px;
    padding: 0;
}

.floating-phone-number {
	font-size: 14px;
}

.floating-phone-icon i,
.floating-phone-icon svg {
	width: 20px!important;
	height: 20px!important;
}

.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) {

}
