﻿body {
    font-size: 14px;
    /*line-height: 23px;*/
    font-weight: 400;
    color: #545454;

    background-color: #ffffff;
    background-image: url('../Images/Layout/bg-landscape-land.svg'), url('../Images/Layout/bg-landscape-sky.svg');
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
    background-position: bottom, top;
}

    body.body-desktop {
        min-width: 1200px;
    }

    body.body-mobile {
        min-width: 240px;
    }

    body * {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }


.container-fluid {
    min-width: 340px;
    max-width: 1200px;
}

a {
    /*color: #0eabc6;*/
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover,
    a:focus {
        /*color: #1adb01;*/
    }

    a:focus,
    button:focus {
        outline: none;
    }

.site-top-toolbar {
    background-color: #03a1d2;
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/
    font-size: 13px;
    font-weight: 300;
}

.site-top-user {
    /*background-color: #eeeeee;*/
}

header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #000000;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    outline: none;
}

    .navbar-toggler:hover .icon-bar {
        background-color: #000000;
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

#nav-menu-main {
    /*background-color: #ffffff;*/
}

#breadcrumb {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #f8f8f8;
    /*border-top: 1px solid #dddddd;*/
}

    #breadcrumb .breadcrumb {
        padding: 0.5rem 0 0.5rem 0;
        border-radius: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-top: none;
    }

.brands {
    /*background-color: #eeeeee;*/
    /*border-top: 2px solid #006a0c;*/
}

#mastfoot {
    background-color: #006a0c;
}

hgroup.title {
    color: #0b172d;
}

hr.title-hr {
    border: 0;
    height: 2px;
    background-color: #03a1d2;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.fa-layers-counter.fa-2x {
    right: 5px;
    top: 5px;
    -webkit-transform: scale(.35);
    transform: scale(.35);
}

.avatar {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50% !important;
    width: 8rem;
    height: 8rem;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.avatar-image {
    border-radius: 50% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}


@media (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.card > .card-body > div > img {
    max-height: 150px;
}

tr[data-href] {
    cursor: pointer;
}

#cookie-bar {
    background-color: rgba(0, 0, 0, 0.80);
    height: 100%;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-bottom: 4px solid rgba(140, 140, 140, 0.55);
    border-top: 4px solid rgba(140, 140, 140, 0.55);
}

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

        #cookie-bar.fixed.top {
            bottom: auto;
            top: 0;
        }

    #cookie-bar a {
        margin: 5px;
    }

        #cookie-bar a span {
            margin: 5px;
        }

.navbar-brand img {
    height: 40px;
    transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 60px;
    }
}

#masthead .nav-link {
    border-radius: 0;
    padding: 0.5rem;
    /*font-size: 15px;*/
    transition: font-size 250ms;
}

    #masthead .nav-link:focus,
    #masthead .nav-link:hover,
    #masthead .nav-link.active {
        color: #428bca;
    }

@media (max-width: 991px) {

    #nav-menu-main li > * {
        padding: 0.5rem;
    }

    #nav-menu-main {
        border-top: 1px solid #eeeeee;
    }
}


#masthead #menu-logo-sticky {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #masthead #menu-logo-sticky > img {
        height: 0px;
        width: auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

@media(min-width: 992px) {
    #masthead.a-sticky #menu-logo-sticky {
        opacity: 1;
        display: inline-block;
    }

        #masthead.a-sticky #menu-logo-sticky > img {
            height: 35px;
        }
}

#masthead.a-sticky .navbar-brand img {
    height: 40px;
}

@media(min-width: 992px) {
    #masthead.a-sticky .header-holder {
        top: -28px;
        /*border-bottom: 1px solid rgba(0,0,0,0.07);*/
    }
}

#masthead.a-sticky .header-holder .navbar {
    /*border-bottom: 1px solid rgba(0,0,0,0.07);*/
}


#masthead {
    width: 100%;
    position: relative;
    z-index: 301;
    /*font-size: 0.80rem;*/
}

    #masthead .header-holder {
        background-color: #ffffff;
        border-bottom: 1px solid #eee;
        transition: all .3s ease-in-out;
        z-index: 200;
        width: 100%;
        position: fixed;
        top: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
}

body.accessibility-contrast .navbar-toggler .icon-bar {
    background-color: #fff000 !important;
}

body.accessibility-contrast .navbar-toggler:hover .icon-bar {
    background-color: #ffffff !important;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
}

.dropdown-menu {
    font-size: 1em;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #eeeeee;
}

.navbar-nav {
    flex-wrap: wrap;
}

#page > .container-fluid {
    /*background-color: rgba(255,255,255, 0.85);*/
    /*border-radius: 5px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.card.city-card {
    min-width: 20rem;
    max-width: 36rem;
}

.city-card {
    max-width: 36rem;
}

    .city-card object {
        pointer-events: none;
        border: 3px solid;
        border-radius: 10px;
    }

    .city-card a:hover object {
        border-color: #000000 !important;
        opacity: 0.75;
    }



body:not(.accessibility-contrast) .img-normal,
body.accessibility-contrast .img-invert {
    display: inline-block !important;
}

body.accessibility-contrast .img-normal,
body:not(.accessibility-contrast) .img-invert {
    display: none !important;
}

body.accessibility-contrast {
    background-image: none;
}

body.accessibility-contrast .footer-image {
    /*visibility: hidden;*/
    display: none;
}

.has-text-align-center {
    text-align: center;
}

.bg-danger.text-light a {
    color: #ffffff;
}