	@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');
}

.content{
	display: block;
	margin-bottom: 40px;
}

.content .open-banner{
	height: 300px;
	position: relative;
	background-image: url('../img/A1-belso.jpg');
	background-position: center center;
}

.content .open-banner .banner-title{
	color: #fff;
	font-family: "Roboto-C-Light";
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 100%;
	position: absolute;
	text-align: center;
	top:45%;
}

.content .content-title{
	text-align: center;
	text-transform: uppercase;
	color: #654F3D;
	font-family: "Roboto-C-Light";
	letter-spacing: 3px;
	margin-top: 20px;
}

.content .content-title .title{
	font-size: 25px;
	font-family: "Roboto-C-Light";
	font-weight: 600;
	margin-top: 30px;
}

.content .content-title hr{
	width: 500px;
	background: #B7C35E;
	height: 2px;
	border: none;
	margin-top: 10px;
	margin-bottom: 40px;
}

.search-block{
	font-family: "Roboto-C-Light";
	color:#654F3D;
	display: flex;
	width: 50%;
	margin: 0 auto;
	justify-content: space-between;
}

.search-block .title{
	text-align: center;
	text-transform: uppercase;	
}

.search-block .col{
	display: block;
	width: 150px;
	text-align: center;
}

.search-block .col p{
	display: flex;
	width: 150px;
	justify-content: flex-start;
	align-content: center;
}

.search-block .col span{
	padding: 4px 10px;
}

.search-block .col input[type="checkbox"]{
	border: 1px solid #654F3D;
	width: 20px;
	height: 20px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.search-block .col input[type="radio"]{
	outline: none;
	background: red;
	
	border-radius: 0;
}

.search-block .col input:checked[type="checkbox"]{
	background:#654F3D url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.button-group{
	margin-top: 20px;
	text-align: center;
}

.button-group .btn{
	color: #fff;
	height: 26px;
	width: 140px;
	padding: 3px 15px;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 17px;
	font-family: "Roboto-C-Light";
	letter-spacing: 3px;
}

.button-group .btn-search{
	background: #B8C571;
}

.button-group .btn-search:hover{
	background: #c0c0c0;
	border: 1px solid #B8C571;
	cursor: pointer;
}


.apartment-list-block{
	width: calc(100% - 40px);
	height: auto;
	margin: 40px 0;
	display: block;
	justify-content: space-around;
	position: relative;
}

.apartment-list-block .apartment-block{
	width: 100%;
	height: 100px;
	line-height: 75px;
	display: flex;
	justify-content: space-between;
	color: #654F3D;
	border-top:1px solid #B8C571;
	border-bottom:1px solid #B8C571;
	text-align: center;
	padding: 0 20px;
	margin-top: -1px;
}

.apartment-list-block .apartment-block:hover{
	background: #B8C571;
	color: #fff;
}

.apartment-list-block .sold{
	background: #948478;
	color: #B7ADA6;
}

.apartment-list-block .sold .btn-open{
	visibility: hidden;
}

.apartment-list-block .sold:hover .btn-open{
	pointer-events: none;
}

.apartment-list-block .apartment-block:hover .button-group .btn-select{
	color: #B8C571;
	background: #fff;
	cursor: pointer;
}

.apartment-list-block .apartment-block:hover .button-group .btn-open{
	background: transparent;
	cursor: pointer;
}

.apartment-list-block .one{
	background: #E6E7E8;
}

.apartment-list-block .two{
	background: #fff;
}

.apartment-list-block .apartment-block .img{
	width: 200px;
	height: 100px;
	margin: 0 -80px;
}

.apartment-list-block .apartment-block .img img{
	height: 100%;
}

.apartment-list-block .apartment-block .text{
	text-transform: uppercase;
	font-family: "Roboto-C-Light";
	font-size: 14px;
	letter-spacing: 3px;
}

.apartment-list-block .apartment-block .value{
	font-family: "Roboto-C-Bold";
	font-size: 27px;	
	margin-top: -50px;
}

.apartment-list-block .apartment-block .value sup{
	font-size: 18px;	
}

.apartment-list-block .apartment-block .button-group{
	margin-top: 15px;
	margin-left: -120px;
}

.apartment-list-block .apartment-block .button-group .btn{
	color: #fff;
	width: 140px;
	padding: 3px 15px;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 17px;
	font-family: "Roboto-C-Light";
	letter-spacing: 3px;
}

.apartment-list-block .apartment-block .button-group .btn-select{
	background: #B8C571;
}

.apartment-mobil-block{
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 250px;
	margin:10px 0;
	display: none;
}

.apartment-mobil-block .row{
	width: 100%;
	height: 60px;
	background: red;
	display: flex;
	color: #fff;
	background: #948479;
	font-family: "Roboto-C-Light";
}

.apartment-mobil-block .row .number{
	width: 60px;
	line-height: 62px;
	text-align: center;
	justify-content: center;
	font-size: 20px;
	background: #B7C57C;
}

.apartment-mobil-block .row .text{
	padding-left: 15px;
	padding-top: 6px;
}

.apartment-mobil-block .row .text .area{
	font-size: 25px;
	font-weight: bolder;
}

.apartment-mobil-block .row .text .area sup{
	font-size: 15px;
}

.apartment-mobil-block .row .btn{
	color: #B8C571;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-family: "Roboto-C-Light";
	letter-spacing: 3px;
	position: absolute;
	right: 30px;
	padding: 10px;
	margin: 12px 0;
}

.apartment-mobil-block .row .btn:hover{
	color: #B8C571;
	background: #fff;
	cursor: pointer;
}


@media screen and (max-width: 992px) {
	.content .content-title hr{
		width: 100%;
	}
	
	.apartment-list-block .apartment-block .level{
		margin-left: -45px;
	}
	
	.apartment-list-block .apartment-block .img {
		display: none;
	}
	
	.apartment-list-block .apartment-block .button-group {
		margin-left: -150px;
	}

	.apartment-list-block .apartment-block,
	.sold{
		display: none;
	}
	
	.apartment-mobil-block{
		display: block;
	}
		
	.search-block{
		width: 100%;
	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.content .content-title hr{
		width: 100%;
	}
	
	.apartment-list-block .apartment-block,
	.sold{
		display: none;
	}
	
	.apartment-mobil-block{
		display: block;
	}
	
	.search-block{
		width: 100%;
	}
}