/* ----------------------------- Floor Select --------------------------- */
#phase-select{
	position: relative;
	width: 1140px;
	
	text-align: center;
	float: left;
}

#interactive-visualization{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;  
}

#effects-highlight{
  position: absolute;
  top: 0px;
  left: 0;
  width: 560px;
  height: 350px;
  z-index: 2;	
}

#effects-highlight #effect-basement{
  position: absolute;
  top: 160px;
  left: 42px;
  visibility: hidden; 
}



/* tooltip styling */
.tooltip-flats {
	display: none;
	width: 150px;
	text-align: left;
}
.tooltip {
	display: none;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #0c0c0c;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 220px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 99;
	background: #fff;
	text-align: left;
	    padding-left: 5px;
}
.tooltip-status {
	font-size: 12px;
	padding: 10px 0px;
	margin-top: 15px;
}
.tooltip-status-sold {
	background: #A8F0D9;
	font-size: 12px;
	color: #0c0c0c;
	padding: 5px 10px;
	margin-top: 15px;
}
.tooltip-status-reservation {
	background: #faf1ed;
	font-size: 12px;
	color: #0c0c0c;
	padding: 5px 10px;
	margin-top: 15px;
}
.tooltip-title {
	width: 100%;
	    padding: 10px 10px 10px 0px;
	font-weight: 400;
}
.tooltip-full {
    margin: 20px;
    float: left;
    font-size: 25px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #0c0c0c;
    line-height: 1.3;
    padding-bottom: 20px;
}
.tooltip-full.patro {
	    color: #0c0c0c;
}

.tooltip-title.pozemek {
	width: 100%;
}
.tooltip-title.left {
	font-size: 38px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	height: 55px;
}
.tooltip-title.left-reservation {
	font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	height: 55px;
}
.tooltip-title.left-sold {
	font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	height: 55px;
}
.tooltip-title.right {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	font-size: 22px;
	border-bottom: 1px solid #0c0c0c;
	margin-bottom: 15px;
}
.tooltip-content {
	padding: 20px;
	margin-top: 40px;
	font-size: 15px;
	line-height: 1.5;
	color: #0c0c0c;
}
.tooltip-content-full {
	padding: 20px;
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.5;
    color: #0c0c0c;
	text-align: left;
}

}
.tooltip h3{
	color: #FFFFFF;
	font-size: 55px;
	font-weight: 400;
	float: left;
	text-align: center;
	height: 76px;
	width: 81px;
	padding: 0px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.tooltip-storey {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.tooltip p{
	color: #231f20;
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	text-align: center;
	margin: 0px;
}
.tooltip2 p{
	padding-top: 20px;
	text-align: center;
	margin: 0px;
}
.tooltip span{
	font-size: 37px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: -2px;
}
.tooltip b{
	color: #9ccb3b;
	font-weight: 300;
	float: left;
}

#map {
}
#map:hover {
visibility:visible; /* Fixes IE6 Bug */
	opacity:0.2;
}
.area {
    opacity:0;
}
.area-hover {
     opacity:0.2;
		  
}
area.area:hover
  {
  opacity:0.2;
	  
  }



.flats-info {
        font-size: 36px;
    position: absolute;
    color: #fff;
    left: 10px;
    top: 10px;
    z-index: 99;
    /* font-weight: 600; */
    /* background-color: #FFF; */
    margin-right: 0px;
    /* margin-left: 0px; */
    background-image: url(../../img/circle.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 20px 20px;
    margin-left: 10px;
    padding: 1rem 1.5rem 1rem;
    padding-left: 20px;
    padding-top: 60px;
    text-align: left;
    width: 250px;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}



}
.tip-head {
	font-size: 14px;
	color: #2b2b2b;
	padding-top: 15px;
	padding-left: 30px;
	position: absolute;
	left: 25px;
	z-index: 10;
	text-align: center;
	padding-right: 30px;
	background-color: #fff;
	top: 470px;
	padding-bottom: 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: normal;
	text-transform: uppercase;
}


.animated { 
    -webkit-animation-duration: 0.2s; 
    animation-duration: 0.2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 

.fadeInLeft { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}