html {
  height: 100%;
}
body {
  height: 100%;
  background: rgb(255,255,255);
  font-family: 'montserrat', sans-serif;
  font-size: 23px;
  font-size: calc(1.025rem + 0.25vw);
	margin: 0px;
}

.nobr { white-space: nowrap; }
.container-nonfluid { width: auto; }

.icon-topcorner {
	position: relative;
}
.icon-detail {
	position: fixed;
	margin: 0 0 0 auto;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 100px;
	background: rgb(218, 32, 32);
	border: none;
	border-radius: 1rem;
	z-index: 4;
	cursor: pointer;
}
.floating-detail-btn {
	position: absolute;
	bottom: 50%;
	text-align: center;
	border: none;
	border-radius: 25px;
	background: red;
	padding-left: 0.5em;
	padding-right: 0.5em;
	z-index: 4;
}
.floating-detail-anchor {
	text-align: center;
	border: none;
	border-radius: 25px;
	background: red;
	padding-left: 0.5em;
	padding-right: 0.5em;
	z-index: 4;
	cursor: pointer;
}
.floating-detail-div {
	position: absolute;
	bottom: 55px;
	width: 15%;
	margin-right: -80%;
	text-align: right;
	z-index: 4;
}
.icon-social {	
	position: absolute;
	margin: 0 0 0 auto;
	top: 1%;
	right: 30px;
	height: 30px;
	width: 30px;
	background: url("imgs/Share-Icon.png") no-repeat;
	border: none;
	z-index: 4;
	cursor: pointer;
}

.download-floorplan-div {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
	z-index: 4;
}
.download-feature-div {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	z-index: 4;
}
.vertical-center {
	align-items: center;
}

.row-listingnav {
	height: 90px;
	vertical-align: middle;
	background-color: black;
}
.row-realtor {
	height: 240px;
	align-items: center;
}

.realtor {
	margin: 15px;
	display: flex;
	background-color: transparent;
	border: none;
}
.realtor-img {
	max-width: 95%;
	max-height: auto;
	border: none;
	border-radius: 5px;
}
.logo {
	width: auto;
	height: 100px;
	line-height: 100px;
	text-align: right;
}
.logo img {
	vertical-align: middle;
	max-width: 150px;
	margin: 10px 0px;
}
.listing-location {
	text-align: right;
	padding-top: 1rem !important;
	padding-right: 0px;
	padding-left: 5px;
}
.listing-address {
	font-size: calc(0.700rem + 0.350vw);
	font-weight: 600;
	line-height: 1.10em;
	white-space: nowrap;	
}
.listing-city {
	font-size: calc(.600rem + 0.70vw);
	font-weight: 400;
	line-height: 1.0em;
	white-space: nowrap;
}
.realtor-text {
	font-size: calc(0.500rem + 0.40vw);
	font-weight: 200;
	line-height: 1.40em;
}
.footer-text {
	font-size: calc(0.400rem + 0.40vw);
	font-weight: 200;
	line-height: 1.00em;
	color:rgb(0, 46, 96);
	text-align: right;
	white-space: nowrap;
} 
.navmenu-text {
	font-size: calc(0.350rem + 0.35vw);
	font-weight: 200;
	line-height: 1.00em;
	color:rgb(255,255,255)
}
.detail-text {
	font-size: calc(0.500rem + .50vw);
	font-weight: 500;
	line-height: 1.00em;
	padding: 0.7em 1em;
}
.dialog-header {
	font-size: calc(1.100rem + 0.80vw);
	font-weight: 500;
	line-height: 0.500em;
	color: white;
}
.propdesc {
	font-size: calc(0.600rem + 0.80vw);
	font-weight: 500;
	line-height: 1.00em;
	color: white;
}
.propdesc-price {
	font-size: calc(0.600rem + 0.80vw);
	font-weight: 700;
	line-height: 2.0em;
	color: white;
}
.propdesc-title {
	font-size: calc(0.600rem + 0.80vw);
	font-weight: 500;
	line-height: 1.00em;
	color: white;
}
.propdesc-text {
	font-size: calc(0.400rem + 0.80vw);
	font-weight: 200;
	line-height: 1.40em;
	color: white;
}
.nav-item {
	background-color: rgb(0,0,0);
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
}
.nav-item:hover {
	background-color: rgb(117, 117, 117);
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 10px;
	white-space: nowrap;
	cursor: pointer;
}
.nav-item-selected {
	background-color: rgb(117, 117, 117);
	border-radius: 10px;
}
.realtor-img {
	max-width: 90px;
	max-height: auto;
	border: none;
	border-radius: 5px;
}
.btn-copy {
	border: none;
  	background-color: inherit;
}
.ui-widget input {
	color: black;
	font-family: 'montserrat', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	height: 50px;
	margin-bottom: 1em;
	padding-left: 5px;
	background-color: #fff;
}
.ui-widget-content {
	background: rgba(43, 42, 42, 0.9);
	color: black;
	width: 100%;
	font-family: 'montserrat', sans-serif;
	border-radius: 30px;
}
.ui-widget.ui-widget-content {
	border: 0px solid rgba(43, 42, 42, 0.9);
	border-radius: 20px;
}
.ui-widget textarea {
	color: black;
	font-family: 'montserrat', sans-serif;
	font-weight: normal;
	padding-left: 15px;
	font-size: 1em;
	border-radius: 40px;
	background-color: #fff;
}
.navbar-collapse {
	transform: translateX(0%);
	background: rgb(0,0,0);
	z-index: 4;
}
.nav-link {
	height: 40px;
	width: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color:rgb(255,255,255)
}
.wrap-element {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wrap-iframe {
	border: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

#my-slider {
	width: 100%;
	height: 100%;
	color: white;
}
.ui-widget {
	font-family: 'montserrat', sans-serif;
	font-size: .7em;
}
.ui-dialog {
	left: 0;
	outline: 0 none;
	padding: 0 !important;
	position: absolute;
	top: 0;
}
#success {
	padding: 0;
	margin: 0; 
}
.dialogTitle {
	padding: 0.1em .5em;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	color: white;
}
.dialog-detail-content {
		padding: 0 40px;
		width: 90%;
	}
.contact-text {
	font-size: calc(0.500rem + 0.70vw);
	color: white;
	white-space: nowrap;
	align-self: center;
	padding-right: 5px;
	padding-bottom: 8px;
}
.ui-dialog .ui-dialog-content {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	overflow: auto;
	position: relative;
	padding: 0 0 0 0 !important;
}
.ui-dialog .ui-dialog-title {
	margin-top: 20px;
}
.ui-widget-header {
	background: rgba(43, 42, 42, 0.9);
	border: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.1em .5em;
	text-align: center;
	font-size: 0em;
	border-radius: 45px;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 20%;
	border: 0px;
	margin: 8px 12px 0 0;
}
.ui-button-icon-only .ui-icon {
	margin-top: -8px;
	margin-left: -8px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
	float: none;
}
.ui-widget button {
	font-family: 'montserrat', sans-serif;
	font-weight: bold;
	font-size: 1em;
}
.ui-dialog .ui-dialog-buttonpane {
	border-width: 0px 0 0 0;
	background: transparent;
}
.ui-dialog .ui-dialog-buttonpane button {
	color: black;
	border: 0px;
	border-radius: 25px;
	background: white;
	padding: 1em 4em;
}
.ui-dialog-titlebar-close {
	background: url("imgs/ui-icons_000000_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
	border: medium none;
}
.ui-dialog-titlebar-close:hover {
	background: url("imgs/ui-icons_000000_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
	border: medium none;
}
.ui-dialog.white-icons .ui-dialog-titlebar-close {
	background: url("imgs/ui-icons_ffffff_256x240.png") repeat scroll -93px -128px rgba(255, 255, 255, 0);
	border: medium none;
}
.ui-dialog.white-icons .ui-dialog-titlebar-close:hover {
	background: url("imgs/ui-icons_ffffff_256x240.png") repeat scroll -93px -128px rgba(255, 255, 255, 0);
	border: medium none;
}
.share-logo {
	width: 60%;
	margin: 0 auto;
	display: flex;
}
.share-logos {
	width: 75px;
	margin: auto;
	position: relative;
}
.circle {
    max-width: 75px;
    height: 75px;
	padding: 1px;
	background: white;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px; 
}
.circle img {
	padding-top: 17px;
	vertical-align: middle;
}
.field {
	width: 85%;
}

.connected-carousels .stage {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

.connected-carousels .carousel-stage {
	height: 400px;
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
		 -moz-box-shadow: 0 0 2px #999;
					box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 90%;
	color: #fff;
}
S
.connected-carousels .prev-stage {
	left: 0;
}

.connected-carousels .next-stage {
	right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
	display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
		 -moz-border-radius: 30px;
					border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
		 -moz-box-shadow: 0 0 2px #999;
					box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
	left: 20px;
}

.connected-carousels .next-stage span {
	right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
	display: block;
	background: #000;
}

.realtor-info-btn {
	display: none;
	cursor: pointer;
}
@media screen and (min-width: 430px) and (max-width: 992px) {
	.realtor-img {
		max-width: 60px;
		max-height: auto;
		border: none;
		border-radius: 5px;
	}
	.row-listingnav {
		height: 60px;
		vertical-align: middle;
		background-color: black;
        z-index: 4;
	}
	.listing-location {
		text-align: right;
		padding-top: 0.3rem !important;
	}
	.navbar-toggler.collapsed .close-icon {
		display: none;
		outline: 0px;
	}
	.navbar-toggler.collapsed .close-icon-bg {
	   	display: none;
		outline: 0px;
	}
	.close-icon {
		position: fixed;
		 z-index: 4;
		 right: 20px;
	}
	.navbar-toggler {
		display: inline;
		position: fixed;
		top: 5px;
		right: 3%;
		border: 0px;
		cursor: pointer;
		outline: 0px;
		padding: 0.1rem !important;
		padding-bottom: 0rem !important;
		vertical-align: middle;
	}
	.navbar {
		position: fixed;
		top: 50px;
		right: 0px;
		padding: 0px;
		z-index: 4;
		cursor: pointer;
	}
	.navbar-nav {
		width: auto;
		color: black !important;
        z-index: 4;
	}
	.nav-item {
		background-color: white;
		color: black !important;
		padding-left: 0px;
		padding-right: 0px;
		white-space: nowrap;
	}
	.nav-item:hover {
		background-color: rgb(117, 117, 117);
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 0;
		white-space: nowrap;
		cursor: pointer;
	}
	.nav-item-selected {
		background-color: rgb(117, 117, 117);
		border-radius: 0;
	}
	.navbar-nav a {
		color: black !important;
	  z-index: 4;
    }
	.close-icon-bg {
		position: fixed;
		width: 150px;
		height: 50px;
		top: 0px;
		right: 0px;
		margin: 0px;
		z-index: 1;
		background-color: white;
	}
	.close-icon {
		position: fixed;
		z-index: 4;
		right: 20px;
	}
	.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		display: inline;
		color: black;
		background-color: white;
		outline: 0px;
	}
	.navbar-dark .navbar-toggler {
		position: fixed;
		color: black;
		font-weight: bold;
		z-index: 10;
	}
    .navbar-toggler:focus, .navbar-toggler:active,
	.navbar-toggler-icon:focus {
		outline: none;
		box-shadow: none;
	}
	.realtor-text {
		font-size: calc(0.500rem + 0.40vw);
		font-weight: 200;
		line-height: 1.30em;
	}
	.logo {
		width: auto;
		height: auto;
		line-height: 80px;
		text-align: right;
	}
	.listing-address {
		font-size: calc(0.600rem + 0.60vw);
		font-weight: 600;
		line-height: 0.9em;
		white-space: nowrap;	
	}
	.wrap-element {
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}	
	
	.floating-detail-div {
		position: absolute;
		bottom: 30px;
		width: 20%;
		margin-right: -70%;
		text-align: right;
		z-index: 4;
	}
	.navmenu-text {
    	font-size: calc(0.300rem + 0.25vw);
		font-weight: 300;
		line-height: 1.00em;
		color: black;
	}
	.realtor-info-btn {
		display: block;
        margin-top: 0px;
		padding-top: 0px;
        width: 100%;
        margin-right: 0px;
        text-align: right;
        z-index: 1;
		cursor: pointer;
    }
	.realtor-info-anchor {
		text-align: center;
		border: none;
		border-radius: 25px;
		background: black;
		padding-left: 0.7em;
		padding-right: 0.7em;
		z-index: 4;
		cursor: pointer;
	}
	.share-logos {
		width: 45px;
		margin: auto;
		position: relative;
	}
	.share-logos img {
		width: 28px;
	}
	.circle {
		max-width: 45px;
		height: 45px;
		padding: 5px;
		background: white;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px; 
	}
	.circle img {
		padding-top: 6px;
		vertical-align: middle;
		width: 28px;
	}
	.topbar {
		position: fixed;
		top: 0px;
		background-color: rgba(117, 116, 116, 0.2);
		height: 60px;
		width: 100%;
		z-index: 4;
	}
	.logo {
		position: fixed;
		top: 8px;
		left: 10px;
		width: 200px;
		background-color: transparent;
		line-height: 3em;
		text-align: left;
		z-index: 4;
	}
	.logo img {
		vertical-align: middle;
		max-height: 40px;
		margin-top: 60px;
	}
	.icon-social {	
		position: absolute;
		margin: 0 0 0 auto;
		top: 20%;
		right: 3%;
		height: 30px;
		width: 30px;
		background: url("imgs/Share-Icon.png") no-repeat;
		border: none;
		z-index: 4;
		cursor: pointer;
	}
}

@media screen and (max-width: 428px) {
	body {
		font-size: calc(.700rem + 0.25vw);
	}
	#my-slider .crs-bar-roll-current {
		width: 38px;
		height: 38px;
	}
	#my-slider .crs-bar-roll-item {
		width: 30px;
		height: 30px;
	}
	.icon-social {	
		position: absolute;
		margin: 0 0 0 auto;
		top: 12%;
		right: 5%;
		height: 30px;
		width: 30px;
		background: url("imgs/Share-Icon.png") no-repeat;
		border: none;
		z-index: 4;
		cursor: pointer;
	}
	.row-listingnav {
		height: 70px;
		vertical-align: middle;
		background-color: black;
        z-index: 4;
	}
	.realtor-img {
		max-width: 100px;
		max-height: auto;
		border: none;
		border-radius: 5px;
	}
	.realtor-text {
		font-size: calc(0.700rem + 0.70vw);
		font-weight: 200;
		line-height: 1.50em;
	}
	.footer-text {
    	font-size: calc(0.500rem + 0.40vw);
		font-weight: 200;
		line-height: 1.50em;
		text-align: center;
		vertical-align: bottom;
	}
	.navmenu-text {
    	font-size: calc(0.500rem + 0.30vw);
		font-weight: 300;
		line-height: 1.00em;
		color: black;
	}
	.detail-text {
		padding: 0.3em 1em;
	}
	.nav-item {
		background-color: white;
		color: black !important;
		padding-left: 0px;
		padding-right: 0px;
		white-space: nowrap;
	}
	.nav-item:hover {
		background-color: rgb(117, 117, 117);
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 0;
		white-space: nowrap;
		cursor: pointer;
	}
	.nav-item-selected {
		background-color: rgb(117, 117, 117);
		border-radius: 0;
	}
	.navbar {
		position: fixed;
		top: 50px;
		right: 0px;
		padding: 0px;
		z-index: 4;
		cursor: pointer;
	}
	.navbar-toggler {
		position: fixed;
		top: 5px;
		right: 10px;
		border: 0px;
		cursor: pointer;
		outline: 0px;
	}
	.navbar-nav a {
	  	color: black !important;
        z-index: 4;
	}
	.floating-detail-btn {
		position: absolute;
		bottom: 3%;
		right: 3%;
		text-align: center;
		border: none;
		border-radius: 10px;
		background: red;
		padding-left: 0.5em;
		padding-right: 0.5em;
		z-index: 4;
	}
    .floating-detail-div {
        position: absolute;
		display: block;
        bottom: 45px;
        width: 100%;
        margin-right: 25px;
        text-align: right;
        z-index: 4;
    }
	.realtor-info-btn {
		display: block;
        margin-top: 0px;
		padding-top: 0px;
        width: 100%;
        margin-right: 0px;
        text-align: right;
        z-index: 1;
    }
	.realtor-info-anchor {
		text-align: center;
		border: none;
		border-radius: 25px;
		background: black;
		padding-left: 0.7em;
		padding-right: 0.7em;
		z-index: 4;
		cursor: pointer;
	}
	.navbar-toggler.collapsed .close-icon {
      display: none;
	  outline: 0px;
	}
    .navbar-toggler.collapsed .close-icon-bg {
     	display: none;
	  	outline: 0px;
	}
	.close-icon-bg {
		position: fixed;
		width: 150px;
		height: 50px;
		top: 0px;
		right: 0px;
		margin: 0px;
		z-index: 1;
		background-color: white;
	}
	.close-icon {
		position: fixed;
		z-index: 4;
		right: 20px;
	}
	.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		display: inline;
		color: black;
		background-color: white;
		outline: 0px;
	}
    .navbar-dark .navbar-toggler {
		position: fixed;
		color: black;
		font-weight: bold;
		z-index: 10;
	}
    .navbar-toggler:focus, .navbar-toggler:active,
	.navbar-toggler-icon:focus {
		outline: none;
		box-shadow: none;
	}
	.topbar {
		position: fixed;
		top: 0px;
		background-color: rgba(117, 116, 116, 0.2);
		height: 60px;
		width: 100%;
		z-index: 4;
	}
	.download-floorplan-div {
		position: relative;
		top: 60px;
		width: 100%;
		text-align: center;
		z-index: 4;
	}
	.download-feature-div {
		position: absolute;
		top: 60px;
		width: 100%;
		text-align: center;
		z-index: 4;
	}
	.logo {
		position: fixed;
		top: 8px;
		left: 10px;
		width: 200px;
		background-color: transparent;
		line-height: 3em;
		text-align: left;
		z-index: 4;
	}
	.logo img {
		vertical-align: middle;
		max-height: 40px;
		margin-top: 60px;
	}
	.prop-details {
		margin: 1px;
		border-style: solid;
		border-color: black;
		border: 2px;
		white-space: nowrap;
		color: white;
	}
	.propdesc-title {
		font-size: calc(0.400rem + 0.70vw);
		font-weight: 500;
		line-height: 1.00em;
		color: white;
	}
	.listing-location {
		width: 100%;
		text-align: center;
	}
	.ui-widget-content {
		background: rgba(43, 42, 42, 0.9);
		color: black;
		align-self: center;
		font-family: 'montserrat', sans-serif;
		border-radius: 5px;
	}
	.ui-widget.ui-widget-content {
		border: 0px solid rgba(43, 42, 42, 0.9);
		border-radius: 5px;
        z-index: 4;
	}
	.ui-widget input {
		color: black;
		font-family: 'montserrat', sans-serif;
		font-weight: normal;
		font-size: 1em;
		height: 17px;
		max-width: 95%;
		margin-bottom: 5px;
		padding-left: 5px;
		background-color: #fff;
		}
	.input-small {
		align-self: right;
		text-align: right;
	}
	.contact-text {
		font-size: calc(0.500rem + 0.30vw);
		align-self: center;
		padding-bottom: 2px;
		text-align: right;
	}
	.ui-widget textarea {
		color: black;
		font-family: 'montserrat', sans-serif;
		font-weight: normal;
		width: 100%;
		padding-left: 15px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 1em;
		border-radius: 10px;
		background-color: #fff;
	}
	.dialog-header {
		font-size: calc(.600rem + 0.60vw);
		font-weight: 500;
		line-height: 0.400em;
		white-space: nowrap;
		margin: 0;
	}
	.dialog-detail-content {
		padding-left: 40px;
	}
	.share-logo {
		width: 100%;
		margin: 0 auto;
	}
	.share-logos {
		width: 32px;
		margin: auto;
		position: relative;
	}
	.share-logos img {
		width: 28px;
	}
	.circle {
		max-width: 28px;
		height: 28px;
		padding: 5px;
		background: white;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px; 
	}
	.circle img {
		padding-top: 3px;
		vertical-align: middle;
		width: 18px;
	}
	.field {
		width: 75%;
	}
  	.frame-space {
		padding-top: 60px;
	}
	.wrap-element {
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.wrap-iframe {
		border: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
}

.text-blue {
	color: rgb(0,46,96);
}
.text-lightblue {
	color: rgb(29, 161, 242);
}
.bg-white {
	background: rgb(255,255,255);
}
.bg-black {
	background: rgb(0,0,0);
}
.bg-blue {
	background: rgb(102,164,232);
}
.bg-darkblue {
	background: rgb(0,46,96);
}
.bg-gray-white {
	background: rgb(0,46,96);
	background-image: linear-gradient(90deg, rgb(211, 211, 211) 0%, rgb(240, 240, 240) 65%, rgba(255,255,255,1) 100%);
}
