/***********************************************
* Fonts
***********************************************/
/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/mulish-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/mulish-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-600 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/mulish-v3-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/mulish-v3-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/mulish-v3-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/mulish-v3-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-italic - latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/fonts/mulish-v3-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/mulish-v3-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/***********************************************
* General
***********************************************/
#property_description {
  font-size: 1rem;
  line-height: 1.5;
}

#property_description #collapseDescription.collapse:not(.show) {
  display: block;
  height: 9rem;
  overflow: hidden;
}

#property_description #collapseDescription.collapsing {
  height: 9rem;
}

.feature-image {
	max-width: 80px;
	margin: 0 10px;
}
#footer_phone {
    background: rgba(52,58,64,0.7);
}

.propertylist_feature-image {
	max-width: 60px;
	margin: 0 10px;
}
.propertylist_feature-text {
	font-size: 0.8em;
	font-weight: 700;
}

/***********************************************
* Gallery single
***********************************************/
.gallery_single {
	width:100%;
	overflow: hidden;
    height: 472px;
    padding: 0;
}

.gallery_single img {
    object-fit: cover;
    width: 100%;
    /*height: auto;*/
    height: 100%;
}
@media (max-width:768px) {
    .gallery_single{
		max-height: 220px;
	}
}

/***********************************************
* Gallery and Photos
***********************************************/
.gallery {
    overflow: hidden;
    height: 472px;
}

.gallery {
    display: grid;
    grid-template-columns: 688px repeat(2, 1fr);
    grid-template-rows: repeat(4, 112px);
    grid-gap: 8px;
}

.gallery a:nth-child(1) {
    grid-row: 1/span 4;
}

.gallery a:nth-child(2) {
    grid-row: 1/span 2;
    grid-column: 2/span 2;
}

.gallery a {
    padding: 0;
    margin: 0px
}

.gallery {
    padding: 0;
}

.gallery img {
    object-fit: cover;
    width: 100%;
    /*height: auto;*/
    height: 100%;
}

.gallery_img2 {
	width:421px;
	height:230px;
}

.gallery_img3 {
	width:205px;
	height:113px;
}
.gallery_img4 {
	display: none;
}

.features {position: relative}


td {
    width: 50%
}
tr td:nth-child(1){color:#999999;font-size: 1.19rem;}
tr td:nth-child(2){color:#676767;font-size:1.1rem;}



/* CARD SLIDER CSS */
.post-slider {
    height: auto;
    overflow: hidden;
}

.slider-container {
    position: relative;
    max-width: 1140px;
    margin:0 auto;
    width:96%;
}
.slick-slide div{margin-right: 3px;width:90%;}

.next {
    position: absolute;
    top: 37%;
    width: 2.55rem;

    height: auto;
    z-index: 888;
    background-color: white;
    right: .8rem
}



.gallery{width:100%;}
.gallery-container{padding:0}

/* MEDIA QUERIES */
@media(min-width:1200px){
    .gallery a:nth-child(3) img{width:205px !important;height: 113px !important;}
}

@media(max-width:1200px){

    .gallery{margin:0;padding: 0;width:100%;}
    .gallery{
    grid-template-columns: 571px repeat(2, 1fr) !important;}
    .gallery a:nth-child(1), .gallery a:nth-child(1) img{
        height:474px !important;
    }
    .gallery a:nth-child(2), .gallery a:nth-child(2) img{
        width:356px !important;height:232px !important;
    }
    .gallery a:nth-child(3),.gallery a:nth-child(4),.gallery a:nth-child(5),.gallery a:nth-child(6),
    .gallery a:nth-child(3) img,.gallery a:nth-child(4) img,.gallery a:nth-child(5) img,.gallery a:nth-child(6) img{
        width:171px !important;height:114px !important;
    }

}
@media (max-width:1020px){
    .gallery{
        grid-template-columns: 100% repeat(2, 1fr) !important;;
    }
    .gallery a:nth-child(1),.gallery a:nth-child(1) img {
       width:100% !important;height: 100% !important;
    }

	.positioner {
	  width: 50%;
	  height: 50%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}

	.photo_icon {
	  position: absolute;
	  right: -20px;
	  bottom: -20px;
	  width: 42px;
	  height: 42px;
	}
}


@media (max-width:768px) {
    tr{display: flex;flex-direction: column;width:100%;}
    tr td{padding:0px 10.5px !important;width:100%;}
    tr td:nth-child(1){padding-top:10px !important;}
    tr td:nth-child(2){border:none;padding-bottom:10px !important;}
    .gallery{
		max-height: 220px;
	}
	.gallery_img1 {
		max-height: 220px;
	}
}


.photo_container {
    height:120px;
}

.photo_listing {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}


/***********************************************
* Floating form labels
***********************************************/
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/********************************************/
/* Energy labels							*/
/********************************************/
.energylabel {
	height: 1.5rem;
	padding: 0 0.625rem;
	font-size: 1rem;
	margin: 5px 1.5rem 0 0;
	display: inline-block;
	position: relative;
	background-color: #999;
	text-transform: uppercase;
}
.energylabel:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 100%;
	border-color: transparent transparent transparent #999;
	border-style: solid;
	border-width: 0.75rem 0 0.75rem 0.75rem;
}
.energylabel-index {
	font-size: .6rem;
}
.energylabel-a {
	color: #fff;
	background-color: #009341;
}
.energylabel-a:after {
	border-left-color: #009341;
}
.energylabel-b {
	color: #fff;
	background-color: #1ba944;
}
.energylabel-b:after {
	border-left-color: #1ba944;
}
.energylabel-c {
	color: #fff;
	background-color: #9ecf1c;
}
.energylabel-c:after {
	border-left-color: #9ecf1c;
}
.energylabel-d {
	color: #333;
	background-color: #f8f51b;
}
.energylabel-d:after {
	border-left-color: #f8f51b;
}
.energylabel-e {
	color: #fff;
	background-color: #f4b001;
}
.energylabel-e:after {
	border-left-color: #f4b001;
}
.energylabel-f {
	color: #fff;
	background-color: #df6d16;
}
.energylabel-f:after {
	border-left-color: #df6d16;
}
.energylabel-g {
	color: #fff;
	background-color: #db261e;
}
.energylabel-g:after {
	border-left-color: #db261e;
}
