@charset "utf-8";
/* CSS Document */

/*  HOME PAGE SLIDER	=================================================================== */
#indexSlider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 5em;
	margin-bottom: 2em;
}
#layerslider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ccc;
}


.slideRatio {
	padding-bottom: 33%;
}
/*  HOME PAGE FORM	=================================================================== */

.wildSearchInput {
	float: left;
	width: 58%;
	margin-right: 2%;
}
.wildSearchCount {
	box-sizing:border-box;
	float: left;
	width: 19%;
	margin-right: 2%;
	padding: .65em 0;
	font-size: 1.5em;
	background: #fff;
	color: #001F5B;
	border: #001F5B 1px solid;
	text-align: center;
	font-style:italic;
}
.wildSearchButton {
	float: left;
	width: 19%;
}
#indexSearch .panelHeader {
	text-align: center;
	text-decoration: underline;
}
.searchPropType select {
	box-sizing: border-box;
	width: 100%;
	margin-right: 2%;
	padding: .25em 0;
	font-size: 1.5em;
}
#indexSearch input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	margin-right: 2%;
	padding: .5em 0;
	font-size: 1.5em;
}
#indexSearch input[type="button"] {
	box-sizing: border-box;
	float: right;
	width: 100%;
	padding: .6em 0;
	font-size: 1.5em;
	background: #001F5B;
	color: white;
	border: none;
}
#indexSearch input[type="button"]:hover {
	background: #2457bd;
	cursor: pointer;
}
#indexSearch #Panel .panelHeader {
	margin-top: 1.5em;
}
#idx-SearchCities {
	margin-bottom: 10px;
	padding: 5px;
	overflow: auto;
}
.formLabel {
	font-size: 1.25em;
}
.searchRangeSelect {
	float: left;
	width: 45%;
}
.searchRangeSelect select {
	box-sizing: border-box;
	width: 100%;
	padding: .25em 0;
	font-size: 1.5em;
}
.to {
	float: left;
	width: 10%;
	padding-top: .4em;
	font-size: 1.5em;
	text-align: center;
}
.formRow {
	margin-bottom: 1em;
}
#indexSearch #Tabs .Tab, #Tabs2 .Tab2, #Tabs3 .Tab3, #Tabs4 .Tab4, #Tabs5 .Tab5 {
	padding: .5em 0;
	font-size: 1.25em;
}
#indexSearch #Tabs .tabContent, #Tabs2 .tabContent2, #Tabs3 .tabContent3, #Tabs4 .tabContent4, #Tabs5 .tabContent5 {
	height: 29.25em;
	padding: .5em;
	border: #999 1px solid;
	font-size: 1em;
}
.searchLifestyleOptions {
	border: #999 1px solid;
	padding: .5em;
}
.lifestyleChexkbox input[type="checkbox"] {
}
.lifestyleChexkbox label {
	font-size: 1.25em;
	margin-left: .2em;
}
.advancedSearchCount {
	box-sizing:border-box;
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: .65em 0;
	font-size: 1.5em;
	background: #fff;
	border:#001F5B 1px solid;
	color: #001F5B;
	font-style:italic;
	text-align: center;
}
.advancedSearchSubmit {
	float: left;
	width: 49%;
}
/*  INDEX MAIN CONTENT	=============================================================== */

.porthole {
	position:relative;
	padding: 10%;
}
.porthole img {
	width: 100%;
	border-radius: 50%;
}

.portholeOverlay	{
	position:absolute;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	border-radius:50%;
	color: #ddd;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	background: rgba(60,116,175,.95);
	opacity: 0;
	transition: opacity .5s;
	text-align:center;	
}

.portholeOverlay:hover	{
	opacity: 1;
	transition: opacity .5s;
	
}

.portholeOverlay a	{
	color:#fff;
}

.portholeOverlay a:hover	{
	text-decoration:underline;
}

.overlayText	{
	margin-top:44%;
}
.portholeLabel {
	margin-top:-.75em;
	font-family: "acumin-pro-extra-condensed", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: rgba(60,116,175,1.00);
	line-height: 1.0em;
	font-size: 2em;
	text-align: center;
	
}

.icons {
	text-align:center;
	

}
.grey {
	display:inline-block;
	font-family: "acumin-pro-extra-condensed", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	width:250px;
	margin: 2em 0;
	
	color: rgba(60,116,175,1.00);
	font-size: 1.75em;
	
}
.grey img {
	width: 125px;
	height: auto;
	padding-bottom:.5em
}

<!-- SEARCH -->

#search .advancedSearchCount .idx-SearchCount {
	float: left;
	width: 100%;
	margin-bottom: .5em;
	padding: .7em 0;
	font-size: 1.5em;
	background: #fff;
	color:#001F5B;
	border:#001f5B 1px solid;
	font-style:italic;
	text-align: center;
}
#search .advancedSearchSubmit {
	float: left;
	width: 100%;
}

#search input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	margin-right: 2%;
	padding: .5em 0;
	font-size: 1.5em;
}
#search input[type="button"] {
	box-sizing: border-box;
	float: right;
	width: 100%;
	padding: .6em 0;
	font-size: 1.5em;
	background: #001F5B;
	color: white;
	border: none;
}
#search input[type="button"]:hover {
	background: #2457bd;
	cursor: pointer;
}

#search .searchPropType select {
	box-sizing: border-box;
	width: 100%;
	margin-right: 2%;
	padding: .25em 0;
	font-size: 1.5em;
}

#search .searchRangeSelect select {
	box-sizing: border-box;
	width: 100%;
	padding: .25em 0;
	font-size: 1.5em;
}

#search .searchRangeSelect {
	float: left;
	width: 45%;
}

#search .lifestyleChexkbox input[type="checkbox"] {
}

#search .lifestyleChexkbox label {
	font-size: 1.25em;
	margin-left: .2em;
}

#search .formLabel {
	font-size: 1.25em;
}
#search .formRow {
	margin-bottom: 1em;
}
#search .to {
	float: left;
	width: 10%;
	padding-top: .4em;
	font-size: 1.5em;
	text-align: center;
}

/*#search .idx-SearchCityList{
  margin-bottom:10px;
  padding:5px;
  overflow:auto;
  height:460px;
}*/

#search #Tabs .Tab, #Tabs2 .Tab2, #Tabs3 .Tab3, #Tabs4 .Tab4, #Tabs5 .Tab5 {
	padding: .5em 0;
	font-size: 1.25em;
}
#search #Tabs .tabContent, #Tabs2 .tabContent2, #Tabs3 .tabContent3, #Tabs4 .tabContent4, #Tabs5 .tabContent5 {
	height: 29.25em;
	padding: .5em;
	border: #999 1px solid;
	font-size: 1em;
}
#search .searchLifestyleOptions {
	border: #999 1px solid;
	padding: .5em;
}

/* AGENT ROSTER*/

.agentSearchCount {
	display: inline-block;
	width: 25%;
	margin-right: 2%;
	padding: .7em 0;
	font-size: 1.5em;
	background: #001F5B;
	color: white;
	text-align: center;
}
.agentSearchButton {
	display: inline-block;
	width: 25%;
}
.agentRosterCell {
	box-sizing: border-box;
	float: left;
	width: 25%;
	margin-bottom: .25em;
	padding: .5em;
	height: auto;
}

/* COMMUNITY GALLERY*/

.condoGalleryCell {
	box-sizing: border-box;
	float: left;
	width: 25%;
	margin-bottom: .25em;
	padding: .5em;
	height: auto;
	background: #fff;
 //transition: background .5s;
}