@charset "utf-8";
/* CSS Document */

.row {
    margin-right: 0;
    margin-left: 0;
}

.FAQ {
	XXpadding-right: 130px;
    XXpadding-left: 130px;
	max-width:800px;
	margin:auto
}

details {
	display:block;
	margin-bottom:20px;
}

.faq_label {
	font-size:1.5rem;
}

.property-image {
	aspect-ratio: 1.3/1;
    object-fit: cover;
	border-radius: 10px;
}

.RoundBorder {
	border-radius: 10px !important;
}

.ProductImage {
	aspect-ratio: 1/1;
    object-fit: contain;
}

li {
    list-style-type: none;
}

.QRCode {
	aspect-ratio: 1 / 1;
    display: block;
    width: 100%;
    object-fit: cover;
	max-width: 800px;
    margin: auto;	
}

.Banner {
	aspect-ratio: 2.5 / 1;
    width: 100%;
    object-fit: cover;
	border-radius: 0 0 90% 90% / 20%;
	border-radius: 0 0 50% 50% / 30%;
}

.GaleryImage {
    width: 100%;
  	display: block;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.js-carousel.slick-initialized .js-slide {
    font-size: 0;
}

.g-bg-secondary {
    background-color: transparent !important;
}

.main {
	background-color: #f7f7f7!important;
}

.Main {
	margin-top: -240px;
  	padding-top: 150px;
  	padding-bottom: 10px;
}

.Main .mb-5 {
    margin-bottom: 5rem!important;
}

.About {
	max-width: 800px;
    margin: auto;
}

.Video {
	/* max-width: 800px; */
	margin:auto;
	width: 100%;
	aspect-ratio: 1.9 /1;
	padding: 20px;
}

.IconGrid {
	
	/*
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
	*/
	
	display:flex;
	flex-wrap: wrap;
	
}

.IconGrid IconGriddiv {
	
	flex-grow: 1;
	/* min-width:240px; */
}

.Icon {
	width: 50px;
  	height: 50px;
}

.SaveContact {
	display: block;
    width: fit-content;
    margin: auto;
}


.Logo {
    display: flex;
    width: 150px;
    height: 270px;
    position: relative;
    top: -134px;
    right: 0;
    left: 0;
    z-index: 100;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
	
	/*
    -webkit-animation: fadeInDown 2s normal forwards ease-in-out;
    -moz-animation: fadeInDown 2s normal forwards ease-in-out;
    animation: fadeInDown 2s normal forwards ease-in-out;
	*/
}

.Logo span img {
    box-shadow: -10px 0px 13px 1px rgba(0, 0, 0, 0.25) !important;
    border: solid 8px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 50% !important;
  
	width: 270px;
    min-height: auto;
    vertical-align: middle;  

	aspect-ratio: 1 / 1;
    object-fit: cover;
  
}

.js-fancybox img {
    aspect-ratio: 1.5/1;
    object-fit: cover;
	border-radius: 10px;
}

  .container {  
    padding: 0px;
  }  

  .WOD_FormRow {  
    gap: 20px;
  }  

@media only screen and (max-width: 1000px) {
  
	.IconGrid IconGriddiv {
		min-width:180px !important;
	}  

}


@media only screen and (max-width: 600px) { 
  
  .container {  
    padding: 4px;
  }  

  .Banner {
      aspect-ratio: 1 / 1;
  }

  .Logo {
      top: -100px;
  }  
  
  .Logo span img {
      box-shadow: -10px 0px 13px 1px rgba(0, 0, 0, 0.25) !important;
      border: solid 8px rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0) !important;
      border-radius: 50% !important;
      width: 175px;
      min-height: auto;
      vertical-align: middle;
  }

	.IconGrid {
		grid-row-gap: 0px !important;
		grid-column-gap: 0px !important;
	}

	.IconGrid .IconGriddiv {
		
		flex-grow: 1;
		min-width:130px !important;
	    max-width: 50% !important;
	}
	
	.FAQ {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.Banner {
		border-radius: 0 0 100% 100% / 30%;
	}	

}


ul {
	margin: 0;
    padding: 0;
}


/* properties tags */ 
p.Sale {
   background: red; 
}
span.Sale {
	color: red;
}
p.Commercial {
  background: purple; 
}
span.Commericial {
	color: purple;
}
p.Rent {
  background: green; 
}
span.Rent {
	color: green;
}
p.Closed {
  background: orange; 
}
span.Closed {
	color: orange;
}

.sk-ww-google-reviews {
	background-color:transparent !important;
}



.g-top-10 {
    top: 2.5rem!important;
}

.g-right-10 {
    right: 2rem!important;
}












/* CoBrowsing */


#CoBrowsingButton {
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	backface-visibility: hidden;
	display: block;
	position: fixed;
	opacity: 1;
	text-align: left;
	top: 160px;
	z-index: 94034;
    direction: ltr;
}

#CoBrowsingButton>div {
	clear: left;
	float: left
}

#CoBrowsingButton .st-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	border: none;
	cursor: pointer;
	display: inline-block;
	color: white;
	height: 48px;
	line-height: 24px;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-align: left;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	width: 48px;
  	border-top-left-radius: 4px;
  	border-bottom-left-radius: 4px;
}

#CoBrowsingButton .st-btn.st-first {
	border-top: none;

}

#CoBrowsingButton .st-btn>svg {
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px
}

#CoBrowsingButton .st-btn>img {
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;

	
}

#CoBrowsingButton .st-btn>i {
	margin-right: 10px;
    margin-left: 5px;
	
}

#CoBrowsingButton .st-btn>span {

}

#CoBrowsingButton:not(.st-has-labels) .st-btn:hover {
	width: 62px
}

#CoBrowsingButton .st-btn:hover>svg {
	margin-left: 5px
}

#CoBrowsingButton .st-btn:hover>img {
	margin-left: 5px;	
}

#CoBrowsingButton .st-btn:hover>span {
	opacity: 1;
	display: inline-block;
	left: 0
}

@media (max-width:0px) {
	
	#CoBrowsingButton .st-btn:hover>svg {
		margin-left: 0
	}

	#CoBrowsingButton .st-btn:hover>span {
		display: none
	}
	
	#CoBrowsingButton {
		bottom: 0;
		display: flex;
		left: 0;
		right: 0;
		top: auto;
		width: 100%
	}

	#CoBrowsingButton>div {
		-moz-flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		clear: none;
		flex: 1;
		float: none
	}

	#CoBrowsingButton .st-btn {
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		text-align: center;
		width: auto;		
	}

	#CoBrowsingButton .st-btn>span {
		display: none
	}

	body {
		padding-bottom: 48px
	}
}


#CoBrowsingButton.st-right {
	right: 0
}

#CoBrowsingButton .st-btn[data-network=co-browse] {
	background-color: #b32117
}

#CoBrowsingButton .st-btn[data-network=stop-co-browse] {
	background-color: #792a0f
}

#CoBrowsingButton.st-has-labels .st-btn {
	width: 160px
}

#CoBrowsingButton.st-has-labels .st-btn:hover {
	width: 200px
}




.accordion {
    .accordion-item {
        border: none;
    }
}

.accordion {
  .accordion-item {
    border-bottom: 1px solid $lightgray;
	
        border: 1px white solid;
        padding: 10px;
        border-radius: 10px;	
	
    button[aria-expanded='true'] {
      border-bottom: 1px solid $blue;
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    color: $text;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: $blue;
      &::after {
        cursor: pointer;
        color: $blue;
        border: 1px solid $blue;
      }
    }
    .accordion-title {
      padding: 0;
    }
    .icon {
      display: inline-block;
      position: absolute;
      top: 2px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }
  button[aria-expanded='true'] {
    color: $blue;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    p {
      font-size: 1rem;
      font-weight: 300;
      margin: 2em 0;
    }
  }
}

