/* ---------------------- Start TT - CMS Top Banner block  --------------------------*/
#ttcmstopbanner {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 80px;
	background: #ffbf07;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
}
#ttcmstopbanner .ttcmstopbanner {
	float: left;
	position: relative;
	width: 100%;
	display: block;
}
@media (min-width: 768px) {
	#ttcmstopbanner .ttcmstopbanner {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 500ms ease 0s;
		-moz-transition: all 500ms ease 0s;
		-o-transition: all 500ms ease 0s;
		transition: all 500ms ease 0s;
	}
	#ttcmstopbanner .ttcmstopbanner:hover {
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
		-webkit-transition: all 500ms ease 0s;
		-moz-transition: all 500ms ease 0s;
		-o-transition: all 500ms ease 0s;
		transition: all 500ms ease 0s;
		
	}
}
#ttcmstopbanner .ttbanner-title {
	font: 700 italic 45px/48px "Playfair Display", Helvetica, sans-serif;
	color: #111;
	padding: 28px 0;
	text-transform: capitalize;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
#ttcmstopbanner .tttop-title {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	background: #191919;
	font: 700 60px/64px "Playfair Display", Helvetica, sans-serif;
	color: #fff;
	padding: 20px 50px;
	text-transform: capitalize;
	letter-spacing: 0.4px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: auto;
	margin: 0 25px;
}
@media (min-width: 768px) {
	#ttcmstopbanner .tttop-title:hover {
		background: #333;
	}
}
#ttcmstopbanner .topcontent {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 18px 0;
}
#ttcmstopbanner .title {
	font: 400 italic 26px/28px "Playfair Display", Helvetica, sans-serif;
	color: #111;
	text-transform: capitalize;
	letter-spacing: 0.4px;
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
#ttcmstopbanner .ttbtn a {
	font: 400 italic 26px/28px "Playfair Display", Helvetica, sans-serif;
	color: #555;
	float: left;
	width: 100%;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 0.4px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
#ttcmstopbanner .ttbtn a:hover {
	color: #000;
	letter-spacing: 1px;
}
@media (max-width: 1199px) {
	#ttcmstopbanner {
		margin: 0 0 70px;
	}
	#ttcmstopbanner .ttbanner-title {
		font-size: 30px;
	}
	#ttcmstopbanner .tttop-title {
		font-size: 40px;
		padding: 20px 40px;
	}
	#ttcmstopbanner .title {
		font-size: 20px;
	}
	#ttcmstopbanner .ttbtn a {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	#ttcmstopbanner {
		padding: 30px 0;
		margin: 0 0 50px;
	}
	#ttcmstopbanner .tttop-title {
		padding: 20px 15px;
		margin: 0 15px;
	}
}
@media (max-width: 767px) {
	#ttcmstopbanner {
		margin: 0 0 40px;
	}
	#ttcmstopbanner .ttbanner-title {
		float: left;
		width: 100%;
		padding: 0;
	}
	#ttcmstopbanner .tttop-title {
		float: left;
		width: 100%;
		margin: 15px 0;
		padding: 15px;
	}
	#ttcmstopbanner .topcontent {
		float: left;
		width: 100%;
		padding: 0;
	}
	#ttcmstopbanner .ttbtn a {
		text-align: center;
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 543px) {
	#ttcmstopbanner {
		margin: 0 0 30px;
		padding: 20px 0;
	}
	#ttcmstopbanner .ttbanner-title {
		font-size: 26px;
		line-height: 32px;
	}
	#ttcmstopbanner .tttop-title {
		font-size: 30px;
		line-height: 34px;
	}
	#ttcmstopbanner .title {
		font-size: 18px;
		line-height: 22px;
	}
}
/* ---------------------- End TT - CMS Top Banner block  --------------------------*/
