.img-resposive-carousel {
  height: auto;
  max-width: 100%;
}

.promo-text {
  top: -30px;
  width: 100%;
  color: white; 
  font-size: 20px;
  text-align: right;
  position: relative;
  font-weight: lighter;
  margin-bottom: -30px;
  background: rgba(0, 0, 0, 0.5);
}

.home-text {
  width: 70%;
  clear: both;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto ;
  margin-right: auto ;
  border-top: 2px solid #754C24;
}

.home-contact {
  width: 100%;
  background: url("../../img/layouts/frontend/ct-bg.png") repeat center center;
  height: auto;
  padding-bottom: 10px;
  color: #754C24;
}

.home-contact-text {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  background: url("../../img/layouts/frontend/ct-up-bg.png") no-repeat top center;
}

.home-contact-content {
  padding: 0px 20px;
}

.form-control {
  border: 1px solid #754C24;
  border-radius: 0px;
  color: #754C24;
}

.form-control::-moz-placeholder {
  color: #754C24;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #754C24;
}
.form-control::-webkit-input-placeholder {
  color: #754C24;
}

.btn-brown {
  background-color: #754C24;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
}

.btn-brown:hover {
  color: #C8D016;
}

@media (max-width: 768px) {
  .home-text {
    width: 100%;
  }
  .promo-text {
  	font-size: 16px;
  }
  h2 {
  	font-size: 26px;
  }
}