/* ------------------------------------ Start TT - CMS Footer ------------------------------- */
#ttcmsfooter {
	border-right: 1px solid var(--border-color);
	margin:44px 0;
}
#ttcmsfooter .ttfooter-logo {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img {
    float: left;
    width: auto;
    margin-right: 15px;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img:last-child {
	margin:0;
}
#ttcmsfooter .ttfooter-logo .ttfooter-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;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
@media (max-width: 1199px) {
	#ttcmsfooter {
		padding: 20px 0;
		border-bottom: 1px solid var(--border-color);
		float: left;
		width: 100%;
		margin: 0;
		border-right: none;
	}
}
