

#menu li:hover>a, #menu li.active>a{
	border-radius:0;
}

#menu li>a{
	font-weight: normal;
	border:0;
	border-bottom: 5px solid #fff;
}

h1{
	text-align:center;
}

#menuMobile li div a{
	color: #787878;
}

#footer {
    height: 420px;
}

#footer-padding {
    width: 100%;
	margin-top: 3px;
}

img.mailIcon {
    display: none;
}

* {
	outline: none !important;
}

#top-panel {
    background: #ffffff;
    border-bottom: 1px solid #d1d1d1;
}

#layout{
	font-family:"Open Sans"
}

#menu {
	flex-direction: row-reverse;
    display: flex;
}

#menu li:hover>a, #menu li.active>a {
    border-bottom: 3px solid #286e65;
}

a.reality-item{
	padding:0.25em;
	box-sizing: border-box;
	text-decoration:none;
	margin-bottom:5em;
}

.reality-item:hover{
	background:#f7f7f7;
}

.reality-item-image{
	width:100%;
	padding-top:60%;
	background-size:cover;
	background-position:center;
}

.reality-item-name{
	padding: 1rem;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight:200;
	color:#000;
}

.reality-item-city{
	font-size:1.2em;
	color:#707070;
	padding:0em 1rem;
	margin-bottom:1em;
}

.reality-item-price{
	font-size: 2em;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
	padding:0em 1rem;
	margin-bottom:1em;
}

.reality-item-type{
	font-size:0.9em;
	color:#707070;
	padding: 0em 1rem;
	margin-bottom:2em;
}

.reality-detail-name{
	font-size:2.5em;
	font-weight:200;
	line-height:1.2;
	color:#000;
	text-align:center;
}

#reality-detail-gallery{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap:1px;
	height: fit-content;
}

.reality-detail-image{

}

.reality-detail-image:first-child{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.reality-detail-image-photo{
	padding-top:100%;
	width:100%;
	background-size:cover;
	background-position:center;
}

#reality-detail-label{
	font-weight:400;
	font-size:1.2em;
	line-height:2;
	text-align: justify;
}

.reality-detail *{
	box-sizing:border-box;
}

#reality-detail-info{
	border-left: 1px solid #efefef;
}

#reality-detail-info .row div:first-child{
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: 300;
}

#reality-detail-info .row div:last-child{
	font-size: 1.3em;
	line-height: 1.1;
	font-weight: 400;
}

#reality-detail-price-box{
	background: #f1f1f1;
	padding:1em 2em;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	margin-top:2em;
}

#reality-detail-price-box div:first-child{
	font-size:1.3em;
	font-weight:300;
	line-height:1.2;
	margin-bottom:1em;
}

#reality-detail-price-box div:last-child{
	font-size:2em;
	font-weight:700;
	line-height:1.5;
}

.agent-contact h3{
	color: #000;
	font-size: 1.6em;
	font-weight: 300;
}

.agent-name{
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.2;
}

.agent-name div:nth-child(1){
	margin-right: 1em;
	display:inline-block;
}

.agent-name div:nth-child(2){
	background: #f1f1f1;
    padding: 0.5em;
    font-weight: 300;
	display:inline-block;
	margin-top:0.5em;
}

.agent-name div:nth-child(2) a{
	color: #000;
	text-decoration: none;
}

.contact-agent{
	background: #f1f1f1;
	border: 0;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin-top: 1em;
	font-weight: 300;
	cursor: pointer;
}

.contact-agent:hover{
	background:#d5d5d5;
}

#container-padding .modal h5{
	font-weight: 300;
}

#layout .modal .form-control{
	border-radius: 0;
	border: 1px solid #d1d1d1;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0.5em;
	font-weight: 300;
}

#layout .modal label{
	margin-bottom: 0.5em;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 300;
}

#layout .modal-content{
	border-radius:0;
	border:0;
}

#layout .modal .btn-primary{
	font-weight:400;
}

#reality-filter *{
	box-sizing: border-box;
}

.input-group-text{
	background-color:transparent;
	color:#000;
	border:0;
}

#reality-filter select{
	border:0;
	border-bottom: 1px solid #666666;
}

#reality-filter option{
	font-size:1rem;
	border:0;
	padding:0.5em;
	color:#495057;
	font-weight:400;
}

#reality-filter i{
	color: #666666;
}

.btn-primary{
	font-weight:400;
}

.slick-next img{
	transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {

	#reality-container{
		width:1200px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
	}

	#reality-filter{
		width:1200px;
		margin-left:auto;
		margin-right:auto;
		box-sizing:border-box;
	}

}

#slider{
	width:100%;
	max-width:1920px;
	height:480px;
	position:absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
	margin-top: 100px;
}

#slider-responsive{
	width:100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}

.sliderItem{
	height:480px !important;
}

.slider-responsive-item{
	padding:1em;
	display:flex;
	flex-direction:column;
}

.slick-arrow:not(.weather-arrow){
	position: absolute;
	z-index: 1;
	background: #4e4e4ec2;
	border: 0;
	height: 9vw;
	width: 35px;
	top: calc(87vw / 2);
	padding: 0.5em 0;
	box-sizing: content-box;
}

.slick-arrow:not(.weather-arrow):hover{
	background: #4e4e4ed8;
	cursor:pointer;
}

.slick-arrow img{
	height: 100%;
}

.slick-next{
	right:0;
	top:0px;
}

.slider-title{
	position:absolute;
	bottom: 180px;
	background: rgba(78,78,78,0.76);
	font-size: 2em;
	line-height: 1.2;
	padding: 1em;
	color: #c8fff5;
	right:100%;
	width:fit-content;
	max-width: calc(100vw - 15% - 4em);
}

.slider-responsive-title{
	background: rgba(78,78,78,0.76);
	font-size: 1.25em;
	line-height: 1.2;
	padding: 0.5em;
	color: #c8fff5;
	height:100px;
}

a.slider-button{
	position:absolute;
	top: 480px;
	right:15%;
	padding: 0.5em 1em;
	font-size: 1.5em;
	text-decoration: none;
	background: #9bd9ce;
	color: #454545 !important;
}

a.slider-responsive-button{
	padding: 0.6em 1em;
	font-size: 1.15em;
	text-decoration: none;
	background: #9bd9ce;
	color: #454545 !important;
	display: inline-block;
}

a.slider-button:hover{
	background: #7eb5ab;
	color: #fff !important;
}

.slider-helper{
	width:100%;
	height:480px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.slider-responsive-helper{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	padding-top:56.25%;
}

#header{
	height:580px;
}

.responsive-header{
    font-size: 1.5em;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

@media screen and (max-width: 1200px) {

		#navigation {
    		background: #e5e5e5;
		}

		#reality-container{
			width:100%;
			padding:1em;
		}

		#reality-filter{
			width:100%;
			padding:1em;
		}

		#title a {
    		text-decoration: none;
    		font-size: 22px;
		}

		#header-mobile {
    		background: #fff;
   			border-bottom: 1px solid #d1d1d1;
		}
}

@media screen and (max-width: 992px) {



}

@media (min-width: 768px) {

	.responsive-header{
		display:none;
	}

	#slider{
		display:block !important;
	}

	#slider-responsive{
		display:none;
	}

	#reality-container{
		margin-top:540px;
	}

	.slick-arrow:not(.weather-arrow) {
		width:50px;
		height: 100%;
		top:0;
	}

	.slick-arrow img{
		height:5vw;
	}

}

@media screen and (min-width: 1100px) {


	#menu{
		width: 960px;
	}

	#headerText{
		padding: 10px;
    	box-sizing: border-box;
	}

	#navigation{
		display:none;
	}

	#reality-container{
		margin-top:52px;
	}

}


@media (max-width: 1100px) {

	#navigation{
		z-index: 1;
		position: relative;
	}

	#slider{
		margin-top: 57px;
	}

	#header-mobile{
		background:#fff;
	}

	#page{
		margin-top: 420px;
	}

}

/* Spinner */
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

#spinner{
	box-sizing: border-box;
}
