.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;
}

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

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

.homeslider .imagecontainer{
  padding-right: 0;
  position: relative;
}

.homeslider .caption {
  display: block;
  background: transparent;  
  position: absolute;
  z-index: 20;
  top: 10px;
  left: 10px;
  /* max-width: 65%; */
}

.homeslider .caption .ctitle {
  font-size: 25px;
}

.homeslider .caption .cdescription {
  font-size: 14px;
  padding-left: 4px;
}

@media (min-width: 576px) {
	.homeslider .caption {
    top: 20px;
    left: 20px;
    /* max-width: 60%; */
  }

  .homeslider .caption .ctitle {
    font-size: 30px;
  }

  .homeslider .caption .cdescription {
    font-size: 15px;
  }
}

@media (min-width: 768px) { 
	.homeslider .caption {
    top: 40px;
    left: 0px;
    /* max-width: 55%; */
  }

  .homeslider .caption .ctitle {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .homeslider .caption {
	  padding-left: 35px;
  }
} 

.homeslider .bgcaption {
  font-size: 1em;
  text-shadow: none;
  color: #000000;
  margin: 0;
  width: 100%;
  margin-right: 15px;
  border: 1px solid #000;
  height: 100%;
  position: relative;	
  padding-bottom: 60px;
}



.homeslider .bgcaption .ctitle{
	padding: 60px;
	text-align: center;
	font-size: 30px
}

.homeslider .bgcaption .cdescription{
	padding: 20px;
	border-top: 1px solid #000000;
	font-size: 18px;
}

.homeslider .bgcaption .cfooter{
  
  position: absolute;
	bottom:0;	
	width: 100%;
	border-top: 1px solid #000000;
}

.quotation {
	display: inline-flex;
	line-height: 60px;
	padding-left: 20px;
}


.nav_controls {
	position: relative;
	bottom:0;	
 	right: 0;
	height: 60px;
	width: 118px;
	float:right;

}
.homeslider_nav { 
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 0;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 60px;
  width: 59px;
  background: transparent url("../homeslider.png") no-repeat left top;  
  border-left: 1px solid #000000;
  
}



.homeslider_nav:active {
  opacity: 1.0;
}
.homeslider_nav:hover {
	opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  
}
