.c-layout-page {
	background-image: url(/wp-content/themes/cava/images/sfondo.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 700px;
}
.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.c-layout-revo-slider {
	margin-top: 51px;
}
h3:before {
	content: '';
	width: 35px;
	top: 50%;
	margin-top: -1px;
	background: #000000;
	position: absolute;
	height: 2px;
	display:  none;
}
.titolo_centrale {
    display: table;
    white-space: nowrap;
}
.titolo_centrale:before, .titolo_centrale:after {
      border-top: 3px solid #ababab;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 45%;
	  background-color: transparent;
    }
.titolo_centrale:before { right: 1.5%; }
.titolo_centrale:after { left: 1.5%; }
.cont_box_home {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box_home1 {
	background-image: url(/wp-content/themes/cava/images/box1.jpg);
}
.box_home2 {
	background-image: url(/wp-content/themes/cava/images/box2.jpg);
}
.box_home3 {
	background-image: url(/wp-content/themes/cava/images/box3.jpg);
}
.cont_box_home .riquadro {
	
	background-image: url(/wp-content/themes/cava/images/sf_box_home.png);
	background-position: top left;
	background-repeat: repeat;
	width: 60%;
	height: 80px;
	position: relative;
	left: 20%;
	top: 50%;
  transform: translateY(-50%);
}
.cont_box_home .riquadro p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
.cont_box_home:hover .riquadro {
	
	background-image: none;
	background-color: #f28006;
}
.margin_interna {
	margin-top: 80px;
}
#qualita {
	background-image: url(/wp-content/themes/cava/images/qualita.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	right: 10%;
	top: 260px;
	z-index: 99;
	width: 356px;
	height: 61px;
}
.box_prodotto {
 -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
	padding:  20px;
	margin-top:  10px;
	margin-bottom: 10px;

}
.ombra {
 -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
	padding:  20px;
	margin-top:  10px;
	margin-bottom: 10px;

}


.larghezza32 {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.larghezza32ultimo {
	width: 32%;
	float: left;
}
@media (min-width: 481px) {
	.rev_slider {
	height: 650px !important;
	max-height: 650px !important;
}
.forcefullwidth_wrapper_tp_banner {
	height: 650px !important;
}

}
@media (max-width: 480px) {
  .forcefullwidth_wrapper_tp_banner {
	height: auto !important;

}
}