html {
	overflow-y: scroll;

}
body {
	background-repeat: repeat;
	background-color: #F2F2F2;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	/*-webkit-text-stroke: 1px rgba(58, 58, 58, 0.1);*/
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #ffffff;
}

hr.interno {
  margin-top:20px;
  margin-bottom:30px;
  border: 0;
  border-top: 1px dotted #dddddd;
  border-bottom: none;
}
a {
    color: #43B239;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #388E2F;
}
/*------------------------------------------------------------- MODIFICHE MENU PRINCIPALE e HEADER ---*/
#headerBanner {
	position: relative;
}
#header {
/*	padding-top: 25px;
	padding-bottom: 25px;*/
	background-image: url(../imgs/sfondo_nav.png);
	background-repeat: repeat;
	/*box-shadow: 0px 0px 5px #000000;*/
	position: absolute;
	z-index: 300;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom:1px solid #ffffff;
}
#header .top {
	position: relative;
}
#header .top .navGlob {
	/*position: absolute;
	bottom: -4px;
	right: 0px;*/
}
#header .header-img {
	display: block;
}
#header .top .span3 span {
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 2.4em;
	white-space: nowrap;
}
#header .navbar{
	line-height:81px;
/*	background-color:#0C0;*/
}
#header .navbar .navbar-inner {
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius:0px;
	box-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	filter: none;
}
#header .navbar .dropdown-menu {
	top:81px;
	font-size:12px;
}
#header .navbar .container {
	background-color: transparent;
	background-image: none;
}
#header .navbar .nav{
	float:right;
	line-height:81px;
	/*background-color:#06F;*/
}
#header .navbar .nav li{
	line-height:81px;
	text-transform:uppercase;
	
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #4BC63E !important;
  background-image: -moz-linear-gradient(top, #4BC63E, #3DA435);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4BC63E), to(#3DA435));
  background-image: -webkit-linear-gradient(top, #4BC63E, #3DA435);
  background-image: -o-linear-gradient(top, #4BC63E, #3DA435);
  background-image: linear-gradient(to bottom, #4BC63E, #3DA435);
  border-color: #3DA435 #3DA435 #bfbfbf;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4BC63E', endColorstr='#3DA435', GradientType=0);
}
#header .navbar .nav > li > a {
	color: #ffffff;
	font-weight: bold;
	/*background-color: #960;*/
	padding-left:20px;
	padding-right:20px;
	/*padding-right: 18px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;

}
#header .navbar .nav > li > a:hover,
#header .navbar .nav > li > a:focus {
   /* color:#26A2E0;*/
   color:#ffffff !important;
	background-color:#4BC63E;
	background-image: url(../imgs/sfondo_navglob.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header .welcome {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
/*#header .welcome a {
	color: #4D4D4D;
	display: inline-block;
 	*display: inline;
	margin-right: 5px;
}
#header .welcome a.over {
	color: #26A2E0;
}
#header .welcome a:hover {
	text-decoration: none;
	color: #26A2E0;
}*/
#header .dati {
	background-color: #FFF;
	box-shadow: 0px 0px 5px #888888;
	position: absolute;
	top: -45px;
	right: 0px;
}
#header .dati p {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
#header .dati p.testo {
	padding-top: 20px;
	padding-bottom: 10px;
}
#header .dati p a {
	color: #333333;
}
#header .navbar .nav > .active > a, 
#header .navbar .nav > .active > a:hover, 
#header .navbar .nav > .active > a:focus {
	/*	color:#26A2E0;
	font-weight: bold;
	background-color: transparent;
	box-shadow: none;*/
	background-color: #4BC63E;
	background-image: url(../imgs/sfondo_navglob.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header .btn-navbar .testo {
	/*float: left;*/
	/*color: #ffffff;*/
	text-transform:uppercase;
	font-weight:bold;
	color: #666666;
    text-shadow: 0 1px #FFFFFF;
	/*text-shadow: #3DA435 0px 1px;*/
}
.dropdown-menu > li > a {
	clear: both;
	color: #808080;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 10px;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .over, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: transparent;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	filter: none;
}
.dropdown-menu > li > .nav-header {
	color: #666666;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
	text-transform: uppercase;
}
.dropdown-menu .divider {
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	height: 1px;
	margin: 0px 0px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	#header .navbar .nav,
	#header .navbar,
	#header .navbar .nav li{
/*		height:99px;*/
		line-height:99px;
	}
	#header .navbar .nav > li > a {
		/*font-size: 12px;*/
	}
	#header .navbar .nav > li > a {
		/*padding-right: 10px;*/
	}	
	#header .navbar .dropdown-menu {
		top:100px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	#header .navbar .nav,
	#header .navbar,
	#header .navbar .nav li{
		line-height:61px;
	}
	#header .navbar .dropdown-menu {
	top:61px;
}
}
@media (max-width: 979px) {
	#header .navbar {
		background-image: none;
		font-size: 12px;
	}
	#header .top .navGlob {
		position: static;
	}
	#header .navbar [class^="icon-"], #header .navbar [class*=" icon-"] {
		margin-right: 2px;
		height: 12px;
		line-height: 14px;
		margin-top: 0px;
		vertical-align: text-top;
		width: 14px;
	}
	#header .dati p.testo {
		font-size: 13px;
	}
}
@media (max-width:767px) {
	#header{
		background-color:#e6e6e6;
		background-image: url(../imgs/banda_v.png);
		background-position: center bottom;
		background-repeat:no-repeat;
		padding-bottom:70px;
		box-shadow: none;
		border-bottom:none !important;
	}
	.navbar .btn-navbar {
		display: block;
		width:100%;
		margin-left: 0px;
		margin-right: 0px;
		padding: 10px 0px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
		border-radius:0px;
	}
	#header .navbar .nav  {
		width:100%;
	}
	#header .navbar .nav li {
		width:100%;
		line-height:20px;
		text-align:center;
		
	}
	#header .navbar .nav > li > a {
		color: #666666;
		margin:0px;
		border-bottom:1px solid #cccccc;
	}
	#header .navbar .nav > .active > a, #header .navbar .nav > li > a:hover, #header .navbar .nav > .active > a:hover, #header .navbar .nav > .active > a:focus {
		 color: #ffffff !important;
	}

	#slogan .container h3 span {
		float: left;
	}
	#header .welcome {
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}
	#header .dati p {
		width: 100%;
		text-align: center;
	}
	#header .dati p.testo {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#header .top a{
		margin: 0 auto;
		display:block;
	}
	#header .header-img {
		margin: 0 auto;
	}
	#header .dueZero, #header .lingue {
		width: 100%;
		display: table;
		margin: 0 auto;
	}
	#header .dueZero li:last-child, #header .lingue li:first-child {
		margin-left: 0px;
	}
	#header .dueZero li, #header .lingue li {
		display: table-cell;
		text-align: center;
	}
	#header .lingue {
		padding-top: 12px;
	}
	#header .navbar .nav {
		margin-top:2px;
	}
	#header .navbar .nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header .nav-collapse .dropdown-menu {
		background-color: #ffffff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.2);
		*border-right-width: 2px;
		*border-bottom-width: 2px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	#header .nav-collapse .dropdown-menu > li > .nav-header {
		color: #666666;
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		padding: 0px;
		text-transform: uppercase;
	}
	#header .nav-collapse .dropdown-menu .divider {
		background-color: #E5E5E5;
		border-bottom: 1px solid #FFFFFF;
		height: 1px;
		margin: 0px 0px;
		overflow: hidden;
		display: block;
	}
	.nav-collapse .dropdown-menu > li > a:hover, .nav-collapse .dropdown-menu > li > a:focus, .nav-collapse .dropdown-menu > li > .over, .nav-collapse .dropdown-submenu:hover > a, .nav-collapse .dropdown-submenu:focus > a {
		background-color: transparent;
	/*	background-image: url(../imgs/subnav.png);*/
		background-repeat: no-repeat;
		background-position: 20px -26px;
		color: #000000;
		padding-left: 30px;
		text-decoration: none;
		filter: none;
	}
	.nav-collapse .dropdown-menu > li > a {
		clear: both;
		color: #808080;
		display: block;
		border-bottom:1px solid #f2f2f2;
		font-weight: normal;
		line-height: 20px;
		padding: 3px 30px;
	/*	background-image: url(../imgs/subnav.png);*/
		background-repeat: no-repeat;
		white-space: nowrap;
		background-position: 20px 0px;
	}
}
/* Main Slider
-------------------------------------------------- */
#feature_slider {
	height: 665px;
	background-color: #E6E6E6;
	z-index: 1;
	position:relative;
	margin-bottom: 0px;
	/*NATALE*/
	background-image: url(../imgs/loader.gif);
	background-repeat: no-repeat;

	background-position: center center;
	/*FINE NATALE*/
}
#feature_slider h1 {
	font-weight: 100;
	color: #ccc;
	font-size: 60px;
	line-height: 66px;
	text-align: center;
	position: absolute;
	top: 180px;
	width: 100%;
}
#feature_slider h1 strong {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 20px;
}
#pagination {
	position: absolute;
	top: 462px;
	z-index: 3;
	margin: 0;
	padding: 0;
	display: none;
	list-style-type: none;
}
#pagination li {
	text-indent: -99999em;
	float: left;
/*	padding: 0 0px;*/
	padding-right:8px;
	cursor: pointer;
}
#pagination li a {
	width: 10px;
	height: 10px;
/*	box-shadow: 0px 0px 1px 2px #ccc;*/
	background-color:#cccccc;
	border-radius: 10px;
	border:2px solid #ffffff;
	display: block;
	opacity: .7;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
}
#pagination li.active a {
	background-color:#48be3c;
	box-shadow: none;
	width: 10px;
	height: 10px;
}
#pagination li:hover a {
	opacity: 1;
}
.slide {
	width: 100%;
	height: 665px;
	position: absolute;
	display:none;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.blocco_foto{
	position:relative;
}
.blocco_foto {
	height: 430px !important;
	overflow: hidden;
	background-image: url(../imgs/loader1.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#map{
	height: 430px !important;
	overflow: hidden;
	margin-bottom:20px;
	border:1px solid #cccccc;
}
.blocco_foto .slide {
	height: 430px !important;
	overflow: hidden;
	display: block;
	opacity:0;
	filter: alpha(opacity = 0);
	background-color:#e6e6e6;
	background-position:top center;
	background-repeat:no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.slide.previous {
	z-index: 1;
}
.slide.active {
	z-index: 2;
}
.slide.hiddden {
	display: none;
}
/* Custom styles for each slide */

.info {
	padding-top: 180px;
}
.info .h2 {
	font-family: 'BlueHighwayCondensed-Regular', sans-serif;
	color: #666666;
	font-size: 30px;
	line-height: 34px;
	margin:0px;
	text-shadow: 0px 1px 1px rgb(255, 255, 255);
}
.info .h3 {
	font-family: 'Open Sans', sans-serif;
	color: #286821;
	margin:0px;
	line-height: 25px;
	text-transform:uppercase;
	font-size: 15px;
	text-shadow: 0px 1px 1px rgb(255, 255, 255);
}
.info p {
	color: #1A1A1A;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 1px 1px rgb(255, 255, 255);
}
.info .icon-plus{
	color:#00A1DE;
	margin-right:5px;

}
.info .bottone{
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
}
.info .bottone:hover{
	text-decoration:none;
}
.asset, .fade {
	position: absolute;
	display: none;
}
#slide-left, #slide-right {
	width: 31px;
	height: 37px;
	display: block;
	position: absolute;
	top: 300px;
	left: 0;
	background: url(../imgs/leftright-arrows.png) no-repeat;
	opacity: .5;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
	display: none;
	z-index: 2;
}
#slide-right {
	left: auto;
	right: 0;
	background-position: -31px 0;
}
#slide-left:hover, #slide-right:hover {
	opacity: 1;
}
.maschera{
	position: absolute;
	height: 126px;
	width:100%;
	background-image: url(../imgs/banda_v.png);
	z-index: 8;
	bottom: 0px;
	left: 0px;
	background-position: center bottom;
}

.maschera_natale{
	position: absolute;
	height: 252px;
	width:100%;
	background-image: url(../imgs/banda_v_natale.png);
	z-index: 8;
	bottom: -126px;
	left: 0px;
	background-position: center bottom;
}

@media (min-width: 1200px) {
	.info .h2 {
		font-size: 48px;
		line-height: 40px;
	}
	.info .h3 {
		line-height: 40px;
		font-size: 17px;
	}
	.info p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.info .h2 {
		font-size: 29px;
		line-height: 32px;
	}
	.info .h3 {
		line-height: 25px;
		font-size: 16px;
	}
	.info p {
		font-size: 13px;
		line-height: 17px;
	}	
}




/*----------------------- GESTIONE NEWS -------------------------------*/

#contenitoreNews {
	background-color: transparent;
	margin-top: -100px;
	position: relative;
	z-index: 8;
	/*background-image: url(../imgs/sfondo_news.png);*/
	background-repeat: repeat-x;
	background-position: left 50px;
}
#contenitoreNews .span4 {
	background-color: #ffffff;
}
#contenitoreNews .verdeForever {
	height:150px;
	background-image: url(../imgs/sfondo_tour.png);
	background-size:cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/sfondo_tour.png',sizingMethod='scale')";
}

	#contenitoreNews .verdeForever .linkino{
		height:100%;
		background-size:cover;
	}
#contenitoreNews .verdeForever .linkino .blocchetto{
	display:block;
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
	padding:10px;
	padding-top:25px;
	font-size:21px;
	text-transform:uppercase;
	color:#286821;
	cursor:default;
}
#contenitoreNews .verdeForever .linkino .blocchetto:hover{
	text-decoration:none;
}
#contenitoreNews .verdeForever .linkino .blocchetto span{
	display:block;
	font-size:30px;
	color:#ffffff;
}
#contenitoreNews .anteprima_news_hp {
	display: block;
	color: #333333;
	padding: 5px;
	text-size: 13px;
	line-height: 20px;
}
#contenitoreNews .anteprima_news_hp:hover {
	text-decoration: none;
	cursor: pointer;
}
#contenitoreNews .anteprima_news_hp .immagine {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#contenitoreNews .anteprima_news_hp .titolo {
	font-size: 18px;
	text-shadow: #ffffff 0px 1px;
	font-weight: bold;
	line-height: 18px;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
#contenitoreNews .anteprima_news_hp .immagine .maschera, #contenitoreNews .anteprima_news_hp .immagine .maschera img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#contenitoreNews .anteprima_news_hp .immagine img {
	width: 100%;
}
#contenitoreNews .serviziHome .span9{
	margin-top:-130px;
}
#contenitoreNews .serviziHome .span3{
	background-color:#fff;
	/*box-shadow: 5px 5px 0px #d1d1d1;*/
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=145, Strength=3);
	overflow:hidden;
	transform: scale(0.98);
    -ms-transform:scale(0.98); 

}
#contenitoreNews .serviziHome .span3:hover{
/*	box-shadow: 5px 5px 0px #b1b1b1;*/
	box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
	transform: scale(1);
    -ms-transform:scale(1);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#b1b1b1', Direction=145, Strength=3);
}
#contenitoreNews .serviziHome .span3 a{
	display:block;
	text-align:center;
	font-size:32px;
	color:#666666;
	text-shadow: 1px 1px 0px #d1d1d1;
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
}
#contenitoreNews .serviziHome .span3 a:hover{
	text-decoration:none;
}
#contenitoreNews .serviziHome .span3 .immagine{
	display:block;
	width:90px;
	height:90px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#contenitoreNews .serviziHome .span3 .immagine img{
	display:block;
	width:100%;
	height:100%;
}

#contenitoreNews .serviziHome .span3:hover{
	background-color:#fff;
}
#contenitoreNews .serviziInterni ul{
	float:right;
}
#contenitoreNews .serviziInterni li{
	position:relative;
	margin-left:10px;
	float:left;
	width:80px;
	height:80px;
	display:block;
	background-color:#FFF;
}

#contenitoreNews .serviziInterni li a{
	position:absolute;
	top:0px;
	right:0px;
	width:80px;
	height:80px;
	display:block;
	overflow:hidden;
	background-color:#FFF;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	/*box-shadow: 5px 5px 0px #d1d1d1;*/
	z-index:0;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=145, Strength=3);

}
#contenitoreNews .serviziInterni li a:hover{
/*	box-shadow: 5px 5px 0px #b1b1b1;*/
	box-shadow: 5px 5px 0px rgba(0,0,0,0.4);
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	z-index:800;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#b1b1b1', Direction=145, Strength=3);
	text-decoration:none;
}
#contenitoreNews .serviziInterni li .immagine{
	width:70px;
	height:70px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
#contenitoreNews .serviziInterni li .testo{
	display:block;
	text-align:center;
	font-size:26px;
	color:#666666;
	text-shadow: 1px 1px 0px #d1d1d1;
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
}
@media (min-width: 1200px) {
	#contenitoreNews .verdeForever {
		height:185px;
	}

	#contenitoreNews .verdeForever .linkino .blocchetto{
		padding:20px;
		padding-top:32px;
		font-size:25px;
	}
	#contenitoreNews .verdeForever .linkino .blocchetto span{
		font-size:35px;
	}
	#contenitoreNews .serviziHome .span9{
		margin-top:-160px;
	}
	#contenitoreNews .serviziHome .span3 .immagine{
		width:110px;
		height:110px;
	}
	#contenitoreNews .serviziHome .span3 a{
		font-size:36px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	#feature_slider,
	.slide {
		height:600px;
	}
	#contenitoreNews {
	margin-top: -80px;
	}
	#contenitoreNews .verdeForever {
		height:114px;
	}

	#contenitoreNews .verdeForever .linkino .blocchetto{
		padding:10px;
		padding-top:20px;
		font-size:16px;
	}
	#contenitoreNews .verdeForever .linkino .blocchetto span{
		font-size:20px;
	}
	#contenitoreNews .serviziHome .span9{
		margin-top:-95px;
	}
	#contenitoreNews .serviziHome .span3 .immagine{
		width:70px;
		height:70px;
		margin-bottom:0px;
	}
	#contenitoreNews .serviziHome .span3 a{
		font-size:26px;
	}
}
@media (max-width: 767px) {
	#header .dati {
		background-color: #FFF;
		box-shadow: 0px 0px 5px #888888;
		position: absolute;
		top: -50px;
		right: 0px;
	}
	#header .welcome {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#feature_slider,  #gallery {
		display: none;
	}
	#header {
		position: static;
		margin-bottom: 20px;
		border-bottom: 1px solid #CCC;
	}
	#contenitoreNews {
		margin-top: 0px;
		background-image: none;
	}
	#contenitoreNews .span4 {
		max-width: 270px;
		margin: 0 auto;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 50px;
	}
	#contenitoreNews .anteprima_news_hp {
		max-width: 270px;
		margin: 0 auto;
	}
	#contenitoreNews h2 {
		text-align: center;
	}
	#contenitoreNews .serviziHome .span9{
		margin-top:0px;
		margin-top:20px;
	}
	#contenitoreNews .serviziHome .span3{
		max-width:180px;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}
	#contenitoreNews .verdeForever {
		background-image:none;
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale')";
		background-color:#48BF3C;
		max-width:270px;
		max-height:140px;
		margin-left:auto;
		margin-right:auto;
	}
	#contenitoreNews .verdeForever .linkino{
		height:150px;
		width:230px;
		background-size:cover;
		/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/mouse.png',sizingMethod='scale')";*/
	}
	#contenitoreNews .serviziHome .span3 .immagine{
		width:110px;
		height:110px;
		
	}
}


/*---------------------------------------------------------*/
/*----------------------- SLOGAN --------------------------*/
/*---------------------------------------------------------*/

.slogan{
	text-align:center;
	text-shadow: 1px 1px 0px #ffffff;
	color:#666666;
	
}

.slogan .span12{
	padding-top: 40px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-position: left bottom;	
}

.slogan hr{
	border-top:1px solid #999999;
}

.slogan h1{
	text-align:center;
	font-size:30px;
	margin-bottom:20px;
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
	font-weight:normal;
}

.slogan p,
.slogan h2{
	font-weight:normal;
	text-align:center;
	font-size:18px;
	line-height:33px;
}


/*-------------------------------------------------------------------*/
/*----------------------- ELENCO SITI HOME --------------------------*/
/*-------------------------------------------------------------------*/

.elencoSiti{
	padding-top:30px;
	padding-bottom:30px;
}

.elencoSiti h3{
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
	color:#666666;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}

.elencoSiti p{
	color:#666666;
}

.more{
	position:absolute;
	bottom:0px;
	left:0px;
}

.more a{
	border:none;
	text-transform:uppercase;
	background-image:url(../imgs/btn.jpg);
	font-size:14px;
	font-weight:700;
	color:#666666;
	padding:10px 10px;
	/*opacity:.8;*/
	box-shadow:none;
}

.more a:hover{
		background-image:url(../imgs/btn.jpg);
	opacity:1
}

.elencoSiti .span4 .span3{
	height:380px;
	overflow:hidden;
	position:relative;
}




@media (min-width:1200px){
	.elencoSiti .span4 .span3{
		height:320px;
		overflow:hidden;
		position:relative;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.elencoSiti .span4 .span3{
		height:360px;
		overflow:hidden;
		position:relative;
	}
	.elencoSiti h3{
		font-size:20px;
		line-height:22px;
	}
	
	.elencoSiti p{
		font-size:12px;
		color:#666666;
	}
	.more a{
		font-size:11px;
		padding:6px 6px;
	}
}
@media (max-width: 767px){
	.elencoSiti{
	padding-top:0px;
	padding-bottom:10px;
}
	.elencoSiti .span4{
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
	}
	.elencoSiti .span4 .span3{
		height:auto;
		overflow:hidden;
		position:relative;
	}
		.elencoSiti p{
		line-height:20px;
	}
	.more {
		position:static;
	}
}

/*----------- MENU PAGINE INTERNE -------------*/

.intro .bs-docs-sidenav,
.intro .bs-docs-sidenavSmall {
	margin-top: 10px;
	background-image: url(../imgs/sfondo_menu.png);
	width: 220px;
	background-color: transparent;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;
}

.intro .bs-docs-sidenav  .nav-list,
.intro .bs-docs-sidenavSmall .nav-list {
	background-repeat: no-repeat;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=3);
	background-position: left top;
	background-color: #fff;
	border: 0 none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}

.bs-docs-sidebar  .affix {
    top: 0;
}
.bs-docs-sidenav.affix-bottom {
    bottom: 270px;
    position: absolute;
    top: auto;
}

.intro .bs-docs-sidenav  .nav-list > li,
.intro .bs-docs-sidenavSmall .nav-list > li {
   text-transform:uppercase;
}

.intro .bs-docs-sidenav .nav-list > li a,
.intro .bs-docs-sidenavSmall .nav-list > li a {
    margin-left: 0;
    margin-right: 0;
    text-shadow: none;
}
.intro .bs-docs-sidenav  .nav-list > li a,
.intro .bs-docs-sidenavSmall .nav-list > li a {
    color: #111111;
    display: block;
    opacity: 0.4;
    overflow: hidden;
    padding: 5px 5px 5px 25px;
}

.intro .bs-docs-sidenav  .nav-list > li a:hover,
.intro .bs-docs-sidenav  .nav-list > li a.attivato,
.intro .bs-docs-sidenavSmall .nav-list > li a:hover,
.intro .bs-docs-sidenavSmall .nav-list > li a.attivato {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    text-decoration: none;
}
.intro .nav-list  .active > a, 
.intro .nav-list  .active > a:hover, 
.intro .nav-list  .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    color: #333333;
    overflow: hidden;
    padding: 5px 0 5px 35px;
    text-shadow: none;
}

.intro .bs-docs-sidenav .mioBloccoNav,
.intro .bs-docs-sidenavSmall .mioBloccoNav{
	width:100%;
	height:100%;
	position:relative;
}

/*.intro .bs-docs-sidenav .mioBloccoNav{
	width:100%;
	height:100%;
	position:relative;
}*/
.intro .bs-docs-sidenav .mioBloccoNav .barra,
.intro .bs-docs-sidenavSmall .mioBloccoNav .barra {
	left: -5px;
	height: 15px;
	position: absolute;
	width: 22px;
	z-index: 300;
	background-image: url(../imgs/barra.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*--------------- STILI SCRITTI INTERNI -------------------*/
.maschera-top{
	height:6px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:300;
	background-color:#000;
	opacity:.1;
	filter: alpha(opacity = 10);
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    list-style: none outside none;
    margin: 0 0 0px;
    padding: 8px 0px;
	border-bottom:1px dotted #ccc;
	margin-top:37px;
	margin-bottom:20px;
}
.breadcrumb > li {
    display: inline-block;
	text-transform:uppercase;
	font-size:12px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.breadcrumb > li > .divider {
    color: #CCCCCC;
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #111111;
}

.intro{
	padding-bottom: 50px;
	color: #6B6B72;
	line-height: 20px;
}
.bottom{
	margin-bottom:50px;
}
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6{
	font-family: 'BlueHighwayCondensed-Regular', sans-serif;
	color:#666666;
	font-size:25px;
	line-height:28px;
	font-weight:normal;
	margin-top:0px;
}
.intro h1{
	color:#333333;
}
.intro h2{
	font-size:16px;
	line-height:20px;
	font-family: 'Open sans', sans-serif;
	font-weight:700;
}
.intro h3{
	color:#3EA736;
	font-size:14px;
	line-height:18px;
	font-family: 'Open sans', sans-serif;
	font-weight:700;
}
.intro .span9 a{
	text-decoration:underline;
}

.intro .spec_clienti h3{
	font-family: 'Open sans', sans-serif;
	font-size:14px;
	line-height:14px !important;
	font-weight:bold;
	margin-top:0px !important;
	color:#3EA736;
	text-transform:uppercase;
}
.intro .completa{
	width:98%;
}
@media (max-width:1200){
	.breadcrumb > li {
		font-size:14px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.breadcrumb > li {
		font-size:11px;
	}	
	.breadcrumb {
		margin-bottom:10px;
	}
}
/*--------- FORM --------*/
/* FORM */
.intro .form {
	text-align: left;
}
.intro .form h1 {
	text-align: center;
}
.intro .error {
	color: #930;
}

.intro form label {
	text-shadow: #FFF 0px 1px;
}
.intro .checkbox {
	position: relative;
}
.intro .checkbox label.error {
	bottom: -15px;
	color: #990000;
	display: block;
	height: 10px;
	left: 20px;
}
.intro input.error[type="text"], 
.intro select.error, 
.intro input.error[type="password"], 
.intro textarea.error {
	background-color: #F2DEDE;
	border: 1px solid #930;
	color: #990000;
}
.intro label.error {
	display: none;
	height: 0;
	position: absolute;
}

#contenitoreNews .altezzaInterna,
#contenitoreNews .altezzaInterna .linkino{
		height:114px !important;
		background-size: cover;
		background-repeat:no-repeat;
	}
	
/*--------- CLIENTI -------*/
.intro .nomeCliente {
	margin-bottom:20px;
	overflow:hidden;
/*	background-color:#C93;*/
}
.intro .nomeCliente *{
	margin:0px;
	line-height:40px;
	padding:0px;
}
.intro .nomeCliente h1{
	font-size:31px;
	color:#333333;
	float:left;

}
.intro .titoloSezione{
	font-family:"Open Sans", Arial;
	font-weight:700;
	text-transform:uppercase;
	color:#666666;	
	font-size:16px;
	margin-bottom:15px;
}
.intro .titoloSezione i{
/*	margin-right:5px;*/
	display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.intro .navElenco{
	
	float:right;
}
.intro .navElenco li{
	float:left;
	margin:0px;
	padding:0px;
	line-height:40px;
	margin-left:20px;
	
}
.intro .navElenco li a{
	display: block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	background-image: url(../imgs/left.gif);
	background-position:  left 0px;
	background-repeat: no-repeat;
	text-indent: 10000em;
}
.intro .navElenco li a.right{
	background-image: url(../imgs/right.gif) !important;
}
.intro .navElenco li a:hover{
	background-position:  left -35px;
}
/*#intro .error {
	color: #930;
}
.introduzione form label {
	text-shadow: #FFF 0px 1px;
}
.introduzione .checkbox {
	position: relative;
}
.introduzione .checkbox label.error {
	bottom: -15px;
	color: #990000;
	display: block;
	height: 10px;
	left: 20px;
}
.introduzione input.error[type="text"], .introduzione select.error, .introduzione input.error[type="password"], .introduzione textarea.error {
	background-color: #F2DEDE;
	border: 1px solid #930;
	color: #990000;
}
.introduzione label.error {
	display: none;
	height: 0;
	position: absolute;
}*/
/*#map {
	border-bottom: 1px solid #999;
}*/
#map img {
	max-width: none
}
#tooltip{
	width:170px;
	height:90%;
	float:left;
	overflow:hidden;
}
 @media (max-width: 1199px) {
#gallery .fotoDx {
	padding-top: 35px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
	#gallery {
		padding-top: 160px;
	}
	#gallery .fotoDx {
		padding-top: 20px;
	}
	#gallery .titolo {
		font-size: 12px;
	}
}
@media (min-width:1200px){
	#contenitoreNews .altezzaInterna,
	#contenitoreNews .altezzaInterna .linkino{
		height:140px !important;
	}
	.intro .bs-docs-sidenav,
	.intro .bs-docs-sidenavSmall {
		margin-top: 10px;
		font-size:14px;
		background-image: url(../imgs/sfondo_menu.png);
		width: 270px;
		background-color: transparent;
		padding-top: 10px;
		background-repeat: no-repeat;
		background-position: left top;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	
	#contenitoreNews .altezzaInterna,
	#contenitoreNews .altezzaInterna .linkino{
		height:86px !important;
	}
	
	.intro .bs-docs-sidenav,
	.intro .bs-docs-sidenavSmall {
		width: 166px;
		font-size:11px;
	}

}

@media (max-width: 768px){
	#contenitoreNews .altezzaInterna,
	#contenitoreNews .altezzaInterna .linkino{
		width:270px;
		height:140px !important;
		background-size:contain;
		background-repeat:no-repeat;
	}
	#contenitoreNews .serviziInterni ul{
		margin-top:20px;
		float:none;
		/*background-color:#C33;*/
		text-align:center;
	}
	
	#contenitoreNews .serviziInterni li{
		position:relative;
		float:none;
		display:inline-block;
		margin:10px 5px 0;
	}
	.intro{
		padding-bottom:20px;
	}
	.intro .bs-docs-sidenav,
	.intro .bs-docs-sidenavSmall{
		width:100%;
		background-image: none;
	}
	.affix {
		position:static;
		top: 0;
	}
	
	.spec_clienti .span6 p img{
		max-width:424px;
		margin-left:auto;
		margin-right:auto;
		display:block;	
	}
}
@media (max-width: 480px){
	.spec_clienti .span6 p img{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		display:block;	
	}
	
}
/*---------------------------------------------------------*/
/*----------------------- FOOTER --------------------------*/
/*---------------------------------------------------------*/
.btn-inverse {
    background-color: #4f5152;
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}

#footer {
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 45px;
	color: #B3B3B3;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
#footer .h3{
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
	color:#b3b3b3;
	font-size:26px;
	line-height:26px;
	margin-bottom:25px;
}
.h3{
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
	color: #333333;
	font-size:26px;
	line-height:26px;
}
#footer p{
	line-height:20px;
}
#footer p a{
	color:#ffffff;
}
#footer .span4{
	background-image: url(../imgs/sfondo_footer.gif);
	background-repeat: repeat-x;
	background-position: left 37px;	

}
#footer .span4 img{
	margin-top:8px;

}
#footer .social a {
    transform: scale(0.9);
    -ms-transform:scale(0.9);
	background-image: url("../imgs/social.png");
	display: inline-block;
    vertical-align: baseline;
	backface-visibility: hidden;
	font: 0px/0 a;
    background-repeat: no-repeat;
    background-size: 39px 120px;
    height: 40px;
    width: 40px;
}
#footer .social a.blog {
    background-position: 0 0;
}
#footer .social a.twitter {
    background-position: 0 -40px;
}
#footer .social a.facebook {
    background-position: 0 -80px;
}
#footer .social a:hover {
    transform: scale(1);
	-ms-transform:scale(1);
}


.footerBottom {
	color: #555555;
	border-top:#666666 1px solid;
	background-color: #131718;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
.footerBottom .testoHome,
.footerBottom .testoHome *{
	display:inline !important;
	font-size: 10px !important;
	color: #555555 !important;
	line-height:12px !important;
	font-weight:normal !important;
}
.footerBottom p {
	font-size: 14px;
}
.footerBottom .loghi {
	text-align: center;
}
.footerBottom .loghi img {
	padding: 5px;
}
.footerBottom .testoHome {
	color:#4d4d4d;
}

#footer textarea, #footer input[type="text"], #footer input[type="password"], #footer input[type="datetime"], #footer input[type="datetime-local"], #footer input[type="date"], #footer input[type="month"], #footer input[type="time"], #footer input[type="week"], #footer input[type="number"], #footer input[type="email"], #footer input[type="url"], #footer input[type="search"], #footer input[type="tel"], #footer input[type="color"], #footer .uneditable-input {
	background-color: #474646;
	border: 1px solid #474646;
	color: #CCC;
}



@media (min-width: 768px) and (max-width: 979px) {
	
	#footer .span4 img{
	margin-top:15px;

}
}
@media (max-width:767px) {
	#footer {
		text-align: center;
	}
	#footer .span3 {
		margin-top: 20px;
		text-align: center;
	}
}


#toTop {
	text-indent: 100%;
}
#toTop {
	background: url("../imgs/ui.totop.png") no-repeat scroll left top;
	border: medium none;
	bottom: 20px;
	display: none;
	height: 42px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	text-indent: 100%;
	width: 42px;
	z-index: 9000;
}
#toTopHover {
	background: url("../imgs/ui.totop.png") no-repeat scroll left -42px transparent;
	display: block;
	float: left;
	height: 42px;
	opacity: 0;
	overflow: hidden;
	width: 42px;
}
#toTop:active, #toTop:focus {
	outline: medium none;
}

/*----------------------- FINE FOOTER --------------------------*/
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#mioBlocchissimo{
	opacity:0;	
}
#container{
	margin: 0 auto;
}
.clienti{
	background-image: url(../imgs/loader1.gif);
	background-repeat: no-repeat;

	background-position: center center;
}
.element {
    color: #222222;
    float: left;
    height: 176px;
    margin: 12px;
    width: 265px;
}
.element a {
	poition:relative;
    height: 176px;
    display:block;
    width: 265px;
	border:1px solid #fff;
	/*border-bottom:1px solid #999;*/
	/*box-shadow: 5px 5px 0px rgba(0,0,0,0.1);*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=145, Strength=3);
}
.element a .informazioni{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffffff;
    height: 158px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
  /*  display:none;*/
  opacity:0;
  filter: alpha(opacity = 0);
    width: 237px;
	color:#333;
}
.element a .informazioni .titolo{
	font-family:'BlueHighwayCondensed-Regular', sans-serif;
	font-size:23px;
	line-height:23px;
	margin-bottom:7px;
	display:block;
	position:relative;
	color:#43B239;
}

.element a .informazioni .titolo .bavetta{
	background-image: url("../imgs/barra.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 15px;
    left: -28px;
	top:2px;
    position: absolute;
    width: 22px;
    z-index: 300;

}

.element a .informazioni .infoPlus{
	font-size:12px;
	text-transform:uppercase;
}
.element a .informazioni .infoPlus span{
	display:block;
	margin-bottom:2px;
	font-weight:700;
}
.element a .informazioni i{
	display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.element a:hover{
	text-decoration:none;
	/*border:1px solid #fff;*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	/*box-shadow: 5px 5px 0px rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=145, Strength=3);*/
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}


iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}