html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background-color: black;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
}
svg {
	overflow: hidden;
}
#controls svg circle {
	fill: rgba(255,255,255,0.1);
}
#controls svg rect {
	fill: #ff0000;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#controls {
	width: 190px;
	padding-left: 30px;
	padding-right: 30px;
	float:left;
	position: absolute;
	top: 0;
	left:0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#controls .logo {
	position: fixed;
	z-index:3;
	padding-top: 10px;
	padding-bottom:10px;
	width: 190px;
	height: 84px;
	background: black url('../images/climblogo.png') 0 10px no-repeat;
}

.subdistricts input {
	text-transform: uppercase;
	padding: 4px 17px;
	color: white;
	background-color: #404040;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.subdistricts input:hover {
	background-color: #303030;
}
.footer input {
	text-transform: uppercase;
	padding: 4px 17px;
	color: white;
	background-color: #404040;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.footer input:hover {
	background-color: #303030;
}
#controls .buttons input[type="button"] {
	background: url('../images/exploreTypeBtnSprite.png') 0 0 no-repeat;
	width: 94px;
	height: 37px;
	border: none;
	cursor: pointer;
	outline: none;
	padding:0;
}
#controls .buttons input[type="button"] {
	opacity: 0.5;
}
#controls .buttons input[type="button"].active {
	opacity: 1;
}
#controls .buttons input[type="button"]:hover {
	opacity: 0.8;
}
#controls .buttons input[type="button"].active:hover {
	opacity:1;
}

#controls .buttons {
	margin-top: 110px;
}
#controls .buttons input {
	
}
#controls .buttons input {
	width: 55px;
	margin-right: 12px;
}
#controls .buttons input:last-child {
	margin-right: 0px;
}
#controls .buttons input {
	width: 92px;
	margin-right: 2px;
	margin-bottom: 4px;
	
}
#controls .buttons input:nth-child(2n) {
	margin-right:0;	
}
#controls .buttons input.float {
	background-position:0 0;
}
#controls .buttons input.map {
	background-position:0 -37px;
}
#controls .buttons input.bar {
	background-position:0 -74px;
}
#controls .buttons input.list {
	background-position:0 -111px;
}

.bgImage {
	width: 100%;
	height: 100%;
	display: none;
}
#viz {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	
	float:left;
	/*
	background: transparent url('../images/backgroundGradient.png') center center fixed;
	*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top:0;
	left: 250px;
	z-index:1;
}
#viz .mainViz {
	position: absolute;
	pointer-events: none;
	top:23px;
	z-index:1;
	left:0;
	-webkit-transition: opacity 0.3s ease-in-out; 
       -moz-transition: opacity 0.3s ease-in-out; 
         -o-transition: opacity 0.3s ease-in-out; 
            transition: opacity 0.3s ease-in-out;
}
#viz .foregroundSVG {
	position:absolute;
	pointer-events: none;
	top: 23px;
	z-index: 7;
	left:0;
}
.mapMode #viz .circles circle {
	opacity: 0.75;
}
.mapMode #viz canvas {
	opacity: 1;
}
#viz svg .circles {
	pointer-events: all;
	
}
#viz svg .circles circle {
	cursor: pointer;
}
#viz svg .saveHideButtons {
	pointer-events: all;
}
#viz svg .saveHideButtons circle {
	cursor: pointer;
}
#viz svg .saveHideButtons image {
	pointer-events: none;
}
#viz canvas {
	position: absolute;
	top:23px;
	z-index:3;
	pointer-events: none;
	left:1px;	
	-webkit-transition: opacity 0.3s ease-in-out; 
       -moz-transition: opacity 0.3s ease-in-out; 
         -o-transition: opacity 0.3s ease-in-out; 
            transition: opacity 0.3s ease-in-out;
}
#viz .bgCanvas {
	z-index:1;
}
#viz svg .gridLine {
	stroke: white;
	opacity: 0.2;
}
#viz svg .gridLineLbl {
	fill: white;
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.3;
}
#viz #map {
	position: absolute;
	top:23px;
	left:0;
	width: 100%;
	display: none;
	
}
#wrapper.listMode {
	overflow:hidden;
}
#viz #listMode {
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	display: none;
	height: -webkit-calc(100% - 23px);
	height: calc(100% - 23px);
	background: black;
	z-index: 4;
	padding-top: 10px;
}
#listMode .sortOptions {
	padding-bottom: 5px;
	text-transform: capitalize;
	background: #404040 url('../images/dropdownArrow.png') 105px 10px no-repeat;
	width: 120px;
	height: 26px;
	line-height: 1;
	border:0;
	border-radius: 4px;
	-webkit-appearance: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	margin-left: 5px;
}
#listMode .numProps {
	float: left;
	margin-right: 20px;
}
#listMode .sortOptions .option.active {
	background: #404040;
}
#listMode .sortOptions .option:hover {
	background: #303030;
}
#listMode .sortOptions .option.active:hover {
	background: #404040;
}
#listMode .sortControls {
	float: left;
	margin-bottom: 10px;
}
#listMode .sortDirection {
	list-style-type:none;
	float: left;	
	font-size: 14px;
	margin:0;
	padding:0;
	margin-left: 10px;
}
#listMode .sortDirection .ascending {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#listMode .sortDirection .descending {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#listMode .sortDirection li {
	float: left;
	padding:0;
	margin:0;
	cursor: pointer;
	background: #202020;
	color: #929292;
	padding: 5px;	
}
#listMode .sortDirection li:hover, #listMode .sortDirection li.active {
	background: #404040;
	color: white;
}
#listMode .list {
	margin-top: 10px;
	height: -webkit-calc(100% - 80px);
	height: calc(100% - 80px);
	overflow-y: scroll;
	width: -webkit-calc(100% - 43px);
	width: calc(100% - 43px);
	clear: both;
}
#listMode ::-webkit-scrollbar{width:9px;height:9px;}
#listMode ::-webkit-scrollbar-button:start:decrement,#doc ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
#listMode ::-webkit-scrollbar-track-piece{background-color:#303030;-webkit-border-radius:0;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;}
#listMode ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#999;-webkit-border-radius:8px;}
#listMode ::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#999;-webkit-border-radius:8px;}
#listMode .list .listListing {
	border-bottom: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 360px;
	float: left;
}
#listMode .list .listListing.even {
	background: #404040;
}
#listMode .list .listListing:hover {
	background: #303030;
}
#listMode .list .listListing .photo {
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	position: relative;
}
#listMode .list .listListing .photo img {
	width: 44px;
	height: 44px;
	position: absolute;
	top:3px;
	left: 3px;
	border-radius: 50%;
}
#listMode .list .listListing .text {
	float: left;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	
}
#listMode .list .listListing .stats {
	clear: both;
	font-size: 13px;
	height: 1em;
}

#listMode .list .address {
	float: left;
	cursor: pointer;
}
#listMode .list .address:hover {
	text-decoration: underline;
}
#listMode .list .price {
	float: left;
}
#listMode .list .inline {
	float: left;
	margin-right: 5px;
}
#viz #loading {
	text-align: center;
	position: absolute;
	top: 400px;
	font-size: 20px;
	left: 45%;
}
.filter {
	
	margin-top: 15px;
	position: relative;
	background: #1e1e1e;
	border-radius: 5px;
	padding: 9px;
}
.filters .filter {
	cursor: pointer;
}
.filters .filter.checked {
	cursor: auto;
}
.filtersubdistrict {
	margin-top: 10px;
	padding:0;
	border-radius:0;
}
.filterpropertyAttribute {
	padding:0;
	border-radius:0;
	background: transparent;
}
.filter .name {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 2px;
}
.filter .checkbox {
	float: right;
}

.filter .checkbox {
	cursor: pointer;
	width: 18px;
	height: 18px;
	background: transparent url('../images/expandBtn.png') 0 0 no-repeat;
	/*border-radius: 10px;
	width: 46px;
	height: 22px;
	background: transparent url('../images/checkboxSpriteWhite.png') 0 0 no-repeat;
	
    -webkit-transition: background-position 0.1s ease-out; 
       -moz-transition: background-position 0.1s ease-out; 
         -o-transition: background-position 0.1s ease-out; 
            transition: background-position 0.1s ease-out; 
    */
}
.filter.checked .checkbox {
	width: auto;
	background: none;
}
.filter.checked .checkbox:after {
	content: "exclude";
	text-transform: none;
	text-decoration: underline;
	font-size: 12px;
	color: #a6a6a6;
}
.filter .name span {
	opacity: 0.5;
}
.filter.checked .name span {
	opacity:1;
}

.filter svg {
	/*opacity: 0.5; */
	
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
	-webkit-transform: scale(0.3); 
       -moz-transform: scale(0.3); 
        -ms-transform: scale(0.3); 
         -o-transform: scale(0.3); 
            transform: scale(0.3); 

	position: absolute;
	top: 10px;
	left: 102px;
	
}
.filter.checked svg {
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: scale(1);
}
.filter.checked {
	background: #595959;
}
.filter .sliderContainer {
	z-index:2;
	opacity: 0.5;
	display: none;
}
.filter.checked .sliderContainer {
	opacity: 1;
	display: block;
}
/*.filter:hover svg, */ .filter:hover .sliderContainer, .filter:hover .name span {
	opacity: 0.8;
}
.filter.checked:hover svg, .filter.checked:hover .sliderContainer, .filter.checked:hover .name span {
	opacity: 1;
}
.filter.filtersubdistrict .name span{
	opacity:1;
}
.filter.disabled {
	opacity: 0.2;
}
.filter.disabled:hover .name span {
	opacity: 0.5;
}
.propertyTypeFilter .checkbox {
	cursor: pointer;
	border-radius: 10px;
	width: 46px;
	height: 22px;
	background: transparent url('../images/checkboxSpriteWhite.png') 0 0 no-repeat;
	-webkit-transition: background-position 0.1s ease-out;
	-moz-transition: background-position 0.1s ease-out;
	-o-transition: background-position 0.1s ease-out;
	transition: background-position 0.1s ease-out;
}
.propertyTypeFilter .checkbox.checked {
	background-position: -27px 0;
	width: 44px;
	
}
.filter .sliderContainer {
	position: relative;
	margin-top; 4px;
}
.filter.filtersquarefeet .slider {
	margin-top: -81px;
	margin-left:23px;
}
.filter .naDiv {
	font-size: 12px;
	margin-top: -6px;
	float: left;
}
.filter .naTooltip {
	position: absolute;
	left: 20px;
	display: none;
	top: -29px;
	z-index:10;
	
}
.filter .naTooltip .arrow {
	position: absolute;
	top:26px;
	left:0;
	width: 12px; 
	height: 13px;
	background: transparent url('../images/naTooltipArrow.png') 0 0 no-repeat; 
	z-index:2;
}
.filter .naTooltip .bubble {
	top: 0;
	border-radius: 6px;
	z-index:1;
	left: 10px;
	position: absolute;
	width: 120px;
	background: rgba(30,30,30,0.9);
	color: #c1c1c1;
	border: 1px solid #c1c1c1;
	padding: 10px;
	
	
}
.filter .overlayRects {
	display: none;
}
.filter.checked .overlayRects {
	display: block;
}
.filter .overlayRects rect {
	fill: #fff !important;
	opacity: 0.2;
}
.filter .overlayRects line {
	stroke: white;
}
.filter .naTooltip .bubble .title {
	color: #fafafa;
	margin-bottom: 10px;
}
.filter .slider {
	margin-top: -54px;
	float: left;
	height: 50px;
	border:0;
	background: transparent;
	border-color: transparent;
	border-radius:0;
}
.filter .values {
	color: #ffffff;
	position: relative;
	height: 14px;
}
.filter .values.naValues {
	margin-left: 18px;
}
.filter .values .value {
	font-size: 11px;
	position: absolute;
	text-align: center;
}
.propertyTypeFilter {
	position: absolute;
	width: 100%;
	top:0;
	z-index: 5;
}
.propertyTypeFilter ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position: relative;
}
.propertyTypeFilter>ul {
	z-index:4;
}
.propertyTypeFilter>ul>li {
	float: left;
	color: black;
	width: 130px;
	height: 22px;
	cursor:pointer;
	overflow:hidden;
	position: relative;
	-webkit-transition: height 0.3s ease-out; 
       -moz-transition: height 0.3s ease-out; 
         -o-transition: height 0.3s ease-out; 
            transition: height 0.3s ease-out; 
	
}
.propertyTypeFilter .nameCount {
	font-weight: 600;
	background-color: white;
	padding: 1px 2px 1px 5px;
	text-transform:uppercase;
}
.propertyTypeFilter>ul>li.active .nameCount {
	color: white;
    text-shadow: #000 1px 1px 5px;

}

.propertyTypeFilter .typeInfoContainer {
	margin-top: 21px;
	position: relative;
	z-index:3;
}
.propertyTypeFilter .typeInfo {
	color: white;
	position: absolute;
	width: 460px;
	background: black;
	border: 1px solid transparent;
	border-top: 5px solid white;
	padding: 0px 20px;
	font-size: 14px;
	overflow: hidden;
}
.typeInfo.normal {
	top: -5px;
	height: 0;
}
.typeInfo.hover {
	top:0;
}
.typeInfo.open {
	border-left-color: white;
	border-right-color:white;
	border-bottom-color: white;
	top:0;
	
}
.typeInfo.animated {
	-webkit-transition: top 0.2s ease-in, height 0.2s ease-in; 
       -moz-transition: top 0.2s ease-in, height 0.2s ease-in; 
         -o-transition: top 0.2s ease-in, height 0.2s ease-in; 
            transition: top 0.2s ease-in, height 0.2s ease-in;
}
.propertyTypeFilter .typeDescr {
	margin-top: 10px;
}
.propertyTypeFilter .subtypes {
	margin-top: 10px;
}
.propertyTypeFilter .subtypes li {
	margin-bottom: 10px;
	cursor: pointer;
}

.propertyTypeFilter .subtypes input {
	pointer-events:none;
}

.propertyTypeFilter .typeInfo .subtype .nameCheckbox {
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	margin-left: -10px;
	text-align: center;
	width: 100px;
}
.propertyTypeFilter .typeInfo .subtype .nameCheckbox .checkbox {
	margin: 0 auto;
}
.propertyTypeFilter .typeInfo .subtype .descr {
	float: left;
}
.propertyTypeFilter .typeInfo .neighborhoods {
	margin-top: 10px;
	margin-bottom: 10px;
}
.propertyTypeFilter .typeInfo .neighborhood {
	float: left;
	width: 230px;
}
.propertyTypeFilter .typeInfo .neighborhood .count {
	float: left;
	text-align: right;
	width: 20px;
	margin-right: 10px;
}
.propertyTypeFilter .typeInfo .neighborhood .name {
	float: left;
	width: 200px;
}
.propertyTypeFilter .typeInfo .subtypeDescr {
	margin-top: 10px;
}

.subdistricts {
	position: absolute;
	top: 22px;
	left: 0px;
	background: rgba(0,0,0,0.5) url('../images/backgroundGradient.png') center center fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 1060px;
	font-size: 14px;
	color: white;
	z-index: 15;
	padding: 10px;
	height: -webkit-calc(100% - 90px);
	height: calc(100% - 90px);
}
.subdistrictContainer {
	width: 1060px;
	margin:15px auto 0;
	position: relative;
}
.subdistricts .close {
	z-index:10;
	position: absolute;
	left: 5px;
	font-size: 29px;
	top: 0px;
	background-color: #fff;
	border-radius: 16px;
	color: black;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.subdistricts .close:hover {
	background-color: #eee;
}
.subdistricts ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 230px;
	position: absolute;
}
.subdistricts li.district {
	margin:0;
	font-size: 15px;
	font-weight:600;
	color: #c51d25;
	text-transform: uppercase;
}
.subdistricts ul li {
	width: 230px;
}
.subdistricts .subdistrictControls {
	float: left;
	margin-right: 10px;
	margin-top: 50px;
}
.subdistricts .lists {
	float: left;
	position: relative;
}
.subdistricts .subdistrictControls input {
	font-size: 20px;
	width: 120px;
	display: block;
	margin-bottom: 5px;
}
.subdistricts .outlines {
	width: 377px;
	height: 309px;
	position: absolute;
	/*background: url('../images/neighborhoodOutlines/sfoutline.png') 0 0 no-repeat;*/
	top: 165px;
	left: 380px;
	
}
.subdistricts .outlines .outline {
	position: absolute;
	top:0;
	left:0;
	pointer-events: none;
}
.subdistricts .outlines .lbl {
	position: absolute;
	text-transform:uppercase;
	font-size: 12px;
	pointer-events: none;
	text-align: center;
}
.subdistricts .outlines .bg {
	outline: none;
}
#NeighborhoodMap {
	outline: none;
}
#NeighborhoodMap area {
	outline: none;
}

.tooltip {
	position: absolute;
	top: 300px;
	left: 700px;
	background: rgba(0,0,0,0.8);
	z-index: 6;
	font-size: 12px;
	/*padding: 15px;*/
	border-radius: 10px;
	width: 230px;
	box-shadow: 0 0 20px #000;
	opacity:0;
	pointer-events: none;
}
.tooltip.animated {
	-webkit-transition: opacity 0.3s ease-in-out; 
       -moz-transition: opacity 0.3s ease-in-out; 
         -o-transition: opacity 0.3s ease-in-out; 
            transition: opacity 0.3s ease-in-out;
}
.tooltip .ttDetails {
	background: rgba(0,0,0,0.8);
	position: relative;
	border-radius: 10px;
	padding: 15px;
}
.tooltip .circle {
	position: absolute;
	top:0;
	left:0;
	z-index: 4;
	border-radius: 50%;
}
.tooltip .circle .pic {
	border-radius: 50%;
	background: transparent none center center no-repeat;
	position: absolute;	
}
.tooltip.show {
	opacity:1;
}
.tooltip .inContractStatus {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.tooltip .ttHeader {
	position: absolute;
	top:0;
	left:0;
	background: #641113;
	width: -webkit-calc(100% - 8px);
	width: calc(100% - 8px);
	padding: 2px 4px;
	text-shadow: #000 1px 1px 5px;	
}
.tooltip .newOpen {
	position: absolute;
	background: #641113;
	width: -webkit-calc(100% - 8px);
	width: calc(100% - 8px);
	padding: 2px 4px;
	text-shadow: #000 1px 1px 5px;	
	left:0;
}
.tooltip .ttHeader {
	top:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tooltip .ttFooter {
	bottom:0;
	display: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.tooltip .newOpen .new {
	float: left;
	margin-left: 5px;
}
.tooltip .newOpen .oh {
	float: right;
	margin-right: 5px;
}
.tooltip.bottom .ttHeader {
	display: none;
}
.tooltip.bottom .ttFooter {
	display: block;
}
.tooltip.bottom ul {
	margin-bottom: 20px;
}
.tooltip.bottom .neighborhood {
	margin-top:0;
}

.tooltip ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.tooltip ul li {
	margin-top: 5px;
	float: left;
}
.tooltip ul li:nth-child(odd) {
	width: 110px;
}
.tooltip ul li:nth-child(even) {
	width: 90px;
}
.tooltip ul li .value {
	margin-top: -1px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.tooltip .neighborhood {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 14px;
}
.tooltip .address {
	text-align: center;
}
.tooltip .hr {
	width: 80%;
	height: 1px;
	background-color: white;
	margin: 5px auto;
}

.filtersubdistrict .name {
	text-transform: uppercase;
	padding: 4px 17px;
	color: white;
	background-color: #404040;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	
}
.filterpropertyAttribute .button {
	text-transform: uppercase;
	padding: 4px 4px;
	color: #6c6c6c;
	background-color: #202020;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	width: 50px;
	float: left;
	margin-right: 8px;
	height: 36px;
}
.filterpropertyAttribute .button.all {
	height: 28px;
	padding-top: 12px;
}
.filterpropertyAttribute .button.active {
	background-color: #404040;
	color: white;
	
}
.filterpropertyAttribute .button:hover {
	background-color: #303030;
	color: #c9c9c9;
}
.filterpropertyAttribute .button.active:hover {
	background-color: #404040;
	color: white;
}
.filterpropertyAttribute .button:last-child {
	margin-right:0;
}
.filterpropertyAttribute .contractBtns .button {
	height: auto;
	width: 83px;
}
.filtersubdistrict .name:hover {
	background-color: #303030;
}

.overlay {
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	display: none;
}
#listingTooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
	z-index:11;
	display: none;
	width: -webkit-calc(100% - 0px);
	width: calc(100% - 0px);
	height: 100%;
}

#listingTooltip .listingTooltipContainer {
	width: 860px;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	position: relative;
	padding: 10px 10px 10px 20px;
	margin-top: 23px;
}
#listingTooltip .listingControls {
	margin-top: 20px;
	padding-bottom: 20px;
}
#listingTooltip .listingControls .shareItems {
	margin-right: 10px;
	margin-top: -4px;
}
#listingTooltip .listingControls .prevNext {
	float: right;
	
}
#listingTooltip .listingControls .prevNext > div {
	float: left;
	cursor: pointer;
}
#listingTooltip .listingControls .prevNext > div:hover {
	text-decoration: underline;
}
#listingTooltip .listingControls .prevNext > div.disabled {
	cursor: default;
	text-decoration: none;
	color: #999;
}
#listingTooltip .listingControls .prevNext .prev {
	margin-right: 20px;
}
#listingTooltip .listingControls .btn {
	margin-right: 60px;
	margin-top: -3px;
	
	float: right;
}
#listingTooltip .inContractStatus {
	
	float: right !important;
	font-size: 28px;
	font-weight: bold;
	margin-top: 6px;
}
#listingTooltip .listingControls .openHouse {
	float: left;
	margin-bottom: 10px;
	display: none;
}
#listingTooltip .btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:inline;
	color: white;
	background: #404040;
	padding: 3px 10px;
	text-transform: uppercase;
	border-radius: 7px;
	cursor: pointer;
	font-size: 14px;
	
}
#listingTooltip .btn:hover {
	background: #303030;
}
#listingTooltip .listingControls .back {
	display: none;
}
#listingTooltip .close {
	/*position: absolute;
	right: 10px;
	top: 10px;*/
	float: right;
	background: white;
	color: black;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	font-size: 19px;
	line-height: 18px;
	cursor: pointer;
}
#listingTooltip .main {
	float: left;
	width: 670px;
}
#listingTooltip .main .ttHeader{
	height: 50px;
	margin-bottom: 10px;
}
#listingTooltip .main .ttHeader>div {
	float: left;
}
#listingTooltip .main .ttHeader .ranking {
	width: 80px;
	height: 80px;
	background: white;
	border-radius: 40px;
}
#listingTooltip .main .ttHeader .type {
	width: 50px;
	height: 50px;
	text-transform:uppercase;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 48px;
}
#listingTooltip .main .ttHeader .addressPrice {
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	margin-left: 20px;
}
#listingTooltip .main .description {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#listingTooltip .rightCol {
	float: left;
	width: 160px;
	padding-left: 20px;
}
#listingTooltip .actionBtns {
	padding-top: 5px;
	margin-bottom: 80px;
	margin-right: 70px;
}
#listingTooltip .actionBtns .btn {
	float: right;
}
#listingTooltip .actionBtns .btn.save {
	background: #db910f url('../images/saveIconSm.png') 4px 3px no-repeat;
	text-indent: 16px;
}
#listingTooltip .actionBtns .btn.remove {
	margin-top: 5px;
	background: #7b8d84 url('../images/removeIconSm.png') 4px 5px no-repeat;
	text-indent: 16px;
}

#listingTooltip .rightCol .label {
	font-size: 22px;
}
#listingTooltip .rightCol .value {
	font-size: 34px;
	margin-bottom: 30px;
}
#listingTooltip .mainPic{
	width: 675px;
	height: 450px;
}
#listingTooltip .mainPic img {
	max-height: 450px;
	max-width: 675px;
	display: block;
	margin:0 auto;
	position: absolute;
	opacity:0;
	
}

#listingTooltip .thumbstrip {
	width: 675px;
	overflow: hidden;
	margin: 10px auto 0;
}
#listingTooltip .thumbstrip .picContainer {
	width:  630px;
	float:left;
	padding-top: 7px;
}
#listingTooltip .thumbstrip .thumbBtn {
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 50%;
	float: left;
	margin:0 8px 16px;
	cursor: pointer;
}
#listingTooltip .thumbstrip .thumbBtn.condensed {
	margin: 0 2px;
}
#listingTooltip .thumbstrip .thumbBtn.active {
	background-color: #fff;
}
#listingTooltip .thumbstrip .thumbBtn:hover {
	background-color: #ddd;
}
#listingTooltip .thumbstrip .thumbBtn.active:hover {
	background-color: #fff;
}
#listingTooltip .thumbstrip .arrow {
	cursor:pointer;
	width: 17px;
	float:left;
	height: 26px;
	background: transparent url('../images/thumbstripArrows.png') 0 0 no-repeat;
}
#listingTooltip .thumbstrip .arrow.left {
	background-position: 0 0;
}
#listingTooltip .thumbstrip .arrow.right {
	background-position: -17px 0;
}
#listingTooltip .thumbstrip .arrow.left:hover {
	background-position: 0 -26px;
}
#listingTooltip .thumbstrip .arrow.right:hover {
	background-position: -17px -26px;
}
/*
#listingTooltip .thumbstrip img {
	margin-right: 29px;
	height: 73px;	
	cursor: pointer;
}
#listingTooltip .thumbstrip img:last-child {
	margin-right:0;
}
*/

#listingTooltip .thumbImage {
	position: absolute;
	pointer-events: none;
}
#listingTooltip .thumbImage .img {
	border: 4px solid #585858;
}
#listingTooltip .thumbImage .downArrow {
	display: block;
	margin: 0 auto;
	width: 24px;
}

#listingTooltip .leftCol {
	width: 675px;
	overflow:hidden;
}
#listingTooltip .leftColContainer {
	width: 1400px;
	
	-webkit-transition: margin-left 0.3s ease-in-out; 
       -moz-transition: margin-left 0.3s ease-in-out; 
         -o-transition: margin-left 0.3s ease-in-out; 
            transition: margin-left 0.3s ease-in-out;
}
#listingTooltip .leftColContainer > div {
	float: left;
	width:  675px;
	position: relative;
}
#listingTooltip .agentForm .form{
	width: 400px;
	padding-top: 40px;
}
#listingTooltip .agentForm .form .agent, #listingTooltip .agentForm .form .office {
	display: none;
}
#listingTooltip .agentForm .success {
	padding-top: 40px;
	display: none;
	width: 400px;
	
}
#listingTooltip .instructions {
	margin-top: 10px;
	
}
#listingTooltip .lbl {
	font-weight: bold;
	text-transform: uppercase;
}
#listingTooltip .agentForm input {
	display: block;
	width: 390px;
	margin-top: 20px;
	border-radius: 4px;
	border: 0;
	padding: 5px;
	border:2px solid transparent;
}

#listingTooltip .agentForm .form .invalid {
	border: 2px solid red;
}

#listingTooltip .agentForm .notesLbl {
	margin-top: 10px;
	margin-bottom: 5px;
}
#listingTooltip .agentForm .notesInput {
	width: 390px;
	height: 70px;
	border-radius: 4px;
	border: 0;
	padding: 5px;
}
#listingTooltip .agentForm .sendInfo{
	cursor: pointer;
	float: right;
	background: #404040;
	margin-top: 20px;
	padding: 2px 13px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
#listingTooltip .agentForm .sendInfo:hover {
	background: #303030;
}
#listingTooltip .agentInfo {
	font-size: 10px;
	opacity: 0.5;
	cursor: pointer;
	float: left;
}
#listingTooltip .agentInfo:hover {
	opacity: 1;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.ui-slider-horizontal {
	height: 3px;
}
.ui-slider .ui-slider-handle {
	outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
	cursor: pointer;
	top: 16px;
	border:0;
	background: url('../images/sliderHandleSmall.png') center center no-repeat;
}
.ui-slider-horizontal .ui-slider-handle:nth-child(3) {
	background-image: url('../images/sliderHandleLarge.png');
}
.ui-corner-all {
	border-radius: 10px;
}
.ui-slider .ui-slider-range {
	background: transparent;
	top:-1px;
	height: 5px;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

#viz svg.introOverlay {
	opacity: 0.5;
}
#viz canvas.introOverlay {
	opacity: 0.5;
}
#intro {
	position: fixed;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:21;
	display:none;
}


#propertyTypeQuestion {
	position: absolute;
	z-index: 15;
	background: black;
	border: 1px solid #ccc;
	padding: 20px;
	top: 200px;
	left: -webkit-calc(50% - 240px);
	left: calc(50% - 240px);
	width: 640px;
	display: none;
}
#propertyTypeQuestion .question {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
#propertyTypeQuestion ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#propertyTypeQuestion .types {
	width: 505px;
	margin: 0 auto;
}
#propertyTypeQuestion li {
	width: 85px;
	text-transform: capitalize;
	cursor:pointer;
}


#propertyTypeQuestion li {
	border: 2px solid white;
	padding: 2px 6px 2px 2px;
	border-radius: 4px;
}
#propertyTypeQuestion li.active {
	
}
#propertyTypeQuestion .introList {
	float: left;
}
#propertyTypeQuestion .introList4 li {
	width: 105px;
}
#propertyTypeQuestion .introList:last-child {
	margin-right:0;
}

#propertyTypeQuestion .go {
	border-radius: 5px;
	background: #404040;
	margin: 0 auto;
	padding: 4px 40px;
	font-size: 18px;
	width: 90px;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}
#propertyTypeQuestion .go:hover {
	background-color: #303030;
	
}
.footer {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 20;
	-webkit-transition: bottom 0.3s ease-in-out; 
       -moz-transition: bottom 0.3s ease-in-out; 
         -o-transition: bottom 0.3s ease-in-out; 
            transition: bottom 0.3s ease-in-out;

}
.footer.notReady {
	opacity: 0.5;
	pointer-events: none;
}
.footer .helpButton {
	float: right;
}
.footer .shareItems {
	float:right;
}
.shareItems {
	float: right;
	margin:0;
	list-style-type: none;
}

.shareItems li {
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease-in-out; 
       -moz-transition: opacity 0.3s ease-in-out; 
         -o-transition: opacity 0.3s ease-in-out; 
            transition: opacity 0.3s ease-in-out;
	opacity: 0.6;
	float: left;
	height: 20px;
	width: 20px;
	margin:0; padding:0 ;
	margin-right: 10px;
	margin-top: 2px;
	background: url('../images/shareSprite.png') 0 0 no-repeat;
}
.shareItems:hover li {
	opacity: 0.8;
}
.shareItems li:hover {
	opacity: 1;
}
.shareItems li.facebook {
	background-position: 0 0;
}
.shareItems li.twitter {
	background-position: 0 -27px;
}
.shareItems li.email {
	background-position: 0 -52px;
}
.mapMode .footer {
	bottom: 25px;
}

#mapAttribution {
	position: fixed;
	right:0px;
	padding: 5px;
	font-size: 12px;
	background-color: rgba(0,0,0,0.6);
	bottom: 0px;
	z-index:4;
	display: none;
}
#mapAttribution a {
	color: white;
}
#mapControls {
	position: fixed;
	top: 30px;
	left: 250px;	
	display: none;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#mapControls > div {
	background: #404040;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 1px 5px 2px 4px;
	border-radius: 3px;
	font-size: 30px;
	line-height: 22px;
	text-indent: 2px;
}
#mapControls > div:hover {
	background: #303030;
}

#introCanvas {
	position: absolute;
	top:0;
	left:0;
}
#intro .introControls {
	width: 500px;
	margin:300px auto 0;
	position: relative;
	text-align: center;

}
#intro .introTextContainer {
	min-height: 79px;
	
}
#intro .introText {
	
	background: rgba(0,0,0,0.6);
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

#intro .introText a {
	color: white;
}
#intro .modernWarning {
	font-size: 20px;
	margin-top: 20px;
}
#intro .introContinue {
	text-transform: uppercase;
	padding: 15px;
	background: #a1b5ac;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size: 24px;
	width: 180px;
	margin: 20px auto;
	border-radius: 10px;
	
}

#intro .introSkip {
	font-style: italic;
	text-decoration: underline;
	background: rgba(0,0,0,0.6);
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
}
.legal {
	font-size: 10px;
	margin-top: 10px;
	opacity: 0.8;
}
.legal:hover {
	opacity: 1;
}
.legal a {
	color: white;
}
.legalNotice {
	position: absolute;
	top: 25px;
	left: 250px;
	width: 600px;
	max-height: 500px;
	z-index: 20;
	overflow-y: scroll;
	display: none;
	padding: 10px;
	background: rgba(0,0,0,0.6);
}
.legalNotice.disclaimer {
	overflow-y: auto;
}
.legalNotice a {
	color: white;
}
.legalNotice .close {
	z-index:10;
	position: absolute;
	right: 15px;
	font-size: 29px;
	top: 15px;
	background-color: #fff;
	border-radius: 16px;
	color: black;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.legalNotice h1 {
	font-size: 22px;
}
.legalNotice .close:hover {
	background-color: #eee;
}

.rightSidebar {
	position: fixed;
	right: -240px;
	z-index:4;
	-webkit-transition: right 0.5s ease-in-out; 
       -moz-transition: right 0.5s ease-in-out; 
         -o-transition: right 0.5s ease-in-out; 
            transition: right 0.5s ease-in-out;
	
}
.rightSidebar.open {
	right:0;
	z-index:5;
}
.rightSidebar.saved {
	top: 40px;
}
.rightSidebar.removed {
	top: 80px;
}
.rightSidebar.removed .openBtn {

	background: #a5b5ac url('../images/removeIcon.png') center center no-repeat;
}
.rightSidebar .openBtn {
	float: left;
	cursor: pointer;
	height: 35px;
	width: 43px;
}
.rightSidebar.saved .openBtn {
	background: #d2932d url('../images/saveIcon.png') center center no-repeat;
}
.rightSidebar .title {
	margin-bottom: 5px;	
}
.rightSidebar .contents {
	float: left;
	width: 220px;
	min-height: 40px;
	color: black;
	background: white;
	padding: 4px 10px;
}

.rightSidebar .contents .listing {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}
.rightSidebar .contents .listing img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left:3px;
}
.rightSidebar .close {
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 10px;
}
.rightSidebar.removed .remove {
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	top:3px;
	left: 3px;
	z-index: 5;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 54px;
	display: none;
}
.rightSidebar .emailBtn {
	clear: both;
	width: 100%;
	background: #4c4c3c;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0;
	margin-top: 40px;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
#listAnimationContainer {
	position: absolute;
	z-index: 6;
	pointer-events: none;
	top: 23px;
	left:0;
}
.rightSidebar .remove {
	position: absolute;
	top: -5px;
	left:0;
	cursor: pointer;
	opacity:0;
}
.rightSidebar .listing:hover .remove {
	opacity:1;
}


.alert {
	color: white;
	font-size: 14px;
	background: #595959;
	padding: 10px;
	position: fixed;
	z-index:10;
	width: 200px;
	left: 230px;
	top: 375px;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	display: none;
}
.barGroup {
	display:none;
}
.barMode .barGroup {
	display: block;
}
.barMode .bucketLabel {
	font-size: 14px;
	fill: white;
}
.barMode .bucketRect {
	fill: #6c6c6c;
}
.barMode .bucketValue {
	fill: white;
}

.sharedListViewText {
	display: none;
	margin-top: 116px;
}
.sharedListViewText a {
	color: white;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}


/*
IE (d)rules
*/
.ie #canvas {
	display: none;
}
.ie .tooltip {
	display: none;	
}
.fail {
	display: none;
	position: fixed;
	top: 240px;
	left: 320px;
	z-index:10;
}
.fail a {
	color: white;
}
.ie .tooltip.show {
	display: block;
}