.pointer { cursor: pointer; }

.bg-house1 {
	background-color: #a89458!important;
	color: #fff;
}
.bg-house2 {
	background-color: #7b6875!important;
	color: #fff;
}
.bg-house3 {
	background-color: #403f42!important;
	color: #fff;
}

.box-bg-icon {				
	color: rgba(255,255,255,.1);			
}	

.label-house1 {
	border-color: #a89458;
	background: #a89458;
	color: #fff;
}			
.label-house2 {
	border-color: #7b6875;
	background: #7b6875;
	color: #fff;
}	
.label-house3 {
	border-color: #403f42;
	background: #403f42;
	color: #fff;
}

mark { background:#ffff9c;color:black; }

.blur { 
	-webkit-filter: blur(3px); 
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: blur(3px); 

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
	
	pointer-events: none;
} 

@media (min-width: 1610px) {
	.week-box-col {
		width: 33.333%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}


.watermark {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	font-size: 10em;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.04);
	white-space: nowrap;
	pointer-events: none;
	z-index: 9999;	
	user-select: none;	
}
