
/**!---------------- Banner -----------------------**/

.slider-area{
  position: relative;
}
.slider-area .carousel-caption {
    left: 0;
    top: 30%;
    right: 0;
    z-index: 1;
}
.slider-area .carousel-item img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.slider-area .carousel-caption h2{
  font-size: 100px;
  color: #ffffff;
  font-weight: normal;
}
.slider-area .carousel-caption p {
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  max-width: 650px;
  margin-left: auto;
  line-height: 40px;
  margin-right: auto;
  margin-bottom: 30px;
}
.slider-area .carousel-caption a{
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 30px;
  text-transform: uppercase;
}
.slider-area .carousel-caption a:hover, .slider-area .carousel-caption a:hover{
  background: #d51423;
  color: #fff;
  border-color: #d51423;
}
.slider-area .carousel-indicators .active {
  background-color: #d51423;
}
.slider-area .carousel-indicators li {
  background-color: #fafafa;
  opacity: 1;
}
.slider-area .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.slider-area .carousel-indicators {
  z-index: 2;
  bottom: 40px;
  display: none;
}
.banner-area.parallax-window {
    min-height: 400px;
    background: transparent;
}
.banner-area{
  position: relative;
  width: 100%;
}
.banner-area img{
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 220px;
}
.banner-area .banner-title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.8);
}
.banner-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.banner-content h2{
  font-size: 35px;
  color: #d3b371;
  text-shadow: 2px 1px #000000;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;

}

/*.banner-area:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}*/








