@font-face {
  font-family: "adamwarrenpro";
  src: url('../font/adamwarrenpro.ttf');
}

@font-face {
  font-family: "Roboto-C-Light";
  src: url('../font/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: "Roboto-C-Bold";
  src: url('../font/RobotoCondensed-Bold.ttf');
}

body{
	margin: 0 25px;
	padding: 0;
	box-sizing: border-box;
	cursor: default;
	background: #fff;
}

a, a:visited {
	outline: 0;
	text-decoration: none;
}

.header{
	width: 100%;
	padding-top: 20px;
	font-family: "Roboto-C-Light";
	font-weight: 100;
	position: relative;
	z-index: 9991;
}

.top-bar{
	font-family: "Roboto-C-Bold";
	color: #63513E;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: -1;
	text-align: right;
	margin-bottom: -60px;
}

.top-bar-nav{
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	list-style-type: none;
	display: inline-flex;
}

.top-bar-nav li{
	letter-spacing: 2px;
}

.top-bar-nav .phone{
	font-size:20px;
	font-family: "Roboto-C-Bold";
	letter-spacing: 4px;
}

.top-bar-nav .phone::after{
	content: "|";
	padding: 0 10px;
}

.top-bar-nav .email{
	font-size: 13px;
}

.top-bar-nav .social img{
	width: 30px;
	padding-left: 10px;
}

.header-nav{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	justify-content: center;
	align-content: center;
}

.header-nav ul{
	width: 100%;
	list-style-type: none;
	text-align: center;
	margin-left: -45px;
}

.header-nav ul li{
	margin: 0px;
	display: inline-block;
	width: auto;
	padding: 0 15px;
}

.header-nav ul li a{
	color: #63513E;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 60px;
	display: block;
	padding-bottom: 15px;
}

.header-nav ul li a:hover{
	color: #B9C563;	
}

.header-nav li.underline:hover::after{
	width: 20px;
}

.header-nav li.underline::after{
	content: "";
	display: block;
	margin: -25px auto 0 auto;
	width: 45px;
	height: 2px;
	background: #B9C563;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-nav ul .logo{
	max-width: 150px;
}

.header-nav ul a .logo img{
	width: 100%;
	margin-bottom: -20px;
}

.header-nav ul li .child{
	height: 50px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background: #63513E;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
}

.header-nav ul li:hover .child{
	visibility: visible;
	opacity: 1;
}

.header-nav ul li ul li a{
	color: #fff;
	line-height: 52px;
}

.header-nav ul li ul li a:hover{
	color: #B9C563;
}

.content .open-banner{
	height: 500px;
	margin-top: 23px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url('../img/602-nappali-konyha_01-ok2.jpg');
}

.content .open-banner .banner-msg{
	width: 450px;
	font-size: 28px;
	font-family: "Roboto-C-Light";
	font-weight: 600;
	text-transform: uppercase;
	border-left: 7px solid #B9C563;
	color: #63513E;
	background: rgba(255,255,255,0.7);
	position: absolute;
	right: 0;
	margin-top: 90px;
	padding: 10px 10px 10px 30px;
}

.content .open-banner .banner-msg p{
	line-height: 20px;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.content .content-title .title{
	padding-bottom: 12px;
}

.discounted-box .box-title,
.type-apartment-boxs .box-title,
.location-block .box-title,
.sale-block .box-title{
	font-size: 20px;
	font-family: "Roboto-C-Bold";
	text-transform: uppercase;
	text-align: center;
	color: #63513E;
	letter-spacing: 5px;
	padding: 35px 0px;
}

.discounted-box {
	margin-right: -15px;
}

.discounted-box .box-content{
	width: 100%;
	display: inline-flex;
	justify-content: space-around;
}

.discounted-box .box-content:not(:last-child) {
	margin-left: -15px;
}


.discounted-box .box-content .discounted-offer-box{
	width: 33%;
	height: 400px;
	margin-left: 15px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
	
.discounted-box .box-content .discounted-offer-box .discounted-offer-text{
	height: calc(100% - 152px);
	width: calc(100% - 29px);
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Roboto-C-Light";
	letter-spacing: 2px;
	text-align: center;
	padding: 100px 15px 0 15px;
	position: absolute;
}

.type-apartment-boxs .box-content .box-row .type-apartment-box .type-apartment-open:hover,
.discounted-box .box-content .discounted-offer-box .discounted-offer-text:hover{
	background: rgba(99,81,61,0.7);	
}

.discounted-box .box-content .discounted-offer-box .discounted-offer-text button{
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 100;
	font-family: "Roboto-C-Light";
	border: 1px solid #fff;
	padding: 5px 7px;
}

.discounted-box .box-content .discounted-offer-box .discounted-offer-text button:hover{
	color: #000;
	cursor: pointer;
	background: #fff;
}

.discounted-box .box-content .discounted-offer-box .discounted-offer-price{
	color: #63513E;
	background: #E6E7E8;
	text-align: center;
	font-size: 25px;
	font-family: "Roboto-C-Light";
	padding: 13px 0 10px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.discounted-box .box-footer{
	width: calc(100% - 10px);
	font-size: 11px;
	font-weight: 100;
	color: #919190;
	font-family: "Roboto-C-Bold";
	text-align: center;
	letter-spacing: 2px;
	margin-top: 5px;
	border-bottom: 2px solid #B9C563;
	padding: 35px 0;
}

.type-apartment-boxs{
	margin-right: -15px;
}

.type-apartment-boxs .box-content{
	width: 100%;
	display: block;
}

.type-apartment-boxs .box-content .box-row{
	width: 100%;
	margin-left: -15px;
	margin-bottom: 25px;
	display: inline-flex;
	justify-content: space-between;
	font-family: "Roboto-C-Light";
	color: #63513E;
}

.type-apartment-boxs .box-content .box-row .type-apartment-box{
	width: 100%;
	height: 300px;
	position: relative;
	margin-left: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.type-apartment-boxs .box-content .box-row:not(:last-child) {
	margin-left: -15px;
}

.type-apartment-boxy .box-content .more-text{
	position: relative; width: calc(100% - 50px); margin-left: 50px;
}

.type-apartment-boxs .box-content .box-row .type-apartment-box .type-apartment-open{
	text-align: center;
	padding-top: 110px;
	height: calc(100% - 110px);
}

.type-apartment-boxs .box-content .box-row .type-apartment-box .type-apartment-open button{
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 100;
	font-family: "Roboto-C-Light";
	border: 1px solid #fff;
	padding: 5px 7px;
}

.type-apartment-boxs .box-content .box-row .type-apartment-box .type-apartment-open button:hover{
	color: #000;
	cursor: pointer;
	background: #fff;
}

.type-apartment-boxs .box-content .box-row .type-apartment-box .type-apartment-text{
	width: 100%;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	font-family: "Roboto-C-Light";
	color: #63513E;
	background: #E6E7E8;
}


.type-apartment-boxs .box-content .box-row span{
	font-size: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;	
	padding-bottom: 20px;
	margin-left: -20px;
}

.type-apartment-boxs .box-content .box-row .more-info-btn{
	height: 40px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;	
	color: #B9C563;
	border: 2px solid #B9C563;
	background: transparent;
	padding: 5px 10px;
	position: relative;
	right: 40px;
	top: 150px;
	bottom: 0;
}

.type-apartment-boxs .box-content .box-row ul{
	list-style-type: none;
	margin-left: 20px;
	left:0;
	bottom: 0;
}

.type-apartment-boxs .box-content .box-row ul li{
	line-height: 40px;
}

.type-apartment-boxs .box-content .box-row ul li::before{
	content:"|";
	color: #B9C563;
	font-weight: bolder;
	font-size: 20px;
	margin-right: 20px; 
}

.home-for-sale-box{
	width: calc(100% - 30px);
	margin: 0px -25px;
	padding: 45px 40px;
	background: #B9C563;
	display: inline-flex;
	font-family: "Roboto-C-Light";
}

.home-for-sale-box .box{
	z-index: 1;
	width: 55%; 
	margin-left: 70px;
}

.home-for-sale-box .box .box-bg{
	position: absolute;
	opacity: 0.2;
	z-index: -1;
	margin: -80px -150px;
	width: 50%;
}

.home-for-sale-box .box h3{
	color: #fff;
	letter-spacing: 2px;
	font-family: "Roboto-C-Light";
	text-transform: uppercase;
	position: relative;
}
.home-for-sale-box .box p{
	color: #63513E;	
	text-align: justify;
}

.home-for-sale-box .box span{
	width: 180px;
	text-align:center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase; 
	font-family: "Roboto-C-Light";
	display: inline-grid;
}
.home-for-sale-box .box span img{
	width: 120px;
	margin: 0 auto;
}


.r18-block{
	background: url("../img/homlokzati_latvanyrajz.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.r18-box{
	width: 50%;
	color: #fff;
	background: rgba(99, 81, 62, 0.8);
	font-family: "Roboto-C-Light";
	padding: 50px;
	margin: 0 -25px;
}

.r18-box .r18-box-title{
	letter-spacing: 2px;
	font-size: 20px;
	font-family: "Roboto-C-Bold";
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 20px;
}

.r18-box .r18-box-subtitle{
	color: #B7C35E;
	letter-spacing: 2px;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 20px;
}

.r18-box .r18-box-text{
	padding: 20px 20px 0 20px;
}

.r18-box .image-boxs{
	display: flex;
	align-content: center;
	text-align: center;
	justify-content: space-between;
	padding: 40px;
	flex-wrap: wrap;
}

.r18-box .image-boxs .image-box{
	width: 120px;
	text-align: center;
	text-transform: uppercase;
}

.r18-box  .image-boxs .image-box .image-box img{
	width: 100%;
}

.r18-properties-boxs{
	background: #BCBEC0;
	display: flex;
	justify-content: space-between;
	margin: 0 -25px;
	padding: 20px 25px;
}

.r18-properties-box{
	min-width: 225px;
	width: calc(100% - 71px);
	color: #B7C35E;
	background: #fff;
	padding: 20px;
	margin: 15px 15px;
}

.r18-content-container{
	width: calc(100% - 40px);
	border:1px solid #B7C35E;
	padding: 20px;
	text-align: center;
}

.r18-title-propertie{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	font-family: "Roboto-C-Light";	
	margin-bottom: 7px;
}

.r18-value-propertie{
	font-size: 40px;
	font-family: "Roboto-C-Bold";
}

.r18-value-propertie sup{
	font-size: 20px;
}

.location-block{
	width: calc(100% +25px);
	margin: 0 -25px;
}

.location-block .map{
	height: 450px;
	width: 100%;
	object-fit:cover;
}

.location-points{	
	display: flex;
	justify-content: space-around;
	margin-top: -50px;
	margin-left: 25px;
	margin-right: 25px;
}

.location-point{
	width: 100%;
	height: 200px;
	padding: 10px;
	margin: 0 5px;
	position: relative;
}

.location-point .point-container{
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px;
	font-family: "Roboto-C-Light"; 
	position: absolute;
	top:50%;
	left: 10%;
	right: 10%;
}

.location-point .point-container:hover{
	background: rgba(99,81,61,0.7);	
}

.location-point .point-hover{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -10px 0 0 -10px;
	background: rgba(99,81,61,0.7);	
	display: none;
}

.location-point .point-container .point,
.location-point .point-container .time{
	color: #fff;
}
.location-point .point-container .point{
	font-size: 18px;
}

.location-point .point-container .time{
	font-size: 25px;	
	font-weight: 600;
	margin-top: 7px;
	
}

.sale-block .box-title{
	margin-bottom: -20px;
}

.sale-block p{
	color: #63513E;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
	font-family: "Roboto-C-Light";
}

.sale-boxs{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.sale-box{
	min-width: 300px;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #B7C35E;
	margin: 20px 20px 30px 20px;
}

.sale-title{
	font-size: 22px;
	font-family: "Roboto-C-Light";
	font-weight: 600;
	letter-spacing: 5px;
}

.sale-subtitle{
	font-size: 15px;
	font-family: "Roboto-C-Light";
	margin-top: 5px;
	letter-spacing: 2px;
}

.sale-title,
.sale-subtitle{
	color:#B7C35E;
	text-transform: uppercase;
}

.sale-phone{
	margin-top: 20px;
	font-size: 25px;
	font-family: "Roboto-C-Bold";
	letter-spacing: 4px;
}

.sale-email{
	font-size: 19px;
	font-family: "Roboto-C-Light";
	font-weight: 600;
	margin-top: 5px;
	letter-spacing: 3px;
}

.sale-phone,
.sale-email{
	color:#63513E;
}

.footer{
	margin: 0px -25px;
	padding: 10px 150px;
	background: #E6E7E8;
	color: #919190;
	letter-spacing: 2px;
	text-align: center;
	font-family: "Roboto-C-Light";
	font-size: 13px;
}

.footer .norm-footer{
	height: 100px;
	display: flex;
	justify-content: space-between;
}

.footer .norm-footer a,
.footer .mobile-footer a{
	font-size: 15px;
	margin-top: 20px;
	color: #474747;
	text-transform: uppercase;
}

.footer .norm-footer a:hover{
	color: #fff;
}

.footer .norm-footer img{
	width: 150px;
	margin-left: -90px;
}

.footer span{
	line-height: 30px;
}

.mobile-footer{
	display: none;
}