/* HELPERS */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

/* AJAX SPINNER */
#ajax-spinner { display: none; position: fixed; left: 50%; top: 50%; margin: -15px 0 0 -15px; background: url('../images/spinner.gif') no-repeat 50% 50%; padding: 15px; font-size: 0; z-index: 1000; }

/* FLASH CONTAINER */
.flash-container {}
.flash-container .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.flash-container .flash {
    background: #99cf15;
    color: #fff;
    padding: 15px 10px;
    margin-bottom: 25px;
}
.flash-container .flash.flash-error {
    background: red;
}

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

/* WEBSITE TOP */
.website__top {
    width: 100%;
    background-color: #fff;
}
.website__top .website__top--inner {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #313131;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
}
.website__top .website__top--text {
    display: inline-block;
    max-width: 80%;
}
.website__top .website__top--link {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url('../images/top-icon-next.png') no-repeat center center;
    margin-left: 25px;
}
@media (max-width: 991px) {
    .website__top .website__top--inner {
        flex-direction: column;
    }
    .website__top .website__top--text {
        max-width: 100%;
    }
    .website__top .website__top--link {
        display: block;
        width: 100%;
        background-size: 33px 33px;
        margin: 15px 0;
    }
}

/* TOOLTIPSTER */
.tooltipster {
    position: relative;
}
.tooltipster:after {
    content: "";
    height: 1px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -5px;
    border-bottom: 1px dashed #333;
}
.tooltipster-sidetip .tooltipster-box {
    background-color: rgba(0,0,0,0.8) !important;
    border: none !important;
    font-size: 14px !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(0,0,0,0.8) !important;
}

/* CUSTOM CHECKBOX */
.custom__checkbox {
    padding-left: 5px;
}
.custom__checkbox input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.custom__checkbox label {
    color: rgb(112, 112, 112);
}

.subpage-content__custom {
    padding-bottom: 0;
}
.subpage-content__custom .container {
    padding-top: 60px !important;
    padding-bottom: 60px;
    min-height: 600px;
}
.subpage-content__custom--inner {
    width: 100%;
    position: relative;
}
.container--notop {
    padding-top: 120px !important;
    padding-bottom: 80px;
}

/* NAV TWEAKS */
@media (min-width: 1024px) and (max-width: 1680px) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
    }
}
@media (min-width: 1351px) and (max-width: 1396px) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
    .navbar-expand-lg .navbar-collapse {
        flex-direction: column-reverse;
    }
    .nav-lang {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .nav-lang .active, .nav-lang div {
        display: block;
    }
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
}

/* CERTIFICATES TWEAKS */
.cert-img img {
    border-radius: 64px;
}

/* SEARCH */
.search__section {
    width: 100%;
    margin-bottom: 40px;
}
.search__section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.search__section--item {
    width: 100%;
    margin-bottom: 30px;
}
.search__section--title, .search__section--title a {
    color: #000;
    font-size: 20px;
    transition: 0.2s all;
}
.search__section--title:hover, .search__section--title a:hover {
    opacity: 0.85;
    text-decoration: none;
}
.search__section--more {
    font-size: 13px;
    color: #071834;
    background: #f5dc53;
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 15px;
    transition: 0.85;
}
.search__section--more:hover {
    color: #071834;
    opacity: 0.85;
    text-decoration: none;
}

/* PAGE GALLERY */
.page__gallery {
    width: 100%;
    margin: 25px 0;
}
.page__gallery h3 {
    margin: 15px 0 25px 0;
}
.page__gallery--item {
    width: 100%;
    display: block;
    margin: 15px 0;
}
.page__gallery--item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* PAGE FILES */
.page__files {
    width: 100%;
    margin: 25px 0;
}
.page__files h3 {
    margin: 15px 0 25px 0;
}