@font-face {
    font-family: 'ssp-reg';
    src: url(fonts/source-sans-pro.regular.eot);
    src: url(fonts/source-sans-pro.regular.ttf);
    src: url(fonts/source-sans-pro.regular.woff);
}

@font-face {
    font-family: 'ssp-bold';
    src: url(fonts/source-sans-pro.bold.eot);
    src: url(fonts/source-sans-pro.bold.svg);
    src: url(fonts/source-sans-pro.bold.woff);
}

@font-face {
    font-family: 'ssp-extra-light';
    src: url(fonts/source-sans-pro.extralight.eot);
    src: url(fonts/source-sans-pro.extralight.svg);
    src: url(fonts/source-sans-pro.extralight.woff);
}

@font-face {
    font-family: 'ssp-semibold';
    src: url(fonts/source-sans-pro.semibold.eot);
    src: url(fonts/source-sans-pro.semibold.svg);
    src: url(fonts/source-sans-pro.semibold.woff);
}
@font-face {
    font-family: 'ssp-light';
    src: url(fonts/source-sans-pro.light.eot);
    src: url(fonts/source-sans-pro.light.svg);
    src: url(fonts/source-sans-pro.light.ttf);
    src: url(fonts/source-sans-pro.light.woff);
}



.ssp-reg {
    font-family: "ssp-reg", sans-serif;
}

.ssp-bold {
    font-family: "ssp-bold", sans-serif;
}

.ssp-extra-light {
    font-family: "ssp-extra-light", sans-serif;
}

.ssp-light {
    font-family: "ssp-light", sans-serif;
}


.ssp-semibold {
    font-family: "ssp-semibold", sans-serif;
}

body {
    padding-top: 137px;
}

body a {
    text-decoration: none;
}
.error-block {
    color: red;
}
nav.navbar {
    background-color: #fff !important;
    transition: all .3s ease-in-out;
}

header.scrolled .navbar,
header.scrolled .header-top {
    background-color: #fff !important;
}

nav.navbar {
    top: 40px;
    padding: 3px 0;
    -webkit-box-shadow: 0px 17px 19px -4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 17px 19px -4px rgba(0,0,0,0.15);
    box-shadow: 0px 17px 19px -4px rgba(0,0,0,0.15);
}

a.nav-link {
    color: #23262d;
    font-size: 22px;
}

img.site-logo {
    height: 91px;
}

p.ado-1 {
    font-size: 46px;
    color: #ea2f07;
    margin: -10px 0 0 40px;
    line-height: 34px;
    text-align: center;
}

p.ado-1 span {
    font-size: 26px;
    color: #3e2f2b;
    letter-spacing: 1px;
}
div.paymethod {
    border: 2px solid #4d3f3c;
    padding: 20px 15px;
}
.paymethod h3 {
    font-size: 30px;
    margin: 15px 0;
    text-transform: uppercase;
}
.paymethod p {
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    margin: 0 0 20px 0;
    min-height: 138px;
}
.paymethod a, .paymethod input.sbn {
    font-size: 20px;
    display: inline-block;
    line-height: 45px;
    border: 1px solid #8b8b8b;
    background-color: #4d3f3c;
    color: #ececeb;
    text-transform: uppercase;
    padding: 0 15px;
}
.adomany-valaszto {
    margin-top: 60px;
    margin-bottom: 70px;
}
.csekk-info {
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.csekk-info p {
    width: 60%;
    text-transform: uppercase;
    font-size: 30px;
    margin: 10px 20px 0 20px;
}
p.osszeg {
    text-transform: uppercase;
    font-size: 30px;
    
}
.fs-input, .fs-input:-internal-autofill-selected {
    background-color: #a6948d !important;
    border: none;
    font-size: 20px;
    color: #493a36;
    height: 42px;
    margin-top: 20px;
    border-radius: 0;
    width: 95%;
}
#tamogatas-form input:-webkit-autofill,
#tamogatas-form input:-webkit-autofill:hover, 
#tamogatas-form input:-webkit-autofill:focus, 
#tamogatas-form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #a6948d inset !important;
    -webkit-background-color: #a6948d !important;
    
}
#tamogatas-form label {
    color: #493a36;
    font-size: 18px;
}
p.av-info {
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0;
}
#egyebosszeg {
    display: none;
}
a.btn-osszeg {
    font-size: 35px;
    color: #fff;
    background-color: #4d3f3c;
    line-height: 71px;
    text-align: center;
    display: block;
}
a.btn-osszeg:hover, a.btn-osszeg:active, a.btn-osszeg:focus {
    background-color: #ec3f1a;
}

a.btn-osszeg.adomanyozok {
    background-color: #ec3f1a;
    text-transform: uppercase;
}

div.header-section {
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #3e2f2b;
}

div.header-section .container {
    display: flex;
    justify-content: flex-end;
}

div.header-section p {
    color: #fff;
    font-size: 18px;
    padding: 0 0 0 22px;
    line-height: 40px;
    margin: 0 20px;
}

div.header-section a {
    line-height: 40px;
    margin: 0 0 0 10px;
}

div.header-section p.phone {
    background: url('../img/top-phone.png') no-repeat left center;
}

div.header-section p.mail {
    background: url('../img/top-mail.png') no-repeat left center;
    padding-left: 34px;
}

#top-section {
    height: 755px;
    background: url('../img/top-section.jpg') no-repeat center center;
}

#top-section h2 {
    font-size: 56px;
    line-height: 56px;
    color: #291e1b;
    margin-top: 100px;
}

.szamlalo {
    display: flex;
    margin: 40px 0;
}

.szamlalo p {
    font-size: 56px;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.szamlalo p:nth-child(2) {
    margin: 0 50px;
}

.szamlalo p span {
    font-family: 'ssp-extra-light';
    font-size: 28px;
    text-transform: uppercase;
}

#top-section p.ts-p {
    font-size: 41px;
    color: #291f1c;
    line-height: 43px;
}

.top-buttons {
    margin-top: 60px;
}

.top-buttons a {
    background: #453530;
    font-family: 'ssp-extra-light';
    font-size: 34px;
    display: block;
    line-height: 61px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.top-buttons a:hover {
    color: #453530;
    background: #fff;
}

#rolunk {
    background: url('../img/rolunk-bg.jpg') #fff bottom center no-repeat;
    height: 900px;
    padding: 70px 0;
}
#rolunk img.adosz-1 {
    margin: 40px 0 0 0;
}

h2.s-title {
    font-size: 36px;
    color: #000;
    line-height: 38px;
    margin: 0 0 20px 0;
}
h3.s-title {
    font-size: 28px;
    color: #493a36;
    line-height: 30px;
    margin-bottom: 24px;
}
p.p-txt, .post-content p {
    font-size: 21px;
    color: #171717;
    line-height: 22px;
}

#infosav {
    background-color: #c9bbb8;
    padding: 70px 0;
}

p.fels {
    line-height: 28px;
    font-size: 26px;
    color: #000;
    background: url('../img/pipa.png') left center no-repeat;
    padding: 8px 0 8px 90px;
}

div.info-job-box {
    background: #574a46;
    padding: 10px 15px 15px 15px;
}

div.info-job-box p.ssp-bold { 
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}
div.info-job-box p.ssp-reg { 
    color: #fff;
    margin: 5px 0 20px 0;
    font-size: 22px;
    line-height: 22px;
}

a.info-button, button.info-button {
    background-color: #322926;
    color: #fff;
    font-size: 22px;
    line-height: 43px;
    padding: 0 15px;
    width: fit-content;
    float: right;
    display: block;
    text-transform: uppercase;
}
.adomany-oldal button.info-button {
    float: none;
    margin: 0 auto;
}

.ibj-1 img {
    position: absolute;
    left: 0;
    top: -23px;
}
.ibj-2 img {
    position: absolute;
    left: -15px;
    top: -12px;
}

#aktualis-hirek {
    background-color: #574a46;
    padding: 70px 0 30px 0;
}
.hir-box {
    margin-top: 30px;
    color: #fff;
}
.hir-box .hir-img {
    height: 265px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hir-box a.hir-link-cim, .card a.hir-link-cim {
    font-size: 22px;
    height: 48px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    margin: 26px 0;
    overflow: hidden;
    display: inline-block;
}
.card a.hir-link-cim {
    color: #000;
    margin: 0 0 16px 0;
}
.hir-box p.hir-lead, .card p.hir-lead {
    font-size: 21px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}
.hir-box a.hir-tovabb-btn, .osszes-hir, .card a.hir-tovabb-btn, .btn-bezar {
    transition: all .3s ease-in-out;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background-color: #322926;
    line-height: 51px;
    display: block;
    width: fit-content;
    padding: 0 15px;
    border: 1px solid #322926;
}
.card a.hir-tovabb-btn { 
    font-size: 18px;
    line-height: 41px;
}
#tamogatas-form .hir-tovabb-btn {
    margin: 15px 0 0 0;
}
.osszes-hir { 
    margin: 40px auto 0 auto;
    line-height: 43px;
}
#gazdikereso .osszes-hir { 
    margin: 10px auto 0 auto;
}
.hir-box a.hir-tovabb-btn:hover, .osszes-hir:hover, .btn-bezar:hover {
    color: #322926;
    background-color: #fff;
}
.kiemelt-box {
    height: 670px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
a.kiemelt-btn {
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background-color: #322926;
    display: block;
    width: fit-content;
    padding: 12px 15px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
}

a.kiemelt-btn:hover {
    color: #322926;
    background-color: #fff;
    border-color: #322926;
}

#gazdikereso {
    background: url('../img/gazdikereso-bg.jpg') no-repeat center center;
    height: 747px;
    padding: 40px 0;
}
.gazdi-main {
    margin-top: 30px;
}
.gazdi-box {
    margin-bottom: 20px;
}
.gazdi-box .gazdi-img {
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gazdi-box .gazdi-link {
    transition: all .3s ease-in-out;
    font-size: 17px;
    line-height: 19px;
    display: block;
    padding: 8px 0;
    text-align: center;
    background: #322926;
    color: #fff;
    
}


.gazdi-box .gazdi-link:hover {
    background-color: #fff;
    color: #322926;
}

#partnerek {
    background-color: #322926;
    padding: 60px 0;
}

.logos {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#kapcsolat {
    min-height: 886px;
    padding: 54px 0;
    background: url('../img/kapcsolat-bg.jpg') top center no-repeat #fff;
}
#kapcsolat .errors {
    color: red;;
}
#kapcsolat p.p-txt {
    line-height: 28px;
}
#kapcsolat .kapcs-form-input {
    background-color: #d1b58a;
    border: none;
    font-size: 20px;
    padding: 3px 15px;
    display: block;
    margin: 15px 0;
    width: 100%;
    font-family: "ssp-light", sans-serif;
}
#kapcsolat .kapcs-form-input.kfi {
    width: 90%;
}
.kapcs-form {
    margin: 30px 0 0 0;
}
.kapcs-form-input::placeholder {
    color: #171717;

    font-family: "ssp-light", sans-serif;
    opacity: 1;
    /* Firefox */
}

.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #171717;

    font-family: "ssp-light", sans-serif;
}
.kapcs-form button {
    font-size: 20px;
    color: #fff;
    background-color: #000;
    line-height: 41px;
    border: none;
    display: block;
    width: fit-content;
    padding: 0 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
label.adatvedelem, 
label.adatvedelem a {
    font-size: 18px;
    color: #171717;
}

label.adatvedelem a {
    text-decoration: underline;
}

label.adatvedelem input {
    float: left;
    margin: 8px 8px 0 0;
}

#subpage {
    padding: 40px 0 20px 0;
    min-height: 75vh;
}
#subpage .hir-img {
    height: 265px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    margin: 26px 0 16px 0;
    font-family: 'ssp-reg';
}

footer {
    background: #000;
}

footer img.footer-logo {
    max-width: 300px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 8px 10px;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

footer .nav-link-footer:hover {
    background-color: #fff;
    border-radius: 8px;
    color: #322926;
}

footer p.copyright {
    margin: 0;
    font-size: 12px;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}

ul li.nav-item:hover {
    background-color: #322926;
    border-radius: 5px;
}

ul li.nav-item:hover a {
    color: #fff;
}

section.gazdikereso {
    background-color: #fff;
}
section.gazdikereso-aloldal {
    background-color: #fff;
    padding: 40px 0 40px 0 !important;
}

section.gazdikereso-aloldal h2.s-title {
    text-transform: uppercase;
}
div.gmt {
    margin: 70px 0;
}
.gazdikereso-al-bal {
    min-height: 540px;
    background-color: #3e2f2b;
    padding: 20px;
    line-height: 26px;
}
div.gazdi-txt * {
    font-size: 21px;
    color: #fff;
    line-height: 24px;
    margin: 18px 0;
}
div.allat-kep {
    height: 387px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}
.allat-kep .play-btn {
    position: absolute;
    background: none;
    border: none;
    margin: 0 auto;
    top: 34%;
    left: 0;
    right: 0;
}
.gazdikereso-al-bal p.alapadat {
    font-size: 26px;
    color: #fff;
    margin: 3px 0;
}
#gazdi-form select {
    background-color: #917a71;
    border: none;
    font-size: 20px;
    color: #493a36;
    padding: 8px 10px;
    width: 100%;
}
button.srch-btn {
    background-color: #493a36;
    border: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: 43px;
    padding: 0 20px;
}
.allat-carousel {
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 41%;
    width: 100%;
}
.allat-carousel .owl-nav button.owl-prev {
    left: 10px;
    position: absolute;
}
.allat-carousel .owl-nav button.owl-next {
    right: 10px;
    position: absolute;
}
.allat-carousel .item {
	height: 120px;
}

.allat-carousel .item .link-preview {
	width: 100%;
height: 120px;
display: block;
background-position: center center;
background-size: cover;	
}
a.g-type {
    font-size: 30px;
    background-color: #493a36;
    color: #fff;
    border: 1px solid #493a36;
    transition: all .3s ease-in-out;
    display: block;
    line-height: 57px;
    text-transform: uppercase;
    text-align: center;
}
a.g-type:hover, 
a.g-type.active {
    font-family: 'ssp-reg';
    background-color: #fff;
    color: #493a36;
}

.talalatok {
    margin-top: 60px;
}
.talalat-gazdi {
    margin-bottom: 20px;
}
.talalat-gazdi .allat-img {
    height: 188px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.talalat-gazdi .allat-nev {
    font-size: 32px;
    display: block;
    background-color: #493a36;
    color: #fff;
    line-height: 49px;
    text-align: center;
    border-top: 1px solid #817f7e;
    border-bottom: 1px solid #817f7e;
    margin: 0;
}

.talalat-gazdi .allat-adatok {
    background-color: #c9bbb8;
    padding: 10px 15px;
}
.talalat-gazdi .allat-adatok p {
    margin: 0;
    font-size: 20px;
    color: #493a36;
}


@media (max-width: 1400px) {
    a.nav-link {
        font-size: 18px;
    }
    p.ado-1 {
        font-size: 40px;
    }
    p.ado-1 span {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    a.nav-link {
        font-size: 16px;
    }
    p.ado-1 {
        font-size: 36px;
    }
    p.ado-1 span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 66px;
    }
    a.nav-link {
        font-size: 22px;
    }
    p.ado-1, .header-top, .header-section {
        display: none;
    }

    nav.navbar {
        top: 0;
    }
    img.site-logo {
        height: 60px;
    }
    div.logos {
        flex-direction: column;
        text-align: center;
    }
    .logos img {
        width: auto;
        max-width: 90%;
        margin: 15px 0;
    }

    #top-section {
        background: #917a71;
        height: 692px;
    }
    #top-section h2 {
        text-align: center;
        font-size: 46px;
        line-height: 48px;
        margin-top: 25px;
    }
    #top-section p.ts-p {
        font-size: 36px;
        line-height: 38px;
        text-align: center;
    }
    .top-buttons {
        margin: 20px 0 0 0;
    }
    .top-buttons a {
        font-size: 30px;
        margin: 10px 0;
    }
    .szamlalo {
        justify-content: space-between;
        margin: 26px 0;
    }
    .szamlalo p:nth-child(2) {
        margin: 0 5px;
    }
    .szamlalo p {
        font-size: 30px;
    }
    .szamlalo p span {
        font-size: 22px;
    }
    #rolunk {
        height: auto;
        background: #fff;
        padding: 30px 0;
    }
    #rolunk img.adosz-1 {
        width: 90%;
        display: block;
        margin: 28px auto 0 auto;
    }
    #gazdikereso, #infosav, #aktualis-hirek, #kapcsolat {
        padding: 30px 0;
    }
    p.fels {
        padding-left: 70px;
        font-size: 22px;
        line-height: 26px;
    }
    .ibj-1 img, .ibj-2 img {
        display: none;
    }
    .info-job-box div.float-end {
        float: none !important;
    }
    a.info-button {
        width: 100%;
        text-align: center;
    }

    .kiemelt-box {
        margin-top: 20px;
    }
    #gazdikereso {
        background: #fff;
        height: auto;
    }

    #kapcsolat {
        height: auto;
        background: #fff;
    }
    #kapcsolat p.p-txt {
        font-size: 20px;
    }

    footer {
        padding-bottom: 8px;
    }

    footer .nav-link-footer {
        display: block;
        margin: 10px 0;
    }

    footer img.footer-logo {
        max-width: 60%;
    }

    footer p.copyright {
        font-size: 12px;
    }
}