﻿.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.carousel {
    margin-bottom:0;

}

.carousel-control-next,
.carousel-control-prev {
    font-size: 3rem;
    opacity: 1;
}
.carousel-inner{
	background: #eef3f6;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
}

.carousel-control-prev-icon:before {
    content: "\f104";
}

.carousel-control-next-icon:after {
    content: "\f105";
}

.carousel-item {
    height: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.carousel-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 311px;
    height: 383px;
    display: block;
    background: url(../images/bannerSun.png) left bottom no-repeat;       
    z-index: 3;
    background-size: 100%;
}
.carousel-caption {
   /* position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    width: 50%;
    padding: 2.5rem 1rem 2.5rem 7.4rem;
    text-shadow: 0 0 5px rgba(0,0,0,0.20);
    text-align: left;	*/	
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	bottom: auto;
	width: 75%;
	padding: 5.5rem 1rem;
	text-align: center;
	background-image: linear-gradient(-90deg, rgba(255,255,255,0), rgba(0,0,0,0.30), rgba(255,255,255,0));
	text-shadow: 0 0 5px rgba(0,0,0,0.50);
}
.carousel-caption h2 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:  2.188rem;
	font-weight: 600;    
    text-transform: none;
    margin-bottom: 0;
	color:#ffffff;
	line-height:50px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.carousel-caption h3 {
    font-family: "Lovato W00 Demi" !important;
	font-size: 3.125rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	margin-bottom: 0;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height:60px;
}
.carousel-caption p {
    position: relative;
	font-family: 'Roboto Slab', serif;
	font-size: 4rem;
	font-weight: 700;
	font-style: normal;
    text-transform: capitalize;
    margin-bottom: 0;
	color:#ffffff;	
	letter-spacing:1px;
	line-height: 1.2;
}
.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
    position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
    display: inline-block;    
    padding:0.75rem 2.5rem;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 2rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #f69e1f;
	color:#ffffff;
	border-radius: 0.2rem;
}
.carousel-caption a:visited{
	color:#ffffff;
	background: #f69e1f;
}

.carousel-caption a:hover{
	color:#ffffff;
	background: #be7c1c;
}
.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
	z-index: 1;
}

.innerbtnScrollCont {
    position: relative;
    width: inherit;
    height: inherit;
}

.innerbtnScrollCont i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: inherit;
    color: inherit;
}
.carouselGradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,207cca+49,2989d8+50,282728+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(40,39,40,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(40,39,40,0.85) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(40,39,40,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#282728',GradientType=0 );
    z-index: 2;
}

.scrollDown{
	display:block;
	position:absolute;
	bottom:13rem;
	left:50%;
	 -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index:1;
}
.scrollDown a,
.scrollDown a:link{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight:600;
	font-style:normal;
	color:#ffffff !important;
	text-align:center;
}
.scrollDown a:visited{
	color:#ffffff !important;
}
.scrollDown a:hover,
.scrollDown a:focus,
.scrollDown a:active{
	color:#be7c1c !important;
}

.scrollDown a span{
	display:block;
	line-height:normal;
	margin:0.65rem 0
}
.scrollDown a:after{
	content:"";
	position:absolute;
	bottom:-8.5rem;
	left:50%;
	 -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	background: url(../images/line.png) center center no-repeat;
	background-size: auto;
	height:123px;
	width:2px;
    z-index: 1;    
}

/*********************************************************
MEDIA QUERY
*********************************************************/

@media only screen and (max-width: 1680px) {
    .carousel-caption {
        top: 60%;
    }

    .carousel-caption h2 {
        font-size: 1.5rem;
		line-height: 40px;
    }

    .carousel-caption h3 {
        font-size: 2.25rem;
		line-height:35px;
    }

    .carousel-caption p {
        font-size: 1.65rem;
		line-height:40px;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.95rem;
    }
	.carousel-item::after {
		background-size: 85%;
	}
}
@media only screen and (max-width: 1430px){
	.carousel-caption{
		width: 60%;
		padding: 4.5rem 1rem;
	}
	
}
@media only screen and (max-width: 1190px) {
    .carousel-caption {
        top: 55%;		
		padding: 3.5rem 1rem;
    }
	
    .carousel-caption h2 {
        font-size: 1.25rem;
		line-height: 30px;
    }

    .carousel-caption h3 {
        font-size: 1.8rem;
		line-height:35px;
    }

    .carousel-caption p {
        font-size: 1.35rem;
		line-height: 30px;
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.85rem;
    }
	.carousel-item::after {
		background-size: 75%;
	}
}

@media only screen and (max-width:950px) {
    

    .carousel-caption h2 {
        font-size: 0.95rem;
		line-height: 20px;
    }

    .carousel-caption h3 {
        font-size: 1.5rem;
		line-height:30px;
    }
	.carousel-caption p {
        font-size: 1rem;
		line-height: 20px;		
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.75rem;
		margin-top: 1.5rem;
    }
	.carousel-item::after {
		background-size: 68%;
	}
}

@media only screen and (max-width:785px) {
    .carousel-inner > figure > video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }

    .fallbackImg {
        display: block;
    }

    .carousel-indicators {
        bottom: 1rem;
    }
	
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 2rem;
    }
    
    .carousel-item:after {
        content: normal;
    }

    .carousel-caption {
        position: relative;
        top: 60%;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-left: 0;
        padding: 2.5rem 1rem;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: #1e527b;;
		text-align:center;
    }

    /*.carousel-caption h2 {
        font-size: 0.8rem;        
    }

    .carousel-caption h3 {
        font-size: 2.5rem;        
    }

    .carousel-caption p {
        font-size: 1rem;        
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
    }*/
}

@media only screen and (max-width:600px) {
    .carousel-caption {		
		padding: 1.5rem 1rem;
	}
	.carousel-caption h2 {
        font-size: 0.7rem;
		line-height: 15px;
		letter-spacing: 1px;
    }

    .carousel-caption h3 {
        font-size: 1.125rem;
		line-height:25px;
		letter-spacing: 1px;
    }
	.carousel-caption p {
        font-size: 0.8rem;
		line-height: 15px;
letter-spacing: 1px;		
    }

    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.7rem;
		margin-top: 1.125rem;
		padding: 0.75rem 1.5rem;
    }
}