/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item:hover {
    vertical-align: middle;
    cursor: url('../img/Pause.png'),auto;
}
 
.carousel-item {
    height: vh;
    min-height: 100px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #343a40 !important;
	
}
.carouselReload {
	height: 40px !important;
	width: 100% !important;
	position: sticky !important;
	top: 0px !important;
	z-index: 0 !important;
	display: flex !important;
    flex-wrap: nowrap !important;
	/*border-color: #dfb31f !important;
    border-style: solid !important;
    border-width: 1px !important;*/
}

.image-max{
	max-width:100%; 
	display: block; margin-left: auto; margin-top: 0px; 
	margin-right: auto;
	
}

.carousel-indicators .active {
  background-color: #282828 !important;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5% !important;
  /*
  border-style: solid !important;
  border-color: red !important;
  */
}
.carousel-control-prev-icon {
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;*/
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow_left.svg") !important;
  position: absolute;
  left: 10px;
  opacity: .9 !important;
}

.carousel-control-next-icon {
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;*/
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow_right.svg") !important;
  position: absolute;
  right: 10px;
  opacity: .9 !important;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .95 !important;
}

.carousel-indicators {
  margin-bottom: 0.1rem !important;
}

@media (max-width: 991.98px) {
	.carousel-indicators {
	  margin-right: 1% !important;
	  margin-left: 1% !important;
	}
}
