﻿@charset "UTF-8";
.verde {
  background-image: url("../img/pattern20.jpg");
  background-repeat: repeat;
}

ol li {
list-style-image: url(../img/pallina.png);
} 
b {
    font-weight: 700;
}














    .gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}

/* ======= About style ======= */
.about2 {
    padding-bottom: 90px;

}
.about2 .about-img img:hover {
    transform: scale(0.95);
}
.about2 .about-img {
    position: relative;
}
.about2 .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.about2 .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #299ED9;
}
.about2 .about-img .img img {
    position: relative;
    z-index: 2;
    background: #000;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #FDD178;
}

/* testo centrato */
.about2 .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.about2 .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 42px;
    color: #162569;
    font-weight: 400;
    line-height: 1.5em;
}
/* ======= blog style ======= */
.blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .item:hover .con {
    bottom: 0;
}
.blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.blog .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #344831;
    border: 1px solid #344831;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.blog .item .date span {
    font-family: 'Syne', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.blog .item .date i {
    font-family: 'Syne', sans-serif;
    display: block;
    font-size: 27px;
    font-style: normal;
    color: #fff;
}
.blog .item .con {
    margin: -150px 20px 90px;
    padding: 30px 20px;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}
.blog .item .con .category {
    font-family: 'Syne', sans-serif;
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    letter-spacing: 3px;
}
.blog .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #344831;
}
.blog .item .con .category a:hover {
    color: #000;
}
.blog .item .con .category a:last-child {
    margin-right: 0;
}
.blog .item .con .category a:last-child:after {
    display: none;
}
.blog .item .con h5,
.blog .item .con h5 a {
.section-title {
    font-size: 38px;
    font-family: 'Syne', sans-serif;
    color: #0C2636;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
}
.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
    color: #299ED9;
}
.blog .item .con p {
    color: #fff;
    font-size: 15px;
}
.blog .item .con i {
    color: #fff;
    font-size: 20px;
}





