html.ui-mobile body .map-page {
	width: 100%;
	height: 100%;
	position: fixed;
}

.page-tall .map-quick-message,
.page-wide .map-quick-message
{
	position: absolute;
	left: 50%;
	padding: 5px 10px;
	
	font-size: 11px;
	
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	-ms-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	
	-moz-box-shadow: 0 1px 2px rgba(102,102,102,0.7);
	-webkit-box-shadow: 0 2px 3px rgba(102,102,102,0.7);
	box-shadow: 0 2px 3px rgba(102,102,102,0.7);
	
	text-align: center;
	width: 200px;
	margin-left: -100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
	white-space: nowrap;
	text-overflow: ellipsis;
	
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.page-tall .map-quick-message
{
	top: 39px;
}

.page-wide .map-quick-message
{
	top: 0px;
}

.page-tall .map-message-bottom,
.page-wide .map-message-bottom
{
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1001;
	padding: 15px;
	min-height: 160px;
	
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	
	-moz-box-shadow: 0 -2px 3px rgba(102,102,102,0.7);
	-webkit-box-shadow: 0 -2px 3px rgba(102,102,102,0.7);
	box-shadow: 0 -2px 3px rgba(102,102,102,0.7);
	
	width: 300px;
	margin-left: -150px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
	
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	
	-moz-transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	-ms-transition: bottom 0.5s;
	transition: bottom 0.5s;
}

.map-quick-message-hidden
{
	margin-top: -50px;
	-moz-transition: margin-top 0.2s;
	-webkit-transition: margin-top 0.2s;
	-o-transition: margin-top 0.2s;
	-ms-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.map-message-bottom-hidden
{
	bottom: -500px !important;
	-moz-transition: bottom 0.3s;
	-webkit-transition: bottom 3s;
	-o-transition: bottom 0.3s;
	-ms-transition: bottom 0.3s;
	transition: bottom 3s;
}

.map-message-bottom a.ui-btn span.ui-btn-inner
{
	padding: 0.6em 5px !important;
}

div.mrp-custom-marker
{
	padding: 0;
	margin: 0;
	position: absolute;
	cursor: pointer;
}

div.mrp-custom-marker-anim
{
	top: -200px;
	-webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
}

/* pulse effect */

@-webkit-keyframes pulse {
 
   from {
     opacity: 0.3;
   }
   to {
     opacity: 1.0;
   }
}

@-webkit-keyframes colorpulse {
 
   from {
     color: #fffffff;
     font-weight:normal;
   }
   to {
     color: orange;
     font-weight: bold;
   }
}

.pulsing, .slow-pulsing {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

.slow-pulsing {
	-webkit-animation-duration: 1.0s;
}

.color-pulsing {
	-webkit-animation-name: colorpulse;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

/*
#filter-listings .field-label
{
	margin: 8px 0 5px 0;
}

#filter-listings input
{
	margin: 0.25em 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#filter-listings .ui-select
{
	width: 100%;
}

#filter-listings .field-row .ui-select
{
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#filter-listings .field-row .ui-select
{
	label: 35%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*/

#filter-listings .ui-field-contain
{
	border: 0;
}

#filter-listings label,
#filter-listings .ui-select
{
	display: inline-block;
}

#filter-listings label.ui-select
{
	width: 35%;
}

#filter-listings .ui-select
{
	width: 60%;
}

.listing-info-box-inner
{
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.listing-info-content
{
	width: 220px;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 90px;
}

.listing-info-content div.photo-container
{
	width: 85px;
	height: 70px;
	
	background-color: white;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	
	position: absolute;
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	*/
}

.listing-info-content div.photo-container-inner img.progress
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -8px;
}

.listing-info-content div.photo-container-inner img.photo
{
	/* position: absolute; 
	display: block;
	*/
	visibility: hidden;
	
}

.listing-info-content div.photo-container img.ribbon
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
}


.listing-info-content .listing-address
{
	position: absolute;
	left: 95px;
	top: 0px;
	width: 125px;
	height: 12px;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listing-info-content .listing-price
{
	position: absolute;
	left: 95px;
	top: 13px;
	width: 125px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listing-info-content .listing-info
{
	position: absolute;
	left: 95px;
	top: 32px;
	width: 125px;
	height: 24px;
	line-height: 11px;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	overflow: hidden;
}

.listing-info-content .recip-logo
{
	position: absolute;
	text-align: right;
	right: 5px;
	bottom:16px;
	width: 50px;
	height: 18px;
	opacity: 0.7;
}
.listing-info-content .recip-logo img
{
	max-width: 18px;
	max-height: 18px;
}


.listing-info-content .details-link
{
	position: absolute;
	left: 95px;
	top: 57px;
	height: 16px;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listing-info-content .details-link a
{
	text-decoration: none;
}

.listing-info-content .attribution
{
	width: 220px;
	height: 9px;
	line-height: 9px;
	font-size: 9px;
	position: absolute;
	top: 77px;
	left: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.listing-info-content span.nowrap
{
	white-space: nowrap;
}

.listing-info-content .nav
{
	position: absolute;
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin-bottom: -35px;
	left: -10px;
	bottom: 0;
	padding-top: 2px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
}

.listing-info-content .nav .left-nav
{
	position: absolute;
	left: 5px;
	top: 3px;
}
.listing-info-content .nav .right-nav
{
	position: absolute;
	right: 5px;
	top: 3px;
}

.cluster {
	text-shadow: none;
}


div.realtor-info li {
    clear: both;
}
.page-frame li {
    margin: 0;
    padding: 0;
}
.listing_contact_info ul {
    color: #ff6600 !important;
    list-style: outside none none;
}
.listing_contact_info ul {
    line-height: 1.6em;
    list-style: outside none none;
}
.listing_contact_info {
    font-size: 10pt;
}
.listing-content {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}
body {
    text-align: center;
}
html, body {
    font-family: Helvetica,Arial,sans-serif;
}
html, body {
    font-family: Helvetica,Arial,sans-serif;
}
body.ui-mobile-viewport, div.ui-mobile-viewport {
    /* overflow-y: hidden; */
}