.homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 75px;
}

.homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.homeslider img {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  border: 0;
}

.homeslider .caption {
	display: block;
	z-index: 2;
	font-size: 1em;
	text-shadow: none;
	background: none;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	bottom: 28px;
	color: white;
	left: 90px;
	position: absolute;
	right: auto;
}

.homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.homeslider .caption .ttheading {
  color: #000;
  font: 900 109px/112px "poppins",sans-serif;
  text-transform: uppercase;
  letter-spacing:1px;
  text-align:left;
}
.homeslider .caption .ttsubheading {
  color: #000;
  font: 300 84px/90px "poppins",sans-serif;
  text-transform: uppercase;
  letter-spacing:0.8px;
  text-align:left;
}
.homeslider .caption .ttdescription {
  color: #777777;
  float: left;
  font: italic 300 26px/30px "Playfair Display",sans-serif;
  letter-spacing: 0.4px;
  margin: 0 0 80px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.homeslider .caption .caption-description {
  text-align: center;
}
.homeslider .caption .ttdescription::after {
  background: #111 none repeat scroll 0 0;
  bottom: -60px;
  content: "";
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 1px;
}
.homeslider .caption .ttbtn{
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  float: none;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 25px;
  text-transform: uppercase;
  vertical-align: top;
}
.homeslider .caption .ttbtn:hover {
  background: #000 none repeat scroll 0 0;
  border-color: #000;
  color: #fff;
}
@media (max-width: 1500px) {
.homeslider .caption .ttheading {
  font-size: 69px;
  line-height: 72px;
}
.homeslider .caption .ttsubheading {
  font-size: 54px;
  line-height: 60px;
}
.homeslider .caption .ttdescription {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 25px;
}
.carousel .carousel-item .caption {
  height: 160px;
}
.carousel .carousel-item .caption {
  left: 10%;
}
.carousel .carousel-item.odd .caption {
  left: auto;
  right: 10%;
}
.homeslider .caption .ttdescription::after {
	display:none;
}
}
@media (max-width: 991px) {
.homeslider {
  margin: 0 0 30px;
}
.homeslider .caption .ttheading {
  font-size: 59px;
  line-height: 62px;
}
.homeslider .caption .ttsubheading {
  font-size: 44px;
  line-height: 50px;
}
.carousel .carousel-item .caption {
  height: 130px;
}
.homeslider {
    padding:0 15px;
}
}
@media (max-width: 767px) {
.homeslider .caption .ttsubheading {
  font-size: 22px;
  line-height: 30px;
}
.homeslider .caption .ttdescription {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 15px;
  text-align:left;
}
.carousel .carousel-item .caption {
  height: 130px;
}
.homeslider .caption .ttheading {
  font-size: 25px;
  line-height: 30px;
}
.homeslider .caption .ttbtn{
	float:left;
}
.carousel .carousel-item.odd .caption .ttheading{
	text-align:right;
}
.carousel .carousel-item.odd .caption .ttsubheading{
	text-align:right;
}
.carousel .carousel-item.odd .caption .ttdescription{
	text-align:right;
} 
.carousel .carousel-item.odd .caption .ttbtn{
	float:right;
}
}
@media (max-width: 543px) {
.homeslider .caption .ttheading {
  font-size: 20px;
  line-height: 22px;
}
.homeslider .caption .ttsubheading {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
}
.homeslider .caption .ttdescription {
  display: none;
}
.homeslider .caption .ttbtn > a{
	padding:4px 15px;
}
.carousel .carousel-item .caption {
  height: 60px;
}
}