/*---------------- Start TT - cms Offer block-------------*/
#ttcmsoffer {
	float: left;
	width: 100%;
	margin: 0 0 80px;
	position: relative;
}
#ttcmsoffer .ttcmsofferinner {
	float: left;
	position: relative;
	width: 100%;
	background: #f5f3f4 url("../img/pattern.jpg") repeat scroll 0 0;
}
#ttcmsoffer .ttcmsofferinner .ttofferbanner {
	float: right;
	text-align: right;
	padding:0 0 0 15px;
}
#ttcmsoffer .ttcmsofferinner .ttbanner-img {
	float: left;
	width: 100%;
	overflow: hidden;
}
#ttcmsoffer .ttcmsofferinner .ttbanner-img img {
	max-width: 100%;
	width:100%;
}
#ttcmsoffer .ttoffercontent {
	float: left;
	padding: 0 40px 0 210px;
	text-align: right;
}
#ttcmsoffer .ttcmsoffer-subtitle {
	font: 700 54px/60px "Montserrat", Helvetica, sans-serif;
	margin: 0 0 25px;
	float: left;
	width: auto;
	position: relative;
	color:#222;
}
#ttcmsoffer .ttcmsoffer-title {
	color: #666;
	float: left;
	font: 600 14px/16px "Montserrat", Helvetica, sans-serif;
	width: 100%;
	text-align:left;
	position:relative;
	margin: 0 0 15px;
}
#ttcmsoffer .ttcmsoffer-title:after {
	content: "";
	background: #d1ccc5;
	width: 40%;
	height: 1px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: auto;
	right: 0;
	margin: auto -90px;
	z-index:0;
}
#ttcmsoffer .ttcmsoffer-desc {
	color: #777777;
	float: left;
	font: italic 500 16px/30px "Montserrat", Helvetica, sans-serif;
	margin: 0 0 50px;
	text-align: left;
	width: 90%;
	position:relative;
	padding: 0 0 0 15px; 
}
#ttcmsoffer .ttcmsoffer-desc::after {
  background: #b4b4b4;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 3px;
}
#ttcmsoffer .ttcmsoffer-btn {
	float: left;
	padding: 110px 0 0;
	position: relative;
	text-align: center;
	width: 50%;
}
#ttcmsoffer .ttcmsoffer-btn::after {
	background: #d3d3d3;
	bottom: auto;
	content: "";
	height: 40%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
#ttcmsoffer .ttcmsoffer-btn > a {
	color: #222;
	display: inline-block;
	float: none;
	font: 500 14px/16px "Montserrat", Helvetica, sans-serif;
	padding: 14px 22px;
	position: relative;
	text-transform: capitalize;
	vertical-align: top;
	width: auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	background:none;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#ttcmsoffer .ttcmsoffer-btn > a::after {
	content: "";
	border:2px solid #222;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
}
#ttcmsoffer .ttcmsoffer-btn > a:hover {
	color: #fff;
	background: #234648;
}
#ttcmsoffer .ttcmsoffer-btn > a:hover::after {
	border: #234648;
}
@media (max-width: 1500px) {
	#ttcmsoffer .ttoffercontent {
		margin: 130px 0 0;
		padding: 0 40px 0 150px;
	}
}
@media (max-width: 1400px) {
	#ttcmsoffer .ttoffercontent {
		margin: 100px 0 0;
		padding: 0 40px 0 100px;
	}
}
@media (max-width: 1300px) {
	#ttcmsoffer .ttoffercontent {
		padding: 0 40px 0 50px;
	}
	#ttcmsoffer .ttcmsoffer-title {
		font-size: 12px;
		line-height: 14px;
	}
	#ttcmsoffer .ttcmsoffer-desc {
		font-size: 18px;
		line-height: 32px;
		margin: 0 0 40px;
	}
	#ttcmsoffer .ttcmsoffer-btn {
		padding: 110px 0 0;
	}
}
@media (max-width: 1200px) {
	#ttcmsoffer .ttoffercontent {
		margin: 70px 0 0;
	}
}
@media (max-width: 1199px) {
	#ttcmsoffer .container {
		padding: 0 15px;
	}
	#ttcmsoffer {
		margin: 0 0 50px;
	}
	#ttcmsoffer .ttcmsoffer-subtitle {
	  font-size: 48px;
	  line-height: 50px;
	}
	#ttcmsoffer .ttcmsoffer-desc {
	  font-size: 14px;
	  line-height: 28px;
	  margin: 0 0 20px;
	}
	#ttcmsoffer .ttcmsoffer-btn {
	  padding: 70px 0 0;
	}
	#ttcmsoffer .ttcmsoffer-btn > a {
	  padding: 12px 20px;
	  font-size: 12px;
	  line-height: 14px;
	}
	#ttcmsoffer .ttoffercontent {
	  margin: 40px 0 0;
	}
	#ttcmsoffer .ttcmsoffer-desc {
	  width: 100%;
	}
}
@media (max-width: 991px) {
	#ttcmsoffer {
		margin: 0 0 40px;
	}
	#ttcmsoffer .ttoffercontent {
	  padding: 0 0 0 40px;
	}
	#ttcmsoffer .ttoffercontent {
	  margin: 80px 0 0;
	}
}
@media (max-width: 880px) {
	#ttcmsoffer .ttcmsoffer-subtitle {
	  font-size: 36px;
	  line-height: 38px;
	  margin:0 0 15px;
	}
	#ttcmsoffer .ttcmsoffer-btn {
	  padding: 70px 0 0;
	}
	#ttcmsoffer .ttcmsoffer-title {
		margin: 0 0 15px;
	}
	#ttcmsoffer .ttoffercontent {
	  margin: 50px 0 0;
	}
}
@media (max-width: 767px) {
	#ttcmsoffer .ttoffercontent {
	  margin: 35px 0;
	  padding: 0 15px;
	  text-align: center;
	  width: 100%;
	}
	#ttcmsoffer .ttcmsoffer-title {
	  text-align: center;
	}
	#ttcmsoffer .ttcmsoffer-title::after {
	  display: none;
	}
	#ttcmsoffer .ttcmsoffer-subtitle {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	#ttcmsoffer .ttcmsoffer-desc {
	  padding: 0;
	  text-align: center;
	  width: 100%;
	}
	#ttcmsoffer .ttcmsoffer-desc::after {
	  display: none;
	}
	#ttcmsoffer .ttcmsoffer-btn {
	  width: 100%;
	}
	#ttcmsoffer .ttcmsofferinner .ttofferbanner {
	  padding: 0 15px;
	  width: 100%;
	}
}
@media (max-width: 543px) {
	#ttcmsoffer {
		margin: 0 0 30px;
	}
	#ttcmsoffer .ttcmsoffer-subtitle {
	  font-size: 27px;
	  line-height: 30px;
	}
	#ttcmsoffer .ttcmsoffer-desc {
	  font-size: 13px;
	  line-height: 24px;
	}
}
@media (min-width: 768px) {
	#ttcmsoffer .ttcmsofferinner {
		display:flex;
		align-items: center;
	}
}
/*---------------- End TT - cms Offer block-------------*/

