@charset 'UTF-8';

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;-webkit-appearance: none; }

/*--- page preloader ---*/
#loader-overflow {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fefefe;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-image: url(../img/preloader.png);
    z-index: 9999999;
}

#loader3 {
    display: block;
    will-change: transform;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background-color: #b6b6b7;
    border-radius: 50%;
    -webkit-animation: scaleout 1.1s infinite ease-in-out;
    animation: scaleout 1.1s infinite ease-in-out;
    text-indent: -99999px;
    z-index: 99999991;
}

@-webkit-keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.logo-intro {
    position:absolute;
    bottom:50px;
    text-align:center;
    width:100%;
    height:40px;
}

.logo-intro img {
    width:279px;
}

html, body {
	width:100%;
}

body {
	width:100%;
	height:100%;
	position:relative;
	background-color:#fff;
	color:#222;
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
	margin:0;
	padding:0;
}

em {
	font-style:italic;
}

[class*="spacer"] {
   display:block;
   width:100%;
}
.spacer1 {
   padding:1px;
}
.spacer5 {
   padding:5px;
}
.spacer10 {
   padding:10px;
}
.spacer15 {
   padding:15px;
}
.spacer20 {
   padding:20px;
}
.spacer25 {
   padding:25px;
}
.spacer30 {
   padding:30px;
}
.spacer35 {
   padding:35px;
}
.spacer40 {
   padding:40px;
}
.spacer45 {
   padding:45px;
}
.spacer50 {
   padding:50px;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	outline: none;
}

p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 15px 0;
    padding: 20px;
	word-wrap:break-word;
}

.clearfix:before,
.clearfix:after { display: table;content: " "; }
.clearfix:after { clear: both; }
.clear { clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }

.fleft {
	float:left;
}

.fright {
	float:right;
}
/*--- privacy ---*/
.informativa {
    padding: 8px 0 10px 0;
    color: #888;
}

a.link_informativa {
	color:#888;
	text-decoration:underline;
}
/*--- ! ---*/

/*--- Placeholders ---*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color:rgba(0,0,0,.76); }

input::-moz-placeholder,
textarea::-moz-placeholder { color:rgba(0,0,0,.76); }

input:-moz-placeholder,
textarea:-moz-placeholder { color:rgba(0,0,0,.76); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color:rgba(0,0,0,.76); }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { color:rgba(0,0,0,.76); }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { color:rgba(0,0,0,.76); }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { color:rgba(0,0,0,.76); }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { color:rgba(0,0,0,.76); }
/*--- ! ---*/

.commento_courtesy {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -45%;
    width: 90%;
    height: 60px;
    z-index: 7001;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

/*--- scrollup ---*/
#scrollUp {
    top:0;
    left:19px;
	width:40px;
	height:40px;
	line-height:20px;
	text-align:center;
    padding:9px 0 0;
    background-color:rgba(0,0,0,.3);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20px 12px;
	background-image: url(../img/arrow_up.png);
    color:#fff;
	position:absolute;
    z-index:999;
}
/*--- ! ---*/

.text_left {
	text-align:left;
}

.text_center {
	text-align:center;
}

img {
    max-width:100% !important;
    height:auto;
}

.img_center {
	text-align:center;
}

.img_center img {
	vertical-align:baseline;
}

#overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:700;
}

form {
	margin:0;
	padding:0;
}

/*--- contenitore ---*/
.container { position:relative;padding:0;margin:0 auto;width:100%;overflow:hidden; }
.container:before,.container:after { display:table;content:"";line-height:0; }
.container:after { clear:both; }
.row { *zoom:1; }
.row:before,.row:after { display:table;content:"";line-height:0; }
.row:after { clear:both; }
[class*="span"] { float:left;margin-left:0px;position:relative; }
/*--- fluid ---*/
.span12 { width:100%; }
.span11 { width:91.6666666667%; }
.span10 { width:83.3333333333%; }
.span9 { width:75%; }
.span8 { width:66.6666666667%; }
.span7 { width:58.3333333333%; }
.span6 { width:50%; }
.span5 { width:41.6666666667%; }
.span4 { width:33.3333333333%; }
.span3 { width:25%; }
.span2 { width:16.6666666667%; }
.span1 { width:8.3333333333%; }

@media only screen and (min-width: 400px) {
	.container {
        width:96%;
        max-width:560px;
	}

	.container.wide {
        width:100%;
        max-width:100%;
	}
}

/*--- contenuto ---*/
.dummy {
	width:100%;
	min-height:10px;
	display:block;
}

.img-center {
	text-align:center;
	padding:20px 0 0 10px;
}

strong { font-weight:700; }

.nodisplay { display:none; }

/*--- container ---*/
.fade-pagina {
	position:relative;
	top:80px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
/*
	overflow-x:hidden;
    overflow-y:auto;
	-webkit-overflow-scrolling: touch;
*/
}

/*--- layout (prevent scroll orizzontale) ---*/
.layout {
	position:relative;
	overflow:hidden;
}
/*--- ! ---*/

/*--- header ---*/
.header {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0 35px;
	width:100%;
	min-height:42px;
	background-color:#fff;
	z-index: 7;
	opacity:0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/*--- ! ---*/

/*--- header ---*/
.header-nav {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	min-height:42px;
	top:0;
	right:0;
	z-index:1;
}

.header-nav ul {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0;
    width:100%;
    min-height:42px;
}

.header-nav ul li {
	position:relative;
	margin:0 0 0 0;
	padding:0;
    float:left;
    list-style:none;
}

.header-nav ul li.logo {
    width:calc(100vw - 115px);
    height:auto;
}

.header-nav ul li.logo img {
    width:220px;
}

.header-nav ul li.search,
.header-nav ul li.search a {
	padding: 0 0 0 0;
    width:40px;
    height:40px;
	margin-right:15px;z
}

.header-nav ul li.menu-dynamic,
.header-nav ul li.menu-dynamic a {
	padding: 0 0 0 0;
    width:40px;
    height:40px;
    float: right;
    margin-right: 10px;
}

.header-nav ul li.search a,
.header-nav ul li.menu-dynamic a {
	display:block;
}

.header-nav ul li.search img,
.header-nav ul li.menu-dynamic img {
    width:40px;
    height:40px;
}

@media only screen and (max-width: 320px) {

}
/*--- ! ---*/


/*--- separatori ---*/

.separatore_vert {
	width:100%;
	height:1px;
	display:block;
	background:#ccc;
	margin:0;
	padding:0;
	position: absolute;
	left:0;
}

.separatore-orizzontale {
	position: relative;
	margin:10px 0 10px 0;
	padding:0;
	width:100%;
	height:1px;
	display:block;
	background:#ddd;
}

/*--- ! ---*/

.home-news {
	position:relative;
    margin:0;
    padding:0;
}

a.all-news {
	position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:35px;
    display:block;
    clear:both;
}

.first-news {
	position:relative;
    margin:0;
    padding:0;
    width: 100%;
    height: auto;
	clear:both;
}

.first-news .shadow {
	position:absolute;
	bottom:0;
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100% 100%;
    background-image:url(../img/sfumatura-news1.png);
    z-index:2;
}

.first-news .title {
    position: absolute;
    bottom: 15px;
    margin: 0;
    padding: 0px 15px;
    z-index: 3;
    width: 100%;
}

.first-news .title h1.title-home-1 {
	font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0px;
}


.third-news-container .social,
.first-news .social {
    position: absolute;
    right: 5px;
    bottom: 5px;
    margin: 0;
    padding: 0;
    z-index:3;
    opacity:1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*--- third news ---*/

.third-news-container {
    position:relative;
    margin:0;
    padding:0;
}

.third-news-container ul {
    position:relative;
    margin:0;
    padding:0;
}

.third-news-container ul li {
    position:relative;
    margin:0;
    padding:0;
    width:50%;
    height:auto;
    list-style:none;
    float:left;
}

.third-news-container ul li .third-news {
    position:relative;
    margin:0;
    padding:0;
    width:calc(100vw / 2);
}

.third-news-container ul li .third-news img {
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:auto;
}

.third-news-container ul li .shadow {
	position:absolute;
	bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100% 100%;
    background-image:url(../img/sfumatura-news2-3-4.png);
    z-index:2;
}

.third-news-container ul li .title {
    position: absolute;
    bottom:15px;
    margin: 0;
	padding: 0 0 0 15px;
    z-index:3;
}

.third-news-container ul li .title a {
    position: relative;
    margin: 0;
    padding: 0 10px 0 0;
    display:block;
}

.third-news-container ul li .title h2.title-home-1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0px;
    word-wrap: break-word;
}

.third-news-container ul li .actions {
    position: relative;
    bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:52px;
    z-index:3;
}

.third-news-container ul li .actions a.social {
    position: relative;
    margin:0;
    padding:10px;
    width:50%;
    height:52px;
    line-height:52px;
    float:left;
}

.third-news-container ul li .actions a.social img {
    width:23px;
    height:26px;
}

.third-news-container ul li .actions a.go {
    position: relative;
    margin:0;
    padding:10px;
    width:50%;
    height:52px;
    line-height:52px;
    float:right;
    text-align: right;
}

.third-news-container ul li .actions a.go img {
    width:31px;
    height:32px;
}

@media only screen and (max-width: 320px) {
	.first-news .title h1.title-home-1 {
			font-size: 30px;
			line-height: 30px;
	}
	.third-news-container ul li .title {
		bottom: 15px;
	}
	.third-news-container ul li .title h2.title-home-1 {
		font-size: 18px;
		line-height: 18px;
	}
	.third-news-container .social {
		bottom: 35px;
	}
}

/*--- ! ---*/

/*--- eventi ---*/
.eventi-header {
    position: relative;
    margin:0 0 0 0;
    padding:0 0 0 30px;
    width:100%;
    font-size:40px;
    font-weight:700;
    color:#fe8d00;
    letter-spacing: -3px;
}

.eventi-header span {
    position: relative;
	top:-15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -1px;
}

.eventi {
    position: relative;
    margin:0 0 0 0;
    padding:10px 0 15px 0;
    background-color:#f1f1f1;
    width:100%;
    border-bottom: 3px solid #ff8b00;
}

.eventi .shadow-left,
.eventi .shadow-right {
    position: absolute;
    top:0;
    margin:0;
    padding:0;
    width:93px;
    height:515px;
	background-repeat:no-repeat;
	background-position:right top;
	background-size:93px 515px;
	display:none;
}

.eventi .shadow-left {
    left:0;
/*
    background-image:url(../img/sfumatura-eventi-sx.png);
*/
}

.eventi .shadow-right {
    right:0;
/*
    background-image:url(../img/sfumatura-eventi-dx.png);
*/
}

.eventi .touchcarousel {
    position: relative;
    margin:0 0 0 0;
    padding:0;
    width:100%;
    height:370px;
}

.eventi .touchcarousel .touchcarousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    left:0;
}

.eventi .touchcarousel-item {
    position: relative;
    margin: 15px 0 0 30px;
    padding: 0;
    width: 210px;
    height: 350px;
    border-radius:15px;
    background-color:#fff;
    overflow:hidden;
    box-shadow: 0 0 35px rgba(0,0,0,0.15);
}

.eventi .touchcarousel-item:first-child {
    margin-left:30px !important;
}

.eventi .touchcarousel-item.last {
    margin-right:30px;
}

.eventi .image {
    position: relative;
    margin: 0;
    padding:0;
    width:210px;
    height:156px;
}

.eventi .title {
    position: relative;
    top:15px;
    margin:0;
    padding:0;
}

.eventi .title a {
    position: relative;
    margin: 0;
    padding: 0 15px 15px;
    display:block;
}

.eventi .title h1.title-home-2 {
    font-size:26px;
    font-weight:300;
    line-height:26px;
    color:#555;
    letter-spacing:-1px;
}

.eventi .social {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    z-index:3;
    opacity:1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.eventi-prev,
.eventi-next {
	position: absolute;
	width: 44px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px 75px;
	cursor: pointer;
	opacity:0;
	z-index:4;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.eventi-prev {
/*
	background-image: url(../img/arrow-eventi-sx.png);
	left:0;
*/
}

.eventi-next {
/*
	background-image: url(../img/arrow-eventi-dx.png);
	right:0;
*/
}

.eventi:hover .eventi-prev {
	opacity:1;
}

.eventi:hover .eventi-next {
	opacity:1;
}
/*--- ! ---*/


/*--- pulsanti ---*/

.pulsanti-container {
    position: relative;
    margin: 0 0 0 0;
    padding: 60px 20px 0 50px;
    width: 100%;
    background-color: #fff;
}

.pulsanti-container ul {
    position:relative;
    margin:0;
    padding:0;
}

.pulsanti-container ul li {
    position:relative;
    margin:0 0 20px 0;
    padding:0;
    width:100%;
    height:120px;
    list-style:none;
	clear:both;
	float:none;
}

.pulsanti-container ul li .image {
    position:relative;
    margin:0;
    padding:0;
    width:120px;
    height:120px;
    overflow:hidden;
    border-radius:50%;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	float:left;
}

.pulsanti-container ul li .image.news {
    background-color:#c2e0c6;
	background-size: 60%;
	background-image: url(../../../assets/img/ico-tutte-le-news.png);
}

.pulsanti-container ul li .image.events {
    background-color:#9cd2c4;
	background-size: 60%;
	background-image: url(../../../assets/img/ico-tutti-gli-eventi.png);
}

.pulsanti-container ul li .image.prodotti {
    background-color:#73a693;
	background-size: 70%;
	background-image: url(../../../assets/img/ico-tutti-i-prodotti.png);
}

.pulsanti-container ul li a {
    position:relative;
    margin:0;
    padding:0;
    display:block;
    width:100%;
    height:120px;
}

.pulsanti-container ul li a .title {
    position:relative;
    margin:0;
    padding:0 0 0 20px;
    width:100%;
	line-height:120px;
    text-align:center;
    font-size:22px;
    font-weight:400;
    color:#d4d4d4;
    letter-spacing: -1px;
}

@media only screen and (max-width: 320px) {
	.pulsanti-container ul li .image.prodotti {
		background-size: 50%;
	}
	.pulsanti-container ul li .image {
		width: 100px;
		height: 100px;
	}
	.pulsanti-container ul li a .title {
		line-height:100px;
	}
}

.pulsanti-container ul li a span {
    font-weight:700;
}

.pulsanti-container ul li a span.news {
    color:#c2e0c6;
}

.pulsanti-container ul li a span.events {
    color:#9cd2c4;
}

.pulsanti-container ul li a span.prodotti {
    color:#73a693;
}


/*--- ! ---*/

/*--- partner ---*/
.partner-footer {
	border-top: 5px solid #73a794;
	border-bottom: 5px solid #73a794;
}

.partner-footer .title {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    color: #d5d5d5;
    font-size: 22px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    background-color: #f1f1f1;
    clear:both;
}

ul.sponsor,
ul.partner {
    position: relative;
    margin:0;
    padding:0;
	clear:both;
    background-color: #f1f1f1;
}

ul.partner li,
ul.sponsor li {
    position: relative;
    margin:0;
    padding:0 10px;
    list-style:none;
    width:50%;
    text-align:center;
    margin:0 0 0 0;
    height:65px;
	float:left;
    background-color: #f1f1f1;
}


/*

ul.sponsor li {
    position: relative;
    margin:0;
    padding:0 10px;
    list-style:none;
    width:50%;
    text-align:center;
    margin:0 auto;
    height:65px;
	float:none;
    background-color: #f1f1f1;
    display:block;
}
*/
/*--- ! ---*/

/*--- serp ---*/

.serp-titolo {
position: relative;
    margin: 20px 0 20px 0;
    padding: 0;
    color: #ea6a21;
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: -2px;
    text-align: center;
}

/*--- ! ---*/

/*--- articolo layout 1 ---*/
.articolo {
	position:relative;
	padding:20px 10px 0;
	margin:0 0 0 0;
}


.articolo .occhiello-container {
	position:relative;
	margin:0;
    padding:0 0 0 10px;
    height: 20px;
    line-height: 20px;
}

.articolo .occhiello {
	position:absolute;
    padding: 0 10px;
	background-color:#2a2a2a;
	color:#fff;
	font-size:14px;
    line-height: 20px;
    height: 20px;
	font-weight:400;
	text-transform: uppercase;
	border-radius:15px;
}


.slide {
	position:relative;
	margin: 15px 0 0 0;
}

.slide-numero-foto {
	position: absolute;
	top:0;
	right:0;
	color:#fff;
	text-shadow: 0px 1px 0px #000;
	z-index: 1;
    padding: 10px;
    max-width: 100px;
    max-height: 40px;
}

.slider-articolo-1 .infoBlock {
	position: absolute;
	bottom:0;
	left:0;
    height: auto;
    max-height: 120px;
    width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding:10px 20px;
	display:none;
}

.slider-articolo-1 .infoBlock p {
	font-size: 16px;
	line-height: 18px;
}

.content {
	position:relative;
	padding:0 0 0 0;
}

.categoria {
	position: relative;
    margin: 0 0 0 0;
    padding: 20px 20px 5px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #c4151c;
}

.titolo {
	position: relative;
    margin: 10px 0 0 0;
    padding: 0px 20px 5px 10px;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    letter-spacing: 0px;
    width: 100%;
}

@media only screen and (max-width: 320px) {
	.titolo {
		font-size: 36px;
		line-height: 36px;
	}
}

.autore {
	position:relative;
	margin:15px 0 0 0;
	padding:0;
	color:#888;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:300;
	letter-spacing: -1px;
	width:100%;
}

.autore span {
	font-weight:400;
	margin: 0 10px 0 0;
}

.autore span.autore {
	color:#444444;
}

.contenuto {
	position:relative;
	margin:0;
	padding:35px 10px 0 10px;
}

@media only screen and (min-width: 768px) {
	.immagine {
		text-align:center;
	}
}

/*--- video ---*/
.video-container {
	position:relative;
    margin:0;
    padding:0;
	top:30px;
	clear:both;
	background-color:#eee;
}

#articolo-video {
	position:relative;
	margin:20px 0 0 0;
    opacity:0;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;

}

#articolo-video iframe,
#articolo-video object,
#articolo-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sommario {
    position: relative;
    margin: 20px 0 5px 13px;
    padding: 0 40px 0 10px;
    color: #2e2e2e;
    font-size: 25px;
    font-style: italic;
    line-height: 25px;
    font-weight: 300;
    width: 100%;
    border-left: 3px solid #246195;
}

.testo {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	color:#333;
	font-size:18px;
	line-height:20px;
	font-weight:400;
}

.testo:first-child, .testo p:first-child {
    padding-top:0;
}

.testo,
.testo div,
.testo p {
    padding: 0 6px 20px;
    position: relative;
    margin: 0;
    color: #333;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.testo a {
	text-decoration:underline;
	color:#333;
}

.citazione {
	position:relative;
	margin:0;
	padding:0;
}

.citazione-testo {
	position:relative;
	margin:0;
	padding:10px 10px;
	color:#05b1ff;
	font-family: Georgia, serif;
	font-size:24px;
	font-style:italic;
	line-height:20px;
	font-weight:400;
}

.citazione-autore {
	position:relative;
	margin:0;
	padding:10px 10px;
	color:#888;
	font-family: Georgia, serif;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	font-weight:300;
	width:100%;
}

/*--- share timing ---*/
.articolo .share-timing {
	position: relative;
    margin:0;
	padding:15px 0 0 0;
	height:45px;
	clear:both;
}

.articolo .share-timing ul {
	position:relative;
	margin:0;
	padding:0;
}

.articolo .share-timing ul li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.articolo .share-timing ul li.share-timing-count {
	position:relative;
	margin:0;
	padding:0;
	float:left;
}

.articolo .share-timing ul li.share-timing-count .social-count {
	display:none;
}

.articolo .share-timing ul li.share-timing-count .social-count-img {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	float:left;
}

.articolo .share-timing ul li.share-timing-count .social-count-number {
	position: relative;
    margin: 0;
    padding: 4px 0 0 0;
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #555;
    height: 35px;
    line-height: 20px;
    width: 110px;
}

.articolo .share-timing ul li.share-timing-count .social-share-number {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    width: 110px;
    text-align:left;
}

.articolo .share-timing ul li.share-timing-count .social-count-number-descr {
	position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 10px;
    width: 110px;
    text-align: left;
}

.articolo .share-timing ul li.share-timing-time {
	position:relative;
	right:18px;
	margin:0 0 0 0;
	padding:0;
	float:right;
}

.articolo .share-timing ul li.share-timing-time .timing {
	position: relative;
    margin:0;
    padding: 0 171px 0 0;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    width: 100%;
	height:40px;
    text-align: right;
	clear:both;
}

.articolo .share-timing ul li.share-timing-time .timing-post {
	position: relative;
    margin:0;
	padding:0;
}

.articolo .share-timing ul li.share-timing-time .timing-post img {
	width:25px;
}

.articolo .share-timing ul li.share-timing-time .timing-post ul {
	position:relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.articolo .share-timing ul li.share-timing-time .timing-post ul li {
	position:relative;
	margin:0;
	padding:0;
    text-align: right;
	list-style:none;
	float:left;
}

.articolo .share-timing ul li.share-timing-time .timing-post ul li:first-child {
	margin:0 5px 0 0;
}

.articolo .share-timing ul li.share-timing-time .timing-post .timing {
	position: relative;
    top: 3px;
    margin: 0;
    padding: 0 6px 0 6px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    height: 20px;
    text-align: right;
    clear: both;
    background-color: #ff0000;
    border-radius: 5px;
}

.articolo .share-timing ul li.share-timing-time .timing-post .timing span {
    font-weight: 700;
}

/*--- ! ---*/

.actions {
	position:fixed;
	bottom:-75px;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	z-index:7;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.actions ul {
	position:relative;
	margin:0 auto;
	padding:0;
}

.actions ul li {
	position:relative;
	margin:0;
	padding:0;
	float:left;
}

.actions ul li a {
	position:relative;
	margin:0;
	padding:0;
	display:block;
	width:75px;
	height:75px;
}

.actions ul li a img {
    width:75px;
	height:75px;
}

@media only screen and (max-width: 320px) {
	.actions ul li a ,
	.actions ul li a img {
		width:64px;
		height:64px;
	}
}

/*--- ! ---*/


/*--- serp ---*/
.serp-container {
	position:relative;
	margin:0;
	padding:40px 0 0 0;
    background-color: #efefef;
}

.serp-container table {
    margin: 0 auto;
    width: 90%;
}

.serp-title {
	position: relative;
    margin: 0 0 0 25%;
    padding: 10px 25px 15px 45px;
    width: 75%;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    background-color: #006198;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 70px 0 0 70px;
}

.serp-separator-hor {
	position:relative;
	margin:0 0 0 auto;
	padding:0;
	width: calc(100% - 120px);
	height:1px;
	display:block;
	background-color:#dfdfdf;
}

.serp-content {
	position:relative;
	margin:0 0 0 0;
	padding:60px 0;
}

.serp {
	position:relative;
	margin:0;
    padding: 23px 10px 15px 10px;
    overflow:hidden;
    clear:both;
}

.serp-content .more {
	position:relative;
	margin:45px auto 0;
	padding:0;
	width:263px;
	height:41px;
    background-color:#ededed;
    border-radius:20px;
    text-align:center;
}

.serp-content .more a {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	width:263px;
	height:41px;
    color:#b0b0b0;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    line-height:41px;
}

.serp .action {
	position:absolute;
    top:0;
    right:0;
	margin:0;
	padding:0;
	width:35px;
	height:100%;
	opacity:1;
    background-color:#006198;
	background-repeat:no-repeat;
	background-position:center;
	background-size:18px 33px;
    background-image:url(../img/serp/arrow-articolo-serp.png);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.serp .action a {
	margin:0;
	padding:0;
	width:35px;
	height:100%;
    display:block;
}

.serp ul {
	position:relative;
	margin:0;
	padding:0;
}

.serp ul li {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 60px 0;
	list-style:none;
	float:left;
}

.serp ul li.text {
    width: calc(100% - 100px);
	padding:0 35px 0 10px;
}

.serp ul li.photo {
    width:100px;
    height:100px;
    overflow:hidden;
    border-radius:50%;
}

.serp ul li.text .title {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	font-size:30px;
	line-height:26px;
	font-weight:300;
	color:#333;
    letter-spacing:-1px;
}

@media only screen and (max-width: 320px) {
	.serp-title {
		font-size: 24px;
	}
	.serp ul li.text .title {
		font-size: 20px;
		line-height: 20px;
	}
}

.serp ul li.text .title a {
	color:#333;
}

.serp ul li.text .summary {
	position:relative;
	margin:20px 15px 0 0;
	padding:0 0 0 0;
	font-size:16px;
	line-height:18px;
	font-weight:300;
	color:#505050;
	font-style:italic;
}

.serp ul li.text .autore-data-social {
	position:absolute;
    bottom:15px;
	margin:0;
	padding: 0 10px 0 0;
	width:100%;
	height:30px;
    line-height:30px;
	opacity:0;
	display:none;
    clear: both;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.serp ul li.text .autore-data-social ul {
	position:relative;
	margin:0;
	padding:0;
}

.serp ul li.text .autore-data-social ul li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.serp ul li.text .autore-data-social ul li.last {
	float:right;
}

/*--- ! ---*/

/*--- footer ---*/
.footer {
	position:relative;
	top:0;
	left:0;
	margin:30px 0 0 0;
	padding:0;
	display: block;
	width:100%;
	background-color:#fff;
}

.footer-logo {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	top:1px;
	width:100%;
}

.footer-content {
	position:relative;
	color:#fff;
	margin:0;
	padding:0;
}

.footer-azienda {
	position:relative;
	margin:0;
	padding:0;
	color:#bbb;
	font-size:13px;
	font-weight:300;
	line-height:20px;
	text-align: center;
}

.footer-azienda span {
    text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	line-height:16px;
}

.footer-menu {
	position:relative;
	margin:0;
	padding:0;
}

.footer-menu ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

.footer-menu ul li {
	position:relative;
	display:block;
	margin:0 0 10px 0;
	padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.footer-menu ul li a {
	position:relative;
	display:block;
	color:#fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 15px;
	padding: 0;
	margin: 0 0 0 0;
}

.footer-credits {
	position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-credits img {
	width:100%;
	height: auto;
}
/*
.footer-credits {
	position: relative;
    margin: 0;
    padding: 0 20px 0 0px;
    width: 100%;
    text-align: right;
}

.footer-credits img {
	width:120px;
}
*/
/*--- ! ---*/


/*--- social ---*/
ul.social {
	list-style:none;
	padding:0;
	margin:0 auto;
	display:block;
}

ul.social li {
	list-style: none;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	height:50px;
	width:50px;
	position:relative;
}

ul.social li:last-child {
	margin:0 0 0 0;
}

ul.social li a.a-social {
	display:block;
	height:50px;
	width:50px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px 50px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (max-width: 320px) {

	ul.social li,
	ul.social li a {
		height:50px;
		width:50px;
	}

	ul.social li a {
		background-size:50px 50px;
	}
}

ul.social li a.fb {
	background-image:url(../img/ico-social-account-fb.png);
}

ul.social li a.tw {
	background-image:url(../img/ico-social-account-tw2023.png);
}

ul.social li a.in {
	background-image:url(../img/ico-social-account-in.png);
}

ul.social li a.li {
	background-image:url(../img/ico-social-account-li.png);
}

ul.social li a.yt {
	background-image:url(../img/ico-social-account-yu.png);
}
/*
ul.social li a.a_wa {
	background-image:url(../../../assets/img/social/ico-whatsapp-hover.png);
}
*/
/*--- ! ---*/

.shared {
    position: relative;
    margin: 0px 0 0px 0;
    padding: 0 0 0 0;
    height: 40px;
    clear: both;
	font-family:'Lato', sans-serif;
    color: #bbb;
    background-color: #fff;
}

.shared.absolute {
    position: absolute;
    bottom:10px;
    width: 100%;
    color: #fff;
    background-color: transparent;
}

.shared ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

.shared ul li {
	position:relative;
	margin:0;
	padding:0 20px;
}

.shared ul li.counter {
	float:left;
    padding: 0 0 0 10px;
	width:60%;
}

.shared ul li.counter .counter-show {
	position:relative;
	margin:0;
	padding:0;
    height:48px;
}

.shared ul li.counter .social-count-img-white,
.shared ul li.counter .social-count-img {
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
}

.shared ul li.counter .social-share-number {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    float: left;
}

.shared ul li.counter .social-share-number-inside {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    width: 110px;
    text-align: left;
    display:block;
}

.shared ul li.counter .social-count-number-descr {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    width: 110px;
    text-align: left;
    display:block;
}

.social-count-img-white img,
.social-count-img img {
	width:20px;
}

.shared ul li.share {
	float:right;
    padding: 10px 10px 0 0;
    top:-10px;
    text-align: right;
	width:40%;
}

.shared.absolute ul li.share {
    top: 0;
}

.shared ul li.share a {
    position: relative;
    width: 43px;
    height: 48px;
    line-height:48px;
    padding: 0;
    display: inline-block;
}

.shared-top a img,
.shared ul li.share a img {
    width:23px;
}

.shared.shared-right {
	width: 100%;
    padding: 10px;
    clear: both;
}

.shared.shared-top {
	position:absolute;
    top:10px;
    right:10px;
    margin:0;
    padding:0;
}

.shared.shared-top a {
	position:relative;
	width: 43px;
    height: 48px;
    padding: 0;
    display: block;
}

.shared.shared-right a {
    position: relative;
    left:85%;
    width: 43px;
    height: 48px;
    padding: 0;
    display: block;
}

.shared.shared-right a img {
    width:35px;
}

/*--- ! ---*/

/*--- chi siamo ---*/
.chi-siamo {
    position:relative;
    margin:0;
	padding: 10px 20px 0 20px;
}

.chi-siamo .head {
    position:relative;
    margin:0;
    padding:0 0 0 20px;
    font-size: 50px;
    font-weight: 300;
    line-height: 46px;
    color: #3b3b3b;
    letter-spacing: -3px;
}

.chi-siamo .text {
	position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #555;
    letter-spacing: 0px;
}

.chi-siamo .text p {
    padding: 5px 20px;
}
/*--- ! ---*/



/*--- contatti ---*/
.contatti {
    position:relative;
    margin:0;
	padding: 10px 20px 0 20px;
}

.contatti .head {
    position:relative;
    margin:0;
    padding:0 0 0 20px;
    font-size: 50px;
    font-weight: 300;
    line-height: 46px;
    color: #3b3b3b;
    letter-spacing: -3px;
}

.contatti .text {
    position:relative;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:300;
    line-height:18px;
    color:#555;
    letter-spacing:0px;
}

.contatti .text p {
    padding: 5px 20px;
}

.contatti .text p span {
    font-weight:400;
    font-style: italic;
}

/*--- ! ---*/

.diventasponsor .head {
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    color: #3b3b3b;
    letter-spacing: -3px;
}

.diventasponsor .text {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #555;
    letter-spacing: 0px;
}

.diventasponsor a.button,
.diventasponsor a.button.w30 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #0b508d;
    border: none;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 20px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    width: 98%;
    min-width: 180px;
    outline: none;
}

/*--- input button, button a.button ---*/
/*
a.button,
input[type="submit"],
input[type="file"],
input[type="reset"],
input[type="button"] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #0b508d;
    border: none;
    padding: 12px 8px;
    border-radius: 50px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 4px 0 0 0;
    line-height: 15px;
    width: 100%;
    min-width: 180px;
    outline: none;
}
*/
a.button, 
input[type="submit"], 
input[type="file"], 
input[type="reset"], 
input[type="button"] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #0b508d;
    border: none;
    padding: 10px;
    border-radius: 20px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    width: 98%;
    min-width: 180px;
    outline: none;
}

a.button.w100,
input[type="submit"].w100,
input[type="file"].w100,
input[type="reset"].w100,
input[type="button"].w100
{
    width:100%;
}

a.button.w90,
input[type="submit"].w90,
input[type="file"].w90,
input[type="reset"].w90,
input[type="button"].w90
{
    width:90%;
}

a.button.w80,
input[type="submit"].w80,
input[type="file"].w80,
input[type="reset"].w80,
input[type="button"].w80
{
    width:80%;
}

a.button.w70,
input[type="submit"].w70,
input[type="file"].w70,
input[type="reset"].w70,
input[type="button"].w70
{
    width:70%;
}

a.button.w60,
input[type="submit"].w60,
input[type="file"].w60,
input[type="reset"].w60,
input[type="button"].w60
{
    width:60%;
}

a.button.w50,
input[type="submit"].w50,
input[type="file"].w50,
input[type="reset"].w50,
input[type="button"].w50
{
    width:50%;
}

a.button.w40,
input[type="submit"].w40,
input[type="file"].w40,
input[type="reset"].w40,
input[type="button"].w40
{
    width:40%;
}

a.button.w30,
input[type="submit"].w30,
input[type="file"].w30,
input[type="reset"].w30,
input[type="button"].w30
{
    width:30%;
}

a.button.w20,
input[type="submit"].w20,
input[type="file"].w20,
input[type="reset"].w20,
input[type="button"].w20
{
    width:20%;
}

a.button.w10,
input[type="submit"].w10,
input[type="file"].w10,
input[type="reset"].w10,
input[type="button"].w10
{
    width:10%;
}

/*
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background:#0b508d;
	color: #FFF;
}

a.button.active,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background:#0b508d;
	color: #FFF;
}
*/
/*--- ! ---*/


/*--- popup social ---*/
.social-go {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	opacity:0;
	display:none;
	z-index:99999999;
}

.social-go a.close {
	position:absolute;
	top:15px;
	right:15px;
    width:40px;
	height:40px;
	display:block;
    margin: 0;
    padding:10px 0 20px 0;
	z-index:999999991;
	background-image: url(../img/close-social.png);
	background-repeat: no-repeat;
	background-size:40px 40px;
	background-position: right center;
}

.social-go-content {
	position:relative;
	width:100%;
    height:100%;
	margin:0;
    padding:0;
	background-color:transparent !important;
    overflow-x:hidden;
    overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.social-go-title {
	position:relative;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	color:#c0c0c0;
	font-size:26px;
	font-weight:300;
}

.social-go ul {
	position:relative;
	margin:0;
	padding:0;
}

.social-go ul li {
	position:relative;
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
    display:block;
    float:none;
    clear:both;
}

.social-go ul li a {
	position:relative;
	display:block;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.social-go ul li img {
	width:80px;
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .social-go ul li img {
    	width:80px;
    }

}







/*--- company search ---*/
.open-search a {
    position: relative;
    background-color: #006198;
    color: #fff;
    border-radius: 0 70px 70px 0;
    padding: 10px 25px 15px 40px;
    font-size: 30px;
    width: 75%;
    height: 55px;
    margin: 20px 0 0 0;
    display: block;
    background-image: url(/mobile/assets/img/arrow-sx.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 33px;
}

.company-panel-search {
    position:fixed;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    padding:0;
    z-index:90000;
    background-color: #006198;
    overflow: hidden;
}

.company-panel-search-container {
    position:relative;
    width:100%;
    height:calc(100% - 140px);
    padding:0;
    z-index:90000;
    background-color: #006198;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.company-panel-search-container .titolo {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    font-size: 34px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    letter-spacing: -2px;
}

.company-panel-search .head  {
    position: relative;
    margin:0;
    padding:0 0 0 0;    
    z-index: 90000;
}

.company-panel-search .head .logo {
    position: relative;
    margin:0;
    padding: 0;    
    float:left;
    width:calc(100% - 75px);
    max-width: 227px;
    height:auto;
}
/*
.company-panel-search .search-send {
    position:relative;
    padding: 7px;
    bottom:2px;
    left: 0;
    width: 100%;
    text-align: center;
}
*/
.company-panel-search .search-send {
    position: relative;
    padding: 12px 7px 7px 7px;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}

.company-panel-search .search-send a {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #478bff;
    border: none;
    margin: 0 0 10px;
    padding: 7px 8px;
    border-radius: 25px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 0;
    line-height: 25px;
    width: 200px;
    outline: none;
    text-align: center;
}

.company-panel-search .head a.close {
    position: relative;
    width: 75px;
    height: 75px;
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    background-image: url(/mobile/assets/img/pul-close.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
}

.search {
    position:relative;
    width:100%;
    padding:0;
    margin:0 0 0 0;
    background-color: #006198;
}

.search .head {  
    position:relative;
    margin:0 0 10px 0;
    padding:0 0 0 15px;
    color:#fff;
    font-size:20px;
    font-weight:700;
    font-style:normal;
}

.search .body {  
    position:relative;
    margin:0;
    padding:0 10px 0 10px;
    display:block;
    background-color:#006198;
}

ul.cat { 
    position:relative;
    margin:0;
    padding:0 0 0 0;
}

ul.cat li {  
    position:relative;
    margin:0 0 1px 0;
    padding:0 0 0 0;
    display:block;
    list-style: none;
/*
    background-color: #fff;
    color: #005f84;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    border-left: 7px solid #fff;
    width: 100%;
    border-radius: 20px;
    max-height: 40px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
*/
}
/*
ul.cat li a {    
    position:relative;
    margin:0 0 0 0;
    padding:10px;
    display:block;
    background-color:#fff;
    color:#005f84;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    border-left:7px solid #fff;
    width:100%;
}
*/
ul.cat li a {
    position: relative;
    margin: 0;
    padding:5px 10px 10px 10px;
    display: block;
    background-color: #fff;
    color: #005f84;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    border-left: 7px solid #fff;
    width: 100%;
    max-height: 40px;
    height: 40px;
    overflow: hidden;
    line-height: 30px;
    border-radius: 20px;
}

ul.cat li a.active {    
    border-left:7px solid #ffb100;
}

ul.cat li .selected {    
    position: absolute;
    top:7px;
    right:5px;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    background-color: #46a864;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    opacity: 0;
}


/*
.sotto-categorie {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 5px;
    display:block;
    background-color:#e6e6e6;
    color:#005f84;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 39px;
    width:100%;
    height:360px;
    overflow:auto;
    display: none;
}
*/
.sotto-categorie {
    position: relative;
    margin: 1px 0 0 0;
    padding: 10px 5px 10px 15px;
    display: block;
    background-color: #e6e6e6;
    color: #005f84;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 39px;
    width: 100%;
    height: auto;
    overflow: auto;
    display: none;
    border-radius: 20px;
}

.sub-cat {
    clear:both;
}

.sub-check {
    float: left;
    width: 21px;
}

.sotto-categorie input[type="checkbox"] {
    box-sizing: border-box;
    margin: 5px 8px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ffae00;
    background-color: #fff;
    float: left;
/*
    -webkit-appearance: none;
*/
}

.sotto-categorie input[type="checkbox"]:checked {
    background-color:#fff;
    background-repeat:no-repeat;
    background-image:url(/assets/img/search-panel/ico-selezionato.png);
    background-position:center center;
    border: 1px solid #fff;
    outline:none;
}

.sub-text {
    line-height: 18px;
    margin: 4px 0 8px 5px;
    float: left;
    width: calc(100% - 31px);   
}

.table-search {
    margin:0 auto 0;
    padding:0;
    width:95%;
    empty-cells: show;
    border-spacing:1px;
    display: table;
}

.table-search td {
    margin:0 auto;
    padding:0 0 0 40px;
    height:25px;
    width:100%;
    background-repeat:no-repeat;
    background-position:left center;
}

.table-search td.nopadding {
    padding:0 0 0 0;
}

.table-search td.w50 {
    width:50%;
}

.table-search td.hcustom {
    height:22px;
}

.table-search td.ico-ricerca {
    background-image:url(/assets/img/search-panel/ico-ricerca-aziende-cerca.png);
}

.table-search td.ico-nazioni {
    background-image:url(/assets/img/search-panel/ico-ricerca-aziende-nazione.png);
}

.table-search td.ico-regioni {
    background-image:url(/assets/img/search-panel/ico-ricerca-aziende-regione.png);
}
/*
.table-search select,
.table-search input[type="text"],
.table-search input[type="password"],
.table-search input[type="email"] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color:#fff;
    color: #333;
    display: block;
    margin: 0 0 0 0;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    line-height:24px;
    font-size: 18px;
    font-weight: 300;
}
*/

select, 
input[type="text"], 
input[type="password"], 
input[type="email"] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    display: block;
    margin: 0 0 0 0;
    outline: none;
    padding: 10px 10px 10px 15px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}

select {
    width:100%;
    height: 40px;
    margin: 0px 0px 0 0px;
    -webkit-appearance: none;
    background-image:url(/assets/img/search-panel/ico-freccia-select.png);
    background-position:95% center;
    background-size: 14px 7px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    color:rgba(0,0,0,.76);
    font-style: italic;
}

select.selectnull {
    color:#ddd;
}

button[type="button"], 
button[type="reset"], 
button[type="submit"],
a.p-modifica {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #478bff;
    border: none;
    margin: 0 0 10px;
    padding: 7px 8px;
    border-radius: 25px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 0;
    line-height: 25px;
    width: 200px;
    outline: none;
    text-align: center;
}

button[type="button"]:hover, 
button[type="reset"]:hover, 
button[type="submit"]:hover,
a.p-modifica:hover {
    background-color:#75a5f8;
    color: #fff;
}

input[type="date"] {
/*
    position: relative;
    background:#fff;
    border-radius:inherit;
    color:#005f84;
    min-width:100%;
    height: 50px;
    line-height: 50px;
    display: block;
    border:none;
    padding:0 6px 0 6px;
    font-size:16px;
*/
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    display: block;
    margin: 0 0 0 0;
    outline: none;
    padding: 8px 10px 8px 15px;
    width: 100%;
    height: 42px;
    min-height: 42px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}

input[type="date"]:not(.has-value):before {
  content: attr(placeholder);
}

/*--- ! ---*/

/*--- search result ---*/
.search-result-container {
    position:relative;
    margin:0;
    padding: 10px 10px 0 10px;
}

.search-result-container .head {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    font-size: 34px;
    font-weight: 300;
    line-height: 34px;
    color: #3b3b3b;
    letter-spacing: -2px;
}

.aziende-search-content {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0px 20px 5px 10px;
    clear: both;
}

.aziende-search-content .logo {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 248px;
}

.aziende-search-content .logo img {
    border: 1px solid #eee;
    width: 100%;
    max-width: 248px;
    height: auto;
}

.aziende-search-content .titolo {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    color: #777;
    font-size: 34px;
    line-height: 34px;
    font-style: normal;
    font-weight: 300;
}

.aziende-search-content .dati {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    color: #777;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
}

.aziende-search-content .dati a {
    color:#555;
    border-bottom: 1px solid #555;
}

.azienda-container .titoletto,
.aziende-search-content .titoletto {
    position: relative;
    margin: 10px 0 0 0;
    padding: 5px;
    display: block;
    color: #777;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    font-weight: 400;
    color: #808080;
}

.copertine a,
.aziende-search-content .presentein a {
    position: relative;
    margin: 0 3px 5px 0;
    padding: 5px 12px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    background-color: #efefef;
    border-radius: 15px;
    color: #808080;
    float: left;
}

.aziende-search-content .scheda {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0;
}

.aziende-search-content .scheda a {
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffc800;
    border-radius: 25px;
    color: #1c5194;
}

.separator {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-color: #eee;
    clear:both;

}

.azienda-container .address {
    position: relative;
    margin: 0;
    padding: 10px 50px 0 55px;
    color: #777;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    font-style: italic;
}

.azienda-container .address a {
    position: relative;
    color: #555;
    border-bottom:1px solid #555;
    text-decoration: none;
}

/*--- ! ---*/


/*--- panel search ---*/
.panel-search {
    position:fixed;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    padding:0;
    z-index:90000;
    background-color: #006198;
    overflow: hidden;
}

.panel-search-container {
    position:relative;
    width:100%;
    height:calc(100% - 140px);
    padding:0;
    z-index:90000;
    background-color: #006198;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 320px) {

    .panel-search-container {
        height:calc(100% - 70px);
    }

}

.panel-search-container .titolo {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    font-size: 34px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    letter-spacing: -2px;
}

.panel-search .head  {
    position: relative;
    margin:0;
    padding:0 0 0 0;    
    z-index: 90000;
}

.panel-search .head .logo {
    position: relative;
    margin:0;
    padding: 0;    
    float:left;
    width:calc(100% - 75px);
    max-width: 227px;
    height:auto;
}

.panel-search .search-send {
    position:relative;
    padding: 7px;
    bottom:2px;
    left: 0;
    width: 100%;
    text-align: center;
}

.panel-search .search-send button,
.panel-search .search-send input[type="submit"],
.panel-search .search-send a {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #478bff;
    border: none;
    margin: 0 0 10px;
    padding: 7px 8px;
    border-radius: 25px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 0;
    line-height: 25px;
    width: 200px;
    outline: none;
    text-align: center;
}

.panel-search .head a.close {
    position: relative;
    width: 75px;
    height: 75px;
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    background-image: url(/mobile/assets/img/pul-close.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
}



/*--- ! ---*/


/*--- banners ---*/

.banner-endpage {
    position: relative;
    margin: 20px auto;
    padding: 0;
    width: 300px;
/*
    height: 600px;
*/
    display: block;
}

.banner-mobile {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-align: center;
}

/*--- banner bottom ---*/

#banner-Bottom {
    position: fixed;
    top:auto;
    left: 0;
    right:0;
    bottom:-999px;
    display: block;
    width: 100%;
    max-width:640px;
    height: 415px;
    z-index: 690;
}

.banner-Close {
    position:absolute;
    bottom:10px;
    left:10px;
    width:60px;
    height:60px;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(/mobile/assets/img/banner-bottom/close.png);
    background-size: 30px 30px;
    background-position: 5px 25px;
}

.banner-Expand {
    position:absolute;
    top:10px;
    left:10px;
    width:100%;
    height:60px;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(/mobile/assets/img/banner-bottom/expand.png);
    background-size: 30px 30px;
    background-position: left bottom;
}

.banner-Collapse {
    background-image: url(/mobile/assets/img/banner-bottom/collapse.png);
}

.banner-Link {
    position:relative;
    display:block;
}

@media screen and (orientation:landscape) {
    #banner-Bottom {
        display: none;
    }
}

/*--- ! ---*/


/*--- newsletter ---*/
.newsletter {
    position:relative;
    margin:0;
    padding:5px 1px 0 1px;
}

.newsletter .head {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 50px;
    font-weight: 300;
    line-height: 46px;
    color: #3b3b3b;
    letter-spacing: -3px;
}

.newsletter h1,
.newsletter form {
    position:relative;
    margin:0;
    padding:0 0 0 20px;
}

.newsletter input[type="submit"],
.newsletter input[type="button"] {
    width:20%;
}

.newsletter select,
.newsletter input[type="text"],
.newsletter input[type="password"],
.newsletter input[type="email"] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color:#fff;
    color: #333;
    display: block;
    margin: 0 0 0 0;
    outline: none;
    padding: 8px 10px;
    width: 270px;
    line-height:24px;
    font-size: 18px;
    font-weight: 300;
}


/*--- ! ---*/

#alert-form {
    z-index:99999;
    position:fixed;
    bottom:-100px;
    left:0;
    width:100%;
    height:100px;
    line-height:100px;
    color:#fff;
    text-align:center;
    font-weight:700;
    display: table;
}

.alert-form-error {
    background-color:rgba(205,0,0,0.8);
}

.pul-articolo-manuale {
	text-align: center;
	border-radius: 100px;
	padding: 10px 20px 10px 20px !important;
	background-color: #9cd2c4;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}
.pul-articolo-manuale:hover {
	background-color: #9cd2c4;
}
a.link-articolo-manuale {
	color: #fff;
	text-decoration: none;
}

a.link-articolo-manuale:hover {
	color: #000;
}