.section {
	padding: 50px 0;
}
.section-primary{
    background-color: #f1f7f1;
}
h2.title{
    text-align: center;
    font-weight: bold;
}
h2.map-title{
    background-color: #1a86f1;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 15px 40px;
    border-radius: 25px;
}
img.floormap{
    width: 100%;
    max-width: 1200px;
}
.floormap-container {
    position: relative;
    display: inline-block;
}
.pout{
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
}
@media (max-width: 767px) {
    .pout {
        display: block;
    }
}

