﻿/*@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://albertanthonyrealestate.com/include/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('http://albertanthonyrealestate.com/include/fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://albertanthonyrealestate.com/include/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('http://albertanthonyrealestate.com/include/fonts/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('fonts/roboto-bold-webfont.svg') format('svg');
    font-weight: bold;@import url('http://albertanthonyrealestate.com/styles.css');
    font-style: normal;
}*/

.mobile {
	display: none;
}

html {
}

.rightalign {
	float: right;
	clear: both;
	height: 2em;
	width: 100%;
	text-align: right;
}

.clearboth {
	clear: both;
}

body {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-family: Euphemia, 'Euphemia UCAS', Arial;
	min-width: 320px;
}

.left {
	float: left;
}

.headerOuterDiv {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

header {
	clear: both;
	width: 100%;
	float: left;
	padding: 1em;
	padding-top: 0;
}

	header .contactInfo {
	}

	header h1 {
		color: white;
		font-size: 1.5em;
		margin: 0;
	}

	header h3 {
		color: white;
		font-size: 1em;
	}

.headerInner {
	margin: 0 auto;
	padding: 10px;
	min-height: 120px;
	width: 970px;
	font-family: Tahoma;
}

.topLinksDiv {
	float: right;
	clear: right;
}

	.topLinksDiv a {
		color: #ed1c24;
		font-size: 1.0em;
		margin-right: 1.2em;
		padding: 1em;
		text-decoration: none;
		font-weight: bold;
	}

.facebookIcon, .linkedInIcon, .youtubeIcon {
	margin-top: 10px;
	margin-bottom: -10px;
}

.topLinksDiv a.socialMediaIcon {
	padding-left: .25em;
	padding-right: .25em;
}

nav {
	float: right;
	display: block;
	height: 40px;
	font-size: 15pt;
	width: 57%;
	clear: right;
	margin-top: 1em;
}

	nav a {
		color: #FFFFFF;
	}

ul.topnav > li {
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	border-bottom: solid 2px white;
}

	ul.topnav > li:hover {
		border-bottom: solid 2px #ed1c24;
	}


ul.topnav li ul.subnav {
	background: white;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
	box-shadow: 5px 5px 5px rgba(0,0,0,.25);
}

	ul.topnav li ul.subnav li {
		font-weight: normal;
	}

		ul.topnav li ul.subnav li a:hover {
			color: white;
			background: #ed1c24;
		}


#menuTab {
	display: none;
	border: 2px solid #FFFFFF;
	background: black;
	font-weight: bold;
	color: white;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	margin: 4px;
	padding: 4px 40px;
	float: right;
}

#menuHolder {
	z-index: 2001;
	float: left;
	border-top: none;
	right: 0;
	left: auto;
	display: block;
	float: right;
	width: 100%;
}

.contactInfo {
	float: right;
	margin-top: -10px;
	padding: 5px;
	width: 190px;
	text-align: right;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1.7em;
	border-bottom: solid 1px #ed1c24;
}


hr {
	background: #333;
	border: 0;
	height: 1px;
}

a {
	color: #ed1c24;
}

	a img {
		border: 0;
	}

td {
	vertical-align: top;
}

.logoDiv {
	clear: left;
	float: left;
	max-width: 40%;
	padding: 0.25em;
	width: auto;
}

.logo {
	max-width: 100%;
}

.barUnderNav {
	border-bottom: solid #ed1c24 15px;
	float: left;
	width: 100%;
}

.copyright {
	clear: left;
	display: block;
	float: left;
	font-size: 0.8em;
	padding-top: 6em;
	text-align: center;
	white-space: normal;
	width: 100%;
	padding-bottom: 1em;
}

.nobreak {
	white-space: nowrap;
}

.mainDiv {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
	width: 100%;
	background: white;
	overflow: auto;
	padding: 1em;
}

.contentDiv {
	clear: both;
	min-height: 550px;
	max-width: 100%;
	background: white;
	overflow: auto;
	position: relative;
}

.contentDiv p {
    clear: left;
}



footer {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	min-height: 40px;
	margin-top: 2em;
	padding: 1em;
	background: #ed1c24;
	color: #FFF;
	font-size: 1.2em;
	white-space: nowrap;
}

/* footerMenu */
.footerMenu {
    display: block;
    float: none;
    height: 35px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: 100%;
}

	.footerMenu li a, .footerMenu li > span {
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 0.25em;
	}

	.footerMenu li {
		float: left;
		list-style: none;
	}

	.footerMenu .subnav {
		margin-left: 0;
		padding-left: 0;
		display: block;
		font-size: .75em;
		padding-top: .25em;
		padding-bottom: .25em;
	}

		.footerMenu .subnav li {
			margin: 0px;
			padding-left: 0px;
			clear: left;
		}

			.footerMenu .subnav li a:before {
				content: '';
				color: white;
				float: left;
				margin-right: .5em;
			}

/*.footerMenu .subnav li {
		background: url("http://albertanthonyrealestate.com/images/footer-sub-list-item.png") no-repeat left center;
		margin-left: -1em;
		padding-left: 1em;
	}*/


.subFooter {
	text-align: center;
	font-size: .8em;
}

/* /footer */


.homepageBoxes {
	clear: both;
	float: left;
	width: 100%;
	display: table;
}

	.homepageBoxes > div {
		display: table-row;
	}

	.homepageBoxes div img {
	}

		.homepageBoxes > div > div {
			width: 33%;
			padding: .5em;
			overflow: auto;
			display: table-cell;
			height: 100%;
		}

	.homepageBoxes section {
		background: none repeat scroll 0 0 #f6f6f6;
		color: #333333;
		display: table;
		float: left;
		height: 100%;
		overflow: auto;
		width: 100%;
		position: relative;
		padding-top: 180px;
	}

		.homepageBoxes section img {
			display: block;
			margin: 1em auto;
			max-height: 185px;
			max-width: 100%;
			padding: 0.5em;
			clear: both;
			float: none;
			max-width: 200px;
			width: 100%;
		}


	.homepageBoxes section.aare img {
		margin-bottom: 5.1em;
		margin-top: 5em;
		max-width: 268px;
	}

		.homepageBoxes section p {
			padding: 2em;
			font-size: .8em;
		}

		.homepageBoxes section a {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

.homepageHeroDiv {
	position: relative;
	overflow: auto;
}

/* Homepage Quick Search and Home Valuation Circle */
.homepageOuterSearchDiv {
	position: absolute;
	z-index: 99;
	width: 100%;
	max-width: 1280px;
	padding-left: 5%;
	padding-right: 5%;
	/* center vertically: */
	top: 0;
	bottom: 0;
	margin: auto;
	height: 350px;
}

.quickSearchOuterDiv {
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	position: absolute;
	width: 70%;
	max-height: 300px;
	top: 0;
	bottom: 0;
}

.advancedQuickSearchDiv {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: #333;
	max-width: 700px;
	overflow: auto;
	padding: 1em;
	width: 100%;
}

/* home valuation circle */

.homepageOuterSearchDiv .homeValuationDiv {
	background: url("../images/whats-my-home-worth.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
	margin: auto;
	max-height: 260px;
	max-width: 260px;
	width: 20%;
	right: 30px;
	position: absolute;
	bottom: 0;
	top: 0;
	height: 0;
	padding-bottom: 20%;
	z-index: 99;
}

	.homepageOuterSearchDiv .homeValuationDiv a {
		display: block;
		height: 100%;
		padding-bottom: 100%;
		width: 100%;
	}

#advancedQuickSearch {
	margin-top: 1em;
	float: left;
	width: 100%;
	overflow: auto;
}

.advancedQuickSearchDiv h1 {
	border-bottom: solid 1px #ed1c24;
	float: left;
	width: auto;
}

.advancedQuickSearchDiv h1, .advancedQuickSearchDiv h2 {
	color: #333;
	float: left;
	padding: 0;
	margin: 0;
}

.price {
	float: left;
}

.txtAdvancedSearch {
	font-size: 1.2em;
	padding: 0.25em;
	width: 100%;
	clear: both;
	float: left;
	margin: 1em 0;
	background: #FFF;
}

.advancedQuickSearchDiv div.dropdownHolder {
	background: #FFF url("../images/common/dropdownarrow.png") no-repeat right 5px center;
	width: 180px;
	border: solid 1px #ed1c24;
	clear: none;
	float: left;
	overflow: hidden;
	padding-right: 5px;
	width: 100%;
}

	.advancedQuickSearchDiv div.dropdownHolder select option {
		padding: .25em;
	}

.advancedQuickSearchDiv hr {
	background-color: #ed1c24;
}

.advancedQuickSearchDiv input {
	border: solid 1px #ed1c24;
}

.advancedQuickSearchDiv .label {
	font-size: 1.1em;
	float: left;
	width: 40%;
	text-align: center;
}

.priceFromDiv .label, .listingtype .label {
	text-align: left;
}


.listingtype .label {
	width: 30%;
}

.advancedQuickSearchDiv select {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 0.8em;
	line-height: 1;
	outline: 0 none;
	padding: 3px;
	width: 135%;
}


.pricesDiv, .bedsbathsDiv {
	width: 50%;
	float: left;
}

div.bedsDiv, div.bathsDiv, div.priceFromDiv, div.priceToDiv {
	width: 50%;
	float: left;
}

	div.bedsDiv > div.dropdownHolder, div.bathsDiv > div.dropdownHolder, div.priceFromDiv > div.dropdownHolder, div.priceToDiv > div.dropdownHolder {
		width: 60%;
	}

.advancedQuickSearchDiv .listingtype {
	float: left;
	margin-right: -70px;
	margin-top: 2em;
	width: 100%;
}

div.listingtype > div.dropdownHolder {
	width: 40%;
	float: left;
}

.searchbutton {
	float: right;
	background: url("../images/advancedQuickSearchButton.png");
	border: 0;
	width: 63px;
	height: 60px;
	margin-top: 1em;
	cursor: pointer;
}

.advancedQuickSearchDiv .advancedSearchLink {
	clear: both;
	float: left;
	font-size: 0.8em;
	margin-top: 0.5em;
	padding-bottom: 0;
	text-align: center;
	width: 100%;
}

/* /Homepage Quick Search and Home Valuation Circle */


/* Slideshow */
.featuredPropertiesDiv {
	clear: both;
	float: left;
	width: 100%;
}

	.featuredPropertiesDiv h1 {
		margin-left: 2em;
		border-bottom: solid 2px #ed1c24;
	}

#featuredListingsHolder {
	padding-bottom: 20%;
	width: 100%;
}

	#featuredListingsHolder .slide {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

	#featuredListingsHolder img {
		float: left;
		height: auto;
		margin-top: 1%;
		padding: 1em;
		width: 25%;
	}


.contentDiv .slideInner img, .contentDiv .slideInner a {
	width: 100%;
	margin: 0;
}

.slideInner .txtCaption {
	background: none;
	font-size: .8em;
	color: #000;
	text-shadow: 0;
}

#prevSlide, #nextSlide {
	background: rgba(130, 130, 130, .4) url("../images/prev-slide.png") no-repeat center center;
	display: block;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	width: 40px;
	z-index: 10000;
	cursor: pointer;
}

#nextSlide {
	background-image: url("http://albertanthonyrealestate.com/images/next-slide.png");
	right: 0;
	left: unset;
}

.mlsMainDiv {
	clear: left;
}

.resultItemHeader {
	background: #ED1C24;
	color: white;
}

.resultItemOptions a, .resultItemOptions a:hover {
	max-width: 150px;
	width: 100%;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: left 5px center;
	color: #EEE;
	display: block;
	padding: .5em 1em;
	padding-left: 40px;
	clear: right;
	background-size: contain;
	text-align: left;
}

.resultItemOptions a.hlMoreDetailsImg, a.hlMoreDetailsImg:hover {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	font-size: 1em;
	color: #EEE;
	font-weight: bold;
}

.btnResultItemSave {
	background-image: url("../images/common/icon_save.png");
}

.btnResultShowOnMap {
	background-image: url("../images/common/icon_map.png");
}

.btnResultVirtualTour {
	background-image: url("../images/common/icon_virtualtour.png");
}

.resultPrice, .resultAddress {
	font-size: 1.1em;
}

.contentPageDiv, .contactOuterDiv {
    width: 100%;
    position: static;
    padding: 1em;
}

.contentPageDivInner {
	clear: both;
	padding: 1em;
	padding-top: 0;
}

.contentHeader {
    top: 0px;
    width: 100%;
    background-position: top center;
    height: 0px;
    position: static;
    background-size: contain;
    padding-bottom: 16%;
    background-repeat: no-repeat;
	clear: both;
}

.buying-a-home {
	background-image: url("../images/content-headers/aare_content_header14.jpg");
}

.relocation, .principals {
	background-image: url("../images/content-headers/pittsburgh05.jpg");
}

.careers, .schedule-interview, .culture, .agent-programs, .agent-support-staff {
	background-image: url("../images/content-headers/aare_content_header14.jpg");
}

.aboutus, .agenttraining {
	background-image: url("../images/content-headers/pittsburgh05.jpg");
}

.contact, .our-values  {
	background-image: url("../images/content-headers/aare_content_header06-v-2.jpg");
}

.pittsburgh-protectors {
	background-image: url("../images/content-headers/aare_content_header12.jpg");
}

.elitehomes {
	background-image: url("../images/content-headers/elitehomes.jpg");
}

.investor-services {
	background-image: url("../images/content-headers/investors.jpg");
}

.commercial {
	background-image: url("../images/content-headers/aare_content_header11.jpg");
}

.selling-your-home {
	background-image: url("../images/content-headers/aare_content_header13.jpg");
}

.homeworth {
	background-image: url("../images/content-headers/aare_content_header13.jpg");
}

.videos {
	background-image: url("../images/content-headers/aare_content_header13.jpg");
}

.youtube {
	clear: both;
	display: block;
	height: 525px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
	width: 700px;
}

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

#mlsSearchOptionsInner > a:hover, #mlsSearchOptionsInner > div#divSaveSearch:hover {
	background: #ed1c24;
	color: #FFF;
}

.detailsContactInfo > h3 {
    font-size: 1em;
    padding: 1em 0;
}

.agentDiv {
	width: 45%;
	height: 200px;
	position: relative;
	margin-right: 5%;
	margin-bottom: 2em;
	border: solid 1px #CCC;
	font-size: 1em;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ededed+16,dbdbdb+50,d3d3d3+51,fefefe+100 */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f7f7f7 0%, #ededed 16%, #dbdbdb 50%, #d3d3d3 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7f7f7), color-stop(16%,#ededed), color-stop(50%,#dbdbdb), color-stop(51%,#d3d3d3), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #f7f7f7 0%,#ededed 16%,#dbdbdb 50%,#d3d3d3 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #f7f7f7 0%,#ededed 16%,#dbdbdb 50%,#d3d3d3 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #f7f7f7 0%,#ededed 16%,#dbdbdb 50%,#d3d3d3 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(135deg,  #f7f7f7 0%,#ededed 16%,#dbdbdb 50%,#d3d3d3 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

	.agentDiv a {
		text-decoration: none;
		z-index: 2;
		position: relative;
	}

	.agentDiv > a {
		color: #ed1c24;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		display: block;
		z-index: 1;
	}

	.agentsDiv h2 {
		margin-top: 1em;
		color: #ed1c24;
		clear: left;
		font-weight: bold;
	}

.agentname {
	color: #333;
}

.agentInfoDiv {
	float: left;
	text-align: left;
}

.footerLinksDiv {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	left: 0;
	right: 0;
}

.agentLogo {
	position: absolute;
	right: 5px;
	top: 5px;
}

.agentMobile {
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 1em;
}

.agentPhone {
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 1em;
}

.agentphotodetails {
    width: auto;
    border: 1px solid #FFF;
}

.agentPhotoDiv {
    width: auto;
    height: auto;
    margin: .5em;
	float: left;
}

.panelAgentDetail, .agentsDiv {
	width: 100%;
}


.panelAgentDetail .agentPhotoDiv {
	float: right;
	margin-right: 1em;
}

.panelAgentDetail .agentPhotoDiv img {
    /*margin: -10% -12%;*/

}

.sideOfficeInfo {
	float: right;
}

.sideOfficeInfo h2 {
	font-size: 1.25em;
	margin-bottom: 1em;
}

/* YouTube widget from CKEditor */
.youtubeWidget-player > div {
    padding-bottom: 0px !important;
}
.floatCenter div, .floatCenter h2 {
    margin: 0px auto;
    float: none;
}
/* /YouTube widget from CKEditor */

/* Photo Gallery */

.photoGalleryTable {
	width: 100%;
}

.photoGalleryTable td {
    vertical-align: top;
    position: relative;
    height: 0;
    padding: 10px;
    padding-bottom: 25%;
	font-size: .8em;
}

.imgThumb {
    position: absolute;
    margin: auto;
    height: auto;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 90%;
	max-height: 90%;
	padding: 2%;
}

/* /Photo Gallery */

/* Agent Support */

.leftalignimg
{
    float: left;
    margin-right: 5px;
    display: block;
}


.agentdiv {
    float: left;
    padding: 1em;
    width: 50%;
    min-height: 305px;
}

.agentinfo
{
    width: 296px;
}

/* /Agent Support */

/* Elite Homes */
.eliteHomeTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

#yoxview_infoPanel {
	min-height: 60px;
}

	#yoxview_infoPanel #yoxview_infoText {
		padding-right: 10px;
	}

.eliteHomesWatermark {
    position: absolute;
    right: 0px;
    z-index: 1000000;
    width: auto;
    bottom: 0px;
    height: 100%;
    top: 0px;
}

/* /Elite Homes */

@media (max-width: 990px) {

	.mainDiv {
		padding: 1em;
	}

	nav {
		font-size: 1.1em;
	}

	.logoDiv {
		width: 100%;
		max-width: 100%;
		clear: both;
	}

	.logo {
		display: block;
		margin: 0 auto;
	}
	.advancedQuickSearchDiv {
		font-size: 0.8em;
	}

	.homepageOuterSearchDiv {
		padding: 1.5em;
	}

	.mobileMenuLogoDiv {
		background: #FFF;
	}

	ul.topnav > li a, ul.topnav > li span {
		background-color: #ED1C24;
		color: #FFF;
	}

	ul.topnav > li ul.subnav > li a {
		background-color: #FFF;
		color: #333;
	}

	ul.topnav > li:hover {
		border-bottom-color: white;
	}

	.detailsOptions a, .detailsOptions a:visited, .detailsOptions a:hover, .detailsOptions a:active {
		color: #ED1C24;
	}

	.detailsOuterDiv {
	}

		.detailsOuterDiv h2 {
			border-color: #ED1C24;
		}

	.detailsTitle {
		color: #333;
	}

	div#divSaveSearch, .detailsNavigation a, .detailsNavigation a:visited, .detailsNavigation a:active, .mlsuserNavigation a, .mlsuserNavigation a:visited, .mlsuserNavigation a:active, .mlsSearchOptions a, .mlsSearchOptions a:visited, .mlsSearchOptions a:active {
		color: #ED1C24;
	}

		.detailsNavigation a:hover, .mlsuserNavigation a:hover, .mlsSearchOptions a:hover, div#divSaveSearch:hover {
			background-color: #ED1C24;
			color: #FFFFFF;
		}

	.detailsMainInfo {
		width: 38%;
		margin: 0;
	}

	.photosDiv {
		clear: right;
		float: right;
		width: 60%;
		height: auto;
		max-width: 100%;
	}

	/* Agent Support */
	.agentdiv {
		width: 100%;
	}

	.agentDiv {
		width: 100%;
	}

}

@media (max-width: 800px) {
	.topLinksDiv a {
		margin-right: 0;
	}
	.logo {
		width: auto;
		max-width: 80%;
	}

	.footerMenu li {
		width: 100% !important;
	}

		.footerMenu > li > a, .footerMenu > li > span {
			padding-left: 0;
		}

	.footerMenu .subnav {
		display: block;
	}

	.footerMenu ul.subnav {
		padding-left: 0;
	}


	#menuTab {
		background: url("../images/menu-tab.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		display: block;
		height: 34px;
		padding: 0;
		width: 34px;
	}
}


@media (max-width: 768px) {
	.homepageOuterSearchDiv, .quickSearchOuterDiv {
		height: auto;
		width: 100%;
		clear: both;
		position: static;
		margin: 0;
		padding: 0;
	}

	.quickSearchOuterDiv {
		width: 100%;
		max-height: none;
	}

	.advancedQuickSearchDiv {
		font-size: .9em;
		position: static;
		clear: both;
		width: 100%;
		max-width: none;
		margin: 1em 0;
		padding: 1em;
	}

	.homepageOuterSearchDiv .homeValuationDiv {
		width: 40%;
		right: 30px;
		top: -33px;
		padding-bottom: 53%;
	}

	.pricesDiv, .bedsbathsDiv {
		width: 100%;
		clear: both;
		margin: 1em 0;
	}

	.advancedQuickSearchDiv .label {
		text-align: left;
	}


	.priceToDiv .label, .bathsDiv .label {
		text-align: center;
	}

	.homepageOuterSearchDiv .homeValuationDiv {
		margin-top: 40px;
	}

	.featuredPropertiesDiv h1 {
		margin-left: 0;
		text-align: center;
		display: block;
	}

	#featuredListingsHolder {
		height: auto;
		padding-bottom: 0;
	}

		#featuredListingsHolder img {
			padding: 0.25em;
			width: 50%;
		}

	#nextSlide, #prevSlide {
		display: block !important;
		opacity: 1 !important;
	}

	.photosDiv {
		width: 100%;
	}

	.detailsAdditionalFeatures {
		margin-top: 1em;
	}

	.detailsMainInfo {
		width: 100%;
		max-width: none;
	}

	.youtube {
		height: 0;
		max-width: none;
		padding-bottom: 75%;
		width: auto;
	}

	.agentsearch .floatleft {
		clear: left;
		width: 100%;
	}


}

@media (max-width: 640px) {
	.photoGalleryTable td {
		padding-bottom: 30%;
	}
	.homepageBoxes {
		display: block;
	}

		.homepageBoxes > div, .homepageBoxes > div > div {
			display: block;
			width: 100%;
			clear: both;
		}

		.homepageBoxes section {
			display: block;
		}

	.homepageOuterSearchDiv {
		padding: 0;
	}

	.detailsHeader h3 {
		margin-top: -4em;
	}
	.contentDiv h1 {
		padding-top: 1em;
	}
	.contentDiv img {
		max-width: 100%;
		height: auto;
		margin: 1em auto;
		display: block;
		float: none !important;
	}


	/* Agents Page */
	.agentsearch {
		width: 100%;
	}

	.agentinfo {
		width: 296px;
		margin: 0 auto;
		float: none;
	}

	.agentDiv {
		width: 100%;
		min-height: 200px;
		height: auto !important;
		position: relative;
		margin: 0;
		margin-bottom: 1em;
		font-size: 1em;
	}

	.agentPhotoDiv {
		width: 100%;
		margin: 0 auto;
	}

	.agentDiv img{
		margin: 0 auto;
		display: block;
		clear: both;
	}

	.agentsDiv h2 {
		margin-top: 1em;
		clear: left;
		text-align: center;
		width: 100%;
	}

	.agentInfoDiv {
		float: left;
		width: 100%;
		text-align: center;
	}

	.agentPhone, .agentMobile, .footerLinksDiv {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		clear: both;
		padding: .2em;
	}
	/* /Agents Page */

}

@media (max-width: 480px) {

	.topLinksDiv {
		width: 250px;
		padding-bottom: 0.5em;
		float: right;
	}

		.topLinksDiv a {
			float: left;
			margin: 0px;
			margin-right: 10px;
			width: auto;
			text-align: center;
			font-size: 0.8em;
			white-space: nowrap;
			padding: 0;
			padding-top: .5em;
		}
			.topLinksDiv a.contactUsLink {
				display: none;
			}
		.topLinksDiv a:last-child {
			width: 15%;
		}

	.facebookIcon, .linkedInIcon, .youtubeIcon {
		margin-top: -10px;
	}

	.footerMenu {
		display: block;
		width: 100%;
	}

	.footerMenuItem {
		display: block;
		width: 100% !important;
		clear: both;
		padding: .5em;
		border-bottom: solid 1px #FFF;
	}

		.footerMenuItem:last-child {
			border-bottom: 0;
		}

	.photoGalleryTable td {
		display: block;
		float: left;
		width: 100%;
		padding-bottom: 70%;
	}

	.photoGalleryTable td img{
		margin: 0 auto;
	}


	/* Agents */
	.agentLogo {
		position: static;
		margin: 0 auto;
		clear: both;
		top: auto;
		left: auto;
		right: auto;
	}


}