﻿@charset "UTF-8";
.bg {
  background-image: url("../img/pattern.png");
  background-repeat: repeat;
}

.blu {
background: #002C8F;
}

.kand2{width: 84px; height: 15px; background: url(../img/heading.png); margin-left: auto; margin-right: auto; margin-bottom: 20px;}


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;
	}
	}


/* ======= 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: #C1A78C;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
}
.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
    color: #344831;
}
.blog .item .con p {
    color: #fff;
    font-size: 15px;
}
.blog .item .con i {
    color: #fff;
    font-size: 20px;
}
