.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    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);
}
.recentNewsContMob .eventCarousel.carousel-control-next, 
.recentNewsContMob .eventCarousel.carousel-control-prev {
    bottom:9rem;
}
.eventCarousel.carousel-control-next,
.eventCarousel.carousel-control-prev {
    display: block;
    color: #c23c34!important;
    font-size: 1.875rem;    
    width:16%;
    bottom:6rem;
    top:auto;
}
.eventCarousel .carousel-control-next:visited,
.eventCarousel .carousel-control-prev:visited {
    color: #c23c34;
}
.eventCarousel .carousel-control-prev-icon,
.eventCarousel .carousel-control-next-icon {
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    width: 45px;
    height: 45px;
}
.eventCarousel .carousel-control-prev-icon:before {
    content: "\f060";
    font-weight:700;
}
.eventCarousel .carousel-control-next-icon:after {
    content: "\f061";
    font-weight: 700;
}
.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: 100%;
    height: 60px;
    display: block;
    background: url(../images/bgSlider.png) left center repeat-x;
}*/

.carousel-caption {
    position: absolute;
    top: 8rem;
    left: auto;
    right:4rem;
    /*-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: 180px;
    width: 34%;
    padding: 0;
    text-shadow: none;
    text-align: center;
    background: linear-gradient(to bottom, rgba(13,47,47,0.7),rgba(13,47,47,0));
}
.innerCarouselCaption {   
    padding: 4rem 2.5rem 4rem 2.5rem;
}
.carousel-caption h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.65rem;
    color: rgb(255,255,255);   
    margin-bottom: 0;
}

.carousel-caption h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
}
.carousel-caption .innerBorder {
    border-bottom: 5px solid #deb026;
    width: 5rem;
    position: relative;
    left: 50%;
    margin: 0.3rem 0 0.5rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.carousel-caption p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.25rem;
    color: rgb(255,255,255);
    margin-bottom: 0;
}

.carousel-caption a,
.carousel-caption a:link {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    color: rgb(255,255,255);
    display: block;
    margin: auto;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background: none;
	padding: 1rem 0 0;
}

.carousel-caption a:visited {
    color: rgb(255,255,255);
}

.carousel-caption a:hover {
    color: #deb026;   
}

.carousel-caption a:active {
    color: #deb026;   
}

.carousel-caption a:focus {
    color: #deb026;   
}
.carousel-caption a i{
    margin-left: 1rem;
    color: #deb026;
}

/*added on 02/08/2023 - Mirna*/
    a.btn.promo-button {
        width: 100%;
        display: inline-block;
        font-size: 1.15rem !important;
        font: normal 400 1.1rem 'Open Sans', Arial, sans-serif;
        color: rgb(255,255,255);
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        padding: 1rem;
        cursor: pointer;
        -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: 0.5rem;
        -moz-border-radius: .5rem;
        border-radius: 0.5rem;
        background: #d2a417;
        border: none;       }
        a.btn.promo-button:hover {
            background: #0e776e;
        }

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
}

.btnScrollDown {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    width: 100%;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.7);
    height: 30%;
}
.innerbtnScrollCont {
	display: none;
    /*position: relative;
    width: inherit;
    height: inherit;
    text-align: center;*/
}
.innerbtnScrollCont p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:  1.125rem;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: rgb(255,255,255);
    letter-spacing: 1px;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.innerbtnScrollCont p:hover{
    color:#deb026;
}
@keyframes scroll{
    0%{
        transform:translateY(0);
    }
    30% {
        transform: translateY(60px);
    }
}
svg #wheel {
    animation: scroll ease 2s infinite;
}
/*.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;
}

.carousel-inner.fullHeight {
	max-height: 770px;
}

/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1680px) {
    /*.carousel-caption{
        top:15%;
    }*/
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .carousel-caption h3 {
        font-size: 3.6rem;
    }
    .carousel-caption p {
        font-size: 1.1rem;
    }
     
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1rem;
    }    
}
@media only screen and (max-width:1450px){
    /*.carousel-caption {
        top: 14%;
    }*/
    .carousel-caption h3 {
        font-size: 3.2rem;
    }
}
@media only screen and (max-width:1330px){
    /*.innerCarouselCaption {
        padding: 10rem 2rem 4rem 2rem;
    }
    .carousel-caption {
        top: 13%;
    }*/
    .carousel-caption h2 {
        font-size: 1.3rem;
    }
    .carousel-caption h3 {
        font-size: 2.8rem;
    }
    .carousel-caption .innerBorder {
        width: 4rem;        
    }
}
@media only screen and (max-width: 1190px) {
    
	.carousel-caption {
		top: 5rem;
	}
	
	.frmSearch {
		top: 2.5rem;
	}
	
	.carousel-caption h3 {
		font-size: 2.4rem;
	}
	
	.carousel-caption h2 {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 1024px) {
	
    .carousel-caption a, .carousel-caption a:link {
        padding: 0.85rem 1.5rem;
        margin-top: 2rem;
        font-size: 0.9rem;
    }
    .carousel-caption h2 {
        font-size: 1.1rem;
    }

    .carousel-caption h3 {
        font-size: 2.4rem;
    }

    .carousel-caption p {
        font-size: 0.95rem;
        /*line-height:1.25;*/
    }

    .carousel-caption .innerBorder {
        width: 3.5rem;
    }
	
    /*.btnScrollDown{
        bottom:-5rem;
    }*/
	
    .innerbtnScrollCont p{
        font-size:1rem;
    }
}

@media only screen and (max-width:950px) {
    
	.carousel-caption {
    	width: 50%;
		top: 5rem;
	}
	
	.carousel-caption h2 {
        font-size: 1rem;
    }
	
    .carousel-caption h3 {
        font-size: 2rem;
    }
	
    .carousel-caption p {
        font-size: 0.95rem;
    }
	
    .carousel-caption a, .carousel-caption a:link {
        max-width: 180px;
    }
}

@media only screen and (max-width:785px) {
    .carousel-inner > figure > video,
    .backVideo,
    #playPauseButton,
    #volumeButton,
    .btnScrollDown {
        display: none;
    }

    .fallbackImg {
        display: block;
    }

    .carousel-indicators {
        bottom: 1rem;
        display:none;
    }

    .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: rgba(255,255,255,0.5) !important;
        display: block;       
        width: 4%;
        top: auto;
        bottom: 10rem;
    }

    .carousel-control-next:visited,
    .carousel-control-prev:visited {
        color: rgb(1,138,182) !important;
    }

    .carousel-item:after {
        content: normal;
    }

    .carousel-caption {
        position: relative;
        top: 62%;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-left: 0;
        padding: 0;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: rgb(13,47,47);
    }
    .innerCarouselCaption {
        padding: 3rem 1.5rem 2.5rem 1.5rem;
    }
    .carousel-caption h2 {
        font-size: 1.3rem;
    }
    .carousel-caption h3 {
        font-size: 2.5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption a, .carousel-caption a:link {
        max-width: 200px;
        margin-top: 1.5rem;
        padding: 0.8rem 1.5rem;
    }
   
    /*.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:480px) {
    .carousel-caption h3 {
        font-size: 1.7rem;
    }
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-control-next, .carousel-control-prev {        
        width: 8%;        
    }
    .carousel-caption p {
        font-size: 0.9rem;
    }
    .carousel-caption .innerBorder {
        width: 3rem;
    }
    .carousel-caption a, .carousel-caption a:link {
        max-width: 160px;
        margin-top: 1.5rem;
        padding: 0.6rem 1rem;
    }
}
@media only screen and (max-width:400px){
    .recentNewsContMob .eventCarousel.carousel-control-prev{
        left:-5px;
    }
    .recentNewsContMob .eventCarousel.carousel-control-next {
        right:-5px;
    }
    .carousel-caption p {
        font-size: 0.8rem;
    }
	.eventCarousel.carousel-control-next, .eventCarousel.carousel-control-prev {   
		font-size: 1.5rem; 				
	}
	.eventCarousel .carousel-control-prev-icon, .eventCarousel .carousel-control-next-icon{
		width: 40px;
		height: 40px;
	}
}
