/*

	VERDE: #78C362;

*/

@font-face {
  font-family: 'MarineUP';
  src: url('fonts/MarineUP.eot?#iefix') format('embedded-opentype'),  url('fonts/MarineUP.otf')  format('opentype'),
	     url('fonts/MarineUP.woff') format('woff'), url('fonts/MarineUP.ttf')  format('truetype'), url('fonts/MarineUP.svg#MarineUP') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MarineUP-Bold';
  src: url('fonts/MarineUP-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/MarineUP-Bold.otf')  format('opentype'),
	     url('fonts/MarineUP-Bold.woff') format('woff'), url('fonts/MarineUP-Bold.ttf')  format('truetype'), url('fonts/MarineUP-Bold.svg#MarineUP-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 1200px){
	.col-lg-15{
		width: 20%;
	}
}

a, a:hover {
    color: #826546;
}

.pallinoGrande{
	padding-left: 25px;
	font-size: 15px !important;
	position: relative;
	line-height: 21px;
	display: block;
}

.pallinoGrande:before{
	position: absolute;
	left: 0px;
	top: -2.5px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #4A4A4A;
	border-radius: 50%;
	margin: 0px !important;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
}

.pagination>li>a, .pagination>li>span{
	border-width: 0px;
	color: inherit;
	font-weight: bold;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 39px;
	padding: 7px 11px 4px 11px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #78C362;
    border-color: #78C362;
	border-width: 0px;
}

.greenText, .greenText a{
	color: #78C362;
}

.navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>.active>a:before {
	content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #78C362;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.navbar-default .navbar-nav>.active>a{
	position: relative;
	background-color: #FFFFFF !important;	
}

.navbar-default .navbar-nav a:hover{
	background-color: #e7e7e7 !important;
}

.titlePage{
	background: #78C362;
    color: #FFFFFF;
    padding: 32px 30px 25px 30px;
    font-size: 28px;
    text-align: center;
}

.titlePage h1{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 31px;
}

.display-block{
	display: block;
}

@media screen and (max-width: 991px){
	
	.ml100{
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	
	.text-right{
		text-align: center !important;
	}
	
	.mr100{
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	
	.pl0{
		padding-left: 15px !important;
	}
	
	.bloccoAppaiato>div:last-child{
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	
	.inBasso{
		position: static !important;
		margin-bottom: 30px;
	}
}

.bloccoNews{
	border: 3px solid #78C362;
	border-radius: 2px;
	background: #FFFFFF;	
}

.bloccoNews .greenBackground{
	display: block;
    background: #78C362;
    text-align: center;
    color: #FFFFFF;
    font-size: 21px;
}

.brownBackground{
	background: #7B6342;
	color: #FFFFFF;
}

.facebookImg{
	background: #FFFFFF;
	color: #4A4A4A;
}

.facebookImg>a{
	display: block;
	padding: 15px 5px;
}

.facebookImg .nome{
	margin: 0px 15px;
	display: block;
}

.facebookImg hr{
	margin: 10px 0px;
}

hr{
	border-bottom: 1px solid #E7E7E7;
}

.facebookImg .pubblicatoIl{
	display: block;
	padding-bottom: 15px;
}

.font-normal{
	font-weight: normal !important;
}

.btn-default{
	font-family: 'MarineUP-Bold';
    color: #FFFFFF;
    background-color: #78C362;
    border-color: #78C362;
    border-width: 3px;
    font-size: 18px;
    padding: 10px 48px 6px 48px;
}

.btn-default:hover, .btn-default:active{
    background-color: #FFFFFF;
    color: #78C362;
    border-color: #78C362;
}

.navbar-nav>li{
	vertical-align: middle;
}

.titoloTipoStaff{
	background-color: #78C362;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding: 19px 20px 19px 20px;
    font-size: 19px;
    margin-bottom: 20px;
}

.elementoStaff{
	background-color: #FFFFFF;
    padding: 19px 20px 19px 20px;
    margin-bottom: 20px;
}

.elementoStaff strong{
	font-size: 18px;
}

.logoPiccolo{
	opacity: 0;
	display: none !important;
	transition: all 0.5s !important;
	background: #FFFFFF;
	padding: 0px 15px;
}

.carousel-inner>.item {
    background: #FFFFFF;
}

.carousel-control{
	opacity: 1;
    top: 50%;
    margin-top: -35px;
    bottom: initial;
    width: 70px;
    height: 70px;
}

.carousel-control img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.carousel-control.left{
	left: -100px;
}

.carousel-control.right{
	right: -100px;
}

.carousel-control .on{
	z-index: +999;
	opacity: 0;
	transition: all 0.5s;
}

.carousel-control:hover .on{
	opacity: 1;
}

.carousel-control .off{
	z-index: +1;	
	opacity: 1;
}

.carousel-caption{
	position: relative;
    background: #FFFFFF;
    color: inherit;
    text-shadow: none;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 20px 0px 20px;
	right: 0px;
    left: 0px;
}

.carousel-caption:before{
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFFFFF;
}

.the-fixed {
    background: #FFFFFF;
}

.greyBackground{
	background: #E7E7E7;	
}

.distanceMe:before {
    content: "";
    display: block;
    height: 20px;
}

.the-fixed>.navbar{
	width: auto;
	left: 50%;
    transform: translateX(-50%);
	transition: all 0.5s;
}

.carousel-indicators{
	position: static;
    left: initial;
    margin: 16px 0px;
    width: 100%;
    height: 10px;
    bottom: initial;
    top: initial;
    font-size: 0px;
}

.carousel-indicators li{
	background: #FFFFFF;
	width: 10px;
	height: 10px;
	margin: 0px 6px !important;
	border-width: 0px;	
}

.parallax p {
    margin: 0px;
    padding: 67px;
    line-height: 32px;
    font-size: 25px;
    font-weight: bold;
    background-color: rgba(120,195,98,0.8);
    color: #FFFFFF;
    letter-spacing: 1px;
}

.carousel-indicators li.active{
	background: #424242;
	width: 10px;
	height: 10px;
}

body{
	font-family: 'MarineUP';
	color: #4A4A4A;
	font-size: 15px;
    line-height: 18px;
}

.lh25{
	line-height: 25px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

.navbar-collapse{
	position: relative;
	text-align: right;
}

.navbar-collapse .nav li{
	background: #FFFFFF;
}

.navbar-collapse .nav li:first-child{
	padding-left: 20px;
}

.navbar-collapse .nav li:last-child{
	padding-right: 20px;
}

.bloccoAppaiato{
	position: relative;
}

.bloccoAppaiato .inBasso{
	position: absolute;
    top: 50%;
    left: 50%;
    right: 34px;
    transform: translateY(-50%);
}

.position-static{
	position: static !important;
}

.position-relative{
	position: relative !important;
}

.erPulsantone a{
	display: block;
	background: #78C362;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	padding: 42px 20px 31px 20px;
}

.linkCheNonSo a{
	display: inline-block;
    color: inherit;
    font-weight: bold;
    margin-right: 30px;
    font-size: 18px;
    line-height: initial;
}

.linkCheNonSo a.active{
	color: #78C362;
}

.lineaMenu{
	height: 3px;
	background-color: #E7E7E7;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	width: 100%;
	left: 0px;
}

.fixedMenu .lineaMenu{
	display: none !important;
}

.quelCoso h3{
	font-weight: normal;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 15px;
}

.navbar-brand>img {
    display: block;
    margin: auto;
}

.navbar-brand {
    float: none;
	display: inline-block;
	padding: 45px 20px 20px 20px;
}

.navbar-header {
    float: none;
    display: block;
    text-align: center;
}

.navbar-nav li a{
	font-size: 19px;
	color: #555 !important;
}

.navbar-default {
    background-color: transparent;
	border-width: 0px;
}

.introHome{
	padding-right: 20px;
}

@media (min-width: 769px){
	.fixedMenu .the-fixed>.navbar, .fixedMenu .navbar-collapse{
		width: 100%;
	}

	.fixedMenu .the-fixed>.navbar{
		right: 0px;
		transform: none;
		left: initial;
	}

	.fixedMenu .logoPiccolo{
		float: left !important;
		display: inline !important;
		opacity: 1;
	}

	.fixedMenu .navbar-nav{
		float: right;
	}
}

.fixedMenu .navbar-nav{
}

@media (max-width: 1160px){
	.carousel-control.right {
		right: 10px;
	}
	
	.carousel-control.left {
		left: 10px;
	}
	
	.introHome{
		padding: 20px;
	}
}

@media (max-width: 768px){	
	.quelCoso{
		margin-bottom: 30px;
	}
	
	.navbar-nav{
		margin-top: 0px;
		border-bottom: 2px solid #CCCCCC;
	}
	
	.lineaMenu{
		display: none;
	}
	
	.the-fixed>.navbar{
		width: 100%;
	}
	
	.navbar-default .navbar-toggle {
		right: 10px;
		top: 10px;
		z-index: 9999;
    	background: #FFFFFF;
	}
	
	.navbar-nav li a {
		text-align: center;
	}

	.navbar-collapse .nav li:first-child{
		padding-left: 0px !important;
	}

	.navbar-collapse .nav li:last-child{
		padding-right: 0px !important;
	}
}

@media (min-width: 768px){	
	.nav>li>a {
		padding: 10px 14px;
	}
	
	.navbar-nav {
		float: none;
		display: inline-block;
		margin: auto;
		text-align: center;
		font-size: 0px;
		transition: all 0.5s;
		position: relative;
		min-width: 560px;
	}
	
	.navbar-nav>li {
		float: none;
		display: inline-block;
	}
	
	.navbar-nav>li>a {
		padding-top: 17px;
		padding-bottom: 17px;
	}	
}

.upperFooter, .lowerFooter{
	padding: 20px;
	color: #FFFFFF;
	line-height: 28px;
}

.upperFooter a, .lowerFooter a{
	color: #FFFFFF;
}

.upperFooter h3{
	font-size: 16px;
}

.lowerFooter{
	font-size: 14px;
}

.upperFooter{
	background: #424242;
}

.lowerFooter{
	background: #292929;
}

.whiteBackground{
	background: #FFFFFF;
}

.normalFont{
	font-size: inherit;
	font-weight: inherit;	
}

input[type="text"].form-control , textarea.form-control{
	border: 2px solid #9D9C9C;
	border-radius: 2px;
}

input[type="text"].form-control:focus, textarea.form-control:focus{
	outline: none;
	box-shadow: none;
	border: 2px solid #9D9C9C;
}

.titoloFogliare{
	text-align: center;
	padding: 44px 20px;
	position: relative;
}

.titoloFogliare h2{
	margin: 0px;
	padding: 0px;
}

.titoloFogliare h2, .facebook h2{
	font-size: 24px;
	letter-spacing: 1px;
}

.facebook h2{
	margin: 34px 30px 26px 30px
}

.titoloFogliare:before, .divisore{
	content: "";
    display: block;
    position: absolute;
    background: url(images/foglia.png) right bottom no-repeat;
    height: 20px;
    width: 44%;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    border-top: 4px solid #78C362;
}

.titoloFogliare:after{
	content: "";
    display: block;
    position: absolute;
    background: url(images/foglia.png) left top no-repeat;
    height: 20px;
    width: 44%;
    right: 0px;
    top: 50%;
    margin-top: -18px;
    border-bottom: 4px solid #78C362;
}

.lineaFogliaCompletaTop, .lineaFogliaCompletaBottom{
	height: 0px;
	position: relative;
    border-bottom: 4px solid #78C362;
	display: block;
	margin: 50px 0px 30px 0px;
}

.lineaFogliaCompletaBottom{
	margin: 30px 0px 50px 0px;
}

.lineaFogliaCompletaTop:after, .lineaFogliaCompletaTop:before, .lineaFogliaCompletaBottom:after, .lineaFogliaCompletaBottom:before{
	content: "";
	position: absolute;
	bottom: -4px;
	width: 22px;
	height: 19px;
    background: url(images/foglia.png) no-repeat;
	left: 7px;
}

.lineaFogliaCompletaBottom:after, .lineaFogliaCompletaBottom:before{
	bottom: -19px;
}

.lineaFogliaCompletaTop:before{
	right: 7px;
	left: initial;
    background: url(images/foglia_sx.png) no-repeat;
}

.lineaFogliaCompletaBottom:before{
	right: 7px;
	left: initial;
    background: url(images/foglia.png) no-repeat;
}

.lineaFogliaCompletaBottom:after{
	left: 7px;
	right: initial;
    background: url(images/foglia_sx.png) no-repeat;
}

.divisore{
	position: relative;
    width: 100%;
    left: -30px;
    margin: 30px 0px;
}

@media screen and (max-width: 800px) {
	.titoloFogliare:before, .titoloFogliare:after{
		width: 39% !important;
	}
	
	.divisore{
		left: initial !important;
	}
}