/*--------------- Start TT - CMS ttcmsbanner --------------*/
.banner-container {
	float: left;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
}
.banner.banner-1 {
	width: 66.66667%;
}
.banner.banner-2 {
	width: 33.33333%;
}
.banner-container .banner .description .tt-desc {
	float: left;
	position: absolute;
	text-align: left;
	width: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 55%;
	cursor: pointer;
}
.banner-container .banner:first-child .description .tt-desc {
	left: 10%;
	right: auto;
	text-align: center;
	cursor: pointer;
}
.banner-container .banner:first-child .description .desc {
	text-transform: capitalize;
	font: 400 14px/40px "Muli",sans-serif;
	font-family: "Muli", sans-serif;
	color: #fff !important;
	float: none;
	width: auto;
	position: relative;
	background: #111 !important;
	background-color: rgb(255, 203, 21);
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	margin: 10px 0 0;
	border-radius: 0;
}
.banner-container .banner:last-child .description .tt-desc{
    left: 40px;
    right: auto;
}
.banner .tt-title {
    display: none;
}
.banner-container .banner .description .tt-desc .title {
    text-transform: capitalize;
    font:700 34px/48px "Muli",sans-serif;
	color:#111;
}
.banner-container .banner .description .tt-desc .subtitle {
	text-transform: capitalize;
	font: 400 28px/44px "Muli",sans-serif;
	color: #111;
	margin: 10px 0 0;
}
.banner-container .banner .description .tt-desc .title1 {
    text-transform: capitalize;
    font:400 20px/44px "Muli",sans-serif;
	color:#fff;
}
.banner-container .banner .description .tt-desc .subtitle1 {
    text-transform: capitalize;
	font:700 34px/48px "Muli",sans-serif;
	color:#fff;
}

.banner-container .banner .description .tt-desc .button > a.buy_now {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px;
	text-transform: capitalize;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	font-size: 14px;
	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;
	background: #fff;
	color: #111;
	line-height: 24px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 600;
}
.banner-container .banner .description .tt-desc .button > a.buy_now:hover{
	color:#111;
}
.banner-container .banner .description .tt-desc .button1 > a.buy_now {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 25px;
	text-transform: capitalize;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	font-size: 14px;
	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;
	background: #ffc000;
	color: #111;
	line-height: 24px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 600;
}
.banner-container .banner .description .tt-desc .button1 > a.buy_now:hover,
.banner-container .banner .description .tt-desc .button1 > a.buy_now:active,
.banner-container .banner .description .tt-desc .button1 > a.buy_now:focus{
	background:#fff;
		color:#111;

}

@media (max-width:1400px) {
}
.banner-container a img{
	max-width:100%;
	height:auto;
	-webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}
.banner-container .banner:hover a img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	opacity: 0.8;
}
.banner-container .banner:hover a{
	background: rgba(0, 0, 0, 0.4);
}
.banner-container .banner > a{
    display: inline-block;
	overflow:hidden;
}
.banner-container .banner.odd .description {
  bottom: auto;
  left: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 25%;
}
.banner-container .banner.odd .description .tt-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  font: 700 50px/52px "Montserrat",sans-serif;
  margin: 0 0 20px;
  padding: 0;
  text-align:right;
  text-transform:capitalize;
}
.banner-container .banner .description .tt-desc > h2 {
  color: #ffffff;
  font: 500 16px/26px "Montserrat",sans-serif;
}
.banner-container .banner .description p {
  background: #ffcf11 none repeat scroll 0 0;
  border-radius: 25px;
  color: #000000;
  display: inline-block;
  float: none;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: capitalize;
  width: auto;
}
.banner-container .banner.even {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  float:left;
  padding: 10px;
  width: 33%;
  z-index:1;
}
.banner-container .banner.even .description {
  display: none;
}
.banner-container .banner.odd {
  float:left;
  padding: 13% 0;
  width: 67%;
  position:relative;
}
.banner-container .banner.odd::after {
  background: #f5f5f5 none repeat scroll 0 0;
  bottom: 75px;
  content: "";
  height: 350px;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 180px;
  z-index: -1;
}
.banner-container .banner.odd a img {
  float:left;
  height: auto;
  max-width: 100%;
  margin-left: -30px;
  transition: all 400ms ease-in-out 0s;
}
.banner-container:hover .banner.odd a img {
  margin: 0;
}
.banner-container .banner.odd .description {
  left: 0;
  right: auto;
}
.banner-container .banner.odd .description .tt-title {
  color: #000;
}
.banner-container .banner.odd .description .tt-desc > h2 {
  color: #777777;
  float: right;
  text-align: right;
  width: 56%;
}
.banner-container .banner .description .tt-desc .ttbtn-shop {
  float: right;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}
.banner-container .banner .description .tt-desc .ttbtn-shop .ttbtn {
  background: #000;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 20px;
}
.banner-container .banner .description .tt-desc .ttbtn-shop .ttbtn:hover {
  background: #e0aa53;
}
@media (min-width:544px) and (max-width:767px) {
	.banner-container .banner:first-child .description .desc{
		display:none;
	}
}
@media (max-width:1600px) {
.banner-container .banner .description .tt-desc .button > a.buy_now,
.banner-container .banner .description .tt-desc .button1 > a.buy_now {
	padding: 5px 15px;
}
.banner-container .banner .description .tt-desc .subtitle {
	font-size:17px;
	line-height:37px;
}
.banner-container .banner .description .tt-desc .title {
	font-size:28px;
	line-height:30px;
}
.banner-container .banner .description .tt-desc .title1 {
	font-size:18px;
	line-height:20px;
}
.banner-container .banner .description .tt-desc .subtitle1 {
	font-size:28px;
	line-height:40px;
}
.banner-container .banner:last-child .description .tt-desc {
	left: 40px;
}
}
@media (max-width:1199px) {
	.banner-container .banner .description .tt-desc .title {
		font-size: 20px;
		line-height: 10px;
	}
	.banner-container .banner .description .tt-desc .subtitle {
		font-size: 14px;
		line-height: 48px;
	}
	.banner-container .banner .description .tt-desc .title1 {
		font-size: 16px;
		line-height: 18px;
	}
	.banner-container .banner .description .tt-desc .subtitle1 {
		font-size: 18px;
		line-height: 40px;
	}
	.banner-container .banner .description .tt-desc .button > a.buy_now, 
	.banner-container .banner .description .tt-desc .button1 > a.buy_now {
		font-size: 13px;
		margin: 0;
		line-height: 20px;
	}
	.topbanner-container .topbanner.odd::after {
	  bottom: 40px;
	}
}
@media (max-width:991px) {
	.banner-container .container {
		padding: 0;
	}
	.banner-container .banner.even {
	  width: 40%;
	}
	.banner-container .banner.odd {
	  width: 60%;
	  padding:110px 0;
	}
	.banner-container .banner.odd::after {
		height:300px;
		bottom:0;
	}
	.banner-container .banner.odd {
	  padding: 67px 0;
	}
	.banner-container .banner.odd .description .tt-title {
	  font: 700 30px/34px "Montserrat",sans-serif;
	}
	.banner-container .banner .description .tt-desc > h2 {
	  font: 500 14px/20px "Montserrat",sans-serif;
	}
	.banner-container .banner .description p {
	  font-size: 12px;
	  padding: 5px 15px;
	  margin-bottom:0;
	}
	.banner-container .banner .description .tt-desc .subtitle{
		line-height: 14px;
	}
	.banner-container {
		margin: 0 0 30px;
	}
	#wrapper .banner {
		margin-bottom: 0;
	}
	.banner-container .banner .description .tt-desc .subtitle1 {
		line-height: 30px;
	}
}
@media (max-width:767px) {
.banner-container .banner .description .tt-desc .subtitle {
	font-size: 13px;
	line-height: 30px;
}
.banner-container .banner .description .tt-desc .title {
	font-size: 19px;
	line-height: 16px;
	padding: 10px 0 0;
}
.banner-container .banner:first-child .description .tt-desc {
	right: auto;
	top: 20px;
}
.banner-container .banner .description .tt-desc{
	height:97px;
}
.banner-container .banner .description .tt-desc .subtitle1 {
	font-size: 18px;
	line-height: 30px;
}
.banner-container .banner .description .tt-desc .title1 {
	font-size: 14px;
	line-height: 12px;
	padding: 11px 0 0;
}
.banner-container .banner:last-child .description .tt-desc {
	left: 25px;
}
}
@media (max-width:544px) {
.banner-container .banner .description .tt-desc .title1 {
	font-size: 11px;
	line-height: 12px;
	padding: 11px 0 0;
}
.banner-container .banner .description .tt-desc .subtitle1 {
	font-size: 13px;
	line-height: 20px;
}
.banner-container .banner .description .tt-desc .button1 {
	display: none;
}
.banner-container .banner:last-child .description .tt-desc {
	top: 60px;
}
	.banner-container .banner.odd {
	  padding: 59px 0;
	  width: 60%;
	}
	.banner-container .banner.odd::after {
	  height: 230px;
	  bottom: 10px;
	  width:140px;
	}
	.banner-container .banner.odd a img {
	  width: 60%;
	}
	.banner-container .banner.odd .description {
	  top: 30px;
	}
}
@media (max-width:543px) {
	.banner-container .container {
		padding: 0 15px;
	}
	.banner-container .banner.even {
	  width: 100%;
	}
	.banner-container .banner.odd {
	  padding: 15px 0;
	}
	.banner-container .banner.odd {
	  width: 100%;
	}
	.banner-container .banner .description .tt-desc {
		height: 90px;
	}
	.banner-container .banner.odd::after {
	  bottom: auto;
	  height: 180px;
	  top: 0;
	  width: 100%;
	}
	.banner-container .banner > a {
	  text-align:center;
	}
	.banner-container .banner.odd a img {
	  margin-left: 0;
	  display: inline-block;
	  float: none;
	  width: 65%;
	  vertical-align:top;
	}
	.banner-container .banner.odd .description {
	  float: left;
	  margin-top: 20px;
	  position: static;
	  text-align:right;
	  width: 100%;
	}
	.banner-container .banner.odd .description .tt-desc > h2 {
	  width: 100%;
	}
	.banner-container {
		margin: 0 0 20px;
	}
	.banner-container .banner:first-child .description .desc{
		display:none;
	}
	#wrapper .banner {
		margin-bottom: 15px;
		width: 100%;
		padding: 0;
	}
	.banner-container .banner {
	  margin-bottom: 15px;
	}
	.banner-container .banner:last-child{
		  margin-bottom:0;
	}
	.banner-container .banner .description .tt-desc .subtitle {
		line-height: 10px;
	}
}
/*--------------- Start TT - CMS ttcmsheader --------------*/