/*FOOTER 1
-----------------------*/

footer {
    float: left;
    width: 100%;
}

.footer-top {
    float: left;
    width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #144788;
	padding: 20px 0;
}

.footer-middle {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.footer-bottom {
    float: left;
    width: 100%;
	background-color: #ffffff;
}

.footer-col-1 {
	float: right;
	width: 100%;
}

.footer-col-2 {
	float: right;
	width: 50%;
	min-height: 1px;
}

.footer-col-3 {
	float: right;
	width: 33.333%;
	min-height: 1px;
}

.footer-col-4 {
	float: right;
	width: 25%;
	min-height: 1px;
}

.footer-col-5 {
	float: right;
	width: 20%;
}

.footer-col-6 {
	float: right;
	width: 16.666%;
	min-height: 1px;
}

.footer-icons {
    text-align: center;
}

.footer-icons a {
    display: inline-block;
    margin: 0 14px;
}

.footer-middle h2,
.footer-middle h3,
.footer-middle h4 {
	font-size: 19px;
    font-weight: bold;
    color: #144788;
    margin: 0 0 5px 0;
}

.footer-middle a {
    font-size: 15px;
    line-height: 30px;
    color: #737373;
    text-decoration: none;
}

.lf-widget-menu {
    padding: 0 10px;
}

.footer-middle h2 a,
.footer-middle h3 a,
.footer-middle h4 a {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #7d7d7d;
}

/* CREDIT */

.credit-footer {
    float: left;
    width: 100%;
    background-color: #131313;
}

.credit-footer a {
    color: #ffffff;
}

.footer-text {
    float: right;
    width: 100%;
	color: #ffffff;
	line-height: 50px;
}

.credit {
    float: right;
    width: 150px;
	height: 50px;
    text-align: left;
}

.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;
    line-height: 50px;
    width: calc(100%);
	color: white;
    text-align: center;
	text-decoration: none;
}

.credit .first-letter::first-letter {
	color: #f29400!important;
	font-weight: bold;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

[class^="footer-col"] {
	width: 100%;
}

.credit-footer [class^="md-col"] {
    width: 100%;
}

.footer-text {
    text-align: center;
}

.credit {
    width: 100%;
	height: 30px;
}

.credit a {
    float: none;
    display: block;
    margin: auto;
    width: 150px;
	line-height: 30px;
}

.credit i {
	line-height: 30px;
}

}

@media screen and (max-width: 600px) {

}
