body{
	font-family: helvetica,verdana,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.main-container{
}

.content{
	width:980px;
	margin:0 auto;
	position: relative;
}

/* fixes ie7 z-index bug */
.lte7 .content {	
	z-index:0;
}

header{
	height: 35px;
}

.header-inner{
	width:960px;
	margin:0 auto;
	font-size: 18px;
	line-height:35px;
	padding: 0 10px;
	position: relative;
}

.header-inner .sep{
	font-size: 24px;
	line-height: 10px;
	font-family: verdana,arial,sans-serif;
	padding: 0px 5px;
}

.header-inner a {
    text-decoration: none;
    color: inherit;
}

.header-inner .share-sheet-btn{
	float:right;
	font-size: 13px;
	color: #fff;
	padding: 0 8px 0 8px;
	border-radius: 4px;
	line-height: 24px;
    position: relative;
    top: 5px;
    border: 1px solid #7bc9ff;
    background-color: #279dee;
    margin-left: 10px;
}

.header-inner .share{
	background-image: url('/XposurePublicIncludes/img/share-arrow-white.png');
	background-position: center left 5px;
	background-size: 20px;
	background-repeat: no-repeat;
	padding: 0 5px 0 28px;
}

.header-inner .status-container{
	float:right;
	position: relative;
}
	
.header-inner .status-banner{
	color: #fff;
	background: #4ab44a;
	background: rgba(74,180,74,.60);
	display: inline-block;
	position: absolute;
	border: 1px solid;
	border-top: none;
	border-bottom: none;
	border-color: #eee;
	border-color: rgba(255,255,255,.75);
	padding: 0px 14px;
	margin: 0;
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	z-index: 20;
	right: 20px;
	white-space: nowrap;
}

.header-inner .status-banner.sold{
	background: red;
	background: rgba(255,0,0,.60);
}

.header-inner .status-banner.unapproved{
	background: #faa732;
}

.date-sold{
	font-size: 14px;
	vertical-align: top;
}

.mobile-toolbar{display: none;}

/***** PCS client view navigation ********/

#pcs-client-nav{
	height: 40px;
	background: #424242;
	color: #fff;
	position: relative;
	text-align: center;
	line-height: 0px;
    font-size: 0px;
    padding-top: env(safe-area-inset-top);
}

.pcs-client-nav-btn{
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 8px;
}

.pcs-client-nav-btn.disabled{
	opacity: .3;
	cursor:default;
}

.pcs-client-nav-btn .nav-btn-inner{
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 40px;
	min-width: 30px;
}

#pcs-client-nav-first,#pcs-client-nav-prev{
	float: left;
}

#pcs-client-nav-first .nav-btn-inner, #pcs-client-nav-prev .nav-btn-inner{
	background-position: center left;
}

#pcs-client-nav-next .nav-btn-inner, #pcs-client-nav-last .nav-btn-inner{
	background-position: center right;
}

#pcs-client-nav-next,#pcs-client-nav-last{
	float: right;
}

#pcs-client-nav-last{
	border-right: 0;
}

#pcs-client-nav-last .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-last-white.png');
}


#pcs-client-nav-first .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-first-white.png');	
}

#pcs-client-nav-next .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-right-white.png');
}

#pcs-client-nav-prev .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/arrow-left-white.png');	
}

#pcs-client-nav-close .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/close-white.png');
	background-size: auto 17px;
}

#pcs-client-nav-fav .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-heart-outline-white.png');
	background-size: auto 17px;
}

#pcs-client-nav-fav.faved .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-heart-red.png');
}

#pcs-client-nav-tag .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-untagged.png');
}

#pcs-client-nav-tag.tagged .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/pcs-tagged.png');
}

#pcs-client-nav-remove .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/trash-white.png');
}

#pcs-client-nav[data-pcs-result-visibility="2"] #pcs-client-nav-remove .nav-btn-inner{
	background-image: url('/XposurePublicIncludes/img/trash-red.png');
}

#pcs-client-nav-fav .nav-btn-txt{
	display: none;
}

#pcs-client-nav .nav-btn-txt{
	display: none;
}

#pcs-client-nav-last, #pcs-client-nav-first{
	display: none;
}

.pcs-client-nav-btn .toggle{
	top: -1px;
    position: relative;
	width: 28px;
    height: 20px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #fff;
    border-right: 0;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
    transition: background-color .5s, background-image .5s;
}

.pcs-client-nav-btn .toggle + .toggle{
	border-radius: 0 6px 6px 0;
	margin: 0 10px 0 0;
	border: 1px solid #fff;
    border-left: 0;
}

.pcs-client-nav-btn .toggle.active{
	background-color: #fff;
}

#pcs-client-nav-mode{
	display: none;
}

#pcs-client-nav-mode .toggle{
	background-image: url('/XposurePublicIncludes/img/camera-white.png');
}

#pcs-client-nav-mode .toggle.active{
	background-image: url('/XposurePublicIncludes/img/camera-black.png');
}

#pcs-client-nav-mode .toggle + .toggle{
	background-image: url('/XposurePublicIncludes/img/user-white.png');
}

#pcs-client-nav-mode .toggle + .toggle.active{
	background-image: url('/XposurePublicIncludes/img/user-black.png');
}

@media only screen and (min-width: 370px) {
	
	#pcs-client-nav-mode{
		display: inline-block;
	}
}

@media only screen and (min-width: 700px) {
	
	.pcs-client-nav-btn .nav-btn-inner{
		padding: 0 22px 0 0;
		background-position: center right;
		min-width: 60px;
	}
	#pcs-client-nav-prev .nav-btn-inner, #pcs-client-nav-first .nav-btn-inner {
		padding: 0 0 0 22px;
	}
	#pcs-client-nav-next{
		margin-right: 10px;
	}
	#pcs-client-nav-prev{
		margin-left: 10px;
	}
	#pcs-client-nav .nav-btn-txt{
		display: inline;
	}
}

@media only screen and (min-width: 900px) {
	
	#pcs-client-nav-last, #pcs-client-nav-first{
		display: inline-block;
	}
}

/*******************************************************/

footer{

}

.footer-inner{
	width:980px;
	margin:0 auto;
	padding: 6px 0;
	text-align: right;
	font-size: 10px;
	line-height: 18px;
	vertical-align: top;
}

.footer-inner a{
	text-decoration:none;
	padding: 0 2px;
}

.crea-disclaimer{
	float: left;
	text-align: left;
}

.mls-disclaimer{
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
}

p.mls-disclaimer{
	float: none;
}

.mls-disclaimer img{
	width: 95px;
	height: 45px;
	float: left;
	margin-right: 10px;
	opacity: .65;
}

.content-column{
	height: 635px;
	float: left;
	position:relative;
}

.column1{
	width: 240px;
}

/* fixes ie7 z-index bug */
.lte7 .column1 {
	z-index:0;
}

#col1-listings-photos{
	display: none;
}

.column1 .agent-photo-container{
	margin: 0 0 20px 0;
	position: static;
	top: 0;
	right: 0;
	width: 240px;
	height: 300px;
	overflow: hidden;
}

.column1 img.agent-photo{
	width: 240px;
	min-height: 300px;
}

.column2{
	width: 180px;
}

.column1-inner, .column2-inner{
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
}

/* fixes ie7 z-index bug */
.lte7 .column2 {
	z-index:1;
}

.lte7 .column2.fullscreen{
	display:none;
}

.column3{
	width: 560px;
}

.column3.loading{
	background: #fff url('/XposurePublicIncludes/img/ajax-loader.gif') no-repeat 50% 50%;
}

.column3.loading div, .column3.loading a{
	display:none;
}


/* fixes ie7 z-index bug */
.lte7 .column3 {
	z-index:0;
}

/* the name text is dynamically sized using js, so we don't show it initially. The font-size set here is the max. */
.column1 .info.name span{
	display: none;
	font-size: 37px;
	line-height: 37px;
}

/* also scaled to fit, same as above. this is only used when we don't display an office logo */
.column1 .info.no-office-image .company-name{
	font-size: 30px;
	line-height: 30px;
	visibility: hidden;
	display: block;
	margin-bottom: 5px;
}

.column1 .info.no-office-image{
	position: absolute;
	bottom: 0px;
	margin-bottom: 10px;
}

.column1 img.office-logo{
	position: absolute;
	bottom: 0px;
	margin:0px 0 0px 5px;
	max-width:230px;
	max-height: 56px;
}

/* the ideal-image class is applied when the user has uploaded a company image that
matches this theme's preferred aspect ratio. this class is not applied to custom branding company images */
.column1 img.office-logo.ideal-image{
	max-width: none;
	max-height: none;
	width:224px;
	height: 56px;
	margin:0px 0 0px 8px;
}

.column1 .realtor-on-duty{
	position: absolute;
	text-align: center;
	top: 231px;
	right:0px;
	left:0px;
	height:69px;
	background-image: url(/XposurePublicIncludes/img/on-duty-sans.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 240px;
}

.column1 .info .mobile-phone-btn{
	display: none;
	font-weight: bold;
    padding: 5px 10px;
    margin: 0 0 8px 0;
    color: #fff;
    background-image: url(/XposurePublicIncludes/img/phone.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    text-transform: uppercase;
}

.no-backgroundsize .column1 .realtor-on-duty{
	background-image: url(/XposurePublicIncludes/img/on-duty-sans-small.png);
}

.main-nav {
	margin:20px 0 20px 25px;
	padding:0;
	width:130px;
	opacity: 0;
}

.main-nav li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	line-height: 42px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
	white-space: nowrap;
	-webkit-transition: border-bottom-color .8s;
	-moz-transition: border-bottom-color .8s;
	-o-transition: border-bottom-color .8s;
	transition: border-bottom-color .8s;
}

.main-nav li[xp-hide-li=true]{
	display: none !important;
}

#more-nav-popup-btn{
	display: none;
}

.main-nav li a {
	display: block;
	outline: 0;
	position: relative;
	text-decoration: none;
	z-index: 11;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.nav-hover-arrow{
	position:absolute;
	visibility: hidden;
	width:204px;
	height:65px;
	z-index:10;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transition: -webkit-transform .8s;
	-moz-transition: -moz-transform .8s;
	-o-transition: -o-transform .8s;
	transition: transform .8s;
}

.column2 form{
	position:absolute;
}

.column2 form label{
	display:block;
	margin: 3px 10px;
	width: 152px;
	padding: 4px;
	font-size: 12px;
}

.column2 form fieldset{
	border:0;
	padding:0;
	margin:0;
}

.column2 form fieldset input, .column2 form fieldset textarea{
	margin: 3px 10px;
	width: 152px;
	border: 0;
	padding: 4px;
	font-size: 12px;
}

.column2 form fieldset textarea{
	height: 40px;
	vertical-align: top;	
}

.column2 form fieldset input[type='button']{
	margin-top: 5px;
	padding: 6px 0;
	font-size:11px;
	font-weight:bold;
	width: 160px;
}

.column2 form fieldset .visible-fields{

	width: 180px;
}

.column2 form #captcha-div{
	margin: 5px 0 5px 10px;
}

.column2 form .email-form-message{
	display:none;
	font-size: 12px;
	padding: 5px 10px;
}

.column2 form .email-form-message.success{
	color: green;
}

.column2 form .email-form-message.failure{
	color: red;
}

.column3 .fb-like{
	position: relative;
	top: 16px;
	left: 8px;
	display: inline-block;
	max-width: 445px;
	overflow: hidden;
}

.content-pane{
	display: none;
	height: 585px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content-pane.active{	
	display: block;
}

/*****    Map   ********/

#map{
	background-color: #fff;
}

#map-canvas{
	height:100%;
	width:100%;
	z-index: 0;
}

#map-touch-info{
	display: none;
}

.leaflet-pane {
    z-index: 0;
}

#map-type-control{
	position: absolute;
    bottom: 10px;
    right: 55px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.11);
    z-index: 1;
    overflow: hidden;
    font-size: 0px;
}

#map-type-control span{
	font-size: 15px;
	line-height: 33px;
    padding: 0 14px;
    cursor: pointer;
    color: #444;
    border-right: 1px solid #ddd;
    display: inline-block;
    font-weight: 500;
}

#map-type-control span:hover{
	background-color: #efefef;	
}

#map-type-control span:last-child{
	border: none;	
}

#demographics{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

#mobile-demo-instructions{
	display: none;
}

#demographics .nowrap{
	white-space: nowrap;
}

#demographics .chartTitle{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	margin: 1rem auto 0 auto;
}

#demographics canvas.chartCanvas{
    margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

#demographics div.chartDiv{
	position: relative;
	text-align: center;
	border-top: 1px solid #ededed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#demographics div.chartLegend ul {
	margin: 0.5rem auto 0.5rem auto;
	padding: 0;
}

#demographics.loading{
	background-image: url(/XposurePublicIncludes/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
}

.touchevents #demographics{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#demographics-container{
	margin-top: 40px;
	margin-left: 15px;
	background-color: #fff;
}

#demographicsTable{
	margin: 60px 0 1rem 0;
	font-size: 12px;
	width: 100%;
}

#demographicsTable td{
	position: relative;
	line-height: 18px;
}

#demographicsTable .key{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding: 5px 0px;
}

#demographicsTable .key div{
	display: inline-block;
}

#demographicsTable .value{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	padding: 5px 7px 5px 0px;;
}

#demographics .footer{
	display: inline-block;
	font-size: 14px;
	color: #333;
	float: right;
	margin-right: 20px;
}

#demographics li.demographics-legend-item{
	display: inline-block;
	margin: 0.25rem;
	font-size: 8.5pt;
	color: #6b6b6b;
	cursor: default;
}

#demographics span.demographics-legend-color{
	display: inline-block;
	width: 2rem;
	height: 0.7rem;
	margin-right: 0.25rem;
}

span.strikethrough {
	text-decoration: line-through;
}

/*****    Details   ********/

#details{
	
}

#details.loading{
	background-image: url(/XposurePublicIncludes/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
}

.touchevents #details{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#details table{
	margin: 10px auto 0 auto;
	width:445px;
	border-collapse: separate;
}

#details table td{
	font-size: 14px;
	line-height: 32px;
	padding: 0 30px;
}

#details table .first td{
}

#details table .last td{
}

#details table td strong{
	font-weight: normal;
	font-size: 17px;	
}

#details p {
	width: 445px;
	margin: 10px auto;
	font-size: 14px;
	line-height: 24px;
}

#details hr{
	width: 85%;
	margin: 20px auto;
	border: 0;
    border-top: 1px solid #DFDFDF;
}

#detail-tabs a{
	text-transform: capitalize;
}

#detail-tabs a .shortname{
	display: none;
}

#detail-tabs.agt-details a{
	padding: 0 6px;
}

#detail-tabs.agt-details a .longname{
	display: none;
}

#detail-tabs.agt-details a .shortname{
	display: inline;
}

#details .detail-tab-content h4 {
    text-align: center;
    color: #666;
    margin-top: 40px;
    font-weight: normal;
    font-size: 18px;
}

#details #rooms table {
    margin-top: 10px;
}

#details #rooms table th {
	color: #666;
	font-weight: normal;
    font-size: 18px;
}

.autoprop-button{
	margin: 0 auto 15px auto;
    padding: 5px;
    width: 180px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background-color: #279dee;
}

/***** PCS listing details ********/

#details .detail-tab-content{
	display: none;
}

#details .detail-tab-content.current{
	display: block;	
}

#details .pcs-detail{
	margin: 10px 0 20px 0;
	padding: 0 10px 0 12px;
}

#details .xposure-exclude{
	display: none;
}

#details .pcs-detail table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	background: transparent !important;
}

#details .pcs-detail table td{
	padding: 5px;
	line-height: 18px;
    vertical-align: middle;
    border-bottom: 0;
    border-top: 0;
    color: #333;
    text-shadow: none;
    background: transparent !important;
}

#details .pcs-detail table td.label{
	border-right: 1px solid #D4D9DD;
	border-left: 1px solid #D4D9DD;
	border-bottom: 1px solid #D4D9DD;
	border-top: none !important;
	background:#efefef !important;
	padding: 5px;
}

#details .pcs-detail table td.content{
	border-bottom: 1px solid #D4D9DD;
	border-top: none !important;
	padding: 5px;
}

#details .pcs-detail table td.remarks{
	padding-top: 15px;
}

#details .pcs-detail table td.room_matrix_content{
	border-bottom: 1px solid #D4D9DD;
	border-right: 1px solid #D4D9DD;
	text-align: center;	
}

#details .pcs-detail table td.room_matrix_label{
	text-align: center;	
	border-bottom: 1px solid #D4D9DD;
}	

#details .pcs-detail table td.room_matrix_content:last-child{
	border-right: 0;
}

#details .pcs-detail table td.label:first-child{
	border-left: 0;
}

#details .pcs-detail table td.section_title,
#details .pcs-detail table td.section_title2,
#details .pcs-detail table td.section_title3,
#details .pcs-detail table td.section_title4{
	text-align: center;
	font-weight: bold;
	padding: 25px 5px 10px 5px;
}

#docsPcsDiv #instructions{
	display: none;
}

#docsPcsDiv th{
	border-right: none !important;
	border-bottom: 1px solid #D4D9DD;
	padding: 5px;
}

#details .pcs-detail table .fileRow td{
	padding: 10px;
	border-bottom: 1px solid #D4D9DD;
}

#details .pcs-detail table .switchcontent{
	display: none;
}

#linksPcsDiv a{
	display: none;
	padding: 0 0 0 68px;
	font-size: 24px;
	line-height: 60px;
	color: #555;
	text-decoration: none;
	-webkit-transition: background .7s;
	-moz-transition: background .7s;
	-o-transition: background .7s;
	transition: background .7s;
	background-image: url(/XposurePublicIncludes/img/globe.png);
	background-position: 15px 50%;
	background-size: 40px;
	background-repeat: no-repeat;
}

.no-backgroundsize #linksPcsDiv a{
	background-image: url(/XposurePublicIncludes/img/globe-small.png);
}

#linksPcsDiv a:hover{
	background-color: #ddd;
	background-color: rgba(0,0,0,.08);
	background-size: 43px;
}

#details.loading .detail-tab-content{
	opacity: .20;
}

#details a.detail-agent-only:after {
    content: "*";
}

#details .pcs-detail #pcsRooms h4 {
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#details .pcs-detail #pcsRooms table {
	width: 50%;
	margin-bottom: 10px;
}

#details .pcs-detail #pcsRooms table th {
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
}

#details .pcs-detail #pcsRooms table.left {
	float: left;
}

#details .pcs-detail #pcsRooms table.left.clear {
	clear: left;
}

#details .pcs-detail #pcsRooms table.right {
	float: right;
}

#details .pcs-detail #pcsRooms table.right.clear {
	clear: right;
}

#details .detail-tab-content #print-tax {
	padding:6px; 
	text-decoration: none; 
	margin-left:50%;
}


/*****    Multimedia section   ********/

.touchevents #multimedia{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#multimedia h2{
	margin: 40px;
}

#multimedia ul{
	padding: 0 32px;
	margin:32px 0 0 0;
}

#multimedia ul li{
	margin:0;
	padding:0;
	list-style-type: none;
}

#multimedia ul a{
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	height:60px;
	display:block;
	padding: 8px;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	transition: background-color .7s;
}

#multimedia ul a span{
	color: #CECECE;	
}

#multimedia ul a:hover{
}

#multimedia ul img{
	height: 60px;
	width: 90px;
	margin-right: 10px;
	vertical-align:middle;
	float:left;
}

/*****    All videos   ********/

:-webkit-full-screen video, video:-webkit-full-screen{
	max-height: auto !important;
	top: 0 !important;
	transform: none !important;
}

:-ms-fullscreen video, video:-ms-fullscreen{
	max-height: auto !important;
	top: 0 !important;
	transform: none !important;
}


/*****    About section   ********/

.touchevents #about{
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}

#about video {
	margin-top: 80px;
	width: 100%;
	height: auto;
	max-height: 585px;
	background: transparent;
}

#about-text{
	padding: 12px 30px;
}


/*****    Video Tour   ********/

#video video{
	width: 100%;
	height: auto;
	max-height: 585px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background: transparent;
}

/*****    Floor plans   ********/

#plans{

}

#floorplan-canvas{
	height:100%;
	width:100%;
}

#floorplan-disclaimer{
	position: absolute;
	bottom: 0px;
	right: 235px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	max-width: 180px;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,.65);
}

#floorplan-disclaimer .expanded{
	display: none;
	font-size: 12px;
	color: #000;
}

.map-tabs{
	position: absolute;
	top:0;
	left:5px;
	right: 5px;
	z-index:10;
	margin: 0 0 0 6px;
}

#details .map-tabs{
	position: static;
}

#details .map-tabs.sticky{
	position: static;
	position: sticky;
	position: -webkit-sticky;
}

.map-tabs a{
	display: inline-block;
	padding: 0px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin: 0px 0px 0 3px;
	outline: none;
	position: relative;
	top:-4px;
	white-space: nowrap;
}

.map-tabs a.active{
	line-height: 36px;
	top:0;
}

.map-tab{
	display: none;
}

#plans .marker{
	height: 38px;
	position: absolute;
		
}

#media-popup{
	display:none;
	position: absolute;
	top: -15px;
	right: 300px;
	background: #000;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	z-index: 20;
	padding: 12px;
}

#media-popup video{
	width: 100%;
	height: auto;
}

#media-popup img.standard-image{
	display: none;
	max-width:640px;
	max-height:608px;
}

#media-popup .image-caption{
	position: absolute;
	display: none;
	left: auto;
    right: 20px;
    bottom: 20px;
    width: 260px;
}

/* photo-caption style is also used in the photo gallery */

span.photo-caption{
	background-color: #000;
	background-color: rgba(0,0,0,.50);
	background-image: url(/XposurePublicIncludes/img/caption-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 2px 2px;
	border-radius: 5px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	color: transparent;
	max-width: 350px;
	display: block;
	font-size: 13px;
	line-height: 17px;
	overflow:hidden;
	position: absolute;
    right: 10px;
    bottom: 10px;
}

span.photo-caption.raised{
	bottom: 37px;
}

.no-backgroundsize span.photo-caption{
	background-image: url(/XposurePublicIncludes/img/caption-icon-small.png);
}

.expanded span.photo-caption{
	background-image: url(/XposurePublicIncludes/img/caption-close-icon.png);
	width: auto;
	height: auto;
	padding: 4px 8px 4px 25px;
	color: #fff;
}

.no-backgroundsize .expanded span.photo-caption{
	background-image: url(/XposurePublicIncludes/img/caption-close-icon-small.png);
}

#pano-container{
	height:100%;
	width:100%;
	z-index: 32;
}

.mp-close-button{
	position:absolute;
	top:-16px;
	right:-16px;
	width:32px;
	height:32px;
	background-color:transparent;
	background-image: url('/XposurePublicIncludes/img/close-icon.png');
	background-size:32px 32px;
	background-repeat: no-repeat;
	cursor:pointer;
	z-index:30;
}

.no-backgroundsize .mp-close-button{
	background-image: url('/XposurePublicIncludes/img/close-icon-small.png');	
}

.mp-close-button:hover{
	background-image: url('/XposurePublicIncludes/img/close-icon-hover.png');
}

.no-backgroundsize .mp-close-button:hover{
	background-image: url('/XposurePublicIncludes/img/close-icon-hover-small.png');
}

#marker-hover{
	position: absolute;
	display:none;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	opacity: .94;
	margin:0;
	padding:5px 10px 5px 5px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	z-index: 20;
	min-width: 150px;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-boxshadow #marker-hover{
	border: 1px solid #666;	
}

#marker-hover img{
	
	float: left;
	height: 50px;
	width: 66px;
	margin: 0 10px 0 0;
}

.measure{
	position: absolute;
	white-space: nowrap;
}

/*****    Photo gallery   ********/

#gallery-slider{
    width: 100%;
    height: 100%;
}

#photo-pause-btn{
	position: absolute;
	left: 5px;
	bottom: 115px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(0,0,0,.62);
	background-image: url('/XposurePublicIncludes/img/pause-white.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    z-index: 1000;
    transition: background-image .2s;
}

#photo-pause-btn.recip-showing{
	bottom: 145px;	
}

#photo-pause-btn.paused{
	background-image: url('/XposurePublicIncludes/img/play-white.png');
	background-position: 11px center;
}

#gallery,
#gallery .rsOverflow,
#gallery .rsSlide,
#gallery .rsVideoFrameHolder,
#gallery .rsThumbs {

}

#gallery .rsThumbsHor {
  height: auto;
}

#gallery-slider.fullscreen,
#gallery-slider.fullscreen .rsOverflow,
#gallery-slider.fullscreen .rsSlide,
#gallery-slider.fullscreen .rsVideoFrameHolder,
#gallery-slider.fullscreen .rsThumbs {
	background: #151515;
}

img.rsTmb{
	display:none !important;
}

.slider-loaded img.rsTmb{
	display:block !important;
}

#gallery .rsGCaption{
	background: none;
    border-radius: 0;
    bottom: 110px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 30;
    transform: translate3d(0,0,0);
}

#gallery span.photo-caption{
	display: none;
}

#gallery .share-agent{
	background-color: #000;
	background-color: rgba(0,0,0, .55);
	color: #eee;
	padding: 5px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gallery-slider.slider-loaded span.photo-caption{
	display: block;
}

#gallery .rsThumb {
	width: 120px;
	height: 90px;
	background: #333;
}

#gallery .rsThumb.rsNavSelected {
	background: #333;
}

#gallery .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 2px;
	-webkit-backface-visibility: hidden;
}

#gallery-slider.fullscreen .rsThumb.rsNavSelected span.thumbIco {
	border: 3px solid #fff;
}

#gallery .rsThumb img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#gallery .rsThumb.rsNavSelected img {
	opacity: 0.60;
	filter: alpha(opacity=40);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#gallery .rsThumbsArrow {
}

#gallery .rsThumbsArrow:hover {
}

#gallery-slider.fullscreen .rsThumbsArrow {
    background:  rgba(0, 0, 0, 0.8);
}

#gallery-slider.fullscreen .rsThumbsArrow:hover {
	background: rgba(0,0,0,1);
}

.pcs-showing #gallery .rsFullscreenBtn{
	top: 25px;
}

#return-top-button{ display: none }

/* 	display starting on left edge only for XposurePublic
	XposureClient uses the class "windowed-client" to display centered */
.cssanimations #gallery-slider.animated .rsSlide img{
	
	margin-left:0px !important;
	margin-top:0px !important;
}

#gallery .rsBullets {
	background: none;
}

#showcase iframe {
	width: 100%;
	height: 585px;
}

#iguide iframe{
	width: 100%;
	height: 100%;
}

#trends{
	background: #fff;
	overflow: hidden;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}

#trends iframe{
	width: 100%;
	height: 100%;
	border: 0;
	overflow: hidden;
	padding: 0;
	background: #fff url('/XposurePublicIncludes/img/ajax-loader.gif') no-repeat 50% 50%;
}

/***** mortgage calculator ******/

#mortgagePcsDiv{
	text-align: center;
}

#mortgage-calc{
	margin: 60px 0 0 0;
	line-height: 48px;
	display: inline-block;
	text-align: left;
	color: #444;
}

#mortgage-calc label{
	width: 130px;
	text-align: right;
	display: inline-block;
	margin: 0 10px 0 0;
}

#mortgage-calc input{
	width: 50px;
	margin: 0 4px 0 0;
	-webkit-appearance: none;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 0;
	padding: 5px;
	color: #444;
}

#mortgage-calc input.large{
	width: 120px;
}

#mortgage-calc select{
	margin: 0 2px;
}

#mortgage-calc span{
	font-size: 26px;
	color: #777;
	margin: 0 4px;
	border-bottom: 1px dashed #999;
}

.section-header {
    display: none;
}

.section-content{
	display: none;
}

/***** localization ******/
a.lang{
	position: absolute;
	left: 50%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 1rem;
    line-height: 32px;
    font-size: 13px;
    background-color: #146ac3;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    outline: 0;
}

/***** google translate ******/

#google_translate_element{
	text-align: center;
	margin-bottom: 10px;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

/***** walkscore *****/

#walkscore{
	background: #fff url('/XposurePublicIncludes/img/ajax-loader.gif') no-repeat 50% 50%;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 10px;
	min-height: 300px;
}

#ws-walkscore-tile{
	background: #fff !important;
}

#travel-time, #travel-time-map{
	height:100%;
	width:100%;
}

/***** travel time floating menu *****/
.wstt-sheds-menu{
	top: 40px !important;
}

/***** openhouses *****/

#openhouse {
    position: absolute;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    z-index: 1;
    background-color: #54adff;
    background-color: rgba(31, 147, 255, 0.75);
    border-radius: 0px 0px 4px 0px;
    padding: 0 10px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*****    content displayed from wysiwyg html editor   ********/


.html-content h1{
	font-size: 22px;
	font-weight: normal;
}

.html-content h2{
	font-size: 18px;
	font-weight: normal;
}

.html-content {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.html-content p{
	margin: 18px 0;
}

.html-content a{
	text-decoration: none;
	color: #348BE9;
}

.html-content a:hover{
	text-decoration: underline;
}

.html-content b, .html-content strong{

}

/*****    Share sheet popup. The .popup-sheet- classes can also be used for any new popup dialogs   ********/

.popup-sheet{
	background: #f4f4f4;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	position: fixed;
	top: 80px;
  	left: 50%;
	padding: 15px;
	opacity: 0;
	transition: opacity 0.250s ease-out .05s, transform 0.250s ease-out .05s;
	transform: translate3d(-50%,-100px,0);
}

.popup-sheet-mask{
	position:absolute;
	height:0;
	visibility: hidden;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.250s ease-out;
	z-index: 10002;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}

.popup-sheet-mask.showing{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	visibility: visible;
	background-color: rgba(0,0,0,.55);
}

.popup-sheet-mask.showing .popup-sheet{
	transform: translate3d(-50%,0,0);
	opacity: 1;
}

.popup-sheet-close-btn{
	position: absolute;
	top: 2px;
	right: 0;
	background-image: url('/XposurePublicIncludes/img/pcs-close-blue-small.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#share-sheet{
	min-width: 300px;
}

#share-sheet a{
	text-decoration: none;
	color: #777;
	display: block;
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
}

#share-sheet a:hover{
	color: #000;	
}

#share-sheet a:last-child{
	margin-bottom: 0;	
}

#share-sheet a.hidden{
	display: none;
}

#share-sheet img{
	width: 38px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#share-sheet img.smaller-width{
	width: 32px;
	margin: 0 12px 0 4px;
}

.copy-success{
	display: none;
	color: #00c11f;
}

.copy-success strong{
	font-size: 24px;	
}

.copy-to-clip.success .copy-success{
	display: inline;
}

.copy-to-clip.success .copy-intent{
	display: none;
}

/*****    scroller rails   ********/

.nicescroll-rails{
	
	cursor: pointer !important;
}

/*****    custom branding contact fields   ********/

.custom-brand-name{
	display: none;
}

/* COVID19 button and dialog */

.live-tour-button{
	float: right;
    position: relative;
    display: none;
    height: 35px;
    line-height: 35px;
    padding: 0 13px 0 40px;
    margin-right: 10px;
    background-color: #fd4b28;
    border-right: 1px solid #ff8f79;
    border-left: 1px solid #ff8f79;
    color: #fff;
    transition: all .2s; 
    cursor: pointer;
    font-size: 18px;
}

.mobile-toolbar .live-tour-button{
	display: inline-block;
	float: left;
	padding: 0 5px 0 29px;
	font-size: 16px;
}

.mobile-toolbar .live-tour-button:before{
	left: 4px;
}

.live-tour-button:hover{
	background-color: #d42604;
	border-right: 1px solid #ff3f18;
    border-left: 1px solid #ff3f18;
    font-size: 19px;
}

.live-tour-button:hover:before{
	animation-name: none;
}

.live-tour-button:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 20px;
    background-size: 17px;
    background-image: url(/XposurePublicIncludes/img/webcam-white.png);
    background-position: center;
    background-repeat: no-repeat;
    animation-name: tour-pulse;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-timing-function: ease-in-out;
}

.live-tour-button.clicked:before{
	animation-name: none;
}

#share-sheet .covid-text{
	display: none;
}

#share-sheet.covid *{
	display: none !important;
}

#share-sheet.covid .covid-text{
	display: block !important;
    font-size: 17px;
    line-height: 32px;
    background-image: url(/XposurePublicIncludes/img/house-user-regular.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80px;
    padding: 90px 0 0 0;
}

@media only screen and (min-width: 830px){
	.live-tour-button{
    	display: block;
	}
	#share-sheet.covid .covid-text{
    	background-position: center left;
    	padding: 0 0 0 95px;
	}
}

#share-sheet .submenu{
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s;
	background-color: #e0e0e0;
    border-radius: 5px;
}

#share-sheet .submenu.showing{
	max-height: 300px;
	margin-bottom: 10px;
}

#share-sheet .submenu a{
	margin: 8px;
    text-align: center;
    color: #279dee;
}

/**** more navigation sheet ****/

#more-nav-sheet{
	min-width: 200px;
}

#more-nav-sheet a{
	display: block;
	color: #279dee;
	padding: 0 10px;
	font-size: 18px;
    line-height: 42px;
    text-decoration: none;
}

@keyframes tour-pulse{
  		0%{
    		opacity: 1;
  		}
  		100% {
    		opacity: .10;
  		}
}

/*****    relist history nav item is only shown in photo mode   ********/

#relist-nav-item, #tax-nav-item{
	display: none;
}

/*****    Utility   ********/

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix{ *zoom: 1; }

.float-right{ float: right; }
.float-left{ float: left; }

/*
 * jQuery Placeholder Enhanced 1.6.6
 * Copyright (c) 2013 Denis Ciccale (@tdecs)
 * Released under MIT license
 * https://raw.github.com/dciccale/placeholder-enhanced/master/LICENSE.txt
*/

/* All browsers */
.placeholder { 
  color: #aaa; 
}

/* WebKit */
::-webkit-input-placeholder { 
  color: #aaa; 
}

/* Firefox 4+ */
:-moz-placeholder { 
  color: #aaa; 
}


/*****    Responsive Layouts   ********/

@media only screen and (min-width: 1024px) {
	
	.header-inner{
		width:1004px;
	}
	
	.footer-inner{
		width:1024px;
	}
	
	.content{
		width:1024px;
	}
	
	.column3{
		width: 604px;
	}
	
	#media-popup{
		right: 320px;
	}
	
	#media-popup img.standard-image{
		max-width:660px;
	}
	
	#detail-tabs.agt-details a{
		padding: 0 8px;
	}
	
}

@media only screen and (min-width: 1200px) {
	
	.header-inner{
		width:1180px;
	}
	
	.footer-inner{
		width:1200px;
	}
	
	.content-column{
		height: 735px;
	}
	
	.content{
		width:1200px;
	}
	
	.column1 .agent-photo-container{
		margin: 0 0 25px 0;
	}
	
	.column3{
		width: 780px;
	}
	
	.content-pane{
		height: 685px;
	}
	
	#video video, #about video{
		max-height: 685px;
	}
	
	#about video {
		margin-top: 60px;
	}
	
	#details table, #details p, #details hr{
		width: 500px;
	}

	#media-popup{
		right: 405px;
	}
	
	#media-popup img.standard-image{
		max-width:750px;
		max-height:708px;
	}
	
	#showcase iframe{
		height: 685px;
	}
	
	#mortgage-calc{
		margin: 100px 0 0 0;
	}
	
	#demographicsTable .key{
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#demographicsTable .value{
		padding-right: 12px;
	}
	
	#detail-tabs.agt-details a{
		padding: 0 12px;
	}
	
	#detail-tabs.agt-details a .longname{
		display: inline;
	}
	
	#detail-tabs.agt-details a .shortname{
		display: none;
	}
	
	.column3 .fb-like{
		max-width: 600px;
	}
}
