

.hide {
    display: none !important;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.center, .center-align {
    text-align: center;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}


.slider {
    position: relative;
    height: 400px;
    width: 100%}
.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider.fullscreen ul.slides {
    height: 100%}
.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px;
}
.slider .slides {
    margin: 0;
    height: 400px;
}
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 35%;
    left: 15%;
    width: 70%;
    opacity: 0;
}
.slider .slides li .caption p {
    color: #e0e0e0;
}
.slider .slides li.active {
    z-index: 2;
}
.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%}
.slider .indicators .indicator-item.active {
    background-color: #5b5b5b;
}

.caption_1 {
	background-color:rgba(255, 255, 255, 0.25);
	//background-color:rgba(0, 0, 0, 0.45);
	text-align: center; 
	padding:30px
	
}