/* ------------------------------------ Start TT - CMS Footer Css ------------------------------- */

#ttcmsfooter {
	display: inline-block;
	float: none;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -30px;
	width: auto;
}
#ttcmsfooter .footer-img {
	float: left;
	padding: 0 0 50px;
	position: relative;
	width: 100%;
}
#ttcmsfooter .footer-img::after {
	background: rgba(0, 0, 0, 0) url("../img/footer-logo-separator.png") no-repeat scroll center bottom;
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 270px;
	z-index: 1;
}
#ttcmsfooter img{
	max-width: 100%;
}

@media (max-width: 1200px) {
    #ttcmsfooter {
        padding: 0;
    }
}
@media (max-width: 991px) {
    #ttcmsfooter {
        width: 100%;
		margin: -30px 0 0;
		padding: 0;
		position: static;
    }
}
@media (max-width: 543px) {
    #ttcmsfooter {
		margin: 0;
    }
}

/* ------------------------------------ End TT - CMS Footer Css ------------------------------- */
