.inner-banner{
    display: inline-block; top: 0; left: 0; width: 100%; height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover;
}
.inner-banner-perde{
    background-color: rgba(0,0,0,0.6); position: absolute; display: inline-block; width:100%; height: 250px; top:0; left: 0; z-index: 1;
}
.list-group-item{
    border:0px solid rgba(0,0,0,.125);
    border-left:1px solid #AA8C52;
}
.list-group-item.active{
    background-color:#AA8C52;
    border-color:#AA8C52;
}

.slider-text-area{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;	
}

@media only screen and (max-width: 992px) {
  .slider-text-area{
    bottom: 150px;
  }
}

.slider-text-area-sub{
	width: 700px;
	max-width: 90%;
	display: inline-block;
	background-color: rgba(0,0,0,0.6);
	padding: 10px 20px;
	border-bottom:1px solid #AA8C52;
}