﻿.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        color: #47b2e4;
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 0px 0px;
    padding: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #4baaa4;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }

    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }

        .navbar-mobile .dropdown ul a i {
            font-size: 12px;
        }

        .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
            color: #47b2e4;
        }

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.fa-bars, .collapsed .fa-times-circle {
    display: none;
}

.fa-times-circle, .collapsed .fa-bars {
    display: block;
}

.notes {
    position: relative;
    top: 0;
    background-color: #975500 !important;
    color: #FFF;
    font-size: 0.85rem;
    display: none;
    z-index: 999999;
    width: 100%;
    text-align: center;
}

    .notes i.fa-exclamation-triangle {
        display: inline-block;
        margin: 10px 0;
    }

    .notes i.fa-times-circle {
        display: inline-block;
        margin: 5px 0;
        cursor: pointer;
        font-size: 1rem;
        position: absolute;
        right: 15px;
        top: 7px;
    }

    .notes p {
        display: inline-block;
        margin: 10px 0;
    }

        .notes p a {
            color: #FFF;
            text-decoration: underline !important;
            z-index: 999999;
        }

    .notes div {
        display: inline-block;
        background-color: #eae6da;
        margin: 10px 10px 10px 0;
    }

        .notes div a {
            margin: 10px 20px;
            z-index: 999999;
        }

.notes_popup {
    display: none;
}


header .footer .font-size-auto {
    font-size: inherit !important;
}

@media (min-width: 992px) {
    header .footer .font-size-auto {
        font-size: 12px !important;
    }
}

.investorreg {
    text-align: right;
    width: 100%;
    padding-bottom: 1em;
}

    .investorreg p {
        margin-bottom: 0 !important;
        font-size: 1.2em;
        font-weight: 900;
        line-height: 1.8;
    }

    .investorreg a {
        color: #713a29;
        font-size: 0.7rem;
    }



        .investorreg a:hover {
            color: #a06c12;
            text-decoration: none;
        }

    .investorreg div {
        padding: 0 2em;
    }

@media (min-width: 992px) {
    .investorreg {
        margin-top: -1.5em;
        position: relative;
        padding: 0 0.5rem 0.25rem 0.5rem;
    }
}

@media (max-width: 850px) {
    .investorreg {
        text-align: center !important;
    }
}

#band-cookies {
    bottom: 0;
    /* left: 0;
            right: 0;*/
    /*    position: fixed !important;*/
    /* z-index: 1000;*/
    padding: 15px 10px;
}

a#band-cookies-close {
    position: absolute;
    right: 1em;
    z-index: 9999;
    top: 25%;
}

#band-cookies p {
    margin: 0;
    text-align: center !important;
    width: 100%;
    font-size: 0.8rem;
}

    #band-cookies p a {
        color: #ffeace;
        text-decoration: underline !important;
    }

        #band-cookies p a#band-cookies-ok {
            color: rgb(151, 85, 0);
            background: #fff;
            padding: 4px 21px;
            text-decoration: none !important;
            margin-left: 30px;
        }



@media (max-width: 991px) {
    #band-cookies p {
        margin: 0 auto;
        width: 80%;
        line-height: 26px;
    }

        #band-cookies p a#band-cookies-ok {
            /* margin: 0 auto; */
            width: 20%;
            display: block;
            margin: 0 auto;
        }
}

/*.search_main {
        width: 70px;
    } */
.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-50%);
    height: 60px;
    line-height: 40px;
    padding: 0;
    border-radius: 60px;
    display: flex;
}

.search-input {
    color: #fff;
    outline: none;
    border: none;
    line-height: 40px;
    width: 0px;
    float: left;
    font-size: 14px;
    transition: 0.7s ease;
    font-family: sans-serif;
    border-radius: 12px;
    padding: 0 15px;
    background: transparent;
    height: 50px;
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 12px;
    border-radius: 50%;
    float: right;
    color: #ff5722;
    transition: 0.4s ease;
    background: transparent;
}

.search-box:hover > .search-input {
    width: 240px;
    margin: 0px 8px;
    background: #000;
    padding-left: 10px;
}

.search-input:focus {
    width: 240px;
    margin: 0px 8px;
}


    .search-input:focus + .search-btn {
        background: #fff;
    }

.foot_policy_links ul li {
    padding: 0 0.5rem;
    margin-right: 0 !important;
}

    .foot_policy_links ul li:not(:last-child) {
        border-right: 1px solid #927112;
    }

.foot_policy_links span {
    color: #927112;
}

