﻿@charset "UTF-8";

.bgs1{
 background-image: url("../img/Group.png");background-repeat: repeat;
}

.bgs2{
background-image: url("../images/fiore3.png"); 
background-repeat: no-repeat;
background-position: left top;
}

.bg3{
background-image: url("../images/3.jpg"); 
background-repeat: no-repeat;
background-size: cover;

}
/********************************************************
    SOCIAL
********************************************************/

.social2 {
    margin-bottom: 15px;
}
.social2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #344831;
    color: #344831;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
.social2 a:hover {
    border: 1px solid #344831;
    background: #344831;
    color: #fff;
}

