/*
	Theme Name: NRG Car
	Author: Peter Hegedűs
	Author URI: https://buwl.hu
    Template: nrgcar-theme
    Version: 1.0.3
*/

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* BASE
================================================== */

body {
    padding-top: 120px;
    -webkit-font-smoothing: antialiased;
    word-spacing: 0;
    letter-spacing: 0;
    background: #fff;
    color: #212121;
}

body, input, button, textarea {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 700;
}

p,
ul,
ol,
table,
figure {
    margin-bottom: 1.5rem;
}

a, input, textarea, button {
    -webkit-transition: color .3s, background, .3s, border-color .3s, opacity .3s;
    -moz-transition: color .3s, background, .3s, border-color .3s, opacity .3s;
    transition: color .3s, background, .3s, border-color .3s, opacity .3s;
}

a,
a:focus {
    color: #4b8e00;
}

a:hover {
    color: #4b8e00;
}

a:hover,
a:focus {
    text-decoration: none;
}

*, *:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
}

b, strong {
    font-weight: 500;
}

/* LAYOUT
================================================== */

/*
	Header
*/

.header {
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    padding: .75rem 0;
    z-index: 1002;
    background: #000000;
}

.dialog-body .header {
    top: calc(56px + 32px);
}

.header .logo {
    display: inline-block;
}

.header.fixed {
    position: fixed;
    top: 0;
}

.dialog-body .header.fixed {
    top: 32px;
}

.top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: .75rem 0;
    z-index: 1001;
    background: #fff;
}

.dialog-body .top-bar {
    top: 32px;
}

.top-bar img {
    width: auto;
    height: 32px;
}

.top-bar ul {
    margin: 0;
}

.top-bar .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}

.top-bar ul a {
    color: #212121;
}

/* SECTIONS
================================================== */

.section {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section__title {
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 2.5rem;
}

.section__title img {
    position: relative;
    vertical-align: middle;
    bottom: .35rem;
}

.section__title strong {
    font-weight: 700;
    color: #286140;
}

.section__title--secondary {
    font-size: 2rem;
}

.section__title--large {
    font-size: 3rem;
}

/*
	Section map
*/

.section-map {
    position: relative;
}

.section-map__wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
	Column content
*/

.column-content .bg-layer {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
}

.column-content .layer-dark:after {
    -webkit-transition: background .3s;
    transition: background .3s;
}

.column-content .figure-box {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.column-content__title {
    padding: .5rem;
    font-weight: 700;
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #767b7f;
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: skew(-12deg, 0) translate(-50%, 0);
    transform: skew(-12deg, 0) translate(-50%, 0);
}

.column-content__title > span {
    display: block;
    -webkit-transform: skew(12deg, 0);
    transform: skew(12deg, 0);
}

.column-content__left .bg-layer {
    background-position: center left;
}

.column-content__right .bg-layer {
    background-position: center right;
}

.column-content__left:hover .layer-dark:after,
.column-content__right:hover .layer-dark:after {
    background: #273544;
}

/* MODULES
================================================== */

/*
	Carousels
*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 3rem;
    padding: .4375rem 0 !important;
    border: 2px solid #212121;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #fff;
    background: #212121;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: skew(-12deg, 0);
    transform: skew(-12deg, 0);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #000;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev > span,
.owl-carousel .owl-nav button.owl-next > span {
    display: block;
    -webkit-transform: skew(12deg, 0);
    transform: skew(12deg, 0);
}


/*
	Slideshow
*/

.slideshow__wrapper {
    position: relative;
    /*background: url("/wp-content/themes/nrgcar-theme/img/hall.jpg") center center no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
}

.slideshow__wrapper:after {
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 230px;
    background: url("/wp-content/themes/nrgcar-theme/img/ground.png") center center no-repeat;
}

.slideshow__wrapper .slideshow {
    position: relative;
    z-index: 2;
}

.slideshow__item {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    height: calc(100vh - 120px);
    max-height: 700px;
}

.dialog-body .slideshow__item {
    height: calc(100vh - 120px - 32px);
}

.slideshow__item__inner {
    position: relative;
    font-family: Oswald, Arial, sans-serif;
    font-size: 2rem;
    color: #767b7f;
}

.slideshow__item__text {
    padding-bottom: 70px;
}

.slideshow__title {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 4.5rem;
    color: #64a70b;
}

.slideshow__nav {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 3;
}

.slideshow__nav .owl-prev,
.slideshow__nav .owl-next {
    margin: 0 1rem 0 0;
    border: 0;
    padding: 0;
    background: transparent;
}

.owl-carousel .slideshow__item__picture img {
    max-height: calc(100vh - 120px - 20px);
}

.dialog-body .owl-carousel .slideshow__item__picture img {
    max-height: calc(100vh - 120px - 32px - 20px);
}

/*
	Picture carousel
*/

.picture-carousel .owl-stage,
.picture-carousel .owl-stage-outer,
.owl-carousel .picture-carousel__img img {
    height: 420px;
}

.owl-carousel .picture-carousel__img {
    display: block;
    position: relative;
}

.owl-carousel .picture-carousel__img img {
    width: auto;
}

.owl-carousel .picture-carousel__img .zoom-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel .picture-carousel__img:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
}

.picture-carousel .owl-prev,
.picture-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
}

.picture-carousel .owl-prev {
    left: 1.5rem;
}

.picture-carousel .owl-next {
    right: 1.5rem;
}

/* COMPONENTS
================================================== */

/*
	Buttons
*/

.btn {
    padding: .4375rem 2rem;
    font-weight: 700;
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-width: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: skew(-12deg, 0);
    transform: skew(-12deg, 0);
}

.btn > span {
    display: block;
    -webkit-transform: skew(12deg, 0);
    transform: skew(12deg, 0);
}

.btn--green,
.btn--green:focus {
    border-color: #286140;
    color: #fff;
    background: #286140;
}

.btn--green:hover {
    border-color: #1b5433;
    color: #fff;
    background: #1b5433;
}

.btn.btn--pulsar {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.btn--green.btn--pulsar {
    background-color: #9ecd6c;
    border-color: #9ecd6c;
    animation-name: bg-green-pulsar;
}

.btn.btn--pulsar:hover {
    border-color: #E87959;
    color: #fff;
    background-color: #E87959;
    animation-name: bg-green-pulsar-hover;
}

.btn--blue,
.btn--blue:focus {
    border-color: #64a70b;
    color: #fff;
    background: #64a70b;
}

.btn--blue:hover {
    border-color: #004a87;
    color: #fff;
    background: #004a87;
}

.btn--yellow,
.btn--yellow:focus {
    background-color: #ffcd10;
    color: #212121;
    transition: all 550ms;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
}

.btn--yellow:hover {
    color: #fff;
    background: #222222;
}

.btn--green-oeliatec,
.btn--green-oeliatec:focus {
    background-color: #65b446;
    color: #ffffff;
    transition: all 550ms;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
}

.btn--green-oeliatec:hover {
    color: #fff;
    background: #222222;
}

.btn--gray,
.btn--gray:focus {
    border-color: #212121;
    color: #fff;
    background: #212121;
}

.btn--gray:hover {
    border-color: #000;
    color: #fff;
    background: #000;
}

.btn--border-white,
.btn--border-white:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.btn--border-white:hover {
    border-color: #fff;
    color: #212121;
    background: #fff;
}

.btn--icon {
    width: 3rem;
    height: 3rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.25;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/*
	Form components
*/

.form-control {
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: skew(-12deg, 0);
    transform: skew(-12deg, 0);
}

.form-control__inner,
.form-control .wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: .75rem 1.5rem;
    border: 0;
    font-family: Oswald, Arial, sans-serif;
    color: #1f1f1f;
    background: transparent;
    -webkit-transform: skew(12deg, 0);
    transform: skew(12deg, 0);
}

textarea.form-control__inner {
    min-height: 3rem;
}

/*
	Gallery item
*/

.gallery-item {
    position: relative;
    display: block;
    height: 260px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 1rem 4rem 1rem rgba(30%, 30%, 30%, .3);
    box-shadow: 0 1rem 4rem 1rem rgba(30%, 30%, 30%, .3);
}

.gallery-item:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1f98d2;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.gallery-item img {
    width: 100%;
}

.gallery-item i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    font-size: 40px;
    margin: -20px 0 0 -20px;
    color: #fff;
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gallery-item:hover:after {
    opacity: .5;
}

.gallery-item:hover i {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*
	Lists
*/

.list-with-icon li {
    font-weight: 500;
}

.list-with-icon li > i {
    vertical-align: text-bottom;
    margin-right: .25rem;
    font-size: 1.125rem;
    color: #286140;
}

.list-with-icon.list-unstyled li {
    margin-bottom: .5rem;
}

.list-with-icon.list-unstyled li > i {
    width: 1.5rem;
    text-align: center;
}

.list-with-icon.list-unstyled a {
    color: #212121;
}

.list-table {
    padding: 0;
    list-style-type: none;
}

.list-table li {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
}

.list-table li:nth-child(even) {
    background: #f6f6f6;
}

.list-table li span:last-child {
    text-align: right;
}

/*
	Figure box
*/

.figure-box {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: .875rem;
}

.figure-box__content {
    max-width: 500px;
    margin: 0 auto;
}

.figure-box__picture {
    margin-bottom: 2.5rem;
}

.figure-box__picture img {
    width: auto;
}

.figure-box__picture_2 img {
    width: 100%;
    max-width: 640px;
}

/*
	Zoom icon
*/

.zoom-icon {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background: #286140;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.zoom-icon i {
    vertical-align: middle;
}

/*
	Icon text
*/

.icon-text {
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    color: #286140;
}

.icon-text img {
    height: 32px;
    margin-top: -.25rem;
    margin-right: .25rem;
}

a.icon-text {
    color: #767b7f;
}

a.icon-text:hover {
    color: #333;
}

/*
	Figure URL
*/

.figure-url {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.25rem;
    text-align: center;
    color: #212121;
}

.figure-url span {
    display: block;
    margin-top: .5rem;
}

/*
	Counter box
*/

.counter-box {
    font-family: Oswald, Arial, sans-serif;
    text-align: center;
}

.counter-box__count {
    margin: 0 auto .25rem;
    width: 136px;
    height: 136px;
    border: 2px solid #286140;
    font-size: 3.5rem;
    line-height: 132px;
    font-weight: 700;
    color: #286140;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.counter-box__text {
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: .75rem;
}

.counter-box__text span {
    display: block;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

/*
	Accordion
*/

.accordion__item__header {
    margin-bottom: 1.5rem;
    padding: .75rem 2rem .75rem 1.5rem;
    font-weight: 700;
    font-family: Oswald, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #fff;
    background: #767b7f;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: skew(-12deg, 0);
    transform: skew(-12deg, 0);
}

.accordion__item__header > span {
    display: block;
    -webkit-transform: skew(12deg, 0);
    transform: skew(12deg, 0);
}

.accordion__item__header i {
    position: absolute;
    top: 50%;
    right: -.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: -1rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.accordion__item__header[aria-expanded="true"],
.accordion__item__header:hover {
    background: #212121;
}

.accordion__item__header[aria-expanded="true"] i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*
	Videos
*/
#videok {
    position: relative;
    overflow: hidden;
}

#videok #main-video {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
}

.spec-logo {
    max-width: 320px;
    margin: 0 auto 40px;
    display: block;
}

.btn-g4 {
    width: 100%;
    max-width: 389px;
    display: block;
    margin: 0 auto;
}

/*
	Tab
*/

.tab-nav {
    justify-content: center;
}

.tab-nav .nav-item {
    margin-left: -1px;
}

.tab-nav .btn {
    color: #767b7f;
    background: #f1f1f1;
}

.tab-nav .btn.active {
    color: #fff;
    background: #64a70b;
}

.tab-nav .nav-item:not(:first-child) .btn {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tab-nav .nav-item:first-child .btn {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.tab-nav .nav-item:last-child .btn {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

/* GLOBALS
================================================== */

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-vehicle {
    background-image: url("/wp-content/themes/nrgcar-theme/img/bg-vehicle.jpg");
}

.bg-car2 {
    background-image: url("/wp-content/themes/nrgcar-theme/img/pictures/bg-car2.jpg");
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-layer {
    position: relative;
}

.bg-layer:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.layer-dark:after {
    background: #212121;
    opacity: .9;
}

.bg-layer > * {
    position: relative;
    z-index: 3;
}

.secondary-layer {
    position: relative;
}

.secondary-layer:before {
    position: absolute;
    content: "";
    z-index: 2;
    top: 0;
    right: 55%;
    bottom: 0;
    left: -20%;
    opacity: .6;
    background: #286140;
    -webkit-transform: skew(-12deg, 0);
    transform: skew(-12deg, 0);
}

.maw--270 {
    max-width: 270px;
}

.maw--600 {
    max-width: 600px;
}

.h--550 {
    height: 550px;
}

.text--lg {
    font-size: 1.125rem;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--20 {
    margin-bottom: 20px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--50 {
    margin-bottom: 50px;
}

.mb--60 {
    margin-bottom: 60px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--80 {
    margin-bottom: 80px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--100 {
    margin-bottom: 100px;
}

.pt--10 {
    padding-top: 10px;
}

.pt--20 {
    padding-top: 20px;
}

.pt--30 {
    padding-top: 30px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--100 {
    padding-top: 100px;
}

.pb--10 {
    padding-bottom: 10px;
}

.pb--20 {
    padding-bottom: 20px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--100 {
    padding-bottom: 100px;
}


/* ANIMATIONS
================================================== */

.scroll-anim {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.position-sticky {
    position: sticky;
    top: 8rem;
}

.wpr-grid-image-wrap {
    height: 0;
    overflow: hidden;
    padding-top: calc(10 * 100% / 16);
    background: white;
    position: relative;
    border-radius: .5rem;
}

.wpr-grid-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* RESPONSIVE
================================================== */

/*
	Extra large devices
*/


@media screen and (max-height: 700px) {
    .owl-carousel .slideshow__item__picture img {
        max-height: 480px;
    }
}


@media screen and (min-width: 1201px) {

    .owl-carousel .slideshow__item__picture img {
        max-width: 800px;
        width: auto;
    }

    .column-content .layer-dark {
        padding-left: 50px;
        padding-right: 50px;
    }

}

/*
	Large devices
*/

@media screen and (min-width: 992px) {


    /*
        Navigation
    */
    .navigation ul {
        margin: 0;
        padding: 0;
        font-family: Oswald, Arial, sans-serfi;
        font-weight: 700;
        text-transform: uppercase;
        list-style-type: none;
        font-size: 1rem;
    }

    .navigation li {
        position: relative;
        display: inline-block;
    }

    .navigation li > a {
        display: block;
        color: #fff;
    }

    .navigation > ul > li:last-child > a {
        padding-right: 0;
    }

    .navigation li > a.active,
    .navigation li > a:hover {
        color: #4b8e00;
    }

    .navigation .header-social {
        font-weight: 700;
    }

    .navigation .header-social a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1rem;
        padding: 0;
        font-size: 1.25rem;
        color: #ccc;
    }

    .navigation .header-social a:hover {
        color: #fff;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .slideshow__title {
        font-size: 4rem;
    }

}

/*
	Medium devices
*/

@media screen and (min-width: 768px) and (max-width: 991px) {

    .slideshow__title {
        font-size: 3rem;
    }

    .slideshow__item__inner {
        font-size: 1.5rem;
    }

    .picture-carousel .owl-stage,
    .picture-carousel .owl-stage-outer,
    .owl-carousel .picture-carousel__img img {
        height: 300px;
    }

}

@media screen and (max-width: 991px) {

    .container {
        max-width: 100%;
    }

    /*
        Navigation
    */
    .mobile-menu-button {
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
    }

    .mobile-menu-button {
        font-size: 1.25rem;
    }

    .mobile-menu-button,
    .mobile-menu-button:hover,
    .mobile-menu-button:focus,
    .mobile-menu-button:active {
        color: #fff;
    }

    .navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        width: 250px;
        padding-top: .75rem;
        font-family: Oswald, Arial, sasn-serif;
        font-size: 1.25rem;
        background: #273544;
        -webkit-transition: left .3s;
        transition: left .3s;
    }

    .navigation.active {
        left: 0;
        -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
        box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
    }

    .navigation ul {
        margin: 0;
        padding: 0;
    }

    .navigation a {
        display: block;
        padding: .75rem 2rem;
        color: #fff;
    }

    .navigation a.active {
        color: #4b8e00;
    }

    .figure-box__picture > a {
        max-width: 120px;
    }

    .counter-box__count {
        width: 80px;
        height: 80px;
        line-height: 74px;
        font-size: 2rem;
    }


}

@media screen and (min-width: 768px) {

    .btn--lg {
        font-size: 2rem;
    }

    .section-map__wrapper {
        position: absolute;
        overflow: hidden;
        content: "";
        z-index: 1;
        top: 0;
        right: 62%;
        bottom: 0;
        left: -5%;
        -webkit-transform: skew(-12deg, 0);
        transform: skew(-12deg, 0);
    }

    .section-map__inner {
        position: absolute;
        top: 0;
        right: -12%;
        bottom: 0;
        left: 12%;
        -webkit-transform: skew(12deg, 0);
        transform: skew(12deg, 0);
    }

    .column-content__title {
        position: absolute;
        display: inline-block;
        z-index: 1;
        top: 0;
        left: 100%;
        min-width: 220px;
    }

    .column-content__left .figure-box {
        border-right: 1px solid #f1f1f1;
    }

    .column-content__right .column-content__title {
        display: none;
    }

}

/*
	Small devices
*/

@media screen and (max-width: 767px) {

    .mb--60,
    .mb--70,
    .mb--80,
    .mb--90,
    .mb--100 {
        margin-bottom: 50px;
    }

    .pt--60,
    .pt--70,
    .pt--80,
    .pt--90,
    .pt--100 {
        padding-top: 50px;
    }

    .pb--60,
    .pb--70,
    .pb--80,
    .pb--90,
    .pb--100 {
        padding-bottom: 50px;
    }

    .slideshow__nav {
        text-align: center;
    }

    .slideshow__nav .owl-prev,
    .slideshow__nav .owl-next {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .slideshow__item__inner {
        font-size: 1.5rem;
    }

    .slideshow__item__text {
        padding-bottom: 30px;
    }

    .slideshow__title {
        font-size: 3rem;
    }

    .section__title {
        font-size: 2rem;
    }

    .icon-box {
        padding-left: 60px;
    }

    .icon-box__icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .icon-box__icon img {
        max-height: 25px;
    }

    .picture-carousel .owl-stage,
    .picture-carousel .owl-stage-outer,
    .owl-carousel .picture-carousel__img img {
        height: 150px;
        height: 150px;
    }

    .picture-carousel .owl-nav {
        display: none;
    }

    .h--550 {
        height: 350px;
    }

    .section-map__inner {
        height: 250px;
    }

    .accordion__item__header {
        font-size: 1rem;
    }

    .column-content .bg-layer {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .column-content .figure-box {
        padding-bottom: 50px;
    }

    .column-content__title {
        -webkit-transform: skew(-12deg, 0);
        transform: skew(-12deg, 0);
    }

}

/*
	Extra small devices
*/

@media screen and (max-width: 575px) {

    .top-bar {
        padding: .5rem 0;
    }

    .top-bar ul {
        font-size: .875rem;
    }

    .top-bar ul li {
        display: block;
    }

    .top-bar .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

}

/* KEYFRAMES
================================================== */

/* Fade In */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Fade In Up */

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(0, 10%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

/* Fade In Right */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate(10%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

/* Fade In Left */

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

.wpcf7-checkbox .wpcf7-list-item.first.last {
    margin: 0 .5rem 0 0;
}

.custom-control.custom-checkbox {
    position: relative;
    display: flex;
}

.custom-control.custom-checkbox .wpcf7-form-control-wrap {
    position: unset;
}

.custom-control.custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control.custom-checkbox .custom-checkbox-label {
    white-space: nowrap;
}

.custom-control.custom-checkbox .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
}

.custom-control.custom-checkbox .wpcf7-list-item-label {
    font-size: 0;
}

.custom-control.custom-checkbox .wpcf7-list-item-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
    border-radius: .25rem;
}

.custom-control.custom-checkbox .wpcf7-list-item-label:after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control.custom-checkbox input:checked ~ .wpcf7-list-item-label:before {
    background-color: #007bff;
}

@-webkit-keyframes bg-green-pulsar {
    0% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
    33% {
        background-color: #E87959;
        border-color: #E87959;
    }
    66% {
        background-color: #E87959;
        border-color: #E87959;
    }
    100% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
}

@-moz-keyframes bg-green-pulsar {
    0% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
    33% {
        background-color: #E87959;
        border-color: #E87959;
    }
    66% {
        background-color: #E87959;
        border-color: #E87959;
    }
    100% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
}

@-o-keyframes bg-green-pulsar {
    0% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
    33% {
        background-color: #E87959;
        border-color: #E87959;
    }
    66% {
        background-color: #E87959;
        border-color: #E87959;
    }
    100% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
}

@keyframes bg-green-pulsar {
    0% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
    33% {
        background-color: #E87959;
        border-color: #E87959;
    }
    66% {
        background-color: #E87959;
        border-color: #E87959;
    }
    100% {
        background-color: #9ecd6c;
        border-color: #9ecd6c;
    }
}


@-webkit-keyframes bg-green-pulsar-hover {
    0% {
        background-color: #E87959;
        border-color: #E87959;
    }
    33% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    66% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    100% {
        background-color: #E87959;
        border-color: #E87959;
    }
}

@-moz-keyframes bg-green-pulsar-hover {
    0% {
        background-color: #E87959;
        border-color: #E87959;
    }
    33% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    66% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    100% {
        background-color: #E87959;
        border-color: #E87959;
    }
}

@-o-keyframes bg-green-pulsar-hover {
    0% {
        background-color: #E87959;
        border-color: #E87959;
    }
    33% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    66% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    100% {
        background-color: #E87959;
        border-color: #E87959;
    }
}

@keyframes bg-green-pulsar-hover {
    0% {
        background-color: #E87959;
        border-color: #E87959;
    }
    33% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    66% {
        background-color: #d86a4b;
        border-color: #d86a4b;
    }
    100% {
        background-color: #E87959;
        border-color: #E87959;
    }
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

html {
    scroll-behavior: auto;
}

[id] {
    scroll-margin-top: 120px;
}

@media (max-width: 767px) {
    [id] {
        scroll-margin-top: 90px;
    }
}