.homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  float: left;
  width: 100%;
  margin:0;
}

.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;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  
}

.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 h2 { 
	font: 400 90px/110px 'Dancing Script', cursive;
    color: #4f4038;
	letter-spacing: 0;
}
.homeslider p {
    font: 700 90px/92px 'Montserrat', sans-serif;
    color: #4f4038;
	margin:0;
   
}
.homeslider .slider-btn {
     color: #fff;
    font-weight: 500;
    background: #79a03f;
    display: inline-block;
    padding: 20px 39px;
    line-height: 16px;
    border: none;
    font-size: 14px;
    transition: all 0.5s ease;
	border-radius:0;
	}
.homeslider .slider-btn::after{
border-radius: 0;
    -moz-border-radius:0; 
    -webkit-border-radius:0; 
    -khtml-border-radius:0;
}

.homeslider .slider-btn:hover {
    background: #4f4038;
	transition:all 0.5s ease;
	border-radius:0;
}
.homeslider .caption .caption-description{
position: relative;
animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
}
@media (max-width: 1366px) {
.homeslider p{
font-size:45px;
line-height:70px
}
.homeslider h2{
font-size:52px;
line-height:53px;
}
}
@media (max-width: 1199px) {
.homeslider h2 {
    font-size: 40px;
	line-height: 42px;
   
}
.homeslider p {
    font-size:38px;
	line-height: 62px;
  
}
.homeslider .slider-btn{
padding:12px 24px;
}

}
@media (max-width: 991px) {
.homeslider h2 {
    font-size: 38px;
	line-height:40px
}
.homeslider p {
    font-size:36px;
	line-height: 50px;
  
}
.homeslider .slider-btn{
padding:10px 18px;
}

}
@media (max-width: 767px) {
.homeslider h2 {
    font-size: 28px;
	line-height:30px;
   
}
.homeslider p {
    font-size:23px;
	line-height: 32px;
	margin-bottom:12px;
  
}
.homeslider .slider-btn{
font-size:13px;
padding:8px 15px;
}

}
@media (max-width: 543px) {
.homeslider h2 {
    font-size: 20px;
    line-height: 22px;
}
.homeslider p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.homeslider .slider-btn{
    padding: 5px 10px;
    font-size: 12px;
}

}
@media (max-width: 380px) {
.homeslider h2 {
    font-size: 17px;
    line-height: 22px;
	margin:0;
}
.homeslider p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}
.homeslider .slider-btn{
    padding: 5px 8px;
    font-size: 10px;
	display:none;
}

}