/*
Theme Name: Napi Filozófia
Theme URI: https://napifilozofia.hu
Author: BonsaiDigital
Author URI: https://bonsaidigital.hu
Description: Bootstrap5 Bonsai Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile ready, bootstrap5, option tree
Text Domain: filo
*/

@media (min-width:1180px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1400px}}@media (min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1500px}}@media (min-width:1640px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1600px}}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{color:inherit;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl theme
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:left;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:-70px;position:relative;}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:0;padding:0;background:white;display:inline-block;cursor:pointer;border-radius:0;width:70px;height:70px;border: 1px solid #F0F0F0;}.owl-theme .owl-nav [class*=owl-]:hover{background:white;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

body {
    margin: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 0px;
}
button, input, textarea, select { outline:none!important;}
.container, .container-sm {
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
p {
	margin-top: 0;
}

/* Menu Basic Style */

a.mainlogo-link {
    display: inline-block;
}
div#mobiltoggle {
    display: inline-block;
}
nav.navbar {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
	flex-direction: row;
    transition: .2s;
    border-bottom: 0;
	height: 60px;
	display: flex;
	align-items: center;
	position: fixed;
	padding:0;
}
.menuside ul.nav {
    padding: 0;
    list-style: none;
    margin: 0;
	/*opacity: 0;*/
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    flex-direction: row;
}
.menuside {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.left_menuside.menuside {
    justify-content: flex-start;
}
.menuside ul.nav li {
    padding: 12px 10px;
}
.menuside ul.nav li a:hover:after {
    width: calc( 100% - 10px );
    opacity: 1;
    left: 0;
}
.nav li.menu-item a {
    text-decoration: none;
}
.mobile_view .logoside {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.mobile_view .menuside {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
}
.mobile_view .menuside ul.nav {
	display: block;
}

nav:not(.scrolled).mobile_view div#mobiltoggle:before,
nav:not(.scrolled).mobile_view div#mobiltoggle:after,
nav:not(.scrolled).mobile_view div#mobiltoggle span {
	background: white;
}
.mobile_view div#mobiltoggle:after {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1.5px);
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle span {
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle:before {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.active_toggle span {
	opacity: 0;
}
.mobile_view div#mobiltoggle {
    /*border-bottom: 4px solid #000;*/
    height: 20px;
    width: 30px;
    position: relative;
    overflow: hidden;
	cursor: pointer;
	transition: .4s;
}
.mobile_view div#mobiltoggle.active_toggle:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle {
    border: 0px solid #000;
}
nav.navbar.mobile_view .menuside ul li {
    width: 100%;
    text-align: center;
	padding: 18px 10px;
}
.mobile_view .menuside {
	background: #00003c;
	border: none;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;	
	transition: 0.2s linear;
	height: 0;
	overflow: hidden;
}

.mobile_view .menuside #main-menu-box {
    padding: 30px 0;
    max-height: calc(100vh - 75px);
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;	
}

body nav.navbar .clicked_menu.menuside {
    visibility: visible;
}

nav#centered_nav .logoside a img {
	transition: .4s;
}
nav#centered_nav.scrolled .logoside img {
    max-width: 95px;
}
div#main-menu-box {
    width: 100%;
    text-align: center;
}
nav#centered_nav .logoside {
    transition: .4s;
    display: flex;
	text-align: center;
    padding: 0;
}
.menuside ul li.dropdown {
    position: relative;
}
.menuside ul li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    bottom: 0;
    top: 40px;
    opacity: 1;
    visibility: visible;
}
.menuside ul.dropdown-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    transition: .4s;
    top: 150px;
    visibility: hidden;
    opacity: 0;
	display: inline-table;
	left: 0px;
	width: 180px;
    border-top: 1px solid #eee;
    min-width: 180px;
    max-width: 180px;
}
ul#menu-main-left ul.dropdown-menu li:first-child {
    padding-left: 15px;
}
.menuside ul.dropdown-menu li a:after {
	display: none;
}
.menuside ul.dropdown-menu li a {
    margin-left: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 19px;
    font-weight: 300;
    padding: 10px 15px;
}
.menuside ul.dropdown-menu li {
    text-align: left;
    padding: 0;
}
.menuside ul.dropdown-menu li:hover {
    background-color: #C96C07;
}
body a {
    transition: .5s;
}

@media(min-width: 1100px) {
	.menuside ul.nav.navbar-nav li.toplevelmenu:last-child {
		padding-right: 0;
	}
}
nav.navbar .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu.active a {
    color: #000000;
}

/* Topbar */

div#page_topbar p {
    margin: 0;
}
.content_align_right {
    text-align: right;
}
div#page_topbar .container {
    padding: 12px;
}
ul#menu-topbar {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
}
#page_topbar p, #page_topbar a {
    display: flex;
}
ul#menu-topbar li {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
ul#menu-topbar .topbar_button a {
    background: #e7a900;
    font-size: 14px;
    padding: 11px 30px 10px;
    border-radius: 30px;
    transition: .3s linear;
    border: 1px solid #e7a900;
    line-height: 1;
    font-weight: 400;
}
ul#menu-topbar .topbar_button:first-child a {
    background: #00a8e6;
    border: 1px solid #00a8e6;
}
ul#menu-topbar .topbar_button a:hover {
    background: #fff;
    color: #e7a900;
}

ul#menu-topbar .topbar_button:first-child a:hover {
    background: #fff;
    color: #00a8e6;
}


/* 404 page */

body.error404 {
    min-height: 100vh;
    background: #eee;
}
body.error404 .container.main-container {
    background: transparent;
    max-width: 100%;
    padding: 0 15px;
}
body.error404 .errorcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#post-404 .imageblock {
    padding-top: 0px;
	text-align: center;
}
#post-404 h1 {
    font-family: Arial;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 15px;
    color: #4d4d4d;
}
img#notfound_page_img {
    position: relative;
    transition: .5s;
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
body.error404 .errorcontent p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}
form.search-form label {
    display: none;
}
/*form.search-form input.search-field {
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    min-width: 70%;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    outline: none;
    color: #000;
}
form.search-form {
    margin-bottom: 15px;
}*/
button.search-submit img {
    padding: 5px;
	display: none;
}/*
button.search-submit {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    vertical-align: bottom;
    background: #4d4d4d;
    height: 50px;
    align-items: center;
    width: 50px;
    text-align: center;
    padding-top: 4px;
    border-radius: 5px;
    cursor: pointer;
}*/
.container.fullonbelul {
    margin: 0 auto;
}
a.back_to_home_404:hover {
    background: transparent;
    color: #4d4d4d;
    font-weight: bold;
}
a.back_to_home_404 {
    display: inline-block;
    background: #4d4d4d;
    width: 160px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    transition: .4s;
    border: 2px solid #4d4d4d;
    text-align: center;
    margin-top: 30px;
}

/* Preloader */

.loader {
    border: 4px solid #c5c5c5;
    border-top: 8px solid #0078c9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
 
/* Basic Form */
form.wpcf7-form p label span .wpcf7-form-control {
    width: 100%;
    outline: none;
    background: #fff;
    color: #000;
}
form.wpcf7-form p label span, form.wpcf7-form p label {
    display: block;
    width: 100%;
}

form.wpcf7-form p br {
    display: none;
}
form.wpcf7-form p {
    margin: 0 0 15px;
	position: relative;
}
form.wpcf7-form p.mehetgomb {
    display: block;
    cursor: pointer;
    font-size: 28px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #ffff;
    padding: 8px 65px;
    transition: .7s;
    transform: rotate(-1deg);
    position: relative;
    background: transparent;
    margin: 0 auto;
    width: 260px;
	text-transform: uppercase;
}
form.wpcf7-form p.mehetgomb:hover {
	background: #000;
    color: #D9BC99;
    transform: rotate(0deg) scale(1.1);
    border-color: #d9bc9a;
}
form.wpcf7-form p.mehetgomb:hover input.wpcf7-form-control.wpcf7-submit {
	color: #D9BC99;
	background: #000;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    text-decoration: none !important;
    border: none;
    display: block;
    cursor: pointer;
    transition: .7s;
    background: transparent;
    margin: 0 auto;
	text-transform: uppercase;
}
div#ajanlatkeres {
    padding: 60px 0 100px;
}
span.wpcf7-list-item label span a {
	text-decoration: underline !important;
	font-weight: bold !important;
}

span.wpcf7-spinner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

form.wpcf7-form p label span span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #EDC7A2;
    background: #EDC7A2;
    color: #fff;
    font-weight: 500;
    margin: 20px 0 0;
    line-height: 1.5;
}
.form-floating .focused label {
    font-size: 18px;
    line-height: 28px;
    height: auto;
	top:0;
}
.form-floating span.wpcf7-form-control-wrap {
    height: 90px;
    border-bottom: 2px solid #eb1469;
    display: flex;
    align-items: end;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border: 0;
    background: transparent;
    height: auto;
    line-height: 60px;
    font-size: 32px;
    color: #fff;
    padding: 0 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 250px;
}
.form-floating label {
    position: absolute;
    top: 30px;
    color: #000;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0px 10px;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
	transition: .3s;
}
.wpcf7-form-control-wrap input:focus {
    background: #1E1E1E;
    box-shadow: none;
    color: #fff;
}


/* Footer */
.footer-widget img {
    max-width: 400px;
    height: auto;
    width: 100%;
}
.copyright_info p {
    margin: 0;
}
footer p, footer a, footer td {
    color: #fff;
	font-size: 10px;
    letter-spacing: unset;
    line-height: 1.3;
    /*text-decoration: none;*/
}

footer p {
	margin-bottom: 15px;
}


/* Single Post */
a.post_main_image img {
    max-width: 100%;
    height: auto;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

p#breadcrumbs {
    margin: 0;
    display: inline-block;
    border-top: 1px solid #fff;
}
p#breadcrumbs span a {
    font-weight: bold;
}
p#breadcrumbs span a, p#breadcrumbs span span {
    text-decoration: none;
}
p#breadcrumbs span, p#breadcrumbs span a {
    color: #373c3c;
}
.theme_breadcrumbs>.container {
    padding: 0;
}
.logoside .mainlogo-link {
    transition: .4s;
	line-height: 1;
    position: relative;
	padding: 0px;
}
.theme_breadcrumbs {
    text-align: center;
}
.top_footer h3 {
    color: #fff;
}
footer#theme_footer {
	clear: both;
    padding: 0;
    margin-top: 0;
	position: relative;
	z-index: 7;
}
footer#theme_footer .top_footer {
	padding: 70px 0;
}
.third_footer_col {
    text-align: right;
	padding-left: 60px;
}
.copyright_info p a:hover {
    color: #ccc;
}
.copyright_info p a {
    font-weight: bold;
    transition: .4s;
}
.copyright_info p, .copyright_info p a {
    text-align: center;
    font-size: 16px;
    padding: 0;
    text-decoration: none;
}
.copyright_info {
    border-top: 1px solid #21212d;
	text-align: center;
}
.copyright_info .widget {
    padding: 20px 0;
	width: 100%;
}
.copyright_info .container {
    display: flex;
    justify-content: space-between;
}
li.col-md-4.col-12.centerfooter {
    text-align: center;
}
.copyright_info ul.row {
    align-items: center;
}
.copyright_info ul li,
.copyright_info ul li a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
	list-style: none;
}
li.kotelezolinkek.col-md-4.col-12 {
    text-align: right;
}

ul.left_footer_list li, ul.right_footer_list li {
    color: #fff;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.32px;
    line-height: 22px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 24px;
    opacity: 1;
}
.first_footer_col .footer-widget ul {
    padding: 0;
    width: 50%;
	margin-top: 50px;
}
.first_footer_col .footer-widget {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.mobilmenu_on div#hiddenmenu {
    opacity: 1;
    height: 100vh;
    z-index: 9;
}
.mobilmenu_on .overlayofmenu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}
#hiddenmenu .container {
    max-width: 100%;
    padding-right: 0;
}
div#closemenu {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 2;
	cursor: pointer;
}
div#closemenu:after {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: 10px 0;
}
div#closemenu:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 5px 30px;
}
.mobilmenu_on nav.navbar {
    z-index: -2;
}

.top_footer .container img {
    width: 100%;
    height: auto;
}
body .owl-theme .owl-nav [class*=owl-] span {
    color: #fff;
    font-size: 120px;
    font-weight: 100;
    line-height: 70px;
}
body .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border: 0;
    line-height: 70px;
}
body .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    border: 0;
    line-height: 70px;
}
.whitetext * {
	color: #fff;
}
.navbar-content.row {
    width: 100%;
}

/* Napi Filozófia */
div#filo_head {
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: 0;
}
.main_quote {
    margin: 0;
    text-align: center;
    color: #fff;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    text-align: center;
    position: relative;
    bottom: -20px;
}
.owl-carousel.owl-theme.filo-owl {
    max-width: 1000px;
    margin: 0 auto;
}
.logoside {
    align-items: center;
    display: flex;
}
nav.navbar.napi-filizofia-nav.sticky.scrolled {
    background: #fa8d59 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}
.vc_row.vc_row-flex>.vc_column_container.fullscreen_padding_right {
    padding-left: 50px;
}
.vc_row.vc_row-flex>.vc_column_container.fullscreen_padding_left {
    padding-right: 50px;
}
div#napi-filozofia {
    padding: 80px 0;
}
a.vc_general.vc_btn3-style-custom_theme_btn_1:hover {
    background: #000000;
}
a.vc_general.vc_btn3-style-custom_theme_btn_1 {
    background: #fa6048;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    transition: .6s;
}
.a_napi_idezeted .kimondta {
    text-align: center;
    font-size: 34px;
    margin-top: 20px;
    font-family: "engagement";
    font-weight: bold;
    color: #fff;
}
.a_napi_idezeted {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 15px 10px;
    font-size: 40px;
	line-height: 1.1;
    font-family: "engagement";
    text-align: center;
    background: #fe704a;
    color: #fff;
    border-radius: 5px;
}
p.kovetkezo {
    text-align: center;
}
nav.navbar.napi-filozofia-nav.sticky.scrolled {
    background: #fe704a !important;
}

