﻿@charset "UTF-8";

.text-primary {
    color: darkblue !important;
}

.bg-primary {
    background-color: darkblue;
}

.text-dark-blue {
    color: #044EA0 !important;
}

.duo {
    border: 5px solid darkblue !important;
}

.bg-dark-blue {
    background-color: darkblue;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background-color: #000;
}

.text-grey {
    color: #777 !important;
}

.bg-grey {
    background-color: #777;
}

.text-light-grey {
    color: #F0F0F0 !important;
}

.bg-light-grey {
    background-color: #F0F0F0;
}

.text-dark {
    color: #555 !important;
}

.bg-dark {
    background-color: #555;
}

.text-green {
    color: #06b139 !important;
}

.bg-green {
    background-color: #06b139;
}

.text-red {
    color: #e41212 !important;
}

.bg-red {
    background-color: #e41212;
}

.text-yellow {
    color: #C8A213 !important;
}

.bg-yellow {
    background-color: #C8A213;
}

.text-gold {
    color: #fec736 !important;
}

.bg-gold {
    background-color: #fec736;
}

.m-0 {
    margin: 0rem;
}

.mt-0 {
    margin-top: 0rem;
}

.mb-0 {
    margin-bottom: 0rem;
}

.mr-0 {
    margin-right: 0rem;
}

.ml-0 {
    margin-left: 0rem;
}

.p-0 {
    padding: 0rem;
}

.pt-0 {
    padding-top: 0rem;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pr-0 {
    padding-right: 0rem;
}

.pl-0 {
    padding-left: 0rem;
}

.m-1 {
    margin: 0.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.p-1 {
    padding: 0.25rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-2, .popup .popup-content .popup-header, .popup .popup-content .popup-body {
    margin-bottom: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.pt-2, .popup .popup-content .popup-body {
    padding-top: 0.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mr-3, .list-count li:before {
    margin-right: 1rem;
}

.ml-3 {
    margin-left: 1rem;
}

.p-3, .accordion .toggler, .popup .popup-content {
    padding: 1rem;
}

    .pt-3, .input-file label, .accordion.active .accordion-content, .popup .popup-content .popup-footer {
        padding-top: 1rem;
    }

.pb-3, .input-file label {
    padding-bottom: 1rem;
}

.pr-3, .input-file label {
    padding-right: 1rem;
}

.pl-3, .input-file label, .accordion .accordion-content {
    padding-left: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.p-4, .identification-input-file label {
    padding: 1.5rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mr-5 {
    margin-right: 3rem;
}

.ml-5 {
    margin-left: 3rem;
}

.p-5 {
    padding: 3rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.pr-5 {
    padding-right: 3rem;
}

.pl-5 {
    padding-left: 3rem;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #777;
}

.d-none, .input-file input[type='file'], .identification-input-file input[type='file'] {
    display: none;
}

.d-flex, .dropdown, .accordion .toggler, .footer .logo {
    display: flex;
}

.d-inline-flex, .list-count li, .header .top-bar, .header .navbar {
    display: inline-flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-space-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.h-100 {
    height: 100%;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.w-100, .list-count li, .accordion .toggler {
    width: 100%;
}

.min-height-175 {
    min-height: 175px;
}

.flex-center-v {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flex-center-h {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.bordered-left-primary {
    border-left: 15px solid #428DFF;
}

.limit-rows-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.font-weight-700 {
    font-weight: 700;
}

.italic-style {
    font-style: italic;
}

.list-count {
    counter-reset: li-counter;
}

    .list-count li {
        counter-increment: li-counter;
    }

        .list-count li:before {
            content: counter(li-counter) ".";
        }

@media only screen and (max-width: 768px) {
    .h-100-sm {
        height: 100%;
    }

    .w-100-sm {
        width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    .flex-center-sm {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .overflow-wrap-break-word-sm {
        overflow-wrap: break-word;
    }
}

@media only screen and (min-width: 992px) {
    .max-w-50-desktop {
        max-width: 50% !important;
    }
}

.btn {
    padding: .25em 1.5em;
    position: relative;
}

    .btn.rounded {
        border-radius: 2rem !important;
    }

    .btn.btn-large {
        font-size: 1.15em;
        padding: .5em 2em;
    }

    .btn.caret-right:after {
        font-family: 'Font Awesome 5 Pro';
        content: "";
        margin-left: 10px;
        font-weight: 700;
        font-size: .8em;
    }

.btn-default {
    background-color: #fff;
    color: #555;
    border: 1px solid #777;
}

    .btn-default:hover {
        background-color: #777;
        color: #fff;
    }

    .btn-default:focus {
        box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
    }

.btn.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #428DFF;
    color: #428DFF;
}

    .btn.btn-outline-primary:hover:not(:disabled) {
        color: #fff;
        background-color: #428DFF;
    }

    .btn.btn-outline-primary:focus {
        box-shadow: 0 0 0px 3px rgba(66, 141, 255, 0.5);
    }

        .btn.btn-outline-primary:focus:active {
            box-shadow: 0 0 0px 3px rgba(66, 141, 255, 0.5);
        }

    .btn.btn-outline-primary:active:focus {
        background-color: #428DFF;
    }

.btn.btn-outline-dark-blue {
    background-color: transparent;
    border: 1px solid #044EA0;
    color: #044EA0;
}

    .btn.btn-outline-dark-blue:hover:not(:disabled) {
        color: #fff;
        background-color: #044EA0;
    }

    .btn.btn-outline-dark-blue:focus {
        box-shadow: 0 0 0px 3px rgba(4, 78, 160, 0.5);
    }

        .btn.btn-outline-dark-blue:focus:active {
            box-shadow: 0 0 0px 3px rgba(4, 78, 160, 0.5);
        }

    .btn.btn-outline-dark-blue:active:focus {
        background-color: #044EA0;
    }

.btn.btn-outline-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

    .btn.btn-outline-white:hover:not(:disabled) {
        color: #fff;
        background-color: #fff;
    }

    .btn.btn-outline-white:focus {
        box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.5);
    }

        .btn.btn-outline-white:focus:active {
            box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.5);
        }

    .btn.btn-outline-white:active:focus {
        background-color: #fff;
    }

.btn.btn-outline-black {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

    .btn.btn-outline-black:hover:not(:disabled) {
        color: #fff;
        background-color: #000;
    }

    .btn.btn-outline-black:focus {
        box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.5);
    }

        .btn.btn-outline-black:focus:active {
            box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.5);
        }

    .btn.btn-outline-black:active:focus {
        background-color: #000;
    }

.btn.btn-outline-grey {
    background-color: transparent;
    border: 1px solid #777;
    color: #777;
}

    .btn.btn-outline-grey:hover:not(:disabled) {
        color: #fff;
        background-color: #777;
    }

    .btn.btn-outline-grey:focus {
        box-shadow: 0 0 0px 3px rgba(119, 119, 119, 0.5);
    }

        .btn.btn-outline-grey:focus:active {
            box-shadow: 0 0 0px 3px rgba(119, 119, 119, 0.5);
        }

    .btn.btn-outline-grey:active:focus {
        background-color: #777;
    }

.btn.btn-outline-light-grey {
    background-color: transparent;
    border: 1px solid #F0F0F0;
    color: #F0F0F0;
}

    .btn.btn-outline-light-grey:hover:not(:disabled) {
        color: #fff;
        background-color: #F0F0F0;
    }

    .btn.btn-outline-light-grey:focus {
        box-shadow: 0 0 0px 3px rgba(240, 240, 240, 0.5);
    }

        .btn.btn-outline-light-grey:focus:active {
            box-shadow: 0 0 0px 3px rgba(240, 240, 240, 0.5);
        }

    .btn.btn-outline-light-grey:active:focus {
        background-color: #F0F0F0;
    }

.btn.btn-outline-dark {
    background-color: transparent;
    border: 1px solid #555;
    color: #555;
}

    .btn.btn-outline-dark:hover:not(:disabled) {
        color: #fff;
        background-color: #555;
    }

    .btn.btn-outline-dark:focus {
        box-shadow: 0 0 0px 3px rgba(85, 85, 85, 0.5);
    }

        .btn.btn-outline-dark:focus:active {
            box-shadow: 0 0 0px 3px rgba(85, 85, 85, 0.5);
        }

    .btn.btn-outline-dark:active:focus {
        background-color: #555;
    }

.btn.btn-outline-green {
    background-color: transparent;
    border: 1px solid #06b139;
    color: #06b139;
}

    .btn.btn-outline-green:hover:not(:disabled) {
        color: #fff;
        background-color: #06b139;
    }

    .btn.btn-outline-green:focus {
        box-shadow: 0 0 0px 3px rgba(6, 177, 57, 0.5);
    }

        .btn.btn-outline-green:focus:active {
            box-shadow: 0 0 0px 3px rgba(6, 177, 57, 0.5);
        }

    .btn.btn-outline-green:active:focus {
        background-color: #06b139;
    }

.btn.btn-outline-red {
    background-color: transparent;
    border: 1px solid #e41212;
    color: #e41212;
}

    .btn.btn-outline-red:hover:not(:disabled) {
        color: #fff;
        background-color: #e41212;
    }

    .btn.btn-outline-red:focus {
        box-shadow: 0 0 0px 3px rgba(228, 18, 18, 0.5);
    }

        .btn.btn-outline-red:focus:active {
            box-shadow: 0 0 0px 3px rgba(228, 18, 18, 0.5);
        }

    .btn.btn-outline-red:active:focus {
        background-color: #e41212;
    }

.btn.btn-outline-yellow {
    background-color: transparent;
    border: 1px solid #C8A213;
    color: #C8A213;
}

    .btn.btn-outline-yellow:hover:not(:disabled) {
        color: #fff;
        background-color: #C8A213;
    }

    .btn.btn-outline-yellow:focus {
        box-shadow: 0 0 0px 3px rgba(200, 162, 19, 0.5);
    }

        .btn.btn-outline-yellow:focus:active {
            box-shadow: 0 0 0px 3px rgba(200, 162, 19, 0.5);
        }

    .btn.btn-outline-yellow:active:focus {
        background-color: #C8A213;
    }

.btn.btn-outline-gold {
    background-color: transparent;
    border: 1px solid #fec736;
    color: #fec736;
}

    .btn.btn-outline-gold:hover:not(:disabled) {
        color: #fff;
        background-color: #fec736;
    }

    .btn.btn-outline-gold:focus {
        box-shadow: 0 0 0px 3px rgba(254, 199, 54, 0.5);
    }

        .btn.btn-outline-gold:focus:active {
            box-shadow: 0 0 0px 3px rgba(254, 199, 54, 0.5);
        }

    .btn.btn-outline-gold:active:focus {
        background-color: #fec736;
    }

.dropdown {
    position: relative;
    z-index: 11;
}

    .dropdown .dropdown-toggler {
        padding: .5em 1.5em;
        border: 1px solid transparent;
        color: #555;
    }

        .dropdown .dropdown-toggler::before {
            font-family: 'Font Awesome 5 Pro';
            content: "";
            position: absolute;
            right: 8px;
        }

    .dropdown .dropdown-options {
        width: 100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        transition: visibility .25s ease, opacity .25s ease, top .25s ease;
        background-color: #fff;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.2);
    }

        .dropdown .dropdown-options .dropdown-item {
            padding: .5em 1.5em;
        }

    .dropdown.show .dropdown-toggler {
        background-color: #F0F0F0;
        border-color: #F0F0F0;
    }

    .dropdown.show .dropdown-options {
        visibility: visible;
        opacity: 1;
        top: 45px;
    }

    .dropdown .flag-icon:after {
        content: '';
        background-size: 24px 24px;
        height: 24px;
        width: 24px;
        background-repeat: no-repeat;
        margin-left: 5px;
        display:none;
    }

    .dropdown .flag-icon[lang='sq']:after {
        background-image: url("/assets/icons/al-flag.ico");
        background-size: 24px 16px;
        height: 16px;
    }

}

.dropdown .flag-icon[lang='en']:after {
    background-image: url("/assets/icons/gb-flag.ico");
    background-size: 24px 16px;
    height: 16px;
}

.dropdown .flag-icon[lang='sr']:after {
    background-image: url("/assets/icons/sr-flag.ico");
    background-size: 24px 16px;
    height: 16px;
}

.card {
    border-radius: .25em;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.1);
}

    .card .card-header {
        border-radius: .25em .25em 0 0;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card .card-body {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        background-color: #fff;
    }

.sale del {
    color: red;
    text-decoration: none;
    position: relative;
}

    .sale del:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 3px solid red;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: rotate(-12deg);
    }

.sale ins {
    font-size: 32px;
    text-decoration: none;
    display: block;
    padding: 0;
    margin: 0;
}

.form-control {
    border-radius: 0;
    border: 1px solid #777;
    height: 55px;
}

    .form-control.left-bordered {
        border-left: 15px solid;
    }

        .form-control.left-bordered.primary {
            border-left-color: darkblue;
        }

            .form-control.left-bordered.primary:focus {
                border-color: #428DFF;
                box-shadow: none;
            }

        .form-control.left-bordered.dark-blue {
            border-left-color: #044EA0;
        }

            .form-control.left-bordered.dark-blue:focus {
                border-color: #044EA0;
                box-shadow: none;
            }

        .form-control.left-bordered.white {
            border-left-color: #fff;
        }

            .form-control.left-bordered.white:focus {
                border-color: #fff;
                box-shadow: none;
            }

        .form-control.left-bordered.black {
            border-left-color: #000;
        }

            .form-control.left-bordered.black:focus {
                border-color: #000;
                box-shadow: none;
            }

        .form-control.left-bordered.grey {
            border-left-color: #777;
        }

            .form-control.left-bordered.grey:focus {
                border-color: #777;
                box-shadow: none;
            }

        .form-control.left-bordered.light-grey {
            border-left-color: #F0F0F0;
        }

            .form-control.left-bordered.light-grey:focus {
                border-color: #F0F0F0;
                box-shadow: none;
            }

        .form-control.left-bordered.dark {
            border-left-color: #555;
        }

            .form-control.left-bordered.dark:focus {
                border-color: #555;
                box-shadow: none;
            }

        .form-control.left-bordered.green {
            border-left-color: #06b139;
        }

            .form-control.left-bordered.green:focus {
                border-color: #06b139;
                box-shadow: none;
            }

        .form-control.left-bordered.red {
            border-left-color: #e41212;
        }

            .form-control.left-bordered.red:focus {
                border-color: #e41212;
                box-shadow: none;
            }

        .form-control.left-bordered.yellow {
            border-left-color: #C8A213;
        }

            .form-control.left-bordered.yellow:focus {
                border-color: #C8A213;
                box-shadow: none;
            }

        .form-control.left-bordered.gold {
            border-left-color: #fec736;
        }

            .form-control.left-bordered.gold:focus {
                border-color: #fec736;
                box-shadow: none;
            }

.input-file label {
    cursor: pointer;
    position: relative;
    border: 1px solid #777;
    color: #777;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    .input-file label:before {
        content: '';
        height: 50%;
        width: 10px;
        position: absolute;
        left: -11px;
        top: -1px;
        background-color: #428DFF;
    }

    .input-file label:after {
        content: '';
        background-image: url("/assets/icons/checklist.svg");
        height: 72px;
        width: 72px;
        background-size: 64px 64px;
        background-repeat: no-repeat;
        margin-left: 10px;
    }

.identification-input-file {
    position: relative;
    height: 165px;
    width: 250px;
    background-color: #fff;
    box-shadow: 3px 2px 5px 1px rgba(0, 0, 0, 0.15);
    border-left: 5px solid #428DFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .identification-input-file.valid:after, .identification-input-file.error:after {
        content: '';
        position: absolute;
        left: -12px;
        top: -12px;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .identification-input-file.valid:after {
        background-color: #06b139;
        font-family: 'Font Awesome 5 Pro';
        content: "";
    }

    .identification-input-file.error:after {
        background-color: #e41212;
        font-family: 'Font Awesome 5 Pro';
        content: "";
    }

    .identification-input-file:hover {
        background-color: #F0F0F0;
    }

    .identification-input-file label {
        cursor: pointer;
        background-repeat: no-repeat;
    }

        .identification-input-file label.id-front {
            background-image: url("/assets/images/id-front.png");
            background-size: 165px 105px;
            height: 100%;
            width: 100%;
            background-position: center;
        }

        .identification-input-file label.id-back {
            background-image: url("/assets/images/id-back.png");
            background-size: 165px 105px;
            height: 100%;
            width: 100%;
            background-position: center;
        }

        .identification-input-file label.id-selfie {
            background-image: url("/assets/images/id-selfie.png");
            background-size: 105px 105px;
            height: 100%;
            width: 100%;
            background-position: center;
        }

        .identification-input-file label.business-certificate {
            background-image: url("/assets/images/business-doc.svg");
            background-size: 105px 105px;
            height: 100%;
            width: 100%;
            background-position: center;
        }

    .identification-input-file + span {
        font-size: .85em;
        padding-top: 10px;
        position: relative;
        display: block;
        width: 250px;
    }

.accordion.active .toggler {
    background-color: #d7d7d7;
}

.accordion.active .accordion-content {
    opacity: 1;
    visibility: visible;
    max-height: 5000px;
}

.accordion .toggler {
    font-size: 1.2em;
    color: #555;
    background-color: #F0F0F0;
}

.accordion .accordion-content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity .25s ease, visibility .25s ease, max-height .25s ease, padding .25s ease;
}

.hamburger {
    display: block;
    right: 5px;
    cursor: pointer;
    height: 24px;
    z-index: 11;
}

    .hamburger span {
        position: relative;
        background-color: #555;
        height: 2px;
        border-radius: 2px;
        display: block;
    }

        .hamburger span:nth-child(1) {
            width: 20px;
            left: 10px;
            opacity: 1;
            transform: translateX(0px);
            transition: transform, .25s ease, opacity .25s ease;
            transition-delay: .3s;
        }

        .hamburger span:nth-child(2) {
            width: 100px;
            transform: translateY(9px);
            transition: transform .25s ease;
            transition-delay: .0s;
        }

        .hamburger span:nth-child(3) {
            width: 100px;
            transform: translateY(18px);
            transition: transform .25s ease;
            transition-delay: .0s;
        }

.mobile-nav.active .hamburger span:nth-child(1) {
    opacity: 0;
    transform: translateX(10px);
    transition-delay: 0s !important;
}

.mobile-nav.active .hamburger span:nth-child(2) {
    transform: translateY(12px) rotate(-135deg);
    transition-delay: .3s !important;
}

.mobile-nav.active .hamburger span:nth-child(3) {
    transform: translateY(10px) rotate(-45deg);
    transition-delay: .3s !important;
}

.loader {
    background-color: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 99999;
}

/*#inner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #2f38b9;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin .3s linear infinite;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40%
}
*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .popup .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
    }

    .popup .popup-content {
        position: relative;
        background-color: #fff;
        z-index: 999;
        border-radius: 4px;
    }

        .popup .popup-content .popup-header {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #044EA0;
        }

        .popup .popup-content .popup-body {
            max-width: 600px;
            max-height: 700px;
            overflow: auto;
        }

        .popup .popup-content .popup-footer {
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #044EA0;
        }

@media only screen and (max-width: 768px) {
    .popup-content {
        height: 80%;
        width: 90%;
    }

    .popup-body {
        height: calc(100% - 110px);
    }
}

.header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    height: 104px;
}

        .header .logo img {
            width: 115px;
            height: 26.52px;
        }

    .header .top-bar {
        padding: 5px 60px;
        border-bottom: 1px solid #777;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .header .navbar {
        width: 100%;
    }

    .header .nav-menu {
        display: inline-flex;
        margin: 0;
    }

        .header .nav-menu .nav-item.active .nav-link, .header .nav-menu .nav-item:hover .nav-link {
            font-weight:bold !important;
            color: black;
        }

        .header .nav-menu .nav-item .nav-link {
            display: block;
            padding: .5rem 1rem;
            color: #555;
        }
            .header .mobile-nav {
                display: none;
            }


@media only screen and (max-width: 768px) {
    .header .top-bar {
        padding: 5px 20px;
    }

    .header .navbar {
        display: none;
    }

    .header .top-bar {
        background-color: #fff;
        z-index: 10;
    }

    .mobile-nav {
        display: inline-flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px 30px;
    }


        .mobile-nav .full-screen-nav {
            position: fixed;
            top: 50px;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            display: flex;
            visibility: hidden;
            opacity: 0;
            background-color: rgba(85, 85, 85, 0.37);
            transition: visibility .25s ease, opacity .25s ease;
        }

            .mobile-nav .full-screen-nav .overlay {
                width: 35%;
            }

            .mobile-nav .full-screen-nav .nav-menu {
                padding-top: 20px;
                flex-direction: column;
                background-color: #fff;
                transform: translateX(500px);
                transition: transform .25s ease;
                transition-delay: .3s;
                width: 65%;
            }

        .mobile-nav.active .hamburger {
            position: fixed;
            right: 20px;
        }

        .mobile-nav.active .full-screen-nav {
            visibility: visible;
            opacity: 1;
        }

        .mobile-nav.active .nav-menu {
            transform: translateX(0);
        }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header .top-bar, .header .navbar {
        padding: 5px 30px;
    }

    .header .logo {
        height: 32px;
    }

    .header .nav-menu .nav-item .nav-link {
        padding: .5rem .5rem;
    }
}

/*ONE BIG EXCEPTION HERE*/
/*@media only screen and (max-width:415px) {
    .mobile-nav {
        .full-screen-nav {
            top:59px;
        }
    }
}*/

@media only screen and (max-width: 329px) {
    /*.mobile-nav {
        .full-screen-nav {
            top: 91px;
        }
    }*/
    .top-bar > label {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/*@media only screen and (max-width:315px) {

    .mobile-nav {
        .full-screen-nav {
            top: 115px;
        }
    }
}*/
.footer {
    width: 100%;
    color: #fff;
}

    .footer .logo {
        height: 40px;
    }

        .footer .logo img {
            height: 100%;
        }

    .footer .bottom-bar {
        text-align: center;
        background-color: #777;
    }

    .footer .footer-link {
        color: #555;
    }

    .footer .social-icons a {
        font-size: 1.75em;
    }

        .footer .social-icons a:not(:last-child) {
            margin-right: 15px;
        }

@media only screen and (max-width: 768px) {
    .footer .logo {
        position: relative;
        right: 8px;
    }

    .custom-order {
        flex-direction: row;
    }

        .custom-order > :nth-child(1) {
            flex: 0 0 50%;
            max-width: 50%;
            order: 0;
        }

        .custom-order > :nth-child(2) {
            order: 2;
        }

        .custom-order > :nth-child(3) {
            order: 3;
        }

        .custom-order > :nth-child(4) {
            flex: 0 0 50%;
            max-width: 50%;
            order: 1;
        }
}
