.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: FontAwesome;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    font-style: normal;
    display: block;
}

video {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}
.backVideo iframe{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 111%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.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;
}
figure.carousel .carousel-inner {
    min-height: 600px;
    /* max-height: 926px; */
}
.banner-container{
	  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.banner-left{
	width:30%;
}
.banner-container figure.carousel{
	width:70%;
}
.carousel-caption{
	display:none;
}
.carousel-control-next, 
.carousel-control-prev {
    font-size: 3rem;
    color: rgb(255,255,255)!important;
    opacity: 1;
}
.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; 
}*/
.carousel-item {
    position: relative;    
    margin-right: 0;
    float:right;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

    figure.carousel-item-1:before {
        content: "";
        position: absolute;        
        left: -67%;
        width: 67%;
        height: 1042px;
        display: block;
        background: url(../images/bg-caption.jpg) center top no-repeat;        
        background-size: cover  ;
    }

.carousel-caption {
    position: absolute;
    top: 25%;
    left: -67%;
    width: 67%;
    /* -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;
    padding: 1rem 0;
    text-shadow: 0 0 2px rgba(0,0,0,5);
    text-align: center;
}

    .carousel-caption h2 {
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.5rem;
        color: rgb(255,255,255);
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing:2px;
    }
    .carousel-caption h3 {
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 5.938rem;
        color: rgb(255,255,255);
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height:1;
    }
        
.carousel-caption p {
	font: italic 1.5rem 'Open Sans', Arial, sans-serif;
	color: rgb(255,255,255);
    margin-bottom: 0;
}

    .carousel-caption span {
        font-family: 'Shorelines Script Bold';
        font-style: normal;
        font-weight: normal;
        font-size: 1.563rem;
        color: rgb(255,255,255);
        display: block;
        margin-top: 1rem;
    }
        .carousel-caption span:before {
            content: '';
            border-top: 3px solid rgb(253,184,19);
            position: relative;
            display: inline-block;
            top: -5px;
            right: 1.5%;
            width: 37%;
        }

        .carousel-caption span:after {
            content: '';
            border-top: 3px solid rgb(253,184,19);
            position: relative;
            display: inline-block;
            top: -5px;
            left: 1.5%;
            width: 6%;
        }
		
/*.carousel-caption a,
.carousel-caption a:link {
    max-width: 200px;
	font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
	color: rgb(255,255,255);
    display: block;
    margin: auto;
	padding: 0.6rem 1.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	margin-top: 1.5rem;
	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: rgb(1,138,182);
}
.carousel-caption a:visited{
	color:rgb(255,255,255);
}
.carousel-caption a:hover{
	color: rgb(255,255,255);
	background: rgb(252,176,64);
}
.carousel-caption a:active{
	color: rgb(255,255,255);
	background: rgb(252,176,64);
}
.carousel-caption a:focus{
	color: rgb(255,255,255);
	background: rgb(252,176,64);
}*/

.carousel-indicators{
    bottom: 4.8rem;
	margin-bottom: 0;
}

a.btnScrollDown {
    position: absolute;
    bottom: 80px;
    color: rgb(253,184,19);
    display: block;
    font-size: 3.688rem;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 10;
    left: -3rem;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    /*-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.75); */
    z-index: 1;
}
a.btnScrollDown.videoScrollText {
    left: 50%;
}
    .btnScrollDown:hover i {
        color: rgb(13,177,75);
    }
    .btnScrollDown .innerbtnScrollCont h5 {
        font-family: 'Dosis', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.813rem;
        margin-bottom: 2rem;
        text-transform: uppercase;
        color: rgb(255,255,255);
        display: block;
        line-height: 1;
    }
        .btnScrollDown .innerbtnScrollCont h5 span {
            font-family: 'BlackJackRegular';
            font-size: 5.938rem;
            font-weight: normal;
            font-style: normal;
            text-transform: lowercase;
            line-height: 1;
        }
    .btnScrollDown .innerbtnScrollCont h5 span::first-letter{
        initial-letter:1;
    }
        
.innerbtnScrollCont {
    position: relative;
    width: inherit;
    height: inherit;
}
    .innerbtnScrollCont i {
        position: absolute;
        top: auto;
        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: rgb(253,184,19);
        display: block;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }


.bgSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../images/bgSlider.png) left bottom repeat-x;
}

.bgGradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}

/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1680px) {
       
    
    /*  .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }*/
    .btnScrollDown{
        font-size:2.5rem;
    }
    .btnScrollDown .innerbtnScrollCont h5{
        font-size:2rem;
    }
        .btnScrollDown .innerbtnScrollCont h5 span {
            font-size: 4.5rem;
        }
}
@media only screen and (max-width:1450px){
    
    .btnScrollDown {
        font-size: 2rem;
    }
        .btnScrollDown .innerbtnScrollCont h5 {
            font-size: 1.75rem;
            margin-bottom: 1rem;
        }
        .btnScrollDown .innerbtnScrollCont h5 span {
            font-size: 3.8rem;
        }
    
}
@media only screen and (max-width: 1190px) {
    /*figure.carousel .carousel-inner {
        /* min-height: 800px; */
        /* max-height: 800px; 
    }
    figure.carousel-item::before {
        left: -100%;
        width: 100%;
        height: 800px;
    }

    .carousel-item {
        width: 50%; */
    /* height: 100%; 
    }
    .carousel-caption {        
        left: -100%;
        width: 100%;
    }*/
    
    
    
    .btnScrollDown {
        font-size: 1.75rem;
        /* left: 63%; */
    }    
    .btnScrollDown .innerbtnScrollCont h5 {
        font-size: 1.250rem;        
    }
        .btnScrollDown .innerbtnScrollCont h5 span {
            font-size: 2.8rem;
        }
    .banner-left {
        width: 50%;
    }
    .banner-container figure.carousel{
        width:50%;
    }
}
@media only screen and (max-width:991px){
    .banner-left {
        width: 100%;
    }

    .banner-container figure.carousel {
        width:unset;
    }
}
@media only screen and (max-width:950px) {
   
    
    
    
}
@media only screen and (max-width:850px){
    
}
@media only screen and (max-width:785px) {
    #playPauseButton,
    #volumeButton{
        display: none;
    }

    .carousel-indicators {
        bottom: 1rem;
    } 
    .carousel-indicators li {
        background: rgba(22,87,81,0.8);
    }
    .carousel-indicators .active {
        background: rgba(252,176,64,0.8);
    }

    .carousel-control-next, 
    .carousel-control-prev {
        font-size: 2rem;
        color: rgb(1,138,182)!important;
    }
    .carousel-control-next:visited, 
    .carousel-control-prev:visited {
        color: rgb(1,138,182)!important;
    }

    .carousel-item:after {
        content: normal;
    }
    
    /*.carousel-caption {
        position: relative;
        top: auto;
        left: auto;
        right: 0;
        bottom: auto;
        width: 100%;
        margin-left: 0;
        padding: 0 2rem 3rem;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: rgb(255,255,255);
    }
    .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;
    }*/
   
    
}

@media only screen and (max-width:767px) {
    .btnScrollDown {
        display: none;
    }
        figure .carousel-item::before {
        left: 0;
    }
    .carousel-item {
        width: 100%;               
    }
    .carousel-caption {
        top: 36%;
        left: 0;
        width: 100%;
    }
    .fallbackImg {
        display: inline-block;
    }
    .backVideo iframe {
        display: none;
    }
    video {
        display: none;
    }
    .videoVolumnOnOffButton,
    .videoPlayPause {
        display: none;
    }
    .bgGradient{
        background:none;
    }
    .carousel-caption h2 {
        font-size: 1.50rem;
    }
    .carousel-caption h3 {
        font-size: 4rem;
    }
    
}

@media only screen and (max-width:600px) {
   
   
}
@media only screen and (max-width:550px){
    
    
    
}
@media  only screen and (max-width:400px){
   
    
}
@media only screen and (max-width:320px){
    
}