.news {
    float: left;
    padding: 50px 0 80px;
    width: 100%;
}

.search-box {
    float: right;
    padding-left: 25px;
    width: 35%;
}

.search-box input {
    background-image: url("../img/search-icon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 40px;
    width: 100%;
}

.news h1 {
    border-bottom: 1px solid;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.articolo {
    float: left;
    margin-bottom: 50px;
    padding: 0 25px 0;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.dettaglio .articolo,
.dettaglio-evento .articolo {
    margin-bottom: 0px;
    padding: 0;
}

.news-text {
    border-bottom: 1px dotted #ccc;
    float: left;
    width: 100%;
    padding: 0 0 25px;
}

.news-text ul {
    float: left;
    width: 100%;
    padding-left: 20px;
}

.news-text li {
    color: #667991;
    display: list-item;
    font-size: 18px;
    list-style-type: disc;
}

.news-text li * {
    font-family: "Titillium Web", sans-serif !important;
}

.news-text a{
    color:#F49228;
}

.dettaglio .news-text,
.dettaglio-evento .news-text {
    border-bottom: none;
    padding: 0;
}

.articolo time {
    color: #f49228;
    display: block;
    font-size: 0.9em;
}

.articolo h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: justify;
}

.articolo p {
    color: #667991;
    font-size: 18px;
    line-height: 22px;
    text-align: justify
}

.dettaglio .articolo p img {
    float: right;
    margin: 0 0 0 30px;
    width: 50%;
}

.pagination {
    float: left;
    width: 100%;
}

.pagination ul.paginazione {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}

.pagination ul.paginazione li {
    padding: 0 0 10px !important;
    width: auto;
    float: left
}

.pagination ul.paginazione li a {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    width: 30px;
    display: block
}

.pagination ul.paginazione li a:hover, .pagination ul.paginazione li a.selected {
    color: #F49228;
}

p.autore {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #F49228;
    font-weight: 600
}

/****** gallery eventi ******/
.gallery-evento {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.gallery > li {
    display: table;
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 10px;
    width: 16.66%;
}

.gallery a {
    border: 1px solid #ccc;
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.gallery > li a img {
    display: table-cell;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

.video-evento-cont {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.video-evento {
    width: 50%;
    float: left;
}

/****** salvattore classes ******/
@media screen and (max-width: 768px) {
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }

    .articolo {
        padding: 0;
    }

    .news {
        padding: 0 0 40px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 993px) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

/* Again, you’re free to use and define the classes: */
.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

@media screen and (max-width: 992px) {
    .search-box {
        width: 50%;
    }

}

@media screen and (max-width: 768px) {
    .gallery > li {
        width: 20%;
    }

    .video-evento {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .search-box {
        width: 100%;
        padding: 15px 0;
    }

    .dettaglio .articolo p img {
        margin: 0 0 30px;
        width: 100%;
    }

    .gallery > li {
        width: 25%;
    }

    .gallery > li a img {
        width: auto;
        max-width: 100%
    }
}

@media screen and (max-width: 480px) {
    .gallery > li {
        width: 33.3%;
    }
}

@media screen and (max-width: 380px) {
    .gallery > li {
        width: 50%;
    }
}