/* Search*/


/************************************
 *									*
 *     Form Elements for Search 	*
 *									*
 ************************************/

/* label */

.FFestateview-default-overview-search label {
	width:100%;
	font-size:0.8em;
	font-weight:400;
	display:block;
	margin:10px 0 4px 0;
	
}


/* input text */

.ff-input-text input[type="text"]
{
	height: 40px !important;
	background:#fff;
	border: 0;
	width: 100%;
	border: 2px solid #eee !important;
	border-radius: 2px;
	padding: 1px 10px !important;
	font-size: 1em !important;
	font-weight:400;
	text-align:left;
}

/* input email */

.ff-input-text input[type="email"]
{
	height: 40px;
	background:#fff;
	border: 0;
	width: 100%;
	border: 2px solid #eee !important;
	border-radius: 2px;
	padding: 1px 10px !important;
	font-size: 1em !important;
	font-weight:400;
	text-align:left;
}

/* textarea */
.ff-textarea textarea
{
	height: 90px;
	background:#fff;
	border: 0;
	width: 100%;
	border: 2px solid #eee !important;
	border-radius: 2px;
	padding: 1px 10px !important;
	font-size: 1em !important;
	font-weight:400;
	text-align:left;
}


/* yes no*/

.ff-input-yesno {
	height: 40px;
	background:#fff;
	height: 34px;
	min-width: 125px;
	border: 0;
	max-width:100px;
	border: 2px solid #eee;
	border-radius: 2px;
	padding: 2px;
	font-size: 1em !important;
	font-weight:400;
	text-align:left;
	position:relative;

}

.ff-input-yesno div:last-child {
	display:none;
}	

.ff-input-yesno > div{
	display:flex;
	justify-content:space-between;
}

.ff-input-yesno label{
	height: 26px;
	width: 33.3%;
	box-size: border-box;
	text-align: center;
	background: #fff;
	font-size: 1em;
	top: 2px;
	font-weight: 200;
	padding: 4px;
	box-sizing: border-box;
	cursor:pointer;
	margin:0 !important ;
}

.ff-input-yesno label:nth-child(1){
	flex-shrink:1;
	flex-growth:1;
	text-align: left;
}

.ff-input-yesno label:nth-child(2){
	width:26px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 2px;
	flex-shrink:0;
	flex-growth:0;
}

.ff-input-yesno label:nth-child(3){
	flex-shrink:1;
	flex-growth:1;
	text-align: left;
}

.ff-input-yesno #ff-no,
.ff-input-yesno #ff-yes {
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}


.ff-input-yesno  #ff-yes label:nth-child(3){
	filter:grayscale(1);
}


.ff-input-yesno #ff-yes label:nth-child(2){
	position:absolute;
	left:2px;
	background:transparent;
	border-color:#c1dc80;
}



.ff-input-yesno #ff-no label:nth-child(1){
	filter:grayscale(1);
}

.ff-input-yesno #ff-no label:nth-child(2){
	position:absolute;
	right:2px;
	background:transparent;
	border-color: #f28e8e;
}



.ff-input-yesno label:nth-child(1).active {
  width:66.6%;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}  




/* input currency */
.ff-input-currency {
	background:#fff;
	position:relative;
	height: 40px;
	border:2px solid #eee;
	display:flex;
}

.ff-input-currency input
{
	border: 0 !important;
	border-radius: 2px;
	font-size: 1em !important;
	font-weight:400;
	text-align:left;
	padding:0 25px !important;
	width:100%;
	display:block;
}


.ff-input-currency span:first-child
{
	position: absolute;
    left: 5px;
    top: 6px;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: #aaa;
}

.ff-input-currency span:last-child
{
	position: absolute;
    right: 5px;
    top: 6px;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: #aaa;
}


/* checkbox */
.ff-input-checkbox {
  width: 80px;
  height: 40px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  background-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color .40s ease-in-out;
  -moz-transition: background-color .40s ease-in-out;
  -o-transition: background-color .40s ease-in-out;
  transition: background-color .40s ease-in-out;
  cursor: pointer;
  border: 2px solid #eee;
  background:#fff;
}

.ff-input-yesno div:first-child label:first-child,
.ff-input-checkbox.active {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxnIGlkPSJjaGVja21hcmsiPgoJCTxnPgoJCQk8cG9seWdvbiBwb2ludHM9IjU3My43NSwwIDE4My40ODUsNTE2Ljk2OCAzNy42NTcsMzgwLjcwMiAwLDQyMi41NDggMTg5LjQ1Miw2MTIgNjEyLDM4Ljg0MyAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0JEREE3OCIgZGF0YS1vbGRfY29sb3I9IiNCRERBNzciPjwvcG9seWdvbj4KCQk8L2c+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat 5px center #fff;
  background-size: 18px;
  background-position: 6px center;
}

.ff-input-yesno div:first-child label:last-child
{
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxnIGlkPSJjcm9zcyI+CgkJPGc+CgkJCTxwb2x5Z29uIHBvaW50cz0iNjEyLDM2LjAwNCA1NzYuNTIxLDAuNjAzIDMwNiwyNzAuNjA4IDM1LjQ3OCwwLjYwMyAwLDM2LjAwNCAyNzAuNTIyLDMwNi4wMTEgMCw1NzUuOTk3IDM1LjQ3OCw2MTEuMzk3ICAgICAgMzA2LDM0MS40MTEgNTc2LjUyMSw2MTEuMzk3IDYxMiw1NzUuOTk3IDM0MS40NTksMzA2LjAxMSAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0YyOEU4RSIgZGF0YS1vbGRfY29sb3I9IiNGMjhEOEQiPjwvcG9seWdvbj4KCQk8L2c+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat 5px center #fff;
  background-size: 18px;
  background-position: calc(100% - 4px ) center;
}

.ff-input-checkbox.active .round-btn {
  left: 2px;
  border-color:#c1dc80;
  background:transparent;
}

.ff-input-checkbox .round-btn {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 17px;
  margin-top: -15px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.ff-input-checkbox .ff-input {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* select*/

.chosen-select {
	width:100%;
}

.chosen-single {
    box-shadow: inherit;
    border: 2px solid #eee !important;	
	background: #fff !important;
	height: 40px !important;
	border-radius: 2px !important;
	font-size: 16px;
    display: block;
    width: 100%;
    max-width: 100%;
    outline: 0 !important;
    background: none !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    font-size: 1em !important;
    font-weight: 400 !important;
	color:auto !important;
	webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.chosen-container-single .chosen-search input[type=text] {
    padding: 5px 20px 5px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
	border-radius:0 !important;
}


.chosen-results .result-selected{
	background:#eee !important;
}

.chosen-results .highlighted {
	background:#aaa !important;
}
.chosen-results {
	text-align:left;
}


.chosen-container{
	font-size:inherit !important;
	width:100% !important;
	background:#fff;
	width: calc(100% - 40px) ;
}

.chosen-container-single .chosen-single div b {
	background:none !important; 
}


.chosen-single span {
	height: 36px !important;
    padding-top: 6px;
}

.chosen-search {
	font-size:1em;
	padding:0;
	margin-bottom:10px;
}



.chosen-drop {
    position: absolute !important;
    top: 0 !important;
    z-index: 1010  !important;
    border: 2px solid #eee !important;
    border-radius: 2px !important;
    font-size: 0.8em !important;
    background: #fff !important;
    -webkit-box-shadow:  0!important;
    box-shadow: 0 !important;
	webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Number */

.ff-input-number {
	position: relative;
 	border: 2px solid #eee;
	height: 40px;
	border-radius:2px;
	display: flex;
	min-width: 120px;
	background:#fff;
    padding:0px 65px 0 25px;
}

.ff-input-number span{
    position: absolute;
    left: 5px;
    top: 6px;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: #aaa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.ff-input-number input {
	width: 100%;
    height: 30px !important;
    line-height: 1.65;
    display: block;
    padding: 0 !important;
    margin: 0;
    border: 0;
	font-size:1.1em;
	text-align:left;
}

.ff-input-number input:focus {
  outline: 0;
}

.ff-input-number-nav {
	position: absolute;
	height: 26px;
	display: flex;
	width: 60px;
	margin-right: 2px;
	flex-shrink: 0;
	flex-grow: 0;
	right: 0px;
}

.ff-input-number-button {
	position: relative;
	padding-top:2px;
	cursor: pointer;
	width: 20px;
	text-align: center;
	color: #333;
}

.ff-input-number-button img {
	width:15px;
}


.ff-input-number-button.ff-input-number-up {
	height: 31px;
    border: 1px solid #ccc;
    font-size: 23px;
    line-height: 24px;
    margin-top: 2px;
    width: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: arial;
}

.ff-input-number-button.ff-input-number-down {
	height: 31px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-left: 2px;
    font-size: 22px;
    line-height: 28px;
    margin-top: 2px;
    width: 30px;
    border-radius: 2px;
    font-family: arial;
}


.chosen-container-single .chosen-search input[type=text] {
    padding: 4px 20px 4px 5px !important;
    border: 1px solid #ccc !important;
}


.chosen-results .result-selected{
	background:#eee !important;
}

.chosen-results .highlighted {
	background:#aaa !important;
}
.chosen-results {
	text-align:left;
}

.chosen-container-single .chosen-single div b {
	background:none !important; 
}

.chosen-container-single .chosen-single div b:before {
	font-family: Flaticon;
	content: '\f115';
	font-size: 12px;
	display: block;
	position: absolute;
	margin-top: 5px;
	right: 10px;
}


.chosen-search {
	font-size:1em;
}

.chosen-drop {
    position: absolute !important;
    top: 0 !important;
    z-index: 1010  !important;
    border: 0 !important;
    border-top: 0 !important;
    background: #fff !important;
    -webkit-box-shadow:  0 10px 10px rgba(0,0,0,.15) !important;
    box-shadow: 0 10px 10px rgba(0,0,0,.15) !important;
}


.FFestateview-default-overview-search select,
.FFestateview-default-overview-search input {
    border: 0 !important;
    display: block;
    width: 100%;
    max-width: 100%;
    outline: 0 !important;
    box-sizing: border-box;
    line-height: 1.56em !important;
    padding: 12px 0 14px 40px;
    font-size: 1em !important;
    font-weight: 500 !important;
	height: auto !important;
}

.FFestateview-default-overview-search label {
    font-size: 1em;
    font-weight: 200;
    padding: 0 !important;
    line-height: 1em;
}

.FFestateview-default-overview-search-primary {
    display: flex;
	position: relative;
}

.FFestateview-default-overview-search-primary .chosen-container{
    margin-left: 40px;
	margin-top: 5px;
}



.FFestateview-default-overview-search-filter-button i:before {
	margin-left:0;
}	

.FFestateview-default-overview-search-filter-button {
	border:0;
	background: #f6f6f6;
	border-left: 2px solid #eee !important;
	cursor:pointer;
	color: #222;
	max-width: 60px !important;
    padding: 10px !important;
    flex-grow: 1;
    flex-shrink: 1;
    border-left: 2px solid #eee;
}

.FFestateview-default-overview-search-filter-button.active {

    border: 0;
    background: #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: -2px !important;
    max-height: 57px !important;
    height: 57px !important;
}

.FFestateview-default-overview-search-primary > div:first-child {
    display: flex;
    background: #fff;
    border: 2px solid #eee;
    flex-grow: 1;
    flex-shrink: 1;
	width: calc(100% - 100px);
    border-radius: 4px;
}


.FFestateview-default-overview-search-primary > div:last-child button {
    font-size: 1em;
	border: 0 !important;
    width: 100%;
    text-align: center;
	height: 100%;
	border-radius:0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	max-height: 55px;
}

.FFestateview-default-overview-search-primary .chosen-container{
	font-size:inherit !important;
	width:100% !important;
	background:#fff;
	width: calc(100% - 40px) !important;
}


.FFestateview-default-overview-search-primary > div > div {
    border-right: 1px solid #eee;
	display: flex;
	padding: 0;
	align-items: center;
	max-height: 55px;
	/* width: 25%; */
    flex-grow: 1;
    flex-shrink: 1;
	position:relative;
	box-sizing: border-box;
}

.FFestateview-default-overview-search-secondary .ff-input-currency span:first-child {
    position: absolute;
    left: 5px;
    top: 6px;
    display: flex;
    font-size: 0.8em;
    color: #aaa;
}


.FFestateview-default-overview-search-secondary .ff-input-currency span:last-child {
    position: absolute;
    right: 5px;
    top: 6px;
    display: block;
    font-size: 0.8em;
    color: #aaa;
}

.FFestateview-default-overview-search-primary > div > div label{
	position: absolute;
	margin: 0;
	width: 30px;
	height: 50px;
	flex-grow: 0;
	flex-shrink: 0;
	left: 5px;
	display: block;
}

.FFestateview-default-overview-search-primary > div > div label i:before{
    font-size: 24px;
    position: absolute;
    left: -16px;
    top: 17px;
}

.FFestateview-default-overview-search-primary .chosen-single {
	border:0 !important;
}



.FFestateview-default-overview-search-submit {
	display: flex;
    padding: 0 !important;
}


.FFestateview-default-overview-search-primary-price {
	flex-grow:0;
	flex-shrink:1;
}

.FFestateview-default-overview-search-primary-price input {
	padding-left:40px !important;
}

.FFestateview-default-overview-search-primary-location {
	flex-grow:0 !important;
	flex-shrink:0 !important;
    border-right: 0 !important;
}

.FFestateview-default-overview-search-primary-location input {
	padding: 12px 0 14px 40px !important;
}

.FFestateview-default-overview-search-hidden {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}

.FFestateview-default-overview-search-secondary {
	background: #f6f6f6;
    padding: 10px;
    border: 2px solid #eee;
	margin-top: -2px;
    padding: 10px;
    flex-wrap: wrap;
	display:none;
}

.FFestateview-default-overview-search-secondary.active {
	display: flex;
}

.FFestateview-default-overview-search-secondary > div {
    padding: 10px;
	width: 33.3%;
}


/* sort*/
.FFestateview-default-overview-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    text-align: center;
    font-weight: 400;
    background: #fff;
    padding: 20px;
    margin-top: -5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:20px;
}


.FFestateview-default-overview-search-bar  i:before{
    font-weight: 600;
    font-size: 16px;
	margin:0;
	background:#fff;
	height:22px;
	padding-top:2px;
}

.FFestateview-default-overview-search-bar  label{
	font-size: 1em !important;
	left: 0;
	top: 0;
	font-weight:400;
	width: 106px;
	background: #fff;
	margin-left: -20px;
	margin-right: 10px;
	cursor:pointer;
}

.FFestateview-default-overview-search-sort {
    display: flex;
}

.FFestateview-default-overview-search-sort .chosen-single {
	border:0 !important;
	height: 25px !important;
	width: 100% !important;
}

.FFestateview-default-overview-search-sort > div,
.FFestateview-default-overview-search-sort > span{
   position:relative;
   font-size: 1em !important;
}

.FFestateview-default-overview-search-sort > span{
   position:relative;
   display:block;
   padding-right:10px;
   margin-top:3px;
}


.FFestateview-default-overview-search-sort .chosen-single span{
	padding: 2px;
}


.FFestateview-default-overview-search-sort .ff-icon-sort {
	padding-top:1px;
}


.FFestateview-default-overview-search-sort .ff-icon-sort:before{
	content:"\f11d";
	display:block;
	font-family:Flaticon;
	height:20px;
	width:20px;
	font-weight: initial;
	background:#fff;
	position:absolute;
	font-size: 16px;
    top: 4px;
    left: 7px;
}


/* popup */

	.FFestateview-default-popup-success,
	.ff-hidden {
		display:none;
	}
	
	
	.FFestateview-default-popup {
		background: rgba(0,0,0,.6);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index:99999;
	}
	
	.FFestateview-default-popup-content label
	{
		display: inline !important;
		font-weight: 400 !important;
	}
	
	
	.FFestateview-default-popup-content
	{
		margin: 2% auto;
		max-width: 600px;
		background: #fff;
	}	
	
	.FFestateview-default-popup-content-header .FFestateview-default-popup-close {
		position: absolute;
		height: 40px;
		width: 40px;
		background: #fff;
		right: -60px;
		padding: 3px 11px;
		top: 0;
		box-sizing: border-box;
	}
	
	.FFestateview-default-popup-close i{
		line-height: 34px;
	}	
	
	
	.FFestateview-default-popup-close i:before{
		margin-left:0;
		font-weight:lighter;
	}

	.FFestateview-default-popup-content-header{
		padding:20px 40px;
		font-weight:600;
		position:relative;
	}
	
	.FFestateview-default-popup-legal,
	.FFestateview-default-popup-content-body{
		padding:10px 40px;
		background:#f6f6f6;
	}

	.FFestateview-default-popup-content-action{
		padding: 0 40px 20px 40px; 
		background:#f6f6f6;
		display:flex;
	}	
	
	.FFestateview-default-popup-content-action > small{
		display:block;
		width:50%;
		color:red;
		font-size:1rem;
	}
	.FFestateview-default-popup-content-action > div{
		width:50%;
		text-align:right;
	}
	
	.FFestateview-default-popup-content label small
	{
		color:red;
		font-size:12px;
		padding:0 5px;
	}
	

/* loading Indicator*/
.FFestateview-default-overview-search-primary  .loader {
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
	margin: 0px auto;
    display: block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* counter*/
.FFestateview-default-overview-counts div {
    margin: 2% 0 1% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}



/* counter*/
.FFestateview-default-overview-counts div {
    margin: 2% 0 1% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Estate map*/
.FFestateview-default-map {
    height: 450px;
    width: 100%;
    position: relative;
    border: 1px solid #eee;
}

.FFestateview-default-map .ffmap-consent {
    height: 450px;
    width: 100%;
    /* display: flex; */
    background-image: url("../../img/default/placeholderimage.png");
    background-size: cover;
    position: relative;
}

.FFestateview-default-map .ffmap-consent #ffmap-details, .FFestateview-default-map .ffmap-consent #osm-single-property {
    height: 450px;
    width: 100%;
    display: flex;
    position: relative;
}

.FFestateview-default-map .ffmap-consent .ff-consent-box {
    width: 50%;
    background-color: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
}

.FFestateview-default-map .ffmap-consent .ff-consent-box .ff-consent {
    padding-top: 7.5px;
    padding-left: 7.5px;
}

.FFestateview-default-map .ffmap-consent .ff-consent-box .ff-gmaps-consent {
    padding-left: 7.5px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    max-width: 190px;
}

.FFestateview-default-map .ffmap-consent-osm {
    height: 450px;
    width: 100%;
    /* display: flex; */
    background-image: url("../../img/default/placeholderimage.png");
    background-size: cover;
    position: relative;
}


.FFestateview-default-map .ffmap-consent-osm .ff-consent-box {
    width: 50%;
    background-color: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.FFestateview-default-map .ffmap-consent-osm .ff-consent-box .ff-consent {
    padding-top: 7.5px;
    padding-left: 7.5px;
}

.FFestateview-default-map .ffmap-consent-osm .ff-consent-box .ff-gmaps-consent {
    padding-left: 7.5px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    max-width: 190px;
}

@media screen and (max-width: 968px) {
    .FFestateview-default-map .ffmap-consent .ff-consent-box {
        width: 100%;
    }
}

/* FF consent switch button */
.ff-button-switch {
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28.2px;
}

.ff-button-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.ff-button-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.ff-button-slider:before {
    position: absolute;
    content: "";
    height: 20.6px;
    width: 20.6px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .ff-button-slider {
    background-color: #2196F3;
}

input:focus + .ff-button-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .ff-button-slider:before {
    -webkit-transform: translateX(20.6px);
    -ms-transform: translateX(20.6px);
    transform: translateX(20.6px);
}

.ff-button-slider.round {
    border-radius: 28.2px;
}

.ff-button-slider.round:before {
    border-radius: 50%;
}



/* block estate */
	.ff-out {
		display:none;
	}

/* map card */

.gm-style-iw > div {
    width: 100%;
    max-height: 300px !important;
}

.gm-style-iw {
	width: 300px !important;
    max-height: 300px !important;
    z-index: 10 !important;
    border-radius: 0 !important;
}

.gm-style-iw > div{
	margin-bottom: -3px !important;
}

.ffmapClose {
	width: 36px !important;
    height: 36px !important;
	box-sizing: border-box;
    opacity: 1 !important;
    right: -21px !important;
    top: 61px !important;
    background-color: #fff;
    border: 12px solid #fff;
    outline: 1px solid #eee;
}

.ffmapCloseIcon {
    width: 50px !important;
    height: 50px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    right: -26px !important;
    top: 55px !important;
    cursor: pointer;
}

/* Estate map card*/
.FFestateview-default-map-card {
	display: flex;
	background: #fff;
}

.FFestateview-default-map-card > div{
	font-weight: 600;
}

.FFestateview-default-map-card-estate-type{
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px;
    max-width: 98px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FFestateview-default-map-card-estate-price{
    flex-grow: 0;
    flex-shrink: 1;
    padding: 10px;
    width: 100%;
    text-align: right;
}

.FFestateview-default-map-card-estate-link {
	width: 38px;
}

.FFestateview-default-map-card-estate-link a{
    border:0 !important;
    padding: 8px 12px !important;
    display: block !important;
    font-size: 1.2em !important;
	background:transparent !important;
}

.FFestateview-default-map-card-estate-link i:before{
    font-size: 13px !important;
    margin-left: 0 !important;
}

/* Estate list*/
.FFestateview-default-overview-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    align-items: stretch;
}

/* Estate list no result*/
.FFestateview-default-overview-no-result {
    width: 100%;
    box-sizing: border-box;
    margin: 1%;
    position: relative;
}

.FFestateview-default-overview-no-result > div{
    padding: 10px;
    border: 2px solid #eee;
	border-radius:4px;
	text-align:center;
	background:#fff;
}


/* Estate*/
.FFestateview-default-overview-estate {
    width: 100%;
    min-width: 220px;
    max-width: 48%;
    box-sizing: border-box;
    border: 2px solid #eee;
    margin: 1%;
    /* background: #f6f6f6; */
    position: relative;
}

div[data-column] .FFestateview-default-overview-estate {
   max-width: 17.9%;
}


div[data-column="1"] .FFestateview-default-overview-estate {
    max-width: 100%;
}

div[data-column="2"] .FFestateview-default-overview-estate {
    max-width: 48%;
}

div[data-column="3"] .FFestateview-default-overview-estate {
    max-width: 31.3%;
}

div[data-column="4"] .FFestateview-default-overview-estate {
    max-width: 23%;
}

div[data-column="5"] .FFestateview-default-overview-estate {
    max-width: 18%;
}

div[data-column="6"] .FFestateview-default-overview-estate {
    max-width: 17.9%;
}

.FFestateview-default-overview-estate .front {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: 100%;
    background: #fff;
}

.FFestateview-default-overview-estate-image {
    overflow: hidden;
    position: relative;
}

.FFestateview-default-overview-estate-image > div {
    width: 100%;
    background-size: cover;
    padding-top: 65%;
    transition: opacity 0.5s ease-in-out;
    background-position: inherit;
    position: relative;
}

.FFestateview-default-overview-estate-image .overlay {
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.FFestateview-default-overview-estate-image .overlay > div {
    display: flex;
    height: 100%;
    align-self: baseline;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.FFestateview-default-overview-estate-image .overlay > div > div {
    margin-top: 20px;
}

.FFestateview-default-overview-estate-image .overlay > div span,
.FFestateview-default-overview-estate-image .overlay > div > div {
    padding: 5px 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px !important;
    cursor: pointer;
    position: relative;
}

.FFestateview-default-overview-estate:hover .overlay {
    opacity: 0.85;
}

.FFestateview-default-overview-estate:hover .FFestateview-default-overview-estate-image > div {
    transform: scale(1.2);
}

.FFestateview-default-overview-estate-type {
    padding: 20px 20px 0 20px;
    font-weight: 600;
    min-height: 37px;
    box-sizing: border-box;
    background: #fff;
	min-height: 90px;
 	font-size: 1.15em;
	overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.FFestateview-default-overview-estate-addresses {
    padding: 10px 20px 20px 20px;
    font-size: 1em;
    min-height: 37px;
    box-sizing: border-box;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FFestateview-default-overview-estate-price {
    padding: 20px 20px 0 20px;
    color: #549df5;
    border-top: 1px solid #f6f6f6;
    width: 100%;
	font-size: 1.2em;
    background: #fff;
    min-height: 40px;
    box-sizing: border-box;
}

.FFestateview-default-overview-estate-price > div {
    display: flex;
    flex-direction: row;
	padding-bottom:20px;
    justify-content: space-between;
}

.FFestateview-default-overview-estate-price > div > div > span {
    font-weight: 400;
	box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
    padding: 1px 5px;
    border-style: solid;
    width: 100%;
    border-width: 1px;
    text-align: center;
}

.FFestateview-default-overview-estate-price > div > span {
    flex-grow: 1;
    display: block;
    text-align: left;

}

.FFestateview-default-overview-estate-price > div > div {
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FFestateview-default-overview-estate-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    background: #f6f6f6;
    margin-top: auto;
    min-height: 130px;
}

.FFestateview-default-overview-estate-details > div {
    box-sizing: border-box;
    display: flex;
    max-width: 49%;
    width: 100%;
    padding-bottom: 20px;
}

.FFestateview-default-overview-estate-details-values {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    padding-right: 5px;
	text-align: center;
}

.FFestateview-default-overview-estate-details-values span:first-child {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FFestateview-default-overview-estate-details-values span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FFestateview-default-overview-estate-details-values span:last-child i {
    font-style: normal;
    font-size: 0.8em;
    font-weight: 600;
    padding-left: 5px;
}

.FFestateview-default-overview-estate-details-icon {
    width: 30px;
    flex-shrink: 0;
}

.FFestateview-default-overview-estate-details-icon:before {
    font-size: 20px;
}

/* paging */
.FFestateview-default-overview-estate-paging {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.FFestateview-default-overview-estate-paging .ff-before {
    text-align: left;
    flex-grow: 1;
    flex-shrink: 1;

}

.FFestateview-default-overview-estate-paging .ff-next {
    text-align: right;
    flex-grow: 1;
    flex-shrink: 1;
}

.ff-disable > a,
.ff-disable > div {
    display: none;
}

button.ffgoto {
    padding: 10px 15px;
    margin: 0;
    line-height: 1;
}

/* estate flipp*/


.FFestateview-default-overview-estate {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.FFestateview-default-overview-estate > .back {
    background: #eee;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    display: none;
}

.FFestateview-default-overview-estate.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipped .back {
    display: block;
}

.flipped .front {
    display: none;
}

.back > div {
    padding: 40% 20% 20% 20%;
}

.back > div > div {
    width: 60px;
    height: 60px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI5Ny4wMDMgMjk3LjAwMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjk3LjAwMyAyOTcuMDAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPjxnIGlkPSJYTUxJRF8zNF8iPgoJPGc+CgkJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZD0iTTgwLjQ3OSw5My43MjlsMC41MSwwLjVjLTExLjk3LDE0Ljg3LTE5LjE1LDMzLjc0LTE5LjE1LDU0LjI3YzAsMjEuMTMsNy42LDQwLjUyLDIwLjIyLDU1LjU3ICAgIGMtMTMuNjMtNS43NS0yNS45MS0xMy41LTM2Ljc2LTIzLjIyYy0xNC41MS0xMy4wMS0yMi4zOC0yNi4yLTI1LjU1LTMyLjMyYzMuMjItNi4xMiwxMS4xOS0xOS4zMywyNS43Ny0zMi4zNiAgICBDNTUuOTE5LDEwNi44NzksNjcuNTk5LDk5LjM5OSw4MC40NzksOTMuNzI5eiIgZGF0YS1vcmlnaW5hbD0iI0MxQzFDMCIgY2xhc3M9IiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcGF0aD4KCQk8cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGIiBkPSJNMjUxLjI3OSwxMTYuMTg5YzE0LjU0LDEyLjk1LDIyLjU5LDI2LjA4LDI1LjksMzIuMjVjLTUuNDQsOS45MS0yMy4zNiwzNy42NS02MS4wMSw1NC40NyAgICBsLTAuMTUtMC4xNGMxMS45Ny0xNC44NywxOS4xNS0zMy43NCwxOS4xNS01NC4yN2MwLTIwLjk2LTcuNDktNDAuMjEtMTkuOTItNTUuMjJDMjI4LjUyOSw5OS4wMDksMjQwLjU1OSwxMDYuNjQ5LDI1MS4yNzksMTE2LjE4OSAgICB6IiBkYXRhLW9yaWdpbmFsPSIjQzFDMUMwIiBjbGFzcz0iIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgoJCTxwYXRoIHN0eWxlPSJmaWxsOiNGNkY2RjYiIGQ9Ik0xNjkuNTY5LDE4Mi44MTlsMTkuODYsMTkuODVjLTExLjM5LDguNjMtMjUuNTcsMTMuNzYtNDAuOTMsMTMuNzYgICAgYy0zNy40NSwwLTY3LjkyLTMwLjQ4LTY3LjkyLTY3LjkzYzAtMTUuMzYsNS4xMy0yOS41MywxMy43NS00MC45MmwxOS44NSwxOS44NWMtMy43OCw2LjEzLTUuOTYsMTMuMzUtNS45NiwyMS4wNyAgICBjMCwyMi4yMSwxOC4wNyw0MC4yOSw0MC4yOCw0MC4yOUMxNTYuMjE5LDE4OC43ODksMTYzLjQzOSwxODYuNTk5LDE2OS41NjksMTgyLjgxOXoiIGRhdGEtb3JpZ2luYWw9IiNFRUVFRUUiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNmNmY2ZjYiPjwvcGF0aD4KCQk8cGF0aCBzdHlsZT0iZmlsbDojRjZGNkY2IiBkPSJNMjE2LjQyOSwxNDguNDk5YzAsMTUuMzYtNS4xMywyOS41My0xMy43NSw0MC45MmwtMTkuODYtMTkuODVjMy43OC02LjEzLDUuOTctMTMuMzUsNS45Ny0yMS4wNyAgICBjMC0yMi4yMS0xOC4wNy00MC4yOS00MC4yOS00MC4yOWMtNy43MiwwLTE0LjkzLDIuMTktMjEuMDcsNS45N2wtMTkuODUtMTkuODVjMTEuMzktOC42MywyNS41Ny0xMy43Niw0MC45Mi0xMy43NiAgICBDMTg1Ljk1OSw4MC41NjksMjE2LjQyOSwxMTEuMDQ5LDIxNi40MjksMTQ4LjQ5OXoiIGRhdGEtb3JpZ2luYWw9IiNFRUVFRUUiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNmNmY2ZjYiPjwvcGF0aD4KCQk8cGF0aCBkPSJNMjk2LjI4OSwxNDQuOTE5YzAuOTcsMi4zMywwLjk1LDQuOTYtMC4wNSw3LjI4Yy0wLjM3LDAuODctOS4zOSwyMS40Ni0zMi4yMiw0MS45MmMtOC40OSw3LjYyLTE5LjY0LDE1LjgyLTMzLjc2LDIyLjg4ICAgIGwyOS4yMiwyOS4yMmMzLjY2LDMuNjYsMy42Niw5LjU5LDAsMTMuMjVjLTEuODMsMS44My00LjIzLDIuNzUtNi42MywyLjc1Yy0yLjQsMC00Ljc5LTAuOTItNi42Mi0yLjc1bC0zNC41OS0zNC41OSAgICBjLTE3LjQ5LDYuMTctMzguNDEsMTAuMjgtNjMuMTQsMTAuMjhjLTU4Ljk3LDAtOTUuOTEtMjIuMzQtMTE2LjUxLTQxLjA4Yy0yMi41Ny0yMC41NS0zMC45OC00MS4yNC0zMS4zMi00Mi4xMiAgICBjLTAuOS0yLjI0LTAuODktNC43NSwwLjAyLTYuOTljMC4zNS0wLjg2LDguOTEtMjEuNTQsMzEuNTUtNDIuMDZjOC41Mi03LjcyLDE5LjgxLTE2LjA1LDM0LjI0LTIzLjE4bC0yOC45NS0yOC45NSAgICBjLTMuNjYtMy42Ni0zLjY2LTkuNTksMC0xMy4yNXM5LjU5LTMuNjYsMTMuMjUsMGwzNC40LDM0LjM5YzE3LjQ4LTYuMDYsMzguNDQtMTAuMDgsNjMuMzItMTAuMDggICAgYzU4LjMyLDAsOTUuMjgsMjIuMzMsMTE2LjAyLDQxLjA2QzI4Ny4yMTksMTIzLjM5OSwyOTUuOTI5LDE0NC4wNDksMjk2LjI4OSwxNDQuOTE5eiBNMjc3LjE3OSwxNDguNDM5ICAgIGMtMy4zMS02LjE3LTExLjM2LTE5LjMtMjUuOS0zMi4yNWMtMTAuNzItOS41NC0yMi43NS0xNy4xOC0zNi4wMy0yMi45MWMxMi40MywxNS4wMSwxOS45MiwzNC4yNiwxOS45Miw1NS4yMiAgICBjMCwyMC41My03LjE4LDM5LjQtMTkuMTUsNTQuMjdsMC4xNSwwLjE0QzI1My44MTksMTg2LjA4OSwyNzEuNzM5LDE1OC4zNDksMjc3LjE3OSwxNDguNDM5eiBNMjAyLjY3OSwxODkuNDE5ICAgIGM4LjYyLTExLjM5LDEzLjc1LTI1LjU2LDEzLjc1LTQwLjkyYzAtMzcuNDUtMzAuNDctNjcuOTMtNjcuOTMtNjcuOTNjLTE1LjM1LDAtMjkuNTMsNS4xMy00MC45MiwxMy43NmwxOS44NSwxOS44NSAgICBjNi4xNC0zLjc4LDEzLjM1LTUuOTcsMjEuMDctNS45N2MyMi4yMiwwLDQwLjI5LDE4LjA4LDQwLjI5LDQwLjI5YzAsNy43Mi0yLjE5LDE0Ljk0LTUuOTcsMjEuMDdMMjAyLjY3OSwxODkuNDE5eiAgICAgTTE4OS40MjksMjAyLjY2OWwtMTkuODYtMTkuODVjLTYuMTMsMy43OC0xMy4zNSw1Ljk3LTIxLjA3LDUuOTdjLTIyLjIxLDAtNDAuMjgtMTguMDgtNDAuMjgtNDAuMjljMC03LjcyLDIuMTgtMTQuOTQsNS45Ni0yMS4wNyAgICBsLTE5Ljg1LTE5Ljg1Yy04LjYyLDExLjM5LTEzLjc1LDI1LjU2LTEzLjc1LDQwLjkyYzAsMzcuNDUsMzAuNDcsNjcuOTMsNjcuOTIsNjcuOTMgICAgQzE2My44NTksMjE2LjQyOSwxNzguMDM5LDIxMS4yOTksMTg5LjQyOSwyMDIuNjY5eiBNMTY4Ljg0OSwxNTUuNTg5YzAuNzctMi4yMiwxLjItNC42MSwxLjItNy4wOWMwLTExLjg4LTkuNjYtMjEuNTUtMjEuNTUtMjEuNTUgICAgYy0yLjQ4LDAtNC44NywwLjQzLTcuMDksMS4yMUwxNjguODQ5LDE1NS41ODl6IE0xNTUuNTk5LDE2OC44MzlsLTI3LjQ0LTI3LjQzYy0wLjc4LDIuMjItMS4yMSw0LjYtMS4yMSw3LjA5ICAgIGMwLDExLjg4LDkuNjcsMjEuNTUsMjEuNTUsMjEuNTVDMTUwLjk4OSwxNzAuMDQ5LDE1My4zNjksMTY5LjYxOSwxNTUuNTk5LDE2OC44Mzl6IE04MC45ODksOTQuMjI5bC0wLjUxLTAuNSAgICBjLTEyLjg4LDUuNjctMjQuNTYsMTMuMTUtMzQuOTYsMjIuNDRjLTE0LjU4LDEzLjAzLTIyLjU1LDI2LjI0LTI1Ljc3LDMyLjM2YzMuMTcsNi4xMiwxMS4wNCwxOS4zMSwyNS41NSwzMi4zMiAgICBjMTAuODUsOS43MiwyMy4xMywxNy40NywzNi43NiwyMy4yMmMtMTIuNjItMTUuMDUtMjAuMjItMzQuNDQtMjAuMjItNTUuNTdDNjEuODM5LDEyNy45NjksNjkuMDE5LDEwOS4wOTksODAuOTg5LDk0LjIyOXoiIGRhdGEtb3JpZ2luYWw9IiNGRkZGRkYiIGNsYXNzPSIiIHN0eWxlPSJmaWxsOiNDMUMxQzAiIGRhdGEtb2xkX2NvbG9yPSIjYzFjMWMwIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+PC9nPiA8L3N2Zz4=);
}

.back > div > p:after {
    text-align: center;
    color: #999;
    Content: "Immobilie wird aus der Suche ausgeschlossen";
    display: block
}

/**********************************
 *
 *		Estate Slider
 *
 **********************************/
 
 .FFestateview-default-slider {
	  border:15px solid #333;
	  box-sizing:border-box;
	  display:flex;
	  flex-direction:column;
 }

 
 .ff-estateView-slide > a {
	 display:flex;
	 box-sizing:border-box;
 }
 
 .ff-estateView-slide > a > div{
	 width:100%;
	 height:400px;
 }
 
 .ff-estateView-slide > a > div:last-child{
	 width:356px;
	 background:#fff;
 }
 
 
 .ff-estateView-slide button
 {
	font-size: 1em;
    border: 0 !important;
    text-align: center;
	display:block;
	width:100%;
	padding:15px;
	box-sizing:border-box;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    max-height: 55px;	
	align-self:flex-end;
	cursor:pointer;
 }
 
 .ff-estateView-slide-facts div{
	 font-size:0.8em;
	 display:flex;
	 justify-content:space-between;
 }
 
 .ff-estateView-slide-details > div{
	  padding:20px;
	  color: #333;
 }
 
 .ff-estateView-slide-facts {
	padding:0 20px  20px 20px  !important;
 }
 

 
 

 
 .ff-estateView-slide-details  h2
 {
    font-weight: 600;
    box-sizing: border-box;
    font-size: 1.2em;
    overflow: hidden;
	color:#333;
    text-overflow: ellipsis;
    white-space: nowrap;	
 }
  
  
 .ff-estateView-slide-details > span
 {
	padding: 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    overflow: hidden;
	display:block;
	color:#333;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;	
 }
 
 
 
 
 
/**********************************
 *
 *		Details Page
 *
 **********************************/

/* header */
.FFestateview-default-details-slider {
    display: flex;
    background: #f6f6f6;
    margin-bottom: 40px;
}

.FFestateview-default-details .slick-slider img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border: 1px solid #eee;
}

.FFestateview-default-details-content-image-gallery > div{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.FFestateview-default-details-content-gimage-gallery-image {
	max-width: 194px;
    max-height: 200px;
    border: 4px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.FFestateview-default-details-content-gimage-gallery-image img{
	width: 100%;
}


.FFestateview-default-details-main {
    display: block;
    width: 100%;
    padding: 0;
    flex-shrink: 1;
    flex-grow: 1;
    position: relative;
}

.FFestateview-default-details-main .slick-slide {
    height: 400px;
}

.FFestateview-default-details-main-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.FFestateview-default-details-nav .slick-track > div {
	max-height:60px;
}

.slick-vertical .slick-slide {
    border: 0 !important;
}

.FFestateview-default-details-main-image a > div {
    width: 100%;
    object-fit: cover;
	background-size:cover;
    display: none;
    height: 400px;
}

.ff-default-image {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyLjUzMyA1MTIuNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuNTMzIDUxMi41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PHBhdGggc3R5bGU9ImZpbGw6I0MwQzBDMCIgZD0iTTQwNi42LDYyLjRjLTgzLjItODMuMi0yMTcuNi04My4yLTI5OS43MzMsMGMtODMuMiw4My4yLTgzLjIsMjE2LjUzMywwLDI5OS43MzNsMTQ5LjMzMywxNTAuNCAgTDQwNS41MzMsMzYzLjJDNDg4LjczMywyODAsNDg4LjczMywxNDUuNiw0MDYuNiw2Mi40eiIgZGF0YS1vcmlnaW5hbD0iI0YzNzA1QiIgY2xhc3M9IiIgZGF0YS1vbGRfY29sb3I9IiNDRkNEQ0QiPjwvcGF0aD48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGIiBkPSJNMjU2LjIsNzAuOTMzYy03Ny44NjcsMC0xNDEuODY3LDYyLjkzMy0xNDEuODY3LDE0MS44NjdjMCw3Ny44NjcsNjIuOTMzLDE0MS44NjcsMTQxLjg2NywxNDEuODY3ICBjNzcuODY3LDAsMTQxLjg2Ny02Mi45MzMsMTQxLjg2Ny0xNDEuODY3UzMzNC4wNjYsNzAuOTMzLDI1Ni4yLDcwLjkzM3oiIGRhdGEtb3JpZ2luYWw9IiNGM0YzRjMiIGNsYXNzPSIiIGRhdGEtb2xkX2NvbG9yPSIjRmZmZmZmIj48L3BhdGg+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0M0QzRDNCIgcG9pbnRzPSIyNTYuMiwxMTIuNTMzIDE3Ni4yLDE5MS40NjcgMTc2LjIsMzA1LjYgMzM2LjIsMzA1LjYgMzM2LjIsMTkxLjQ2NyAiIGRhdGEtb3JpZ2luYWw9IiNGRkQxNUQiIGNsYXNzPSIiIGRhdGEtb2xkX2NvbG9yPSIjQzlDOUM5Ij48L3BvbHlnb24+PGc+Cgk8cmVjdCB4PSIyMjkuNTMzIiB5PSIyNDEuNiIgc3R5bGU9ImZpbGw6Izk3OTY5NiIgd2lkdGg9IjU0LjQiIGhlaWdodD0iNjQiIGRhdGEtb3JpZ2luYWw9IiM0MzVCNkMiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNBQ0E5QTkiPjwvcmVjdD4KCTxwYXRoIHN0eWxlPSJmaWxsOiM5Nzk2OTYiIGQ9Ik0zNTYuNDY2LDE5NS43MzNMMjY0LjczMywxMDRjLTQuMjY3LTQuMjY3LTExLjczMy00LjI2Ny0xNy4wNjcsMGwtOTEuNzMzLDkxLjczMyAgIGMtNC4yNjcsNC4yNjctNC4yNjcsMTEuNzMzLDAsMTcuMDY3YzQuMjY3LDQuMjY3LDExLjczMyw0LjI2NywxNy4wNjcsMGw4My4yLTg0LjI2N2w4My4yLDgzLjJjMi4xMzMsMi4xMzMsNS4zMzMsMy4yLDguNTMzLDMuMiAgIGMzLjIsMCw2LjQtMS4wNjcsOC41MzMtMy4yQzM2MC43MzMsMjA3LjQ2NywzNjAuNzMzLDIwMCwzNTYuNDY2LDE5NS43MzN6IiBkYXRhLW9yaWdpbmFsPSIjNDM1QjZDIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjQUNBOUE5Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
    background-position: center;
    background-size: 60px !important;
    background-repeat: no-repeat;
}

.FFestateview-default-details-main-nav {
    height: 400px;
    width: 222px;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.FFestateview-default-details-main-nav .slick-list {
    height: 400px !important;
    padding: 0 !important;
    overflow: hidden;
}

.FFestateview-default-details-main .slick-next {
	right: 5px;
    top: 50%;
    width: 42px;
    height: 42px;
    z-index: 1;
    line-height: 0;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #eee;
    overflow: hidden !important;
    font-size: 1px !important;
}

.FFestateview-default-details-main .slick-prev {
	left: 5px;
    top: 50%;
    width: 42px;
    height: 42px;
    z-index: 1;
    line-height: 0;
    border-radius: 0;
	cursor:pointer;
	border: 1px solid #eee;
	overflow: hidden !important;
    font-size: 1px !important;
}

.slick-dots {
	bottom: 30px !important;
}

.slick-dotted {
    margin-bottom:0 !important;
}


.slick-dots li {
	background:transparent !important;
	width: 10px;
	height: 10px;
	margin:2px !important;
	cursor:pointer;		
}

.slick-dots .slick-active {
	background:#ccc;
	margin:2px !important;
}


.FFestateview-default-details-nav .slick-next,
.FFestateview-default-details-nav .slick-prev,
.FFestateview-default-details-nav .slick-dots,
.FFestateview-default-details-main .slick-next,
.FFestateview-default-details-main .slick-prev,
.FFestateview-default-details-main .slick-dots {
	display:none !important;
}

.FFestateview-default-details-nav .slick-next,
.FFestateview-default-details-nav .slick-prev,
.FFestateview-default-details-nav .slick-dots,
.FFestateview-default-details-main:hover .slick-next,
.FFestateview-default-details-main:hover .slick-prev,
.FFestateview-default-details-main:hover .slick-dots {
	display:block !important;
}

.FFestateview-default-details-nav .slick-prev:before,
.FFestateview-default-details-main .slick-prev:before {
    color: #333 !important;
    font-size: 19px;
    content: "\f113";
	font-family: Flaticon;
	opacity: 1;
    background: #fff;
    width: 40px;
    display: block;
    height: 40px;
	padding: 11px 3px 0 0px;
    box-sizing: border-box;
	cursor:pointer;	
}

.FFestateview-default-details-nav .slick-next:before,
.FFestateview-default-details-main .slick-next:before {
    color: #333 !important;
    font-size: 19px;
    content: "\f114";
	font-family: Flaticon;
	opacity: 1;
    background: #fff;
    width: 40px;
    display: block;
    height: 40px;
    padding: 11px 0 0 3px;
    box-sizing: border-box;
	cursor:pointer;		
}

.FFestateview-default-details-main-nav-image {
    margin: 0;
    width: 111px !important;
    box-sizing: border-box;
}

.FFestateview-default-details-main-nav-image img {
    height: 101px !important;
    width: 111px !important;
    border-left: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    object-fit: cover;
    display: none;
}


/* multimedia */


.FFestateview-default-multimedia-controlle i:before,
.FFestateview-default-multimedia-controlle i:after{
	font-size: 28px !important;
	left: -20px;
	position: absolute;
	top: 7px;
}

.FFestateview-default-multimedia-controlle div{
	padding:20px 40px;
	position:relative;
	display: inline-block;
	cursor:pointer;
}

.FFestateview-default-details-nav img,
.FFestateview-default-details .slick-slider img {
	cursor:pointer;
}


.FFestateview-default-details-nav img {
    height: 60px !important;
    width: 85px !important;
	object-fit:cover;
	cursor:cover;
}
.FFestateview-default-details-nav {
    padding-bottom: 40px !important;
   
}

/* content */
#ff-default {
    width: 100%;
}

.FFestateview-default-details-content {
    /* margin: 0 -1%; */
}

.FFestateview-default-details-content > div:first-child {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 1%;
}

.FFestateview-default-details-content > div:last-child {
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0 1%;
}



div[data-column="0"] .FFestateview-default-details-content,
div[data-column="1"] .FFestateview-default-details-content {
    flex-direction: column;
}


div[data-column="0"] .FFestateview-default-details-content > div:first-child .FFestateview-default-details-content-details ul li,
div[data-column="1"] .FFestateview-default-details-content > div:first-child .FFestateview-default-details-content-details ul li {
    width: 23%;
    flex-wrap: wrap;
	margin:0 1% 5% 0
}


div[data-column="0"] .FFestateview-default-details-content > div:first-child .FFestateview-default-details-content-energyUsage ul li,
div[data-column="1"] .FFestateview-default-details-content > div:first-child .FFestateview-default-details-content-energyUsage ul li{
    width: 48%;
    flex-wrap: wrap;
	margin:0 1% 2% 0
}

div[data-column="0"] .FFestateview-default-details-content > div:first-child {
    max-width: 100%;
}

div[data-column="0"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
}

div[data-column="1"] .FFestateview-default-details-content > div:first-child {
    max-width: 100%;
}

div[data-column="1"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
}

div[data-column="2"] .FFestateview-default-details-content > div:first-child {
    max-width: 250px;
	width: 100%;
}

div[data-column="2"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
    margin-right: 40px;
}

div[data-column="3"] .FFestateview-default-details-content > div:first-child {
    max-width: 250px;
	min-width: calc(250px - 2% );
	width: 100%;
}

div[data-column="3"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
    margin-right: 40px;
}

div[data-column="3"] .FFestateview-default-details-main .slick-slide {
    height:500px;
}

div[data-column="4"] .FFestateview-default-details-content > div:first-child {
    max-width: 250px;
	width: 100%;
}

div[data-column="4"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
    /* margin-right: 40px; */
    margin: 0;
    padding: 0;
	
}
div[data-column="4"] .FFestateview-default-details-main .slick-slide {
    height:600px;
}

div[data-column="5"] .FFestateview-default-details-content > div:first-child {
    max-width: 250px;
	width: 100%;
}

div[data-column="5"] .FFestateview-default-details-main .slick-slide {
    height:700px;
}


div[data-column="5"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
    margin-right: 40px;
}

div[data-column="6"] .FFestateview-default-details-content > div:first-child {
    max-width: 250px;
	width: 100%;
}

div[data-column="6"] .FFestateview-default-details-content > div:last-child {
    max-width: 100%;
    margin-right: 40px;
}




div[data-column="0"] .FFestateview-default-details-content-energyUsage p,
div[data-column="0"] .FFestateview-default-details-content-energyUsage li,
div[data-column="1"] .FFestateview-default-details-content-energyUsage p,
div[data-column="1"] .FFestateview-default-details-content-energyUsage li,
div[data-column="0"] .FFestateview-default-details-content-details p,
div[data-column="0"] .FFestateview-default-details-content-details li,
div[data-column="1"] .FFestateview-default-details-content-details p,
div[data-column="1"] .FFestateview-default-details-content-details li{
	width:100%;
}

div[data-column="2"] .FFestateview-default-details-content-energyUsage p,
div[data-column="2"] .FFestateview-default-details-content-energyUsage li{
	width:50%;
}



div[data-column="2"] .FFestateview-default-details-content-details p,
div[data-column="2"] .FFestateview-default-details-content-details li{
	width:100%;
}


div[data-column="0"] .FFestateview-default-details-content-energyUsage ul,
div[data-column="1"] .FFestateview-default-details-content-energyUsage ul,
div[data-column="2"] .FFestateview-default-details-content-energyUsage ul {
	display: flex;
	flex-wrap:wrap;
}

div[data-column="0"] .FFestateview-default-details-content-details ul,
div[data-column="1"] .FFestateview-default-details-content-details ul,
div[data-column="2"] .FFestateview-default-details-content-details ul{
	display: block;
}




.FFestateview-default-details-related-estate-list ,
.FFestateview-default-details-content-location > div,
.FFestateview-default-details-content-energyUsage > div,
.FFestateview-default-details-content-description > div,
.FFestateview-default-details-content > div {
    margin: 0 0 60px 0;
}

/* related*/

.FFestateview-default-details-related-estate-list td {
	font-size: 1em;
	padding:10px 15px;
}

.FFestateview-default-details-related-estate-list td i {
	font-style:normal;
	padding-left:5px;
}

.FFestateview-default-details-related-estate-list thead td {
	font-size: 0.8em;
    font-weight: 600;
    line-height: 2em;
}

.FFestateview-default-details-related-estate-list table {
	width:100%;
	border: 2px solid #eee;
	border-radius:2px;
}

.FFestateview-default-details-related-estate-list tr {
	border-bottom:1px solid #eee;
}	

/* facts*/

.FFestateview-default-details-content-facts {

    opacity: .95;
    font-weight: 200;
    text-align: center;
	display:flex;
}

.FFestateview-default-details-content-facts-contact{
	margin-bottom: 15px;
}

.FFestateview-default-details-content-facts h3 {
	padding: 10px;
}


.FFestateview-default-details-content-facts i {
	font-style:normal;
}

/* equipments*/

.FFestateview-default-details-content-equipments {
    padding: 0;
}

.FFestateview-default-details-content-equipments div span {
    border: 2px solid #eee;
    padding: 5px 20px 5px 20px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    background: transparent;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 400;
	opacity:0.4;
}


.FFestateview-default-details-content-equipments div span img {
    margin-left: 10px;
    height: 15px;
    width: 15px;
}

.FFestateview-default-details-content-equipments  {
	margin-top:40px;
}

.FFestateview-default-details-content-equipments i:before {
	font-size:12px;
}

/* List design */

.FFestateview-default-details-content-main-details {
	width: 250px;
}

.FFestateview-default-details-content-details {
    margin: 0 0 40px 0;
}

.FFestateview-default-details-content-details ul{
   display:flex !important;
}

.FFestateview-default-details-content-details[data-column="0"] li
{
	width:100% !important;
	box-sizing: border-box;
	margin:0 !important;
	border-bottom: 1px solid #eee;
	padding: 10px 15px !important;
	margin-bottom: -1px !important;
}
.FFestateview-default-details-content-details[data-column="1"] li
{
	width:100% !important;
	box-sizing: border-box;
	margin:0 !important;
	border-bottom: 1px solid #eee;
	padding: 10px 15px !important;
	margin-bottom: -1px !important;
}

.FFestateview-default-details-content-details[data-column="2"] li {
    width: 50% !important;
    box-sizing: border-box;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    padding: 10px 20px !important;
	margin-bottom: -1px !important;
}

.FFestateview-default-details-content-details[data-column="3"] li
{
	width:33.3% !important;
	box-sizing: border-box;
	margin:0 !important;
	border-bottom: 1px solid #eee;
	padding: 10px 15px !important;
	margin-bottom: -1px !important;
}
.FFestateview-default-details-content-details[data-column="4"] li
{
	width:25% !important;
	box-sizing: border-box;
	margin:0 !important;
	border-bottom: 1px solid #eee;
	padding: 10px 15px !important;
	margin-bottom: -1px !important;
}
.FFestateview-default-details-content-details[data-column="5"] li
{
	width:20% !important;
	box-sizing: border-box;
	margin:0 !important;
	border-bottom: 1px solid #eee;
	padding: 10px 15px !important;
	margin-bottom: -1px !important;
}




.FFestateview-default-details-content-energyUsage > div {
	display:flex;
	margin-top:30px;
	flex-direction:row-reverse;
}

.FFestateview-default-details-content-energyUsage > div > div:first-child {
	display:flex;
	max-width: 50%;
	width: 100%;
	margin-left:40px;
}

.FFestateview-default-details-content-energyUsage > div > div:first-child > div  > div {
	border: 2px solid #eee;
	margin:4px !important;
}

.FFestateview-default-details-content-energyUsage ul,
.FFestateview-default-details-content-details ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content:space-between;
    margin: 0 !important;
    padding: 0 !important;
	border:2px solid #eee;
	border-radius: 2px;

}

.FFestateview-default-details-content-details li {
    padding-bottom: 20px !important;
}


.FFestateview-default-details-content-energyUsage ul {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

}

.FFestateview-default-details-content-energyUsage ul li {
	list-style: none !important;
    min-width: 235px;
    justify-content: space-between;
    margin: 0 0 -1px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    width: 100%;
    padding: 10px 15px;
}

.FFestateview-default-details-content-details ul li {
    list-style: none !important;
    width: 33.3%;
    justify-content: space-between;
	margin: 0 0 20px 0;
}

.FFestateview-default-details-content-energyUsage ul li span,
.FFestateview-default-details-content-details ul li span {
    line-height: 1.56em;
    font-size: 1em;
    max-width: 70%;
    overflow: hidden;
	text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FFestateview-default-details-content-energyUsage ul li span:first-child ,
.FFestateview-default-details-content-details li span:first-child {
	font-size: 0.8em;
	font-weight:600;
	line-height:2em;
}


.FFestateview-default-details-content-energyUsage ul li i,
.FFestateview-default-details-content-details ul li i {
    font-style: normal;
}

.FFestateview-default-details-content-energyUsage ul li ,
.FFestateview-default-details-content-details ul li {
	display: flex;
	justify-content: space-between;

}



/* agent */
.FFestateview-default-details-agent {
border-top: 0;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    margin-left: 30px;
    text-align: center;
}

.FFestateview-default-details-agent > div:first-child{
    border: 2px solid #eee;
    margin-bottom: 10px;
    border-radius: 2px;
    padding-bottom: 15px;
}


.FFestateview-default-details-agent-contact{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    width: auto;
}

.FFestateview-default-details-agent-contact a {
    padding: 4px 0 !important;
}

.FFestateview-default-details-agent-details a {
	padding: 0 5px;
	text-decoration:none !important;
}

.FFestateview-default-details-agent-contact-email {
    position: relative;
    padding: 4px 0 !important;
}

.FFestateview-default-details-agent-details a span {
	display: none;
    background: red;
    padding: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    box-sizing: border-box;
	pointer: cursor;
}

.FFestateview-default-details-agent-details a:hover span {
	display:block;
}

.FFestateview-default-details-agent-details a i:before {
    font-size: 20px;
	margin-left: 0;
}


.FFestateview-default-details-agent-image {
    height: 100px;
    width: 100px;
    border: 1px solid #f0f0f0;
    background-size: cover;
    background-position: center;
	margin-bottom:5px;
	border-radius: 100px;
	margin:15px auto;
	
}

.FFestateview-default-details-agent-name {
    font-weight: 600;
    margin: 0 0 5px 0;
}

.FFestateview-default-details-agent-name p {
    font-weight: 400;
}

.FFestateview-default-details-agent-addresses {
    margin: 0 0 20px 0;
}

.FFestateview-default-popup-open {
	min-height: 30px;
}


.FFestateview-default-popup-preloader {
	border-top:2px solid #eee !important;
	text-align:center !important;
	padding:20px !important;
	display:none;
}

/* agent */
.FFestateview-default-details-share  {
    border: 2px solid #eee;
    border-radius: 2px;
    padding: 15px;
    margin-top: 15px;
}

.FFestateview-default-details-share b{
	padding-bottom: 10px;
    display: block;
}

/* Legal */
.FFestateview-default-details-content-legal {
	margin-bottom:60px;
}


/* documents */

.FFestateview-default-details-content-documents  {
	width:100%;
	justify-content:space-between;
	margin-bottom: 60px;
}


.FFestateview-default-details-content-documents  b{
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 10px !important;
	
}

.FFestateview-default-details-content-documents  li{
	list-style:none;
	position:relative;
	padding-left: 0 !important;
	
}

.FFestateview-default-details-content-documents  li:before{
	font-family: Flaticon;
	content: '\f114';
	font-size: 8px;
	display: block;
	position: absolute;
	top: 7px;
	left: -30px;
}


/* groundplot */
.FFestateview-default-details-content-groundplot {
	margin-bottom:40px;
}

.FFestateview-default-details-content-groundplot > div {
    width: 100%;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	box-sizing: border-box;
}


.FFestateview-default-details-content-groundplot img {
    max-width:100%;
	margin:auto;
	box-sizing:border-box;
	padding:10px 10px 0 0;
}

/* energyUsage */
.FFestateview-default-details-content-energyUsage-new {
    display: flex;
    justify-content: space-between;
}

.FFestateview-default-details-content-energyUsage-new {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.FFestateview-default-details-content-energyUsage-new > div {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.FFestateview-default-details-content-energyUsage-new > div > div {
    flex-grow: 1;
    border: 1px solid #fff;
    padding: 3px;
    width: 100%;
    flex-shrink: 1;
    margin: 30px 0px 40px 0;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.FFestateview-default-details-content-energyUsage-new > div > div:last-child {
    margin-right: 0;
}

.FFestateview-default-details-content-energyUsage-new span {
    position: absolute;
    font-weight: 600;
	top: 6px;
}



.FFestateview-default-details-content-energyUsage-new div[data-class="A+"] > div:nth-child(1):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="A"]  > div:nth-child(2):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="B"]  > div:nth-child(3):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="C"]  > div:nth-child(4):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="D"]  > div:nth-child(5):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="E"]  > div:nth-child(6):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="F"]  > div:nth-child(7):before,
.FFestateview-default-details-content-energyUsage-new div[data-class="G"]  > div:nth-child(8):before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 4px solid;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -25px;
    transform: rotate(-45deg);
}




/*----- Tabs -----*/
.FFestateview-default-details-content-tabs {
    display: flex;
    padding: 0 10px;
    margin: 0;
}

.FFestateview-default-details-content-tabs li {
    list-style: none;
    margin-bottom: -1px;
}

.FFestateview-default-details-content-tabs li > a {
    display: block;
    border: 1px solid transparent;
    padding: 10px;
    margin: 0 10px 0 0;
}

.FFestateview-default-details-content-tabs li > .active {
    display: block;
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin: 0 10px 0 0;
}

.FFestateview-default-details-content-tab-content {
    padding: 0;
}

.FFestateview-default-details-content-tab-content > div {
    display: none;
    border: 1px solid #eee;
    padding: 10px;
}

.FFestateview-default-details-content-tab-content > .active {
    display: block !important;
}

/* thickbox overwrite ( wordpress native lightbox )*/

#TB_closeWindow .screen-reader-text,
#TB_ImageOff span {
	display:none !important;
} 

#TB_closeWindowButton {

    position: absolute;
    left: auto;
	right: -50px;
	width: 40px;
	height: 40px;
    border: 1px solid #eee;
    padding: 0;
    top: 0;
    background: #fff;
}

.tb-close-icon {
	padding: 6px;
	width: 38px;
    height: 39px;
}

.tb-close-icon:before {
	font-family:Flaticon;
	content:"\f126";
}

#TB_Image {
    border: 1px solid #e1e1e1 !important;
}

#TB_caption {
	height:auto !important;
}


/* responsive overwrite */ 

@media only screen and (max-width: 700px) {
   
   .FFestateview-default-details-content-energyUsage > div{
	   flex-direction:column-reverse;
   }
   
   .FFestateview-default-details-content-energyUsage > div > div:first-child {
		display: flex;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
		height: 280px;
	}
	/* search*/
   .FFestateview-default-overview-search-secondary > div {
		padding: 10px;
		width: 50%;
	}

	.FFestateview-default-overview-search-primary > div:first-child {
		flex-wrap:wrap;
	}	
	
	.FFestateview-default-overview-search-primary > div:first-child > div {
		width:50%;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}
	
	.FFestateview-default-overview-search-submit-button {
		margin-right:0 !important;
	}
	
	/* search bar */
	
	.ff-icon-sort {
		display:none;
	}
	
	.FFestateview-default-details-content-facts {
		flex-direction:column;
	}
	.FFestateview-default-details-content-facts div:last-child {
		width:100%;
		margin:10px 0 0 0;
	}
}


@media only screen and (max-width: 450px) {
    .FFestateview-default-overview-search-secondary > div {
		padding: 10px;
		width: 50%;
	}
	
	/* search*/
	.FFestateview-default-overview-search-primary > div:first-child {
		flex-wrap:wrap;
	}	
		
	.FFestateview-default-overview-search-primary > div:first-child > div {
		width:100%;
		border-bottom: 1px solid #eee;
		margin-right: 0; 
	}
	
	
	/* search bar */

	.FFestateview-default-overview-search-bar {
		justify-content: space-around;
		display: block;
	}

	
	.FFestateview-default-overview-search-count,
	.ff-icon-sort {
		margin-bottom: 20px;
		font-size: 1.2em;
		font-weight: 600;
	}
	
	.FFestateview-default-overview-search-sort {
		justify-content: space-around;
	}
}

/* Estate View single Estate new slider */
.slider-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
    margin-bottom: 40px;
}

.slider-wrapper .left {
    position: relative;
    width: 100%;
    max-width: 67%;
    text-align: center;
}

.slider-wrapper .left.portrait {
    background-color: #f0f0f0;
}

.slider-wrapper .left .img-wrapper {
    display: block;
    position: relative;
}

.slider-wrapper .left.portrait .img-wrapper {
    display: block;
    position: relative;
    height: 800px;
}

.slider-wrapper .left.portrait .img-wrapper img {
    width: auto;
    height: 100%;
}

.slider-wrapper .right {
    position: relative;
    max-width: 33%;
    width: 100%;
}

.slider-wrapper .img-wrapper .thumbs-count {
    background-color: #fafafa;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 2px 5px;
}

@media only screen and (max-width: 991px) {
    .slider-wrapper .left {
        max-width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .slider-wrapper .left.portrait {
        height: unset;
    }

    .slider-wrapper .left.portrait .img-wrapper {
        display: block;
        position: relative;
    }

    .slider-wrapper .left.portrait .img-wrapper img {
        width: 100%;
        height: auto;
    }
    
    .slider-wrapper .right {
        max-width: 96%;
        margin: 0 auto;
        margin-left: 0;
    }
}

.estate-pictures-slider-modal-trigger {
    cursor: pointer;
}

.estate-pictures-slider-modal {
    height: 0;
    width: 0;
    overflow: hidden;
}

.estate-pictures-slider-modal.active {
    display: block;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.estate-pictures-slider-modal .slider-modal-content {
    padding-top: 0;
    max-width: 1120px;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
    color: #fff;
    z-index: 10000;
    position: relative;
}

.estate-pictures-slider-modal .slider-modal-content::after {
    content: '';
    padding-top: 0;
    width: 70px;
    height: 90%;
    top: 50px;
    right: -70px;
    z-index: 9000;
    position: absolute;
}

.estate-pictures-slider-modal .slider-modal-content::before {
    content: '';
    padding-top: 0;
    width: 70px;
    height: 90%;
    top: 50px;
    left: -70px;
    z-index: 9000;
    position: absolute;
}

.estate-pictures-slider-modal .slider-modal-content .slider-modal-close-button {
    position: absolute;
    right: -45px;
    top: 20px;
    cursor: pointer;
}

.estate-pictures-slider-modal .slider-modal-content .slider-modal-close-button [class^="flaticon-"]:before, .estate-pictures-slider-modal .slider-modal-content .slider-modal-close-button [class*=" flaticon-"]:before, .estate-pictures-slider-modal .slider-modal-content .slider-modal-close-button [class^="flaticon-"]:after, .estate-pictures-slider-modal .slider-modal-content .slider-modal-close-button [class*=" flaticon-"]:after {
    font-size: 22px;
}

/* Slider Pro */
/* Pictures arrows */
.sp-image, .sp-video {
    margin-top: 40px !important;
}

.sp-video {
    object-fit: cover !important;
    max-width: 1100px;
    height: 600px;
}

.sp-horizontal .sp-previous-arrow {
    left: -40px !important;
    right: auto;
}

.sp-horizontal .sp-next-arrow {
    right: -40px !important;
    right: auto;
}

.sp-arrow {
    z-index: 10000;
}

/* Captions */
.ff-sp-caption {
    text-align: center;
    position: absolute;
    top: 10px;
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ff-sp-360-url {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    bottom: 100px;
    left: 0;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .ff-sp-caption {
        font-size: 14px;
    }

    .sp-horizontal .sp-previous-arrow {
        left: 20px !important;
        right: auto;
    }
    
    .sp-horizontal .sp-next-arrow {
        right: 20px !important;
        right: auto;
    }
}

.start-360-tour {
    text-align: left;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

/* OSM */
#osm-single-property {
    height: 450px;
    width: auto;
}