/*--------------------- CMS banner CSS Document ---------------------------*/
.bottombanner-container {
  float:left;
  position: relative;
  width:100%;
  margin: 0 0 30px;
  cursor: pointer;
}
.bottombanner-container .bottombanner .description .tt-desc {
	float: left;
	position: absolute;
	text-align: center;
	width: auto;
	top: 65px;
	bottom: auto;
	margin: auto;
	height: 100%;
}
.bottombanner-container .bottombanner:last-child .description .tt-desc {
	left: 0;
	right: 0;
}
.bottombanner .tt-title {
    display: none;
}
.bottombanner-container .bottombanner .description .tt-desc .title {
	text-transform: capitalize;
	font: 700 30px/32px "Muli",sans-serif;
	color: #fff;
}
.bottombanner-container .bottombanner .description .tt-desc .desc {
	font: 300 40px/32px "Muli",sans-serifextra-condensed;
	margin-bottom: 20px;
	color: #fed604;
}
.bottombanner-container .bottombanner .description .tt-desc .subtitle {
	text-transform: capitalize;
	font: 600 16px/44px "Muli",sans-serif;
	color: #111;
	float: none;
	width: auto;
	position: relative;
	background: #fed604;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	margin: 10px 0 0;
}
.bottombanner-container .bottombanner .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: #ffc000;
    color: #111;
	line-height:24px;
}
.bottombanner-container .bottombanner .description .tt-desc .button > a.buy_now:hover{
	background:#000000;
	color:#fff;
}
@media (max-width:1680px) {
.bottombanner-container .bottombanner:last-child .description .tt-desc{
	top:15px;
}
}
.bottombanner-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;
}
.bottombanner-container .bottombanner: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;
}
.bottombanner-container .bottombanner > a{
    display: inline-block;
	overflow:hidden;
}
.bottombanner-container .bottombanner.odd .description {
  bottom: auto;
  left: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 25%;
}
.bottombanner-container .bottombanner.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;
}
.bottombanner-container .bottombanner .description .tt-desc > h2 {
  color: #ffffff;
  font: 500 16px/26px "Montserrat",sans-serif;
}
.bottombanner-container .bottombanner .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;
}
.bottombanner-container .bottombanner.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;
}
.bottombanner-container .bottombanner.even .description {
  display: none;
}
.bottombanner-container .bottombanner.odd {
  float:left;
  padding: 13% 0;
  width: 67%;
  position:relative;
}
.bottombanner-container .bottombanner.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;
}
.bottombanner-container .bottombanner.odd a img {
  float:left;
  height: auto;
  max-width: 100%;
  margin-left: -30px;
  transition: all 400ms ease-in-out 0s;
}
.bottombanner-container:hover .bottombanner.odd a img {
  margin: 0;
}
.bottombanner-container .bottombanner.odd .description {
  left: 0;
  right: auto;
}
.bottombanner-container .bottombanner.odd .description .tt-title {
  color: #000;
}
.bottombanner-container .bottombanner.odd .description .tt-desc > h2 {
  color: #777777;
  float: right;
  text-align: right;
  width: 56%;
}
.bottombanner-container .bottombanner .description .tt-desc .ttbtn-shop {
  float: right;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}
.bottombanner-container .bottombanner .description .tt-desc .ttbtn-shop .ttbtn {
  background: #000;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 20px;
}
.bottombanner-container .bottombanner .description .tt-desc .ttbtn-shop .ttbtn:hover {
  background: #e0aa53;
}
@media (max-width:1679px) {
.bottombanner-container .bottombanner .description .tt-desc .title {
	font-size: 20px;
	line-height: 24px;
}
.bottombanner-container .bottombanner .description .tt-desc .subtitle{
	line-height: 36px;
}
.bottombanner-container .bottombanner:last-child .description .tt-desc {
	top: 35px;
}	
}
@media (max-width:1299px) {
.bottombanner-container .bottombanner .description .tt-desc .title {
    font-size: 18px;
}
}
@media (max-width:1199px) {
	.bottombanner-container .bottombanner .description .tt-desc .title {
		font-size: 14px;
		line-height: 16px;
	}
	.bottombanner-container .bottombanner .description .tt-desc .subtitle {
		font-size: 16px;
		line-height: 36px;
	}
	.bottombanner-container .bottombanner:last-child .description .tt-desc {
		top: 25px;
	}
	.bottombanner-container .bottombanner .description .tt-desc .button > a.buy_now {
		font-size: 14px;
		padding:5px 15px;
	}
	.topbanner-container .topbanner.odd::after {
	  bottom: 40px;
	}
	.bottombanner-container .bottombanner .description .tt-desc .desc {
		font-size: 27px;
		margin-bottom: 10px;
	}
}
@media (max-width:991px) {
	.bottombanner-container .bottombanner .description .tt-desc .desc {
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 20px;
	}
	.bottombanner-container .bottombanner.even {
	  width: 40%;
	}
	.bottombanner-container .bottombanner.odd {
	  width: 60%;
	  padding:110px 0;
	}
	.bottombanner-container .bottombanner.odd::after {
		height:300px;
		bottom:0;
	}
	.bottombanner-container .bottombanner.odd {
	  padding: 67px 0;
	}
	.bottombanner-container .bottombanner.odd .description .tt-title {
	  font: 700 30px/34px "Montserrat",sans-serif;
	}
	.bottombanner-container .bottombanner .description .tt-desc > h2 {
	  font: 500 14px/20px "Montserrat",sans-serif;
	}
	.bottombanner-container .bottombanner .description p {
	  font-size: 12px;
	  padding: 5px 15px;
	  margin-bottom:0;
	}
	.bottombanner-container .bottombanner .description .tt-desc .button > a.buy_now{
		padding:8px 20px;
		margin-top:5px;
	}
	.bottombanner-container {
		margin: 0 0 30px;
	}
	.bottombanner-container .bottombanner:last-child .description .tt-desc {
		top: 15px;
	}
	.bottombanner {
		padding: 0;
	}
}
@media (max-width:767px) {
.bottombanner-container .bottombanner .description .tt-desc .title {
    font-size: 13px;
}
.bottombanner-container .bottombanner .description .tt-desc .subtitle {
	font-size: 14px;
	display: none;
}
.bottombanner-container .bottombanner .description .tt-desc .button > a.buy_now {
    padding: 5px 15px;
    margin-top: 0;
}
.bottombanner-container .bottombanner:last-child .description .tt-desc {
    top: 30px;
}
}
@media (max-width:544px) {
.bottombanner-container .bottombanner:last-child .description .tt-desc {
	top: 20px;
}
	.bottombanner-container .bottombanner.odd {
	  padding: 59px 0;
	  width: 60%;
	}
	.bottombanner-container .bottombanner .description .tt-desc {
		height: 85%;
	}
	.bottombanner-container .bottombanner.odd::after {
	  height: 230px;
	  bottom: 10px;
	  width:140px;
	}
	.bottombanner-container .bottombanner.odd a img {
	  width: 60%;
	}
	.bottombanner-container .bottombanner.odd .description {
	  top: 30px;
	}
}
@media (max-width:543px) {
	.bottombanner-container .bottombanner.even {
	  width: 100%;
	}
	.bottombanner-container .bottombanner.odd {
	  padding: 15px 0;
	}
	.bottombanner-container .bottombanner.odd {
	  width: 100%;
	}
	.bottombanner-container .bottombanner .description .tt-desc {
		height: 90px;
	}
	.bottombanner-container .bottombanner.odd::after {
	  bottom: auto;
	  height: 180px;
	  top: 0;
	  width: 100%;
	}
	.bottombanner-container .bottombanner > a {
	  text-align:center;
	}
	.bottombanner-container .bottombanner.odd a img {
	  margin-left: 0;
	  display: inline-block;
	  float: none;
	  width: 65%;
	  vertical-align:top;
	}
	.bottombanner-container .bottombanner.odd .description {
	  float: left;
	  margin-top: 20px;
	  position: static;
	  text-align:right;
	  width: 100%;
	}
	.bottombanner-container .bottombanner.odd .description .tt-desc > h2 {
	  width: 100%;
	}
	.bottombanner-container {
		margin: 0 0 20px;
	}
	.bottombanner-container .bottombanner {
	  margin-bottom: 15px;
	}
	.bottombanner-container .bottombanner:last-child{
		  margin-bottom:0;
		  padding:0;
	}
	.bottombanner-container .bottombanner .description .tt-desc .title {
		font-size: 14px;
	}
	.bottombanner-container .bottombanner .description .tt-desc .button > a.buy_now ,
	.bottombanner-container .bottombanner .description .tt-desc .subtitle{
		display: none;
	}
	.bottombanner-container .bottombanner .description .tt-desc {
		height: 20px;
	}
	.bottombanner-container .bottombanner .description .tt-desc .subtitle {
		font-size: 15px;
		line-height: 36px;
	}
	.bottombanner-container .bottombanner:last-child .description .tt-desc {
		top: 25px;
	}
}
@media (max-width:480px) {
	.bottombanner-container .bottombanner:last-child .description .tt-desc {
		top: 15px;
	}
	.bottombanner-container .bottombanner .description .tt-desc .desc {
		display: none;
	}
}