.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;
}

.backVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
}

.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
    cursor: pointer;
    background: rgb(14,158,199);
    padding: 1em;
    width: 60px;
    color: rgb(255,255,255);
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.videoPlayPause {
    right: 9rem;
    bottom: 4rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: rgb(252,176,64);
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.5rem;
    font-weight: 100;
}

.videoPlayPause i {
    font-weight: 600;
}

.player .vp-player-layout {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: fixed !important;
}

.fallbackImg {
    display: none;
}


.carousel-control-next,
.carousel-control-prev {
    font-size: 3rem;
    color: rgb(255,255,255) !important;
    opacity: 1;
    display: none;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: rgb(255,255,255) !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: rgb(252,176,64) !important;
    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-indicators li {
    background: rgba(255,255,255,0.8);
}

.carousel-indicators .active {
    background: rgba(252,176,64,0.8);
}

.carousel-item {
    height: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.home-slider .carousel-item:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	top: 0;
    height: 100%;
	width: 100%;
    display: block;
    background: rgba(51,51,51,.40);
}

.carousel-caption {
    position: relative;
    top: 45%;
    left: 0;
    bottom: 0;
    right: 0;
    color: rgb(255,255,255);
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
}

.carousel-caption h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    font-style: normal;
	text-transform: uppercase;
    color: rgb(255,255,255);    
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height:1;
}
.carousel-caption h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 5.5rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    /*margin-bottom: 0;*/
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1;
}
.carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.438rem;
    font-weight:400;
    font-style: normal;
    color: rgb(255,255,255);
    margin-bottom: 0;
    line-height:1.2;
}

.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight:600;
    font-style:normal;
    color: rgb(255,255,255);
    display: block;    
    padding: 0.75rem 1.5rem;
    -webkit-border-radius:.5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    margin: 2rem auto 0;
    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: #2d93ad;
    text-align: center;
}

.carousel-caption a:visited {
    color: rgb(255,255,255);
}

.carousel-caption a:hover {
    color: rgb(255,255,255);
    background: #7a9e67;
}

.carousel-caption a:active {
    color: rgb(255,255,255);
    background: #7a9e67;
}

.carousel-caption a:focus {
    color: rgb(255,255,255);
    background: #7a9e67;
}
.carousel-caption a i{
    margin-left:1rem;
}
.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
}

.btnScrollDown {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2rem;
    color: rgb(227,83,13);
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(255,255,255,0.75);
}

.btnScrollDown:hover {
    color: rgb(255,255,255);
    background: rgb(252,176,64);
}

.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;
}


.bgSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../images/bgSlider.png) left bottom repeat-x;
}



/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1680px) {
    
	
}

@media only screen and (max-width:1500px){
	
    .carousel-caption h2 {
        font-size: 2.5rem;
    }
	
    .carousel-caption p {
        font-size: 1.2rem;
    }
	
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1.15rem;
    }
}

@media only screen and (max-width:1280px){
    .carousel-caption h2 {
        font-size: 1.8rem;
    }
    .carousel-caption h3 {
        font-size: 5.5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1120px){
    
	
}

@media only screen and (max-width:980px) {  

    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .carousel-caption h3 {
        font-size: 4.5rem;
    }
	
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 0.95rem;
    }
}

@media only screen and (max-width:880px){
    
	
}

@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-indicators li {
        background: rgba(22,87,81,0.8);
    }

    .carousel-indicators .active {
        background: rgba(252,176,64,0.8);
    }
    a.carousel-control-next,
    a.carousel-control-prev{
        font-weight:400;
    }
    .carousel-control-next,
    .carousel-control-prev {
        font-size: 2rem;
        color: rgba(255,255,255,0.8) !important;
        display: block;
        width: 5%;
        top: auto;
        bottom: 6rem;
    }

    .carousel-control-next:visited,
    .carousel-control-prev:visited {
        color: rgb(1,138,182) !important;
    }

    .carousel-item:after {
        content: normal;
    }

    .carousel-caption {
        position: relative;
        top: 76%;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-left: 0;
        padding: 2.5rem 2rem;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: #00374d;
        text-align:center;
    }
    .carousel-caption a, .carousel-caption a:link {            
        margin: 0 auto;           
        margin-top: 1.5rem;
        font-size: 0.9rem;
        max-width:190px;
    }
    .carousel-caption p{
        line-height: 1.5;
    }
    /*.carousel-caption:before {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        display: block;
        z-index: 500;
        background: url(../images/bgSlider.png) left center repeat-x;
    }*/
	
	.carousel-caption h3 {
		font-size: 3.25rem;
	}

	.carousel-caption h2 {
		font-size: 1.25rem;
		margin-bottom: 0.25rem;
	}
  
}

@media only screen and (max-width:550px) {

	.carousel-caption h3 {
		font-size: 2.75rem;
	}
	
	.carousel-caption h2 {
		font-size: 1rem;
		margin-bottom: 0.25rem;
	}
	
	.carousel-caption a,
	.carousel-caption a:link {
		font-size: 0.85rem;
    	max-width: 140px;
		padding: 0.6rem 1.5rem;
		
	}
}

@media only screen and (max-width:480px) {
	
    .carousel-caption h3 {
		font-size: 2.25rem;
	}
	
	.carousel-caption h2 {
		font-size: .8rem;
		margin-bottom: 0.25rem;
	}
}