﻿.bg-1 {
background-image: url("../img/pattern.gif");background-repeat: repeat;}

.bg-2 {
    background: #2D2627;
}


    .gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
	.gal img{ width: 100%; padding: 0px 0px;}
@media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}
	
.hide0 {
display:none;
}
.hide1 {
display:visibility;
}

    .gal2 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 2;
	}	
	.gal img{ width: 100%; padding: 0px 0px;}
@media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}
	
.hide0 {
display:none;
}
.hide1 {
display:visibility;
}




/* =======  usato  ======= */


/* =======  Services 3 style  ======= */
.services3 {
    position: relative;
    overflow: hidden;
}
.services3 .section-title {
  float: left;
  margin-bottom: 30px;
}
.services3-content .services3-img {
  position: relative;
}
.services3-content .services3-img img {
  min-width: 100%;
}
.services3-content .services3-text {
  padding: 95px 30px 50px 45px;
  background: #303030;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.services3-content .services3-text h5 {
    color: #fff;
    font-size: 30px;
}
.services3-content .services3-text p {
  color: #fff;
}




/* ======= Services style ======= */
.services {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}
.services .item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services .item .item-wrap {
  position: relative;
  display: block;
  z-index: 1;
}
.services .item .item-wrap .img {
  position: relative;
  display: block;
     overflow: hidden;
  z-index: 1;
}
.services .item .item-wrap .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.services .item .item-wrap .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.services .item:hover .item-wrap .img img {
    transform: scale(1.05);
}
.services .item .item-wrap .con {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.services .item .item-wrap .con .title-box {
  position: relative;
  display: block;
}
.services .item .item-wrap .con .title-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #C0A05E;
    margin-bottom: 0;
}
.services .item .item-wrap .con .title-box h3 a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services .item .item-wrap .con .title-box h3 a:hover {
  color: #fff;
}
.services .item .arrow {
  position: relative;
  display: block;
  top: 0px;
  transform: translateY(-66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}
.services .item:hover .arrow {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}
.services .item .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #991B1F;
    background: #991B1F;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services .item .arrow a:hover {
  border: 1px solid #fff;
  color: #1b1b1b;
 background: #fff;
}
.services .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.services .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}




