.breadcrumb-item a, a.link-secondary, a.stretched-link  {
    color: #0094D9;
}

.breadcrumb-item a:hover, a.link-secondary:hover, a.stretched-link:hover {
    color: #007ab3;
}

.btn-primary {
    background-color: #0094D9;
    border-color: #0094D9;
}

.btn-primary:hover {
    background-color: #007ab3;
    border-color: #0094D9;
}

.btn-outline-primary:hover {
    background-color: #0094D9;
    border-color: #0094D9;
    color: #fff!important;
}

.btn-outline-primary {
    border-color: #0094D9!important;
    color: #0094D9!important;
}



/* --------------------------------------------------- */

.navbar-nav > li{
    margin-left:10px;
    margin-right:10px;
  }

  .space-2, .space-bottom-2 {
    padding-bottom: 4rem!important;
}
.space-2, .space-top-2 {
    padding-top: 4rem!important;
}

.input-group-pill {
    border-radius: 6.1875rem;
}

.input-group-pill>.form-control:first-child {
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.input-group-pill>.input-group-append>.btn {
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.text-inherit {
    color: inherit;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    border-top: .0625rem solid rgba(231,234,243,.7);
}

a {
    color: #377dff;
    text-decoration: none;
    background-color: transparent;
}

.font-size-1 {
    font-size: .875rem;
}





.btn-outline-primary {
    color: #377dff;
    border-color: #377dff;
}

.btn-pill {
    border-radius: 6.1875rem;
}
.btn-sm {
    padding: .625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
}




.masthead {
    height: 480px;
    min-height: 480px;
    background-image: url('images/background5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: none;
  }

  .product-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }



  .bd-placeholder-img-container {
    width: 200px;
    height: 250px;
    overflow: hidden;
}

.bd-placeholder-img {

    font-size: 1.125rem;

    text-anchor: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    height: 100%;

    object-fit: cover;

}

.footer {
    background-color: #f8f9fa!important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}


#menu-products-menu {

    margin: 0;

    padding: 0;

    width: 100%;

    background-color: #f1f1f1;

    border-top: 3px solid #0094D9;

}



#menu-products-menu li {

    list-style: none;

}

#menu-products-menu li a {

    display: block;

    color: black;

    padding: 6px 6px 6px 12px;

    text-decoration: none;

    border-bottom: 1px solid white;

    background-color: #0094D9;

    font-size: 13px;

    font-weight: bold;

    color: white;

  }

#menu-products-menu li.current-menu-item a {

    /* background-color: #0094D9; */

    color: white;  

  }



  #menu-products-menu .sub-menu li a:hover:not(.active) {

    /* background-color: #0094D9;

    color: white; */

    color: #006797;
    display: block;
    background-color: #cccccc;

  }


  #menu-products-menu .sub-menu li a {

      background-color: #f1f1f1;

      color: #0094D9;

      padding: none!important;

  }

  #menu-products-menu .sub-menu {

      padding-left: 10px;

  }

#menu-footer-products, #menu-footer-portfolio, #menu-footer-resources {
    padding-left: 0;
    list-style: none;
}

#menu-footer-products li a, #menu-footer-portfolio li a, #menu-footer-resources li a {
    color: #0094D9;
}

#menu-footer-products li a:hover, #menu-footer-portfolio li a:hover, #menu-footer-resources li a:hover {
    color: #007ab3;
}