@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html {
	overflow-x: hidden !important;
/*	font-family: 'Alegreya Sans', sans-serif; */
	font-family: 'Open Sans', sans-serif;
}

.six-cols {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

footer {
	display: inline-block;
	width: 100%;
}

.footer_top-row {
	display: flex;
}
.footer_top-left {
	width: 50%; 
	text-align: left;
}

.footer_top-right {
	width: 50%; 
	text-align: right;
}

.kapcsolat-td {
	height: 45px;
}
.kapcsolat-table {
	width: auto;
}
.kapcsolat-table td {
	border: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}

.c-to-top {
	position: fixed;
	left: auto;
	top: auto;
	right: 1.5%;
	bottom: 7%;
	display: flex;
	width: 1.5em;
	height: 1.5em;
	-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;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
	-webkit-transition: -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
	transition: -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
	transition: transform 100ms cubic-bezier(.445, .05, .55, .95);
	transition: transform 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
	color: white;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	transform: rotate(90deg);
}

table {
	width: 100%;
}

table.projekt {
	width: 25vw;
}


td, th {
	padding: 5px;
	border: 1px solid #3d3d3d;
	text-align: center;
}

table.projekt td, th {
	border: none;
	text-align: left;
}

.szabad {
	background-color: transparent;
	cursor: pointer;
}
.szabad:hover {
	background-color: darkslategray;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 span {
	display: inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-transform: uppercase;
	font-size: 1.2em;
}

.slide-in-from-left {
	animation: slide-in-from-left 1s forwards;
	-webkit-animation: slide-in-from-left 1s forwards;
}

@keyframes slide-in-from-left {
	0% { transform: translateX(-300%); }
	100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in-from-left {
	0% { -webkit-transform: translateX(-300%); }
	100% { -webkit-transform: translateX(0%); }
}

.hidden {
	display: none;
}
.hidden-to-left {
	transform: translateX(-300%); -webkit-transform: translateX(-300%);
}

.slide-in-from-right {
	animation: slide-in-from-right 1s forwards;
	-webkit-animation: slide-in-from-right 1s forwards;
}

@keyframes slide-in-from-right {
	0% { transform: translateX(300%); }
	100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in-from-right {
	0% { -webkit-transform: translateX(300%); }
	100% { -webkit-transform: translateX(0%); }
}

.hidden-to-right {
	transform: translateX(300%); -webkit-transform: translateX(300%);
}

.scaled-down {
	transform: scale(0);
}

.scaled-in {
	animation: scaled-in 1s forwards;
	-webkit-animation: scaled-in 1s forwards;
}

.slider-text {
	top: 45vh;
	padding: 2em;
}

.class_h1 {
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-size: 4rem;
	line-height: 1.3;
	font-weight: 100;
}


@keyframes scaled-in {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@-webkit-keyframes scaled-in {
	0% { -webkit-transform: scale(0); }
	100% { -webkit-transform: scale(1); }
}

.slide-in-from-down {
	animation: slide-in-from-down 1s forwards;
	-webkit-animation: slide-in-from-down 1s forwards;
}
/*
@keyframes slide-in-from-down {
	0% { transform: translateY(800%);
		color: RGBA(255,255,255, 0);}
	100% { transform: translateY(0%);
		color: RGBA(255,255,255, 1);}
}

@-webkit-keyframes slide-in-from-down {
	0% { -webkit-transform: translateY(800%); 
		color: RGBA(255,255,255, 0);}
	100% { -webkit-transform: translateY(0%);
		color: RGBA(255,255,255,1);}
}
*/

@keyframes slide-in-from-down {
	0% { transform: translateY(800%);
		opacity: 0;}
	100% { transform: translateY(0%);
		opacity: 1;}
}

@-webkit-keyframes slide-in-from-down {
	0% { -webkit-transform: translateY(800%); 
		opacity: 0;}
	100% { -webkit-transform: translateY(0%);
		opacity: 1;}
}

.hidden-to-down {
	transform: translateY(800%); 
	-webkit-transform: translateY(800%);
}

.word-wrap {
	display: inline-block;
}

.unvisible {
	opacity: 0;
}

.lighten {
	animation: lighten 1s forwards;
	-webkit-animation: lighten 1s forwards;
}

@keyframes lighten {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes lighten {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.show_totop {
	animation: lighten 3s forwards;
	-webkit-animation: lighten 3s forwards;
}

.hide_totop {
	animation: lighten 3s backwards;
	-webkit-animation: lighten 3s backwards;
}

.w-slider-arrow-down {
	right: 0;
	top: 85vh;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1em;
	height: 1em;
	position: absolute;
	font-size: 2.5em;
	transform: rotate(270deg) !important;
}

.w-icon-slider-down::before {
	content: "\e601";
}

.bounce {
	animation: bounce 2s forwards infinite;
	-webkit-animation: bounce 2s forwards infinite;
}

@keyframes bounce {
	0% {	transform: scale(0.7);
			bottom: 1em;
			color: white;}
	10% {	transform: scale(1.2);
			bottom: 2em;
			color: #f2a257;}
	20% { 	transform: scale(0.7);
			bottom: 1em;
			color: white;}
	30% {	transform: scale(1.2);
			bottom: 2em;
			color: #f2a257;}
	40% {	transform: scale(0.7);
			bottom: 1em;
			color: white;}
	100% {	transform: scale(0.7);
			bottom: 1em;
			color: white;}
}

@-webkit-keyframes bounce {
	0% {	transform: scale(0.7);
			bottom: 1em;
			color: white;}
	10% {	transform: scale(1.2);
			bottom: 2em;
			color: #f2a257;}
	20% { 	transform: scale(0.7);
			bottom: 1em;
			color: white;}
	30% {	transform: scale(1.2);
			bottom: 2em;
			color: #f2a257;}
	40% {	transform: scale(0.7);
			bottom: 1em;
			color: white;}
	100% {	transform: scale(0.7);
			bottom: 1em;
			color: white;}
}


.nav__lang-drop-toggle {
	padding: unset;
	color: white;
	width: 200px;
}
.nav__lang {
	border-radius: 5px;
	border: 1px solid white;
	margin-bottom: 1em;
}
.w-dropdown {
	z-index: unset;
	display: block;
}
.w-dropdown-toggle {
	padding-right: 25px;
	width: 100%;
}
.w-icon-dropdown-toggle {
	margin-right: 10px;
}
.lang__drop_item {
	width: 100%;
}
.lang__flag-img {
	float: right;
	margin: 0.5em;
	width: 35px;
	border-color: transparent !important;
}
.lang-text {
	display: inline-block;
	margin: 0.5em;
	color: white;
}
.w-dropdown-list {
	color: white;
	background-color: #182025;
	border: solid 1px white;
	border-radius: 5px;
	z-index: 10;
}

.w-icon-nav-menu {
	font-size: 36px;
}

.hamburger {
	background: transparent !important;
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
}
.hamburger:hover {
	transform: scale(1.1);
}
.hamburger div {
	width: 30px;
	height: 2px;
	margin: 6px;
	background: orange;
	transition: transform 1s;
	border-radius: 1px;
}

.hamburger.opened {

}
.hamburger.opened div{
	background: red;
}

.hamburger.opened div.line1{
	transform: rotate(45deg);
	transform-origin: 20% 40%;
}

.hamburger.opened div.line2{
	transform: scale(0);
}

.hamburger.opened div.line3{
	transform: rotate(135deg);
	transform-origin: 50% -225%;
}

.hamburger.right-side {
	float: right;
}

.home {
	position: relative;
	display: inline-block;
	margin-top: 0.75em;
	margin-bottom: 1em;
}
.home .base {
	width: 22px;
	height: 15px;
	margin: 6px;
	background: transparent;
	transition: transform 1s;
	bottom: -12px;
	position: absolute;
	border-color: orange;
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-radius: 1px;
	position: relative;
	bottom: -10px;
}
.home .roof {
	width: 20px;
	height: 3px;
	background: orange;
	position: relative;
	top: 10px;
	border-radius: 1px;
}

.roof.left {
	transform: rotate(135deg);
	left: 1px;
}

.roof.right {
	transform: rotate(45deg);
	right: -13px;
	top: 7px;
}

.home:hover {
	transform: scale(1.1);
}

.back {
	display: inline-block;
	position: relative;
	left: 40px;
	height: 35px;
}

.back .line1 {
	width: 20px;
	height: 3px;
	background: orange;
	transform: rotate(135deg);
	border-radius: 1px;
}

.back .line2 {
	width: 20px;
	height: 3px;
	background: orange;
	transform: rotate(45deg);
	position: relative;
	top: 9px;
	border-radius: 1px;
}
.back:hover {
	transform: scale(1.1);
}

.w-icon-back {
	margin-top: 1em;
	margin-bottom: 1em;
}
.w-icon-back::before {
	content: "\e601";
	font-size: 2em;
	color: orange;
}
.w-icon-back:hover {
	transform: scale(1.1);
}

hr {
	width: 33%;
}
/* Snippet gets rid of top margin on first element in any rich text*/
.w-richtext>:first-child {
	margin-top: 0;
}

/* Snippet gets rid of bottom margin on last element in any rich text*/
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0;
}

/* Snippet prevents all click and hover interaction with an element */
.clickable-off {
	pointer-events: none;
}

/* Snippet enables all click and hover interaction with an element */
.clickable-on{
  pointer-events: auto;
}

/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/*Hide focus outline for main content element*/
main:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

/* Make sure containers never lose their center alignment*/
.container-medium, .container-small, .container-large {
	margin-right: auto !important;
	margin-left: auto !important;
}

/*Reset buttons, and links styles*/
a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}

/*Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*break rich text to 3 columns */
{
	column-count: 3;
}

.w-nav-brand img {
	max-height: 4em;
}

.c-mutasd {
	margin: 0.5em;
	border: 1px solid ghostwhite;
	background: transparent;
	border-radius: 5px;
}
.c-mutasd:hover {
	background: #3B3C3C;
	color: orange;
}

.nav_menu {
	margin: 0.5em;
}

.section-home-header {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-slider-mask {
	background-color: black !important;
}

.home-project_content {
	text-align: justify;
}
.section-home-details {
	text-align: justify;
}
.is--partner-name {
	font-size: 1.5em;
}

.is--partner-details {
	padding-left: 0.6em;
	font-weight: 500;
	text-align: justify;
}

.home-header_slider-image {
	opacity: 0.8 !important;
}

.orange {
	color: orange;
}

.darkorange {
	color: darkorange;
}

.gdpr_link {
	color: darkorange;
}

.gdpr_link:hover {
	color: orange;
	text-decoration: underline;
}


.section-home-loan, .section-home-contact  {
	text-align: justify;
}

.home-loan_content-left {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.w-form-done {
	display: none;
	padding: 1em;
	background-color: #383838;
	margin-top: 2em;
	border-radius: 8px;
	text-align: left;
}

.w-form-fail {
	display: none;
	margin-top: 2em;
	padding: 1em;
	background-color: #eae8e8;
	color: orangered;
	border-radius: 8px;
}

:root {
	--video-ratio: calc(16 / 9);
	--video-container-max-width: 640px;
	--video-container-x-padding-sum: 2rem; /* eg, padding: 0 1rem */
}

.youtube-embed {
	--video-container-width: calc(100vw - var(--video-container-x-padding-sum));
	width: 100%;
	height: calc(var(--video-container-width) / var(--video-ratio));
}

@media only screen and (min-width: 672px) {
	.youtube-embed {
		--video-container-width: var(--video-container-max-width);
	}
}
.about_us_button {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	cursor: pointer;
}


/* Carousel Üzeltkötők */

.partner-l__card-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding-bottom: 1.5em;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-style: solid;
	border-width: 1px;
	border-color: #f8f8f8;
	border-radius: 5px;
	-webkit-transition: -webkit-transform 200ms cubic-bezier(.445, .05, .55, .95);
	transition: -webkit-transform 200ms cubic-bezier(.445, .05, .55, .95);
	transition: transform 200ms cubic-bezier(.445, .05, .55, .95);
	transition: transform 200ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 200ms cubic-bezier(.445, .05, .55, .95);
	line-height: 1em;
	font-size: 0.9rem;
}

.partner-l-card__img-wrap {
	overflow: hidden;
	height: 20em;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 0;
	-webkit-flex: 0 100%;
	-ms-flex: 0 100%;
	flex: 0 100%;
}

.partner-l-card__logo {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(.445, .05, .55, .95);
	transition: -webkit-transform 250ms cubic-bezier(.445, .05, .55, .95);
	transition: transform 250ms cubic-bezier(.445, .05, .55, .95);
	transition: transform 250ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 250ms cubic-bezier(.445, .05, .55, .95);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.parner-l-card__content {
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	min-height: 12em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.parner-l-card__content-grid {
	display: -ms-grid;
	display: grid;
	margin-top: 1.5em;
	grid-auto-columns: 1fr;
	grid-column-gap: 0em;
	grid-row-gap: 0.5em;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.partn-card__cont-details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 2em;
}

.pt-1 {
	padding-top: 1em;
}

.pl-2-1 {
	padding-left: 2.1em;
}

.hidden {
  display: none !important;
}

.text-medium {
	z-index: 1;
	font-size: 1em;
	font-weight: 500;
}
.text-small {
	font-size: 0.8em;
}

.is--partner-button {
	padding: 0.5em;
}
.p-mutasd {
	margin-top: -0.2em;
	line-height: 2em;
}
.is--agents {
	height: 700px;
	margin-bottom: 8em;
}
.agents {
	width: 23%;
	height: 590px;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	float: left; 
}
.agents .partner-l__card-item {
	witdh:95%;
	margin: auto;
}
.carousel {
	width: 100%;
	height: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
}
.carousel-navs {
	position: relative;
	bottom: 0px;
	text-align: center;
	margin-bottom: 2em;
	font-size: 2em;
}

.carousel-nav {
	font-size: 2.5em;
	border: 2px solid #135b8d;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	padding: 0.3em;
	color: #135b8d;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5em;
	margin-right: 0.5em;
	box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
	transition: transform 100ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 100ms cubic-bezier(.445, .05, .55, .95);
	visibility: hidden;
	bottom: 1em;
}

.carousel-nav-icon {
	border: 2px solid white;
	border-radius: 50%;
	padding: 0;
	margin: 0.5em;
	justify-content: center;
	align-items: center;
	width: 1.5em;
	height: 1.5em;
}
.carousel-up {
	transform: rotate(90deg);
	display: inline-block;
}
.carousel-down {
	transform: rotate(270deg);
	display: inline-block;
}
.carousel-up:hover {
	transform: rotate(90deg) scale(1.05);
}
.carousel-down:hover {
	transform: rotate(270deg) scale(1.05);
}

@media screen and (max-width: 1439px) {
	.agents {
		height: 500px;
	}

	.is--agents {
		height: 500px;
	}
}
@media screen and (max-width: 992px) {
	.agents {
		width: 31%;
		height: 540px;
	}
	.is--agents {
		height: 570px;
	}
	.six-cols {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-device-width: 640px) and (max-device-width: 767px) {
	.partn-card__cont-details {
		font-size: 1em;
	}
	.is--partner-name {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 639px) {
	.agents {
		width: 48%;
	}
}

.darkslateblue {
	color: darkslateblue;
}


.c-popup {
	overflow: auto !important;
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1000;
	display: none;
	overflow: hidden;
	background-color: rgba(58, 58, 58, 0.95);
}

.popup__wrap {
	position: absolute;
	left: 0%;
	top: 12%;
	right: 0%;
	bottom: auto;
	z-index: 150;
	max-width: 40%;
	min-width: 20%;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #f8f8f8;
	border-radius: 10px;
	background-color: #fff;
	color: #3d3d3d;
}

.popup__close {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	padding: 1.39em;
	cursor: pointer;
}

.popup__content {
	padding: 2.78em 2.08em 1.39em;
}

.text-large {
	font-size: 1.39em;
	font-weight: 500;
}
.section-title-about-me {
	text-transform: uppercase;
	margin-top: unset;
}

.popup__content-form {
	margin-top: 1.39em;
	font-size: 1.11em;
}

.legal__item {
	display: flex;
	padding: 1rem;
}
.legal__item-name {
	margin-left: 1rem;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 1.4em;
	font-weight: 400;
}

.legal__item-icon {
	font-size: 2em;
	font-weight: 300;
}



.c-prop-p {
	display: -ms-grid;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	grid-auto-columns: 1fr;
	grid-column-gap: 2em;
	grid-row-gap: 2em;
	-ms-grid-columns: 1fr 0.35fr;
	grid-template-columns: 1fr 0.35fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.prop-p__gallery {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 69%;
	-ms-flex: 0 69%;
	flex: 0 69%;
}

.prop-p__main-img-wrap {
	overflow: hidden;
	height: 31em;
	margin-bottom: 1.39em;
	border-radius: 10px;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.prop-p__main-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.prop-p__gallery-list {
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 7px;
}

.gallery__imgs {
	margin-right: 1em;
	margin-bottom: 1em;
}

.subpage__card.is--desktop-contact {
	margin-bottom: 1.5em;
}
.subpage__card {
	padding: 1.39em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 35%;
	-webkit-flex: 35%;
	-ms-flex: 35%;
	flex: 35%;
}
.prop-p__agent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: 10em;
	min-height: 8.5em;
	margin-top: 1.39em;
	margin-bottom: 0.5em;
	padding: 1.04em 0.69em;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	font-size: 1.11em;
}

.subpage__card.is--prop-agent-contact {
	display: none;
}

.subpage__card.is--prop-details {
	display: none;
	background-color: #303030;
	border-radius: 1em;
}

.prop-p__agent-img {
	width: 2.78em;
	height: 2.78em;
	margin-right: 1em;
	border-radius: 20px;
/*	background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg"); */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.is--agent-name {
	font-weight: 600;
}
.is--agent-card {
	color: #AFAFAF;
	font-size: 0.9em;
	font-weight: 400;
}
.prop-p__popup-link {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1em;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: orange;
}

.prop-p__popup-link:hover {
	transform: scaleY(1.2);
}

.prop-p__popup-link img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(81deg) brightness(106%) contrast(103%);
}

.is--pl10 {
	margin-left: 0.69em;
	float: right;
}

.prop-p__card-form {
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	font-size: 1.11em;
	font-weight: 400;
}

.prop-p__details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.prop-p__details-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.2em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.prop-p__type-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.9em;
}

.prop-p__type-id-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.prop-p__type {
	display: inline-block;
	padding: 0.69em;
	border-radius: 4px;
	background-color: #135b8d;
}

.prop-p__id {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.1em;
}
.is--mr05 {
	margin-right: 0.5em;
}
.is--s-bold {
	font-weight: 600;
}
.is--s-bold.is--prop-id {
/*	color: #135b8d; */
	color: orange;
}
.is--s-normal {
	font-weight: normal;
}
.div__5 {
	height: 0.35em;
}

.div-v__5 {
	width: 0.35em;
}

.div__20 {
	height: 1.39em;
}
.prop-p__main-details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.prop-p__main-details-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-medium.is--price {
	text-align: center;
}

.c-loancalc {
	margin-top: 3em;
	text-align: left;
}

.w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.loan-calc__wrap {
	margin-bottom: 1.7em;
	margin-left: 1em;
	justify-items: start;
	grid-column-gap: 2em;
	grid-row-gap: 2em;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.description {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: normal;
	text-transform: uppercase;
}

.loan-form__label {
	margin-bottom: 0.5em;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-weight: 500;
}

.loan-form__input-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-field.is--loan, .input-field.is--resource {
	font-size: 20px;
}

.input-field.is--resource {
	max-width: 35vmin;
	margin-right: 1.1em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-radius: 5px;
}

.btn__pri {
	border-radius: 5px;
	text-align: center;
}

.input-field.is--loan {
	max-width: 35vmin;
	margin-right: 1.1em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-radius: 0px;
}
.input-field {
	margin-bottom: 0.69em;
	padding: 0.56em 0.83em;
	border-style: solid;
	border-width: 1px;
	border-color: #2e86c4;
	border-radius: 8px;
	background-color: #fff;
}

.loan-calc__warning {
	display: none;
	margin-top: 1.4em;
	margin-bottom: 1em;
	padding: 0.6em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: rgba(133, 19, 47, 0.9);
	color: #fff;
	font-weight: 500;
}

.icon__warning {
	margin-right: 1em;
	font-family: 'Font awesome 5 pro 300', sans-serif;
	font-size: 1.6em;
	font-weight: 300;
}

.loancalc__result.is--act {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: 2em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	background-color: #2f2f2f;
}

.loancalc__result {
	display: none;
}
.loancalc__result-data {
	display: -ms-grid;
	display: grid;
	justify-items: start;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.loan-result__category {
	font-size: 1em;
	font-weight: 600;
}
.loan-result__results {
	margin-left: 1.7em;
	font-size: 1em;
	font-weight: 600;
	color: orange;
}

.loan-result__results.is--blue {
	color: #04558d;
	font-weight: 600;
}

.loan-calc__warning.is--act {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0.7em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	font-weight: 400;
}

.loan-info {
	margin-top: 1em;
	margin-bottom: 1em;
	color: red;
	font-style: italic;
}
.is--red {
	color: red;
}
.is--italic {
	font-style: italic;
}

.about__video {
	width: 50%;
	margin-bottom: 1em;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	margin-right: 1rem;
	margin-left: 1rem;
	border-radius: 8px;
}

.prop-p__contact-details-wrap {
	text-align: left;
}


.w-richtext figure.w-richtext-align-floatright {
	margin: 0px 0px 1.5em 1.5em;
}

.w-richtext-figure-type-image {
	max-width: 50% !important;
}

.projekt-adatok {
	display: inline-block;
	max-width: 100%;
}
.projekt-lista {
	width: 70%;
	float: left;
	padding: 6em 1em 1em 0em;
}

.projekt-lista-kapcsolat {
	width: 30%;
	float: right;
	padding: 6em 1em 1em 0em;
}

@media screen and (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.c-prop-p {
		grid-row-gap: 2em;
		grid-template-areas: ".";
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.prop-p__main-img-wrap {
		height: 25em;
	}
	.prop-p__contact-details-wrap {
		display: none;
	}
	.subpage__card {
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.subpage__card.is--prop-agent-contact {
		display: block;
	}
	.subpage__card.is--prop-details {
		display: block;
	}
	.loan-calc__wrap {
		margin-left: 0em;
		justify-items: stretch;
	}
	.loan-form {
		margin-bottom: 10em;
	}
	.loan-result__results {
		margin-left: 1em;
	}
}

@media screen and (max-width: 767px) {
	.section-home-estates, td, tr, th {
		animation: none !important;
		-webkit-animation: none !important;
	}

	.prop-p__main-img-wrap {
		height: 20em;
	}
	.gallery__imgs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: 0.5em;
		margin-bottom: 0.25em;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.prop-p__gallery-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 25%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.loan-calc__wrap {
		grid-row-gap: 1em;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.loan-form {
		margin-bottom: 2em;
	}
	.loancalc__result.is--act {
		margin-top: 3em;
	}
	.loan-result__results {
		margin-left: 0em;
	}
	.projekt-lista, .projekt-lista-kapcsolat {
		width: 100%;
		float: none;
		padding-top: 1em;
		padding-right: 0em;
	}
	.class_h1 {
		font-size: 2.5rem;
	}

	.footer_top-row {
		display: block;
	}

	.footer_top-left {
		width: 100%; 
		text-align: center;
	}

	.footer_top-right {
		width: 100%; 
		text-align: center;
	}

	.kapcsolat-table {
		width: 100%;
	}
	.kapcsolat-table td{
		text-align: center;
	}
}

@media screen and (max-width: 679px) {
	.popup__wrap {
		max-width: 95%;
	}
	.w-richtext-figure-type-image {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 479px) {
	.prop-p__main-img-wrap {
		height: 11em;
	}

	.prop-p__type-id-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.popup__wrap {
		overflow: auto;
		max-height: 90%;
		max-width: 95%;
	}
	.w-slider-arrow-left, .w-slider-arrow-right, .w-slider-arrow-down{
		top: 65vh;
	}

	.agents {
		width: 98%;
		height: 480px;
	}
	.is--agents {
		height: 520px;
	}
	.carousel-navs { 
		height: 70px;
		bottom: -15px;
	}

	.slider-text {
		top: 25vh;
	}

	.six-cols {
		grid-template-columns: 1fr 1fr;
	}
}
.gallery__item {
	width: 133px;
	height: 88px;
	border-radius: 7px;
	-o-object-fit: cover;
	object-fit: cover;
}

.print-icon {
	width: 25px;
	height: 25px;
	background-image: url("/keptar/ikonok/nyomtatas.png");
	background-size: cover;
}

.is--category {
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

.padding-left-0 {
	padding-left: 0;
}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
	margin: 0px 1.5em 1.5em 0px;
}

img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
	margin: 0px 0px 1.5em 1.5em;
}
