
/* ================== SECTIONS =================== */
/* ================== header main ==================  */
.header-top-light .nav-link {
    color: #969696;
}
.header-top-light .nav-link:hover {
    color: #212529;
}

.header-main {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.brand-wrap .logo, .navbar-brand .logo {
    margin-right: 7px;
    /*max-height: 42px;*/
    max-height: 84px;
    display: inline-block;
}
.full-header-logo {
    margin-right: 7px;
    /*max-height: 42px;*/
    max-height: 200px;
    width: auto;
}

.navbar-main .nav-link {
    font-weight: 500;
    color: #1c1c1c;
}
.navbar-main .nav-link:hover {
    color: #666;
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.widget-header a {
    color: #343a40;
}
.widget-header a:hover {
    color: #c29958;
}
.widget-header i {
    color: #969696;
}
.widget-header i.active {
    color: #c29958;
}
.widget-header form {
    min-width: 280px;
}
.widget-header .title {
    display: block;
}
.widget-header .notify {
    position: absolute;
    top: -3px;
    right: -10px;
}
.widget-header:hover i {
    color: #c29958;
}

/* ================== news ==================  */
h1.section-news-headline {
    color: #777777;
}
div.blog-article-img {
  height: 200px;
  max-width: 100%;
  width: auto;
  background-size: cover;
  background-color: transparent;
  background-position: center;
}

div.blog-article-title {
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
    overflow: hidden;
}

div.blog-article-date {
    line-height: 1.5;
    padding-bottom: 15px;
    color: #777777;
    overflow: hidden;
}

div.blog-article-subtitle {
    line-height: 1.5;
    padding-bottom: 15px;
    color: #777777;
    overflow: hidden;
}

div.blog-article-body {
    line-height: 1.5;
    padding-bottom: 15px;
    color: #777777;
    overflow: hidden;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
  }