
 header.xr-header {
          background-color: #1b9cdb;
      }
      
      
.bgimage .media-body p {
    font-size: 120%;
    font-weight: 300;
    color: white;
    line-height: 1.15;
    letter-spacing: .15px;
}
      .bgimage .media-body h3 {
    font-size: 120%;
    font-weight: 300;
    color: white;
    line-height: 1.15;
    letter-spacing: .15px;
}
      .bgimage {
  width: 100%;
      height: auto;
      position:relative;
  background: url('/assets/images/backgrounds/background_fin.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size:cover;
  background-attachment: scroll;
  
  margin: 0 auto;
}
.bgimage h5 {
  color:white;
  text-shadow:1px 1px #333;
}

.breadcrumb {
    background-color: transparent;
    color:white;
    padding: 0px;
    font-size: 0.8rem;
}

.navbar-expand-md #primaryMenu .nav-link {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    color: white;
    padding-left: 0px;
    padding-right: 30px;
    font-size:1rem;
    transition: all 0.3s ease;
    text-transform: none;
    line-height:1.55rem;
    letter-spacing: -.15px;
}
.navbar-expand-md #primaryMenu .nav-item:last-child .nav-link {
    padding-right: 0px;
}
.fdb-block h1, .fdb-block .text-h1 {
    margin-bottom: .5em;
    margin-top: .3em;
    color: #438cad;
}



.fdb-block img {
    border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -webkit-border-radius: 0px;
}


.socialize-txt {}
.socialize .nav-link:hover .socialize-txt {transition: all 0.3s ease;}