:root {
    --theme-bg-color: #f29c55;
    --theme-bg-color-light: #eba46a;
    --theme-bg-strong-color: #d98641;
    --theme-bg-gray: #423f3a;
    --theme-bg-gray-dark: #2b2824;
    --link-color: #0077cc;
}
[v-cloak] {
    visibility: hidden;
}
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
html, body {
    height: 100%;
    margin: 0;
}
main {
    padding-bottom: 3rem;
}
body {
    overflow-x: hidden;
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size-adjust: 0.52;
    font-weight: 400;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
.help-text {
    font-size: 12px;
    color: #999;
    width: 100%;
    text-align: left;
}
.container {
    position: relative;
}
.hidden {
    display: none !important;
}
.social-media-lnk {
    font-size: 1.5em;
}
footer .link-item {
    line-height: 2em;
    font-size: 14px;
    position: relative;
}
.pre2footer .footer-containers {
    padding-top: 0;
    margin-top: -160px;
}
.link-item[role=heading] {
    line-height: 2em;
    color: #ddd;
    font-weight: 900;
}
.footer, .pre2footer {
    padding-bottom: 10px;
}
.footer-about-us {
    padding: 15px 25px;
}
.footer-logo img {
    opacity: 0.075;
}
.logo-top img {
    height: 75px;
    width: auto;
    margin-right: 40px;
}
.pre2footer {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .pre2footer .footer-containers {
        margin-top: 10px;
    }
    .footer-about-us {
        padding: 0;
    }
    footer .link-item {
        line-height: 1.6em;
    }
    .footer {
        padding-bottom: 0;
    }
    .footer-logo img {
        opacity: 0.15;
    }
    .footer-about-us {
        margin-top: 10px;
    }
}
footer {
    width: 100%;
    white-space: nowrap;
    border-top: 1px solid #e5e5e5;
}
.pre2footer {
    border-bottom: 2px solid var(--theme-bg-strong-color);
    background: var(--theme-bg-gray);
    line-height: 40px;
}
.prefooter {
    border-bottom: 2px solid var(--theme-bg-strong-color);
    background: var(--theme-bg-color);
    line-height: 40px;
}
.prefooter .container,
.prefooter .container a {
    color: #222;
}
.footer {
    line-height: 40px;
    background: var(--theme-bg-gray-dark);
}
footer .container,
footer .container a {
    color: #999;
}
.page-content {
    flex-grow: 1;
}
.content {
    margin-bottom: 120px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
a {
    color: var(--link-color);
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.navbar-brand {
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0;
}
.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    color: #000 !important;
}
.navbar-nav .nav-item-lang {
    line-height: 30px;
    padding-left: 10px;
}
.navbar-nav .nav-item-lang * {
    z-index: 99999;
}
.navbar-nav .nav-item:hover:not(.nav-item-special),
.navbar-nav .nav-item:active:not(.nav-item-special),
.navbar-nav .nav-item:hover:not(.nav-item-special) .nav-link,
.navbar-nav .nav-item:active:not(.nav-item-special) .nav-link,
.navbar-nav .nav-item.active:not(.nav-item-special) .nav-link {
    background: var(--theme-bg-strong-color) !important;
    color: #f8f8f8 !important;
    border-radius: 5px !important;
}
.navbar-nav .btn-link {
    padding: 15px;
    width: 100%;
    height: 100%;
    text-align: left;
}
h1, h2 {
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 45px;
}
h1 {
    margin-top: 30px;
}
.navbar {
    background: var(--theme-bg-color) !important;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.dropdown-item.active {
    background: var(--theme-bg-strong-color) !important;
    color: #f8f8f8 !important;
}
.dropdown-item:active {
    background: #ccc !important;
}
.link-button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    display: inline;
    line-height: inherit;
    color: #0077cc;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}
.btn-orange {
    background: var(--theme-bg-color);
    color: #fff;
    border: 2px solid var(--theme-bg-color);
    font-size: 36px;
}
.btn-orange:hover,
.btn-orange:active {
    background: var(--theme-bg-color-light) !important;
    border: 2px solid var(--theme-bg-color-light) !important;
    color: #fff !important;
}
.btn-orange.small {
    font-size: 18px;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid var(--theme-bg-gray);
    border-right-color: orange;
    animation: l2 0.4s infinite linear;
    position: fixed;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: 9999;
}
@keyframes l2 {
    to { transform: rotate(1turn) }
}
#submenu {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .nav-item-lang button {
        text-align: right;
    }
}

/* Banner */
.banner {
    background: var(--theme-bg-gray-dark);
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.banner h2 {
    margin-bottom: 15px;
    color: #fff;
}
.follow-us-ig {
    color: #fff;
    background: var(--theme-bg-color);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.follow-us-ig:hover {
    background: var(--theme-bg-color-light);
    color: #fff;
}
