/*body font size max width*/
@media only screen and (min-width: 1440px) {
	body {
		font-size: 15px;
	}
}

/*paragraph font size max*/
@media only screen and (min-width: 1440px) {
	p {
		font-size: 16px;
	}
	.popup__wrap {
		max-width: 30%;
	}
}

/*paragraph font size min*/
@media only screen and (min-width: 992px) and (max-width: 1440px) {
	p {
		font-size: 13px;
	}
	.popup__wrap {
		max-width: 40%;
	}
	/*rich text list item min font size*/
	.c-about__rich-text {
		font-size: 14px;
	}
	.s-modal__tabs-link {
		font-size: 14.4px;
	}
}

.c-popup {
	overflow: auto !important;
	z-index: 1000;
}

a {
	color: inherit;
}

/* prop list filter search btn bg blur */
.prop-lp__filter-btn {
	backdrop-filter: blur(2px) contrast(.8);
	-webkit-backdrop-filter: blur(2px) contrast(.8);
}

@media only screen and (min-width: 679px) and (max-width: 992px) {
	.popup__wrap {
		max-width: 75%;
	}
}


.s-modal__content.is--adv-filter {
	position: fixed;
	height: 96%;
}


.section.is--prop-search {
	transform: translate(0px, 1.5em);
	margin-bottom: 2em;
}


.section-title {
	text-transform: uppercase;
	margin-top: 5em;
}

.section-title-about-me {
	text-transform: uppercase;
	margin-top: unset;
}

.is--partner-details p {
	margin-bottom: 0.5em;
}

.about-p p {
	margin-bottom: 0.5em;
}

.container.is--links {
	padding-top: 4em;

}


.prop-lp__form {
	margin-left: 0.5em;
}

input[type='checkbox']{ 
	opacity:0;
	position:absolute;
	z-index:-1;
}
.w-checkbox-input {
	opacity: 1 !important;
	position: relative !important;
	z-index: 1 !important;
}
.c-drop-list__item.is--head {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 6;
	grid-row-start: span 6;
	-ms-grid-row-span: 6;
	grid-row-end: span 6;
}
.c-drop-list__item.is--text {
	display: contents;
}

.c-drop-list__item-line {
	width: 50%;
	background-image: linear-gradient(to right, #2e86c4 , white);
}

.gallery__item {
	width: 133px; 
	height: 88px;
}

.prop-list__tabs-item.is--active, .link-coll__tabs-item.is--active {
	border-width: 1.5px;
	border-color: #2e86c4;
	box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.37);
	color: #2e86c4;
	font-weight: 700;
}

.prop-list__tabs-item:hover {
	cursor: pointer;
}


.w-radio-horizontal {
	display: inline-flex;
	margin-right: 1.5em;
}

.sorter {
	margin-bottom: 0px;
	padding: 0.5em;
}
.pagination-label {
	margin-left: 10px;
	margin-right: 10px;
}
.select-city-part {
	margin-bottom: 1em;
}
.s-modal__base.is--act{
	overflow-x: auto;
}
@media screen and (max-width: 679px) {
	.pagination-label {
		display: none;
	}
	.popup__wrap {
		max-width: 95%;
	}
	.paginator_text {
		font-size: 0.6em;
	}
}
.prop-search__btn {
	width: auto;
	text-transform: uppercase;
}
@media screen and (max-width: 479px) {
	.section.is--prop-search {
		margin-top: 2.5em;
	}

	.w-pagination-previous {
		margin-left: 5px;
		margin-right: 5px;
	}

	.w-pagination-next {
		margin-left: 5px;
		margin-right: 5px;
	}
	.w-radio-horizontal {
		margin-right: 1em;
	}
	.paginator_text {
		display: none;
	}
	.placeholder-8em {
		height: 0px !important;
	}
}

.w-button {
	white-space: normal;
	text-align: center;
}
.placeholder-8em {
	width: 100%;
	height: 8em;
}

.prop-lp__list-item-wrap:hover {
	box-shadow: 0 7px 14px -5px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate(0px, -0.35em);
	-ms-transform: translate(0px, -0.35em);
	transform: translate(0px, -0.35em);
}

.prop-lp__list-item-wrap:hover .prop-lp__item-img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-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);
}

.nav__drop-toggle a {
	color: #222222;
	font-size: 1em;
	line-height: 1.4;
}

.scroll-to-top {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 1000;
	display: none;
	font-size: 4em;
}

/* normal */
form input {
	box-shadow: none;
}

/* normal */
form input:not(:focus):invalid {
	box-shadow: none;
}

/* normal */
form input:focus:invalid {
	box-shadow: 0 0 5px 1px grey !important;
}

/* error */
form input.error-input:invalid {
	box-shadow: 0 0 5px 1px red;
}

.big-select {
	height: fit-content;
	font-size: 1.25em;
	width: 100%;
}

.partner-l__select {
	padding-right: 2em;
}
/* normal */
form select {
	box-shadow: none;
}

/* normal */
form select:not(:focus):invalid {
	box-shadow: none;
}

/* normal */
form select:focus:invalid {
	box-shadow: 0 0 5px 1px grey !important;
}

/* error */
form select.error-input:invalid {
	box-shadow: 0 0 5px 1px red;
}

.alert-info {
	padding: 20px;
	text-align: center;
	background-color: #c5d9d6;

}

.projekt-leiras {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.projekt-kep {
	max-height: 250px;
}

div.lakasok table {
	width: 100%;
}
div.lakasok thead {
	color: #fff;
	font-size: 1.11em;
	font-weight: 600;
	background-color: #135b8d;
}
div.lakasok td, th {
	padding: 0.69em;
	text-align: center;
}
div.lakasok td {
	font-weight: 500;
}
.szabad {
	background-color: lavender;
}
.szabad:hover {
	cursor: pointer;
	color: darkcyan;
	background: ghostwhite;
}
.szabad td {
	font-weight: 600;
}

#muszakileiras {
	overflow: scroll !important;
}
#muszakileiras .popup__wrap {
	max-width: 60% !important;
}

#azonosito_input {
	font-size: 1em;
}

.footer-title {
	text-align: center;
	color: white;
	font-weight: normal;
	padding-bottom: 1em;
}

.min_input, .max_input {
	-webkit-appearance: none;
	-moz-appearance: textfield !important;
	margin: 0 !important;
}

/* Slider Hero */

.slider-wrapper {
	height: 35em !important;
	margin-top: -1.5em !important;
}
.slide {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-icon-slider-left, .w-icon-slider-right {
	top: 250px;
}

.is--custom-content {
/*	margin-top: 0; */
	padding-top: 0;
}

/* Video Hero */
.video--hero {
	overflow: hidden;
	background-image: none !important;
}

.video-container {
	width: 100vw;
	height: 70vh;
	max-width: 100%;
}
/*
.video-container .container {
	position: absolute;
	background: rgba(81, 81, 81, 0.25);
	width: auto !important;
	margin-left: 5.5em;
	padding: 3em;
	margin-top: 10em;
} */
.video-container h1 {
	margin: 0;
}
.video-container h2 {
	color: white;
	font-weight: 400;
}

.video-container video {
	position: absolute;
	width: 100%;
}

.azonosito {
	left: 0;
	display: block;
	width: 20em;
	position: absolute;
}

.azonosito-listaban {
	right: 1em;
	position: absolute;
	top: 1.5em;
}

.lottie-icon {
	width: 48px;
	height: 54px;
	position: relative;
	left: -7px;
	top: -11px;
}

@media screen and (min-width: 480px) {
	.video-container video {
		display: block !important;
	}
}
@media (min-aspect-ratio: 16/9) {
	.video-container video {
		/* height = 100 * (9 / 16) = 56.25 */
		height: 56.25vw;
	}
}
    
@media (max-aspect-ratio: 16/9) {
	.video-container video {
		/* width = 100 / (9 / 16) = 177.777777 */
		width: 177.78vh;
	}
}

/* IKONOK */
.c-side-contact__icon {
	max-height: 2em;
	max-width: 2em;
	min-height: 1em;
	min-width: 1em;
	padding: 1em;
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 100ms cubic-bezier(.39, .575, .565, 1);
	transition: -webkit-transform 100ms cubic-bezier(.39, .575, .565, 1);
	transition: transform 100ms cubic-bezier(.39, .575, .565, 1);
	transition: transform 100ms cubic-bezier(.39, .575, .565, 1), -webkit-transform 100ms cubic-bezier(.39, .575, .565, 1);
	-o-object-fit: contain;
	object-fit: contain;
}

.c-side-contact__letter {
	background-image: url("/keptar/ikonok/email.svg");
}

.c-side-contact__phone {
	background-image: url("/keptar/ikonok/phone.svg");
}

.c-side-contact__fb {
	background-image: url("/keptar/ikonok/fb.svg");
}
.c-side-contact__tw {
	background-image: url("/keptar/ikonok/twitter.svg");
}
.c-side-contact__in {
	background-image: url("/keptar/ikonok/instagram.svg");
} 
.c-side-contact__yt {
	background-image: url("/keptar/ikonok/youtube.svg");
} 
.c-side-contact__li {
	background-image: url("/keptar/ikonok/linkedin.svg");
}
.c-side-contact__tt {
	background-image: url("/keptar/ikonok/tiktok.svg");
} 
.c-side-contact__pi {
	background-image: url("/keptar/ikonok/pinterest.svg");
} 
.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-image: url("/keptar/ikonok/pipa.svg");
}

.labels {
	position: absolute;
}

.datasheet .prop-lp__sticker  {
	left: 1rem;
	top: 1rem;
	white-space: nowrap;
}

.prop-lp__sticker.garazzsal {
	background-color: rgba(70, 87, 203, 0.95);
}

.prop-lp__sticker.csok {
	background-color: rgba(70, 173, 202, 0.95);
}

.prop-lp__sticker.kiemelt,
.prop-lp__sticker.kiadas-szunetel {
	background: rgba(255, 117, 72, 0.95);
}

.prop-lp__sticker.alkalmi{
	background: rgba(162, 71, 201, 0.95);
}

.prop-lp__sticker.fixar,
.prop-lp__sticker.surgos,
.prop-lp__sticker.felujitasra-szorul  {
	background: rgba(217, 72, 123, 0.95);
}

.prop-lp__sticker.palyazat,
.prop-lp__sticker.koltozheto {
	background: rgba(70, 203, 134, 0.95);
}

.prop-lp__sticker.csaknalunk {
	background: rgba(0, 111, 183, 0.95);
}

.prop-lp__sticker.folyamatban {
	background: rgba(0, 204, 0, 0.95);
}

.prop-lp__sticker.szunet, 
.prop-lp__sticker.kiadas-folyamatban {
	background: rgba(255, 51, 51, 0.95);
}

.prop-lp__sticker.arcsokkenes {
	background: rgba(153, 204, 0, 0.95);
}

.prop-lp__sticker.ketgeneracios,
.prop-lp__sticker.klima, 
.prop-lp__sticker.konyhabutor {
	background: rgba(255, 153, 51, 0.95);
}

.prop-lp__sticker.vizparti {
	background: rgba(51, 102, 255, 0.95);
}

.prop-lp__sticker.dupla-telek {
	background: rgba(10, 138, 54, 0.95);
}
.prop-lp__label {
	margin: 0.7em;
}

.sticker__img:not(.akcios) {
	transform: none;
	margin: 5px;
	width: 2.25em;
}

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

.hidden {
	display: none !important;
}
#fedezi {
	display: flex; 
	height: max-content;
}

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

.hiteligenyles__button {
	max-width: fit-content;
	max-width: -moz-fit-content;
	margin-top: 2em;
	text-align: center;
}

.ceg_adatok, .ceg_adatok a {
	font-size: 1.1em;
	font-weight: normal;
}

.pull_left {
	float: left;
}

.pull_right {
	float: right;
}

.footer__title, .footer__link {
	margin-bottom: 0.3em;
}

.footer_contact a, .footer_contact .footer__title{
	font-size: 1.35em;
}
.footer__copyright {
	padding-bottom: 0.3em;
}

.text-medium.is--price {
	text-align: center;
}

.text-medium .is--bold {
	font-weight: 700;
}

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

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

.mt--4px {
	margin-top: -4px;
}

.ml-0 {
	margin-left: 0px;
}

.mr-4px {
	margin-right: 4px;
}

.is--center {
	justify-self: center;
}

.fs-1-5 {
	font-size: 1.5em;
}

.ingprezi-mod {
	z-index: 10000;
	position: fixed;
	padding: 0.4em 1em 0.4em 1em;
	background-color: rgba(255,140,0,0.8);
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	left: 0;
	border-radius: 0px 0px 10px 0px;
}

.ingprezi-mod-bezar {
	margin-left: 2em;
	cursor: pointer;
	border: solid 1px whitesmoke;
	border-radius: 50%;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.ingprezi-mod-gomb {
	display: flow-root;
}

.c-side-contact.is--project {
	background-color: rgba(58, 58, 58, 0.9);
}

.rounded-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


/* Carousel Üzeltkötők */
.is--agents {
/*	overflow: clip;
	height: 700px; */
	margin-bottom: 8em;
}
.agents {
	width: 23%;
	height: auto !important;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	float: left;
}
.agents .partner-l__card-item {
	width: 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;
}

.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;
}
.carousel-up {
}
.carousel-down {
	transform: rotate(180deg);
}
.carousel-up:hover {
	transform: scale(1.05);
}
.carousel-down:hover {
	transform: rotate(180deg) scale(1.05);
}
/*
@media screen and (max-width: 1439px) {
	.agents {
		height: 500px;
	}

	.is--agents {
		height: 600px;
	}
} */
@media screen and (max-width: 992px) {
	.agents {
		width: 31%;
/*		height: 540px; */
	}
/*	.is--agents {
		height: 555px;
	} */
}

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

@media screen and (max-width: 479px) {
	.agents {
		width: 98%;
/*		height: 530px; */
	}
/*	.is--agents {
		height: 550px;
	} */
/*	.partner-l-card__img-wrap {
		height: 10em;
	} */
	.carousel-navs { 
		height: 70px;
		bottom: -15px;
	}
}

.darkslateblue {
	color: darkslateblue;
}

.darkslategray {
	color: darkslategray;
}

.darkorange {
	color: darkorange;
}

.is--red {
	color: red;
}

.lablec-link .alahuzas {
	width: 0px;
	height: 1px;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;

}

.lablec-link:hover .alahuzas {
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
	width: 100%;
}

#autocomplete-ajax-loader {
	float: right;
	top: -48px;
	position: relative;
	right: 10px;
	visibility: hidden;
}

.c-radio input {
	opacity:0;
	position:absolute;
	z-index:-1;
}

#drop-area {
	border: 2px dashed #ccc;
	border-radius: 20px;
	width: 480px;
	font-family: sans-serif;
	margin: 100px auto;
	padding: 20px;
}
#drop-area.highlight {
	border-color: purple;
}

.my-form {
	margin-bottom: 10px;
}
#gallery {
	margin-top: 10px;
}
#gallery img {
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
#gallery-mob img {
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.c-form-none {
	display: none !important;
}

.w-33 {
	width: 33%;
}

.f-start{
	justify-content: flex-start !important;
}

.f-center{
	justify-content: center !important;
}

.f-end{
	justify-content: flex-end !important;
}

.t-center {
	text-align: center;
}

