#introduction_maps, .introduction, img#maps_img, .map>a, map, .maps, .utility,
    .bottom_link, .p_link, .print, .share, .preventivo{
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
}

#introduction_maps {
    margin-top: 2rem;
    height: 100%;
    width: 100%;
    overflow: auto;
}

img#maps_img, .map>a, map {
    height: 9rem;
    width: 100%;
}

.maps, .utility, .introduction {
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    height: 11.316rem;
    float: left;
    margin-left: 1rem;
}

.introduction {
    box-shadow: none;
    width: 25.632rem;
    font-size: 0.69rem;
    font-weight: 400;
    height: 100%;
}

.introduction>* {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.maps {
    width: 14.948rem;
}

.maps .under {
    margin-left: 0.5rem;
    font-weight: 800;
}

.utility{
    width: 9.106rem;
}

.bottom_link, .p_link{
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1rem;
}

.p_link {
    color: #ffffff;
}

.share .bottom_link .p_link{
    padding: 0.6rem;
}

.budget .bottom_link .p_link{
    color: #363c48;
}


.share, .budget {
    background-color: #363c48;
    height: 2.4213rem;
    width: 7rem;
    margin-left: 1rem;
    margin-top: 1rem;
    text-align: center;
    border-radius: 0.5rem;
}

.print {
    background-color: #363c48;
    /*height: 2.4213rem;*/
    width: 7rem;
    margin-left: 1rem;
    margin-top: 0.2rem;
    text-align: center;
    border-radius: 0.5rem;
}

.budget {
    background-color: #83ff25;
}

p.p_link {
    padding: 0.2rem;
}

.programma_sidebar_info.social-blue {
    margin-top: 1.2rem;
    margin-left: 0.4rem;
}

@media only screen and (max-width: 1019px) and (min-width: 0px) {
    div#introduction_maps {
        display: none;
    }
}

.utility>.item>.floating-image img {
    width: 100px;
    min-height: 100%;
}

.utility>.item>.floating-image{
    text-align: center;
}

.utility>.item> span{
    font-size: 0.6rem;
}
.utility>.item> span a {
    color: rgb(54, 60, 72);
}

.utility>.item{
    text-align:center;
    margin-top:0.4rem;
}