﻿:root {
    /* Global color variables */
    --color-theme: #ef3340;
    --color-white: #ffffff;
    --color-grey-1: #101010;
    --color-grey-2: #202020;
    --color-grey-3: #303030;
    --color-grey-4: #404040;
    --color-grey-5: #505050;
    --color-grey-6: #606060;
    --color-grey-7: #707070;
    --color-grey-8: #808080;
    --color-grey-9: #909090;
    --color-grey-a: #a0a0a0;
    --color-grey-b: #b0b0b0;
    --color-grey-c: #c0c0c0;
    --color-grey-d: #d0d0d0;
    --color-grey-e: #e0e0e0;
    --color-grey-f: #f0f0f0;
    --color-grey-f4: #F4F4F4;
    --color-grey-f8: #f8f8f8;
    --color-lightgrey: var(--color-grey-f4);
    --color-grey: var(--color-grey-c);
    --color-darkgrey: var(--color-grey-4);
    --color-black: #000000;
    --color-orange: #ffd04b;
    --color-bg-header: var(--color-darkgrey);
    --color-bg-form: var(--color-lightgrey);
    --color-bg-form-control-append: var(--color-darkgrey);
}

body {
    font-size: 15px;
}

.bg-primary {
    color: var(--color-theme) !important;
}

.fa-400 {
    font-weight: 400 !important;
}

.fa-900 {
    font-weight: 900 !important;
}

.btn {
    border-radius: 20px;
}

.lb-red {
    color: var(--color-theme);
}

.lb-orange {
    color: var(--color-orange);
}

.tooltip-inner {
    max-width: 100% !important;
    text-align: left !important;
}

.heart {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

    .heart:before {
        content: "\f004";
    }

.star {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

    .star:before {
        content: "\f005";
    }

.delete-icon {
    background-color: var(--color-white);
    color: var(--color-black);
}

.faicon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.banner-lb-narrow {
    display: none;
}

.banner-fb-narrow {
    display: none;
}

.form-check-inline .form-check-input {
    margin-top: .3125rem !important;
    margin-right: .3125rem !important;
    margin-left: .3125rem !important;
}

input[type=checkbox], input[type=radio] {
    transform: scale(1.25);
}

.invalid-feedback {
    font-size: 100% !important;
}

ul.li-checkbox {
    list-style: none;
    padding-left: 0;
}

    ul.li-checkbox li {
        position: relative;
    }

        ul.li-checkbox li:before {
            content: '\2610';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 20px;
            padding-right: 5px;
        }

.btn-lang {
    font-size: 0.75rem !important;
}

.form-control {
    font-size: 0.9rem;
    /* border: 1px solid rgb(26, 24, 24) !important; */
}

.form-control-append {
    padding-left: 3px;
    padding-right: 4px;
    /* border: 1px solid rgb(26, 24, 24) !important;
    border-left: none !important; */
    border-radius: 0rem 0.25rem .25rem 0rem !important;
    background-color: var(--color-bg-form-control-append);
    color: var(--color-white);
}

header {
    background: var(--color-bg-header);
    color: var(--color-white);
}


a {
    color: var(--color-black);
}

    a:hover {
        color: var(--color-theme);
    }

    a.red {
        color: var(--color-theme);
    }

        a.red:hover {
            color: var(--color-theme);
        }

.note {
    font-style: italic;
}

.lang {
    color: var(--color-white);
}

    .lang:hover {
        color: var(--color-white);
    }

ul {
    padding-left: 1rem;
}

.read-more, .read-more:hover {
    color: var(--color-theme);
}


.upper-bar {
    list-style-type: none;
    padding: 9px 0 9px 0;
    /* height: 34px; */
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 0.75em;
    text-transform: uppercase;
}

    .upper-bar li {
        float: right;
        /*padding-right: 5px; */
    }

        /*.upper-bar li:nth-child(n + 4):after {
            content: "|";
            margin-left: 5px;
            margin-right: 5px;
        }*/

.pipe-after:after {
    content: "|";
    margin-left: 10px;
    margin-right: 5px;
}

button:focus {
    outline: 0;
}

*:focus {
    outline: none !important;
}

.logo-lb {
    height: 49px;
    /*width: 254px;*/
    /*margin: 10px;*/
    margin: 10px 10px 10px 0;
}

.logo-fb {
    height: 49px;
    /*height: 35px;
    width: 279px;
    margin: 10px;*/
    margin: 10px 10px 10px 0;
}

.container {
    /* margin-top: 20px; */
    margin-top: 0px;
}

.upper-bar.container {
    margin-top: 0px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


.print-header {
    background-color: var(--color-bg-header);
}

/* Start of Navbar */
.navbar-area {
    /*background: var(--color-bg-header);*/
}

nav {
    /*background: var(--color-bg-header);*/
}

    nav a,
    nav a:hover {
        color: var(--color-white);
    }

.navbar {
    padding: 0px;
}

.navbar-item:hover {
    background-color: var(--color-grey-a);
}

.nav-link {
    color: var(--color-white);
    padding: 0px;
}

    .nav-link:hover {
        text-decoration: underline;
    }

    .nav-link:after {
        /*content: "|";*/
        position: absolute;
        /* top: 16px; */
        margin-left: 5px;
    }

.nav-item:nth-child(n + 5) .nav-link:after {
    content: "";
}

.form-row {
    margin-left: 0px;
}

.nav-text {
    color: var(--color-black);
    float: right;
}

.francais {
    padding-left: 15px !important;
    padding-bottom: 4px;
    padding-top: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
}

.nav-item:nth-child(6) .nav-link {
    padding-right: 9px;
    font-size: 0.75rem;
    text-transform: capitalize;
    /*background: var(--color-white);
    color: var(--color-theme);*/
}

.navbar-collapse {
    /*display: block;*/
    /*flex-grow: 0;*/
    /*padding-right: 5px;*/
}

.navbar-toggler {
    color: var(--color-white);
}

nav .small-logo {
    display: none;
}

/* nav ul li {
background: url(../sep-line.jpg) no-repeat right 7px;
} */

nav ul li:nth-child(5) {
    background: none;
}
/* End of Navbar 




/* Start of Dropdown menu */
.internal-user-dropdown {
    /*padding-right: 9px;*/
    color: var(--color-white);
}

    .internal-user-dropdown > span {
        font-size: 20px;
    }

.dropdown-menu {
    right: 0;
    left: auto;
    background-color: var(--color-grey-6);
}

    .dropdown-menu .nav-link {
        color: var(--color-white) !important;
        font-size: 1rem !important;
    }

.dropdown-item:hover {
    background-color: var(--color-grey-a);
}

.dropdown-toggle::after {
    border: none !important;
}
/* End of Dropdown menu */




.red-header {
    background-color: var(--color-theme);
    color: var(--color-white);
}

.current-user-name {
    display: block;
    width: 100%;
    background-color: var(--color-grey-8);
    color: var(--color-white);
    text-align: center;
}



.modal-title {
    font-size: 1.25rem;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    justify-content: center;
}

.small-logo {
    width: 24px;
    height: 12px;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
}

.top-area {
    height: 40px;
    /* height: 18px; */
}


/* RB: What is this used for? */
.item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    .animated-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .animated-icon1 span {
        background: var(--color-white);
    }

        .animated-icon1 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon1 span:nth-child(2) {
            top: 10px;
        }

        .animated-icon1 span:nth-child(3) {
            top: 20px;
        }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

/* page footer - start */
.footer {
    margin-top: 50px;
    background: var(--color-theme) !important;
}

.page-footer {
    background: var(--color-theme);
    color: var(--color-white);
    padding-top: 15px;
}

.page-footer-top-menu {
    background: var(--color-bg-header);
    color: var(--color-white);
    font-size: .75rem;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 20px 20px 20px 20px;
    margin-top: -35px;
}

.page-footer-logo-lbfb-text {
    font-size: .9rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 5px;
}

.page-footer-logo-phone-numbers {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.page-footer-link-title {
    font-size: .7rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.page-footer-link {
    font-size: .9rem;
}

.page-footer-text {
    font-size: .6rem;
}

@media (max-width: 1199px) {
    .page-footer-text {
        font-size: .65rem;
        text-align: center;
    }
}
/* page footer - end */

.xs-block {
    display: none;
}

.xs-flex {
    display: none;
}

.xs-none {
    display: block;
}

.xs-none-flex {
    display: flex;
}

.right-header {
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    padding-top: 1.5rem;
    padding-left: 0px;
}

h1 {
    font-size: 1.5rem;
    color: var(--color-theme);
    padding-top: 5px;
    /* padding-bottom: 15px; */
    padding-bottom: 0px;
}

    h1:first-child {
        font-size: 1.7rem;
        padding-top: 1rem;
    }

h2 {
    font-size: 1.5rem;
    font-weight: bolder;
}

h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0px;
}

h4 {
    font-size: 1.15rem;
    font-weight: bold;
}

h5 {
    font-size: 1rem;
    font-weight: bolder;
}

h6 {
    font-size: .85rem !important;
    font-weight: bolder !important;
}

.line {
    margin-left: 0px;
    border-width: 1px;
    border-color: dimgray;
    margin-top: 2px;
    margin-bottom: 2px;
}

.top-img img {
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.panel-default {
    /*padding-bottom: 20px;*/
}

.bordered-right {
    border-right: 1px solid var(--color-grey-c);
}

.top-xs-pad-20 {
    padding-top: 20px;
}

.link {
    color: var(--color-theme);
}

    .link:hover {
        color: var(--color-theme);
        font-weight: bold;
    }

.img-100 {
    width: 100%;
    height: auto;
}

checkbox-inline {
    margin-right: 1.25rem;
}

label {
    margin-bottom: 0.1rem;
}



.btn-danger {
    background-color: var(--color-theme) !important;
    min-width: 140px;
    color: var(--color-white) !important;
}

.btn-danger-sm {
    background-color: var(--color-theme) !important;
    min-width: 80px;
    color: var(--color-white) !important;
}

.modal-footer {
    border-top: none;
}

table {
    /*font-size: 0.75rem !important;*/
}



.text-decoration-none-hover:hover {
    text-decoration: none !important;
}

footer > .row > .col-md-2 > hr {
    margin-top: 3px;
    margin-bottom: 2px;
}


/* pagination */
.page-item.active .page-link {
    z-index: 1;
    color: var(--color-white);
    background-color: var(--color-theme);
    border-color: var(--color-theme);
}

.page-link {
    cursor: pointer !important;
}

.action-icon {
    font-size: 16px;
}

#notification .p1 {
    color: var(--color-white);
}

    #notification .p1[data-count]:after {
        position: absolute;
        right: 2%;
        top: 2%;
        content: attr(data-count);
        font-size: 76%;
        padding: .1em;
        border-radius: 100%;
        line-height: 1em;
        color: var(--color-white);
        background: var(--color-theme);
        text-align: center;
        min-width: 1em;
        font-weight: bold;
    }



.form-check-inline {
    margin-right: 0px;
}

.header-ad {
    text-align: center;
    min-height: 95px;
}

.readonly-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .5;
    z-index: 5;
}

.overlay-spinner {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*color: var(--color-grey-e);*/
}

.sr-overlay {
    position: absolute;
    /* top: 10px; */
    left: 0;
}

.sr-post {
    width: 100%;
    height: 100%;
    max-height: 127px;
}


/* Start of Modal */
.modal-dialog {
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}

.modal-dialog {
    overflow: hidden;
}

.modal-header {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    background-color: var(--color-theme);
    color: var(--color-white);
}

.modal-content {
    border: 1px solid var(--color-theme);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    color: var(--color-white);
    opacity: 100;
    font-size: 35px;
}
/* End of Modal */




.alert-warning {
    border-radius: 0;
    border: 0;
    color: var(--color-white);
}




/* Slider Start */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-grey);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 1px;
        bottom: 2px;
        background-color: var(--color-white);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #5cb85c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.p1[data-count]:after {
    position: absolute;
    right: 2%;
    top: 2%;
    content: attr(data-count);
    font-size: 70%;
    padding: .1em;
    border-radius: 100%;
    line-height: 1em;
    color: var(--color-white);
    background: var(--color-theme);
    text-align: center;
    min-width: 1em;
    font-weight: bold;
}



/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* Slider End*/

/*******loader - start*********/
/* Absolute Center Spinner */
.loading {
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/**loader as progressing circle*/
.loader {
    border: 3px solid white;
    border-top: 3px solid;
    border-top-color: var(--color-theme);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    animation: spin 1s linear infinite;
}

/**loader as progressing circle*/
.widgetloader {
    border: 6px solid var(--color-white);
    border-top: 6px solid;
    border-top-color: var(--color-theme);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    animation: spin 1s linear infinite;
}

.tool-tip {
    cursor: pointer;
}

.input-days-left-activation {
    max-width: 4em;
    min-width: 4em;
}

.btn-renew {
    min-width: 4em !important
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 10px !important;
    bottom: 2px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }


@media (max-width: 990px) {
    .container {
        max-width: 100%;
        /*font-size: 13px;*/
    }
}

@media (max-width: 767px) {

    .logo-lb {
        height: 38px;
        margin: 10px 10px 10px 0;
    }

    .logo-fb {
        height: 38px;
        margin: 10px 10px 10px 0;
    }

    .top-area {
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    h3 {
        font-size: .8rem;
    }


    /* Start of Navbar */
    .navbar-nav {
        background-color: var(--color-darkgrey);
    }

    .nav-link {
        color: var(--color-white);
    }

    .navbar-item:hover {
    }

    .nav-link:after {
        content: "";
    }

    .nav-item:nth-child(6) .nav-link {
        padding: 9px;
        font-size: 1em;
        background: var(--color-grey-a);
        color: var(--color-white);
    }

    .nav-item:last-child .nav-link {
        width: 69px;
        padding-left: 10px;
        background: inherit;
        color: inherit;
    }

    nav ul {
        margin-left: 0px;
        background-color: var(--color-white);
    }

        nav ul li {
            background: none;
        }

            nav ul li:nth-child(n + 7),
            nav ul li:nth-child(1) {
                display: block;
            }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 0px;
        height: auto;
        /*color: var(--color-white);*/
        /*background-color: var(--color-darkgrey);*/
        padding-bottom: 0px;
    }

    .nav-xs {
        width: 100%;
    }

    .list-group-flush-xs .list-group-item-xs {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .list-group-item-xs {
        background-color: var(--color-darkgrey);
        color: var(--color-white);
        padding: 4px;
        margin-left: 12px;
        margin-right: 12px;
        /*border-color: var(--color-black);*/
        position: relative;
        display: block;
        /* padding: .75rem 1.25rem; */
        /*margin-bottom: -1px;*/
        /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    }

    /* End of Navbar */


    .xs-block {
        display: block;
    }

    .xs-flex {
        display: flex;
    }

    .xs-none {
        display: none;
    }

    .xs-none-flex {
        display: none;
    }

    .btn-lang {
        font-size: 1em !important;
        color: var(--color-white) !important;
        padding-left: 15px !important;
    }

    .btn-danger {
        min-width: 130px;
    }

    .table td, .table th {
        border-top: none !important;
    }

    .modal-dialog {
        min-height: -webkit-calc(100vh - 20px);
        min-height: -moz-calc(100vh - 20px);
        min-height: calc(100vh - 20px);
    }

    #notification {
        margin-left: 4%;
    }

        #notification .p1[data-count]:after {
            background: var(--color-theme);
            color: var(--color-white);
        }

    .right-header {
        text-align: left;
        padding-top: 0px;
        padding-bottom: .25rem
    }
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: block !important;
    }

    #navbarNavDropdown > .navbar-nav {
        height: 20px !important; /* RB: what does this do? */
    }

    .dropdown {
        /*width: 25px !important;*/
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        margin-top: 10px;
    }

    ul.navbar-nav > li:nth-child(n + 7),
    ul.navbar-nav > li:nth-child(1) {
        display: none;
    }

    .btn-lang {
        /*font-size: 1rem !important;               RB: removed*/
        /*color: var(--color-black) !important;*/
        padding-left: 15px !important;
    }
}



/* Start of header-ad */
@media (max-width: 767px) {
    .header-ad {
        min-height: 70px;
        height: 70px;
        transform: scale(0.75);
        transform-origin: top center;
    }
}

@media (max-width: 726px) {
    .header-ad {
        min-height: 56px;
        height: 56px;
        transform: scale(0.60);
        transform-origin: top center;
    }

    .fa-stack {
        width: 2.3em !important;
        margin-left: -6px !important;
    }
}

@media (max-width: 600px) {
    .header-ad {
        min-height: 51px;
        height: 51px;
        transform: scale(0.55);
        transform-origin: top left;
    }
}

@media (max-width: 437px) {
    .header-ad {
        min-height: 48px;
        height: 48px;
        transform: scale(0.52);
        transform-origin: top left;
    }
}

@media (max-width: 380px) {
    .header-ad {
        min-height: 46px;
        height: 46px;
        transform: scale(0.49);
        transform-origin: top left;
    }
}

@media (max-width: 360px) {
    .header-ad {
        min-height: 44px;
        height: 44px;
        transform: scale(0.47);
        transform-origin: top left;
    }
}

@media (max-width: 340px) {
    .header-ad {
        min-height: 40px;
        height: 40px;
        transform: scale(0.43);
        transform-origin: top left;
    }
}

@media (max-width: 300px) {
    .header-ad {
        height: 38px;
        transform: scale(0.40);
        transform-origin: top left;
    }
}
/* End of header-ad */



/* Start of Banner */
@media (max-width: 767px) {
    .banner-lb {
        display: none;
    }

    .banner-fb {
        display: none;
    }

    .banner-lb-narrow {
        display: block;
    }

    .banner-fb-narrow {
        display: block;
    }
}
/* End of Banner */

/* Page Loader - Start */
.page-loader {
    font-family: 'Franklin Gothic Medium','Arial Narrow',Arial,sans-serif;
    color: var(--color-grey-8);
    font-size: 18px;
    text-align: center;
    width: 250px;
    height: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.3);
}

    .page-loader::after {
        content: '';
        border: solid 10px;
        border-color: var(--color-theme) var(--color-grey-e) var(--color-grey-e);
        border-radius: 60px;
        position: fixed;
        width: 60px;
        height: 60px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        animation: rotation 1.5s linear 0s infinite
    }

@keyframes rotation {
    0% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(405deg)
    }
}
/* Page Loader - End */



/* GPT Ad slots */
#div-gpt-ad-body-1 {
    min-height: 50px;
}

@media (min-width: 758px) {
    #div-gpt-ad-body-1 {
        min-height: 90px;
    }
}

.gpt-adslot {
    margin: 5px;
}
