@media (min-width: 768px) and (max-width: 979px) {
    .footer_map {
        width: 55%;
        height: 500px;
    }

    nav,
    .container {
        width: 748px;
        margin: auto;
    }

    .image_container {
        position: absolute;
        width: 748px;
        height: 393px;
        margin: auto;
        background-position: center;
        background-size: cover;
    }

    #image_section_top {
        width: 100%;
        height: 293px;
    }

    #image_section_bottom {
        width: 100%;
        height: 100px;
        background-color: #ffffff;
    }

    .column_1 {
        width: 50%;
    }

    .column_2 {
        width: 50%;
    }

    .article_title {
        padding: 0 0 25px 25px;
    }

    .article_right {
        padding-left: 25px;
    }

    .article_left {
        padding-right: 25px;
    }

    .servizi_titolo_3 {
        height: 210px;
    }

    .header_logo {
        width: 100%;
        height: 118px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

}

@media (min-width: 980px) {
    .footer_map {
        width: 55%;
        height: 450px;
    }

    nav,
    .container{
        width: 940px;
        margin: auto;
    }

    .image_container {
        position: absolute;
        width: 940px;
        height: 494px;
        margin: auto;
        background-image: url('../img/home_1.jpg');
        background-position: center;
        background-size: cover;
    }

    #image_section_top {
        width: 100%;
        height: 354px;
    }

    #image_section_bottom {
        width: 100%;
        height: 140px;
        background-color: #ffffff;
    }

    .column_1 {
        width: 35%;
    }

    .column_2 {
        width: 65%;
    }

    .article_title {
        padding: 0 0 25px 50px;
    }

    .article_right {
        padding-left: 50px;
    }

    .article_left {
        padding-right: 50px;
    }

    .servizi_titolo_3 {
        height: 180px;
    }

    .header_logo {
        width: 100%;
        height: 118px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

}


/* -- [ NAVBAR ] --*/

nav {
    height: 88px;

    display: flex;
    display: -webkit-flex;
}

.navbar_order {
    position: fixed;
    z-index: 1000;
    top: 0;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}

.stripe {
    width: 0px;
    height: 100%;
    border-left: 1px solid #1a1a1a;
}

.logo_section_order {
    margin-top: 88px;
}

.nav_logo {
    width: 100%;
    height: 100%;

    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;
}

.nav_logo_img {
    width: 55%;
    padding-bottom: 42.6%;

    background-image: url(../img/logo_1.png);
    background-position: center;
    background-size: cover;
}

.nav_button_selected {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #31353d;
    font-size: 14px;
    font-weight: 600;

    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;

    transition: 0.2s;
    cursor: pointer;
}

.nav_button {
    width: 100%;
    height: 100%;
    background-color: #31353d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;

    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;

    transition: 0.2s;
    cursor: pointer;
}

.nav_button:hover {
    background-color: #ffffff;
    color: #31353d;
}

/* -- [ LOGO SECTION ] --*/

.logo_section {
    width: 100%;
    padding: 60px 0 50px 0;

    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#logo {
    display: none
}

.ragione_sociale_top {
    font-size: 40px;
    font-weight: 300;
    color: #333333;
    margin-left: 25px;

    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;

    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.article_title_white {
    color: #ffffff;
}

.article_title_grey {
    color: #ffffff;
    font-size: 20px;
}

#info {
    margin: 0 25px 0 25px;

    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;

    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.info_container {
    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;
}

#phone_icon {
    height: 35px;
    width: 35px;
    margin: 5px 10px 0 0;
    background-image: url('../img/phone_icon.png');
    background-position: center;
    background-size: cover;
}

#smartphone_icon {
    height: 35px;
    width: 35px;
    margin: 5px 10px 0 0;
    background-image: url('../img/smartphone_icon.png');
    background-position: center;
    background-size: cover;
}

.info_text {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}

.info_text_black {
    font-size: 15px;
    color: #31353d;
}

/* -- [ IMAGE SECTION ] --*/

/* -- [ CHI SONO SECTION ] --*/

.section {
    padding: 80px 25px 80px 25px;

    display: flex;
    display: -webkit-flex;
}

.section_ {
    padding: 80px 25px 80px 25px;

    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
}

.article_title {
    font-size: 30px;
    font-weight: 300;
    color: #31353d;
}

.article_title_yellow {
    color: #65a645;
}

.article_right,.article_left {
    text-align: justify;
    color: #666;
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
}

.img_1 {
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
}

/* -- [ SERVIZI OFFERTI ] --*/

.servizi {
    width: 100%;

    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.servizi_container_3 {
    width: 31%;
}

.servizi_container_2 {
    width: 48.25%;
}

.servizi_titolo_3 {
    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;
}


.numero {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #65a645;
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;

    display: flex;
    display: -webkit-flex;

    justify-content: center;
    -webkit-justify-content: center;

    align-items: center;
    -webkit-align-items: center;
}

.article_title_servizi {
    padding: 25px 0 25px 0;
    font-size: 30px;
}

.article_title_yellow_servizi {
    font-size: 25px;
    color: #65a645;
}

.article_servizi {
    text-align: justify;
    color: #bababa;
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
}

.readmore {
    margin-top: 25px;
}

.button,
input[type=submit] {
    Padding: 10px 25px 10px 25px;
    background-color: #333333;
    color: #ffffff;
    display: inline;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #333333;
    cursor: pointer;
    transition: 0.1s;
}

.button:hover,
input[type=submit]:hover {
    background-color: #ffffff;
    color: #333333;
}

/* -- [ GALLERY ] --*/

.my-gallery {
    width: 100%;
    height: auto;
}

.my-gallery img {
    width: 100%;
    height: auto;
}

.my-gallery figure {
    width: 100%;
}

.my-gallery figcaption {
    display: none;
}

.gallery_row {
    width: 100%;

    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.gallery_1_column {
    width: 34%;

    display: flex;
    display: -webkit-flex;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    align-content: space-between;
    -webkit-align-content: space-between;
}

.gallery_0_column {
    width: 31%;
}

.gallery_2_column {
    margin-top: 5px;
    width: 49.7%;
}

/* -- [ CONTACT ] --*/

.contact_form {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.title_bar_title {
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #31353d;
}

.contact_form_row {
    width: 100%;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    margin: 0;

    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}

input[type=text],
textarea {
    width: 100%;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

#customer_name,
#customer_email {
    width: 49%;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

/* -- [ FOOTER ] --*/

.footer_section {
    width: 100%;
    padding: 80px 25px 80px 25px;
    box-sizing: border-box;

    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;

    align-items: center;
    -webkit-align-items: center;
}

.footer_info {
    width: 40%;
}

.ragione_sociale {
    font-size: 24px;
    font-weight: 300;
    color: #9fa6ae;
    border-bottom: 1px solid #545860;
    padding-bottom: 5px;
}

.space_15 {
    padding-bottom: 15px;
}
.space_5 {
    padding-bottom: 5px;
}

.space_15_hr {
    margin: 15px 0 15px 0;
    border-bottom: 1px solid #545860;
}

.info_cliente {
    font-size: 16px;
    font-weight: 300;
    color: #9fa6ae;
}

#googlemaps {
    height: 100%;
    width: 100%;
    background-color: #5a606e;
}

.copyright_section {
    width: 100%;
    padding: 28px 25px 27px 25px;
    box-sizing: border-box;

    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;

    align-items: center;
    -webkit-align-items: center;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
    color: #9fa6ae;
}

.copyright_link {
    display: flex;
    display: -webkit-flex;
}

.circle {
    margin: 0 5px 0 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #5e626a;
}

.circle:hover {
    background-color: #65a645;
}

#linkedin_link {
    height: 100%;
    width: 100%;
    background-image: url('../img/linkedin.png');
    background-position: center;
    background-size: cover;
}

#facebook_link {
    height: 100%;
    width: 100%;
    background-image: url('../img/facebook.png');
    background-position: center;
    background-size: cover;
}

.gm-style-cc {
    display: none;
}

/* -- [ ATTIVITA ] -- */

.attivita_title {
    padding: 0 0 15px 0;
    font-size: 30px;
}

.attivita_title_yellow {
    color: #65a645;
}

.accaerre {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;

}

.attivita {
    width: 100%;

    display: flex;
    display: -webkit-flex;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    align-items: center;
    -webkit-align-items: center;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.attivita_item {
    width: 48%;
    margin-bottom: 5px;

    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
}

.attivita_item_container {
    margin: 10px 0 10px 0;

    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;
}

.attivita_arrow {
    height: 25px;
    width: 35px;
    flex: 0 0 34px;
    background-image: url('../img/arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.attivita_text {
    width: 100%;
    background-color: #e6e6e6;
    padding: 10px 25px 10px 25px;
    box-sizing: border-box;
}

.attivita_text:hover {
    background-color: #c5e0bd;
    color: #ffffff;
}
