@charset "utf-8";
/* CSS Document */

/****************
general
****************/

footer {
	color: #fff;
	font-size: 17px;
	font-family: Calibri, Helvetica, sans-serif !important;
}

/****************
top links
****************/

.link-group {
	background: #fff;
    text-align: center;
    padding: 0.8em 0;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

.link-group p {
	margin-bottom: 0;
    font-family: Calibri, Helvetica, sans-serif !important;
	position: relative;
    display: inline-block;
}

.link-group p a {
	font-size: 17px;
	color: #000;
}

.link-group p a:hover {
	text-decoration: none;
}

.link-group strong {
	color: #000;
}

.link-group p iconify-icon {
	color: #000;
    font-size: 24px;
    position: absolute;
    top: 1px;
    right: -25px;
}

.nav-footer {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding: 5px 0;
}

.link-footer {
	padding: .5em 1.5em;
	list-style-type: none;
}

.link-footer a {
	font-size: 18px;
	color: #000;
}

.link-footer a:hover {
	text-decoration: none;
}

/****************
main
****************/

.main-footer {
	padding: 0;
}

.main-footer > div {
	padding: 1em 0 5em 0;
}

.footer-section {
	background: #fff;
}

.footer-container-links {
	display: flex;
    padding: 1.5em 0;
	margin-left: 5%;
}

.footer-container-links .links-holder:nth-of-type(1) {
    width: 25%;
}

.footer-container-links .links-holder:nth-of-type(2) {
    width: 27%;
}

.footer-container-links .links-holder:nth-of-type(3) {
    width: 25%;
}

.footer-container-links .links-holder:nth-of-type(4) {
    width: 23%;
}

.links-holder span {
	color: #000;
    font-weight: bold;
    font-family: Calibri, Helvetica, sans-serif !important;
    margin-bottom: 0.3em;
    display: inline-block;
}

.links-holder ul {
	list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.links-holder ul a {
	color: #000;
    font-size: 14px;
    padding: 3px 0;
    display: inline-block;
}


/****************
bottom links
****************/

.footer-divider {
	border-color: #fff;
    margin: 8px 0;
}

.links-bottom {
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.links-bottom li {
	font-size: 13px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.links-bottom li a {
	color: #fff;
}

.copyright-bar {
	display: block;
    text-align: center;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.bottom-footer {
	background: #000;
	padding: 1em 0;
}

.bottom-footer img {
	max-height: 50px;
    margin-bottom: 1em;
	margin-left: 5%;
}

/****************
Media
****************/

@media only screen and (min-width: 1400px) {
	.container-footer {
		max-width: 1400px;
	}
}

@media only screen and (max-width: 1050px) {
	.footer-container-links {
		margin-left: 3%;
	}
	.bottom-footer img {
		max-height: 45px;
    	margin-bottom: 1.2em;
		margin-left: 3%;
	}
}

@media only screen and (max-width: 1000px) {
    .footer-container-links {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer-container-links .links-holder {
        width: unset !important;
    }
    .footer-container-links .links-holder:nth-of-type(1) ul {
        margin-bottom: 1em !important;
    }
}

@media only screen and (max-width: 950px) {
	.footer-container-links {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.footer-container-links .links-holder:nth-of-type(1),
	.footer-container-links .links-holder:nth-of-type(2) {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 800px) {
	.footer-container-links {
		grid-gap: 1em;
	}
}

@media only screen and (max-width: 767px) {
	footer .container-lg {
		padding-left: 15px !important;
        padding-right: 15px !important;
	}
}

@media only screen and (max-width: 700px) {
	.footer-container-links {
		margin-left: 0;
	}
	.bottom-footer img {
		max-height: 40px;
		margin-left: 0;
	}
	.links-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.footer-container-links {
		grid-template-columns: 1fr 1fr;
	}
	.footer-container-links .links-holder:nth-of-type(1), 
	.footer-container-links .links-holder:nth-of-type(2) {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 520px) {
	.link-group p iconify-icon {
		position: relative;
		top: 9px;
		right: 0;
	}
	.link-group strong {
		display: inline-block;
	}
}

@media only screen and (max-width: 450px) {
	.link-group p {
		line-height: 5px;
	}
	.link-group {
		padding: 1em 0 0.5em !important;
	}
	.links-bottom li {
		font-size: 12px;
	}
	.copyright-bar {
		font-size: 12px;
	}
	.bottom-footer {
		padding: 1em 0;
	}
	.link-group p a {
		line-height: 18px;
	}
}





































