@charset "UTF-8";

.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 {
  background-color: #9e9e9e;
  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: 15%;
  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: 16px;
  width: 16px;
  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: #4CAF50;
}

/*  --- SLIDER ---  */
.slider .slides li .caption {
	position:absolute;
	top: 58%;
	left: 43.5%;
	transform: translate(-50%,-50%)!important;
	min-width:1100px;
	max-width:1300px;
}

.slider { height:800px !important }

.caption h1 { font-size:60px; text-align:left; margin:0px; padding:0px; font-weight:900; line-height:72px; color: #fff; }
.caption span { color:#1a85fd; text-decoration:underline }
.caption p { font-size:16px; line-height:24px; margin: 2.5% 0 3.5% 0; }

.indicators { 
	display: block;
	z-index: 9;
	min-width: 1100px;
    padding: 0px 25px;
    max-width: 1300px;
    margin: 0px auto !important;
	text-align: right !important;
	bottom: 10% !important;
}
.slider .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 12px;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%;
}
.slider .indicators .indicator-item.active, .slider .indicators .indicator-item:hover {
  	background-color: rgba(26,133,253,1);
	cursor: pointer;
}


@media only screen and (max-width: 1339px) {
	.slider .slides li .caption {
		left: 25px;
		transform: translate(0,-50%)!important;
	}
}
@media only screen and (min-width: 1571px) {
	.slider .slides li .caption {
		left: 45%;
		transform: translate(-47.5%,-50%) !important;
	}
}
@media only screen and (min-width: 1850px) {
	.slider .slides li .caption {
		left: 50%;
		transform: translate(-50%,-50%) !important;
	}
}