/* ------------------------------------ Start TT - CMS LeftBanner ------------------------------- */
.leftbanner-container .leftbanner .description .tt-desc {
	left: 7px;
	right: auto;
	top: 70px;
	margin: auto;
	float: left;
	position: absolute;
	text-align: center;
	bottom: auto;
	width: 50%;
}
.leftbanner-container .leftbanner:last-child .description .tt-desc {
	right: 10px;
	left: auto;
	top: auto;
	bottom: 70px;
}
.leftbanner {
	width: 100%;
	cursor: pointer;
}
.leftbanner:first-child {
	margin: 0 0 30px;
}
.leftbanner-container .leftbanner.leftbanner-2 .description .tt-desc {
	top: 60px;
	bottom: 0;
	left: 0;
	right: auto;
}
.leftbanner-container {
	padding-right: 0;
	width: 24%;
}
.leftbanner .tt-title {
    display: none;
}
.leftbanner-1 {
	margin: 0 0 30px;
}
.leftbanner-1, .leftbanner-2 {
	width: 100%;
	cursor: pointer;
}
.leftbanner-3 {
	width: 100%;
	cursor: pointer;
}
.leftbanner-container .leftbanner.leftbanner-3 .tt-desc{
	top: 30%;
	width: 50%;
}
.leftbanner-container .leftbanner: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;
}
.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	padding: 9px 16px;
	text-transform: capitalize;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	font-size: 14px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	background: #191919;
	color: #fff;
	line-height: 24px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 600;
}
.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now::after{
	background-color: #111 !important;
}
.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now:hover {
	color: #111;
	background: #ffff;
}
.leftbanner-container .leftbanner .description .tt-desc .title1 {
	font: Italic 400 16px/18px "Muli",sans-serif;
	color: #ffcf00;
}
.leftbanner-container .leftbanner .description .tt-desc .subtitle1 {
	font: 900 28px/30px "Paytone one",sans-serif;
	color: #111;
}
.leftbanner-container .leftbanner:last-child .description .tt-desc .subtitle1 {
	color: #fff;
}
.leftbanner-container .leftbanner:last-child .description .tt-desc .button1 > a.buy_now{
	background: #fff;
	color: #111;
}
.leftbanner-container .leftbanner:last-child .description .tt-desc .button1 > a.buy_now:hover{
	background: #111;
	color: #fff;
}
.leftbanner-container .leftbanner .description .tt-desc .subtitle1 span {
	float: ;
	float: left;
	width: 100%;
}
.leftbanner-container .leftbanner .description .tt-desc .title {
	text-transform: capitalize;
	font: 700 32px/36px "Muli",sans-serif;
	color: #fff;
	margin: 0;
	width: 100%;
	float: left;
	padding: 0;
}
.leftbanner-container .leftbanner .description .tt-desc .title {
	text-transform: capitalize;
	font: 400 32px/36px "Paytone One",sans-serif;
	color: #fff;
	margin: 0;
	width: 100%;
	float: left;
	padding: 0;
}
.leftbanner-container .leftbanner .description .tt-desc .subtitle {
	text-transform: capitalize;
	font: Italic 400 16px/20px "Muli",sans-serif;
	color: #fff;
	float: left;
	text-align: center;
	width: 100%;
}
.leftbanner-container .leftbanner .description .tt-desc .button > a.buy_now{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    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: #81ba00;
    color: #ffffff;
	line-height:24px;
}
.leftbanner-container .leftbanner .description .tt-desc .button > a.buy_now:hover{
	background:#000000;
}
@media (max-width:1400px) {
}
.header1 .leftbanner-container a img ,
.header2 .leftbanner-container a img,
.header1 .leftbanner-container .leftbanner > a,
.header2 .leftbanner-container .leftbanner > a {
	width: 100%;
}
.leftbanner-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;
}
.leftbanner-container .leftbanner: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);
}
.leftbanner-container .leftbanner > a{
    display: inline-block;
	overflow:hidden;
	vertical-align: top;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.leftbanner-container .leftbanner.odd .description {
  bottom: auto;
  left: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 25%;
}
.leftbanner-container .leftbanner.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;
}
.leftbanner-container .leftbanner .description .tt-desc > h2 {
  color: #ffffff;
  font: 500 16px/26px "Montserrat",sans-serif;
}
.leftbanner-container .leftbanner .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;
}
.leftbanner-container .leftbanner.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;
}
.leftbanner-container .leftbanner.even .description {
  display: none;
}
.leftbanner-container .leftbanner.odd {
  float:left;
  padding: 13% 0;
  width: 67%;
  position:relative;
}
.leftbanner-container .leftbanner.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;
}
.leftbanner-container .leftbanner.odd a img {
  float:left;
  height: auto;
  max-width: 100%;
  margin-left: -30px;
  transition: all 400ms ease-in-out 0s;
}
.leftbanner-container:hover .leftbanner.odd a img {
  margin: 0;
}
.leftbanner-container .leftbanner.odd .description {
  left: 0;
  right: auto;
}
.leftbanner-container .leftbanner.odd .description .tt-title {
  color: #000;
}
.leftbanner-container .leftbanner.odd .description .tt-desc > h2 {
  color: #777777;
  float: right;
  text-align: right;
  width: 56%;
}
.leftbanner-container .leftbanner .description .tt-desc .ttbtn-shop {
  float: right;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}
.leftbanner-container .leftbanner .description .tt-desc .ttbtn-shop .ttbtn {
  background: #000;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 20px;
}
.leftbanner-container .leftbanner .description .tt-desc .ttbtn-shop .ttbtn:hover {
  background: #e0aa53;
}
@media (max-width:1679px) {
	.leftbanner-container .leftbanner .description .tt-desc .title {
		font-size: 22px;
		line-height: 28px;	
	}
	.leftbanner-container .leftbanner .description .tt-desc .subtitle1 {
		font-size: 24px;
		line-height: 28px;
	}
	.leftbanner-container .leftbanner .description .tt-desc {
		left: 13px;
		top: 47px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now {
		padding: 6px 15px;
	}
	.leftbanner-container .leftbanner.leftbanner-3 .tt-desc {
		top: 25%;
	}
	.leftbanner-container .leftbanner.leftbanner-2 .description .tt-desc {
		top: 40px;
	}
	.leftbanner:first-child {
		margin: 0 0 25px;
	}
	.leftbanner-container .leftbanner:last-child .description .tt-desc {
		bottom: 50px;
		right: 15px;
	}
}
@media (max-width:1299px) {
	.leftbanner-container .leftbanner .description .tt-desc .subtitle1 {
		font-size: 20px;
		line-height: 22px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now {
		padding: 4px 11px;
		font-size: 12px;
	}
}
@media (max-width:1199px) {
	.leftbanner-container .leftbanner .description .tt-desc .title {
		margin: 0;
	}
	.leftbanner-container .leftbanner .description .tt-desc .subtitle {
		font-size: 14px;
		line-height: 16px;
	}
	.leftbanner-container .leftbanner.leftbanner-1 .description .tt-desc {
		bottom: 20px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .button > a.buy_now {
		font-size: 14px;
		padding: 8px 20px;
	}
	.leftbanner-container .leftbanner.leftbanner-2 .description .tt-desc {
		left: 20px;
	}
	.topbanner-container .topbanner.odd::after {
	  bottom: 40px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .title {
		font-size: 17px;
		line-height: 20px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .subtitle1 {
		font-size: 14px;
		line-height: 15px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .title1{
		font-size: 13px;
	}
	.leftbanner-container .leftbanner.leftbanner-3 .tt-desc {
		top: 21%;
		right: 20px;
		left: auto;
	}
	.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now {
		padding: 2px 9px;
		font-size: 11px;
	}
	.leftbanner-container .leftbanner .description .tt-desc {
		left: 15px;
		top: 37px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .button1 > a.buy_now {
		margin-top: 6px;
	}
}
@media (max-width:991px) {
.leftbanner {
	width: 50%;
}
.leftbanner-container {
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 30px;
	float: left;
}
.leftbanner-1, .leftbanner-2 {
	width: 50%;
	margin: 0;
}
	.leftbanner-container .leftbanner.even {
	  width: 40%;
	}
	.leftbanner-container .leftbanner.odd {
	  width: 60%;
	  padding:110px 0;
	}
	.leftbanner-container .leftbanner.odd::after {
		height:300px;
		bottom:0;
	}
	.leftbanner-container .leftbanner.odd {
	  padding: 67px 0;
	}
	.leftbanner-container .leftbanner.odd .description .tt-title {
	  font: 700 30px/34px "Montserrat",sans-serif;
	}
	.leftbanner-container .leftbanner .description .tt-desc > h2 {
	  font: 500 14px/20px "Montserrat",sans-serif;
	}
	.leftbanner-container .leftbanner .description p {
	  font-size: 12px;
	  padding: 5px 15px;
	  margin-bottom:0;
	}
	.leftbanner-container .leftbanner .description .tt-desc .title {
		font-size: 24px;
		line-height: 36px;
	}
	.leftbanner-container .leftbanner:last-child .description .tt-desc {
		bottom: 50px;
		right: 10px;
	}
	.leftbanner:first-child {
		margin: 0;
	}
	.leftbanner-container .leftbanner .description .tt-desc .subtitle {
		font-size: 20px;
		line-height: 18px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .button > a.buy_now{
		padding:8px 20px;
		margin-top:5px;
	}
	.leftbanner-container .leftbanner.leftbanner-3 .tt-desc {
		top: 11%;
		right: 20px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .title1 {
	font-size: 16px;
}
.leftbanner-container .leftbanner.leftbanner-3 .tt-desc {
	top: 29%;
	right: 0px;
}
}
@media (max-width:767px) {
.leftbanner-container .leftbanner .description .tt-desc .title {
	font-size: 18px;
	line-height: 28px;
	padding: 0;
}
.leftbanner-container .leftbanner.leftbanner-1 .description .tt-desc {
	bottom: 20px;
	right: 0;
}
	.leftbanner-container .leftbanner .description .tt-desc .subtitle {
		font-size: 15px;
	}
}
@media (max-width:705px) {
.leftbanner-1, .leftbanner-2 {
	width: 50%;
	float: left;
}
.leftbanner-container .leftbanner:last-child .description .tt-desc {
	bottom: 30px;
}
}
@media (max-width:544px) {
.leftbanner-container .leftbanner.leftbanner-3 .tt-desc {
	top: 20%;
}
	.leftbanner-container .leftbanner.odd {
	  padding: 59px 0;
	  width: 60%;
	}
	.leftbanner-container .leftbanner.odd::after {
	  height: 230px;
	  bottom: 10px;
	  width:140px;
	}
	.leftbanner-container .leftbanner.odd a img {
	  width: 60%;
	}
	.leftbanner-container .leftbanner.odd .description {
	  top: 30px;
	}
}

@media (max-width:543px) {
.leftbanner {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.leftbanner-3 {
    width: 100%;
    float: left;
}
.leftbanner-container {
	margin-bottom: 30px;
	padding: 0 5px;
}
.leftbanner {
	padding: 0 10px;
}
.leftbanner-1 {
	margin-bottom: 20px;
}
}

@media (max-width:480px) {
	.leftbanner {
		width: 100%;
	}
	.leftbanner:first-child {
		margin: 0 0 15px;
	}
	.leftbanner-1, .leftbanner-2 {
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.leftbanner-container .leftbanner .description .tt-desc .title {
		font-size: 14px;
		line-height: 18px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .title1 {
		font-size: 13px;
	}
	.leftbanner-container .leftbanner .description .tt-desc .subtitle1 {
		font-size: 18px;
		line-height: 24px;
	}
	.leftbanner-container .leftbanner.leftbanner-3 .tt-desc {
		top: 12%;
		right: 20px;
	}	
	.leftbanner-container .leftbanner .description .tt-desc {
		left: 0;
		top: 75px;
	}
	.leftbanner-container .leftbanner:last-child .description .tt-desc {
		bottom: 80px;
	}
}
