main {
    padding: 0px;
    display: block;
}

.site-header {
	margin: 1rem 0 1rem 0;
	background-color: #3D6D8F !important;
	border-radius: 1rem;
	transition: opacity 0.5s, box-shadow 0.5s, background-color 2s, border-radius 0.25s, transform 0.25s !important;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.site-header-outer.sticky-top.sticked .site-header {
	background-color: #3D6D8F !important;
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transform: translateY(-16px);
}

body.sticked main.site-content {
	margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	
}

.site-header-outer.sticky-top .site-header .navbar {
	transition: margin 0.25s, padding 0.25s;
}

/*.site-header-outer.sticky-top.sticked .site-header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}*/

@media (max-width: 767px) {
	.site-header.media,
	.site-header .media-body {
		display: block !important;
	}
	.site-header img.img-fluid {
		margin-left: 1rem;
		margin-top: -5px;
		margin-bottom: 10px;
		transform: translateY(16px);
	}
	.navbar-toggler {
		margin-top: -55px;
	}
	.sticky-top {
		position: static !important;
	}
}

#headerMenu .nav-link:focus,
#headerMenu .nav-link:hover,
#headerMenu .nav-item a:focus,
#headerMenu .nav-item a:hover {
	text-decoration: none;
	background-color: #3D6D8F !important;
}

#headerMenu .nav-item a:not(.nav-link):not(.dropdown-item) {
	transform: translateY(-0.2rem);
	padding-top: 0.2rem;
	padding-bottom: 0.5rem;
}

#headerMenu .dropdown-item:focus,
#headerMenu .dropdown-item:hover {
	background-color: #3D6D8F !important;
}

#headerMenu .dropdown-menu,
#headerMenu2 .dropdown-menu {
	background-color: #3D6D8F;
}

.slider-container-wrapper {
	border-radius: 1rem;
}

.slider-pager {
	color: #ffffff;
}

.slider-content.slider-content-light {
	color: #ffffff;
}

.slider-content.slider-content-dark {
	color: #000000;
}

.blog-sidebar ul li a {
	text-transform: none;
}

.blog-post-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    font-size: 15px;
    margin: 0 0 20px;
        margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.blog-page-area .single-blog {
    margin-bottom: 5px;
}

.entry-summary p {
    font-weight: 300;
    line-height: 19px;
    margin: 0 0 1px;
}

.entry-summary {
    line-height: 19px;
    margin: 0 0 20px;
        margin-bottom: 20px;
    width: 100%;
}

.blog-page-area .blog-post-title {
    color: #3D6D8F;
    margin-top: 10px;
	margin-bottom: 10px;
}

.newsAreaTitle > form, .eventCalendarNavigationButtonsContainer {
    position: absolute;
    right: 15px;
    top: 35px;
}

.eventsModuleWrapper .eventCalendarNavigationButtonsContainer {
    top: 0;
}

.entry-meta {
	border: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.fix .post-info {
	margin-top: 40px;
}

.articleHr {
	margin-top: 0;
	margin-bottom: 2px;
}

#slider .slider-hidden-footer {
	display: none;
}

.site-footer {
    font-size: 14px;
    font-weight: 500;
	background-color: #3D6D8F;
    color: #FFFFFF;
    padding: 1rem 2rem;
	border-radius: 1rem;
	margin: 1rem auto 1rem auto;
}

.site-footer li::after {
    content: "|";
    display: inline-block;
    color: #FFFEFC;
    text-decoration: none;
	padding: 0 10px;
}

.list-inline{
	margin: 0;
	margin-top: 5px;
}
.list-inline li {
	display: inline-block;
}

.doboz-keret {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.doboz {
	background-color: #509cd5;
	border-radius: 40px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	transition: transform 0.25s;
}

.doboz:hover,
.doboz:active {
	text-decoration: none;
}

@media (min-width: 768px) {
	.doboz:hover,
	.doboz:active {
		transform: scale(1.1);
	}
}

.doboz .doboz-tartalom {
	padding: 3rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3rem;
}

.doboz .doboz-szoveg {
	margin-top: -1rem;
	margin-bottom: 2rem;
}

.doboz .doboz-kep {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2rem;
	padding: 1rem;
}

@media (max-width: 767px) {
	.doboz-keret {
		margin-left: auto;
		margin-right: auto;
		margin-top: -15px;
		margin-bottom: -15px;
		width: 300px;
		padding-top: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.doboz .doboz-tartalom {
		padding: 2rem 1.5rem;
		font-size: 1rem;
	}
}

.doboz.doboz-zold {
	background-color: #3D6D8F;
	color: #FFFFFF;
}

.doboz.doboz-pasztel-zold {
	background-color: #60b882;
	color: #FFFFFF;
}

.doboz.doboz-szurke {
	background-color: #c8c9cb;
	color: #FFFFFF;
}

.doboz.doboz-sotet-szurke {
	background-color: #878789;
	color: #FFFFFF;
}

.doboz.doboz-kek {
	background-color: #509cd5;
	color: #FFFFFF;
}

.doboz.doboz-pasztel-kek {
	background-color: #9bc7e3;
	color: #FFFFFF;
}

.doboz:hover.doboz-zold,
.doboz:active.doboz-zold,
.doboz:hover.doboz-pasztel-zold,
.doboz:active.doboz-pasztel-zold,
.doboz:hover.doboz-szurke,
.doboz:active.doboz-szurke,
.doboz:hover.doboz-sotet-szurke,
.doboz:active.doboz-sotet-szurke,
.doboz:hover.doboz-kek,
.doboz:active.doboz-kek,
.doboz:hover.doboz-pasztel-kek,
.doboz:active.doboz-pasztel-kek {
	color: #FFFFFF;
}

.toltes-inditasa-doboz a {
	background-color: #3D6D8F;
	color: #ffffff;
	text-align: center;
	border-radius: 1rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	transition: transform 0.25s;

	display: block;
	width: 100%;
	height: 100%;
	padding: 0.8rem 0;
}

.toltes-inditasa-doboz a:hover,
.toltes-inditasa-doboz a:active {
	color: #ffffff;
	text-decoration: none;
}

@media (min-width: 768px) {
	.toltes-inditasa-doboz a:hover,
	.toltes-inditasa-doboz a:active {
		transform: scale(1.1);
	}
}


.feljebb-1 {
	margin-top: -1rem;
}

.feljebb-2 {
	margin-top: -2rem;
}

.feljebb-3 {
	margin-top: -3rem;
}

.g-recaptcha > div {
	margin-left: auto;
	margin-right: 0;
}

.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-green {
	color: #3D6D8F;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	display: block;
	text-align: center;
	margin-bottom: -1rem;
}

.text-green {
	color: #3D6D8F;
	font-weight: 500;
}

.keret-kek {
	padding: 1rem;
	color: #ffffff;
	background-color: #3D6D8F;
	display: block;
	border-radius: 10px;
	margin: 10px 0;
	text-align: center;
}

.keret-zold {
	padding: 1rem;
	color: #ffffff;
	background-color: #3D6D8F;
	display: block;
	border-radius: 10px;
	margin: 10px 0;
	text-align: center;
}

.single-product .item-top > a::before {
	background: rgba(38, 71, 200, 0.6);
}