/*FONT -----------------------------------------------------------------*/
@charset "utf-8";

/*APP -----------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none!important;
}
/*FONT -----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');

body {
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size: 22px;
	background-color: #fff;
		width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;

}
img {
	border: 0
}
body {
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.trans * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.notrans * {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.input-group * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.wow {
	visibility: hidden;
}
.wowvisible .wow {
	visibility: visible;
}
.form-group * {
	outline: none!important;
}
@media (min-width: 768px) {
.no-desktop {
	display: none!important;
}
}
@media (min-width: 992px) {
.no-tab {
	display: none!important;
}
}
@media (max-width: 1199px) {
.no-laptop {
	display: none!important;
}
}
@media (max-width: 992px) {
.no-mobile {
	display: none!important;
}
}
@media (max-width: 767px) {
.no-sm {
	display: none!important;
}
}

/*TEXT -----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
}
h1, h1 a:link, h1 a:visited, a:link h1,  a:visited h1 {
	line-height: 1.2em;
	font-weight: 300;
	text-decoration: none;
	font-size: 46px;
}
h1 a:hover, a:hover h1 {
}
h2, h2 a:link, h2 a:visited, a:link h2,  a:visited h2 {
	line-height: 1.2em;
	font-weight: 300;
	text-decoration: none;
	font-size: 36px;
}
h2 a:hover, a:hover h2 {
}
h3, h3 a:link, h3 a:visited, a:link h3,  a:visited h3 {
	line-height: 1.2em;
	font-weight: 300;
	text-decoration: none;
	font-size: 30px;
}
h3 a:hover, a:hover h3 {
}
h4, h4 a:link, h4 a:visited, a:link h4,  a:visited h4 {
	line-height: 1.2em;
	font-weight: 300;
	text-decoration: none;
	font-size: 24px;
}
h4 a:hover, a:hover h4 {
}
h5, h5 a:link, h5 a:visited , a:link h5,  a:visited h5{
	line-height: 1.2em;
	font-weight: 300;
	text-decoration: none;
	font-size: 20px;
}
h5 a:hover, a:hover h5 {
}
h6, h6 a:link, h6 a:visited , a:link h6,  a:visited h6{
	line-height: 1.2em;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
}
h6 a:hover, a:hover h6 {
}
a, a:hover, a:focus, a:visited {
  text-decoration:none;
}
p a:link, p a:visited, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited  {
 	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
  color: #000;
}
a:hover, p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover  {
  color: #000;
  text-decoration:none;
}
p {
	font-weight: 300;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}
p a:link, p a:visited {
	text-decoration: underline;
	color: #f97a29;
}
p a:hover, p a:focus {
	color: #000;
}
p strong {
	font-weight: 600;
}
ul, ol {
	margin-bottom: 0px;
	margin-top: 0;
	list-style: none;
}
.text-center {
	text-align: center;
}
@media (max-width: 767px) {
h1, h1 a:link, h1 a:visited, h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited, h4, h4 a:link, h4 a:visited, h4, h4 a:link, h4 a:visited {
	word-wrap: break-word;
}
}
p.blockinfo {
  background-color: #efefef;
  color: #666;
  display: table;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  margin-top: 15px;
  padding: 4px 6px;
  text-transform: uppercase;
  width: auto;
  margin-bottom:10px;
}
/*EFFETTI -----------------------------------------------------------------*/
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.hvr-grow2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow2:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.hvr-grow3>img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow3:hover>img {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
@media (max-width: 767px) {
.hvr-grow:hover {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
.hvr-grow2:hover {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
}

/*STRUTTURA -----------------------------------------------------------------*/
.rowfull {
	width: 100%;
	padding: 0px;
}
.rowfull.sup {
	padding: 80px 0px 80px 0px;
}
.rowfull.sup.up {
	padding: 80px 0px 20px 0px;
}
.rowfull.sup.down {
	padding: 20px 0px 80px 0px;
}
.rowfull.lite {
	padding: 40px 0px 40px 0px;
}
.rowfull.lite.up {
	padding: 40px 0px 10px 0px;
}
.rowfull.lite.down {
	padding: 10px 0px 40px 0px;
}
.rowfull.xlite {
	padding: 20px 0px 20px 0px;
}
.rowfull.med {
	padding: 60px 0px 35px 0px;
}
.fullcontainer {
	width: 100%;
}
.main {}
.space {
	height: 35px;
	width:100%;
	display:inline-block;
}
.space.xlite {
	height: 10px;
}
.space.lite {
	height: 20px;
}
.space.med {
	height: 50px;
}
.space.sup {
	height: 70px;
}
.divider {
	padding-top: 45px;
	border-top: solid 2px #efefef;
}
.divider.lite {
	padding-top: 25px;
	border-top: solid 2px #efefef;
}
.divider.xlite {
	padding-top: 12px;
	margin-top:5px;
	border-top: solid 1px #e1e1e1;
}
.divider.zero {
	padding-top: 0px;
	border-top: solid 2px #efefef;
}
.divider-bar {
	padding-bottom:20px;
	border-bottom: solid 3px #ccc;
	width:40px;
	margin:auto;
	margin-bottom:20px;
	display:block;
}
.divider.color03 {
 border-top: solid 2px #d6d6c8;
}

@media (max-width: 1024px) {
.rowfull.sup {
	padding: 45px 0px;
}
.rowfull.lite {
	padding: 25px 0px;
}
}
@media (max-width: 767px) {
.space {
	height: 25px;
}
.space.lite {
	height: 15px;
}
.space.sup {
	height: 45px;
}
}

/*BUTTON -----------------------------------------------------------------*/
.button-cus, .button-cus:link, .button-cus:visited {
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	padding: 8px 18px;
	border: none;
	position: relative;
	text-align: left;
	white-space: normal;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-bottom:10px;
	color:#fff;
/*	text-transform: uppercase;*/
}
.button-cus.lite, .button-cus.lite:link, .button-cus.lite:visited {
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	padding: 4px 18px;
	border: none;
	position: relative;
	text-align: left;
	white-space: normal;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.button-cus.xlite, .button-cus.xlite:link, .button-cus.xlite:visited {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	padding: 4px 14px;
	border: none;
	position: relative;
	text-align: left;
	white-space: normal;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.button-cus.sup, .button-cus.sup:link, .button-cus.sup:visited {
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px;
	line-height:36px;
	border: none;
	position: relative;
	text-align: left;
	white-space: normal;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}
.button-cus.sup.icon-dx i {
	font-size: 24px; margin-left:15px;
}
.button-cus span{
	display:block;
}
.button-color1 {
	color: #000;
	background-color: #ccc;
}
.button-color1:hover {
	color: #fff;
	background-color: #000;
}
.button-color2 {
	color: #000;
	background-color: #ccc;
}
.button-color2:hover {
	color: #fff;
	background-color: #000;
}
.button-color3 {
	color: #000;
	background-color: #ccc;
}
.button-color3:hover {
	color: #fff;
	background-color: #000;
}
.button-color4 {
	color: #000;
	background-color: #ccc;
}
.button-color4:hover {
	color: #fff;
	background-color: #000;
}
.button-color5 {
	color: #fff;
	background-color: #000;
}
.button-color5:hover {
	color: #fff;
	background-color: #000;
}
.button-color6 {
	color: #000;
	background-color: #fff;
	text-align:center;
}
.button-color6:hover {
	color: #000;
	background-color: #000;
}
.button-cus.arrow-dx {
	padding-right: 55px;
}
.button-cus.arrow-sx {
	padding-left: 55px;
}
.button-cus.icon-dx i {
	margin-left: 8px;
}
.button-cus.icon-sx i {
	margin-right: 8px;
}
.button-cus.big-icon   {
	padding: 4px 12px;
}
.button-cus.big-icon i  {
	font-size: 25px;
}
 @media (max-width: 599px) {
.button-cus.fullw {width:100%; margin-bottom:10px; text-align:center;}
	 }



/*MODULI -----------------------------------------------------------------*/
/*titoli*/
.block {
	margin-bottom: 20px;
	display: inline-block;
	width:100%;

}
.mod-title {
margin-bottom: 10px; 
}
.mod-title * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.mod-title h1 {
	color: #000;
	display: inline-block;
	width: 100%;
}
.mod-title h1 span {
	color: #f97a29;
}
.mod-title h1 strong {
	font-weight:400;
}
.titlebar.center {
	background-image: url(../design/titlebar.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: inline-block;
	height: 20px;
	margin-bottom: 20px;
}
.mod-title.center h1 {
	text-align: center;
}
.mod-title h2 {
	color: #573010;
	display: inline-block;
	width: 100%;
	font-weight:500;
}
.mod-title h2 span {
	color: #f96f00;
}
.mod-title h2 strong {
	font-weight:400;
}
/*testo*/
.block p {
	margin-bottom: 0px;
	font-size:20px; width: 100%;
}
.block p * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block p strong {
	color:#573010;
}
.block.two-column p {
	column-count: 2;
	column-gap: 40px;
	column-rule: 1px solid #fff;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-moz-column-rule: 1px solid #fff;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-webkit-column-rule: 1px solid #fff;
}
.block p:last-child {
	margin-bottom: 0px;
}
.block.letter p::first-letter {
	font-size: 52px;
	float: left;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 8px 0px 0px;
	color: #000;
}
.block.lite p {
	font-size: 15px;
	margin-bottom: 0px;
}
/*blocco immagine*/
.mod-image {
	display: block;
	width: 100%;
	background-color: #000;
}
a.mod-image {
	width: 100%;
}
.mod-image img {
	width: 100%;
}
.mod-image:hover {
	text-decoration: none;
}
a.mod-image:hover img {
	opacity: 0.9;
}
.mod-image .img-caption {
	display: block;
	padding: 15px;
	background-color: rgba(256, 256, 256, 0.97);
	font-weight: 300;
	color: #666;
}
.mod-image .img-caption2 {
	display: block;
	padding: 15px;
	background-color: rgba(256, 256, 256, 0.95);
	font-weight: 300;
}
.mod-image:hover .img-caption {
	display: block;
	background-color: rgba(256, 256, 256, 0.92);
	padding: 15px;
	color: #ec7500;
}
.img-caption {
	color: #666;
}
.img-caption h5 {
	font-weight:400!important;
}
.mod-image2 {
	display: block;
	width: 100%;
}
a.mod-image2 {
	width: 100%;
}
.mod-image2 img {
	width: 100%;
}
.mod-image2:hover {
	text-decoration: none;
}
a.mod-image2:hover img {
	opacity: 1;
}
.mod-image3 {
	display: block;
	width: 100%;
}
a.mod-image3 {
	width: 100%;
}
.mod-image3 img {
	width: 100%;
}
.mod-image3:hover {
	text-decoration: none;
}
a.mod-image3:hover img {
	opacity: 1;
}

.mod-image2 .img-caption {
	padding: 15px;
	line-height:1.3em;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 500;
		min-height:85px;
		text-transform:uppercase;
		text-align:center;
}
.mod-image2 .img-caption p {
	margin-top:10px;
	line-height:20px;
		text-transform: none;
}
.mod-image2:hover .img-caption {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	padding: 15px;
	color: #ec7500;
}
.mod-image2 .img-caption2 {
	display: block;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.05);
	color: #ec7500;
	font-weight: 300;
	font-size:15px;
}
.mod-image2:hover .img-caption2 {
	display: block;
	background-color: rgba(0, 0, 0, 0.10);
	padding: 15px;
	color: #000;
}
.mod-image2 {
	display: block;
}
.mod-image2 img {
	width: 100%;
}
.mod-image2:hover {
	text-decoration: none;
	opacity: 1;
}
.img-caption2 i {
	float:right; color:#000;
}
/*elenco*/
.listtext ul {
	font-weight:300;
	margin: 10px 0px 10px 20px;
	list-style: disc;
}
.listtext ol {
	font-weight:300;
	margin: 10px 0px 10px 20px;
	list-style-type: decimal;
}
.listtext.bullet ul {
	margin: 10px 0px 10px 0px;
	font-weight:300;
	list-style:none;
}
.listtext.bullet ul li { width:100%; text-align:left; padding-left:32px; margin-bottom:10px; background-image:url(../design/bullet3.png); background-position:left 5px; background-repeat:no-repeat; background-size:20px auto; word-wrap:break-word;}

/*blocco slider*/
.sliderblock {}
.sliderblock div {margin-bottom: 0;}
.sliderblock .owl-controls {
	position:absolute;
	bottom:10px;
	right:10px;
}
.sliderblock .owl-controls * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sliderblock .owl-controls .owl-prev {
	display:inline-block;
	height: 45px;
		color:#FFF;
}
.sliderblock .owl-controls .owl-next {
		display:inline-block;
	height: 45px;
	margin-left: 5px!important;
		color:#FFF;
}
.sliderblock .owl-controls .owl-prev:before {
	font-size:30px;
	font-family: "Flaticon";
content: "\f10f";
}
.sliderblock .owl-controls .owl-next:before {
		font-size:30px;
	font-family: "Flaticon";
	content: "\f101";
}
.sliderblock .owl-controls .owl-prev:hover {
	color:#000;
}
.sliderblock .owl-controls .owl-next:hover {
	color:#000;
}
/*carosello*/
.carousel-content .owl-controls .owl-dots {
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.carousel-content .owl-controls { position: absolute; right: 0; min-width:150px; display:inline-block; bottom:-10px; text-align: right; -webkit-tap-highlight-color: transparent; }
.carousel-content .owl-controls * {-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.carousel-content .owl-controls .owl-dots { position: absolute; left: 0; width: 100%; height: 16px;}
.carousel-content .owl-controls .owl-dots .owl-dot { display: inline-block; zoom: 1; display: inline-block; }
.carousel-content .owl-controls .owl-dots .owl-dot span { display: block; width: 18px; height: 18px; margin: 0 2px; background-color: #fff; -webkit-border-radius: 9px 9px 9px 9px; border-radius: 9px 9px 9px 9px; border:2px solid #d1d1d1; -webkit-backface-visibility: visible; }
.carousel-content .owl-controls .owl-dots .owl-dot:hover span {border:2px solid #8cc236; }
.carousel-content .owl-controls .owl-dots .owl-dot.active span { border:2px solid #8cc236;}
/*Video*/
.video-container {}
/*Mappa*/
.mod-container-map {
	z-index: 0!important;
}
.maps-block * {
	z-index: 99!important;
}
.maps-block iframe {
	min-height: 450px;
	width: 100%;
}
/*blocco allegati*/
.attach-block {
	width: 100%;
	float: left;
	border-bottom: 2px solid #efefef;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: 300;

}
.attach-block i {
	font-size: 24px;
	color: #999;
	display: block;
	float: right;
	line-height:24px;
}
.attach-block:hover {
	border-bottom: 2px solid #8cc236;
	color: ##8cc236;
	text-decoration: none;
	font-weight: 300;
	background-color:#f6f6f6;
}
.attach-block span {
	opacity: 0;
	margin-left: 5px;
	color: #999;
}
.attach-block:hover span {
	opacity: 1;
}
/*pager*/
.pagers {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
}
.pagers .button-cus {
	padding: 6px 15px;
}
.pagers li {
	float: left;
	margin-right: 10px;
}
.pagers i.right {
	display: block;
	float: right;
	background-color: transparent;
	margin: 0;
	margin-left: 5px;
	font-size: 16px;
}
.pagers i.left {
	display: block;
	float: left;
	background-color: transparent;
	margin: 0;
	margin-right: 5px;
	font-size: 16px;
}
/*blocco paginazione*/
ul.pagination-block {
	float: left;
	margin-right: 0px;
	list-style: none;
	width: auto;
}
ul.pagination-block li {
	float: left;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 8px;
}
.pagination-block a:link, .pagination-block a:visited {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	padding: 8px;
	background-color:#efefef;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border:2px solid #efefef;
}
.pagination-block a:hover {
	background-color:#8cc236;
	color: #fff;
	margin-top: 0px;
	border:2px solid #8cc236;
}
.pagination-block a.pagSelect {
	background-color: #8cc236;
	cursor: default;
	color: #fff;
	border:2px solid #8cc236;
}
.pagination-block a.pagSelect:hover {
	cursor: default;
	margin-top: 0px;
}
.pagprev {
	background-image: url(../design/arrow-pagination.png);
	background-position: 6px 8px;
	background-repeat: no-repeat;
}
.pagprev:hover {
	background-image: url(../design/arrow-pagination.png);
	background-position: 6px -22px;
	background-repeat: no-repeat;
}
.pagnext2 {
	background-image: url(../design/arrow-pagination.png);
	background-position: -50px 8px;
	background-repeat: no-repeat;
}
.pagnext2:hover {
	background-image: url(../design/arrow-pagination.png);
	background-position: -50px -22px;
	background-repeat: no-repeat;
}
.pagprev2 {
	background-image: url(../design/arrow-pagination.png);
	background-position: -22px 8px;
	background-repeat: no-repeat;
}
.pagprev2:hover {
	background-image: url(../design/arrow-pagination.png);
	background-position: -22px -22px;
	background-repeat: no-repeat;
}
.pagnext {
	background-image: url(../design/arrow-pagination.png);
	background-position: -78px 8px;
	background-repeat: no-repeat;
}
.pagnext:hover {
	background-image: url(../design/arrow-pagination.png);
	background-position: -78px -22px;
	background-repeat: no-repeat;
}
.pagsosp {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	padding: 6px;
}
.pagsearch {
	float: left;
	width: 100px;
	height: 41px;
	display: block;
	border: 2px solid #efefef;
}
.pagsearch .pag {
	height: 30px;
	font-size: 15px;
	line-height: 15px;
	color: #666;
	float: left;
	text-align: right;
}
.pagsearch input {
	width: 40px;
	height: 40px;
	float: left;
	font-size: 15px;
	color: #007e3b;
	text-align: right;
	padding-right: 10px;
	border: none;
	background-color: transparent;
}
.pagsearch .pagpages {
	width: 55px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	color: #666;
	float: left;
}
/*share*/
.socialshare {
	text-align: right;
	width: 100%;
}
.socialshare.sx {
	text-align: left;
	width: 100%;
}
.socialshare.center {
	text-align: center;
	width: 100%;
}
.socialshare h5 {
	margin-bottom: 10px;
}
.socialshare .social {
	display: inline-flex;
}
.socialshare .social li {
	display: block;
	float: left;
	margin: 0;
}
.socialshare .social li a {
	padding: 0px 0px 0px 4px;
	display: inline-block;
}
.socialshare.sx .social li a {
	padding: 0px 4px 0px 0px;
	display: inline-block;
}
.socialshare.center .social li a {
	padding: 0px 2px 0px 2px;
	display: inline-block;
}
.socialshare .social li a i {
	font-size: 30px;
	color: #ccc;
}
.socialshare .social li a:hover {
	text-decoration: none;
}
.socialshare .social li a:hover i {
	color: #ac8500;
}
@media (max-width: 1024px) {
.block p {
	font-size: 16px;
	margin-bottom: 0px;
}
.block.lite p {
	font-size: 14px;
	margin-bottom: 0px;
}
}
@media (max-width: 767px) {
.mod-title h1 {
	font-size: 28px;
}
.mod-title h2 {
	font-size: 28px;
}
.block p {
	font-size: 16px;
}
.pagsearch {
	display: none;
}
.pagnext2 {
	display: none!important;
}

.pagprev2 {
	display: none!important;
}
}


.height {
	display: block;
	height: 4000px;
}
.p100 {
	padding:0 25%;
}


/*.rowtop {
	border-top:30px solid #c2e190;
}*/
.logo {
	display: block;
	width: 400px;
	z-index:10;
	left:50%;
	top:1em;
	margin-left:-200px;
	text-align:center;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo img {
	width: 100%;
}
.scr01 {
	display: block;
	width: 540px;
	z-index:10;
	left:50%;
	top:1em;
	margin-left:-270px;
	text-align:center;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scr01 img {
	width: 100%;
}
.bg01 {
	z-index:1;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	background:url(../design/bg01.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.bg02 {
	z-index:2;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	background:url(../design/bg02.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.bg03 {
	z-index:3;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	background:url(../design/bg03.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.foot {
	height:184px;
	width: 172px;
	display:block;
}
.foot1 {
	height:127px;
	width: 65px;
	display:block;
}
.foot2 {
	height:125px;
	width: 55px;
	display:block;
}
.map {
  width: 100%;
}
.map img {
  display: table;
  margin: auto;
  width: 1140px;
}
.bgsx {
	width:657px; height:1994px; 
	z-index:4;
	background:url(../design/bgsx.png);
	background-repeat:no-repeat;
	background-position:center;
}
.gallery { width:100%; z-index:15;}
.galleryint { width:1140px; display:table; margin:auto;}
.gallery * { z-index:15;	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
.gallery .block { width:49%; display:inline-block; padding:20px; margin-bottom:0;}
.melone {
  width: 100%;
  z-index:10;
}
.melone img {
  display: table;
  margin: auto;
  width: 899px;
}
.bgbottom {
	width:2520px; height:689px; 
	z-index:5;
	background:url(../design/bgbottom.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tabella {
  width: 100%;   z-index:10;
}
.tabella img {
  display: table;
  margin: auto;
  width: 1040px;
  z-index:10;
}
.logofooter {
  width: 100%;
}
.logofooter img {
  display: table;
  margin: auto;
  width: 200px;
  z-index:10;
}
.footer {
  width: 100%;
  text-align:center;
}
.footer p {
  margin-top:15px;
}
.block {
  z-index:10;
}




























































