@font-face {
    font-family: 'bst-light';
    src: url(fonts/Blacker-Sans-Text-Light.eot);
    src: url(fonts/Blacker-Sans-Text-Light.woff);
    src: url(fonts/Blacker-Sans-Text-Light.woff2);
}

@font-face {
    font-family: 'bst-reg';
    src: url(fonts/Blacker-Sans-Text-Regular.eot);
    src: url(fonts/Blacker-Sans-Text-Regular.woff);
    src: url(fonts/Blacker-Sans-Text-Regular.woff2);
}

.bst-reg {
    font-family: "bst-reg", sans-serif;
}

.bst-light {
    font-family: "bst-light", sans-serif;
}

:root {
    --light-brown: #5e5751;
    --white: #ffffff;
    --orange: #ff7a16;
    --blackl: #171717;
    --black: #000;
    --bone: #eaefe6;
    --orange_sub: #ffb10a;
}


body {
    padding-top: 0px;
    font-family: "bst-light", sans-serif;
}

body a {
    text-decoration: none;
}


nav.navbar {
    background-color: rgba(12, 69, 66, .75) !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar,
header.scrolled-sub .navbar {
    background-color: rgba(12, 69, 66, 1) !important;
}


nav.navbar {
    top: 0px;
    padding: 0;
    height: 83px;
}

li.nav-item {
    margin: 0;
}

a.nav-link {
    color: var(--white);
    font-size: 22px;
    padding: 5px 15px 0px 15px !important;
}

a.nav-link:hover {
    color: #ffb10a;
}

img.site-logo {
    height: auto;
}

/* SITE */
h2.section-title {
    font-size: 30px;
    line-height: 34px;
    color: var(--black);
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

h3.section-title {
    font-size: 30px;
    line-height: 34px;
    color: #26c7a3;
    margin: 0 0 40px 0;
}

p.section-text {
    font-size: 21px;
    line-height: 24px;
    margin: 18px 0;
}

#top-main {
    color: var(--white);
    background: url('../img/top-main.jpg') no-repeat center center;
    background-size: cover;
    height: 920px;
}

#top-main h2 {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 76px;
    margin: 225px 0 20px 0;
}

#top-main p {
    margin: 0 0 40px 0;
    font-size: 40px;
    line-height: 46px;
}

.pulse-button {
    display: inline-block;
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.pulse-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Fehér pulzálás */
.pulse-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 1;
}

/* Pulzáló effekt */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* Kép fölé helyezzük a pulzáló réteget */
.pulse-button img {
    position: relative;
    z-index: 2;
}


#bemutatkozas {
    padding: 80px 0 0 0;
}


.bemut-info-sor {
    align-items: center;
    margin-top: 30px;
}


.bemut-info-sor .eleme {
    flex: 1;
}

.bemut-info-sor:first-of-type {
    margin-top: 60px;
}

.bemut-info-sor .eleme p {
    font-size: 27px;
    color: #26c7a3;
    line-height: 29px;
    margin: 18px 0 5px 0;
    text-transform: uppercase;
}

.bemut-info-sor .eleme span {
    color: #00564d;
    font-size: 23px;
}


#hazak {
    background: url('../img/hazak-bg.jpg') no-repeat center center;
    height: 1145px;
    padding: 160px 0;
}

.haz-elem {
    margin-top: 50px;
}

#hazak h3.section-title {
    color: var(--white);
}

.haz-kep {
    height: 445px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.haz-kep.h-1 {
    background-image: url('../img/haz-1.jpg');
}

.haz-kep.h-2 {
    background-image: url('../img/haz-2.jpg');
}.haz-kep.h-3 {    background-image: url('../img/haz-3.jpg');}

.haz-also {
    background-color: #0c4542;
    background-image: url('../img/haz-1-virag.png');
    background-repeat: no-repeat;
    background-position: 90% bottom;
    height: 170px;
}

.haz-also.ha-2 {
    background-image: url('../img/haz-2-virag.png');
}

.haz-also.ha-3 {
    background-image: url('../img/haz-3-virag.png');
}

.haz-also p {
    margin: 12px 0 15px 0;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--white);
}

a.btn-haz {
    font-size: 19px;
    line-height: 42px;
    padding: 0 15px;
    width: 205px;
    background-color: #e2e6dd;
    text-transform: uppercase;
    color: var(--black);
    display: inline-block;
    margin-bottom: 10px;
}

#hazak a.btn-foglal,
#aktualis a.btn-foglal {
    text-transform: uppercase;
    padding: 0 30px;
    font-size: 28px;
    line-height: 61px;
    display: inline-block;
    color: var(--white);
    background-color: #26c7a3;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
    margin-top: 60px;
}

#hazak a.btn-foglal:hover,
#aktualis a.btn-foglal:hover {
    background-color: var(--white);
    color: #26c7a3;
    border-color: #26c7a3;
}



#velemenyek {
    height: 450px;
    background-color: #e2e6dd;
}

img.v-kep {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.vk-cont {
    height: 450px;
}

#velemenyek h2.section-title {
    margin-top: 60px;
}

.velemenyek_slider .item p {
    font-size: 21px;
    line-height: 23px;
}

.velemenyek_slider .item p.alairas {
    font-size: 24px;
    line-height: 27px;
}


#aktualis {
    padding: 70px 0;
}

.aktual-bal .img-aktual-lg {
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aktual-bal a.aktual-link,
.aktual-tobb a.aktual-link {
    font-size: 27px;
    line-height: 29px;
    color: #00564d;
    display: inline-block;
    margin: 30px 0;
    text-transform: uppercase;
}

.aktual-box .aktual-tobb a.aktual-link {
    margin: 0 0 10px 0;
    font-size: 21px;
    line-height: 22px;
}

.aktual-bal .aktual-lead,
.aktual-tobb .aktual-lead {
    font-size: 21px;
    line-height: 24px;
}

.aktual-box .aktual-tobb .aktual-lead {
    font-size: 18px;
    line-height: 20px;
    height: 103px;
    overflow: hidden;
}

a.reszletek-btn-lg,
button.reszletek-btn-lg {
    margin-top: 30px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 25px;
    line-height: 49px;
    display: inline-block;
    color: var(--white);
    background-color: #26c7a3;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}

a.reszletek-btn-lg:hover,
button.reszletek-btn-lg:hover {
    background-color: #fff;
    color: #26c7a3;
    border-color: #26c7a3;
}

button.reszletek-btn-lg {
    margin-top: 0;
}

.aktual-box {
    margin-bottom: 50px;
}

.aktual-top {
    margin-bottom: 50px;
}

.aktual-box a.reszletek-btn-lg {
    font-size: 20px;
    line-height: 41px;
    margin-top: 10px;
}

.aktual-jobb .aktual-box .aktual-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 184px;
    flex: 4;
    margin-right: 30px;
}

.aktual-jobb .aktual-box .aktual-tobb {
    flex: 6;
}

#latnivalok {
    padding: 70px 0;
    height: 776px;
    background: url('../img/latnivalok-bg.jpg') no-repeat center center;
    color: #fff;
}

.textshad {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}

h2.latni-title {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
}

h3.latni-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 60px;
}

p.latni-text {
    font-size: 21px;
    line-height: 24px;
    margin: 15px 0;
    padding-right: 40px;
}

.kisfilm {
    margin-top: 125px;
    align-items: center;
    justify-content: center;
}

.kisfilm img {
    margin-right: 20px;
}

.kisfilm p {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

.filmek_slider {
    margin-top: 60px;
}

.filmek_slider .item img.kep {
    width: 100%;
}

.filmek_slider .item a {
    position: relative;
}

.filmek_slider .item img.play-sm {
    position: absolute;
    margin: auto;
    width: auto;
    left: 0;
    right: 0;
    top: 32%;
}

.filmek_slider .item p {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    margin: 15px 0 0 0;
}

.filmek_slider .owl-nav {
    position: absolute;
    top: 28%;
    width: 100%;
}

.filmek_slider .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

.filmek_slider .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}

#galeria {
    padding: 70px 0;
    background-color: #e2e6dd;
}

.galeria-elem {
    height: 250px;
    position: relative;
    margin: 15px 0;
    border: 5px solid #0c4542;
    transition: all .3s ease-in-out;
}

.galeria-elem:hover {
    border-color: #26c7a3;
}

.galeria-elem .hirkep {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galeria-elem .hirkep a {
    height: 100%;
    width: 100%;
    position: absolute;
}

footer {
    background: #0c4542;
}


footer img.footer-logo {
    margin-bottom: 30px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    padding: 8px 10px;
}


footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    background-color: #26c7a3;
    text-align: center;
    font-size: 12px;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}


ul li.nav-item:hover a {
    color: #ffb10a;
}


a.foglalas-mobil { 
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 10px;
	margin-left: 0 !important;
}
ul li.nav-item:last-child a, a.foglalas-mobil {
	text-transform: uppercase;
	background-color: #26c7a3;
	border: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px !important;
	margin-left: 20px;
}
ul li.nav-item:last-child a:hover {
	color: #26c7a3;
	background-color: #fff;
}

#subpage {
    padding: 140px 0 60px 0;
}

#kapcsolat {
    padding: 70px 0;
    background: var(--white);
}

.kapcs-in {
    margin-top: 30px;
    margin-bottom: 30px;
}

.kapcs-in img {
    margin-bottom: 30px;
}

.kapcs-in p {
    font-size: 21px;
    line-height: 23px;
}



#kapcsolat .errors,
.kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input,
.kapcs-div .kapcs-form-input {
    background-color: #e2e6dd;
    border: none;
    font-size: 19px;
    padding: 8px 15px 5px 10px;
    display: block;
    margin: 0;
    width: 100%;
    color: var(--black);
    font-family: "bst-light", sans-serif;
}

#kapcsolat .kapcs-form-input.kfi,
.kapcs-div .kapcs-form-input.kfi {
    width: 100%;
}

.kapcs-form {
    margin: 30px 0 0 0;
}

.kapcs-form-input::placeholder {
    color: var(--black);

    font-family: "bst-light", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--black);

    font-family: "bst-light", sans-serif;
}

.custom-checkbox {
    margin: 20px 0;
    font-size: 21px;
}



#google-map iframe {
    width: 100%;
    height: 600px;
    display: block;
}




@media (max-width: 1260px) {}

/* Mobil */
@media (max-width: 768px) {
    body {
        padding-top: 82px;
    }

    nav.navbar,
    header.scrolled .navbar {
        top: 0;
        background-color: rgba(12, 69, 66, 1) !important
    }


    .navbar-collapse {
        background: rgba(0, 0, 0);
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 82px;
    }

    #hazak {
        height: auto;
        background: #edf6fd;
		padding: 30px 0;
    }
	#hazak h3.section-title {
		color: #26c7a3;
		margin-bottom: 0;
	}
	
	.bemut-info-sor .eleme {
		text-align: center;
	}
	.bemut-info-sor .eleme span {
		font-size: 19px;
	}
	#aktualis, #galeria, #kapcsolat {
		padding: 30px;
	}
	#aktualis h3.section-title, #galeria h3.section-title {
		margin-bottom: 0;
	}
	.aktual-bal {
		margin-bottom: 15px;
	}
	#velemenyek {
		height: auto;
	}
	#velemenyek h2.section-title {
		margin-top: 30px;
	}
	#aktualis a.btn-foglal {
		margin-top: 0;
	}
    #latnivalok {
		padding: 30px 0;
        height: auto;
        background: #171717;
    }
.kisfilm {
	margin-top: 30px;
}
    .filmek_slider .owl-nav {
        position: relative;
    }

    .filmek_slider .owl-nav .owl-prev {
        left: 0;
    }

    .filmek_slider .owl-nav .owl-next {
        right: 0;
    }

    .filmek_slider .item img.play-sm {
        top: 36%;
    }

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


    a.nav-link {
        color: #fff;
    }

    .vk-cont {
        display: none;
    }
    #top-main {
        height: 92vh;   
    }
    #bemutatkozas {
        padding: 30px 0;
    }
    
    #bemutatkozas h2.section-title {
        margin-top: 20px;
    }
    #top-main h2 {
        font-size: 50px;
        margin-top: 120px;
        line-height: 56px;
    }
	
	#subpage {
		padding: 50px 0 60px 0;
	}
	
	ul li.nav-item:last-child a {
		display: none;	
	}

	body  a.foglalas-mobil {
		font-size: 22px;
	}
}