@charset "utf-8";
/* CSS Document */


/* ---- mgrid ---- */

.mgrid {
    width: 100%;
    clear: both;
    position: relative;
}
/* clearfix */
.mgrid:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- mgrid-item ---- */


.mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
    width: 32%;
    padding: 0px;
    margin: 0px 15px 15px 0px
}
.mgrid-item a {
    outline: none
}
.mgrid-item.box .btn {
    background: rgba(178, 179, 181, 0.2);
    color: #666;
    font-size: 14px;
    margin: 0px 4px;
    text-shadow: 0 1px 0 white;
    text-align: center;
}
.mgrid-item.box .btn:hover {
    background: rgba(178, 179, 181, 0.4);
    text-shadow: none;
    color: #333
}
.mgrid-item {
}
.mgrid-item, .tabelle_carrello .mgrid-item:hover {
}
article .mgrid-item h2 {
    font-size: 27px;
    color: #ffc800;
    margin: 5px 0px 5px 0px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.mgrid-item.box h4 {
    margin: 3px 0px 10px 0px;
    font-size: 13px;
    font-weight: 500;
}
article .mgrid-item ul {
    text-align: center;
    padding: 15px 0px 10px 0px;
}
article .mgrid-item ul li {
    margin-bottom: 10px;
}
article .mgrid-item ul li svg {
    color: #ffc800;
    font-size: 20px;
    margin-right: 8px;
}
.mgrid-item .testo {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 0px 20px;
    overflow: hidden;
    margin-bottom: 0px;
    border-left: 1px dotted #c4c4c4;
    border-right: 1px dotted #c4c4c4;
}
.mgrid-item .btns {
    border-left: 1px dotted #c4c4c4;
    border-right: 1px dotted #c4c4c4;
    border-bottom: 1px dotted #c4c4c4;
    padding: 0px 20px 20px 20px;
    width: 100%;
    display: inline-block;
    text-align: center
}
.docs .mgrid-item .testo {
    padding: 20px;
    margin-bottom: 0px;
    text-align: center;
    height: auto
}
.content .mgrid-item p.veditutto.download {
    text-decoration: none;
}
.content .mgrid-item p.veditutto.download a {
    color: #ff2c2c;
    font-weight: 600
}
.content .mgrid-item p.veditutto.download a:hover {
    text-decoration: none;
    color: red
}
.content .mgrid-item p.veditutto.download svg {
    font-size: 17px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}
.docs .mgrid-item p, .docs .mgrid-item h2, .docs .mgrid-item h4 {
    margin-bottom: 0px;
    text-align: center;
}
.docs .mgrid-item h2 {
    padding-bottom: 5px
}
.docs .mgrid-item h4 {
    padding-bottom: 10px
}
.content .mgrid-item p.veditutto {
    clear: both;
    position: relative;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    text-align: center;
}
.content .mgrid-item p.leggidipiu a {
}
.mgrid-item .box_img {
    width: 100%;
    position: relative;
    height: auto;
    float: right;
    clear: inherit;
    padding: 0px;
    margin-bottom: 0px;
}
.mgrid-item .testo p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #7f7f7f;
    line-height: 23px;
}
.mgrid-item .testo p a {
    text-decoration: underline;
}
.mgrid-item h3 {
    font-size: 22px;
    font-weight: 500;
    color: #ffc800;
    text-align: center;
    margin: 20px 0px;
}
.mgrid-item:hover {
}

@media (max-width:1034px) {
.mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
    width: 30%;
}
.mgrid-item .testo p {
    font-size: 14px;
    line-height: 18px;
}
}

@media screen and (max-width:875px) {
.mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
    width: 46%;
}
}

@media screen and (max-width:670px) {
.mgrid-sizer, .mgrid-item {
    width: 100%;
}
}

@media screen and (max-width:500px) {
}
