@font-face {
    font-family: "NouvelR-Bold";
    src: url("/Action/css/fonts/NouvelR-Bold.woff2");
    /* IE9 */
    src: url("/Action/css/fonts/NouvelR-Bold.woff2") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/Action/css/fonts/NouvelR-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-style: normal;
    font-weight: bold;
    font-display: auto;
}

@font-face {
    font-family: "NouvelR-Regular";
    src: url("/Action/css/fonts/NouvelR-Regular.woff2");
    /* IE9 */
    src: url("/Action/css/fonts/NouvelR-Regular.woff2") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/Action/css/fonts/NouvelR-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-style: normal;
    font-weight: normal;
    font-display: auto;
}

@font-face {
    font-family: "NouvelR-Light";
    src: url("/Action/css/fonts/NouvelR-Light.woff2");
    /* IE9 */
    src: url("/Action/css/fonts/NouvelR-Light.woff2") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/Action/css/fonts/NouvelR-Light.woff2") format("woff2");
    /* Modern Browsers */
    font-style: normal;
    font-weight: normal;
    font-display: auto;
}

@font-face {
    font-family: picto;
    src: url(/Action/css/fonts/pictosq-regular.eot);
    src: url(/Action/css/fonts/pictosq-regular.eot?#iefix) format("embedded-opentype"), url(/Action/css/fonts/pictosq-regular.woff) format("woff"), url(/Action/css/fonts/pictosq-regular.ttf) format("truetype");
}

@font-face {
    font-family: pictoIc;
    src: url(/Action/css/fonts/glyphicons-halflings-regular.eot);
    src: url(/Action/css/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/Action/css/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/Action/css/fonts/glyphicons-halflings-regular.ttf) format("truetype");
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "NouvelR-Bold";
}

*,
p,
li {
    font-family: "NouvelR-Regular";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.global-nav-container,
.nav-container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0;
    padding-top: 15px;
    height: auto;
    box-sizing: border-box;
    font-family: "NouvelR-Regular";
}

ul.global-nav-container {
    display: flex;
    justify-content: flex-end;
}

.nav-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 0;
}

li.with-icon.mobile {
    display: none !important;
}

#mobile-nav-top {
    display: none;
}

.page-title {
    display: none;
}

.nav-mask {
    display: none;
}

.burger {
    display: none;
}

.home-link {
    display: none;
}

img.logo-mobile {
    display: none;
}

nav#primary,
nav#global-nav {
    background-color: #000;
}

nav ul a {
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-family: "NouvelR-Regular";
}

nav ul a:hover {
    text-decoration: underline;
}

nav#global-nav ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding-left: 15px;
    font-family: "NouvelR-Regular";
}

nav#primary ul li {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding-left: 25px;
}

nav#primary ul {
    float: left;
    padding: 0;
}

nav#primary ul.home-menu li a {
    font-family: "NouvelR-Bold";
    text-transform: uppercase;
    font-size: 14px;
}

header.main {
    box-shadow: 0 3px 7px #ffffff;
    background-color: #000;
}

#global-nav .dropdown ul {
    display: none;
}

a.home.pictosq {
    font-size: 15.5px;
    top: 2px;
    padding: 0 7px 0 0;
    height: 19px;
    display: block;
    width: 12px;
    text-decoration: none !important;
    border-right: 1px solid #c8c8c8;
}

nav#global-nav ul li.home {
    padding-left: 0px;
}

nav#global-nav ul li.with-icon {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

nav#primary ul li.with-icon {
    padding-left: 20px;
}

nav#primary .dropdown:after {
    content: "Í";
    font-family: picto;
    font-size: 22px;
    position: relative;
    top: 5px;
    left: 0px;
    display: inline-block;
    height: 18px;
}

input#full-search {
    font-size: 12px;
    font-family: "NouvelR-Regular" !important;
    height: auto;
    padding: 2px 0;
    margin: 0;
    display: inline-block;
    line-height: normal;
    border: none;
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid #ffffff;
    width: 71px;
}

div.prokrytka {
    margin: 2px auto !important;
}

form.nav-site-search button[type="submit"] {
    display: inline-block;
    background: none;
    width: 20px;
    height: 13px;
    font-family: picto;
    font-size: 20px;
    position: relative;
    padding: 0;
    top: 4px;
    color: #fff;
    left: -2px;
    margin: 0;
    line-height: 15px;
}

.logo {
    height: 80px;
    width: 5%;
    background-image: url(/Action/img/newlogowhite.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 30px;
}

footer {
    background: #333;
    max-width: 1500px;
    margin: auto;
    color: #fff;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline !important;
}

footer ul {
    color: #fff !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.social li {
    display: inline-block;
}

footer .row {
    max-width: 1200px;
    margin: auto;
    padding: 16px 13px 16px 13px;
    box-sizing: border-box;
}

footer .breadcrumps {
    border-bottom: 1px solid #666;
}

footer .breadcrumps li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

footer .breadcrumps li a:after {
    color: #999 !important;
    content: "Ì";
    font-family: picto;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 1px;
    display: inline-block;
    height: 18px;
}

footer .breadcrumps li a {
    color: #999 !important;
}

.col-md-3 {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 0;
    box-sizing: border-box;
}

.col-md-3:first-child {
    padding-left: 0;
}

.col-md-6 {
    float: left;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

.col-md-6:first-child {
    padding-left: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

footer .col-md-3 ul li {
    padding: 3px 0;
}

footer .col-md-3 ul li a {
    color: #ccc !important;
    font-size: 14px;
}

h3.footer-title {
    font-family: "NouvelR-Bold" !important;
    line-height: 31px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}

footer .energy {
    color: #999;
    font-family: "NouvelR-Regular" !important;
    margin-top: 25px;
    margin-bottom: 10px
}

.copyright {
    text-align: left;
    background: #000;
    font-size: 14px;
}

.copyright ul li {
    display: inline-block;
    margin-right: 15px;
}

.copyright ul li p {
    margin: 0;
}

footer .energy {
    color: #fff;
    font-style: italic;
    padding-top: 65px;
    padding-bottom: 10px;
    font-size: 19px;
    text-align: center;
    width: 100%;
}

footer .col-md-3 ul.social li a {
    color: #000 !important;
    font-size: 15px;
}

footer .col-md-3 ul.social li a:hover {
    text-decoration: none !important;
}

footer .col-md-3 ul.social li {
    margin-right: 10px;
}

ul.social {
    margin-top: 10px;
}

.fa {
    padding: 10px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #fff;
}

.fa:hover {
    opacity: 0.9;
}

ul.nav-global-small {
    background: #dbdbdb;
    border-top: 1px solid #ccc;
    font-size: 14px;
}

ul.nav-global-small li a {
    background: #585858;
    font-size: 14px;
}

ul.nav-global-small {
    display: none;
}


/* Media */

@media screen and (max-width: 1300px) {
    ul.nav-global-small {
        display: block;
    }

    .nav-container {
        display: block;
    }

    .m-dealer:before {
        content: "ż";
        font-family: picto;
        font-size: 24px;
        margin-right: 5px;
        margin-left: 1px;
        display: block;
        float: left;
    }

    .m-contact:before {
        content: "H";
        font-family: picto;
        font-size: 24px;
        margin-right: 5px;
        margin-left: 1px;
        display: block;
        float: left;
    }

    .m-drive:before {
        content: "}";
        font-family: picto;
        font-size: 24px;
        margin-right: 5px;
        margin-left: 1px;
        display: block;
        float: left;
    }

    li.with-icon.mobile {
        display: inline-block !important;
    }

    .energy {
        display: none !important;
    }

    a.logo {
        display: none;
    }

    nav#primary {
        display: none;
    }

    nav#primary.active {
        display: block;
    }

    nav#primary {
        width: 100%;
        position: absolute;
        z-index: 100;
        background: #fff;
        top: 0px;
        z-index: 999999;
    }

    nav#primary ul {
        float: none;
        padding: 0;
        margin: 0;
        background-color: #000;
    }

    nav#primary ul li:first-child {
        border-top: 1px solid #dbdbdb;
    }

    nav#primary ul li {
        float: none;
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #3c3c3c;
    }

    nav#primary ul li a {
        padding: 12px 50px 12px 12px;
        margin: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-container {
        padding: 0;
    }

    a.cars:before {
        display: none;
    }

    nav#primary .dropdown:after {
        content: "Ý";
        font-family: picto;
        font-size: 25px;
        position: absolute;
        top: 14px;
        right: 18px;
        display: inline-block;
        height: 18px;
        left: inherit;
    }

    nav#primary ul li.with-icon {
        padding-left: 0px;
    }

    nav#primary ul li {
        position: relative;
    }

    nav#primary ul li a {
        position: static;
    }

    .home-link {
        display: inline-block;
    }

    .home-link:before {
        content: "\002b";
        font-family: picto;
        font-size: 24px;
        margin-right: 5px;
        margin-left: 1px;
        display: block;
        float: left;
    }

    .nav-mask.active {
        transition: all ease-in 0.4s;
        opacity: 0.3;
        background: #000;
        z-index: 10;
        position: fixed;
        height: 100%;
        width: 100%;
        display: block;
    }

    .burger {
        display: block;
        height: 64px;
        width: 60px;
        float: left;
    }

    img.logo-mobile {
        display: block;
        float: right;
        width: 40px;
        height: 25px;
        margin-top: 15px;
        margin-right: 12px;
    }

    nav#global-nav {
        display: none;
    }

    #mobile-nav-top {
        width: 100%;
        display: block;
        background: #000;
    }

    .close-menu {
        display: inline-block;
        height: 64px;
        width: 60px;
        font-family: picto;
        font-size: 50px;
        line-height: 71px;
        padding-left: 10px;
        box-sizing: border-box;
        float: left;
        color: #fff;
    }

    .mobile-search form.nav-site-search.search-js {
        background: #000;
        padding: .875em 3px .875em 3px;
    }

    input#mobile-search {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        background-color: #ececec;
        font-family: "NouvelR-Regular" !important;
        font-size: .875em;
        outline: 0;
        color: #333;
        padding: .7142857143em 7px .6428571429em 16px;
        text-overflow: ellipsis;
        line-height: normal;
        border: none;
        margin: 0;
        height: 36px;
    }

    form.nav-site-search button.search.mobile-search {
        background-color: #fc3;
        width: 36px;
        height: 36px;
        top: 1px;
        left: -4px;
    }

    .mobile-search {
        display: inline-block;
        width: calc(100% - 60px);
    }

    .page-title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 21px;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        margin: 0 auto;
        font-family: "NouvelR-Regular" !important;
        background-color: #272727;
        width: 100%;
    }
}

footer .breadcrumps {
    display: none;
}

.copyright ul li {
    box-sizing: border-box;
}

.copyright ul li {
    margin-right: 0;
}

#service3form input,
#service3form select,
form input,
form textarea,
form#service3form button[type="submit"] {
    font-family: "NouvelR-Regular" !important;
}

@media screen and (max-width: 580px) {
    footer .col-md-3:not(:nth-child(4)) h3.footer-title:after {
        font-family: picto;
        content: "Í";
        position: absolute;
        right: 15px;
        font-size: 33px;
        color: #fc3;
    }

    .footer-nav .col-md-3:nth-child(4) {
        border: none;
    }

    ul.social {
        margin: 0 0px 20px 16px;
    }

    .row.footer-nav ul:not(.social) {
        display: none;
    }

    .row.footer-nav ul:not(.social) li a {
        font-size: 16px;
        padding-left: 15px;
        line-height: 30px;
    }

    .row.footer-nav ul:not(.social) {
        margin-bottom: 10px;
    }

    h3.footer-title {
        font-family: "NouvelR-Bold" !important;
        line-height: 31px;
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 0px;
        padding: 16px;
    }

    footer .row {
        padding: 0;
    }

    .col-md-3 {
        padding: 0;
    }

    .col-md-3 {
        width: 100%;
        border-bottom: 1px solid #666;
    }

    .col-md-6 {
        border-bottom: 1px solid #666;
    }

    nav#primary {
        width: 100%;
    }

    .copyright ul li {
        width: 100%;
        padding-left: 15px;
        font-size: 15px;
        line-height: 2.5em;
    }
}

@media screen and (min-width: 1300px) {
    nav#primary {
        display: block !important;
    }
}