/*--------------------- CMS banner CSS Document ---------------------------*/
#ttcmsbottombanner{
	margin: 0 0 80px;
}
#ttcmsbottombanner .ttbottombanner {
	position: relative;
}
#ttcmsbottombanner .ttbottombanner  a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#ttcmsbottombanner .ttbottombanner  a img{
    transition: all 3s cubic-bezier(0, 0, .1, 1);
    -webkit-transition: all 3s cubic-bezier(0, 0, .1, 1);
    -moz-transition: all 3s cubic-bezier(0, 0, .1, 1);
    -o-transition: all 3s cubic-bezier(0, 0, .1, 1);
    -ms-transition: all 3s cubic-bezier(0, 0, .1, 1);
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;	
}
#ttcmsbottombanner .ttbottombanner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#ttcmsbottombanner .bottombanner-content{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: auto;
	right: 10%;
	margin: auto;
	display: flex;
	align-items: center;
	text-align: center;
	height: 130px;
}
#ttcmsbottombanner .bottombanner-subtitle{
	font: 400 26px/28px var(--main-title-font);
	color: var(--primary-text-color);
	margin: 0 0 15px;
}
#ttcmsbottombanner .bottombanner-title{
	font: 700 46px/48px var(--primary-font);
	color: var(--primary-text-color);
	margin: 0 0 15px;
}
#ttcmsbottombanner .bottombanner-btn .btn-primary{
	background: var(--body-background-color);
	color: var(--primary-bg-color);
}
#ttcmsbottombanner .bottombanner-btn .btn-primary:hover,
#ttcmsbottombanner .bottombanner-btn .btn-primary:focus,
#ttcmsbottombanner .bottombanner-btn .btn-primary:active{
	color: var(--secondary-text-color);
}
#ttcmsbottombanner .ttbottombanner img{
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
#ttcmsbottombanner .ttbottombanner > a{
    display: inline-block;
    float: none;
    position: relative;
}
#ttcmsbottombanner .ttbottombanner > a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#ttcmsbottombanner .ttbottombanner:hover > a::before{
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255,255,255,.2);
  }
  #ttcmsbottombanner .ttbottombanner > a::after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#ttcmsbottombanner .ttbottombanner:hover > a::after{
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255,255,255,.2);
}
@media(max-width:1299px){
	#ttcmsbottombanner .bottombanner-title{
		font-size: 32px;
		line-height: 34px;
	}
	#ttcmsbottombanner .bottombanner-subtitle{
		font-size: 22px;
		line-height: 24px;
	}
}
@media(max-width:1199px){
	#ttcmsbottombanner{
		margin: 0 0 60px;
	}
}
@media(max-width:991px){
	#ttcmsbottombanner .bottombanner-title{
		font-size: 14px;
		line-height: 30px;
	}
	#ttcmsbottombanner .bottombanner-text{
		padding: 0 15px;
	}
	#ttcmsbottombanner .ttbottombanner img{
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
	#ttcmsbottombanner .bottombanner-title{
		font-size: 24px;
		line-height: 26px;
		margin:  0 0 10px;
	}
	#ttcmsbottombanner .bottombanner-subtitle{
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	#ttcmsbottombanner .bottombanner-btn .btn-primary{
		padding: 5px 18px;
	}
}
@media(max-width:767px){
	#ttcmsbottombanner .bottombanner-content{
		right: 14%;
	}	
	#ttcmsbottombanner .bottombanner-title {
		font-size: 20px;
		line-height: 22px;
	}
	#ttcmsbottombanner .bottombanner-subtitle{
		font-size: 14px;
		line-height: 16px;
	}
	#ttcmsbottombanner .bottombanner-btn .btn-primary {
		padding: 4px 16px;
		font-size: 12px;
	}
	#ttcmsbottombanner{
		margin: 0 0 40px;
	}
}
@media(max-width:543px){
	#ttcmsbottombanner{
		margin: 0 0 30px;
	}
	#ttcmsbottombanner .bottombanner-subtitle{
		font-size: 12px;
		line-height: 14px;
	}
	#ttcmsbottombanner .bottombanner-title{
		font-size: 16px;
		line-height: 18px;
	}
	#ttcmsbottombanner .bottombanner-btn .btn-primary {
		padding: 2px 14px;
		font-size: 12px;
	}	
}
@media(max-width:480px){
	#ttcmsbottombanner .bottombanner-content{
		right: 8%;
	}
	#ttcmsbottombanner .bottombanner-title{
		font-size: 12px;
		line-height: 14px;
		margin: 0 0 6px;
	}
	#ttcmsbottombanner .bottombanner-subtitle{
		display: none;
	}
	#ttcmsbottombanner .bottombanner-btn .btn-primary {
		padding: 1px 12px;
		font-size: 10px;
	}	
}