﻿@charset "UTF-8";
.bg1{
    background-image: url("../img/bg-02.jpg"); background-size: cover;
    }
.bg2{
    background-color: #FCF8ED;
}






.color2{
    background-color: #F5E7D6;
}


    .gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
	.gal img{ width: 100%; padding: 0px 0;}
@media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }

.zoom {
    transition: transform 3s;
    width: 100%;
    height: auto;
    border-radius: 1%;
    overflow: hidden;
    margin: 0 auto;
}

    .zoom img {
        transition: transform 3s;
    }

        .zoom img:hover {
            -ms-transform: scale(1.5); /* IE 9 */
            -webkit-transform: scale(1.5); /* Safari 3-8 */
            transform: scale(1.5);
        }

/* ======= 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 #6A483C;
}
.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: #B19777;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #323232;
}

/* testo centrato */
.about2 .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.about2 .content .cont h4 {
font-size: 42px;
    font-family: "Arizonia", cursive;
    font-weight: 400;
    color: #6D4B40;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 5px;
}


/* ======= Footer style ======= */
.main-footer {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer.dark {
  background-color: #F2E6DD;
    color: #6D4B40;
}
.main-footer .abot p {
    font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #6D4B40;
}
.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 #6D4B40;
    color: #6D4B40;
    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 #000;
    background: transparent;
    color: #000;
}

/* ======= scan code ======= */
.scan-code {
    float: right;
    position: fixed;
    z-index: 10;
    top: auto;
    bottom: 140px;
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible;
    transition:all .5s ease-in-out;
    cursor:pointer;
    overflow: hidden;
}
.QR-code.active .qr-popup{
	z-index: 99;
	position: fixed;
	top: auto;
	bottom: 80px;
	right: 0;
	left: auto;
	transition:all .5s ease-in-out;
	opacity:1;
	visibility:visible;
}
.qr-popup{
	transition:all .5s ease-in-out;
    width: 200px;
	opacity:0;
	visibility:hidden;
	right:-200px;
	position: fixed;
	z-index: 99;
	top: auto;
	bottom: 80px;
}
.QR-code.active .scan-code{
	right:200px;
}

