@font-face {
    font-family: 'dxl-light';
    src: url(fonts/DaxlinePro-Light_13129.eot);
    src: url(fonts/DaxlinePro-Light_13129.ttf);
    src: url(fonts/DaxlinePro-Light_13129.woff);
}

@font-face {
    font-family: 'dxl-medium';
    src: url(fonts/DaxlinePro-Medium_13130.otf);
    src: url(fonts/DaxlinePro-Medium_13130.ttf);
    src: url(fonts/DaxlinePro-Medium_13130.woff);
}

@font-face {
    font-family: 'dxl-bold';
    src: url(fonts/DaxlinePro-Bold_13127.eot);
    src: url(fonts/DaxlinePro-Bold_13127.ttf);
    src: url(fonts/DaxlinePro-Bold_13127.woff);
}

@font-face {
    font-family: 'dxl-reg';
    src: url(fonts/DaxlinePro-Regular_13131.otf);
    src: url(fonts/DaxlinePro-Regular_13131.ttf);
    src: url(fonts/DaxlinePro-Regular_13131.woff);
}

@font-face {
    font-family: 'src-light';
    src: url(fonts/source-sans-pro.light.eot);
    src: url(fonts/source-sans-pro.light.ttf);
    src: url(fonts/source-sans-pro.light.woff);
}

@font-face {
    font-family: 'rbt-light';
    src: url(fonts/RobotoCondensed-Light.eot);
    src: url(fonts/RobotoCondensed-Light.ttf);
    src: url(fonts/RobotoCondensed-Light.woff);
}

@font-face {
    font-family: 'rbt-reg';
    src: url(fonts/RobotoCondensed-Regular.eot);
    src: url(fonts/RobotoCondensed-Regular.ttf);
    src: url(fonts/RobotoCondensed-Regular.woff);
}

@font-face {
    font-family: 'rbt-bold';
    src: url(fonts/RobotoCondensed-Bold.eot);
    src: url(fonts/RobotoCondensed-Bold.eot);
    src: url(fonts/RobotoCondensed-Bold.woff);
}

main {
    overflow: hidden;
}
.rbt-reg {
    font-family: "rbt-reg", sans-serif;
}

.rbt-light {
    font-family: "rbt-light", sans-serif;
}

.rbt-bold {
    font-family: "rbt-bold", sans-serif;
}

.dxl-light {
    font-family: "dxl-light", sans-serif;
}

.dxl-bold {
    font-family: "dxl-bold", sans-serif;
}

.dxl-medium {
    font-family: "dxl-medium", sans-serif;
}

.dxl-reg {
    font-family: "dxl-reg", sans-serif;
}

.src-light {
    font-family: "src-light", sans-serif;
}




:root {
    --light-brown: #5e5751;
    --white: #ffffff;
    --orange: #ff7a16;
    --blackl: #171717;
    --black: #000;
    --bone: #eaefe6;
    --orange_sub: #ffb10a;
}


body {
    padding-top: 110px;
}

body a {
    text-decoration: none;
}

.section-title-container {
    border-left: 1px solid #c3b397;
    padding: 15px 0 15px 20px;
    margin-bottom: 60px;
}

h2.section-title {
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 20px 0;
    color: #000;
    text-transform: uppercase;
}

h2.section-title span {
    color: #c19968;
}

.section-title-container h3 {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #222222;
    margin: 10px 0 0 0;
}


p.section-text,
.article-content p,
.article-content * {
    font-size: 19px;
    line-height: 22px;
    margin: 15px 0;
    color: var(--black);
}


nav.navbar {
    background-color: rgb(255, 255, 255) !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar,
header.scrolled-sub .navbar {
    background-color: rgb(255, 255, 255) !important;
}

.top-white {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    height: 48px;
    z-index: 200;
}

.top-white p.kapcs {
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}

.top-white p.iroda {
    margin: 0 60px 0 0;
    background-image: url('../img/top-1.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0 4px 60px;
}

.top-white p.hivjon {
    margin: 0 60px 0 0;
    background-image: url('../img/top-2.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0 4px 40px;
}

.top-white p.irjon {
    margin: 0 60px 0 0;
    background-image: url('../img/irjon.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0 4px 55px;
}

p.social {
    margin: 0 0 3px 0px;
}

p.social a {
    margin-left: 10px;
}

nav.navbar {
    top: 48px;
    padding: 0;
    ;
}

li.nav-item {
    margin: 3px 0 5px 0;
}

a.nav-link {
    color: var(--black);
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px 8px 15px !important;
}

a.nav-link:hover {
    color: #ffb10a;
}

a.site-main {
    position: absolute;
    top: 4px;
}

img.site-logo {
    height: auto;
}

footer {
    background: #e9e9e9;
}

footer .social-footer a {
    display: inline-block;
    margin: 10px 3px;
}

footer img.footer-logo {
    margin-bottom: 10px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    color: var(--black);
    text-decoration: none;
    font-size: 20px;
    padding: 8px 10px;
    text-transform: uppercase;
}


footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    background-color: #444349;
    text-align: center;
    font-size: 12px;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}


ul li.nav-item:hover a {
    color: #ffb10a;
}

ul li.nav-item:last-child a {
    padding-right: 0 !important;
}

.dark-layer {
    height: calc(100vh - 94px);
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .33);
}

#top-main {
    background: url('../img/top-main.jpg') no-repeat center center;
    height: 865px;
}

#top-main h2 {
    font-size: 62px;
    color: #bead8f;
    text-transform: uppercase;
    margin: 0;
}
.bg-opa {
    background-color: rgba(0,0,0,.6);
}
.top-main-cont {
    margin-top: 150px;
    padding: 80px 30px 313px 30px;
}

#top-main p {
    margin: 25px 0;
    font-size: 42px;
    color: var(--white);
    text-transform: uppercase;
    line-height: 46px;
}

a.btn-main {
    font-size: 30px;
    text-transform: uppercase;
    color: #bead8f;
    border: 1px solid #bead8f;
    padding: 5px 25px 0 25px;
    line-height: 53px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

a.btn-main:hover {
    color: #000;
    background-color: #bead8f;
}

.pulse-wrapper {
    position: absolute;
    top: 50%;
    display: inline-block;
}

.pulse-button {
    display: block;
    width: 100px;
    /* vagy amekkora a png */
    height: 100px;
    z-index: 2;
    position: relative;
}

.pulse-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 1;
    opacity: 0.5;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}





#bemutatkozas {
    padding: 80px 0;
    background-color: var(--white);
}

.kit-cont {
    margin-top: 60px;
    margin-bottom: 20px;
}

p.kit {
    text-align: center;
    color: var(--black);
    font-size: 19px;
    line-height: 21px;
    margin: 15px 0;
    text-transform: uppercase;
}

.btn-black {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
    border: 1px solid var(--black);
    line-height: 51px;
    padding: 3px 20px 0 20px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.btn-black:hover {
    background-color: var(--black);
    color: var(--white);
}

#ingatlan-eladas {
    background-color: #dfdddd;
    padding: 80px 0;
}

#ingatlan-eladas h2,
#ingatlan-adatlap h2 {
    font-size: 34px;
    color: #c19968;
    margin-bottom: 30px;
    text-transform: uppercase;
}



#ingatlan-eladas h3 {
    font-size: 24px;
    color: #222222;
    text-transform: uppercase;
}

#ingatlan-eladas .btn-black,
.btn-black.bigger {
    font-size: 30px;
    line-height: 65px;
    padding: 5px 40px 0 40px;
}

.elado-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.elado-row.r3 {
    padding: 20px 0;
}

.elado-row.r3 .elado-item {
    flex-grow: 1;
    color: var(--white);
}

.elado-item.ei-1 {
    font-size: 23px;
}

.elado-item.ei-2 {
    font-size: 15px;

}

.elado-item.ei-3 {
    font-size: 20px;
}

.elado-item.ei-3 span {
    font-size: 15px;
    display: block;
}

.elado-item.ei-4 {
    font-size: 15px;
}

.push-right {
    margin-left: auto;
}

.elado_slider,
.elado_slider_subpage {
    margin-top: 60px;
    margin-bottom: 60px;
}

.elado_slider .img,
.elado_slider_subpage .img {

    height: 234px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

.elado_slider .elado-box,
.elado_slider_subpage .elado-box {
    background-color: var(--black);
    padding: 20px 20px 10px 20px;

    color: #bead8f;
}

.elado_slider .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.elado_slider .owl-nav button,
.screenshot_slider .owl-nav button {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(255, 255, 255, .7) !important;
    margin-left: 15px;
}


.elado_slider .owl-nav button {
    position: absolute;
    bottom: 225px;
}

.owl-carousel.elado_slider .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel.elado_slider .owl-nav button.owl-next,
.owl-carousel.screenshot_slider .owl-nav button.owl-next {
    float: right;
    margin: 0 15px 0 0;
}

.owl-carousel.screenshot_slider .owl-nav button.owl-prev {
    float: left;
}

.elado_slider .owl-nav button:hover,
.screenshot_slider .owl-nav button:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

a.ingatlan-reszletek-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    display: block;
    padding: 60% 0 0 0px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    z-index: 10;
    z-index: 100;
}

a.ingatlan-reszletek-btn span {
    display: inline-block;
    padding: 8px 15px 5px 15px;
    border: 1px solid #fff;
}

.elado_slider .item:hover .ingatlan-reszletek-btn,

.elado_slider_subpage .item:hover .ingatlan-reszletek-btn {
    opacity: 1;
}

/*
.elado_slider_subpage .item:hover a.ingatlan-reszletek-btn, 
.elado_slider .owl-item:hover a.ingatlan-reszletek-btn, 
.elado_slider .owl-item a.ingatlan-reszletek-btn:hover {
    opacity: 1;
}
*/
#infocsik {
    background: url('../img/infocsik.jpg') no-repeat center center;
    height: 427px;
    display: flex;
    align-items: center;
}

#infocsik .szamlalo {
    font-size: 48px;
    line-height: 50px;
}

#infocsik p {
    font-size: 30px;
    margin: 10px 0;
    line-height: 34px;
}


#szolgaltatasok {
    padding: 80px 0;
    background-color: var(--white);
}

#szolgaltatasok .btn-black.bigger {
    font-size: 27px;
}

.screenshot_slider .owl-stage {
    height: 662px;
}

.screenshot_slider {
    margin-top: 30px;
    position: relative;
    min-height: 538px;
}

.screenshot_slider .owl-item .item {
    transform: translate3d(0, 0, 0);

    margin: 50px 0;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-item p {
    transition: all .3s ease-in-out;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -18px;
}

.screenshot_slider .owl-item p span {
    font-size: 30px;
    color: #c19968;
    display: block;
    text-transform: uppercase;
}

.screenshot_slider .owl-item.center p {
    margin-top: 50px;
}

.screenshot_slider .owl-nav {
    text-align: center;
    position: absolute;
    top: 240px;
    width: 100%;
}

.screenshot_slider .owl-nav button {
    margin: 0 55px !important;
}

















#munkatarsaink {
    background: url('../img/fokep-3.jpg') bottom center no-repeat;
    height: 565px;
    padding: 70px 0 10px 0;
}

#munkatarsaink h2.s-title,
#velemenyek h2.s-title,
#kapcsolat h2.s-title {
    font-size: 22px;
    color: #ffb10a;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}



#munkatarsaink .txt {
    font-size: 18px;
    margin: 20px 0;
    color: #5b5a58;
    line-height: 20px;
}

.munkatarsak {
    margin-top: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-items: center;
}

.munkatarsak .mt {
    width: 50%;
}

.munkatarsak .mt p {
    font-size: 22px;
    color: #4a4a4a;
    margin: 10px 0;
}

#velemenyek {
    padding: 80px 0;
    height: 500px;
    background: url('../img/velemenyek-bg.jpg') no-repeat center center;
}

.velemenyek_slider .item .idez-1,
.velemenyek_slider .item .idez-2 {
    width: auto;
    position: absolute;
}


.velemenyek_slider .item .idez-1 {
    left: 15px;
    top: 15px;
}

.velemenyek_slider .item .idez-2 {
    right: 15px;
    bottom: 15px;
}

.velemenyek_slider .item .v-top {
    padding: 25px 30px;
    background-color: var(--white);
}

.velemenyek_slider .item .v-top p {
    color: var(--black);
    margin: 0;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
}

.velemenyek_slider .item .v-top:after {
    content: "";
    position: absolute;
    bottom: -20px;
    /* hogy a háromszög kicsit "kilógjon" alulra */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid white;
    /* ez lesz maga a háromszög */
}

.velemenyek_slider .v-bottom p {
    color: var(--white);
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    margin: 40px 0 0 0;
}

.velemenyek_slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.velemenyek_slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease-in-out;
}

.velemenyek_slider .owl-dot.active,
.velemenyek_slider .owl-dot:hover {
    background: rgba(255, 255, 255, 1) !important;
    /* aktív - teljes fehér */
}

#rolunk {
    padding: 80px 0;
    background-color: var(--white);
}

#kapcsolat {
    padding: 80px 0 80px 0;
    background: var(--black);
}

.kapcs-row {
    margin: 45px 0;
    display: flex;
    align-items: center;
}

.kapcs-row p {
    color: var(--white);
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0 30px;
}

#kapcsolat .errors,
.kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input,
.kapcs-div .kapcs-form-input {
    background-color: var(--black);
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #323137;
    font-size: 19px;
    padding: 8px 15px 5px 0px;
    display: block;
    margin: 15px 0;
    width: 100%;
    color: var(--white);
    font-family: "rbt-light", sans-serif;
}

#kapcsolat .kapcs-form-input.kfi,
.kapcs-div .kapcs-form-input.kfi {
    width: 90%;
}

.kapcs-form {
    margin: 0;
}

.kapcs-form-input::placeholder {
    color: var(--white);

    font-family: "rbt-light", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--white);

    font-family: "rbt-light", sans-serif;
}


.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: white;
    /* vagy ahogy az oldal stílusához illeszkedik */
}

.custom-checkbox .checkbox-label {
    font-size: 18px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    background-color: #323137;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

/* A fehér pipa csak ha be van pipálva */
.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Link stílus, ha kell */
.custom-checkbox a {
    color: #ffffff;
    text-decoration: underline;
}

.btn-kapcs {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 12px 25px 8px 25px;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-kapcs:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

#google-map iframe {
    width: 100%;
    height: 600px;
    display: block;
}




#sub-page {
    min-height: 75vh;
    padding-top: 60px;
}

p.ingatlan-ar {
    font-size: 34px;
    line-height: 36px;
    margin: 20px 0;
}

#ingatlan-adatlap {
    padding: 80px 0;
}

.alapadat {
    justify-content: center;
    align-items: center;
}

.alapadat .alap-div {
    padding: 15px 25px;
    width: 33%;
}

.alapadat .alap-div:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.alapadat .alap-div p {
    margin: 0;
    text-align: center;
}

.alapadat .alap-div p.rbt-light {
    font-size: 23px;
}

.alapadat .alap-div p.rbt-reg {
    font-size: 30px;
}

.black-box {
    background-color: var(--black);
    padding: 30px;
    color: var(--white);
    margin-top: 30px;
}

.black-box .cime {
    color: #fff;
    font-size: 30px;
    margin: 0 0 25px 0;
}

.black-box .sor {
    font-size: 20px;
    margin: 10px 0;
    align-items: center;
}

.black-box .sor img {
    margin-right: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(255, 255, 255, .7);
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-backface-hidden .swiper-slide {
    text-align: center;
	height: 390px;
}

.swiper-backface-hidden .swiper-slide a {
	display: block;
	height: 390px;
	background-position: center center;
	background-repeat: no-repeat;
}

.swiper-backface-hidden .swiper-slide:hover {
    cursor: pointer;
}

.swiper-button-prev {
    left: 10px;
    background-image: url('../img/prev.png');
}

.swiper-button-next {
    right: 10px;
    background-image: url('../img/next.png');
}

/* Kikapcsoljuk a default ikonokat */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.ingatlan-tul {
    justify-content: center;
}

.ingatlan-tul p {
    flex: 1;
}

.ingatlan-leiras p {
    font-size: 19px;
    font-family: "rbt-light", sans-serif !important;
}


@media (max-width: 1260px) {
    #miert-mi {
        height: auto;
        background-size: cover;
    }

    #bemutatkozas div.b-bottom {
        background-size: 500px;
        background-position: center 10px;
    }

    .fuvar-8 .container {
        background-size: 480px !important;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 66px;
    }

    .header-top {
        display: none;
    }

    .top-white {
        display: none;
    }

    nav.navbar,
    header.scrolled .navbar {
        top: 0;
        height: 66px;
        background-color: #fff !important;
    }

    .dark-layer {
        height: 534px;
    }

    #video-slider .video-div {
        height: 600px;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0);
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 66px;
    }

    .top-main-cont {
        padding: 20px 0 0 0;
        margin-top: 30px;
    }
    .pp-btn {
        background-color: rgba(0, 0, 0, .6);
        padding: 13px 0 160px 0 !important;
    }
    #top-main h2 {
        text-align: center;
        font-size: 60px;
        line-height: 63px;
    }

    #top-main p {
        font-size: 42px;
        line-height: 45px;
        text-align: center;
    }

    .main-buttons {
        text-align: center;
        padding: 0 10px;
    }

    .main-buttons a.btn-main {
        margin: 15px 0 !important;
    }

    .pulse-wrapper {
        position: relative;
        bottom: auto;
        display: inline-block;
        left: 0;
        right: 0;
        top: auto;
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }

    .section-title-container {
        margin-bottom: 30px;
    }

    .alapadat .alap-div {
        padding: 15px 5px;
        flex: 1;
        width: auto;
    }

    .alapadat .alap-div p.rbt-reg {
        font-size: 26px;
    }

    .alapadat .alap-div p.rbt-light {
        font-size: 20px;
    }

    .black-box {
        padding: 20px;
    }

    #bemutatkozas,
    #ingatlan-eladas,
    #szolgaltatasok,
    #rolunk {
        padding: 30px 0;
    }

    #rolunk img {
        margin: 10px 0;
    }

    .elado_slider,
    .elado_slider_subpage {
        margin: 30px 0;
    }

    #infocsik {
        background-position: left center;
    }

    #infocsik .col-sm-2 {
        margin: 15px 0;
    }

    #bemutatkozas .btn-black {
        font-size: 16px;
        line-height: normal;
    }

    .header-mobil {
        display: inline-block;
        width: 98%;
        margin: 30px 0 0 0;
    }

    div.grey-box {
        margin: 10px 0;
    }

    #bemutatkozas div.car-bg {
        background: #fff;
    }

    #bemutatkozas div.b-bottom .col-sm-4,
    #bemutatkozas div.car-bg .col-sm-6 {
        margin-bottom: 25px;
    }

    #bemutatkozas div.b-bottom {
        background: #fff;
    }

    #miert-mi {
        background: #f1f1f1;
    }

    #miert-mi .mm-row {
        text-align: center;
        margin-left: 0;
        margin-bottom: 20px;
        display: block;
    }

    #miert-mi .mm-row img {
        margin: 10px auto 15px auto;
        display: block;
    }

    #main-side {
        background-position: 31% center;
        height: 350px;
        background-size: 300%;
    }

    #mm-bottom {
        padding: 15px;
        height: auto;
        background: #ffb10a;
    }

    #mm-bottom img {
        display: none;
    }

    #mm-bottom p {
        font-size: 20px;
    }

    #munkatarsaink {
        background: #fff;
        height: auto;
        padding: 20px 0;
    }

    .munkatarsak {
        display: block;
    }

    .munkatarsak .mt {
        width: 100%;
        margin-bottom: 20px;
    }

    .munkatarsak .mt img {
        width: 100%;
    }

    #velemenyek {
        height: auto;
        background-position: right center;
        min-height: auto;
        padding: 30px 0;
    }

    .screenshot_slider .v-bottom {
        padding-left: 40px;
    }


    .screenshot_slider .v-top {
        padding: 20px 30px 20px 40px;
    }

    .screenshot_slider .owl-nav {
        bottom: 23px;
    }

    #kapcsolat {
        padding: 30px 0;
    }

    a.site-main {
        position: relative;
        top: 0;
    }

    .kapcs-img {
        margin-top: 30px;
    }

    #ingatlan-adatlap {
        padding: 30px 0;
    }

    .black-box .cime {
        font-size: 24px;
    }

    #ingatlan-adatlap .col-sm-5 {
        margin-top: 30px;
    }

    h2.section-title {
        font-size: 32px;
        line-height: 35px;
    }

    h3.section-title {
        font-size: 22px;
        line-height: 24px;
    }


    .screenshot_slider .owl-dots {
        display: none;
    }

    .screenshot_slider .owl-nav button {
        margin: 10px 10px 0 10px !important;
    }

    .screenshot_slider .owl-stage {
        height: 550px;
    }

    a.btn-black.bigger {
        margin-bottom: 15px;
    }

    img.site-logo {
        height: 50px;
    }

    footer .nav-link-footer {
        display: block;
        margin: 10px 0;
    }

    footer img.footer-logo {
        max-width: 60%;
    }

    footer p.copyright {
        font-size: 12px;
    }

    footer .py-sm {
        padding: 0 !important;
    }

    footer .py-sm {
        padding: 10px 0 !important;
    }


    a.btn-g-sm {
        text-align: center;
        font-size: 18px;
        width: 100%;
    }

    #kapcsolat {
        height: auto;
        min-height: auto;
    }

    .kek-box {
        margin: 25px 0;
    }

    a.nav-link {
        color: #fff;
    }

    .pipa-felsorolas p {
        font-size: 20px;
        line-height: 24px;
    }

    .koltoz-section-3 {
        background: #fff;
    }

    div.s3-right {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    div.mmv-left {

        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .hol-vagyunk {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: cover;
    }

    .szoveg-container {
        padding: 5px 20px;
    }

    .asztalosok {
        padding-bottom: 0;
    }

    div.fuvar-top-box {
        margin: 15px 0;
    }

    div.fuvar-2 {
        padding: 30px 0;
    }

    div.fuvar-3 {
        background: #fff;
        height: auto;
        padding: 30px 0;
    }

    div.fuvar-5 {
        padding-top: 40px;
        padding-bottom: 30px;
        background-size: cover;
        height: auto;
    }

    div.fuvar-6 {
        background: #fff;
        height: auto;
        padding: 30px 0;
    }

    div.fuvar-7,
    div.fuvar-8 {
        padding: 30px 0;
    }

    div.fuvar-8 {
        background: #fff;
        height: auto;
    }

    div.fuvar-8 .container {
        background: #fff;
    }

    div.fuvar-4 {
        padding: 10px 0;
    }
    #bemutatkozas img.w-100 {
        margin-bottom: 30px;
    }
    .kit-cont {
        margin-top: 30px;
    }
    .elado_slider {
        margin-bottom: 0 !important;
    }
    .screenshot_slider {
        margin-top: 0;
    }
    #szolgaltatasok .section-title-container {
        margin-bottom: 0;
    }
}