#page-top {
    margin-top: 40px;
}


/*
 * BLOCKS IN PAGE TOP LEFT AND RIGHT
 */
.region-page-top-left .block,
.region-page-top-right .block:not(:last-child) {
    margin-bottom: 20px;
}


/*
 * BOX NEWS
 */
#page-top .box-news .caption {
    padding: 8px;
}

#page-top .box-news .caption.home-page {
    display: none;
}

@media only screen and (max-width: 767px) {
    #page-top .top-news {
        margin-bottom: 20px;
    }

    #page-top .region-page-top-right .list-group {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #page-top .top-news {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    #page-top .box-news {
        margin-bottom: 0;
    }

    #page-top .box-news img {
        height: 287px;
        max-height: none;
    }
}


/*
 * QUICK AND SERVICE MENU
 */
#page-top .list-group {
    margin: 0;
}

#page-top .list-group .list-group-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

#page-top .list-group .list-group-item:focus {
    outline: none !important;
}

#page-top .collapse-quick:after {
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    content: "\2212";
    float: right;
    color: grey;
    margin-top: 10px;
}

#page-top .collapse-quick.collapsed:after {
    content: "\002b";
}


/*
 * HOME PAGE CONTENT
 */
.front article {
    margin-top: 20px;
}


/*
 * PAGE CONTENT
 */
.region-content .field-name-target-image,
.region-content .field-name-immagine-target {
    margin-bottom: 20px;
}


/*
 * F.A.Q.
 */
.faq-questions {
    margin-top: 30px;
}

.faq-questions .panel-default {
    border-radius: 0;
    margin-bottom: 10px;
}

.faq-questions .panel-heading {
    padding: 0;
}

.faq-questions .panel-heading a {
    color: #555;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
}

.faq-questions .panel-heading:hover a,
.faq-questions .panel-heading:active a,
.faq-questions .panel-heading:focus a {
    color: #212121;
}