/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:link,
a:visited,
a:focus {
    outline: none;
    border: none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

h1 {
    font-size: 48px;
    color: #FFF;
    font-weight: 900;
    margin-top: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase
}

h2 {
    font-size: 36px;
    margin-bottom: 8px
}

h3 {
    margin-bottom: 24px;
    color: #000;
    font-weight: 400;
    font-size: 30px;
}

.bloq {
    background: #4BA82E;
    padding: 25px;
    display: block;
    margin-bottom: 25px;
    margin-top: 35px;
}

.bloq h2 {
    margin-bottom: 10px;
    color: #FFF;
    margin-bottom: 16px !important;
}

.bloq h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #FFF
}

a,
#features .owl-nav button,
.outer,
.outer h2,
.outer img,
.tco-box,
.tco-box.open {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform-origin: center;
}

a:hover,
#features .owl-nav button:hover {
    opacity: 0.75
}

.outer img {
    width: 310px;
    transform-origin: center;
    margin: 0 auto;
    vertical-align: middle
}

.open .outer img {
    display: block;
    height: auto;
    width: 100%;
    transform-origin: center;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
section {
    padding: 30px 0 35px 0;
}

.features {
    padding: 50px 0 10px 0;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.container930 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#header-row {
    background: #FFF;
    height: 70px;
    display: flex;
    align-items: center;
   
}

#header-row .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    border-bottom: 1px solid #eee!important;
    z-index: 99;
}

.logo img {
    width: 156px
}

.logo:hover {
    opacity: 1
}

#nav ul li {
    display: inline-block;
    list-style: none;
}

#hero,
#hero-2 {
    position: relative;
    padding: 0;
    height: 640px;
}

#hero img,
#hero picture source,
#hero-2 img,
#hero-2 picture source {
    width: 100%;
    height: 640px;
    object-fit: cover
}

.header-title {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

#hero-2 {
    margin-bottom: 10px;
    margin-top: 10px
}

#hero-2 h1,
#hero h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #000;
}

#hero-2 h3,
#hero h3 {
    color: #FFF;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #000;
}

#hero-2 h3 {
    font-weight: bold
}

#hero-2 .hero-btn {
    position: Absolute;
    bottom: 15.625%;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    left: 25px;
    right: 0
}

#hero-2 .btn-smpl {
    display: inline-flex;
    align-items: center
}

#hero-2 .btn-smpl img {
    width: 8px;
    height: 20px;
    margin-left: 24px;
}

.hide-text {

    text-align: left
}

.modal a.close-modal {
    display: none !important
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

#tco-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 0;
    margin-bottom: 60px
}

#tco-grid > div:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#tco-grid > div:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#tco-grid > div:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#tco-grid > div:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

#tco-grid > div:nth-of-type(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

#tco-grid > div:nth-of-type(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

#tco-grid > div:nth-of-type(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#tco-grid > div:nth-of-type(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

#tco-grid > div:nth-of-type(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.modal img {
    width: 100%;
    height: auto
}

.tco-box {
    position: relative;
    text-align: center;
    padding: 0;
    cursor: pointer;


}

.tco-box .outer {
    position: relative;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tco-box.open .outer {
    position: absolute;
    width: 200%;
    text-align: center;
    padding: 0;
    display: flex;
    z-index: 99;
    background: #FFF;

    justify-content: flex-start;
    flex-direction: column;
    top: 0;
    bottom: 0;
    height: 300%;
}

.tco-box.open .outer.right {

    right: 0;
}

.tco-box.open .outer.right.top,
.tco-box.open .outer.top {

    top: -100%
}

.tco-box.open .outer.right.top2,
.tco-box.open .outer.top2 {

    top: -200%
}

.tco-box.open .outer .hide-text {
    display: block;
}

.tco-box h2 {
    font-size: 20px;
    position: absolute;
    bottom: 1em;
    z-index: 1;
    left: auto;
    right: auto;
    text-align: center;
    font-weight: 900;
    color: #FFF;
    background: #4BA82E;
    padding: 8px 12px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    line-height: 1.2;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    transform: scale(1) rotate(0deg);
}

.tco-box:hover h2 {
    transform: scale(1.05) rotate(0.02deg);

}

.tco-box a:hover {
    opacity: 1
}

.modal h2 {
    font-size: 36px;
    position: relative;
    margin: 0 auto;

    text-align: center;
    font-weight: 900;
    color: #FFF;
    background: #4BA82E;
    padding: 8px 12px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    margin: -2em auto 25px auto;
    line-height: 1.2;
}

.tco-box h2.abs0 {
    bottom: 0
}

.close-container {
    position: absolute;
    top: 10px;
    margin: auto;
    width: 30px;
    height: 30px;
    margin-top: 0;
    right: 15px;
    cursor: pointer;
}

.tco-box.open .close-container {
    display: block;
}

.leftright {
    height: 4px;
    width: 20px;
    position: absolute;
    margin-top: 24px;
    background-color: #4BA82E;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 4px;
    width: 20px;
    position: absolute;
    margin-top: 24px;
    background-color: #4BA82E;
    border-radius: 1px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

.gbg {
    background: #F0F2EE;
    text-align: center;
    padding: 30px 0 45px 0;
}

.gbg h2 {
    margin-bottom: 25px;
}

footer {
    background: #000;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 45px;
}

.btn-smpl {
    display: inline-flex;
    background: #4BA82E;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding: 12px 32px;
}

.container-data {
    margin-bottom: 30px;
}

.container-data a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
}

.container-data span {
    margin: 0 30px
}

.copy {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0
}

#top {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    top: -12px
}

/*----------------------FORM--------------------------------------*/
.center {
    background: #4BA82E;
    color: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

.center h3 {
    text-align: center;
    color: #FFF;
    margin: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    vertical-align: baseline;
}

.flex-r {
    display: flex;
    align-items: center;
}

select {
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTQ3LjIsNjkuM2MxLjgsMS44LDQuNywxLjgsNi40LDBsNDAuMy00MC4zYzItMiwyLTUuMiwwLTcuMmMtMi0yLTUuMi0yLTcuMiwwTDUzLjYsNTQuOSAgYy0xLjgsMS44LTQuNywxLjgtNi40LDBMMTQuMSwyMS45Yy0yLTItNS4yLTItNy4yLDBjLTIsMi0yLDUuMiwwLDcuMkw0Ny4yLDY5LjN6Ij48L3BhdGg+PC9zdmc+");
    background-position: 98% center;
    background-size: 18px;
    background-repeat: no-repeat;
    outline: none;

}

.label a {
    color: #4BA82E;
}

#modell,
#kereskedes,
#nev,
#email,
#telefonszam {
    width: 100%;
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #989898;
    color: #404040
}

#btnKuld {
    background: #4BA82E;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding: 12px 45px;
    border: 0;
    width: 300px
}

/* ==========================================================================
   mob nav
   ========================================================================== */
#nav a {
    font-size: 18px;
    color: #000;
    margin-left: 56px
}

#mob-nav {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
    height: 56px;
    width: 56px;
    z-index: 99;
    border-left: 1px solid #eee;
    justify-content: center;
    align-items: center;
}

#mob-nav-ul {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #eee;
    z-index: 99;
}

#mob-nav-ul.active {
    display: block;
}

#mob-nav-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mob-nav-ul a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    padding: 0 15px;
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #eee
}

#mob-nav-ul a:after {
    content: url(next.svg);
    position: absolute;
    right: 20px;
    z-index: 2;
    width: 10px;
}

.burgWrapper {
    padding: 20px 0;
    display: block;
}

.burg {
    display: block;
    height: 2px;
    width: 15px;
    background: #4ba82e;
    position: relative;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.burg:before {
    content: '';
    position: absolute;
    top: -5px;
    width: 15px;
    height: 2px;
    background: #4ba82e;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.burg:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 15px;
    height: 2px;
    background: #4ba82e;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.activeBurg {
    background: transparent;
}

.activeBurg:before {
    -webkit-transform: rotate(45deg);
    top: 0;
}

.activeBurg:after {
    -webkit-transform: rotate(-45deg);
    top: 0;
}

.post-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.post-grid > .post:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.post-grid > .post:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.post-grid > .post:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}


#kulso-szemmel {
    padding: 60px 0 60px 0
}

#kulso-szemmel h2,
#kulso-szemmel h3 {
    text-align: center;
    margin-bottom: 0
}

#kulso-szemmel h3 {
    font-weight: 300;
    margin-bottom: 55px
}

.post img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

#kulso-szemmel .post h2 {
    line-height: 36px;
    font-size: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    text-align: left
}

/*----------------------------------OWL--------------------------------*/
#owl {

    margin-top: 112px;
    margin-bottom: 10px;
}

#owl-3,
#owl-2 {
    margin-bottom: 10px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    height: 100%;
}

#features h2.m-8 {
    margin-bottom: 8px;
}

#features .outer h2 {
    margin-bottom: 1em;

}

#owl h2,
#owl-2 h2,
#owl-3 h2 {

    line-height: 1.1 !important;
    margin-bottom: 25px;
}

.owl-nav {
    position: absolute;
    top: 15vw;
    width: 100%;
}

.owl-next {
    position: absolute;
    right: 0;
}

.owl-prev {
    position: absolute;
    left: 0;
}

#features .owl-nav button {
    width: 70px;
    height: 110px;
    background: rgba(0, 0, 0, 1);
    color: #FFF;
    border-radius: 0;
    margin: 0;
}

.sl-cont {
    padding: 125px 55px;

}

.sl-cont p {
    max-width: 480px;
    margin-bottom: 55px;
    display: block;
}

#owl-2 .sl-cont,
#owl-2 p {
    text-align: right;
    display: block;
}

.contp {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.more {
    color: #4BA82E;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #4BA82E !important;
}

#features .owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0 0 15px 45px;
    text-align: left;
    width: 50%;
    left: 50%;
}

#features #owl-2 .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    padding: 0 45px 15px 0px;
    text-align: right;
    width: 50%;
    right: 50%;
    left: auto
}

#features #owl-3 .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    padding: 0 45px 15px 0px;
    text-align: right;
    width: 50%;
    right: 50%;
    left: auto
}

#features .owl-nav button img {
    width: 20px;
    height: 42px;
    display: inline-block
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333333;
}

.slide-wrap {
    display: flex;
    background: #F0F2EE;

}

.sl-img {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    width: 50%
}

.sl-cont {
    flex-direction: column;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #757575;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

#kerdesed h2 {
    font-size: 32px;
    line-height: 1.3;
}

/*----------------------------------OWL--------------------------------*/
.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.mob,
.m-show {
    display: none;
}

/* ==========================================================================

   ========================================================================== */
@media only screen and (max-width: 1700px) {
    .sl-cont p {
        max-width: 420px;
        margin-bottom: 35px;
        display: block;
    }

    .sl-cont {
        padding: 105px 55px;
    }

}

@media only screen and (max-width: 1500px) {
    .sl-cont p {
        font-size: 16px
    }

    .sl-cont {
        padding: 75px 55px 45px 55px;
    }

    .more {
        color: #4BA82E;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 1px solid #4BA82E !important;
    }

    #features .owl-dots {

        bottom: 0px !important;

    }
}

@media only screen and (max-width: 1120px) {
    .sl-cont {
        padding: 55px 45px 35px 45px;
    }

    .slide-wrap h2 {
        font-size: 24px
    }


}

@media only screen and (max-width: 768px) {
    .post-grid {
        display: -ms-grid;

        -ms-grid-columns: 1fr;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 45px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 7px;
        background: #757575;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px;
    }

    #features .owl-nav button {
        width: 40px;
        height: 65px;
        background: rgba(0, 0, 0, 0.8);
        color: #FFF;
        border-radius: 0;
        margin: 0;
    }

    #features .owl-nav button img {
        width: 10px;
        height: 21px;
    }

    #header-row {
        height: 56px;
    }

    #tco-grid {
        grid-template-columns: 1fr 1fr;
    }

    #features .slide-wrap {
        display: flex;
        flex-direction: column;
    }

    #features #owl-2 .slide-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    #owl,
    #owl-2,
    #owl-3 {
        background: #F0F2EE;
    }

    .sl-img {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
        width: 100%
    }

    .sl-cont {
        flex-direction: column;
        height: 100%;
        width: 100%;
        overflow: hidden
    }

    .owl-nav {
        top: 27vw;
    }

    .sl-cont {
        padding: 50px 15px;
    }

    .sl-cont p {
        max-width: 100%
    }

    #features .owl-theme .owl-dots,
    #features #owl-2.owl-theme .owl-dots,
    #features #owl-3.owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        top: 76vw;
        bottom: auto;
        padding: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    #owl-2 .sl-cont,
    #owl-2 p {
        text-align: left;
        display: block;
    }

    .outer img {

        transform-origin: center;
        margin: 0 auto;
        vertical-align: middle;
        width: 100%;
    }

    .tco-box.open .outer {
        position: absolute;
        width: 200%;
        text-align: center;
        padding: 0;
        display: flex;
        z-index: 99;
        background: #FFF;
        justify-content: flex-start;
        flex-direction: column;
        top: 0;
        bottom: 0;
        height: 300%;
        left: 0 !important;
    }

    #tco-grid .tco-box.open .one,
    #tco-grid .tco-box.open .three,
    #tco-grid .tco-box.open .five,
    #tco-grid .tco-box.open .seven,
    #tco-grid .tco-box.open .nine {
        position: absolute;
        width: 200%;
        text-align: center;
        padding: 0;
        display: flex;
        z-index: 99;
        background: #FFF;
        justify-content: flex-start;
        flex-direction: column;
        top: 0;
        bottom: 0;
        height: 300%;
        left: -100% !important;
        right: 100%;

    }

    .tco-box.open h2,
    #kerdesed h2 {
        font-size: 24px;

    }

    .mob {
        display: block;
        background: #F0F2EE;
        padding: 32px 16px
    }

    #features .owl-dots {

        bottom: auto !important;

    }
}

@media only screen and (max-width: 680px) {
    #form h2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 25px !important
    }

    #nyilatkozat {
        width: 24px;
        height: 24px;
        margin-right: 0px;
    }

    .mt {
        margin-top: 5px;
    }

    .label {

        font-size: 14px;
    }

    .mob h2 {
        font-size: 24px
    }

    .mob h3 {
        margin: 0;
        font-size: 18px;
    }

    .m-show {
        display: block
    }

    .m-not {
        display: none !important
    }

    .logo img {
        width: 115px;
    }

    #nav {
        display: none
    }

    #mob-nav {
        display: flex;
    }

    #hero img,
    #hero picture source,
    #hero {
        width: 100%;
        height: 256px;
    }

    #hero-2 img,
    #hero-2 picture source,
    #hero-2 {
        width: 100%;
        height: 420px;
    }

    .header-title {
        position: absolute;
        top: 15%;
        left: 2%;
        z-index: 98;
    }

    h1 {

        font-size: 24px;

    }

    h2,
    #features h2,
    .modal h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .features {
        padding: 25px 0 10px 0;
    }

    .tco-box h2 {
        font-size: 15px !important;
        line-height: 1.1 !important;
    }

    .mob h3 {
        margin: 0;
        font-size: 16px;
    }

    .bloq {
        display: none;
    }

    .tco-box h2.abs0 {
        bottom: 1em
    }

    .btn-smpl {
        font-size: 18px;
        padding: 12px 32px;
        line-height: 1;
    }

    .container-data a {
        color: #FFF;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
    }

    .container-data a {
        margin-bottom: 12px;
    }

    .container-data span {
        display: none
    }

    #owl {
        background: #F0F2EE;
        margin-top: 56px;
        margin-bottom: 10px;
    }

    #owl-2 .sl-img {
        grid-column: 1;
        grid-row: 1;
    }

    .more {
        font-size: 18px;
    }

    .sl-cont p {
        max-width: 400px;
        margin-bottom: 32px;
        display: block;
    }

    #kulso-szemmel h2,
    #kulso-szemmel h3 {
        text-align: left;
        margin-bottom: 10px
    }

    #kulso-szemmel .post h2 {
        line-height: 29px;
        font-size: 24px;
        letter-spacing: 0.6px;
        margin-bottom: 12px;
        text-align: left;
    }

    .post img {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    #kulso-szemmel h3 {
        font-weight: 300;
        margin-bottom: 32px;
    }

    #kulso-szemmel {
        padding: 40px 0 60px 0;
    }

    #kulso-szemmel p {
        margin-bottom: 12px
    }

    #top {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 999;

    }

    #hero-2 .hero-btn {

        bottom: 35px;

    }
}

@media only screen and (max-width: 321px) {
    h1 {
        font-size: 18px;
    }

    h2,
    #features h2,
    .modal h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .mob h3 {
        margin: 0;
        font-size: 13px;
    }

    .tco-box h2 {
        font-size: 14px !important;
        line-height: 1.1 !important;


    }

    p {

        font-size: 16px;

    }

    .tco-box.open h2,
    #kerdesed h2 {
        font-size: 18px;
    }



}
