body {
	font-family: Helvetica, Arial;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	background-attachment:fixed;
}

html, body {
	height: 100%;
}

a {
	color: black;
	text-decoration:none;
}

.bigContainer {
	/* background-color: white; */
	padding-bottom: 1em;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.bigImageBackground {
	background-repeat: no-repeat;
	background-position: top center;
	/* background-size: 100% auto; */
	background-size: cover;
	position: absolute;
    width: 100%;
    height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}

.footerPusher {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

/*header_________________________________________________________*/
.transparentHeader {
	/* background-color: rgb(80, 80, 80, 50); */
	/* padding-bottom: 1em; */
	/* text-align:left !important; */
	/* padding-left: 8%; */
	text-align: left;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
    /* -webkit-box-align: baseline; */
        /* -ms-flex-align: baseline; */
            align-items: baseline;
}

.phoneHeader {
	color: red;
	
}

.socialIconsHeader {
	position: absolute;
	padding-left: 0em;
	padding-top: 1em;
	right: 3em;
}

.socialIconsHeader img{
	max-width: 50px;
	width: 2em;
}

#headingTop {
	background-color:#6c3b5d;
	color:#fff;
	padding-top: 1em;
    padding-bottom: 1em;
}

#headingTop .orangeText {
	color: #000000;
}

#headingTop h1{
	margin:0px;
}

#headingMenu {
	
}

#headingMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

#headingMenu li {
    float: left;
	margin-right:4em;
	font-size:1.0em
}

#headingMenu li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight:bold;
}

#headingMenu li a:hover:not(.active) {
    background-color: #000000;
	color:#fff;
}

#headingMenu .active {
    background-color: #000000;
    color: #fff;
}

.navbar {
    overflow: hidden;
    /* background-color: #fff; */
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top: 1em;
}

.navbar a {
    float: left;
    font-size: 1.0em;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight:bold;
}

#topHalfMenu a {
	float:none;
}

.dropbtn a {
	padding:0px;
}

.dropbtn {
	color: white;
}

.dropbtn span {
	color: black;
}

.dropbtn:hover span {
	color: white;
}

.dropdown {
    float: left;
    overflow: hidden;
	margin-right:0.5em;
}

.dropdown .dropbtn {
	text-align:center;
    margin-right: 3em;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    font-weight:bold;
	margin: 0;
	font-size:1.0em
}

.dropdown:hover .dropbtn{
	background-color: #000000;
}

.navbar a:hover, .dropbtn:hover, .dropdown:hover .dropbtn a {
    background-color: #000000;
	color:white;
}

.dropbtn:hover a span {
	color:white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #949494;
}

.dropdown:hover .dropdown-content {
    display: block;
}


#topHalfMenu, #bottomHalfMenu {
	display:flex;
	justify-content:space-evenly;
}

#bottomHalfMenu .dropdown {
	margin-left: auto;
	margin-right: auto;
}

#menuBar {
	width:94%;
	height:0.7em;
	background-color:black;
	border-radius:5px;
	margin: 0.5em auto;
}

#menuBarWide {
	width:100%;
	height:0.5em;
	background-color:black;
	margin: 0.5em auto;
}


	/*______STICKY HEADER________*/
		
		.headerSticky {
			background-color: rgba(233, 233, 233, 0.8);
			z-index: 10;
		}

		.content {
			padding: 16px;
		}

		.sticky {
			position: fixed;
			top: 0;
			width: 100%;
		}

		/*.sticky + .centeredContent {
		  padding-top: 300px;
		}
		
		.sticky + br {
		  padding-top: 300px;
		}*/
	
	/*______STICKY HEADER________*/


@media screen and (max-width: 750px) {
	#FooterContainer {
		display: none;
	}
	
	#largeScreenMenu{
		display:none;
	}
	
	#smallScreenMenu{
		display:inherit;
		background-color:#000;
	}
	
	#smallScreenMenu a{
		color: #fff;
	}
	
	#smallScreenMenu .dropdown-content a{
		color: #000;
	}
	
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
	/*Find a home menu start*/
	.redTabContainer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
	}
	.redTabContainer > .findHomeRedTab{
		width: 100%;
		text-align: center;
		height: auto;
	}
	/*Find a home menu end*/
}

@media screen and (max-width: 1080px) {
	.flexContainerLocations{
		max-width: 100% !important;
		width: 100%;
	}
}

@media screen and (min-width: 750px) {
	#largeScreenMenu{
		display:inherit;
	}
	
	#smallScreenMenu{
		display:none;
	}
}	

@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/*header_________________________________________________________end*/


.centeredContent {
	text-align:center;
}

.transparentWhiteDiv {
	background-color: rgba(255,255,255,0.85);
}

.paddingOneHalfOneEM {
	padding: 0.5em 1em;
}

#mainLogo {
	width:100%;
	max-width: 200px;
	/* margin-bottom: -1em; */
}

#socialIcons {
	float:left;
	display:inline-block;
	position: absolute;
	margin-left:3%;
}

#socialIcons img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	width:100%;
	max-width: 45px;
}

.agentInfoBlock {
	text-align: left; 
	/* display: flex;  */
	/* flex-flow: row wrap;  */
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	padding:1em;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

.agentInfoBlock h1, h2, h3 {
	margin: 0px;
}

.agentLanguages {
	text-align:right;
	float:right;
	font-weight:bold;
}


@media screen and (max-width: 700px) {
	.agentLanguages {
		padding-top: 1em;
		text-align:left;
		float:none;
		clear: both;
	}
	.agentAbout{
		clear: both;
	}
}


/* SCROLL LISTINGS _____________________*/

.featuredContainer{
	background-color: rgb(233, 233, 233);
	padding: 0.5em 0em 1.5em 0em;
}

.centerVertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.scrollerLeft{
 float: left; 
 width: 5%;
 height:100%;
 cursor: pointer;
}

.scrollerLeft img {
	width:100%;
}

.listingBox{
	display: inline-block;
	border:1px solid grey;
	/* margin: 0em 1em; */
	/* height:275px; */
	height:350px;
	width: 200px;
	/* min-width: 200px; */
	background-color: white;
	/* max-width: 233px; */
}

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

.listingPrice {
	color:white;
	/* background-color:black; */
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(black));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), black);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), black);
	padding: 10px 10px;
	width:100%;
	position: absolute;
	bottom: 0;
	left:0;
	/* border: 5px solid black; */
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align:left;
}

.listingRoom {
	vertical-align: middle;
	text-align: left;
	margin: 10px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    overflow: hidden;
}

.listingRoom img {
	height: 15px;
}

.roomSpacer {
	width:1em;
	display:inline-block;
}

.listingScroller{
 float: left; 
 width: 85%;
 margin: 1px;
 overflow: hidden;
 /*will change this to hidden later to deny scolling to user*/
 white-space: nowrap;
}

.providedBy {
	text-align: left;
	white-space: normal;
	vertical-align: middle;
    text-align: left;
    margin: 10px;
}

.scrollerRight{
 float: right; 
 width: 5%;
 height:100%;
 cursor: pointer;
}

.scrollerRight img {
	width:100%;
}

/* SCROLL LISTINGS END _____________________*/


/* MAP _____________________*/

.indexBackground {
	padding-top: 12%;
	padding-bottom: 12%;
}

.greyBackground {
	background-color: rgb(233, 233, 233);
	margin: 0px;
	margin: auto auto;
    width: 65%;
	padding-top: 0.5em;
	font-size: 1.5em;
}

.redTabContainer {
	margin: 0px;
	margin: auto auto;
    width: 65%;
}

.findHomeRedTab {
	background-color: #ad1807;
	text-align:left;
	margin: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	color: white;
	padding: 0.5em 0.5em 0.2em 0.5em;
	height: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.redTabBottom {
	padding: 0.2em 0.5em 0.5em 0.5em;
}

.smallerH1 {
	font-size: 1.5em;
}

.findHomeBar {
	background-color: rgba(233, 233, 233, 0.8);
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: auto auto;
    width: 65%;
	padding-top: 0.5em;
}

.findHomeBar button {
	background-color: #ad1807;
	color: white;
	padding: 3px 10px;
	border: 0px
}

.findHomeBar label:nth-child(odd) { 
	/* background-color:#c6c6c6;  */
}

.findHomeBar label {
	padding: 0.5em 1em 1em 1em;
	white-space: nowrap;
}

.findHomeBar input, select {
	max-width: 140px;
}

.mapMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}

.mapDropdown {
	text-align:left;
	font-size: 1em;
}

.mapDropdown input:checkbox {
	height:1em;
	width:1em;
}

#map21 {
	/* position: relative; */
    /* width: 100%; */
    display: inline;
}

#map21 > div {
	position: relative !important;
}

/* MAP END_____________________*/


/* YOUTUBE VIDEOS INDEX_____________________*/

.videoHeading {
	color:red;
}

.videosFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	margin-bottom:1em;
	background-color: white;
}

.videosContainer {
	width: 45%;
	text-align:center;
}

.videosIndex{
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}

.videosIndex iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videosIndex img{
	max-width: 100%;
}

.clearBoth {
	clear:both;
	width: 100%;
}

/* YOUTUBE VIDEOS INDEX END_____________________*/


/* MAIN TEXTS_____________________*/

.textBlockHeaderAbout {
	text-align:left;
	/* padding-left: 17%; */
	/* padding-right: 17%; */
}

.textBlockAbout {
	text-align:left;
	/* padding-left: 17%; */
	/* padding-right: 17%; */
}

.textBlockHeader {
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
}
.textBlock {
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
}

.textBlockContact {
	text-align:left;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1em;
}

.textBlockUL {
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
}

.containerContactUs {
	display: inline-block;
	vertical-align: top;
}

.containerContactUs p {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

.flexContainerLocations {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: auto;
}

.flexContainerLocations p{
	width: 250px;
}

.flexContainerNewBuilds {
	background-color: rgba(255,255,255,0.85);
	padding: 1em 0em;
	width: 100%;
}

.flexContainerNewBuilds p{
	width: auto;
	display: inline-block;
	vertical-align:top;
}

.flexContainerNewBuilds img{
	width: auto;
}
/* MAIN TEXTS END_____________________*/


/*AGENTS LIST_________________________________________________________*/

.agentLetters {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0px 4em;
	background-color: black;
}

.agentLetters a {
	font-weight: bold;
	color: white;
	margin: 1em 1em;
}

.agentBlockContainer {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/* padding: 0px 3em; */
	padding: 0px 5% 0px 9%;
}
.agentBlockTop {
	width: 100px;
    height: 155px;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.agentBlock {
	width: 100px;
	margin-bottom:1em;
	text-align:left;
	margin-left: 1em;
	margin-right: 1em;
}

.agentBlock img {
	width:100%;
}

.bigAgent {
	font-size: 0.8em;
	font-weight:bold;
}

.smallAgent {
	font-size: 0.6em;
}


/*AGENTS LIST END_________________________________________________________*/


/*LISTINGS PAGE_________________________________________________________*/
.listingsContent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:space-evenly;
	    -ms-flex-pack:space-evenly;
	        justify-content:space-evenly;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.listingsList {
	max-height: 100vh;
	overflow-y: scroll;
	width: 45%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:space-evenly;
	    -ms-flex-pack:space-evenly;
	        justify-content:space-evenly;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: 1em;
}

@media screen and (max-width: 950px) {
	.listingsList{
		width: 100%;
		margin-bottom: 1em;
		border-bottom: 15px solid black;
	}
}

.listingsList .listingBox {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    margin-bottom: 1em;
}

.listingsMap {
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	margin: 0em 1em;
}

/*LISTINGS PAGE END_________________________________________________________*/




/*footer_________________________________________________________*/
#FooterContainer {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#FooterInnerDiv{
	padding-left:3em;
	padding-right:3em;
	/* background-color:#dc3028; */
	background-color:rgba(0,0,0,0.70);
}

#FooterInnerDiv a{
	color:white;
}

.flex-container-footer {
    /* background-color:#dc3028; */
	color:#fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
	padding-top:1em;
}

.flex-item-footer {
	margin: 10px;
	vertical-align:top;
}

.flex-item-footer div {
	vertical-align:top;
	margin-right:10px;
}

.footerLinksHeaders{
	font-weight:bold;
}




.socialIconsFooter {
}

.socialIconsFooter img{
	max-width: 50px;
	width: 2em;
}

/*footer_________________________________________________________end*/