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

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

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

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

@font-face {
    font-family: 'mozer-semibold';
    src: url('fonts/MozerSemiBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/MozerSemiBold.woff') format('woff'),        
        url('fonts/MozerSemiBold.svg#svgFontName') format('svg'); 
}

@font-face {
    font-family: 'mozer-black';
    src: url('fonts/MozerBlack.eot'); /* IE9 Compat Modes */
    src: url('fonts/MozerBlack.woff') format('woff'),        
        url('fonts/MozerBlack.svg#svgFontName') format('svg'); 
}

.mozer-bold {
    font-family: "mozer-bold", sans-serif;
}
.mozer-regular {
    font-family: "mozer-regular", sans-serif;
}
.mozer-book {
    font-family: "mozer-book", sans-serif;
}
.mozer-light {
    font-family: "mozer-light", sans-serif;
}
.mozer-semibold {
    font-family: "mozer-semibold", sans-serif;
}
.mozer-black {
    font-family: "mozer-black", sans-serif;
}

body {
    background: #fff;
    color: #666666;
    padding-top: 96px;
}

p {
    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: #002a5c;
    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: #33a6e5;
    background: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}
.blue-h1 {
    color: #002a5c;
}
div.cikktartalom, div.cikktartalom p {
    font-size: 18px;
    color: #171717;
}
/* 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
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
}
#header .menu-container {
    width: 1200px;
}
#header.header-transparent {
    background: #fff;
}
.header-bl {
    background-color: #002a5c;
}
.topinfo {
    position: relative;
}
/*
@media (min-width: 768px) {
    #header.header-scrolled {
        background: #fff;
        padding: 18px 0;
    }
    #header.header-scrolled .logo img {
        max-height: 45px;
    }
}*/



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

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

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

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

/*--------------------------------------------------------------
# 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: 23px;
    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: 606px;
    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: 45px;
    color: #002a5c;
    text-transform: uppercase;
    width: 100%;
    line-height: 48px;
}
#intro .carousel-item::before {
    content: '';
    /*  background-color: rgba(0, 0, 0, 0.7);*/
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 4px;
    left: 50px;
    right: 50px;
    width: 1200px;
    margin: 0 auto;
}

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

#intro h2 {
    color: #04a3de;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 58px;
    line-height: 60px;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 23px;
        line-height: initial;
        margin: 0 auto;
        width: 85%;
        background: rgba(255,255,255,.9);
        padding-top: 10px;
        margin-top: 146px;
    }
    body #intro .carousel-item p {
        font-size: 22px;
        padding-top: 5px;
        line-height: 28px;
        margin: 0 auto;
        width: 85%;
        background: rgba(255,255,255,.9);
        padding-bottom: 10px;
    }
}

#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%;
    }
}

#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;
}
div.fejlec-info {
    text-transform: uppercase;
    font-size: 18px;
    background: url(../img/telo.png) no-repeat center left;
    line-height: 18px;
    padding: 6px 0 6px 42px;
    float: right;
    margin-right: 55px;
}
div.fejlec-info.mail {
    background: url(../img/mail.png) no-repeat center left;
    padding: 6px 0 6px 50px;
}
a.social-facebook {
    display: block;
    float: right;
    margin: 10px 0;
}


.blue-btn {
    background-color: #002a5c;
    border: 1px solid #002a5c;
    color: #fff;
    font-size: 38px;
    line-height: 58px;
    display: inline-block;
    padding: 2px 20px 0 20px;
    text-transform: uppercase;
    transition: background-color .2s, color .2s;
}
.blue-btn:hover {
    background-color: #fff;
    color: #002a5c;
    text-decoration: none;
}

#bemutatkozas {
    background: #fff;
    padding: 80px 0;
}
h2.section-title {
    font-size: 40px;
    color: #04a3de;
    text-transform: uppercase;
    line-height: 44px;
    margin: 0 0 26px 0;
}
h3.section-title {
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 40px 0;
    color: #002a5c;
}
p.section-text {
    font-size: 24px;
    color: #171717;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.bemutfoto {
    float: left;
    width: 63%;
}
.bemutikon {
    float: right;
    width: 34%;
}
.bemutikon p {
    font-size: 25px;
    color: #002a5c;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.bemutikon {
    text-align: center;
}
.bemutikon img {
    display: block;
    margin: 0 auto;
    padding-bottom: 18px;
}

#termekeink {
    height: 880px;
    padding: 80px 0;
    background: url('../img/termekek-bg.jpg') no-repeat center center;
}

.kategoriak {
    background: #fff;
    padding: 16px 0;
}
.kategoriak .kateg {
    width: 33.33333%;
    float: left;
    padding: 18px 15px 0px 15px;
}
.kateg p {
    border-bottom: 1px solid #e7e7f2;
    font-size: 22px;
    color: #002a5c;
    margin: 0;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 18px;
    height: 86px;
}
.kateg img {
    height: 92px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    padding-bottom: 16px;
}
.kateg a:hover img {
    transform: rotateY(180deg);
}
.kateg a:hover {
    text-decoration: none;
}
.noborder p {
    border: none;
    padding-bottom: 10px;
}

#infocsik {
    height: 298px;
    background: url('../img/info-bg.jpg') no-repeat center center;
}
.infocs {
    font-size: 50px;
    text-align: center;
    color: #fff;

    padding: 30px 0;
}
.infocs span.s1 {
    font-size: 70px;
    display: block;
    line-height: 50px;
    margin: 10px 0;
}
.infocs span.s2 {
    font-size: 35px;
    display: block;
    line-height: 35px;
}


#akciok {
    padding: 80px 0;
    background: #002a5c;
}
#akciok h2.section-title {
    color: #fff;
    margin-bottom: 15px;
}
#akciok h3.section-title {
    color: #21b7d1;
}
#akciok .akcio-box {
    background: #fff;
    padding: 25px;
    
	height: auto;
}
#akciok .akcio-box img {
    float: left;
    width: 100%;
	max-height: 210px;
}
#akciok .akcio-box .akcio-kep {
	background-position: center center;
	background-size: cover;
	height: 210px;
	width: 100%;
}
#akciok .akcio-box .leiras {
    
}
#akciok .akcio-box a, .akciok-oldal a.cikkcim-l {
    font-size: 34px;
    color: #002a5c;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block
}
#akciok .akcio-box a:hover {
    text-decoration: none;
}
#akciok .akcio-box p, .akciok-oldal p.lead {
    color: #171717;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}
#akciok .akcio-box p {
	height: 98px;
	overflow: hidden;
}
.hlist {
    margin-top: 20px;
}

.rolunk-velemeny {
    display: none;
    transition: all 0.4s;
    position: relative;
    top: 194px;
}
.rolunk-velemeny.active {
    display: block;
    top: 0;
}
#rolunk-mondtak {
    background: url('../img/rolunk-bg.jpg') no-repeat center center;
    height: 511px;
    padding: 80px 0;
}
#rolunk-mondtak h2.section-title {
    margin-bottom: 15px;
}

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

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

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

#rolunk-mondtak .owl-carousel .owl-item img.mk1 {
    position: absolute;
    top: -10px;
    left: 0px;
    width: auto;
}

#rolunk-mondtak .owl-carousel .owl-item img.mk2 {
    position: absolute;
    bottom: -10px;
    right: 0px;
    width: auto;
}
.velemeny-carousel .owl-nav {
    position: absolute;
    width: 50%;
    top: 50%;
    margin: -15px auto 0 auto;
    left: 0;
    right: 0;
}
.velemeny-carousel.owl-carousel .owl-nav button.owl-next {
    float: right;
    font-size: 30px;
    color: #002a5c;
    margin-right: -45px;
} 
.velemeny-carousel.owl-carousel .owl-nav button.owl-prev {
    float: left;    
    font-size: 30px;
    color: #002a5c;
    margin-left: -45px;
}



#kapcsolat {
    padding: 70px 0;
}
.kapcsolat-form .kapcs-inp {
    height: 47px;
    border: none;
    background: #ebecee;
    width: 70%;
    padding: 10px;
    font-size: 21px;
    margin: 0 0 12px 0;
}
.kapcsolat-form textarea {
    border: none;
    background: #ebecee;
    padding: 10px;
    margin: 12px 0 0 0;
    width: 90%;
    font-size: 21px;
    height: 130px;
}
.kapcsolat-form label {
    color: #171717;
    font-size: 22px;
    margin-top: 15px;
}
.kapcsolat-form label input {
    margin-right: 10px;
}
.kapcsolat-form label a {
    text-decoration: underline;
    color: #010101;
}
.kapcsolat-form .blue-btn, .blue-btn.osszes-velemeny {
    font-size: 24px;
    line-height: 40px;
    display: block;
    margin-top: 20px;
}
body .blue-btn.osszes-velemeny {
    display: inline-block;
}
.ossz-vel {
    text-align: center;
    margin-top: 20px;
}
.kapcsolat-kek-box {
    background: #002a5c;
    padding: 40px;
    color: #fff;
    font-size: 26px;
    margin: 0;
    line-height: 28px;
}
.kapcs-map {
    margin-bottom: 70px;
}
.kapcs-ikon {
    font-size: 20px;
    margin: 0;
    padding: 12px 0 12px 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: #04a3de;
    padding-top: 20px;
}
footer .copyright {
    background: #002a5c;
    color: #fff;
    font-size: 12px;
    line-height: 52px;
    text-align: center;
}
footer .links {
    margin-bottom: 20px;
}
footer .links a {
    font-size: 20px;
    display: inline-block;
    padding: 0 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#kapcsolat .errors {
    color: red;
}
#statikus-oldal, #ingatlan-oldal {
    margin: 50px 0;
    min-height: 75vh;
}
#ingatlan-oldal {
    margin: 80px 0;
}
h1.ingcim {
    color: #18366d;
    font-size: 26px;
    margin: 15px 0;
}
h2.ingtipus {
    font-size: 26px;
    color: #02afff;
}

.ing-tulajdonsagok {
    border: 1px solid #d7d8da;
    padding: 45px 20px 35px 30px;
}
.leiras-title {
    color: #575757;
    font-size: 24px;
    margin-top: 40px;
}
.main-img {
    margin-bottom: 24px;
}



.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;
}
.hide-dsktp {
    display: none;
}
.ittvan {
    font-size: 22px;
    color: #002a5c;
    margin-bottom: 40px;
}
.termekek-lista {
    margin-top: 30px;
}
.termekek-lista .col-sm-4 {
	margin-bottom: 15px;
}
a.btn-vakolat {
    background: #04a3de;
    transition: all .3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: inherit;
}
.card .card-text {
    height: 124px;
    overflow: hidden;
}
.card .card-title {
    height: 48px;
    overflow: hidden;
}
.card .card-title a {
    color: #002a5c;
}
.card .card-title a:hover {
    text-decoration: none;
}
a.btn-vakolat:hover {
    background: #002a5c;
    color: #fff;
}
.ittvan span {
    margin: 3px 8px 0 0;
}
.alkat-btn {
    background: #04a3de;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 18px 0 18px;
    width: 100%;
    text-align: center;
    transition: all .3s ease-in-out;
    margin-bottom: 12px;
}
.alkat-btn.active, .alkat-btn:hover {
    background: #002a5c;
    color: #fff;
    text-decoration: none;
}

#galeria-page {
    min-height: 80vh;
    margin-top: 50px;
}
.galeria-lista-elem {
    padding: 10px 10px 10px 10px;
    background: #02afff;
    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: #002a5c;
}
.galeria-lista-elem:hover a {
    text-decoration: none;
}
.galeria-lista-elem:hover span.g-link {
    color: #fff;
}

.termek-oldal h1.blue-h1 {
    color: #02afff;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.termek-ar {
    color: #002a5c;
    font-size: 32px;
}
a.reszletes {
    font-size: 22px;
    color: #02afff;
}
.termek-oldal .termek-foto {
    border: 1px solid #b1b1b1;    
}
.termek-rovid {
    font-size: 22px;
    line-height: 26px;
    color: #171717;
}
div.termek-rovid {
    margin-top: 30px;
}
.termek-kep {
    height: 234px;
    background-position: center center;
        background-size: contain;
    background-repeat: no-repeat;
}

#akciok .akcio-box a.akciok-btn {
    background-color: #002a5c;
    border: 1px solid #002a5c;
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    display: inline-block;
    padding: 2px 15px 0 15px;    
    margin: 15px 0 0 0;
    float: right;
    text-transform: uppercase;
    transition: background-color .2s, color .2s;
}
#akciok .akcio-box a.akciok-btn:hover {
    background-color: #fff;
    color: #002a5c;
}

a.tovabbi-akc-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #002a5c;
    font-size: 28px;
    line-height: 43px;
    display: inline-block;
    padding: 2px 15px 0 15px;    
    margin: 45px 0 0 0;
    text-transform: uppercase;
    transition: background-color .2s, color .2s;
}
a.tovabbi-akc-btn:hover {
    background-color: #002a5c;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.akciok-oldal a.main-more-button {
    background-color: #002a5c;
    border: 1px solid #002a5c;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    padding: 2px 15px 0 15px;    
    margin: 15px 0 0 0;
    float: right;
    transition: background-color .2s, color .2s;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}
.akciok-oldal a.main-more-button:hover {
    background-color: #fff;
    color: #002a5c;
    text-decoration: none;
}
.keresoform {
    position: relative;
}
.keresoform button {
    border: none;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 1px;
}

@media (max-width: 768px) {
	
    body {
        padding-top: 48px;
    }
	
	body .fejlec-info, form.kf-top {
		display: none; 
	}
	
    #header .logo img {
        /*height: 50px;*/
        width: 210px;
    }
	#header .logo img.small {
        
        width: 210px;
    }
    #intro .carousel-fade .carousel-inner .carousel-item {
        background-color: #02afff;
        background-position: center -80px;
        position: relative;
        padding: 30px 0;
    }
    .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: auto;
    }
    .carousel-indicators {
        display: none;
    }
    #szolgaltatasaink {
        background: #ebecee;
    }
    #bemutatkozas, #szolgaltatasaink, .szolg-bottom, 
    #termekeink, #rolunk-mondtak, #kapcsolat,
    #akciok {
        padding: 25px 0;
    }
    #szolgaltatasaink .blue-h1, #ingatlanok .blue-h1, #rolunk-mondtak .blue-h1, #kapcsolat .blue-h1 {
        margin-top: 0;
    }
    #szolgaltatasaink .section-h2, #ingatlanok .section-h2 {
        margin-bottom: 0px;
    }
    .szolg-doboz {
        margin-top: 20px;
    }
    .szolg-bottom .col-md-3 {
        margin: 15px 0;
    }
    .ing-box {
        margin: 15px 0;
    }
    #rolunk-mondtak {
        background: #ebecee;
        height: auto;
    }
    #kapcsolat form {
        margin-bottom: 15px;
    }
    footer .links a {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .bi-div {
        width: 100%;
    }
    .hide-mobil {
        display: none;
    }
    .hide-dsktp {
        display: block;
    }
    .ing-tulajdonsagok ul, .ing-tulajdonsagok ul.ul-left {
        width: 100%;
        margin: 0;
    }
    .ing-tulajdonsagok {
        padding: 45px 20px 20px 20px
    }
    #ingatlan-oldal {
        margin: 40px 0;
    }
    .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;
    }


    .bemutfoto, .bemutikon {
        width: 100%;
    }
    .bemutikon p {
        margin-bottom: 25px;
    }
    .bemutfoto {
        margin-bottom: 15px;
    }
    #intro .blue-btn {
        font-size: 24px;
        line-height: 40px;
        margin-top: 15px;
    }
    #termekeink {
        background: #e7e7f1;
        height: auto;
    }
    #termekeink .kategoriak {
        margin-left: 0;
        margin-right: 0;
    }
    #termekeink .kategoriak .kateg {
        width: 50%;
    }
    #termekeink .kategoriak .kateg:last-child {
        width: 100%;
    }
    #termekeink .kategoriak .kateg:last-child p {
        height: auto;
    }
    #infocsik {
        height: auto;
        background: #04a3de;
    }
    #akciok .akcio-box {
        margin-bottom: 15px;
    }
    #akciok .akcio-box img, 
    #akciok .akcio-box .leiras {
        width: 100%;
    }
    #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;
    }
    .kapcs-map {
        margin-bottom: 15px;
    }
    .kapcsolat-kek-box {
        margin-bottom: 15px;
    }
    footer .copyright {
        line-height: 30px;
        padding: 10px 25px;
    }
    h2.section-title, h3.section-title {
        margin-bottom: 13px;
    }
    #bemutatkozas {
        padding-bottom: 8px;
    }
    #akciok .akcio-box {
        max-height: inherit;
    }
}
@media (min-width: 1940px) {
    #intro .carousel-item {
        background-size: cover;
    }
}

#gyikAccord .btn-link {
    font-size: 22px;
    color: #010101;
}