.siteplan{
	position:relative;
	width: 100%;
	margin-top:57%;
	margin-bottom:12%;
	}
.siteplan.adj1{
	width: 100%;
	margin-top:25px;
	margin-bottom:96%;
	}
.clickTxt{
	position:relative;
	display:none;
	text-transform:uppercase;
	color:#000;
	font-size:12px;
	line-height:1em;
	top: 16px;
	right: 186px;
	font-family: 'MacklinSans-Medium';
	}
.amenMarker {
    position: absolute;
	display:none;
    text-align: center;
    cursor: pointer;
    width: 17%;
	height: 22.4%;
    overflow: hidden;
    /*background-color: rgba(255, 0, 0, 0.5);*/
	}	
.amenMarker.mark1 {
    top: 49.8%;
	left: 9.3%;
	}
.amenMarker.mark2 {
    top: 49.8%;
	left: 28%;
	}
.amenMarker.mark3 {
    top: 49.8%;
	left: 44.7%;
	}
.amenMarker.mark4 {
    top: 0%;
	left: 12%;
	width: 25%;
	}
.ringAni {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 26%;
    transform: translateX(-50%) translateY(-50%);
	}
.ringAni.pos1{
	top: 43px;
	left: 152px;
	}
.ringAni::before {
    content: "";
    position: relative;
    display: block;
    width: 3000%;
    height: 3000%;
    box-sizing: border-box;
    margin-left: -1500%;
    margin-top: -1500%;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-animation: pulse-ring 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	}
.amenMarkI {
    position: absolute;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 18%;
    left: -2%;
    width: 14%;
	}
.amenMarkIb{
	position: absolute;
	left: 34px;
	top: -1px;
	width: 25px;
	}
@keyframes pulse-ring {
  0% {
    transform: scale(.1);
  }
  40%, 100% {
    opacity: 0;
  }
}
.amenityCollage{
	position:absolute;
	display:inline-block;
	}
.amenityCollage.adj1{
	top: -68%;
	left:0px;
	width: 86%;
	}
.amenityCollage.adj2{
	left: 0px;
	width: 83%;
	top: 98%;
	}
.amenityCollage .link{
	position: absolute;
	display: inline-block;
	border: 2px solid #000;
	color: #000;
	font-family: 'MacklinSans-Medium';
	line-height: 1em;
	cursor:pointer;
	transition:all ease-in-out 300ms;
	}
.amenityCollage .link:hover{
	color: #cb2d8e;
	background-color:#000;
	}
.amenityCollage .link.Lnk1{
	height: 19.925%;
	width: 14.965%;
	left: 101.5%;
	top: 5.2%;
	padding: 8.8% 1% 1% 1%;
	}
.amenityCollage .link.Lnk2{
	height: 16.187%;
	width: 18.901%;
	left: 101.5%;
	top: 71.12%;
	padding: 11% 1.4% 1.4% 1.4%;
	}
@media(min-width:768px){
.siteplan{
	margin-top: 25%;
	width: 92%;
	}
.siteplan.adj1{
	width: 72%;
	left: 18%;
	margin-bottom:35%;
	}
.clickTxt{
	display:inline-block;
	}
.amenMarker {
	display:block;
	}
.amenityCollage.adj1{
	top: -30%;
	left:0px;
	width: 56%;
	}
.amenityCollage.adj2{
	left: -21%;
	width: 62%;
	top: 75%;
	}
}
@media(min-width:1084px){
.siteplan{
	margin-top:2.5%;
	margin-bottom:12%;
	}
.siteplan.adj1{
	margin-bottom:26%;
	}
.amenityCollage.adj1{
	top:0px;
	left: -120px;
	width: 44%;
	}
.amenityCollage.adj2{
	left: -36%;
	width: 56%;
	top: 56%;
	}	
}
@media(min-width:1300px){
.siteplan{
	width: 82.8%;
	left: 12%;
	}
.siteplan.adj1{
	width: 60%;
	left: 28%;
	margin-bottom:22%;
	}
.amenityCollage.adj1{
	left: -270px;
	width: 54%;
	}
.amenityCollage.adj2{
	left: -43%;
	width: 59%;
	top: 56%;
	}
}