	/* STYLE OVERRIDES */


.footer-logos img {
    height: 55px !important;
}

@media only screen and (min-width: 768px){
.footer-logos img {
    height: 65px !important;
}
}

@media only screen and (min-width: 768px) and (min-width: 1000px){
.footer-logos img {
    height: 65px !important;
}
}

@media only screen and (min-width: 1030px){
.footer-logos img {
    padding-left: 10px !important;
}
}

@media only screen and (min-width: 1030px) and (min-width: 1100px){
.footer-logos img {
    height: 70px !important;
}
}

@media only screen and (min-width: 1030px) and (min-width: 1200px){
.footer-logos img {
    height: 70px !important;
    padding-left: 10px !important;
}
}

@media only screen and (min-width: 1240px){
.footer-logos img {
    padding-left: 12px !important;
}
}
	
.footer-copyright {
	margin-bottom: 0px !important;
}
	
@media only screen and (min-width: 768px) and (min-width: 1000px) {
.footer-bottom .footer-right {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}
	
@media only screen and (min-width: 768px) and (min-width: 1000px){
.footer-bottom .footer-left {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%;
}	
}
