/* CSS Document */
/*------------------------------------*\
  #video
\*------------------------------------*/
video {
	margin: 4rem auto;
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 4px 3px 10px 7px #00000082;
	max-width: 720px;
}

/*------------------------------------*\
  #NOTICES
\*------------------------------------*/
.alerts {
	background-color: #000;
	color: #fff;
	padding: 20px 5px;
}

.alerts .carousel-item {
	text-align: center;
}

i.fa.fa-exclamation-circle {
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.alerts div h3 {
	margin-bottom: 0;
	font-size: 30px;
}

.alerts a {
	color: #fff;
	align-self: center;
}

/*------------------------------------*\
  #SLIDER
\*------------------------------------*/
/*
#slideshow-main .carousel-caption {
    top: 50%;
    left: 50%;
	right: unset; 
	bottom: unset; 
    transform: translate(-50%, -50%);
    color: white;
}
*/
#slideshow-main .carousel-caption {
    color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -20px;
	background: #61565bb0;
	height: 40%;
}
#slideshow-main svg {
	overflow: visible;
	box-sizing: content-box;
	display: inline-block;
	vertical-align: baseline;
    width: 100%;
    height: auto;
}
#slideshow-main .carousel-caption .logo-20 {
    width: 26%;
	left: 1%;
	bottom: 20%;
	position: absolute;
}
#slideshow-main .carousel-caption .text-20 {
    width: 17%;
	right: 1%;
	bottom: 20%;
	position: absolute;
}


@media (max-width: 991px) {	
    body #slideshow-main .carousel-caption {
        top: unset;
        height: 43%;
    }
    #slideshow-main .carousel-caption .logo-20 {
        width: 25%;
        bottom: 25%;
    }
    #slideshow-main .carousel-caption .text-20 {
        width: 17%;
        bottom: 25%;
    }    
    .carousel-indicators {
        display:none;
    }
}
@media (max-width: 600px) {	
    body #slideshow-main .carousel-caption {
        height: 37%;
    }
}
@media (max-width: 500px) {	
    body #slideshow-main .carousel-caption {
        height: 33%;
    }
    #slideshow-main .carousel-caption .logo-20 {
        width: 44%;
        bottom: 25%;
    }
    #slideshow-main .carousel-caption .text-20 {
        width: 25%;
        bottom: 29%;
    }

}
#slideshow-main .carousel-caption h3 {
	display: block;
	padding: 0 35px; 
	color: white; 
	font-size: 60px; 
	font-weight: 900;
	text-transform: uppercase; 
}

#slideshow-main .carousel-item img {
	object-fit: cover; 
	width: 100%; 
	height: 100%; 
}

#slideshow-main .overlay {
    background-color: #00000070;
}

#slideshow-main .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

@media (max-width: 1400px) {	
	#slideshow-main .carousel-caption h3 { 
		font-size: 40px; 
	}
	
	#slideshow-main .carousel-item .btn {
		padding: 5px 40px; 
	}
	
	div.down-arrow::before {
		bottom: 40px;
	}
}

@media (max-width: 1000px) {	
	#slideshow-main .carousel-caption h3 { 
		font-size: 30px; 
	}
	
	#slideshow-main .carousel-item img {
		height: 400px; 
	}
	
	#slideshow-main .carousel-caption {
		top: 35%; 
	}
}

