html, h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
    font-family: 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
    color: #333;
}

.hb-link, a {
    color:rgba(55, 124, 168, 0.9);
}

.hb-text-blue {
    color: rgba(55, 124, 168, 0.9) !important;
}

.hb-text-orange {
    color:  #F08605 !important;
}

.hb-text-bold {
    font-weight: 700 !important;
}

.hb-sidenav-item {
    padding-left: 10px;
}

.hb-sidenav-item>a {
    color: #666;
}

.hb-sidenav-item:hover {
    color: #ffffff;
    background-color: rgba(55, 124, 168, 0.9);
    cursor: pointer;
}

.hb-sidenav-item>a:hover {
    color: #ffffff;
    background-color: rgba(55, 124, 168, 0.9);
    cursor: pointer;
}

.hb-sidenav-header-blue {
    color: rgba(55, 124, 168, 0.9) !important;
    font-size: 1.1rem;
}

.hb-sidenav-divider-blue {
    border-top: 1px solid rgba(55, 124, 168, 0.9) !important;
    margin: 5px 0;
}

.hb-navbar-dark {
    background: #2A2A2A  !important;
    color: #ffffff !important;
}

.hb-navbar {
    max-height: 90px;
}

.hb-navbar-logo {
    max-height: 60px;
}

.hb-navbar-toggle-button {
    min-width: 50px;
}

.hb-sub-logo-container {
    background-color: #F08605;
    text-align: center;
    padding: 5px 10px;
}

.hb-sub-logo {
    margin: 0;
    height: 35px;
    width: 50%;
}

.hb-front-page-title {
    color: rgba(55, 124, 168, 0.9);
    line-height: 1.2;
}

.hb-slider {
    padding: 0;
    background: #2A2A2A  !important;
}

.hb-slider-item-large {
    padding: 0 100px;
}

.hb-slider-item-image {
    max-height: 450px;
}


.hb-slider-item-date {
    color: #F08605 !important;
    font-weight: 200;
    padding: 0;
}

.hb-slider-item-title {
    font-weight: 300;
    padding: 0%;
    margin: 0;
}

.hb-slider-item-desc {
    display: block;
    display: -webkit-box;
    max-width: 90%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    margin: 0;
}

.hb-slider-item-desc p:not(:first-child) { 
    display: none;
} 

.hb-slider-item-link {
    padding: 10px 0;
}

.hb-cooperations-logos{
    max-width: 320px;
    height: auto;
}

.hb-footer-copyright {
    color: #999999 !important;
    margin: 0;
    bottom: 0;
}

.hb-page-title {
    color: rgba(55, 124, 168, 0.9);
}

hr:last-child {
    display: none;
}

.hb-footer {
    font-size: 14px;
}

.hb-footer > a:hover {
    text-decoration: none;
}


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

  
.downlaod-list > li > a {
    color: #0088cc;
    text-decoration: underline;
    width: 100%;
}
  
.downlaod-list > li:hover {
    cursor: point !important;
    color: rgba(240, 134, 5, 0.9) !important;
}
  
.downlaod-list > li:hover > a {
    cursor: point !important;
    color: rgba(240, 134, 5, 0.9) !important;
}
  
.downlaod-list > li > a:hover {
    cursor: point;
    color: rgba(240, 134, 5, 0.9) !important;
}

.hb-back-button {
    background-color: transparent;
    color: #F08605;
    border: 1px solid #F08605;
}

.hb-back-button:hover {
    background-color: #F08605;
    color: #ffffff;
    border: 1px solid #F08605;
}

@media only screen and (max-width: 479px) {
    .hb-text-center-small {
        text-align: center;;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }

    .hb-slider-item-image {
        max-height: 250px;
    }

    .hb-slider-item-desc {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .hb-description-list-horizontal>dt {
        width: 160px;
        float: left;
        clear: both;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hb-description-list-horizontal>dd {
        margin-left: 180px;
    }
}
