.thistopnews .image {
    float: right;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: table-cell;
    background: #E1E1E2;
    transition: all .3s ease-in-out;
}
.thistopnews img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.thistopnews:hover .image {
    background: #19bfef;   
}
.thistopnews:hover img {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.thistopnews .col-sm-top-wrap {
    display: table-cell;
    text-align: right;
    padding: 0 24px;
}
.thistopnews:nth-child(odd) {
    clear: both;
}
.thistopnews:nth-child(even) .image{
    float: left;
}
.thistopnews:nth-child(even) .col-sm-top-wrap{
    text-align: left;
}
.fourcol {
    max-width: 600px;
}
.thisothernews {
    width: 50%;
}
h1, .aside:before,#formContatti legend span {
    font-size: 32px;
}
h2, .col-sm-evento a, .h8 {
    font-size: 24px;
}
h3, .titleev {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
table {
    font-size: 14px;
}
.titleev2, .leggiit a{
    font-size: 16px;
}
.extrafoot h2{
    font-size: 50px;
}
.product-one{
    width:50%;
}
.col-sm-top h2, .list-eventi h2{
    font-size: 20px;
}
.grid_3 {
        float: right;
        width: 45%;
    }

.evidenziato2 {
	margin: 60px 30px;
}
.formcol-dato .form-group{
    width: 33.33%;
    float: left;
}
.formcol-indirizzo .form-group, .formcoliva .form-group, .formcol-mail .form-group{
    width: 50%;
    float: left;
}
.thisevento{
    width: 50%;
}