body {
    font-family: 'Calibri',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

p a, h2 a, li a, button.btn, a.btn {
    font-weight: 700 !important;
    font-size: inherit;
}

.main a {
    color: #000000;
}

.main {
    font-size: 14px;
    margin-top: 7.5em;
    min-height: 80vh;
}

/*body .main .container:first-of-type {
    padding: 120px 15px 0px;
}*/

body .main .container:last-of-type {
    padding: 0px 15px 30px;
}


.navbar-brand img {
    height: 43px;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    background: #f2da2f;
}

    .dropdown-menu a.dropdown-item:first-of-type {
        border-top: 2px solid black !important;
        margin-top: 5px;
    }

    .dropdown-menu a.dropdown-item {
        font-size: 14px;
        padding: 10px 40px;
        color: rgba(0,0,0,.6);
    }

        .dropdown-menu a.dropdown-item:hover {
            background: rgba(0,0,0,.03);
        }



.text-secondary-light {
    color: #cfcfcf;
}

.text-grey {
    color: #999999;
}

.text-primary {
    color: #000000 !important;
}

.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #FFD700;
}


footer {
    padding: 15px 0 5px;
    background-color: #222;
}

/** PLUGINS **/
.font-size-changer {
    position: fixed;
    top: 80px;
    left: 10px;
    z-index: 1031;
}


/** HELPERS **/

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.right-gradient {
    background: rgb(252,252,252);
    background: linear-gradient(50deg, rgba(252,252,252,7.02) 0%, rgba(251,240,160,0.449475) 25%, rgba(242,218,47,0.9) 93%);
}

.left-gradient {
    background: rgb(252,252,252);
    background: linear-gradient(280deg, rgba(252,252,252,7.02) 0%, rgba(251,240,160,0.449475) 25%, rgba(242,218,47,0.9) 93%);
}

.top-gradient {
    min-height: 150px;
    margin-bottom: 10px;
    background: rgb(252,252,252);
    background: linear-gradient(180deg, rgba(252,252,252,7.02) 0%, rgba(251,240,160,0.449475) 25%, rgba(242,218,47,0.9) 93%);
}

.banner-image-top {
    min-height: 150px;
    margin-bottom: 10px;
}

.banner-image-left {
    min-height: 300px;
    margin-right: 5px;
}

.banner-image-right {
    min-height: 300px;
    margin-left: 5px;
}

.navigation-header-box {
    margin-bottom: 30px;
}

.navigation-box {
    background-color: #f2da2f;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    min-height: 180px;
    padding: 15px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}

.navigation-button-box {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px;
    background-color: #000000;
    margin-bottom: 30px;
}

.navigation-button {
    color: #fff;
    display: inline-block;
    padding: 9px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    navigation-button text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

    .navigation-button:hover {
        background: #f2da2f;
        color: #000000 !important;
        border: 1px solid transparent;
    }



.map-wrapper {
    position: relative;
}

    .map-wrapper .checkbox-wrapper {
        position: absolute;
        background: white;
        display: block;
        z-index: 99;
        top: 5px;
        left: 5px;
        padding: 2px 5px;
    }

/** RANGE SLIDER **/
.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    height: 10px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 10px 0px;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: black;
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: black;
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: black;
    }

    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: black;
        cursor: pointer;
        -moz-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: black;
        }

    .range-slider__range:active::-moz-range-thumb {
        background: black;
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px black;
    }

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: black;
    padding: 5px 10px;
    margin-left: 8px;
}

    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid black;
        border-bottom: 7px solid transparent;
        content: '';
    }


.mt-8 {
    margin-top: 6rem !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.8) !important;
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,0.6) !important;
    }



#searchform.card {
    background: #f2da2f;
    border: none;
}

    #searchform.card .list-group-item a {
        font-weight: bold;
        font-size: 1.2rem;
    }

#searchform .card-footer {
    background: black;
}

#searchform.card .btn-primary, #searchform.card .btn-secondary {
    color: #fff;
    display: inline-block;
    padding: 9px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    navigation-button:;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    cursor: pointer;
    background: none;
}

    #searchform.card .btn-primary:hover, #searchform.card .btn-secondary:hover {
        background: #f2da2f;
        color: #000000 !important;
        border: 1px solid transparent;
    }

    #searchform.card .btn-primary:focus, #searchform.card .btn-secondary:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 1);
    }

#searchform.card .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 3px solid black;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 1);
}



.loading-skeleton h1, .loading-skeleton h2, .loading-skeleton h3, .loading-skeleton h4, .loading-skeleton h5, .loading-skeleton h6, .loading-skeleton p, .loading-skeleton li, .loading-skeleton .btn, .loading-skeleton label, .loading-skeleton .form-control {
    color: transparent;
    appearance: none;
    -webkit-appearance: none;
    background-color: #eee;
    border-color: #eee;
}

    .loading-skeleton h1::placeholder, .loading-skeleton h2::placeholder, .loading-skeleton h3::placeholder, .loading-skeleton h4::placeholder, .loading-skeleton h5::placeholder, .loading-skeleton h6::placeholder, .loading-skeleton p::placeholder, .loading-skeleton li::placeholder, .loading-skeleton .btn::placeholder, .loading-skeleton label::placeholder, .loading-skeleton .form-control::placeholder {
        color: transparent;
    }

@keyframes loading-skeleton {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.loading-skeleton {
    pointer-events: none;
    animation: loading-skeleton 1s infinite alternate;
}

    .loading-skeleton img {
        filter: grayscale(100) contrast(0%) brightness(1.8);
    }
     
