/* ------------------------------------ Start OT - CMS Footer ------------------------------- */
.footer-content {
    float: left;
    width: 100%;
    border-top: 1px solid var(--border-color);
    padding: 45px 0;
}
#otcmsfooter {
    width: 25%;
}
#otcmsfooter .otcmsfooter-left {
    display: none;
}
#otcmsfooter .otfooter-logo {
	float: left;
	width: 100%;
}
#otcmsfooter .otfooter-logo .otfooter-img {
    float: left;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}
#otcmsfooter .otfooter-logo .otfooter-img:last-child {
	margin:0;
}
#otcmsfooter .otfooter-logo .otfooter-img img {
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: .8;
}
#otcmsfooter .otfooter-logo .otfooter-img:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

