/** ----------  infoLinkMobile  ---------- **/

#closeInfoBtn, div.infolinkwindow {
display: none;
}

#closeInfoBtn {
width: 60px;
height: 60px;
position: fixed;
left: 5px;
bottom: 5px;
border-radius: 50%;
box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
z-index: 10;
cursor: pointer;
background-color: #AC3B4F;
background-repeat: no-repeat;
background-position: center center;
}

.infolinkwindow-mobile {
border-top: 10px solid  #8A8DA1;
padding: 0 10px 100px 10px;
}