.catalogue-overlay {
    bottom: 0!important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px!important;
    background-color: rgba(75, 109, 201, 0.8) !important;
    transition: 500ms;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}


@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .padding-news-mobile{
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 5%!important;
    }
    .catnav-padding-mobile{
        padding-left: 50px!important;
    }
    .catnav-width-mobile{
        width: 100%!important;
    }
    .contact-padding-mobile{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}

@media (max-width: 575px) {
    .text-left-mobile{
        text-align: left!important;
    }
    .padding-about-mobile{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #padding-cat-mobile.padding-cat-mobile{
        padding: 0!important;
    }
    .center-align-mobile{
        text-align: center!important;
    }
    .left-padding-mobile{
        padding-left: 28px!important;
    }
}

@media (max-width: 991px) {
    .menu-mobile{
        display: none!important;
    }
    .menu-mobile-2{
        display: inline-block!important;
    }
    #pagetop.padding-mobile{
        padding: 1rem!important;
    }
    .logo-mobile{
        width: 200px!important;
    }
    .nav-mobile{
        display: none!important;
    }
    .has-search{
        /*position: absolute;*/
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #4A8CBC;
        right: 157px;
    }
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
    z-index: 999;
}

.bgi-grow {
    transition: all .2s ease-in-out;
    background-size: 101%;

}

.bgi-grow:hover {
    background-size: 115%;
}

.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
    z-index: 99;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
}

.preview-container {
    opacity:0;
    transition: 1s;
}
.catalogue-wrapper:hover .preview-container {
    opacity:1;
}

.modal-header {
    padding: 0.25rem 1rem;
}

.modal-title {
    transform: translateY(3px);
}

.modal-header .close {
    padding: .25rem;
    margin: 0;
}

.a-color {
    text-decoration: none!important;
    /*color: red!important;*/
    transition: transform .3s ease-in-out;
}
.a-color:hover {
    /*color: red!important;*/
    transform: scale(1.5);
}

.login-link{
    text-decoration: none!important;
    transition: color .3s ease-in-out;
}
.login-link:hover{
    color: #4B6DC9!important;
}

.footer-link{
    text-decoration: none!important;
    transition: color .3s ease-in-out;
}
.footer-link:hover{
    color: #02022C!important;
}

a.header-link
{
    position: relative;
}

a.header-link {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*!*height: 3px;*!*/
    /*border-bottom: 3px solid #4B6DC9;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background-color: #4B6DC9;*/
    /*visibility: hidden;*/
    /*transform: scaleX(0);*/
    /*transition: all 1s ease-in-out;*/
}
a.header-link:hover {
    /*visibility: visible;*/
    /*transform: scaleX(1);*/
    /*transition: 0.3s;*/
    border-bottom: 3px solid #4B6DC9;
}
.header-link.active{
    border-bottom: 3px solid #4B6DC9;
}

a.subheader-link
{
    position: relative;
    font-size:90%;
}

a.subheader-link:hover {
    /*visibility: visible;*/
    /*transform: scaleX(1);*/
    /*transition: 0.3s;*/
    border-bottom: 2px solid #ffffff;
    /*border-bottom: none;*/
}
.subheader-link.active{
    border-bottom: 2px solid #02022c;
    /*border-bottom: none;*/
    text-transform: uppercase;
    font-weight: bold;
}

.a-color-menu{
    color: black!important;
}
.a-color-menu:hover{
    color: #306082!important;
    font-weight: 600!important;
}

#collapseExample a:hover > .block-hover {
    display: block!important;
}

#navbarCollapse a:hover > .block-hover-cat {
    display: block!important;
}

.alert-consent {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 120px;
    width: 100%;
    background-color: #424242;
    border-bottom: 2px solid #4A8CBC;
    border-radius: 0 !important;
    color: #ffffff!important;
    z-index: 1;
}

.alert-btn {
    margin-top: 10px;
    padding: 1.375rem 4.5rem;
    font-size:20px;
    /*font-weight: bold;*/
}

.btn-cookies {
    color: #fff;
    background-color: #4A8CBC;
    border-color: #4A8CBC;
}

.btn-primary{
     background-color: #4B6DC9;
     border-color: #4B6DC9;
     transition: .3s ease-in-out;
 }

.btn-primary:hover {
    color: #fff!important;
    background-color: transparent!important;
    border-color: #4B6DC9!important;
}

.btn-primary-search {
    background-color: #4B6DC9;
    border-color: #4B6DC9;
    transition: .3s ease-in-out;
}

.btn-primary-search:hover {
    color: #000!important;
    background-color: transparent!important;
    border-color: #4B6DC9!important;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.ui-widget {
    z-index: 99999999;
}

.alert-consent {
    min-height: 120px;
}

.catalogue-wrapper {
    padding-bottom: 65%
}

.section-wrapper {
    /*padding-bottom: 150%;*/
    padding-bottom: 50%;
}

.catalogue-wrapper2 {
    padding-bottom: 60%
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
    margin-left:16px;
}

.login-hover:hover{

}

.dropdown:hover .catalogue-overlay {
    /*width:100% !important;*/
    /*transition: 500ms;*/
    /*background-color: rgba(255, 255, 255, 0.9) !important;*/
    /*color: #4B6DC9 !important;*/
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
}

.dropdown {
    position: absolute;
    display: inline-block;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.dropdown-x {
    display: none;
    position: absolute;
    background-color: rgba(75, 109, 201, 1.0) !important;
    width:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top:1px;
}

.dropdown-x a,
.dropdown-x div
{
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-left:1px solid lightgray;
    border-right:1px solid lightgray;
    border-bottom:1px solid lightgray;
    text-align:center;
    text-transform:uppercase;
    font-weight: bold;
}

.dropdown-x a.drop-header {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #4B6DC9;
}

.dropdown-x a.drop-header:hover {
    color: #ffffff;
}

.dropdown-x a:hover {background-color: rgb(18, 29, 87) !important;}

.dropdown:hover .dropdown-x {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
