.mod_main_homepage_q {
    width: 1024px;
    margin: auto;
}
.mod_main_homepage_box {
    width: 332px;
    height: 332px;
    float: left;
    position: relative;
    cursor: pointer;
    letter-spacing: 3px;
}
.mod_main_homepage_box img {
    width: 100%;
    height: 100%;
}
.mod_main_homepage_boxtext {
    position: absolute;
    color: #ffffff;
    width: 232px;
    margin-left: 50px;
    bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
/*cucito orrizzontale*/
.mod_main_homepage_box_vx_cnt {
    width: 14px;
    height: 332px;
    float: left;
    position: relative;
}
.mod_main_homepage_box_vx {
    position: absolute;
    left: -7px;
    width: 28px;
    height: 4px;
    z-index: 10;
    background-image: url(../../../../../images/template/hp/vx.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mod_main_homepage_box_vx1 {
    top: 79px;
}
.mod_main_homepage_box_vx2 {
    bottom: 79px;
}
/*cucito veriticale*/
.mod_main_homepage_box_vy_cnt {
    width: 332px;
    height: 14px;
    float: left;
    position: relative;
}
.mod_main_homepage_qh .mod_main_homepage_box_vx_cnt {
    height: 14px;
}
.mod_main_homepage_box_vy {
    position: absolute;
    top: -7px;
    width: 4px;
    height: 28px;
    z-index: 10;
    background-image: url(../../../../../images/template/hp/vy.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mod_main_homepage_box_vy1 {
    left: 82px;
}
.mod_main_homepage_box_vy2 {
    right: 82px;
}

/*variazioni*/
.mod_main_homepage_box5txt {
    color:#625647 !important;
}