* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}


body {
	font-family: "Roboto", sans-serif;
	color: #3d3d3d;
	line-height: 1.6;
	position: relative;
}

:root {
	--terracotta: #c85a3f;
	--terracotta-dark: #a84a32;
	--olive: #6b7c3a;
	--sand: #f4e4d7;
	--olive-light: #8a9b5a;
	--cream: #faf7f2;
	--sand-light: #faf3ed;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}


a{
	text-decoration: none;
}

.main-section{
	padding: 4rem 2rem;
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #faf3ed;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  margin-top: 0px;
  height: 50px;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
  margin-top: -4px;
}

.sub-header ul.social-links li {
  margin-left: 6px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
  overflow: hidden;
}

.social-links a.profil {
  display: inline-block;
  text-align: center;
  margin-left: 2.0rem;
  line-height: 30px;
  color: var(--terracotta);
  background: var(--sand);
  font-size: 13px;
  transition: all .3s;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--olive);
  border-radius: 26px;
  padding: 2px 6px;
}

.social-links a.profil:hover {
  color: #fff;
  background: var(--olive);
  border: 1px solid #fff;
}

.sub-header ul.social-links li a img{
	margin: 0px auto;
	padding: 0px auto;
}

.sub-header ul.info li a{
	color: var(--olive);
	text-decoration: none;
}

.sub-header ul.info li a:hover{
	color: var(--terracotta);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.sub-header ul.info li {
  font-size: 14px;
  color: var(--olive);
  border-right: 1px solid var(--olive);
  margin-right: 10px;
  padding-right: 10px;
  margin-top: 5px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: var(--olive);
  margin-right: 4px;
}

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: sticky;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: sticky;
  top: 0!important;
  left: 0;
  right: 0;
  background-color: #f4e4d7;
  height: 100px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 80px;
  padding-top: 6px;
  margin-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e4167;
  font-weight: 700;
  letter-spacing: 2px;
}

.header-area .main-nav .logo h1 img{
	max-height: 100px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
  padding-top: 0px;
}

.background-header .main-nav .logo h1 img{
	max-height: 80px;
}


.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e4167;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li.dropdown ul li {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li.dropdown{
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header-area .main-nav .nav li .dropdown-menu li{
	width: 200px;
}

.header-area .main-nav .nav li .dropdown-menu li a {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #1e4167;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: .25px;
  border-bottom: 1px solid grey;
  background: white;
}

.header-area .main-nav .nav li.kiemelt a, .icon-button-2 a{
  background-color: var(--olive);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
  padding-right: 10px;
}

.header-area .main-nav .nav li.kiemelt a i, .icon-button-2 a i{
  background-color: var(--terracotta-dark);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li.kiemelt:hover a{
  background-color: var(--olive-light);
  color: white;
}

.header-area .main-nav .nav li.kiemelt:hover a i{
  background-color: var(--terracotta);
}

.header-area .main-nav .nav li:hover a {
  color: #bf0f0a;
}

.header-area .main-nav .nav li .dropdown-menu li:hover a{
	color: #bf0f0a;
}

.header-area .main-nav .nav li a.active {
  color: #bf0f0a;
}

.dropdown-menu {
  background: white;
  border: 0;
  max-width: 100px;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  position: relative;

}

.dropdown-menu li a{
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px auto;

}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: black;
  border: 1px solid red;
}

.icon-button, .form-icon-button{
  background-color: var(--olive);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding: 12px;
  padding-left: 0px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
}

.icon-button i, .form-icon-button i {
  background-color: var(--terracotta-dark);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

button.form-icon-button{
	padding-top: 0px;
	border: none;
}

.icon-right{
	padding-right: 0px;
	padding-left: 12px;
}

.icon-right i{
	margin-right: 0px;
	margin-left: 10px;
}

.icon-button:hover, .form-icon-button:hover {
  background-color: var(--olive-light);
  color: white;
}

.icon-button:hover i, .form-icon-button:hover i {
  background-color: var(--terracotta);
}


@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}



.background-header .main-nav .nav li a.active {
  color: #bf0f0a;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e4167;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e4167;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e4167;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e4167;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e4167;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e4167;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e4167;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: 500px;
	flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
	.header-area .main-nav .nav li ul.dropdown-menu {
		display: block;
		width: 100%;
	}
	
	.header-area .main-nav .nav li .dropdown-menu .dropdown-item, .header-area .main-nav .nav li .dropdown-menu li:last-child{
		display: block;
		text-align: center;
		line-height: 30px;
		height: 30px;
		border-radius: 0px;
		margin: 0px auto;
		padding: 0px auto;
		font-weight: 500;
		border: none;
		
	}
  
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner{
	margin-bottom: 0px;
}

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 20% 320px 20%;
  margin-top: 0px;
  width: 100%;
  height: 400px;
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e4167;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item p {
	font-style: normal;
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 3rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-family: "Faculty Glyphic", sans-serif;
}

.main-banner .item h2 {
  font-family: "Faculty Glyphic", sans-serif;
	font-size: 3.5rem;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	font-weight: 400;
	color: white;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: -26px;
  left: 50%;
}

.main-banner .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: var(--olive);
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;

}

.main-banner .owl-dots .active {
  background-color: var(--terracotta);
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}





/* Hero Section */
.hero {
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), 
				url('../images/slider_1.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	position: relative;
}

.hero h1 {
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 3.5rem;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	font-weight: 400;
}

.hero p {
	font-size: 1.5rem;
	margin-bottom: 3rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Search Bar */
.search-bar {
	background: white;
	padding: 1.5rem 2rem;
	border-radius: 50px;
	display: flex;
	gap: 1rem;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	max-width: 800px;
	width: 90%;
}

.search-bar select {
	padding: 0.8rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	flex: 1;
	background: white;
	cursor: pointer;
}

.search-bar button {
	padding: 0.8rem 2.5rem;
	background: var(--terracotta);
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	cursor: pointer;
	font-weight: 600;
	transition: background 0.3s;
}

.search-bar button:hover {
	background: var(--terracotta-dark);
}

/* Container */
/*
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 2rem;
}
*/
/* Section Titles */
.section-title, .section-title a {
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 2.0rem;
	margin-bottom: 0.5rem;
	color: var(--olive);
	font-weight: 400;
}

.section-subtitle {
	color: #666;
	margin-bottom: 2rem;
	font-size: 1.1rem;
}

/* Property Grid */
.property-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

.property-card {
	background: var(--cream);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
}

.property-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.property-image {
	width: 100%;
	height: 200px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	overflow: hidden;
}

.property-badge{
	border-radius: 40px;
	background: red;
	position: absolute;
	top: 2px;
	right: 2px;
	display: grid;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	vertical-align: middle;
}

.property-badge span{
	margin-top: 12px;
}

.property-info {
	padding: 1.5rem;
}

.property-title {
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 0.3rem;
	color: var(--olive);
}

.property-location {
	color: #666;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.property-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 0.9rem;
}

.property-details span {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.property-button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.0rem;
	text-align: center;
}

.property-button a{
	margin: 0px auto;
	padding: 0.5rem 1.5rem;
	background: var(--olive);
	color: white;
	border: none;
	border-radius: 25px;
	font-size: 1.0rem;
	cursor: pointer;
	transition: background 0.3s;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}

.property-button a:hover {
	background: var(--terracotta-dark);
}

.property-price {
	font-size: 1.2rem;
	color: var(--terracotta);
	font-weight: 600;
}

/* CTA Button */
.cta-button, .button-secondary {
	text-align: center;
	margin: 3rem 0;
}

.cta-button a, .button-secondary {
	padding: 1rem 2.5rem;
	background: var(--terracotta);
	color: white;
	border: none;
	border-radius: 25px;
	font-size: 1.1rem;
	cursor: pointer;
	transition: background 0.3s;
	font-weight: 600;
}

.cta-button a:hover, .button-secondary:hover {
	background: var(--terracotta-dark);
}

.button-primary {
	padding: 0.7rem 1.8rem;
	background: var(--terracotta);
	color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: background 0.3s;
}

.button-primary:hover {
	background: var(--terracotta-dark);
}

.button-secondary{
	background: var(--olive);
}

/* Beach Section */
.beach-section {
	background: var(--terracotta);
	background: url("../images/call_to_action.png");
	background-size: cover;
	padding: 3rem 2rem 1rem 2rem;
	text-align: center;
	color: white;
}

.beach-section h2 {
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 2.8rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.beach-section p {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

/* Szolgáltatások Grid */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 20fr));
	gap: 2rem;
}

.services-card {
	background: var(--cream);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.services-image {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.services-image img{
	width: 100%;
	overflow: hidden;
}


/* Blog Grid */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.blog-card {
	background: var(--cream);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.blog-image {
	width: 100%;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.blog-content {
	padding: 1.5rem;
	padding-top: 0rem;
}

.blog-title {
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 1.3rem;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	color: var(--olive);
}

.blog-date {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eee;
	text-align: right;
}

.blog-excerpt {
	color: #555;
	margin-bottom: 1rem;
	font-size: 0.95rem;
	line-height: 1.6;
}

.blog-card .button {
	padding: 0.7rem 1.8rem;
	background: var(--terracotta);
	color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: background 0.3s;
}

.blog-card .button:hover {
	background: var(--terracotta-dark);
}

/* Footer */
.footer {
	background: var(--sand);
	padding: 3rem 2rem 1rem;
	margin-top: 4rem;
}

.footer h4{
	font-family: "Faculty Glyphic", sans-serif;
}

.footer-ul, .footer-ul-menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-ul li{
	margin-bottom: 0.5rem;
	position: relative;
}

.footer-ul-menu li i {
	color: var(--olive);
	font-size: 0.8rem;
}

.footer-ul-menu{
	margin-left: 0.4rem;
}

.footer a{
	color: var(--terracotta);
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.5rem;
	color: var(--olive);
	font-weight: 600;
}

.footer-links {
	display: flex;
	gap: 3rem;
}

.footer-column h4 {
	margin-bottom: 0.5rem;
	color: var(--olive);
}

.footer-bottom{
	height: 3.0rem;
	line-height: 3.0rem;
	background: var(--olive);
	color: white;
}

.footer-bottom a{
	color: var(--sand);
}


@media (max-width: 768px) {
	.hero h1 {
		font-size: 2rem;
	}

	.hero p {
		font-size: 1rem;
	}

	.search-bar {
		flex-direction: column;
	}

	.footer-content {
		flex-direction: column;
		text-align: center;
	}

	.nav-menu {
		display: none;
	}
}


.mt0{
	margin-top: 0px;
}

.mb0{
	margin-bottom: 0px;
}

.clear {clear:both;display:block;font-size:0;line-height:0;}
.left{ float: left;}
.right{ float:right;}
.center{ margin: 0 auto; padding: 0 auto; text-align: center; }
.justify { text-align: justify; font-size: 14px;}
.border-bottom{ border-bottom: 2px dotted gray;}
.border{ border: 1px solid red;}
.divider{ height: 90px;}
.inline { display: inline-flex;}


.primary{
	background: var(--terracotta);
}

.secondary{
	background: var(--olive);
}

.third{
	background: var(--sand);
	color: var(--olive);
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .header-area .main-nav .logo h1 img{
	max-height: 80px;
	text-align: center;
	}
  
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}


/* Page Header */
.page-header {
	background: var(--terracotta);
	background-size: cover;
	padding: 6rem 2rem 1rem 2rem;
	text-align: center;
	color: white;
	height: 300px;
}

.page-header h1 {
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 2.8rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.page-header p a{
	color: var(--sand);
	font-size: 0.8rem;
}

.page-header p a:hover{
	color: var(--terracotta);
}


.page{
	padding: 3rem 8rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.page h1, .main-section h1{
	font-family: "Faculty Glyphic", sans-serif;
	font-size: 2.8rem;
	margin-bottom: 1rem;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
}

.page_image{
	float: right;
	padding: 8px;
	border: 1px solid #ddd;
	background: var(--sand);
	margin: 8px;
	max-width: 60%;
}

@media (max-width: 992px) {
	.page{
		padding: 3rem 5rem;
	}
}

.bordered{
	border: 1px solid red;
}

.lapozo{
	font-size: 1.2rem;
	color: var(--olive);
}

.lapozo a{
	color: var(--olive);
	width: 2.0rem;
	height: 2.0rem;
}

.lapozo .active a{
	color: var(--terracotta-dark);
}

.lapozo a:hover{
	color: var(--terracotta);
}

.olive{ background: var(--olive); color: white;}
.sand{ background: var(--sand); color: var(--terracotta);}
.sand-light{ background: var(--sand-light); color: var(--terracotta);}
.terracotta{ background: var(--terracotta); color: white;}

.olive a{ color: white;}
.sand a{ color: var(--terracotta);}
.sand-light a{ color: var(--terracotta);}
.terracotta a{ color: white;}


.elerhetoseg-box{
	max-width: 80%;
	height: 10rem;
	border-radius: 20px;
	margin: 0 auto;
	padding: 0 auto;
	padding: 1.0rem;
}

.elerhetoseg-box i{
	font-size: 3.0rem;
	margin-top: 0.6rem;
	margin-bottom: 1.0rem;
}

.elerhetoseg:last-child{
	margin: 0rem;
}

.datum{
	font-size: 0.8rem;
}

#hirgaleria{
	display: inline-block;
}

.carousel-inner{
	width: 100%;
	margin: 0px auto;
	padding: 0px auto;
	padding-top: 15px;
}

.multislider{
	background: var(--sand);
	padding: 10px 20px;
}

#hirgaleria .carousel-inner .item{
	display: inline-block;
	width: 24.4%;
	margin: 2px;
	padding: 10px;
	border: 1px solid grey;
}

#hirgaleria .carousel-inner .item img{
	width: 100%;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid var(--terracotta-dark);
	background: var(--sand);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


.main-image img {
  float: none;
  max-width: 100%;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e4167;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e4167;
}

.single-property .accordion-button:not(.collapsed) {
  color: #bf0f0a;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.ingatlan-kis-kepek img{
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.cursive {
	font-family: "Faculty Glyphic", sans-serif;
	font-weight: 400;
}

.ingatlan-tabla{
	line-height: 30px;
	background: var(--cream);
	color: var(--terracotta-dark);
	padding: 10px;
	border-radius: 20px;
}

table.ingatlan-tabla{
	
}

.ingatlan-tabla tr{
	border-bottom: 1px solid var(--sand);
}

.ingatlan-tabla tr:last-child{
	border-bottom: none;
}

.ingatlan-tabla td, .ingatlan-tabla th{
	padding: 8px;
}

.ingatlan-tabla th{
	font-weight: bold;
	color: grey;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.0em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
  
select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.form-control input{
	border-radius: 0px;
}

.password-div{
	position: relative;
}

.password-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 1.8rem;
}

.profil-menu{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	line-height: 2.0rem;
}

.pl-2{
	padding-left: 2.0rem;
}


.fogl_ures{
	background: grey;
	border: 1px solid #ccc;
	height: 4.0rem;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	width: 14.25%;
}

.fogl_szabad{
	background: green;
	color: white;
	height: 4.0rem;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	width: 14.25%;
}

.fogl_reszben_szabad{
	background: #fdb855;
	color: white;
	height: 4.0rem;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	width: 14.25%;
}

.fogl_tele{
	background: red;
	color: white;
	height: 4.0rem;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	width: 14.25%;
}

.fogl_nemlehetfoglalni{
	background: #b4c2b8;
	color: white;
	height: 4.0rem;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	width: 14.25%;
}

.fogl_szabad a, .fogl_reszben_szabad a{ color: #fff; }

.fogl_szabad:hover, .fogl_reszben_szabad:hover{ background: #176db0; }

.fogl_margin_left{
	margin-left: 40px;
	border-bottom: 2px solid white;
}

.fogl_table{
	vertical-align: middle;
}

.vilagos{
	background: #fff;
	width: 96%;
}

#foglalas_tabla a{
	color: white;
}

.fogl_table input{
	line-height: 35px;
	height: 35px;
	border-radius: 2px;
	box-shadow: none;
	border: 1px solid grey;
	margin-bottom: 2px;
}

.fogl_table input[type="number"], .fogl_table input[type="date"]{
	width: 50%;
	max-width: 100%;
}

.fogl_table input[type="text"], .fogl_table input[type="email"]{
	width: 100%;
	max-width: 100%;
}

.fogl_table textarea{
	width: 100%;
	max-width: 100%;
	height: 150px;
}

.foglalas_osszegzes{
	width: 80%;
	margin: 0 auto;
	padding: 0 auto;
}

.foglalas_osszegzes th{
	color: #1e4167;
	background: #ccc;
	height: 30px;
	padding: 4px;
}

/* HIBA ÉS RENDBEN ÜZENETEK FORMÁZÁSA */
#hiba span, #rendben span, #hiba404 span{
	text-shadow: 1px 1px 1px white;
	font-size: 20px;
}

#hiba ul, #rendben ul, #hiba404 ul{
	text-align: justify;
	font-size: 15px;
	font-weight: normal;
	list-style-type: square;	
}

#hiba404 ul{
	margin-left: 130px;
}

#hiba, #rendben{
	width: 60%;
	max-width: 100%;
}

#hiba{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #b04723;
	font-size: 16px;
	background: #e3e3e3;
	background: -webkit-linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* For Firefox 3.6 to 15 */
	background: no-repeat left linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* Standard syntax */
	border: 1px solid #b04723;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#rendben{
	margin: 0 auto;
	padding: 0 auto;
	background: -webkit-linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* For Firefox 3.6 to 15 */
	background: no-repeat left linear-gradient(#f2f2f2, #f2f2f2, #e3e3e3); /* Standard syntax */
	border: 1px solid #B2CC4A;
	text-align: center;
	font-weight: bold;
	color: #329507;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#hiba404{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #EE640C;
	font-size: 16px;
	background: #e3e3e3;
	border: 2px solid #e68c8c;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 767px){
	#hiba, #rendben{
		width: 100%;
	}
}


.kiemeltgaleria{
	height: 440px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.boxgaleria{
	position: absolute;
	top: 10px;
	right: 10px;
}

#hirgaleria{
	display: inline-block;
}

.w30{
	width: 20%;
	margin: 0px 8px;
}

.footergaleria{
	width: 100%;
}

.footergaleria a{
	overflow: hidden;
}

.footergaleria a img{
	max-width: 32%;
	border: 1px solid var(--olive);
	margin: 1px;
}

.footergaleria a img:hover{
	border: 1px solid var(--terracotta);
}