.carousel-viewport-height{
    max-height:400px !important;
}

@media(min-width: 768px){
    .carousel-viewport-height{
        max-height: inherit !important;
    }
}

.carousel-caption .headline{
    background-color: #0063AC;
    font-family: "Titillium Web";
    font-size:20px;
    line-height: 30px;
    color:white;
    padding-left:20px;
    padding-right:20px;
    max-width:768px;
    margin-bottom:22px;
}

@media(min-width: 768px){
    .carousel-caption .headline{
        max-width:750px;
        font-size:36px;
        line-height: 43px;
        padding-left:50px;
        padding-right:50px;
    }
}

.carousel-caption p.lead{
    padding:15px 20px;
    font-family: "Titillium Web";
    width:100%;
    max-width:768px;
    font-size:12px;
    line-height: 16px;
    color:white;
    margin-bottom:20px;
    /*position:absolute;*/
    bottom:5%;
}

@media(min-width: 768px){
    .carousel-caption p.lead{
        padding:20px 50px;
        max-width:500px;
        font-size:18px;
        line-height: 22px;
        color:white;
        margin-bottom:20px;
        position:relative;
    }
}

.carousel-caption .btn-slider{
    border:3px solid #ffffff;
    border-radius: 0;
    background-color:transparent;
    font-family: "Titillium Web";
    font-weight: 600;
    font-size:14px;
    line-height: 16px;
    color:white;
    padding:5px 10px;
    margin-top:15px;
    width:auto;
    float:none;
}

@media(min-width: 768px){
    .carousel-caption .btn-slider{
        border:5px solid #ffffff;
        font-size:18px;
        line-height: 19px;
        padding:10px;
        margin-top:15px;
    }
}

.carousel-caption{
    left: 0px;
    text-align: left;
    width:100%;
    right:inherit;
    height:auto;
    /*position: initial;*/
	top: 30px;
	bottom: auto;
	padding: 0;
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel.slide{
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.carousel-item{
    background-size: cover;
    background-position: center center;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.carousel-item.active{
    display:flex;
}

.carousel-fade .carousel-item{
    display: flex;
}

.carousel-info{
    position:absolute;
    bottom: 10px;
    right:40px;
}

.carousel-info p{
    color: #fff;
    font-size:14px;
    line-height: 14px;
    font-family: 'Titillium Web';
    margin-bottom: 0;
}

.carousel-control{
    color:RGBA(255,255,255,1);
    cursor:pointer;
    font-size: 6rem;
}

.carousel-control-next,
.carousel-control-prev{
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 768px){
    .carousel-control-next,
    .carousel-control-prev{
        opacity: 1;
        visibility: visible;
    }
}

/*Logobar*/
.logobar-wrap .opener-wrap,
.logobar-wrap-sticky .opener-wrap{
    transition:height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    -webkit-transition: height .3s ease-out;
}

.logobar-wrap.expand .opener-wrap,
.logobar-wrap-sticky.expand .opener-wrap{
    height: 40px ;
    transition:height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    -webkit-transition: height .3s ease-out;
}

.logobar-wrap .opener{
    font-family: 'Alfa Slab One';
    font-size: 36px;
}

.logobar-wrap.expand .opener{
    font-size:14px;
    color: RGBA(0,0,0,0.7);
}

@media(min-width: 1400px){
    .logobar-wrap.expand .opener{
        font-size:16px;
    }
}

@media(min-width: 1800px){
    .logobar-wrap.expand .opener{
        font-size:20px;
    }
}

.logobar-wrap .opener.text,
.logobar-wrap-sticky .opener.text{
    display:block;
    margin-bottom: 0;
    margin-top: 10px;
}

.logobar-wrap .opener.link,
.logobar-wrap-sticky .opener.link{
    display:none;
}

.logobar-wrap.expand .opener.text,
.logobar-wrap-sticky.expand .opener.text{
    display:none;
}

.logobar-wrap.expand .opener.link,
.logobar-wrap-sticky.expand .opener.link{
    display:block;
}

.logobar-wrap .opener[aria-expanded="true"] > .ion-chevron-down:before{
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.logobar-container{
   height:auto;
    padding:10px 0px;
}

.logobar-image-wrap:hover .url-hide-wrap{
    height:100%;
    display: block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.logobar-image-wrap .url-hide-wrap{
    height:0px;
    width:100%;
    background-color:RGBA(255,255,255,0.86);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow:hidden;
}

.url-hide-wrap .link{
    color: #63b32e;
    display:block;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size:13px;
    margin-left: 50px;
}

.logobar-image-wrap  .url-hide-wrap > a:first-child{
    padding-top:5px
}

.logobar-mobile .row .col{
    height: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.logobar-mobile .row{
    padding-top:5px;
    padding-bottom: 15px;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}