﻿.TopBanner .carousel-control-prev-icon:before,
.TopBanner .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;
}


.TopBanner .carousel-control-next,
.TopBanner .carousel-control-prev {
    font-size: 3rem;
    color: rgb(255,255,255) !important;
    opacity: 1;
}

.TopBanner .carousel-control-next:visited,
.TopBanner .carousel-control-prev:visited {
    color: rgb(255,255,255) !important;
}

.TopBanner .carousel-control-next:focus,
.TopBanner .carousel-control-next:hover,
.TopBanner .carousel-control-prev:focus,
.TopBanner .carousel-control-prev:hover {
    color: rgb(252,176,64) !important;
    opacity: 1;
}

.TopBanner .carousel-control-prev-icon,
.TopBanner .carousel-control-next-icon {
    background: none;
}

.TopBanner .carousel-control-prev-icon:before {
    content: "\f104";
}

.TopBanner .carousel-control-next-icon:after {
    content: "\f105";
}

.TopBanner .carousel-item {
    height: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.TopBanner .carousel-indicators {
    margin-bottom: 0;
    z-index: 1;
}
.TopBanner .carousel-indicators li {
    background: rgba(255,255,255,0.7);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0.8rem 0 0;
    border: none;
    border-radius: 10px;
    opacity: 1;
}
.TopBanner .carousel-indicators .active {
    background: rgb(255,255,255);
}
.TopBanner .carousel-item
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .TopBanner .carousel-item:after {
        /*content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        display: block;
        background: url(../images/bgSlider.png) left center repeat-x;*/
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height:43rem;
        display: block;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,29,51,0.5) 80%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,29,51,0.5) 80%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 29, 51, 0.5) 80%);
            border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }

.TopBanner .carousel-caption {
    position: absolute;
    top: 55%;
    left: 8.7rem;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    bottom: auto;
    width: 50%;
    padding: 1rem;
    text-shadow: 0 0 1rem rgba(0,0,0,5);
    text-align: left;
    width:100%;
}

.TopBanner .carousel-caption h2 {
     font-family: Montserrat, Arial, sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:4.375rem;
    color: rgb(255,255,255);
    line-height:1;
    margin-bottom: 0;
}

.TopBanner .carousel-caption h3 {
     font-family: 'open sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:1.875rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5.8px;
}

.TopBanner .carousel-caption p {
     font: normal 1.2rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    margin-bottom: 0;
}

.TopBanner .carousel-caption a,
.TopBanner .carousel-caption a:link {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size:1.125rem;
    color: rgb(255,255,255);
    display: block;
    margin-top: 2.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.TopBanner .carousel-caption a:visited {
    color: rgb(255,255,255);
}

.TopBanner .carousel-caption a:hover {
   color: rgb(242,181,12);
}

.TopBanner .carousel-caption a:active {
    color: rgb(255,255,255);
}

.TopBanner .carousel-caption a:focus {
    color: rgb(255,255,255);
}

.TopBanner .carousel-indicators {
    margin-bottom: 0;
     bottom: 4rem;
}

.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) {
    .TopBanner .carousel-caption {
        left:4rem;
    }

    .TopBanner .carousel-caption h2 {
        font-size: 3.85rem;
    }

    .TopBanner .carousel-caption h3 {
        font-size: 1.56rem;
    }

    .TopBanner .carousel-caption p {
        font-size: 1.3rem;
    }

    .TopBanner .carousel-caption a,
    .TopBanner .carousel-caption a:link {
        padding: 0.55rem 1rem;
        max-width: 170px;
        font-size: 0.98rem;
        margin-top: 2.15rem;
    }

    .btnScrollDown {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 1450px){
    .TopBanner .carousel-caption {
        left: 1rem;
        top:50%;
    }
    .TopBanner .carousel-caption h2 {
        font-size: 3.55rem;
    }
    .TopBanner .carousel-caption h3 {
        font-size: 1.4rem;
    }
    .TopBanner .carousel-caption a, .TopBanner .carousel-caption a:link {
        font-size: 0.95rem;
        margin-top: 2rem;
        max-width: 160px;
    }
}
@media only screen and (max-width: 1190px) {
    
    .TopBanner .carousel-caption h2 {
        font-size: 3rem;
    }

    .TopBanner .carousel-caption h3 {
        font-size: 1.1rem;
    }

    .TopBanner .carousel-caption p {
        font-size: 1.2rem;
    }

    .TopBanner .carousel-caption a,
    .TopBanner .carousel-caption a:link {
        font-size: 0.9rem;
        padding: 0.45rem 1rem;
        margin-top: 1.85rem;
        max-width: 150px;
    }
}


@media only screen and (max-width:785px) {
    .carousel-inner > figure > video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }

    .fallbackImg {
        display: block;
    }

    .TopBanner .carousel-indicators li {
        width: 13px;
        height: 13px;
        margin: 0 0.5rem 0 0;
    }
    /*.carousel-indicators li {
        background: rgba(22,87,81,0.8);
    }
    .carousel-indicators .active {
        background: rgba(252,176,64,0.8);
    }*/

    .TopBanner .carousel-control-next,
    .TopBanner .carousel-control-prev {
        font-size: 2rem;
        color: rgb(1,138,182) !important;
    }

    .TopBanner .carousel-control-next:visited,
    .TopBanner .carousel-control-prev:visited {
        color: rgb(1,138,182) !important;
    }

    /*.TopBanner .carousel-item:after {
        height: 25rem;
    }*/

    .TopBanner .carousel-caption {
        top: 40%;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }

    /*.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;
    }*/

    .TopBanner .carousel-caption h2 {
           font-size: 2.85rem;
       
    }

    .TopBanner .carousel-caption h3 {
       font-size: 1.1rem;
       letter-spacing: 5px;
    }

    .TopBanner .carousel-caption p {
        font-size: 1rem;
    }

    .TopBanner .carousel-caption a,
    .TopBanner .carousel-caption a:link {
        margin: 0 auto;
        margin-top:1.35rem;
    }
}
@media only screen and (max-width:768px){
    .TopBanner .carousel-item img {
        min-height: 600px;
    }
}
@media only screen and (max-width:580px) {
    .TopBanner .carousel-indicators {
     bottom: 6rem;
}

    .TopBanner .carousel-item img {
        min-height: 550px;
    }
    .TopBanner .carousel-caption {
        top: 34%;
    }
    .TopBanner .carousel-caption h2 {
        font-size: 2.65rem;
    }
    .TopBanner .carousel-caption h3 {
        font-size: 1rem;
        letter-spacing: 4.5px;
    }
    .TopBanner .carousel-caption a, .TopBanner .carousel-caption a:link {
        font-size: 0.85rem;
        padding: 0.35rem 1rem;
        max-width: 145px;
    }
}

@media only screen and (max-width:400px) {
    .TopBanner .carousel-item img {
        min-height: 500px;
    }
    /*.carousel-caption {
        top: 29%;
    }*/
    .TopBanner .carousel-caption h2 {
        font-size: 2.15rem;
    }
    .TopBanner .carousel-caption h3 {
        font-size: 0.9rem;
        letter-spacing: 3px;
    }
    .TopBanner .carousel-caption a, .TopBanner .carousel-caption a:link {
        font-size: 0.735rem;
        padding: 0.3rem 1rem;
        max-width: 126px;
        margin-top: 1.15rem;
    }
}