@import url('/fonts/opensans.css');
@import url('/fonts/tangerine.css');
@import url('/fonts/economica.css');

html, body{
	font-family: 'Open Sans', sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 22px;
}

section{
	background-image: url('/img/bg_palle.png');
	background-repeat: no-repeat;
}

a{
	color: #222;
	text-decoration: underline;
}

a:hover{
	color: rgb(11, 72, 55);
	text-decoration: none;
}

.clear{
	clear: both;
	height: 0;
}

.img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#top-right-cnt {
    position: absolute;
    top: 20px;
    right: 0;
}

#quick-info {
    font-weight: bold;
    float: right;
    color: rgb(11, 72, 55);
	font-size: 16px;
	text-align: right;
}

.first{
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
}

.last{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
}

/*BOTTONE*/
.btn{
	display: inline-block;
	color: #FFF;
	background-color: rgb(11, 72, 55);
	border: 3px solid rgb(11, 72, 55);
	padding: 3px 20px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	line-height: 22px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.fancybox {
    display: block;
}

.btn:hover, .btn:focus, .btn:active {
	color: rgb(11, 72, 55);
	background-color: #FFF;
}

.btn.contatti{
	float: right;
}

.btn.form{
	margin: 0 auto;
	display: block;
}

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	margin-top: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cf:before,
.cf:after{
    content: " ";
    display: table;
}

.cf:after{
    clear: both;
}

.container{
	max-width: 1200px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
}

.container.home{
	max-width: 1240px;
}

.left_50{
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.right_50{
	width: 50%;
	float: right;
	box-sizing: border-box;
}

.left_50.contatti{
	border-right: 1px solid #ccc;
	width: 45%;
}

table.contatti .fa{
	color: rgb(11, 72, 55);
}

.richiesta_info_td{
	width: 35%;
	text-align: right;
	padding-right: 5px;
}

.input{
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	background-color: #F9F9F9;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.input:focus{
	background-color: #fff;
	box-shadow: none;
}

.input.inline{
	width: auto;
}

.input.error{
	border-color: red;
}

.line{
	background-color: #3E3E3E;
	margin: 50px 0;
	height: 1px;
}

.line.half{
	background-color: rgb(11, 72, 55);
	margin: 25px 0;
	height: 1px;
}

.lista{
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 20px 0;
}

.lista li{
	margin-bottom: 5px;
}


.social-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 0;
	margin: 11px 0 11px 15px;
	background-position: 0 0;
	background-size: 20px;
	background-repeat: repeat-y;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.social-icon:hover{
	background-position: 0 -20px;
}

.social-icon.facebook{background-image: url('/img/facebook.png');}

#head_cnt{
	position: absolute;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgb(11, 72, 55);
}

.container.logo_menu{
	padding: 20px 0;
}

#top_cnt{
	text-align: right;
	background-color: #E3EBF0;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(11, 72, 55);
}

#top_cnt .container{
	padding: 8px 0;
}

.numero{
	color: rgb(11, 72, 55);
}

.numero i{
	margin-right: 10px;
	position: relative;
	font-size: 21px;
	top: 3px;
	color: rgb(11, 72, 55);
}

#top_cnt a{
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	border-left: #222 1px solid;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

#cnt_logo{
	float: left;	
	line-height: 0;
}

#cnt_logo.def{
	position: absolute;
	z-index: 12;
	top: 0;
	border: 1px solid rgb(11, 72, 55);
	border-top: 0;
	background-color: #FFF;
	text-align: center;
}

#cnt_logo a{
	line-height: 0;
	display: block;
	text-decoration: none;
	color: rgb(11, 72, 55);
}

#cnt_logo.def a{
	padding: 100px 20px 20px 20px;
}

#cnt_logo img{
	max-width: 374px;
	/*position: absolute;*/
}

#cnt_logo a.big img{
	max-width: 250px;
	margin: 0 auto;
}

.slogan_logo{
	text-align: center;
	margin-top: 15px;
	font-style: italic;
	text-decoration: none;
}

#cnt_logo a.big .slogan_logo{
	font-size: 45px;
	font-family: 'Economica', sans-serif;
	line-height: 55px;
	font-style: normal;
	color: #222;
}

#cnt_menu{
	float: right;
}

#cnt_menu.home{
	float: none; 
	text-align: center;
}

#menu_trigger{
	display: none;
	padding: 10px;
	border: 1px solid rgb(11, 72, 55);
	cursor: pointer;
	color: rgb(11, 72, 55);
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	background-image: url('/img/sandwich.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;	
	border-radius: 5px;
	background-origin: content-box;
	margin-top: 18px;
}

#menu{		
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 100px;
}

#menu.home{
	padding-top: 0;
}

.menu-li{
	display: inline-block;
	position: relative;		
}

.menu-a{
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding: 0 20px;	
	border-left: rgb(76, 48, 24) 1px solid;
	cursor: pointer;
	text-transform: uppercase;
	color: rgb(76, 48, 24);
}

.menu-li:hover .menu-a, .menu-a.hover{
	color: rgb(11, 72, 55);
}

.sub-menu{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0px 0;
	position: absolute;
	white-space: nowrap;
	text-align: left;
	z-index: 4;
	box-shadow: 0px 6px 9px -7px #222;
}

.menu-li:hover .sub-menu{
	display: block;
}

.sub-menu-li{
	display: block;
}

.sub-menu-a{
	display: block;
	padding: 10px 80px 10px 35px;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.75);
	border-left: 3px solid transparent;
}

.sub-menu-a:hover, .sub-menu-a.active{
	background-color: #FFF;
	color: rgb(11, 72, 55);
	border-left: 3px solid rgb(11, 72, 55);
}

#shadow{
	position: absolute;
	bottom: -20px;
	left: 0px;
	z-index: 11;
	width: 100%;
	height: 20px;
	display: block;	
	background-image: url(/img/shadow.png);
	background-position: 50% -10px;
	background-repeat: no-repeat;
	background-size: 100% 16px;
}

#cnt_photo{
	position: relative;
	display: block;	
	height: 750px;
	border-bottom: 3px solid rgb(11, 72, 55);
	background-color: #ccc;
}

#cnt_photo.nav{
	height: 600px;
}

#cnt_photo .container{
	height: 100%;
}

#logo-home{
	position: absolute;
	top: 40px; 
	left: 20px;
}

#logo-home img{
	max-width: 300px;
}

#slogan-home{
	color: #0B4837;
	font-size: 75px;
	/*font-family: 'Economica', sans-serif;*/
	line-height: 75px;
	text-align: center; 
	padding: 40px 20px 0 20px;
	font-family: 'Tangerine', cursive;
}

.fa.fa-quote-left, .fa.fa-quote-right {
	font-size: 35px;
}

.fa.fa-quote-left {
	position: relative;
	top: -20px;
}

.fa.fa-quote-right {
	position: relative;
	top: 20px;
}

.photo{
	position: absolute;
	width: 100%;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	opacity: 0.0;
	background-position: right 40px bottom;
	background-repeat: no-repeat;
	margin: 0px auto;	
	display: block;
	background-size: cover;
	background-position: center;
}

.photo.active{
	z-index: 10;
	opacity: 1.0;
}

.photo.last-active{
	z-index: 9;
}

#photobox{
	position: relative;
}

.cnt_news{
	position: absolute;
	top: 230px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	display: block;
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	height: 400px;	
	z-index: 1000;	
	box-sizing: border-box;
}

.news{
	float: right;
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	width: 33.33%;	
	height: 400px;
}

.news2{
	display: block;
	width: 100%;
	box-sizing: border-box;	
	float: left;
	height: 400px;	
	background-color: rgba(255,255,255,0.85);
}

.slogan{
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #222222;	
	font-size: 45px;
	font-family: 'Economica', sans-serif;
	line-height: 55px;
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 3px;
	max-width: 590px;
}

.slogan .telefono{
	color: rgb(11, 72, 55);
}

#cnt_brands{
	background-color: #FFF;
	box-shadow: 0px 2px 4px #ccc;
}

#cnt_brands.nav{
	box-shadow: 0px -2px 4px #ccc;
	padding: 0px 0;
}

#cnt_brands .container{
	max-width: none;
}

#cnt_brands img{
	max-width: 120px;
	max-height: 60px;
}

#phone_cnt{
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: rgb(11, 72, 55);
	box-shadow: 0px 1px 4px #A6A6A6;
	font-weight: bold;
	font-size: 15px;
}

#phone_cnt a, #phone_cnt a:hover{
	color: #FFF;
}

#phone_cnt .servizio_clienti{
	font-weight: normal;
}

#phone_cnt .fa{
	margin-left: 10px;
	position: relative; 
	top: 1px;
	margin-right: 3px;
}

#body{
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 300px;	
}

.box_cnt{
	box-sizing: border-box;
	padding: 0 20px;
	/*width: 33.33%;*/
	width: 50%;
	float: left;
}

.box_cnt.wide{
	width: 66.66%;
}

.box{
	position: relative;
	top: 0;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	/*overflow: hidden;*/
	/*box-shadow: 0px 10px 10px -10px #CCC;*/
	/*border: 1px solid rgb(11, 72, 55);*/
	border-radius: 20px;
}

.box:hover, .box.hover{
	box-shadow: 0px 20px 10px -10px #CCC;
	color: #222;
	top: -5px;
}

.box-text{
	/*text-align: center;	*/	
	/*border: 20px solid #fff;	*/
	padding: 20px;
	background-color: #FFF;
	max-height: 5rem;
	min-height: 5rem;	
	overflow: hidden;
	position: relative;
	/*border-radius: 20px;*/
	border-left: 1px solid #ccc;
	border-bottom-left-radius: 20px;
	border-right: 1px solid #ccc;
	border-bottom-right-radius: 20px;
	border-bottom: 1px solid #ccc;
}

.box-text-botton {
	display: inline-block;
	color: rgb(11, 72, 55);
    background-color: #FFF;
	/*color: #FFF;
	background-color: rgb(11, 72, 55);*/
	border: 3px solid rgb(11, 72, 55);
	padding: 3px 20px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
	cursor: pointer;
	line-height: 22px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	box-sizing: border-box;
	bottom: -35px;
	left: 50%;
	z-index: 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%);
}

.box-text-botton:hover, .box-text-botton:focus, .box-text-botton:active {
    color: #fff;
    background-color: rgb(11, 72, 55);
}

.box-title{
	position: relative;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 20px;
	margin: 0;
	text-align: center;
	transition: all .2s ease;
	color: #FFF;
	background-color: rgb(11, 72, 55);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.box-img{
	height: 180px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.box-text .btn{
	display: block;
	margin-top: 20px;
	display: none;
}

#gallery-home{
	margin: 60px 0 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.gallery-home{
	height: 230px;
	border-radius: 10px;
}

.news-home{
	margin: 20px;
	box-sizing: border-box;
}

.news-home-img{
	display: block;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-home-none{
	text-decoration: none;
	color: #222;
}

.news-home-none:hover{	
	color: #222;
}

#news-home-cnt{
	position: relative;
	min-height: 404px;
}

#news-home-cnt .box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	box-sizing: border-box;
}

#news-home-cnt .box.active{
	z-index: 10;
	opacity: 1.0;
}

#news-home-cnt .box.last-active{
	z-index: 9;
}

#richiedi_appuntamento{
	margin-top: 10px;
}

#richiedi_appuntamento .input{
	margin-top: 10px;
}

#localita{
    color: #222;
}

#localita.unselected{
    color: gray;
}

#localita option:first-child{
    display: none;
}

#localita option{
	color: #222;
}

.titolo-pagina{
	margin: 0;
	margin: 0px 0 20px 0;
	font-size: 22px;
	line-height: normal;
	color: rgb(11, 72, 55);
	text-transform: uppercase;
	border-bottom: 1px solid rgb(11, 72, 55);
	font-style: italic;
}

.titolo-pagina a{
	text-decoration: none;
	color: rgb(11, 72, 55);
}

.rainbird {
	width: 150px;
	display: block;
	background-image: url('/img/rainbird.png');
	background-repeat: no-repeat;
	height: 31px;
}

.titolo-secondario{
	margin: 0;
	padding: 0px 0 20px 0;
	font-size: 18px;
	line-height: 20px;
	color: rgb(76, 48, 24);
}

.titolo-secondario-2{
	margin: 40px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 20px 0 40px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

.colonna{
	width: 26.66666%;
	margin-right: 10%;
	float: left;
}

.colonna2 {
	margin-right: 10%;
	width: 45%;
	float: left;
}

.colonna3 {
	margin-right: 10%;
	width: 45%;
	float: left;
}

.colonna.last{
	margin-right: 0;
}

.colonna2.last{
	margin-right: 0;
}

.colonna3.last{
	margin-right: 0;
}

.colonna .highslide{
	display: block;
	height: 180px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
	box-shadow: 0 0 10px #444;
	border-radius: 10px;
}

.colonna .highslide.big{
	height: 400px;
}


.colonna .highslide.last{
	margin-bottom: 0;
}

.colonna2 .highslide{
	display: block;
	height: 180px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
	box-shadow: 0 0 10px #444;
	border-radius: 10px;
}

.colonna2 .highslide.big{
	height: 300px;
}

.colonna2 .highslide.big2{
	height: 247px;
}

.colonna2 .highslide.last{
	margin-bottom: 0;
}

.colonna3 .highslide{
	display: block;
	height: 180px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
	box-shadow: 0 0 10px #444;
	border-radius: 10px;
}

.colonna3 .highslide.big{
	height: 300px;
}

.colonna3 .highslide.big2{
	height: 247px;
}

.colonna3 .highslide.last{
	margin-bottom: 0;
}

#map{
	height: 100%;
}

.marchio{
	float: left;
	box-sizing: border-box;
	width: 30%;
	margin-right: 5%;
	height: 150px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	background-size: contain;
	padding: 20px;
	background-origin: content-box;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all .2s ease;
}

.marchio:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	background-color: #fff;
}

.marchio.n3{
	margin-right: 0;
}

.highlight-cnt{
	text-decoration: none;
	display: block;
	position: relative;
	box-sizing: border-box;
	margin-top: 40px;
	border-top: 1px solid #444;
	padding-top: 40px;
}

.highlight-cnt.first{
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.highlight-cnt *{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.highlight-img{
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 200px;
	box-shadow: 0 0 10px #444;
}

.highlight-text-cnt{
	float: right;
	width: 65%;
	box-sizing: border-box;
	min-height: 200px;
	position: relative;
}




.highlight-cnt .btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

.highlight-cnt.opened .btn{
	opacity: 0;
}

.highlight-cnt:hover{
	color: #222;
}

/*PHOTOGALLERY*/

.photo_box {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	float: left;
	width: 47.5%;
	margin-bottom: 10px;
	margin-right: 5%;
	display: block;
}

.photo_box.photo2, .photo_box.photo4 {
	margin-right: 0;
}

.tipologie{
	width: 28%;
	float: left;
}

.disclaimer_gallery{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-style: italic;
	border-bottom: 1px solid #dedede;
}

.get_content{
	/*font-size: 14px;*/
	padding: 5px 0 5px 20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.get_content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #222;
}

.get_content.hover:before{
	background-color: rgb(11, 72, 55);
}

.contenuto{
	width: 70%;
	float: right;
}

.gallery_cnt{
	display: block;
	width: 47%;
	height: 240px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px #444;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center center;
}

.gallery_cnt.left{
	float: left;
}

.gallery_cnt.right{
	float: right;
}

.reparto{
	box-sizing: border-box;
	float: left;
	width: 30%;
	height: 200px;
	margin-right: 5%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px #CCC;
	border-radius: 10px;
}

.reparto:after{
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: trasparent;
	z-index: 2;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.reparto:hover:after{
	background-color: rgba(17, 84, 124, .75);
}

.reparto.selected:after, .reparto.selected:hover:after{
	background-color: rgba(255,255,255, .75);
}

.prodotto-cnt{
	display: block;
	text-decoration: none;
}

.prodotto-img{
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 200px;
}

.prodotto-text{
	float: right;
	width: 65%;
	min-height: 200px;
	padding-bottom: 40px;
	position: relative;
	box-sizing: border-box;
}

.prodotto-text .btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

#scheda-tecnica{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #11367C;
}

#scheda-tecnica tr, #scheda-tecnica td{
	border: 1px solid #11367C;
}

#scheda-tecnica td{
	padding: 10px;
	width: 50%;
	background-color: #F5F5F5;
}

#scheda-tecnica .campo {
	background-color: #E0E0E0;
	font-style: italic;
}

#scheda-tecnica th{
	text-align: center;
	background-color: rgb(11, 72, 55);
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 10px;
}

#scheda-tecnica tfoot td{
	padding: 0;
}

#scheda-tecnica tfoot td .btn{
	position: static;
	display: block;
	border-radius: 0;
	border: 0;
	padding: 10px 0;
}

.titolo-reparto{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(17, 84, 124, .75);
	text-align: center;
	width: 100%;
	padding: 15px 2%;
	color: #FFF;
	text-shadow: 1px 0 0 #222, -1px 0 0 #222, 0 1px 0 #222, 0 -1px 0 #222, 1px 1px #222, -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222;
	font-size: 22px;
	box-sizing: border-box;
}

.servizio_cnt{
	float: left;
	margin-left: 5%;
	width: 30%;
	box-shadow: 0 0 3px #ccc;
	box-sizing: border-box;
	margin-top: 100px;
	position: relative;
}

.servizio_cnt.n1{
	margin-left: 0;
	clear: both;
}

.servizio_cnt i{	
	width: 120px;
	height: 120px;
	text-align: center;
	position: absolute;
	top: -60px;
	left: 50%;
	background-color: #FFF;
	font-size: 60px;
	margin-left: -60px;
	border-radius: 100%;
	border: 1px solid transparent;
	line-height: 120px;
	box-sizing: border-box;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
	background: rgb(11, 72, 55);
	color: #fff;
}

.servizio_cnt:hover i{
	border-color: #ccc;
	background-color: #FFF;
	color: #222;
}

.servizio_title{
	padding: 90px 10px 10px 10px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.servizio_txt{
	padding: 20px;
	text-align: justify;
}


.riga1-servizi .servizio_cnt{min-height: 338px;}
.riga2-servizi .servizio_cnt{min-height: 382px;}
.riga3-servizi .servizio_cnt{min-height: 426px;}

#footer{
	background-color: rgb(76, 48, 24);
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: rgb(76, 48, 24);
}

#big-footer-cnt{
	margin-bottom: 5px;
	background-color: rgb(188, 167, 146);
}

.box-foot{
	width: 21.25%;
	margin-right: 5%;
	float: left;
	box-sizing: border-box;
	padding: 40px 0px;
	font-size: 13px;
	position: relative;
}

.box-foot .btn{
	position: absolute;
	bottom: 0;
	right: 20px;
}

.box-foot:last-child{
	margin-right: 0;
	background-image: url('/img/GardenFlorEtruria_Pallecchi_piede.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.box-foot .fa{
	color: rgb(76, 48, 24);
}

.box-foot-title{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid rgb(76, 48, 24);
	font-size: 14px;
	font-style: italic;
}

#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;
}

#sitemap a:hover{
	text-decoration: underline;
}

#sitemap a.tec{
	font-style: italic;
}

#sitemap a:before{
	content: "\f111";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: -2px;
	font-size: 6px !important;
	color: rgb(76, 48, 24);
	margin-right: 10px;
}

.orario{
	width: 100%;
	/*background-image: url('/img/GardenFlorEtruria_Pallecchi_piede.png');*/
}

.orario.contatti{
	width: 65%;
}

.giorno{
	font-style: italic;
}

.giorno, .ora{
	border-bottom: 1px dotted rgb(76, 48, 24);
}

.ora{
	text-align: right;
}

.orario-space{
	height: 0px;
}

#calcola-itinerario-cnt input{
	margin-bottom: 10px;
}

#small-footer{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#small-footer a:hover {
	color: rgb(188, 167, 146);
}

#copy{
	float: left;
}

#menu-foot-cnt{
	float: right;
}

#menu-foot{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.menu-foot-li{
	display: block;
	float: left;
}

.menu-foot-a{
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 15px;
	color: #fff;
}

.menu-foot-a:hover, .menu-foot-a.active{
	text-decoration: underline;
	color: #fff;
}

#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: 10px 0;
	font-size: 13px;
	text-align: center;
}

#titolo-cookies{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#cookie-disclaimer a, #cookie-disclaimer span{
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}

#cnt_gallery{
	max-width: 1240px;
	margin: 0px auto;
}

@media all and (max-width: 1400px){
	#cnt_logo img {
		max-width: 300px;
		top: 20px;
	}
}

@media all and (max-width: 1200px){
	#cnt_logo img {
		max-width: 200px;
		top: 40px;
	}
}

@media all and (min-width: 1021px){
	#menu{
		display: block !important;
	}
}

@media all and (max-width: 1020px){

	#cnt_photo{
		height: 400px;
	}

	.cnt_news{
		top: 20px;
		position: relative;		
		margin-bottom: 20px;
	}
	
	.news2{
		background-color: rgba(255, 255, 255, 1);
	}

	.news{		
		display: block;
		box-sizing: border-box;
		padding: 0px;
		width: 100%;	
		height: 400px;
	}

	#head_cnt{
		padding-top: 0;
		padding-bottom: 0;
		position: static;
	}
	
	#top_cnt{
		text-align: center;
	}
	
	#cnt_logo{
		display: block;
		float: none;
		padding: 20px 0;
		position: static;
		border: 0;		
	}
	
	#cnt_logo img{
		display: block;
		position: static;
		margin: 0px auto;
		/*width: 80%;*/
		max-width: 350px;
	}
	
	#cnt_logo a{
		padding: 0;
		line-height: 0;
	}
	
	#cnt_menu {
		float: none;
		display: block;
	}
	
	.container.logo_menu{
		padding: 0 10px;
	}
	
	#menu{
		display: none;
		float: none;
		clear: both;
		position: static;
		margin-bottom: 10px;
		width: 100%;
		left: 0;
		/*border-top: 1px solid rgb(11, 72, 55);*/
		z-index: 1000;
		background-color: #f0f0f0;
		padding-top: 0;
		box-shadow: 0px 1px 4px #A6A6A6;	
	}
	
	#menu_trigger{
		display: block;
		margin-bottom: 10px;
	}
	
	#slogan-home {
		font-size: 55px;
		line-height: 55px;
	}
	
	#top-right-cnt {
		position: relative;
	}

	#quick-info {
		float: none;
		text-align: center;
	}
	
	.fa.fa-quote-left, .fa.fa-quote-right {
	font-size: 25px;
}
	
	.menu-li {
		display: block;
		position: relative;
	}
	
	.menu-a {
		display: block;
		position: relative;
	}
	
	.menu-a, .menu-a.first {
		padding-left: 20px !important;
		padding-right: 0px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		border-left: 0;
	}
	
	.sub-menu{
		position: static;
		display: block;
		padding: 0px 0 0px 0;
		box-shadow: none;		
	}
	
	.sub-menu-a{
		background-color: transparent;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.sub-menu-a:hover, .sub-menu-a.active{		
		color: rgb(11, 72, 55);
		border-left: none;
		background-color: transparent;		
	}	
	
	.slogan{
		font-size: 30px;
	}
	
	.box-foot{		
		float: left;
		width: 47.5%;
	}
	
	.clearmob{
		clear: both;
	}
	
	.nomarg_mob{
		margin-right: 0%;
	}	
	
	.colonna{
		float: none;
		display: block;
		width: 100%;
	}
	
	.colonna2 {
		float: none;
		display: block;
		width: 100%;
	}
	
	.colonna3 {
		float: none;
		display: block;
		width: 100%;
	}
	
	.tipologie{
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.contenuto{
		float: none;
		display: block;
		width: 100%;
	}
	
	.gallery_cnt{
		float: none;
		display: block;
		width: 100%;
	}
	
	.left_50{
		margin-bottom: 20px;
	}
	
}

@media all and (max-width: 820px){
	.left_50, .right_50{
		float: none;
		width: auto;
	}
	
	.left_50.contatti{
		border-right: 0;
		width: auto;
	}
	
	.richiesta_info_td{
	  width: 50%;
	  text-align: left;
	}
	
	#cnt_photo.nav{
		display: none;
	}
	
	#offerte-home-cnt{
		display: none;
	}
	
	.slogan{
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
		padding: 0;
		color: #fff;
		background-color: rgba(17, 84, 124, .8);
	}
	
	.photo{
		background-position: center;
	}
	
	.box_cnt{
		float: none;
		width: auto;
		padding: 0;
		margin-top: 60px;
	}
	
	.box_cnt:first-child{
		margin-top: 0;
	}
}

@media all and (max-width: 660px){
	.boxfoot.first{
		display: none;
	}
	
	.boxfoot{
		width: 47.5%;
	}
	
	.marchio{
		width: 47.5%;
	}
	
	.marchio.n3{
		margin-right: 5%;
	}

	.marchio.m2{
		margin-right: 0;
	}
	
	.highlight-img{
		float: none;
		width: auto;
		margin-bottom: 20px;
		margin-right: 0;
		display: block;
	}
	
	.highlight-text-cnt{
		float: none;
		width: auto;
		box-sizing: border-box;
		min-height: 0;
		padding-bottom: 40px;
		position: relative;
	}
	
	.box-foot{		
		float: none;
		display: block;
		width: 100%;
	}
	
	.clearmob{
		clear: both;
	}
	
	.nomarg_mob{
		margin-right: 0%;
	}	

	#slogan-home {
		font-size: 35px;
		line-height: 35px;
	}
	
	.fa.fa-quote-left, .fa.fa-quote-right {
		font-size: 15px;
	}
	
	.fa.fa-quote-left {
		top: -10px;
	}
	
	.fa.fa-quote-right {
		top: 10px;
	}
}

@media all and (max-width: 480px){
	#copy{
		float: none;
		width: auto;
		text-align: center;
	}
	
	#menu-foot-cnt{
		float: none;
		width: auto;
		text-align: center;
		margin-top: 5px;
	}
	
	#menu-foot{
		text-align: center;
	}
	
	.menu-foot-li{
		display: inline-block;
		float: none;
	}
	
	.menu-foot-a{
		margin-left: 5px;
	}
}

@media all and (max-width: 440px){
	#cnt_logo img{
		width: 60%;
	}
	
	.slogan{
		font-size: 22px;
		line-height: 22px;
		padding: 10px;
	}
	
	.boxfoot{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	.boxfoot:last-child{
		margin-bottom: 0;
	}
	
	.marchio{
		width: auto;
		float: none;
		margin-right: 0;
	}
	
	.marchio.n3{
		margin-right: 0;
	}
	
	.box-text {
		max-height: 7rem;
		min-height: 7rem;
	}
}

@media all and (max-width: 380px){
	.box-text {
		max-height: 10rem;
		min-height: 10rem;
	}
	
	.box-text-botton {
		bottom: -50px;
	}
}

@media all and (max-width: 295px){
	.box-text-botton {
		bottom: -75px;
	}
}