@CHARSET "UTF-8";

#floor-plan-modal .modal-dialog{
	position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

#floor-plan-modal .modal-content {	
	height: auto;
    min-height: 100%; 
    
    background: none; 
            
    border: none;    
    border-radius: 0;
    
    -webkit-box-shadow: none;
    box-shadow: none;
    
}


#floor-plan-modal .modal-body{
	position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: auto;
}


#floor-plan-modal .modal-dialog .close{
	display: block;
	position: absolute;
	z-index: 2;	
	right: 20px;
	top: 10px;
	font-size: 40px;
	color: #331f09;
	opacity: 1; 
}


.floor-plan{		
	position: absolute;
	z-index: 1; 
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;	
}

.floor-plan>img{	
	width: 100%;
	height: 100%;	 
}

.floor-plan>a{
	display: block;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: #A50D1D;
}


.floor-plan-tip-wrapper{
	width: 200px;
}

.floor-plan-tip-wrapper img{
	max-width: 100%;
}

.floor-plan-tip-title{
	text-align: center;
	background: #57200e;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	padding: 5px;
	border-radius: 5px 5px 0px 0px;
}