@font-face {
    font-family: 'rockwell';
    src: url('fonts/rockwell.eot');
    src: url('fonts/rockwell.eot?#iefix') format('embedded-opentype'),
         url('fonts/rockwell.woff') format('woff'),
         url('fonts/rockwell.ttf') format('truetype'),
         url('fonts/rockwell.svg#matchbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4{
	font-family: 'rockwell', Arial, Helvetica, sans-serif;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.left{
	float: left;
}
.clear{
	clear: both;
}
.logo{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
a img{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
a img:hover{
	opacity: 0.8;
}

.block{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.btn{
	margin-bottom: 10px;
}
.block ul li{
	float: left;
width: 23%;
margin: 0px 5.15% 2%;
padding-bottom: 10px;
position: relative;
border: 1px solid #c5c5c5;
box-shadow: 2px 2px 2px #e6f0f8;
text-align:center;
}
.ringraziamenti{
	font-size: 12px;
}
@media (max-width: 600px) {
.block ul li{
        width: 48%;
        margin: 1%;
        float: left;
    }
    .block li img{
    	width: 100%;
    }
    .block{
		margin-bottom: 10px;
	}
}