﻿@charset "UTF-8";
.bg_color1{
    background-color: #C0CFE3;
}
.bg_color2{
    background-color: #FFFFFF;
}
.bg2 {
  background-image: url("../img/bg2.png");
  background-repeat: no-repeat;
  background-position: right center; /* destra e centrato verticalmente */}


.hide0 {
display:none;
}
.hide1 {
display:visibility;
}

    .gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
	.gal img{ width: 100%; padding: 10px 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 #C0CFE3;
}
.about2 .about-img .img img {
    position: relative;
    z-index: 2;
    background: #ff0000;
}
.about-img-2 {
    position: relative;
}

/* ======= Footer style ======= 
.main-footer {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer.dark {
      background: #060606; 
    color: #fff;
}
.main-footer .abot p {
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #FDD178;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #FDD178;
    background: transparent;
    color: #FDD178;
}
*/
