html {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    font-size: 0.875em;
}


body {
    font-size: .875em;
    width: 100%;    
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    background: url(../images/gold_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    
}

a { text-decoration: none; color: inherit; outline: 0; }
a:hover { text-decoration: none; color: inherit; outline: 0;}
a:focus { text-decoration: none; color: inherit; outline: 0;}
a:active { text-decoration: none; color: #fff; outline: 0;}
a:active:focus { text-decoration: none; color: inherit; outline: 0; }
img { border: none; width: 100%;height: auto !important; }
p { text-align: justify;}
h1 { color: tomato; text-transform: uppercase; display: inline-block; font-size: 30px; }
h3 { margin-top: 0px; color:tomato; margin-bottom: 0;}
h5 { margin-top: 5px;}
h4 { margin-top: 10px; margin-bottom: 0;}

.b-modal.__b-popup1__ {
    z-index: 100 !important;
    opacity: .8 !important;
}

.cimek_mob {display: none;}


.cim_leiras {
    text-align: center;
    font-size: 80%;
    color: #fff;
    text-transform: uppercase;
    margin: 0px auto 10px auto;
    color: #ffffff !important;
    background: rgb(31, 31, 31);
    background: -moz-linear-gradient(top, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    background: -webkit-linear-gradient(top, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    background: linear-gradient(to bottom, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    /*border: 1px solid #eec491;*/
    padding: 5px 15px;
    display: table;
    text-shadow: 0px 1px 2px #000;
}

.hr3 {
    border-top: 0px;
    height: 1px;
    background: #eec491;
    background: -moz-linear-gradient(left,rgba(149, 149, 149, 0) 0%,#eec491 45%,rgba(27, 27, 27, 0) 100%);
    background: -webkit-linear-gradient(left,rgba(149, 149, 149, 0) 0%,#eec491 45%,rgba(27, 27, 27, 0) 100%);
    background: linear-gradient(to right, rgba(149, 149, 149, 0) 0%,#eec491 45%,rgba(27, 27, 27, 0) 100%);
    margin: 0px auto;
    width: 70%;
}


.szöveg_leiras {
   font-size: 60%;
    line-height: 21px;
    font-weight: 400;
    text-transform: none;
    margin: 10px auto;
}
.main-content {
   display: flex;
    height: 100%;
    width: 90%;
    margin: 0 auto;

}

.logo_pic {
    max-width: 600px;
    margin: 5px auto 10px auto;
    display: table;
    width: 98%;
}
.left {
  width: 50%;
    /*overflow: hidden !important;*/
        min-height: 100vh !important;
     max-height: 100vh !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.gold-open {
    width: 100%;
}

.categories {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wood-content {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.wood-box {
    width: 100%;
}

.content-box {
    width: 100%;
    text-align: center;
        margin-bottom: 50px;
}

.menu-box {
    width: 100%;
    text-align: center;
    margin: 13vh auto 1vh auto;
}



.gold-menu-name {
   font-size: 120%;
    padding: 10px 15px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border-radius: 20px;
        border: 2px solid #d7c4a3;
    text-align: center;
    background: rgb(26, 47, 30);
    background: -moz-linear-gradient(top, rgb(215, 196, 163) 1%,rgb(165, 150, 125) 100%);
    background: -webkit-linear-gradient(top, rgb(215, 196, 163) 1%,rgb(165, 150, 125) 100%);
    background: linear-gradient(to bottom, rgb(215, 196, 163) 1%,rgb(165, 150, 125) 100%);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: .3s all;
}

.gold-menu .activ {
    
    color: #ffffff !important;
    background: rgb(31, 31, 31);
    background: -moz-linear-gradient(top, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    background: -webkit-linear-gradient(top, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    background: linear-gradient(to bottom, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.gold-menu {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        margin: 10px 5px;
        transition: .3s;
}

.gold-menu-name:hover { transform: scale3d(.95, .95, .95); -webkit-transform: scale3d(.95, .95, .95);color: #ffffff !important;
    background: rgb(31, 31, 31);
    background: -moz-linear-gradient(top, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    background: -webkit-linear-gradient(top, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    background: linear-gradient(to bottom, rgb(82, 82, 82) 1%,rgb(31, 31, 31) 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);}


.content {
    width: 50%;
    
}

.card-block {
    width: 100%;
}


.card-block-in {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}


.woods {
    background: grey;
    width: 60%;
    min-width: 400px;
    height: 500px;
    margin: 0 auto;
    border-radius: 10px;
}

.e_kep {
    width: 85%;
    margin: -15px auto 0 auto;
}

.gold-title {
    color: #000;
    background: #d7c4a3;
    text-shadow: 0px 1px 1px #fff;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    font-size: 120%;
}

ul {
    margin: 15px auto;
    padding: 0px;
    text-align: left;
    list-style: none;
    display: table;
}

.ali {
    border-radius: 120px;
    padding: 5px 10px;
    letter-spacing: -0.01em;
    border: 1px solid #d7c4a3;
    text-align: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
}

li {
    margin: 5px auto;
    font-size: 100%;
    color: #ffffff;
}

.gold-k {
    font-size: 80%;
    margin-left: 0;
    margin-right: 3px;
    position: relative;
    top: 2px;
    color: #c1c1c1;
}

li span {
    color: #d7c4a3;
    margin-left: 0px;
    font-size: 105%;
}

hr {
    margin: 10px auto;
    width: 50%;
    display: table;
    border: 0;
    border-top: 1px solid #eec491;
}

.under_t {
   font-style: italic;
    font-weight: 400;
    text-align: center;
    width: 98%;
    margin: 0 auto 10px auto;
    text-transform: none;
    font-size: 90%;
}

.js_block {
    cursor: pointer;
    transition: .3s all;
}

.hr2 {
    border-top: 0px;
    height: 1px;
    background: #e2e2e2;
    background: -moz-linear-gradient(left,rgba(149, 149, 149, 0) 0%,#37513d 45%,rgba(27, 27, 27, 0) 100%);
    background: -webkit-linear-gradient(left,rgba(149, 149, 149, 0) 0%,#37513d 45%,rgba(27, 27, 27, 0) 100%);
    background: linear-gradient(to right, rgba(149, 149, 149, 0) 0%,#37513d 45%,rgba(27, 27, 27, 0) 100%);
    margin: 0px auto 0px auto;
    width: 80%;
}

#hr2-mob {display: none;}
.cimm {
    font-size: 200%;
    padding: 10px 15px;
    font-weight: bold;
    
    position: relative;
    text-transform: uppercase;
    
    border-radius: 20px;
        border: 2px solid #d7c4a3;
    text-align: center;
    color: #d7c4a3;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
       background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: .3s all;
    display: table;
    margin: 15px auto;
    line-height: 22px;
}

.nyitva {
        text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 140%;
    display: table;
    margin: 0 auto 0px auto;
}

#footer-menu {
         position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(bottom, rgb(53, 53, 53) 80%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgb(53, 53, 53) 80%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to top, rgb(53, 53, 53) 80%,rgb(0, 0, 0) 100%);
    border-top: 2px solid #d7c4a3;
        z-index: 9000 !important;
}

.magya {
    position: relative;

        font-size: 140%;
    text-transform: none;
    font-weight: bold;
    width: 65%;
    margin: 0 auto 19px auto;
    line-height: 23px;
    display: table;
    padding: 5px 10px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    border: 2px solid #d7c4a3;
    text-align: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    color: #fff;
}

.irr {
    height: 100%;
    padding: 5px 0px 5px 7px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 1px;
    letter-spacing: 0px;
}
.irjonn {
    font-size: 120%;
    padding: 0px 10px 0 10px;
    font-weight: bold;
    letter-spacing: .05em;
    position: relative;
    text-transform: uppercase;
    border-left: 2px solid #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
       background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    cursor: pointer;
    transition: .3s all;
    position: fixed;
    right: 0;
    z-index: 10;
    height: 35px;
    display: flex;
    align-items: center;
}

.mentveINGvillan3 {

    margin: 0px auto;

    text-align: center;

    font-size: 160%;

    position: relative;

   right: -200%;

    width: 100%;

    -webkit-animation: slide5 55s linear infinite ;

    animation: slide5 55s linear infinite;

    animation-timing-function: ease-out;

    -webkit-animation-timing-function: ease-out;

    -webkit-animation-delay: 0s;

    animation-delay: 0s;

    height: 100%;

}



.mentveINGvillan3 h5 {

       margin: 6px 0 0 0;
    font-size: 86%;
    font-weight: 600;
    white-space: nowrap;
    height: 90%;
  color: #000;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

}

@-webkit-keyframes slide5 {

    0% {right: -100%;}

    100% { right: 210%; }

}



@keyframes slide5 {

    0% {right: -100%;}

    100% { right: 210%; }

}

.top1 { 
        width: 100%;
    display: flex;
    align-items: center;
   
    height: 35px;
    margin: 0 auto;
    position: fixed;
     top: 0px;
    padding: 0;
    overflow: hidden;
    z-index: 9000 !important;
    background: #d7c4a3;
    background: -moz-linear-gradient(top, #d7c4a3 80%,rgb(169, 152, 129) 100%);
    background: -webkit-linear-gradient(top, #d7c4a3 80%,rgb(169, 152, 129) 100%);
    background: linear-gradient(to bottom, #d7c4a3 80%,rgb(169, 152, 129) 100%);
    }


.le_box {
    font-size: 200%;
    padding: 10px 15px;
    font-weight: bold;
    color: #eec491;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: .3s all;
    display: table;
    margin: 15px auto;
    line-height: 21px;
    width: 85%;
    border: 2px solid #d7c4a3;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
}


.logo-table {
    list-style: none;
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
        margin: 0 auto;

}



.logos {
    width: 70px;
    margin: -10px 7px;
}
/*************/

/**footer**/

footer {
    position: relative;
    z-index: 1000;
    text-align: center;
}


.footer-block-in {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-block-in p { color: #a2a2a2; 
    text-align: center; margin-bottom: 0;}

.terms { transition: .4s; cursor: pointer;}
.terms:hover {
        color: #fbae47 !important;
    opacity: 1 !important;
}

.in-menu-terms {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 22px;
    align-items: center;
    margin-bottom: 0;
}
.click-menu-terms,.click-menu-terms-Activ {
    cursor: pointer;
    margin-right: 4%;
    transition: .4s;
    font-size: 110%;
    color: #968d84;
}
.click-menu-terms-Activ {
 font-weight:bold;
 color:#fffffe;

}

/***Cookies****/

div.cookie_footer  {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.85);
    color: #ababab;
    text-align: center;
    font-size: 110%;
    padding: 15px;
    border-bottom: 1px solid #3a3a3a;
    z-index: 9999;
    transition: .3s;
}
div.cookie_footer p {text-align: center;}
div.cookie_footer a {padding:3px 10px;text-shadow: 0px 1px 2px black; transition: .3s; color: #fbae47; outline: 0; cursor: pointer;}
div.cookie_footer a:hover {color: #fff;}
div.cookie_footer input[type="button"] {margin: 10px auto;}






/*Mobil Nézetek*/

@media only screen and (max-width: 1450px) {
    
}


@media only screen and (max-width: 1290px) {
 
}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 969px) {
   
}

@media only screen and (max-width: 450px) {   

       .mentveINGvillan3 {
       

    margin: 0px auto;

    text-align: center;

    font-size: 140%;

    position: relative;

   right: -200%;

    width: 100%;

    -webkit-animation: slide5 70s linear infinite ;

    animation: slide5 70s linear infinite;

    animation-timing-function: ease-out;

    -webkit-animation-timing-function: ease-out;

    -webkit-animation-delay: 0s;

    animation-delay: 0s;

    height: 30px;
    position: fixed;
    top: 45px;

}



.mentveINGvillan3 h5 {

        margin: 6px 0 0 0;

    font-size: 86%;

    font-weight: 500;

    white-space: nowrap;

    height: 90%;

}

@-webkit-keyframes slide5 {

    0% {right: -100%;}

    100% { right: 1050%; }

}



@keyframes slide5 {

    0% {right: -100%;}

    100% { right: 1050%; }

}

body {
    width: 100%;
     background: url(../images/gold_bg.jpg) no-repeat;
     background-position: left;
    background-size: cover;
    background-attachment: fixed;
}
.main-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 100px auto 0px auto;
    width: 100%;
}
.left {
    width: 100%;
    /*overflow: hidden !important;*/
    min-height: 0 !important;
    max-height: 100vh !important;
    position: relative !important;
    top: 0px;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.cimm {
font-size: 175%;
    line-height: 18px;
}

.nyitva {
font-size: 125%;
}

.content {
    width: 100%;
}

.menu-box {
    width: 100%;
    text-align: center;
    margin: 1vh auto 1vh auto;
}
.iii {margin-top: 0px !important;}
#footer-menu {
        position: relative;
    width: 100%; }
    .i{width:20px !important;height:20px !important; margin: 0 0 !important;}
    #al {margin:148px 0 0 -53px  !important;}
     #ar {margin:148px 0 0 57px  !important;}

     #hr2-mob {}

     .magya {
    width: 90%;
    font-size: 120%;
    line-height: 20px;
}

.cimek {display: none;}
.cimek_mob {display: block; }
#slides_1 {transform: scale(1.5);
    -webkit-transform: scale(1.5);
    top: 27vh !important;}
#jssor_1 {height: 450px !important;
    top: -30px !important;
    margin-bottom: -40px !important;}

.menu-box {  display: none;  margin: -25px auto 0 auto;}
.irjonn {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0;
    border: none;
    position: fixed;
    top: 0px;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    text-align: center;
    cursor: pointer;
    transition: .3s all;
    right: 0px;
    z-index: 10;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.irr {
        height: 100%;
    padding: 5px 0px 5px 7px;
    margin-left: 1px;
    letter-spacing: 0px;
    font-size: 90%;
   color: #203624;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.45);
    border-left: 1px solid rgba(99, 99, 99, 0.5);
    font-weight: 800;
}

.tell {    border-right: 1px solid rgba(99, 99, 99, 0.5) !important;}

.top1 {
    flex-direction: column; height: 75px;    border-bottom: 2px solid #000;

}

}

@media only screen and (max-width: 375px) { 

#jssor_1 {height: 395px !important;
    top: -30px !important;
    margin-bottom: -50px !important;} 
    #slides_1 {transform: scale(1.5);
    -webkit-transform: scale(1.5);
    top: 30vh !important;}
}


@media only screen and (max-width: 325px) { 

#jssor_1 {height: 345px !important;
    top: -30px !important;
    margin-bottom: -60px !important;} 

    #slides_1 {transform: scale(1.5);
    -webkit-transform: scale(1.5);
    top: 35vh !important;}

    .irr {
    height: 100%;
    padding: 5px 0px 5px 0px;
    border-left: none;}
}