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

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

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



.cs-bold {
    font-family: "cs-bold", sans-serif;
}

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

.cs-xl {
    font-family: "cs-xl", sans-serif;
}

a.btn-tortenet {
	line-height: 39px;
	padding: 0 20px;
	border: 1px solid #f0dfc3;
	color: #f0dfc3;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

a.btn-tortenet:hover {
	color: #000;
	background: #f0dfc3;
	text-decoration: none;
}

body {
    background: #fff;
    padding-top: 120px;
}

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: #1f1f1f;
    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: #1f1f1f;
    background: #fff;
    border: 1px solid #1f1f1f;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* 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: #201c1d;
}
#header .menu-container {
    width: 1200px;
}

#header.header-transparent.header-scrolled {
    background: #201c1d;
}


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

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

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

div.social-icons {
    float: right;
    border-left: 1px solid #fff;
    margin: 25px 0 25px 40px;
    padding: 0 0 0 10px;
    height: 70px;
}

div.social-icons a.face {
    margin: 5px 0 3px 22px;
}

div.social-icons a.insta {
    margin: 0 0 0 15px;
}

h2.section-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    padding: 0 40px;
    background-color: #201c1d;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-family: "cs-bold", sans-serif;
}

span.section-line {
    height: 2px;
    width: 100%;
    background-color: #f0dfc3;
    position: relative;
    z-index: 0;
    display: block;
    margin-top: -24px;
    margin-bottom: 60px;
}

p.section-text {
    font-size: 20px;
    line-height: 22px;
    color: #f0dfc3;
    font-family: "cs-xl", sans-serif;
}

#bemutatkozas, #termekek {
    background-color: #201c1d;
    padding: 70px 0 0px 0;
}img.bemutkep {    margin: 20px auto 0 auto;}
img.szlogen {
    margin: 20px auto 0 auto;
}
.section-3 {
    font-size: 24px;
    color: #f0dfc3;
    line-height: 26px;
    text-transform: uppercase;
    font-family: "cs-xl", sans-serif;
}
.section-4 {
    font-size: 32px;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    font-family: "cs-reg", sans-serif;
}
.termekek-row {
    margin-top: 30px;
}
.termekek-row-2 {
    margin-top: 80px;
}

#tortenet {
    background-color: #201c1d;
    padding: 70px 0;
}
.tortenet-row {
    margin-top: 40px;
}

#hol-kaphato {
    background-color: #201c1d;
    padding: 0 0 70px 0;
}



@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 > li {
    position: relative;
    white-space: nowrap;
    padding: 48px 0 45px 15px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
    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: 672px;
    background: #000;
    overflow: hidden;
    position: relative;
}

@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 {
    height: 672px;
    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel-item p {
    font-size: 34px;
    color: #fff;    
    width: 100%;
    line-height: 36px;
    text-align: left;
    text-shadow: 4px 6px 21px rgba(0,0,0,1);
    margin-bottom: 30px;
}
#intro .carousel-item::before {
    content: '';
    /*  background-color: rgba(0, 0, 0, 0.7);*/
}
#intro .clr-grey {
    background-color: rgba(54,53,59, .9);
    height: 894px;
}
#intro .carousel-container {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0px;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
}

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

#intro h2 {
    color: #fff;
    font-size: 66px;
    line-height: 68px;
    padding-top: 210px;
    text-transform: uppercase;
    text-shadow: 4px 6px 21px rgba(0,0,0,1);
    text-align: left;
}

#intro .carousel-item a {
    transition: all .3s ease-in-out;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 12px 90px 8px 18px;
    display: inline-block;
    width: 48%;
    text-align: left;
    background: url('../img/kosargomb.png') no-repeat #352822 96% center;
}

#intro .carousel-item a.vasarlas-btn {
    margin-right: 5px;
}

#intro .carousel-item a.vasarlas-btn:hover {
    background-color: #685952;
}
#intro .carousel-item a.video-btn {
    background: url('../img/intro-play.png') no-repeat #685952 96% center;
}

#intro .carousel-item a.video-btn:hover {
    background-color: #352822;
}

#intro .carousel-item a:hover {
    text-decoration: none;
}


#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%;
    }
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

#kapcsolat {
    background-color: #201c1d;
    padding: 20px 0 70px 0;
}

.kapcsolat-row {
    margin-top: 40px;
}

.kapcsolat-form .kapcs-inp {
    height: 47px;
    border: none;
    background: #f0dfc3;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #000;
}
.kapcsolat-form textarea {
    border: none;
    color: #000;
    background: #f0dfc3;
    padding: 10px;
    margin: 0;
    width: 100%;
    font-size: 20px;
    height: 90px;
}
.kapcsolat-form label {
    color: #f0dfc3;
    font-size: 18px;
    margin-top: 15px;

}
.kapcsolat-form label input {
    margin-right: 10px;
}
.kapcsolat-form label a {
    text-decoration: underline;
    color: #f0dfc3;
}



.kapcsolat-form .kuldes-btn {
    font-size: 30px;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    line-height: 43px;
    padding: 3px 15px 0 15px;
    display: block;
    margin: 15px 0;
    transition: all .3s ease-in-out;
}

p.kapcs-info {
    font-size: 22px;
    color: #f0dfc3;
    line-height: 24px;
}
p.kapcs-info {
    font-size: 22px;
    color: #f0dfc3;
    line-height: 26px;
}
p.kapcs-email {
    background: url('../img/kapcs-email.png') no-repeat left center;
    padding: 5px 0 5px 110px;
}
p.kapcs-tel {
    background: url('../img/kapcs-tel.png') no-repeat left center;
    padding: 5px 0 5px 110px;
}
p.kapcs-szekhely {
    background: url('../img/kapcs-szekhely.png') no-repeat left center;
    padding: 5px 0 5px 110px;
}
p.kapcs-logisz {
    background: url('../img/kapcs-logisz.png') no-repeat left center;
    padding: 6px 0 6px 110px;
}


footer {
    background: #131011;
    padding-top: 40px;
    
}
footer .copyright {
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 52px;
    text-align: center;
}
footer .copyright a {
    color: #fff;
}
footer .links {
    margin-bottom: 20px;
}
footer .links a {
    font-size: 19px;
    display: inline-block;
    padding: 0 12px;    
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

footer p {
    margin: 0 0 40px 0;
}


#kapcsolat .errors {
    color: red;
}

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



/********************************************* SITE *********************************************************/


@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }
    #header {
        height: 51px;
    }
    #header .logo {
        top: 3px;
        left: 3px;
    }
    #header .logo img {
        height: 43px;
    }
    .nav-button #nav-icon3 span {
        background: #fff;
    }
    #intro {
        height: 300px;
    }
    #intro .carousel-item {
        height: 300px;
        background-size: cover;
    }
    #bemutatkozas, #termekek {
        padding: 20px 0;
    }
    h2.section-title {
        padding: 0;
        font-size: 36px;
    }
    img.bemutkep {
        width: 100%;
    }	    img.szlogen {        width: 100%;    }
    .termekek-row {
        margin-top: 0;
    }
    .termekek-row-2 {
        margin-top: 20px;
    }
    .tortenet-row {
        margin-top: 0px;
    }
    #tortenet {
        padding-bottom: 20px;
    }
    #tortenet img {
        margin-bottom: 20px;
    }
    .termekek-row h3.section-3 {
        margin-top: 20px;
    }
    #kapcsolat {
        padding: 20px 0;
    }
    .kapcsolat-row {
        margin-top: 0;
    }
    div.social-icons {
        float: none;
        position: absolute;
        top: 240px;
        text-align: center;
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    body div.social-icons a {
        display: block;
        margin: 0 auto !important;
        padding: 10px 0;
    }
}