.mainBoxThirdLevel {
    position: relative;
    width: 220px;
    margin: 0 0 0 auto!important;
}

.containerThirdLevel {
    border-radius: 5px;
    width: 200px;
    height: auto;
    margin-left: 20px;
    background: white;
    -webkit-box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.15), 0 2px 3px 0 rgba(30, 30, 30, 0.15);
    -moz-box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.15), 0 2px 3px 0 rgba(30, 30, 30, 0.15);
    box-shadow: 0 2px 8px 0 rgba(30, 30, 30, 0.15), 0 2px 3px 0 rgba(30, 30, 30, 0.15);
}

.head.slider.visoreDimSubHome {
    max-width: 1120px;
    max-height: 480px;
}

.head.slider.visoreDimHome {
    max-width: 1400px;
    max-height: 600px;
}

.ulThirdLevel {
    padding: 15px;
    border-bottom: 1px solid #d3d3d3;
}

.liThirdLevel {
    padding: 10px;
}

.liThirdLevel a:hover {
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.firstLiThirdLevel a:hover {
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

/*.marginThirdLevel {
    margin: 0px 0px 0px auto!important;
}*/