﻿/* BOX OFFERTE X 6 */
#full-box-offerte-x-6 {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
.testo-box-offerte-x-6 h4 {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	color:#61702E;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	padding:0 2%;
	line-height:24px;
	font-size:1.84em; /* 24px */
	text-align:center;
}
.testo-box-offerte-x-6 h4:after {
	content:url("../images/baffo-nero-200.png");
    display: block;
    clear: both;
}
.testo-box-offerte-x-6 {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	margin-bottom:30px;
	padding:0;
}
.testo-box-offerte-x-6 p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	margin:0 2%;
	padding:0 2%;
	line-height:18px;
	text-align:center;
}
ul.wrapper-box-offerte-x-6 {
	display:inline-block;
	list-style-type:none;
	width:96%;
	min-height:120px;
	margin:0 2%;
	padding:0;
}
ul.wrapper-box-offerte-x-6 li {
	clear:none;
	float:left;
	margin-left:7%;
	margin-right:7%;
	margin-top:1.5%;
	margin-bottom:7%;
	width:86%;
	min-height:120px;
	position:relative;
}
ul.wrapper-box-offerte-x-6 li span {
	position:absolute;
	left:0;
	bottom:0;
	height:40px; /* no min-height se voglio centrare verticalmente l'elento in IE */
	width:100%;
	background-color:rgba(149, 172, 69, 0.7);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:1em; /* 13px */
	padding:3%;
	color:#EFEFEF;
	/* escludo il padding dalla percentuale del box */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/* escludo il padding dalla percentuale del box */
	/* centro gli elementi all'interno del box */
	display: -ms-flexbox; 
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	display:-webkit-flex; /* Safari 6.1+ */
	-webkit-flex-wrap:wrap;  /* Safari 6.1+ */
	-webkit-justify-content: center;  /* Safari 6.1+ */
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	/* centro gli elementi all'interno del box */	
/* effetto hoverdir */
}
ul.wrapper-box-offerte-x-6 li a {
	display: block;
	position: relative;
}
ul.wrapper-box-offerte-x-6 li a {
	overflow: hidden;
}
ul.wrapper-box-offerte-x-6 li a div {
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position:50% 45%;
	/* effetto hoverdir */
}
.sottotitolo-box-offerte-x-6 h5 {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	color:#61702E;
	margin-top:0;
	margin-bottom:6%;
	margin-left:1%;
	margin-right:1%;
	padding:0 2%;
	line-height:22px;
	font-size:1.38em; /* 18px */
	text-align:center;
}
.sottotitolo-box-offerte-x-6 a {
	color:#61702E;
	text-decoration:none;
}
.sottotitolo-box-offerte-x-6 a:hover {
	color:#666;
	text-decoration:none;
/* BOX OFFERTE X 6 */

/*  PULSANTI  */
}
#box-pulsante-catalogo {
	display:inline-block;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	/* centro gli elementi all'interno del box */
	display: -ms-flexbox; 
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	display:-webkit-flex; /* Safari 6.1+ */
	-webkit-flex-wrap:wrap;  /* Safari 6.1+ */
	-webkit-justify-content: center;  /* Safari 6.1+ */
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* centro gli elementi all'interno del box */
}
.box-pulsante-catalogo a {
	clear:both;
	float:left;
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size:0.92em; /* 13px */
	font-weight:400;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	line-height:36px;
	min-width:170px;
	height:36px;
	padding:2.5%;
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:rgba(149, 172, 69, 0.8);
	text-align:center;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
	text-transform:uppercase;
}
.box-pulsante-catalogo a:hover {
	color:#fff;
	text-decoration:none;
	background-color:rgba(51, 51, 51, 0.4);
/*  PULSANTI  */
}
/* Layout tablet portrait: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
/* BOX OFFERTE X 6 */
#full-box-offerte-x-6 {
	width:100%;
	min-height:240px;
	margin:0 auto;
	padding:0;
}
.testo-box-offerte-x-6 h4 {
	font-size:1.84em; /* 24px */
}
.testo-box-offerte-x-6 {
	clear:both;
	float:left;
	display:block;
	width:86%;
	margin-left:7%;
	margin-right:7%;
	margin-top:10px;
	margin-bottom:38px;
	padding:0;
}
.testo-box-offerte-x-6 p {
	font-size:1.076em; /* 14px */
}
ul.wrapper-box-offerte-x-6 {
	clear:both;
	float:left;
	width:94%;
	min-height:120px;
	margin-left:3%;
	margin-right:3%;
	margin-top:0;
	margin-bottom:5%;
	list-style-type:none;
}
ul.wrapper-box-offerte-x-6 li {
	clear:none;
	float:left;
	margin:1.5%;
	width:47%;
}
ul.wrapper-box-offerte-x-6 li span {
	background-color:rgba(149, 172, 69, 0.7);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:1em; /* 13px */
	padding:3%;
}
.sottotitolo-box-offerte-x-6 h5 {
	font-size:1.53em; /* 20px */
	margin-top:3%;
	margin-bottom:6%;
/* BOX OFFERTE X 6 */

/* BOX PULSANTE  */
}
#box-pulsante-catalogo {
	clear:both;
	float:left;
	width:90%;
	height:auto;
	margin-top:0;
	margin-bottom:15px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
.box-pulsante-catalogo a {
	float:none;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:1em; /* 13px */
	font-weight:400;
	line-height:34px;
	width:50%;
	min-width:170px;
	height:34px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	margin-bottom:20px;
/* BOX PULSANTE */
}
}
/* Layout landscape: da 769 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet portrait */
@media only screen and (min-width: 769px ) {
/* BOX NEWS X 6 */
#full-box-offerte-x-6 {
	width:100%;
	margin:0 auto;
	padding:0;
}
.testo-box-offerte-x-6 h4 {
	font-size:2.15em; /* 28px */
}
.testo-box-offerte-x-6 {
	clear:both;
	float:left;
	display:block;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:10px;
	margin-bottom:42px;
	padding:0;
}
.testo-box-offerte-x-6 p {
	font-size:1.15em; /* 15px */
}
ul.wrapper-box-offerte-x-6 {
	clear:both;
	float:left;
	width:98%;
	min-height:120px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	margin-bottom:3%;
	list-style-type:none;
}
ul.wrapper-box-offerte-x-6 li {
	clear:none;
	float:left;
	margin:1.5%;
	width:30.33%;
}
ul.wrapper-box-offerte-x-6 li span {
	background-color:rgba(149, 172, 69, 0.7);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:1.076em; /* 14px */
	padding:3%;
}
.sottotitolo-box-offerte-x-6 h5 {
	font-size:1.69em; /* 22px */
	margin-top:0.5%;
	margin-bottom:2.5%
/* BOX OFFERTE X 6 */

/* BOX PULSANTE */
}
#box-pulsante-catalogo {
	width:100%;
	height:auto;
	margin-top:0;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
/* BOX PULSANTE */
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
/* BOX OFFERTE X 6 */
#full-box-offerte-x-6 {
	width:100%;
	margin:0 auto;
	padding:0;
}
.testo-box-offerte-x-6 h4 {
	font-size:2.15em; /* 28px */
}
.testo-box-offerte-x-6 {
	clear:both;
	float:left;
	display:block;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:10px;
	margin-bottom:42px;
	padding:0;
}
.testo-box-offerte-x-6 p {
	font-size:1.15em; /* 15px */
}
ul.wrapper-box-offerte-x-6 {
	clear:both;
	float:left;
	width:94%;
	min-height:120px;
	margin-left:3%;
	margin-right:3%;
	margin-top:0;
	margin-bottom:2%;
	list-style-type:none;
}
ul.wrapper-box-offerte-x-6 li {
	clear:none;
	float:left;
	margin:1.5%;
	width:30.33%;
}
ul.wrapper-box-offerte-x-6 li span {
	background-color:rgba(149, 172, 69, 0.7);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:1.15em; /* 15px */
	padding:0.5% 2.5%;
}
.sottotitolo-box-offerte-x-6 h5 {
	font-size:1.84em; /* 24px */
/* BOX OFFERTEX 6 */

/* BOX PULSANTE */
}
#box-pulsante-catalogo {
	width:100%;
	height:auto;
	margin-top:0;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
/* BOX PULSANTE */
}
}