/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ****************************** SHARED FILE ********************************** */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
.mapContainer {
	display:table;
	table-layout:fixed;
	width:97%;
	margin-bottom:25px;
	position:relative;
}
.mapContainer, .mapContainer .listings {
	height:375px;
}
.mapContainer > div {
	display:table-cell;
	vertical-align:top;
}
.mapContainer .listingContainer {
	height:100%;
	position:relative;
/*	overflow:auto;*/
}
.mapContainer .listings {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
	overflow-y: scroll;
}
.mapContainer .listings .buttonContainer {
	display:none;
}
.mapContainer .listings > div,
.mapContainer .fplistings > div {
	position:relative;
	padding:10px;
	width:auto;
	margin-bottom:10px;
}
.mapContainer .listings .editButtons,
.mapContainer .fplistings .editButtons {
    position: absolute;
    z-index: 10;
	top:3%;
	right:4%;
}
.mapContainer .listings .editButtons .button,
.mapContainer .fplistings .editButtons .button {
	margin-right:10px;
	margin-bottom:10px;
}
.mapContainer .listings .details {
	display:inline-block;
	vertical-align:top;
	width:56%;
	line-height:1.2;
	font-size:14px;
}
.mapContainer .listings .details .address,
.mapContainer .fplistings .details .address {
	font-size:15px;
	font-weight:bold;
}
.mapContainer .listings .details .buildername {
	display:none;
}
.mapContainer .listings .details .price {
	font-size:18px;
}
.mapContainer .listings .photo {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:44%;
	text-align:right;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mapContainer .photo.below:after {
	content: "";
    display: block;
    padding-top: 79%;
}
#map {
    width: 70%;
}
.headerSlides #map {
}
/*.headerSlides .gmnoprint {
	display:none;
}
*/
.homedetailPop .fancybox-inner {
/*	padding:30px;*/
}
.homedetailPop .menubar {
	position:absolute;
	width:100%;
	margin-left:-30px;
	top:0;
	background:#256092;
	text-align:right;
}
.homedetailPop .menubar .button {
	background:#fff;
	border:1px solid #ccc;
	color:#000;
	margin:10px 5px;
	font-weight:bold;
	padding:2px 4px;
}
.homedetailPop .menubar .button:hover {
	background:#ccc;
}
.homedetailPop .menubar .button:last-child {
	margin-right:20px;
}
.homedetailPop .menubar .button a {
	font-weight:bold;
	text-decoration:none;
	color:inherit;
	padding:0;
}
.infohover {
	line-height:1.4;
}
.infohover > a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
}
.infohover .photo {
	width:150px;
	height:100px;
	overflow:hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}
.homedetailPop .homedetail {
	padding-top:30px;
	padding:30px;
}
.fixed.alerts {
	position:fixed;
	background-color:#990000;
	color:#fff;
	padding:10px;
	width:300px;
	top:30px;
	left:30%;
	z-index:9999999;
}
.mapContainer .loading {
	text-align:center;
	font-size:30px;
	position:absolute;
	left:0;
	top:30px;
	width:100%;
}
.mapContainer .gm-style-iw {
	cursor:pointer;
}
/* Narrow Template Map Styles */
.narrowLayout .mapContainer #map {
	width:auto;
	display:block;
	height:375px;
}
.narrowLayout .mapContainer .listingContainer {
	width:auto;
	display:block;
	height:235px;
}
.narrowLayout .mapContainer, .narrowLayout  .mapContainer .listings {
	height:auto;
}
.narrowLayout .mapContainer .listings > div {
	margin-bottom:0;
	width: 30%;
    display: inline-block;
    vertical-align: top;
}
.narrowLayout .mapContainer .listings .details {
	width:50%;
}
.narrowLayout .mapContainer .listings .photo {
	width:48%;
	margin-left:2%;
}
.listingContainer .listings::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #e8e8e8;
	background-color: #ccc;
}

.listingContainer .listings::-webkit-scrollbar {
	width: 12px;
	background-color: #ccc;
	border-radius: 5px;
}

.listingContainer .listings::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #666666;
}
/* Small Tablet + Mobile */
@media (max-width : 759px) {
	/*.mapContainer .listings .photo, .mapContainer .listings .details, */
	.mapContainer .listings > div, 
	.mapContainer .fplistings > div, 
	.narrowLayout .mapContainer .listings > div,
	.narrowLayout .mapContainer .fplistings > div {
		display:block;
		width:auto;
	}
	.mapContainer .listings > div,
	.mapContainer .fplistings > div {
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px solid #ccc;
	}
	.homedetailPop .menubar {
		text-align:center;
	}
	.homedetailPop .fancybox-inner {
		height:auto !important;
	}
	.mapContainer #map, .narrowLayout .mapContainer #map {
		height:300px;
	}
	.mapContainer .listingContainer, .narrowLayout .mapContainer .listingContainer {
		display:none;
	}
}
