@import url("https://use.typekit.net/rns1umj.css");
body, div, p {
	font-family: caslons-egyptian, sans-serif !important;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	line-height:1.5;
}

#floorPlanArea .kolorAreaCloseBtn{
	right:50% !important;
	-webkit-transform: translate(50%, 0);
	-moz-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
	
}

.kolorAreaCloseBtn:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

#floorPlanArea .kolorAreaCloseBtn:hover {
	-webkit-transform: translate(50%, 0) scale(1.3) !important;
	-moz-transform: translate(50%, 0) scale(1.3) !important;
	-o-transform: translate(50%, 0) scale(1.3) !important;
	transform: translate(50%, 0) scale(1.3) !important;
}

a.closeBtn:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

closeBtn:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

#kolorBoxID_websiteViewer, #kolorBoxID_websiteViewer1, #kolorBoxID_websiteViewer2, #kolorBoxID_websiteViewer3 {
	display: block !important;
}

.kolorAreaContent::-webkit-scrollbar {
    width: 5px;
}

/*firefox scrollbar*/
.kolorAreaContent {
	scrollbar-width: thin;
	scrollbar-color: darkgrey black;
	scrollbar-face-color: darkgrey;
	scrollbar-track-color: black;
}
 
.kolorAreaContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.kolorAreaContent::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.kolorBoxTitle {
	padding-top:6px !important;
}