
@font-face {
    font-family: 'myriad-reg';
    src: url('fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf')  format('truetype'),
        url('fonts/MyriadPro-Regular.svg#svgFontName') format('svg'); 
}

@font-face {
    font-family: 'myriad-light';
    src: url('fonts/MyriadPro-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/MyriadPro-Light.woff') format('woff'),
        url('fonts/MyriadPro-Light.ttf')  format('truetype'),
        url('fonts/MyriadPro-Light.svg#svgFontName') format('svg'); 
}

@font-face {
    font-family: 'myriad-bold';
    src: url('fonts/MyriadPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.ttf')  format('truetype'),
        url('fonts/MyriadPro-Bold.svg#svgFontName') format('svg'); 
}
a.infoblokk {
	position: fixed;
    z-index: 100;
    top: 44px;
    right: 0;
}
a.innovacios {
	position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 10px;
}
.myr-reg {
    font-family: 'myriad-reg', sans-serif;
}
.myr-light {
    font-family: 'myriad-light', sans-serif;
}
.myr-bld {
    font-family: 'myriad-bold', sans-serif;
}

.ptsans {
    font-family: 'PT Sans', sans-serif;
}

.hide-on-desk {
    display: none;
}



body {
    background: #fff;
    color: #666666;
    margin-top: 44px;
}

p {    font-size: 19px;	
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #009961;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;

}
.back-to-top:hover {
    color: #009961;
    background: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #18d26e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
div.header-info {
    height: 42px;
    background: #fff;
}
.header-info span.phone {
    background: url('../img/ikon-telefon.png') no-repeat left center;
    padding: 8px 0 8px 30px;
    margin-right: 46px;
}
.header-info span.email {
    background: url('../img/ikon-email.png') no-repeat left center;
    padding: 8px 0 8px 45px;
}
.header-info span {
    margin: 0px;    
    font-size: 18px;
    display: inline-block;
}
.header-info a {
    display: inline-block;
    margin: 7px 0 7px 100px;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    background: #232323;
}
#header .menu-container {
    width: 1200px;
}
#header.header-transparent {
    
}
#header.header-transparent.header-scrolled {
    
}
.header-bl {
    background: none;
}

#header .logo {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 10px;
}

#header .logo a {
    color: #fff;
}

#header .logo img {    
    transition: width .4s;
    width: 135px;
}
#header .logo img.small {
    width: 135px;
}

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }
}

#statikus-oldal, #galeria-page {
    padding: 70px 0;    
}
#statikus-oldal h2.section-title:before, #galeria-page h2.section-title:before {
    display: none;
}
#statikus-oldal h2.section-title, #galeria-page h2.section-title {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
    float: right;
}
.nav-menu ul {
    transition: margin .4s;
}
.nav-menu ul.smaller {
    /*margin: 0 10%;*/
}
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 7px 20px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none;
    color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #000;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 11px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    transition: all 0.5s;
}

.mobile-nav-toggle i {
    color: #000;
    transition: all 0.5s;
}

.mobile-nav {
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 15px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(0,0,0,.8);
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #18d26e;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 26, 26, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 717px;
    background: #000;
    overflow: hidden;
    position: relative;
}
#intro .carousel-indicators {
    display: none;
}
@media (max-height: 500px) {
    #intro {
        height: 150vh;
    }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-item {

    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel-item p {
    font-size: 38px;
    color: #04442d;    
    width: 100%;
    line-height: 36px;
}
#intro .carousel-item::before {
    content: '';
    /*  background-color: rgba(0, 0, 0, 0.7);*/
}
#intro .clr-grey {
    background-color: rgba(54,53,59, .9);
    height: 894px;
}
#intro .carousel-container {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0px;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
}

#intro .container {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: 0;
}

#intro h2 {
    color: #fff;
    font-size: 75px;
    line-height: 73px;
    padding-top: 100px;
    color: #046f48;
    text-transform: uppercase;
}
#intro h3 {
    color: #009961;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
}
#intro .carousel-item a {
    font-size: 36px;
    color: #fff;
    background: #009961;
    line-height: 55px;
    border: 1px solid #009961;
    padding: 5px 20px 0 20px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in-out;
}

#intro .carousel-item a:hover {
    color: #009961;
    background: #fff;
    text-decoration: none;
}


#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}


h2.section-title {
    font-size: 34px;
    color: #222222;    
    line-height: 36px;
    margin: 0 0 16px 0;
    position: relative;
    padding-left: 80px;
}
h2.section-title.st2 {
    padding-left: 0;
    margin: 0 0 32px 0;
}
h2.section-title:before {
    position: absolute;
    content: ' ';
    height: 2px;
    background: #222222;
    width: 45px;
    left: 0;
    top: 15px;
}
h2.section-title.st2:before {
    position: absolute;
    content: ' ';
    height: 2px;
    background: #222222;
    width: 45px;
    left: 50%;
    margin-left: -22px;
    top: 50px;
}
h3.section-title {
    font-size: 23px;
    line-height: 26px;
    margin: 0 0 40px 0;
    color: #222222;
}
p.section-text {
    font-size: 20px;
    color: #171717;
    line-height: 22px;
    margin: 0 0 22px 0;
}

#hogyan-dolgozunk h2.section-title, #hogyan-dolgozunk h3.section-title {
    color: #fff;
}
#hogyan-dolgozunk h2.section-title {
    margin-top: 60px;
}
#hogyan-dolgozunk h2.section-title:before {
    background: #fff;
}

#hogyan-dolgozunk p.hogyan-lepes {
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    margin: 40px 0 15px 0;
}
#hogyan-dolgozunk p.hogyan-leiras {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    margin: 5px 0 0 0;
}

#rolunk {
    padding: 0 0 70px 0;
    margin-top: -68px;
}
#rolunk .r-1-kep {
    border: 12px solid #fff;
    margin-left: -12px;
}
#rolunk h2.r-mt {
    margin-top: 140px;
}

#rolunk .r-1-grey {
    background: #e9e9e9;
    padding: 28px;
}
#rolunk .r-1-grey h2.section-title {
    font-size: 28px;
    line-height: 30px;
    padding-left: 76px;
    margin-bottom: 12px;
}
#rolunk .r-1-grey h2.section-title:before {
    top: 12px;
}
#rolunk .r-1-grey h3.section-title {
    font-size: 22px;
    line-height: 24px;
    padding-left: 76px;
    margin-bottom: 0;
}

#rolunk .csapat  {
    margin-top: 60px;
}
#rolunk .csapat .r-1-grey {
    background: #e9e9e9;
    padding: 15px 18px;
}
#rolunk .csapat .r-1-grey h2.section-title {
    font-size: 22px;
    line-height: 24px;
    padding-left: 60px;
    margin-bottom: 10px;
}
#rolunk .csapat .r-1-grey h2.section-title:before {
    top: 10px;
}
#rolunk .csapat .r-1-grey h3.section-title {
    font-size: 18px;
    line-height: 20px;
    padding-left: 60px;
    margin-bottom: 0;
}

.rolunk-velemeny {
    display: none;
    transition: all 0.4s;
    position: relative;
    top: 194px;
}
.rolunk-velemeny.active {
    display: block;
    top: 0;
}
#rolunk-mondtak {
    background: #fff;
    height: 511px;
    padding: 80px 0;
}


#rolunk-mondtak .item {
    background: #e9e9e9;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cfcfcf;
    padding: 30px 26px 26px 26px;
}
.rolunk-box {
    position: relative;
    color: #171717;
    font-size: 18px;
    line-height: 20px;
}

.rolunk-nev {
    font-size: 17px;
    line-height: 19px;
    margin-top: 20px;
    color: #010101;
    margin-bottom: 0;
}
.rolunk-nev span {
    display: block;
    color: #565656;
}

.velemeny-carousel {
    margin-top: 60px;
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.velemeny-carousel .item {
    position: relative;
}
.velemeny-carousel .item a {
    background: url('../img/slider-zold.png') repeat-x bottom center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 44px 0 15px 0;
    font-size: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.velemeny-carousel .owl-nav {
    position: absolute;
    width: 142px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.velemeny-carousel.owl-carousel .owl-nav button.owl-next {
    float: right;
    font-size: 30px;
    color: #002a5c;
} 
.velemeny-carousel.owl-carousel .owl-nav button.owl-prev {
    float: left;    
    font-size: 30px;
    color: #002a5c;
}

#blog {
    padding: 70px 0;
    background: #444349;
}
#blog h2.section-title, #blog h3.section-title {
    color: #fff;
}
#blog h2.section-title.st2:before {
    background: #fff;
}
#blog h3.section-title {
    margin-bottom: 56px;
}
#blog .blogkep {
    width: 100%;
    height: 217px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#blog a.blogcim, #blog-lista a.blogcim {
    font-size: 20px;
    line-height: 22px;
    display: block;
    color: #fff;
    height: 44px;
    overflow: hidden;
}
#blog-lista a.blogcim { 
    color: #171717;
}
#blog a.blogcim:hover {
    text-decoration: none;
}

#blog p.blog-lead, #blog-lista p.blog-lead {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 18px 0;
    height: 100px;
    overflow: hidden;
}
#blog-lista p.blog-lead {
    color: #171717;
}
div.a-button {
    margin-top: 30px;
}
.blog-btn {
    font-size: 20px;
    color: #171717;
    line-height: 39px;
    border: 1px solid #fff;
    padding: 4px 26px 5px 13px;
    position: relative;
    transition: all .3s ease-in-out;
    background: #fff;
}
#blog-lista .blog-btn {
    border: 1px solid #171717;
}
.blog-btn:after {
    content: ' ';
    height: 1px;
    background: #171717;
    display: block;
    width: 50px;
    position: absolute;
    top: 17px;
    right: -38px;
}
.blog-btn:hover {
    color: #ffffff;
    background: #171717;
    text-decoration: none;
}
div.all-blogs-btn {
    margin-top: 50px;
}

#kapcsolat {
    padding: 70px 0;
}
#kapcsolat .hh-3-title, #telephelyeink .hh-3-title {
    margin-bottom: 70px;
}
#kapcsolat .blog-btn {
    display: block;
    border: 1px solid #171717;
    line-height: 26px;
    margin-top: 28px;
}
.kapcsolat-form {
    padding-left: 40px;
}
.kapcsolat-form .kapcs-inp {
    height: 47px;
    border-bottom: 1px solid #171717;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    margin: 0 0 8px 0;
}
.kapcsolat-form textarea {
    border-bottom: 1px solid #171717;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
    padding: 10px;
    margin: 8px 0 0 0;
    width: 100%;
    font-size: 20px;
    height: 90px;
}
.kapcsolat-form label {
    color: #171717;
    font-size: 18px;
    margin-top: 15px;
}
.kapcsolat-form label input {
    margin-right: 10px;
}
.kapcsolat-form label a {
    text-decoration: underline;
    color: #010101;
}


body .blue-btn.osszes-velemeny {
    display: inline-block;
}
.ossz-vel {
    text-align: center;
    margin-top: 20px;
}
.kapcsolat-kek-box {
    padding: 110px 40px 20px 40px;
    color: #171717;
    font-size: 20px;
    margin: 0;
    line-height: 22px;
}
.kapcs-map {
    margin-bottom: 70px;
}
.kapcs-ikon {
    font-size: 20px;
    margin: 0;
    padding: 16px 0 16px 50px;
}
.kapcs-ikon.ikon-cim {
    background: url('../img/ikon-cim.png') no-repeat left center;
}
.kapcs-ikon.ikon-telefon {
    background: url('../img/ikon-telefon.png') no-repeat left center;
}
.kapcs-ikon.ikon-email {
    background: url('../img/ikon-email.png') no-repeat left center;
}
.kapcs-ikon.ikon-nyitva {
    background: url('../img/ikon-nyitva.png') no-repeat left 10px;
}
.fb-ikon {
    display: inline-block;
    margin: 30px 12px 0 0;
}
.insta-ikon {
    display: inline-block;
    margin: 30px 0 0 0;
}
footer {
    background: #e4f7c6;
    padding-top: 30px;
}
footer .bottom-logotext {
    font-size: 39px;
    line-height: 32px;
    color: #046f48;
    text-transform: uppercase;
    margin: 26px 0;
    display: inline-block;
}
footer .bottom-logotext span {
    font-size: 19px;
}
footer .copyright {
    background: #232323;
    color: #fff;
    font-size: 12px;
    line-height: 52px;
    text-align: center;
}
footer .copyright a {
    color: #fff;
}
footer .links {
    margin-bottom: 20px;
}
footer .links a {
    font-size: 18px;
    display: inline-block;
    padding: 0 12px;    
    color: #434247;
    text-transform: uppercase;
    text-decoration: none;
}
footer .lableclogo {
    width: 135px;
}
#kapcsolat .errors {
    color: red;
}
#statikus-oldal, #ingatlan-oldal {
    margin: 50px 0;
    min-height: 75vh;
}


.mobile-nav-active .dineuron-menu {opacity: 1; visibility: visible;  }
.mobile-nav  li a{
    color: #fff;
    font-size: 17px;
    font-family: "rogan-light", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #595959;
    padding: 10px 0;
    margin: 0 20px;
}
.mobile-nav  li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
body .mobile-nav a:hover, body .mobile-nav .active > a, body .mobile-nav li:hover > a {
    color: #33a6e5;
}
.mobile-nav-active .mobile-nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.mobile-nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.mobile-nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.mobile-nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.mobile-nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.mobile-nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.mobile-nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.mobile-nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.mobile-nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.mobile-nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{
    z-index:10000;
    border:none;
    display:block;
    padding:12px;
    top: 5px;
    right: 10px;
}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background:#000;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.mobile-nav-active #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.mobile-nav-active #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.mobile-nav-active #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.mobile-nav-active #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.mobile-nav-active #nav-icon3 span {
    background: #fff;
}


.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}


a.ib-a * {
    text-decoration: none;
}
a.ib-a {
    outline: 0px solid #02afff;
    transition: outline 0.3s;
    text-decoration: none;
    display: block;
}
a.ib-a:hover {
    outline-width: 8px;
    text-decoration: none;
}
.foto-carousel .item:hover {
    cursor: pointer;
}
.foto-carousel .owl-nav {
    position: relative;
    color: #02afff;
    font-size: 22px;
}
.foto-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 120px;
    background: #fff;
    top: -100px;
    left: -5px;
}
.foto-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    height: 120px;
    background: #fff;
    top: -100px;
    right: -5px;
}
.modal-body .foto-carousel.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}
.modal-body .foto-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.modal-body .foto-carousel .owl-next, .modal-body .foto-carousel .owl-prev {
    top: -76px;
}
.zoomikon {
    font-size: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 33.33%;
    margin: 0 auto;
    opacity: 0;

    display: block;
    text-align: center;
}
.ifmain .main-img img, .ifmain .main-img .zoomikon {
    transition: opacity 0.3s;
}
.main-img {
    position: relative;
}
.ifmain .main-img:hover {
    cursor: pointer;
}
.ifmain .main-img:hover img {
    opacity: .3;
}
.ifmain .main-img:hover .zoomikon { 
    opacity: 1;
}
.foto-carousel .owl-next.disabled {
    display: none;
}
#fotokModal .modal-body {
    padding: 15px 25px;
}

#galeria-page {
    min-height: 80vh;
    margin-top: 50px;
}
.galeria-lista-elem {
    padding: 5px 5px 5px 5px;
    background: rgba(0,153,97, .9);
    transition: all 0.3s;
    margin-bottom: 15px;
}
.galeria-lista-elem span.g-link {
    text-align: center;
    display: inline-block;    
    font-size: 24px;
    display: block;
    width: 100%;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s;
    height: auto;
    position: relative;
    top: 100%;
    color: #fff;
}
.galeria-lista-elem:hover {
    background: #046f48;
}
.galeria-lista-elem:hover a {
    text-decoration: none;
}
.galeria-lista-elem:hover span.g-link {
    color: #fff;
}

#bemutatkozas {
    padding: 78px 0;
}
#bemutatkozas a.video-play {
    position: absolute;
    top: 50%;
    left: -38px;
    margin-top: -52px;
    border-radius: 50%;
}
#bemutatkozas .bemut-ikonos p.tehera {
    background: url('../img/ikon-teherauto.png') no-repeat left center;
    padding: 0 0 0 100px;
}
#bemutatkozas .bemut-ikonos p.ora {
    background: url('../img/ikon-ora.png') no-repeat left center;
    padding: 0 0 0 100px;
}
#bemutatkozas .bemut-ikonos p.kuka {
    background: url('../img/ikon-kuka.png') no-repeat left center;
    padding: 0 0 0 100px;
}
#bemutatkozas .bemut-ikonos p span.cime {
    display: block;
    font-size: 20px;
}
#bemutatkozas .bemut-ikonos p span.szovege {
    font-size: 19px;
}
.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(4, 114, 0, 0.651);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }
h2.hh-2-title {
    color: #009961;
    font-size: 22px;
    line-height: 21px;
}
h3.hh-3-title {
    color: #232323;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
}
p.felsorolas {
    color: #222222;
    font-size: 19px;
    line-height: 24px;
    background: url('../img/felsorolas.png') no-repeat left center;    
    padding: 15px 0 12px 42px;
    margin: 0;
}

#infocsik-zold {
    padding: 70px 0;
    background: #009961;
}
#infocsik-zold p {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

#infocsik-zold p.i-1 {
    margin: 30px 0 0 0;
}
img.i-2-img {
    margin: 20px 0 0 0;
}
img.i-3-img {
    margin: 16px 0 0 0;
}
#infocsik-zold p.i-2 {
    margin: 38px 0 0 0;
}
#infocsik-zold p.i-3 {
    margin: 36px 0 0 0;
}
#infocsik-zold p.i-4 {
    margin: 36px 0 0 0;
}

#szolgaltatasaink {
    background: url('../img/szolg-bg.jpg') no-repeat center center #fff;
    padding: 70px 0;
    height: 1070px;  
}
p.tov-szolg {
    color: #009961;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
}
div.szolg-fels {
    margin: 50px 0 20px 0;
}
div.szolg-fels p.szolg-fp {
    float: left;
    width: 50%;
    padding: 10px 0 10px 80px;
    position: relative;
    margin-bottom: 42px;
}
div.szolg-fels p.szolg-fp .szam {
    position: absolute;
    background: #009961;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 40px;
    height: 66px;
    width: 66px;
    text-align: center;
    border-radius: 50%;
}
div.szolg-fels p.szolg-fp .cim {
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #009961;
    text-transform: uppercase;
}

a.szolg-link span {
    display: block;
}
a.szolg-link:before {
    position: absolute;
    content: ' ';
    display: block;
    width: 1px;
    height: 132px;
    background: #fff;
    left: 62px;
    bottom: 270px;
}
a.szolg-link {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;    
    padding: 555px 50px 80px 50px;
}
a.szolg-link:hover {
    text-decoration: none;
}
.szb-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.65);
    transition: all .3s ease-in-out;
}
.szolg-box:hover .szb-layer {
    background: rgba(0,0,0,0);
}
a.szolg-link .sz-l-cim {
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    margin: 12px 0;
}
a.szolg-link .nmb {
    color: #9b9b9a;
    font-size: 50px;
    line-height: 52px;
}
a.szolg-link .sz-l-txt {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
}

#hogyan-dolgozunk {
    background-image: url('../img/hogyan-bg.jpg');
    background-position: bottom center;
    height: 1170px;
    background-repeat: no-repeat
}
#statikus-oldal h2.section-title {
        padding-left: 0;
    }

#telephelyeink {
    padding: 60px 0;
    text-align: center;
    background: #ebecee;
}    
#myTabContent {
    padding: 20px 0;
}
#myTab .nav-item {
    width: 32.333%;
    box-sizing: border-box;
}

#myTab .nav-item button {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #009961;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-bottom: 5px solid #009961;
}

#myTab .nav-item.show .nav-link, #myTab .nav-link.active, #myTab .nav-item button:hover {
    border-bottom: 5px solid #fff;
    border-left: 1px solid #009961;
    border-right: 1px solid #009961;
    border-top: 1px solid #009961;
    background: #046f48;
}
#myTabContent p.telep-fp {
    position: relative;
    padding: 8px 0 8px 60px;
    text-align: left;
    margin: 0;
}

#myTabContent p.telep-fp .pipa {
    background: url('../img/feherpipa.png') #009961 center center no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;

}

#myTabContent p.telep-fp .cim {
    display: block;
    font-size: 19px;
    line-height: 21px;
    padding: 8px 0;

}

#telephelyeink .nyitvatartas {
    background: #009961;
    padding: 12px;
    color: #fff;
    font-size: 19px;
    text-align: left;
    margin: 16px 0 0 0;
}
.embed-map {
    height: 400px;
    width: 100%;
    margin-top: 15px;
}
#telephelyeink .nyitvatartas .telfeher {
    background: url('../img/telofeher.png') left center no-repeat;
    padding: 2px 0 2px 30px;
    display: inline-block;
    margin: 0 8px;
}
#telephelyeink .nyitvatartas .mailfeher {
    background: url('../img/levelfeher.png') left center no-repeat;
    padding: 2px 0 2px 34px;
    display: inline-block;
}

.cont-grey {
    background: #ebecee;
    z-index: 50;
    padding: 68px 0 28px 0;
}
p.cont-name {
    width: 90%;
    position: relative;
    z-index: 100;
    color: #fff;
    background: #009961;
    margin: 0 auto -35px auto;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
p.cont-name span {
    font-size: 22px;
    display: block;
    line-height: 24px;
    text-transform: uppercase;
}
div.cont-box img {
    margin: 0 auto 15px auto;
    display: block;
}
div.cont-box {
    font-size: 22px;
    text-align: center;
    line-height: 24px;
    color: #171717;
}
div.cont-box:first-child {
    margin-bottom: 25px;
}
.row.sec-line {
    margin-top: 20px;
}

.row.sec-line .cont-name {
    margin-bottom: -48px;
}
.row.sec-line div.cont-grey.cg-height {
    padding: 120px 0 68px 0;
}

@media (min-width: 1940px) {
    #intro .carousel-item {
        background-size: cover;
    }
}

@media (max-width: 1510px) {
    a.szolg-link {
        padding: 530px 50px 80px 50px;
    }
    a.szolg-link:before {
        bottom: 290px;
    }
}

@media (max-width: 1300px) {
    a.szolg-link .sz-l-cim {
        font-size: 32px;
    }
    a.szolg-link .sz-l-txt {
        font-size: 20px;
    }
}

@media (max-width: 1085px) {
    #szolgaltatasaink .szolg-box {
        width: 50%;
    }

}

@media (max-width: 768px) {
    body {
        padding-top: 48px;
        margin-top: 0;;
    }
    body #header {
        height: 48px;
        background: rgba(0, 0, 0, 0.9) !important;
    }
    .nav-button #nav-icon3 span {
        background: #fff;
    }
    #header .logo img {
        height: 26px;
    }
    #intro .carousel-fade .carousel-inner .carousel-item {
        background: #ddffc7;
        background-position: left center;
        position: relative;
        padding: 0;
        background-image: none !important;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    #intro .carousel, #intro .carousel-inner {
        position: relative;
    }
    #intro .carousel-container {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
    }
    #intro .container {
        width: 100%;
        position: relative;
    }
    #intro {
        height: 368px;
    }
    #intro .clr-grey {
        background: none;
        height: 400px;
    }
    .carousel-indicators {
        display: none;
    }
    
    footer .links a {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    
    .modal-dialog {
        margin-top: 50px;
    }

    .foto-carousel.owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        height: 120px;
        background: #fff;
        top: -117px;
        left: -5px;
    }
    .foto-carousel.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        height: 120px;
        background: #fff;
        top: -117px;
        right: -5px;
    }
    .modal-body .foto-carousel.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .modal-body .foto-carousel.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .modal-body .foto-carousel .owl-next, .modal-body .foto-carousel .owl-prev {
        top: -76px;
    }
    
    
    #rolunk-mondtak .item {
        width: 85%;
    }
    .velemeny-carousel .owl-nav {
        width: 85%;
    }
    .velemeny-carousel.owl-carousel .owl-nav button.owl-prev {
        margin-left: -30px;
    }
    .velemeny-carousel.owl-carousel .owl-nav button.owl-next {
        margin-right: -30px;
    }
    .velemeny-carousel {
        margin-top: 0px;
    }
    #rolunk-mondtak h3.section-title {
        margin-bottom: 20px;
    }
    
    footer .copyright {
        line-height: 30px;
        padding: 10px 25px;
    }
    h2.section-title, h3.section-title {
        margin-bottom: 13px;
    }
    h2.section-title {        
        margin-top: 18px;
        font-size: 30px;
        padding-left: 60px;
    }
    #statikus-oldal {
        padding-top: 0;
        margin-top: 20px;
    }
    #statikus-oldal h2.section-title {
        padding-left: 0;
    }
    #szolgaltatasaink .szolg-box {
        width: 100%;
        height: 300px;
    }
    a.szolg-link {
        padding: 100px 20px 50px 20px;
    }
    a.szolg-link:before {
        display: none;
    }
    #intro h2 {
        font-size: 28px;
        line-height: initial;
        margin: 0 auto;
        width: 85%;
        background: none;
        padding: 20px 30px 10px 30px;
        margin-top: 22px;
    }
    body #intro .carousel-item p {
        font-size: 18px;
        padding-top: 5px;
        line-height: 22px;
        margin: 0 auto;
        width: 85%;
        padding: 0px 30px 30px 30px;
    }
    #intro .carousel-item a {
        margin: 0 auto 40px auto;
        display: block;
        width: 75%;
        font-size: 28px;
        line-height: 39px;
        
    }
    h3.hh-3-title {
        font-size: 32px;;
    }
    #infocsik-zold, #szolgaltatasaink {
        padding: 30px 0;
    }
    div.szolg-fels p.szolg-fp {
        width: 100%;
    }
    #szolgaltatasaink {
        height: auto;
    }
    .velemeny-carousel {
        margin-bottom: 0;
    }
    #myTab .nav-item {
        width: 100%;
    }
    #myTab .nav-item.mx-3 {
        margin: 5px 0 !important;
    }
    #kapcsolat .hh-3-title {
        margin-bottom: 20px;
    }
    .cont-grey {
        margin-bottom: 15px;
    }
    #infocsik-zold p.i-1 {
        margin: 20px 0;
    }
    #bemutatkozas a.video-play {
        left: 50%;
        margin-left: -52px;
    }
    #bemutatkozas, #rolunk-mondtak {
        padding: 20px 0;
    }
    #rolunk-mondtak, #hogyan-dolgozunk {
        height: auto;
    }
    #hogyan-dolgozunk {
        padding-bottom: 20px;
    }
    .show-on-mob {
        display: block;
    }
    .hide-on-mob {
        display: none;
    }
    #rolunk {
        margin: 0;
        padding: 20px 0;
    }
    #rolunk .r-1-kep {
        margin: 0;
    }
    #rolunk h2.r-mt {
        margin-top: 0;
    }
    #rolunk .csapat {
        margin-top: 15px;
    }
    #blog, #kapcsolat {
        padding: 20px 0;
    }
    .mb-mob-1 {
        padding-bottom: 20px;
    }
    div.all-blogs-btn {
        margin-top: 10px;
    }
    .kapcsolat-kek-box {
        padding: 15px 10px;
    }
    .kapcsolat-form {
        padding: 0;
    }
    #blog a.blogcim {
        margin-top: 10px;
    }
    #hogyan-dolgozunk h2.section-title {
        margin-top: 40px;
    }

    div.header-info {
        display: none;;
    }
	
	
	a.infoblokk {
		position: fixed;
		z-index: 100;
		top: 48px;
		right: 0;
	}
	a.infoblokk img {
		width: 115px;
	}
	a.innovacios {
		position: fixed;
		z-index: 100;
		bottom: 10px;
		left: 10px;
	}
	
	a.innovacios img {
		width: 120px;
	}
}