
/* CONTAINER FOR LEFT MARGIN OF 8%  SIDEBAR */
.margin-l8{
    width: 92%;
    margin-left: 8%;
}

.logo_band {
    background-color: #fff;
    height: 88px;
    position: relative;
}

.logo_band img {
    height: 66px;
    position: absolute;
    top:10px;
    left: 0px;
}

.flash-box{
    overflow: hidden;
    position: relative;
    height: 88px;
}

.flash-box p {
    position: absolute;
    width: 100%;
    margin: 0;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);    
    transform:translateX(100%);
    /* Apply animation to this element */  
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
   }

   @-moz-keyframes example1 {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
   }
   @-webkit-keyframes example1 {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
   }
   @keyframes example1 {
    0%   { 
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%);       
    }
    100% { 
    -moz-transform: translateX(-100%); /* Firefox bug fix */
    -webkit-transform: translateX(-100%); /* Firefox bug fix */
    transform: translateX(-100%); 
    }
   }


@media only screen and (max-width:1050px){
    .margin-l8{
        width: 100%;
        margin-left: 0%;
    }
}

.section_band {
    height: 25px;
    color: white;
    background-color: #1f4d78;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    width: 92%;
    margin-left: 8%;
    padding-left: 20px;
    font-size: 15px;
    font-weight: unset!important
}


/* TEXT OPEN_SANS FOR KATALYZE */

.text-14{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.65;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.p-14{
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.87) !important;
    line-height: 1.65 !important;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

a:hover{
    text-decoration: unset !important;
}


.list-group-item{
    border-bottom: 0.5px solid #1f4d78 !important ;
    border-top: 0.5px solid #1f4d78 !important ;
    margin: 0 10px ;
}

.show{
    border: 0.5px solid white !important;
    background-color: #1f4d78 !important;
    color: white;
}
.dropleft{
    background-color: white !important;
}
.dropdown-item{
    color: white !important;
}
.dropdown-item:hover{
    color: #1f4d78 !important;
}

.carousel-control-next{
    width: 20px !important;
    margin-right: 2%;
}

.carousel-control-prev{
    width: 20px !important;
    margin-left: 2%;
}

@media only screen and (max-width:576px){
    .text-mb{
        font-size: 13px !important;
    } 
    
}

/* footer */
.footer-katalyze{
    background-color: #383838;
}

.socialLink{
    font-size: 25px;
}





/* COOKIES */

.cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000000000000;
}


/* RECAPTCHA hidden */

.grecaptcha-badge {
    visibility: hidden
}