.property_short_description {
	font-weight: bold;
	margin-bottom: 10px;
}

.dyn_prop_show_slideshow {
	padding: 8px 0 0 0;
	float: right;
}

#div_menu_fav_vis_desktop, #div_menu_fav_vis_mobile {
	display: inline-block;
	float: right;
}
#div_menu_vis_desktop, #div_menu_vis_mobile, #div_menu_fav_desktop, #div_menu_fav_mobile {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding-right: 10px;
}
.inline_img_star { 
	display: inline-block;
	vertical-align: middle;
	width: 26px;
}

.inline_img_eye { /*star and eye */
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}


#menu_favs, #menu_visited {
}


.mptip {
	display: inline-block;
	background-color: #29186e;
	border-radius: 3px;
	border: 1px solid aliceblue;
	color: #fff;
	font-size: 14px;
	padding: 0 6px;
	opacity: 0;
	
	margin-top: 5px;
}

.icon-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.icon-tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	background-color: #29186e;
	border-radius: 3px;
	border: 1px solid aliceblue;
	color: #fff;
	font-size: 13px;
	padding: 0 6px;
	text-align: center;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	//top: 100%;
	top: -30px;
	left: 0;
}
.icon-tooltip .tooltiptext.right{
	margin-left: -20px;
}
.icon-tooltip .tooltiptext.left{ /*fullscreen slideshow*/
	line-height: 1.4;
	margin-left: -70px;
	top: 5px;
	padding: 4px 6px;
	white-space: collapse;
}

.icon-tooltip:hover .tooltiptext {
  visibility: visible;
}
/*
.tooltip {
  position: relative;
  display: inline-block;  
  z-index: 99999999999;
  margin-top: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #29186e;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
*/


.fav a{
	color: #fff;
}
.fav a:hover {
	color: #ff0000;
}

.center {
	text-align: center;
}

.fotorama__arr {
    opacity: 1!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important
}

.fotorama__arr--disabled {
    opacity: .1!important
}


.fotorama__arr {
	margin-top: 0;
}

/* keep arrows in view */
.fotorama__arr,
.fotorama__fullscreen-icon {
    display: block !important;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

#home_slider {
	width: 100%;
	
}

.homeslider-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.homeslider-flexbox {
    height: 100%;
	max-width: 80%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeslider-row {
    width: auto;
}
.homeslider-bg {
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	overflow: hidden;
	padding: 12px 15px 20px;
}
.homeslider-title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #fff;
}

.homeslider-text {
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
	display: none;
}

.btn_slider {
	background: #29186e;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 4px;
	font-weight: 400;
	text-align: center;
	display: inline;
	padding: 7px 12px;
	border-radius: 5px;
}

.btn_slider:hover {	
	background: #76c5f0;	
}





.seo_top {	
  max-width: 1120px;
  padding: 20px;
  margin: 10px auto;
}

.seo_image {	
  aspect-ratio: 3 / 1;
  width: 100%;
  background-size: cover;
  margin: 15px 0;
}

.proplist_container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
	margin-top: 15px;
	margin-bottom: 15px;
    width: auto;
	//max-width: 1280px;
	//margin: 10px auto;
	
    justify-content: center
}

.proplist_container>div {
    width: 300px;
    margin: 2%;
    position: relative;
    overflow: hidden;
	text-align: center;
	background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
}


.proplist_text {
    padding: 10px 10px 86px;
    font-weight: 300;
}
.proplist_text h3 {
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0 0;
    line-height: 1.4;
}
.proplist_icons {
	color: #000;
	font-size: 90%;
}

.icon_span {
	display: inline-block; 
	white-space: nowrap;
}
.list_icon img {
	width: 23px; 
	vertical-align: middle
}
.list_icon_margin {
	margin-left: 2px;
}

.proplist_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #29186e;
    font-weight: 500;
    font-size: 20px;
    line-height: 2;
	cursor: default;
}
.proplist_button {
    background: #29186e;
    padding: 4px;
    color: #fff;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}

.overlay_list {
    position: absolute;
    top: 0;
    left: -1px;
	color: #fff;
	z-index:999;
    //right: -1px;
}

.property_fav {
	//color: #fff;
	width: 26px;
}

span.proplist_arrow-right:after  {
    font-family: 'ETMODULES';
    content: '\24';
    font-size: 24px;
    color: #fff;
    margin-left: 7px;
    vertical-align: middle;
}

span.proplist_star  {
	margin-left: 7px;
	vertical-align: middle;
	cursor: pointer;
}

span.proplist_star img {
	width: 24px;
}

.propstar {
	width: 40px !important;
	float: right;
}

.order_wrapper {
	text-align: center;
	margin-top: 10px;
}

/* property detail page */
#prop_slider {
	max-width: 900px;
	aspect-ratio: 5/3;
}

#prop_slider_layer1 {
	background: #EBEBEB;
	display: block;
	//visibility: visible;
}

#prop_slider_layer2 {
	position: absolute;
	background: #fff;
	//border: 1px solid red;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 900px;
	
	display: none;
	//visibility: hidden;
}

#prop_slider_layer3 {
	position: absolute;
	background: #fff;
	//border: 1px solid red;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 900px;
	display: none;
	
	//visibility: hidden;
}

.choice, .choice_active {
	float: left;
	text-align: left;
	line-height: 2;
	color: #fff;
	height: 70px;
	width: 190px;
	background-position: left -5px;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	padding-top: 20px;
	padding-left: 84px;
	//border: 1px solid grey !important;
	font-size: 15px !important;
	margin: 0 5px 5px 0;
	border-radius: 10px;
}

.choice {
	display: none;
	background-color: rgb(41, 24, 110);
	color: #fff;
	opacity: 0.6;
}
.choice_active {
	background-color: rgb(41, 24, 110);
	cursor: pointer;
}
.choice_active:hover {
	background-color: rgb(117, 197, 239);
}

#choice_col1 {
	width: 150px;
}
#choice_col1b {
	width: 170px;
}
#choice_col2 {
	width: 140px;
}
#choice_col3 {
	width: 190px;
}
#choice_col4 {
	width: 160px;
}
#propdetails_sliderbuttons .choice_mr_0 {
	margin-right: 0;
}

/* print version */
.div_window_icons {
	width: 100%; 
	text-align: center;
}
.window_icon img {
	width: 50px; 
	vertical-align: middle
}

@media all and (min-width: 1220px) {
	.choice {
		display: none;
	}
}

@media all and (min-width: 1260px) {
    .proplist_container>div {
        margin:15px;
        width: 323px;
    }
}

.proplist_image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center
}

.proplist_content {
    display: block;
    padding: 10px;
    color: #8e99a3;
    overflow: hidden;
    padding-bottom: 24px
}

.proplist_title {
    margin: 10px 0
}

.proplink {
    text-decoration: none
}

.proplink h4 {
    color: #22387d
}

.proplink p {
    color: #8e99a3
}

.proplist_type {
    color: #22387d
}

.proplist_price {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.proplist_city {
    float: right;
    color: #22387d
}

.proplist_pool {
}

.proplist_separator {
    height: 1px;
    border: 0px solid #DEDEDE;
    border-top-width: 1px;
    margin-block-start:0}

.proplist_separator.bottom {
    margin-block-start:5px}

.proplist_banner_wrapper {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: left
}

.proplist_banner {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    background-color: rgba(41,24,110,0.9);
    color: #fff;
    transform-origin: left!important;
    transform: translate(-13%,227%) rotate(-17deg)!important;
    padding: 6px 80px 6px 50px!important;
    width: 330px;
    text-align: center;
    text-transform: uppercase
}


#propdetails_sliderbuttons {
	//overflow: hidden;
}




@media all and (min-width: 800px){
	
	.homeslider-overlay {
		//width: 65%;
	}
	
	.homeslider-title {
		font-size: 24px;
		margin-bottom: 0;
	}

	.homeslider-text {
		font-size: 16px;
		display: block;
	}

}

@media all and (min-width: 1100px){
	
	.homeslider-overlay {
		//width: 55%;
	}
	
	.homeslider-title {
		font-size: 30px;
	}

	.homeslider-text {
		font-size: 18px;
	}
}





.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 48px;
	width: 68px;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -24px;
	position: absolute;
	background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
	cursor: pointer;
}


.googlemap {
	width: 100%;
	aspect-ratio: 2/1;
	min-height: 250px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* Fixes potential theme css conflict */
	.googlemap img {
   max-width: inherit !important;
}


/* casafari */
.propyGallery__iframe {
    display: flex;
    min-height: 530px;
}

.propyGallery__iframe iframe {
    -webkit-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
    border: none;
}

.propyGallery__iframe {
        display: flex;
        min-height: 530px;
}

@media (max-width: 575.98px) {
	.propyGallery__iframe {
		min-height: 300px;
	}
}

.propyGallery__iframe iframe {
	-webkit-flex: auto;
	-ms-flex: auto;
	-o-flex: auto;
	flex: auto;
	border: none;
}