
.map {
    height: 300px;
}

blockquote {
    border-left: 5px solid #2B4019;
}

.cll {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.goodgreen {
    background-color: #2B4019;
}

.goodgreen-text {
    background-color: #2B4019;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.33333%;
}

.size-1of4 {
    width: 25%;
}

.size-1of5 {
    width: 20%;
}

.column {
    float: left;
}

.gridcol {
    width: 100%;
}
#servizigrid {
    margin-top: 11px;
}

#servizigrid > div.col > div.card-panel.white {
    background-color: rgba(255, 255, 255, 0.8) !important;
    height: 90%;
}

.circle {
    text-align: center;
}

@media (max-width: 590px) {
    .cll {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.slider .indicators {
    width: 50%;
    position: relative;
    margin: auto;
}

#galleria {
    height: 585px;
}

@media (max-width: 1000px) {
    .slider .indicators {
        width: 90%;
    }
}

.indicator-item {
    margin-top: 20px !important;
}

.slider {
    text-align: center;
}

.galleriai {
    padding: 0;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 250px;
    width: 100%
}

.materialboxed.active {
    display: block !important;
}

.slider .indicators .indicator-item.active {
    background-color: #2B4019;
}

@media (max-width: 370px) {

    .textspecial {
        font-size: 2rem!important;
    }

}