@import url('/fonts/opensans.css');
@import url('/fonts/fjallaone.css');
@import url('/fonts/satisfy.css');
@import url('/fonts/roboto.css');

html, body{	
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #626365;
	font-size: 15px;
	line-height: 30px;
	height: 100%;
	margin: 0;
	padding: 0px;	
}
.submenu {
	display: none;
	position: absolute;
	list-style: none;
	padding: 5px 0;
	border: 1px solid #ccc;
	width: 130px;
	text-align: center;
}

.submenu a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: white;
}

.submenu a:hover {
	color: #106E40 !important;
}

.menu-li:hover .submenu {
	display: block;
}

a{	
	font-family: 'Open Sans', sans-serif;
	color: #626365;
	text-decoration: none;
}

h1{	
	display: block;
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #106E40;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

h1.nav{
	text-align: left;
	font-size: 30px;
	line-height: 30px;	
	padding-bottom: 20px;
}

h1.white{
	color: #fff;
}

h2{
	display: block;
	font-family: 'Satisfy', cursive;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #106E40;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 10px;
}

h2.nav{
	text-align: left;
	margin-bottom: 20px;
}

h3{
	display: block;
	font-family: 'Satisfy', cursive;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #106E40;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
}

header{
	height: 100%;
	position: relative;
}

header.nav{
	height: auto;
}

#head{
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: transparent;
}

#head.sticky{	
	background-color: #FFF;
	border-bottom: 1px solid #106E40;
}

.container{
	max-width: 1500px;	
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px auto;
}

.container-small{
	max-width: 1200px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;	
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-big{
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;	
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.txtcenter{
	text-align: center;	
}

#cnt-logo{
	float: left;
	padding-top: 10px;
	transition: all 0.5s;
}

#cnt-logo.sticky{
	padding-top: 14px;
}

#logo{
	width: 360px;
	display: block;
	transition: width 0.5s;
}

#logo.sticky{
	width: 180px;
}

#logo1{
	/*width: 110px;
	display: block;
	transition: all 0.5s;
	display: inline;
	margin-right: 0px;
	position: relative;
	top: -30px;*/
	
	width: 184px;
	display: block;
	transition: width 0.5s;
	display: inline;
}

#logo1.sticky{
	width: 44px;
}

#logo2{
	width: 300px;
	display: block;
	transition: width 0.5s;
	display: inline;
	position: relative;
	top: -77px;
}

#logo2.sticky {
    width: 180px;
}

#logo3{
	width: 180px;
	top: -500px;
	position: relative;
	left: -184px;
}

#logo3.sticky{
	top: -5px;
}

#menu-trigger{
	display: none;
}

#menu{
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li{
	display: inline-block;		
}

.menu-a{		
	color: #fff;
	display: block;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	transition: all 0.5s;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
}

.menu-a img{
	width: 15px;
}

.menu-a:hover{	
	color: #106E40;	
}

.menu-a.hover{	
	color: #106E40;	
}

.menu-a.sticky{
	color: #444;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	transition: all 0.5s;
	text-shadow: none;
}

.menu-a.sticky:hover{
	color: #106E40;
}

.menu-a.sticky.hover{
	color: #106E40;
}

.clear{	
	height: 0px;
	overflow: hidden;
	clear: both;
}

#cnt-photo{
	position: relative;
	height: 100%;
	overflow: hidden;
}

#cnt-photo2{
	height: 700px;
	position: relative;
}

#cnt-photo2::after {
    position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 500px;
	background-image: -webkit-linear-gradient(rgba(0,0,0,.7) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,.7) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background-image: linear-gradient(rgba(0,0,0,.7) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
}

#map{
	background-color: #000;
	height: 700px;
}

#cnt-photo3{
	height: 700px;
	position: relative;
}

#cnt-photo3:after{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.40);	
	background: red;
	background: -webkit-radial-gradient(circle, transparent, rgba(0,0,0, 0.40));
	background: -o-radial-gradient(circle, transparent, rgba(0,0,0,  0.40));
	background: -moz-radial-gradient(circle, transparent, rgba(0,0,0, 0.40)); 
	background: radial-gradient(circle, transparent, rgba(0,0,0, 0.40)); 
}

#cnt-photo div{
	background-color: rgba(0,0,0, 0.40);	
	background: red;
	background: -webkit-radial-gradient(circle, transparent, rgba(0,0,0, 0.40));
	background: -o-radial-gradient(circle, transparent, rgba(0,0,0,  0.40));
	background: -moz-radial-gradient(circle, transparent, rgba(0,0,0, 0.40)); 
	background: radial-gradient(circle, transparent, rgba(0,0,0, 0.40)); 
}

#photo{
	height: 100%;
}

#photo2{
	position: relative;
	width: 100%;
	height: 700px;
}

#photo div[class*="owl"]:not(.owl-controls) {
    height: 100%;
}

#photo .item{
	width: 100%;
	background-size: cover;
	background-position: center center;
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
}

#photo2 .item {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

#photo2 .item:after{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.40);	
	background: red;
	background: -webkit-radial-gradient(circle, transparent, rgba(0,0,0, 0.40));
	background: -o-radial-gradient(circle, transparent, rgba(0,0,0,  0.40));
	background: -moz-radial-gradient(circle, transparent, rgba(0,0,0, 0.40)); 
	background: radial-gradient(circle, transparent, rgba(0,0,0, 0.40)); 
}

.slogan-container{
	position: absolute;
	left: 50%;
	top: 58%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 100000;
	color: #FFF;
	text-align: center;
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;	
	width: 100%;
	padding: 0 20px;
}

.slogan-grosso1, .slogan-grosso2, .slogan-grosso3{	
	font-family: 'Fjalla One', sans-serif;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}

.slogan-piccolo1, .slogan-piccolo2,.slogan-piccolo3{
	font-family: 'Fjalla One', sans-serif;
	font-size: 46px;
	line-height: 46px;
	text-transform: uppercase; 
}

.widthconsorzio{
	width: 150px !important;
	margin: 0px auto;
}

#fade{
    padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
    margin: 0;
    list-style-type: none;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	height: 50px !important;
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF;
    width: 0;
    height: 0;
    padding: 20px;
    border-radius: 100%;
    z-index: 1;
    box-shadow: 0 3px 7px -2px #000;
    color: #106E40;
}

.scroll-down::after {
    content: '\f107';
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-size: 2.0rem;
    -webkit-animation: scroll-down-icon 1s infinite;
    -moz-animation: scroll-down-icon 1s infinite;
    -o-animation: scroll-down-icon 1s infinite;
    animation: scroll-down-icon 1s infinite;
}

.line{	
	height: 30px;
	background-color: #106E40;
}

section{
	margin: 0px;
}

.sx{
	float: left;
	width: 30%;
}

.linea{
	float: left;
	width: 2.5%;
	border-right: #FFF 1px dotted;
	height: 604px;
}

.linea.prima{
	padding-left: 2.5%;
	box-sizing: border-box;
}

.cx{
	float: left;
	width: 30%;
	padding-left: 2.5%;
}

.dx{
	float: right;
	width: 30%;
}

.osteria .sx{
	float: left;
	width: 50%;
}

.rombone{
	height: 450px;
	display: block;
	text-align: center;
}

.rombone img{
	max-width: 450px;
	width: 100%;
	margin: 0px auto;
}

.osteria .dx{
	float: right;
	width: 50%;
	position: relative;
}

.txtbig{
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

.txtbig.osteria{
	font-family: 'Satisfy', cursive;
	font-size: 22px;
	padding: 0px 20px;
	position: relative;
}

.txtbig.italic{
	font-size: 16px;
	font-style: italic;
}

.txtbig.osteria .dx::before{
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bolder;
    content: "\201C";
    font-size: 110px;
    line-height: .1em;
    vertical-align: -.4em;
    position: absolute;
    top: 65px;
	left: -20px;
    color: #106E40;
}

.txtbig.osteria .dx::after{
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bolder;
    content: "\201D";
    font-size: 110px;
    line-height: .1em;
    vertical-align: -.4em;
    position: absolute;
    bottom: -40px;
    right: -20px;
    color: #106E40;
}

.bove{
	width: 100%;
	height: auto;
}


.anchor{
	position: relative;
	top: -80px;
}

.anchorend{
	position: relative;
	top: -80px;
}

.grey{
	background-color: #F5F5F6;	
}

.red{
	background-color: #106E40;	
}

.red h1{
	color: #fff;
}

.red h2{
	color: #fff;
}

.red .inputsub{
	color: #106E40;
	background-color: #fff;	
}

.red .txtcenter{
	color: #fff;	
	
}

.fa-mobile{
	font-size: 25px !important;	
}

.colored{
	background-image: url('/img/back.jpg');	
	background-position: center center;	
	background-repeat: no-repeat;	
	background-size: cover;	
	background-attachment: fixed;
}

.filter{
	background-color: rgba(0, 0, 0, 0.55);
	color: #FFF;
}

.colored .inputsub{
	color: #FFF;
	background-color: transparent;	
	border-color: #FFF;
}

.colored .inputsub:hover{
	color: #FFF;
	background-color: transparent;
}

.cnt-cont{
	max-width: 1000px;
	margin: 0px auto;
}

.cont{
	float: left;
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;	
	text-align: center;
}

.fa-user{
	font-size: 250px !important;
	color: #106E40;
}

.cont-titolo{
	margin: 0px auto;
	border: #fff 2px solid;	
	color: #fff;
	width: 100px;
	height: 100px;
	line-height:  100px;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.cont-label{
	color: #fff;
	padding-top: 20px;
	font-size: 20px;
}

.cnt-prodotti{
	max-width: 1500px;
	margin: 0px auto;
}

.prodotti{	
	/*float: left;
	width: 12.5%;
	margin-right: 5%;*/
	text-align: center;
	background-color: #fff;
	min-height: 373px;
	position: relative;
	display: inline-block;
}

.prodotti img{
	max-width: 100%;
	height: auto;
	/*bottom: 50px;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);*/
	margin: 0px 71px;
	float: left;
	position: relative;
}

.prodotti-img{
	height: 180px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.prodotti-title{
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 100%;
}

.prodotti.last{
	margin-right: 0px;
}

.prodotti-imgbig{
	text-align: center;
	background-color: #fff;
	height: 350px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;	
}

.prodotti-titolo{
	border: #626365 1px solid;
	padding: 10px;
	text-align: left;
}

#cnt-btn-1{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	cursor: pointer;
}

#cnt-btn-2{
	display: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	cursor: pointer;
}

#prodotticivetta{
	display: block;
}

#prodottinoncivetta{
	display: none;
}

.pad60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.padbottom60{	
	padding-bottom: 60px;
}

.padbottom40{	
	padding-bottom: 40px;
}

.input{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #626365;
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	z-index: 4;
	margin-bottom: 10px;
	border-radius: 5px;
}

.input:focus{
	background-color: #fff;
	box-shadow: none;
}

.inputsub{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background-color: #106E40;
	border: #106E40 1px solid;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
	line-height: 16px;
}

.inputsub.contacts{
	float: right;
}

.inputsub:hover{
	color: #106E40;
	background-color: #fff;	
}

.form1{
	float: left;
	width: 33%;
}

.form2{
	float: left;
	width: 34%;
	text-align: center;
}

.form3{
	float: left;
	width: 33%;
	text-align: right;
}

.check{
	width: auto;
	margin-bottom: 0px;
	background-color: #ffcc00;
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;	
}

.check:after{
	width: 20px;
	height: 20px;
	background-color: #ffcc00;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.kg{
	width: calc(100% - 40px);
	margin-bottom: 0px;
	font-size: 13px;	
	margin-bottom: 0px;	
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	box-sizing: border-box;	
}

.textarea{
	height: 244px;
	margin-bottom: 40px;
}

.nopad{
	padding-bottom: 0px;
}

.photospalla {
    height: 220px;
    margin-bottom: 40px;
    width: 100%;
    display: block;
    position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.rombo{
	height: 300px;
	/*width: 100%;*/
	text-align: center;
	display: block;
	margin: 0px auto;
	margin-bottom: 64px;
}

.rombo img{
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
}

.photospalla.last{
	margin-bottom: 0px;
}

.photospalla.last2{
	margin-bottom: 0px;
}

.photos {
    display: block;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
	/*background-color: #FFF;
	border: 1px solid #CCC;*/
}

.photos.basso {
    height: 220px;
    width: 25%;
}

.photos.primi {
    padding-left: 0px;
}

.basso {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.photos.alto {
    height: 420px;
    width: 25%;
}

.photos.ultimo {
    padding-right: 0px;
}

.alto {
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.photos.lungo {
    height: 220px;
    width: 50%;
}

.lungo {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

#cookie-disclaimer{
	background-color: #000;
	color: #FFF;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
}

#titolo-cookies{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	
	display: none;
}

#cookie-disclaimer a{
	color: #FFF;
}

#cookie-disclaimer .btn{
	margin-left: 20px;	
	margin-right: 0px;
	margin: 0px auto;
	float: right;
	float: none;
	cursor: pointer;
	background-color: #106E40;
	padding: 5px 20px;
}	

#cookie-disclaimer .btn:hover{
	background-color: #106E40;
}

#footer{
	background-color: #fff;
	position: relative;
	font-size: 13px;
}

#big-footer-cnt{
	margin-bottom: 5px;
	background-color: #EFE8D5;
	color: #626365;
}

.cf:before,
.cf:after{
    content: " ";
    display: table;
}

.cf:after{
    clear: both;
}

footer .fa {
    padding-right: 10px;
    text-align: center;
}

footer a{
	color: #626365;
}

.social .fa{
	font-size: 37px;
	color: #626365;
}

.colonna{
	width: 30%;
	margin-right: 5%;
	float: left;
}

.colonna.last{
	margin-right: 0px;
}

.colonna-foot{
	width: 30%;
	padding: 50px 0px 0px 0px;
	margin-right: 5%;
	float: left;
}

.colonna-foot.last{
	margin-right: 0px;
}

.contatti {
    position: relative;
    padding-left: 55px;
    padding-bottom: 50px;
}

.icona-contatti {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #D8CDAB;
    text-align: center;
    position: absolute;
    left: 0;
}

.icona-contatti i {
    font-size: 15px !important;
    color: #626365;
    line-height: 40px;
    margin-right: 0;
    width: auto !important;
    padding-right: 0px !important;
}

.box-foot{
	width: 22%;
	margin-right: 4%;
	float: left;
	box-sizing: border-box;
	padding: 80px 0px;
	padding-left: 70px;
	font-size: 13px;
	position: relative;
}

.box-foot:last-child{
	margin-right: 0;
	padding-bottom: 10px;
}

.box-foot-title{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
    font-size: 16px;
    text-transform: uppercase;
	font-style: italic;
    font-weight: 400;
	border-bottom: 1px solid #D8CDAB;
}

#sitemap_left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 5px;
}

#sitemap_right{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 5px;
}

#sitemap a{
	display: block;
	text-decoration: none;
	color: #FFF;
}

#sitemap a:hover{
	text-decoration: underline;
}

#sitemap a.tec{
	font-style: italic;
}

.orario{
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

.orario.contatti{
	width: 65%;
}

.giorno{
	font-style: italic;
}

.giorno, .ora{
	border-bottom: 1px solid #D8CDAB;
	padding: 5px;
}

.ora{
	text-align: right;
}

.orario-space{
	height: 0px;
}

#small-footer{
	font-size: 12px;
	color: #444;
	padding-top: 10px;
	padding-bottom: 10px;
}

#copy{
	float: left;
}

#copy2{
	font-size: 22px; 
	text-align: center;
	margin-top: 20px;
	font-weight: 800;
	color: #fff;
}

#copy2 a {
	color: #fff;
}

#copy2 a:hover {
	text-decoration: none;
	color: #fff;
}

#menu-foot-cnt {
    float: right;
}

#menu-foot{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #444;
}

.menu-foot-li{
	display: inline-block;
	color: #444;
}

.menu-foot-li:hover, .menu-foot-li.hover {
}

.menu-foot-li.last .menu-foot-a {
}

.menu-foot-a{
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	margin-right: 15px;
	color: #444;
}

.menu-foot-a:hover, .menu-foot-a.hover{
}

.menu-foot-a a:hover, .menu-foot-a.hover{
}

.margin{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.prodotto{
	background-color: #fff;
	position: relative;
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	height: 240px;
	border: #ccc 1px solid;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
}

.nobox{
	height: 200px;
}

.prodotto .titolo{
	font-weight: 700;
	display: block;
	color: #106E40;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.prodotto .sottotitolo{
	font-style: italic;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;	
	font-weight: 700;
}

.prodotto .testo{
	font-style: italic;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
	min-height: 90px;
}

.prodotto .prezzo{
	font-weight: 700;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}

.left_50 {
    width: 45%;
    margin-right: 10%;
    float: left;
}

.left_50 .fa{
	padding-right: 10px;
}

.right_50 {
    width: 45%;
    float: right;
}

@media all and (max-width: 1550px){
	.prodotti img{
		margin: 0px 55px;
	}
}

@media all and (max-width: 1300px){
	.prodotto{
		width: 23%;
	}
	
	.prodotti img{
		margin: 0px 30px;
	}
	
	#logo1{
		width: 75px;
	}	
	
	#logo2{
		width: 140px;
		top: -11px;
	}
}

@media all and (max-width: 1100px){
	.prodotto{
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;		
	}	
	
	#logo1{
		width: 50px;
	}		
	
	.foot {
		padding-left: 70px;
	}	
	
	.icona-foot{
		left: 0px;
	}
	
	.box-foot.sitemap{
		display: none;
	}
	
	#big-footer-cnt{
		padding: 50px 0px 0px 0px;
	}
	
	.colonna-foot{
		width: 100%;
		margin-right: 0px;
		padding: 0px;
	}
	
	.box-foot{
		width: 47.5%;
		margin-right: 5%;
	}
	
	.big{
		width: 100%;
		margin-right: 0;	
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	.nomarginmobile{
		margin: 0;
	}
	
	.foot {
		padding-left: 70px;
	}
	
	.icona-foot {
		left: 0;
	}
	
	.colonna{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.contatti {
		padding-top: 0;
	}		
	
	.slogan-grosso1, .slogan-grosso2, .slogan-grosso3{			
		font-size: 45px;
		line-height: 70px;
	}

	.slogan-piccolo1, .slogan-piccolo2,.slogan-piccolo3{		
		font-size: 36px;
		line-height: 56px;		
	}

	.widthconsorzio{
		width: 100px !important;
		margin: 0px auto;
	}	
	
	.slogan-container{
		top: 60%;
	}		

	.submenu {
		display: block;
		position: relative;
		
	}
}

@media all and (min-width: 1020px){
	#menu{
		display: block !important;		
	}
}

@media all and (max-width: 1020px){
	
	#cnt-logo{
		padding-top: 10px;
	}
	
	#logo1{
		top: 0px;
		margin-right: 10px;
	}
	
	.nomobile{
		display: none;
	}
	
	#head{
		position: absolute;
		background-color: rgba(16, 110, 64, 0.6);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#head.nav{
		position: relative;
		background-color: #106E40;
	}
	
	#cnt-photo2{
		height: 450px;
	}
	
	#cnt-photo2:after{
		display: none;
	}
	
	#map{
		height: 450px;
	}
	
	#cnt-photo3{
		height: 450px;
	}
	
	#photo2{
		height: 450px;
	}
	
	#photo2 .item{
		height: 450px
	}
	
	#logo{
		width: 240px;
	}
	
	#menu{
		clear: both;
		display: none;
		float: none;		
	}
	
	#menu-trigger{
		display: block;
		float: right;
		cursor: pointer;
		padding-top: 10px;
	}
	
	#menu-trigger:after{
		clear: both;
	}
	
	#logo3{
		display: none;
	}
	
	.fa-bars{
		color: #fff;
		font-size: 50px !important;
	}
	
	#menu li{
		display: block;
	}	
	
	.menu-a{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.menu-a:hover, .menu-a.hover{
		color: #CCC;
	}
	
	.osteria .sx{
		float: none;
		width: 100%;
		padding-bottom: 60px;
	}
	
	.osteria .dx {
		float: none;
		width: 100%;
	}
	
	.rombone{
		height: auto;
		width: 100%;
		max-width: 450px;
		margin: 0px auto;
	}
	
	.rombo{
		height: auto;
		width: 100%;
		max-width: 300px;
	}
	
	.sx{
		float: none;
		width: 100%;
		padding-bottom: 60px;
	}
	
	.cx{
		float: none;
		width: 100%;
		padding-bottom: 60px;
	}

	.dx{
		float: none;
		width: 100%;
	}	
	
	.linea{
		display: block;
		border-right: none;
		width: 100%;
		border-top: #106E40 1px dotted;
		height: 1px;
		padding-bottom: 60px;
	}
	
	.nopadmobile{
		padding-bottom: 0px;
	}
	
	.box-foot.sitemap{
		display: none;
	}
	
	.box-foot{
		width: 47.5%;
		margin-right: 5%;
	}
	
	.big{
		width: 100%;
		margin-right: 0;	
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	.nomarginmobile{
		margin: 0;
	}
	
	.foot {
		padding-left: 20px;
	}
	
	.icona-foot {
		left: 0;
	}
	
	.colonna{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.photospalla.last2{
		margin-bottom: 40px;
	}
	
	.contatti {
		padding-top: 0;
	}	
	
	h1.white{
		line-height: 70px;
	}
	
	.legenda{
		display: block;
	}
	
	.dispo_nota{
		display: block;
		padding-bottom: 20px; 		
	}
	
	.prodotti{
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
		box-sizing: border-box;
		min-height: 1px;
		height: auto;
		text-align: center;
	}	
	
	.prodotti img{
		position: relative;
		/*left: 0px;
		bottom: 0px;
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);*/
		margin: 0px auto;
		top: 0px !important;
		float: none;
	}
	
	.prodotti-title{
		position: relative;
		left: 0px;
		bottom: 0px;
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		padding: 0px;
	}
	
	.prodotti.last{
		margin-bottom: 0px;
	}
}

@media all and (max-width: 800px){
	.prodotto{
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.margin{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;		
	}
	
	.form1{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	
	.form2{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
		text-align: left;
	}	
	
	.form3{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}		
	
	.photos {
		width: 100% !important;
		padding: 0px;
	}
	
	.photos.alto{
		height: 220px;
	}
	
	.alto {
		height: 200px;
	}
}

@media all and (max-width: 600px){
	#cnt-photo3{
		height: 300px;
	}
	
	#cnt-photo2{
		height: 300px;
	}
	
	#map{
		height: 300px;
	}
	
	#photo2{
		height: 300px;
	}
	
	#photo2 .item{
		height: 300px
	}
	
	#logo2{
		width: 100px;
	}
	
	.left_50, .right_50 {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.prodotto{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		height: auto;
	}	
	
	.kg{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.slogan-grosso1, .slogan-grosso2, .slogan-grosso3{			
		font-size: 25px;
		line-height: 25px;		
	}

	.slogan-piccolo1, .slogan-piccolo2,.slogan-piccolo3{		
		font-size: 26px;
		line-height: 36px;		
	}

	.widthconsorzio{
		width: 100px !important;
		margin: 0px auto;
	}		
	
	.colonna-foot{
		font-size: 12px;
	}
	
	.cont{
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 60px;
		box-sizing: border-box;
	}	
	
	.cont-titolo{						
		width: 200px;
		height: 200px;
		line-height: 200px;
		font-size: 25px;
	}
	
	.prodotti-imgbig{
		height: 200px;
	}
	
	.box-foot{
		width: 100%;
		margin-right: 0%;
		padding-left: 40px;
	}
	
	.nomarginmobile{
		padding-top: 0px;
	}	
	
	#copy{
		float: none;
		text-align: center;
	}
	
	#menu-foot-cnt{
		float: none;
		text-align: center;		
	}
	
	#menu-foot li{
		display: block;
	}
	
	.menu-foot-a{
		padding-right: 0px;		
		margin-right: 0px;		
	}
}

@media all and (max-width: 350px){
	.txtbig.osteria .dx::before {
		top: 88px;
	}
}