/*
 Version: 2.1
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	/*font-size: 62.5%; Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #999999;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Baskerville', 'Times New Roman', sans-serif;
	letter-spacing:0.5pt;
	color:#606060;
}
#content h1{
	font-size:40px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:40px;
	border-bottom: 1px solid #a0a0a0;
}
#content h2{
	font-size:35px;
	margin-bottom:5px;
	line-height:35px;
}
#content h3{
	font-size:30px;
	margin-bottom:5px;
	line-height:30px;
}
#content h4{
	font-size:25px;
	margin-bottom:5px;
	line-height:25px;
	margin-left:20px;
}
#content h5{
	font-size:22px;
	margin-bottom:5px;
	line-height:22px;
}
#content h6{
	font-size:20px;
	margin-bottom:5px;
	line-height:20px;
}
blockquote{
	color:#404040;
	font-size: 18px;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
	padding:20px;
	border-left:3px solid #F4F4F4;
	margin-bottom:10px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/*border-top: 1px solid #e7e7e7;*/
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content dl {
	margin: 0 0 24px 0;
}
#content dt {
	font-weight: bold;
}
#content dd {
	margin-bottom: 18px;
}
#content ul {
	margin-bottom:20px;
	display:block;
	padding-left:20px;
	list-style-type:circle;
}
#content li {
	/*margin-bottom:5px;*/
}
#content ol {
	margin-bottom:20px;
	display:block;
	padding-left:20px;
	list-style-type:decimal
}
#content address {
	margin-bottom:20px;
	display:block;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	margin-left:10px;
}
#content p, #content h3 {
	margin-bottom: 30px;
	margin-left:30px;
	line-height:20px;
	text-align:justify;
}
#content ul, #content ol {
}
#content ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
#sidebar select{
	margin-left:10px;
	margin-right:10px;
	max-width:180px;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 11px;
	line-height: 1;
	padding: 3px 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.15);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.searchform{
	margin-left:10px;
}
.searchfield{
	display:block;
	padding:2px 5px;
	color:#303030;
	background: #fff;
	border: 1px solid #222;
	font-size: 11px;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
	float:left;
	width:80px;
	/*padding:6px !important;*/
	margin-top:0px;
}
.submit{
	margin-left:5px;
	margin-top:3px;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/* =Navigation
---------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets
---------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .submit {
	display: none;
}
/* TagCloud */
.tagcloud{
	overflow:auto;
	padding:10px;
}
.tagcloud a { 	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% 'Lato', sans-serif;
	padding: .5em 1em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:5px;
	background-color:#476172;
	color:white;
}
.tagcloud a:hover {
	background: #447594; 
	-webkit-transition: background-color 1s ease-in-out;
	-webkit-transition-duration: 0.4s;
	-moz-transition: background-color 1s ease-in-out;
	-moz-transition-duration: 0.4s;
	color:white;	
	-webkit-transition: color 1s ease-in-out;
	-webkit-transition-duration: 0.4s;
	-moz-transition: color 1s ease-in-out;
	-moz-transition-duration: 0.4s;
}
.tagcloud a:active {
	color:white;
}
/* =Infinite Scroll
---------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging /* Older / Newer Posts Navigation (always hidden) */
/* .infinite-scroll.neverending .site-footer *//* Theme Footer (when set to scrolling) */ {
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/* Links */
a {
	color: #454545;
	text-decoration: none;
}
a:visited {
	color:#454545;
}
a:hover, a:focus, a:active {
	color: #303030;
}
.sidebarwidget a {
	color: #606060;
	text-decoration: none;
	display:block;
	width:80%;
	padding:5px 0px;
	margin:0px;
	background: #fff;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
	border-bottom:1px solid #fff;
}
.sidebarwidget a:visited {
}
.sidebarwidget a:hover, .sidebarwidget a:focus, .sidebarwidget a:active {
	color:#303030;
	border-bottom:1px solid #606060;
}
.posttitle a {
	font-family: 'Baskerville', 'Times New Roman', sans-serif;
	color:#454545;
	font-size:20px;
	letter-spacing:0.5pt;
	text-decoration: none;
}
.posttitle a:visited {
	color:#454545;
}
.posttitle a:hover, .posttitle a:focus, .posttitle a:active {
	color:#606060;
}
/*
.postmeta a {
	color: #979A9B;
	text-decoration: none;
}
.postmeta a:visited {
	color:#979A9B;
}
.postmeta a:hover, .postmeta a:focus, .postmeta a:active {
	color: #8fb9d4;
}*/
.postmeta {
	display:none;
}
#blogtitle{
	font-family: 'Baskerville', 'Times New Roman', sans-serif;
	color:#454545;
	font-size:30px;
	letter-spacing:0.5pt;
	padding:10px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	line-height:28px;
}
#blogtitle a{
	color:#454545;
}
#blogtitle a:hover{
	color:#606060;
}
/* Theme Layout */
#container {
	width:100%;
	overflow:hidden;
}
#sidebar {
	background-color: #fff;
	width:25%;
	border:none;
	text-align: center;
	float: left;
	color:#454545;
	font-size:12px;
	line-height: 15px;
	padding-bottom:30px;
	margin-bottom: -5000px;
	padding-bottom: 5100px;
}
.logo {
	max-width:270px;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:5px;
}
.tagline {
	font-family: 'Baskerville', 'Times New Roman', sans-serif;
	margin-left:1px;
	margin-right:1px;
	font-size: 18px;
	letter-spacing:0.5pt;
	line-height:15px;
	padding-bottom:15px;
}
.sidebarwidget {
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.sidebarwidget ul {
	margin:0px;
	list-style-type:none;
	margin-left:10px;
	margin-top:10px;
}
.sidebarwidget li {
	font-size:12px;
	margin-bottom:10px;
	/* tutto maiuscolo, modifica 16/02/2018 */
	text-transform: uppercase;
}
.sidetitle {
	display:none;
	/*color:white;
	height:1px;
	font-size:18px;
	text-transform: uppercase;
	margin-bottom:15px;
	margin-left:10px;
	*/
}
#main {
	margin-top:22px;
	float: right;
	width:70%;
	margin-right:5px;
	z-index:4;
}
#mainNDT {
	margin-top:22px;
	float: right;
	width:70%;
	margin-right:5px;
	z-index:4;
	background:#000;
}
.poste {
	background-color: white;
	text-align: center;
	width:225px;
	min-height:228px;
	/*border-bottom:5px solid #ECEDED;*/
	margin-right:18px;
	position:relative;
	margin-bottom:22px;
	display: inline-block;
	vertical-align: top;
}
.posttitle {
	color:#31373b;
	font-size:18px;
	margin-top:10px;
	margin-bottom:2px;
	padding-right:10px;
	padding-left:10px;
}
.postmeta {
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
}
.postimg {
	width:225px;
	height:158px;
}
.portfoliooverlay span {
	font-size:32px;
	font-weight: bold;
	background-color: #384249;
	height: 27px;
	width: 36px;
	/*display:block;*/
	display:none;
	text-align: center;
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:100px;
	margin-top:65px;
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	padding-top:11px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	line-height: 15px;
}
.portfoliooverlay:hover span {
	-webkit-transition: opacity 1s ease-in-out;
	opacity: 0.8;
	-webkit-transition-duration: 0.4s;
	-moz-transition: opacity 1s ease-in-out;
	opacity: 0.8;
	-moz-transition-duration: 0.4s;
}
.portfoliooverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:225px;
	height:158px;
}
.portfoliooverlay:hover {
	-webkit-transition: border-bottom 1s ease-in-out;
	opacity: 1;
	-webkit-transition-duration: 0.4s;
	-moz-transition: border-bottom 1s ease-in-out;
	opacity: 1;
	-moz-transition-duration: 0.4s;
}
.portfoliooverlay a {
	color:white;
	display:block;
	width:225px;
	height:158px;
}
.portfoliooverlay a:hover {
	color:white;
	transition: all 0.5s ease-out;
}
.postimage {
	/*max-width:990px;
	width: 100%;*/
}
#postheading {
	padding-top:35px;
	margin-top:100px;
	line-height: 35px;
}
#postheading h1 {
	padding-left:10px;
	padding-right:30px;
	font-size:30px !important;
}
#content {
	background-color: white;
	padding:20px 20px 0px 20px;
	margin-top:-140px;
	overflow:hidden;
}
#contentNDT {
	background-color: #000;
	padding:20px 20px 0px 20px;
	margin-top:-140px;
	overflow:hidden;
}
#meta {
	font-size: 12px;
	padding-left:5px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:25px;
	margin-left:-10px;
}
#meta li {
	display:inline;
	margin-right:40px;
	line-height: 30px;
}
#meta .datemeta {
	background-image: url(img/date-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
#meta .categorymeta {
	background-image: url(img/category-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
#meta .commentsmeta {
	background-image: url(img/comments-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
#meta .authormeta {
	background-image: url(img/author-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
/* Titles */
.page-title {
	font-size:25px;
	margin-bottom:30px;
}
#reply-title {
	font-size:25px;
	margin-left:10px;
	margin-bottom:30px;
	margin-top:70px;
}
.comments-title {
	font-size:25px;
	margin-left:10px;
	margin-bottom:30px;
	margin-top:70px;
}
/* Comments */
.comment-notes {
	font-size:12px;
}
.form-allowed-tags {
	display:none;
}
.comment-form-comment textarea {
	width:70%;
	clear:both;
	padding:8px;
}
.comment-form-comment label {
	display:none;
}
.commentinfo {
	font-size: 11px;
	margin-top:10px;
}
.cancelcomment {
	margin-bottom:10px;
}
.loggedinauthor {
}
.form-allowed-tags {
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
}
.comment-form-author label {
	margin-top:10px;
	font-size:11px;
	display:block;
}
.comment-form-author input {
	width:50%;
	padding:8px;
}
.comment-form-email label {
	font-size:11px;
	display:block;
}
.comment-form-email input {
	width:50%;
	padding:8px;
}
.comment-form-comment label {
	font-size:11px;
	display:block;
}
.comment-form-comment input {
	width:50%;
	padding:8px;
}
.comment-form-url label {
	font-size:11px;
	display:block;
}
.comment-form-url input {
	width:50%;
	margin-bottom:20px;
	padding:8px;
}
.edit-link {
	margin-left:10px;
	clear:both;
	display:block;
}
.comments {
	background-color: white;
	width:100%;
	margin-top:40px;
	position:relative;
	-webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
	box-shadow: 0px 0px 3px 0px #CCCBCB;
	moz-box-shadow: 0px 0px 3px 0px #CCCBCB;
	margin-left:40px;
	margin-bottom:40px;
	padding-bottom:20px;
	clear:both;
}
.comments ol {
}
#commentsform {
	padding-right:10px;
	position:relative;
	margin-bottom:0px;
}
#comments p {
}
.commentstop {
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
}
.yours {
	float:right;
	margin-top:20px;
}
.comment {
	padding-bottom:20px;
}
.avatar {
	float:left;
	margin-right:10px;
	padding: 2px;
	border: 1px solid #C8C8C8;
}
.comment-author {
	font-size: 12px;
	color:#010101;
	clear:both;
}
.comment-author a {
	border-bottom:0px;
	color:#000000;
}
.bypostauthor {
}
.comment-meta {
	font-size: 11px;
}
.comment-meta a {
	border-bottom:0px;
}
.comment-meta a:visited {
	border-bottom:0px;
}
.comment-body {
	margin-left:20px;
}
.comment-body p {
	margin-top:10px;
	line-height:20px;
	margin-left:47px;
}
.comment li {
	margin-top:20px;
}
.comment {
	list-style-type:none;
}
.children ul {
}
.depth-1 {
	margin-top:20px;
}
.depth-2 {
	margin-top:20px;
	margin-left:10%;
}
.depth-3 {
	margin-top:20px;
	margin-left:10%;
}
#comments .comment:last-child.depth-2 {
}
#comments .comment:first-child.depth-2 {
}
#comments .comment:last-child.depth-3 {
}
.comment-author-admin {
}
#comments ul.children {
}
.reply {
	float: right;
	position:relative;
	border-bottom:1px solid #ECECEC;
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
	clear:both;
}
.comment-reply-link {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
a.comment-reply-link {
	float:right
}
a.comment-reply-link:visited {
	color: rgba(0, 0, 0, .8);
}
a.comment-reply-link:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.commentinput {
	width:50%;
	margin-bottom:20px;
}
.commentbox {
	width:70%;
	height:150px;
}
.commentinfo {
	font-size: 11px;
	margin-top:20px;
}
.commentsubmit {
	margin-top:20px;
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:5px 15px;
}
.commentsubmit:hover {
	background-color: #5E5E5E;
	cursor: pointer;
}
.cancelcomment {
	margin-bottom:10px;
}
.loggedinauthor {
}
/* Footer */
#footer {
	font-size:12px;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
.nav-previous, .nav-next {
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
/* Responsive*/
img {
	max-width: 100%;
	height:auto;
}
/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
 #container {
 width:680px;
}
}
/* 1024 Screens */
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
#container {
 width:100%;
}
 #main {
 /*width:740px;*/
}
 .portfoliooverlay span {
 line-height: 10px;
}
}
/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
 #container {
 width:750px;
}
 #main {
 width:490px;
}
#mainNDT {
 width:490px;
}
 .portfoliooverlay span {
 line-height: 10px;
}
}
/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
 #container {
 width:320px;
}
 #sidebar {
 width:310px;
 margin-bottom: 0px;
 padding-bottom: 30px;
}
#main {
 width:285px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:25px;
 padding-left:25px;
 text-align: left;
}
#mainNDT {
 width:285px;
 float: left;
 margin:0 auto;
 text-align:center;
 margin-left:0px;
 padding-top:25px;
 text-align: left;
}
.portfoliooverlay span {
 line-height: 10px;
}
#postheading {
 margin-top:-20px;
}
.poste{
	margin-left:25px;
}
#content {
 margin-top:-20px;
}
#contentNDT {
 margin-top:-20px;
}
#meta li {
 display: list-item;
 list-style-type: none;
 width:150px;
 line-height: 18px;
}
}
/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 #container {
 width:540px;
}
 #sidebar {
 width:225px;
 margin-bottom: -5000px;
 padding-bottom: 5000px;
}
 #main {
 width:230px;
 margin-left:25px;
 float:left;
 text-align: left;
}
 #mainNDT {
 width:230px;
 margin-left:25px;
 float:left;
 text-align: left;
}
.poste{
 margin-left:15px;
}
.portfoliooverlay span {
 line-height: 10px;
}
#content {
}
#meta li {
 display: list-item;
 list-style-type: none;
 width:150px;
 line-height: 18px;
}
}

/* TABS */
ul.ui-tabs-nav, div.ui-widget-content{
	padding-bottom:0px;
	border-bottom:1px solid #a0a0a0;
}
div.ui-widget-content{
	border-bottom:1px solid #a0a0a0;
	text-align:justify;
	/*color:#303030;*/
	/*font-size: 13px;*/
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
}
li.squelch-taas-tab{
	border-top:1px solid #a0a0a0;
	border-left:1px solid #a0a0a0;
	/*border-right:1px solid #a0a0a0;*/
	margin-bottom:0px;
	padding-bottom:0px;
	font-size: 14px;
	color:#303030;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
}
li.squelch-taas-tab a {
	padding-bottom:0px;
}
li.squelch-taas-tab a:hover {
	color:#a0a0a0;
}
li.ui-tabs-active{
	background:#f0f0f0;
}
.fotorama--wp{
	margin:0px auto;
	text-align:center;
}
.cml_flags a{
	text-decoration:none;
	display:block;
	padding:2px 5px;
	border:none;
}
.cml_flags a:hover{
	background:#e0e0e0;
	border:none;
}
/* Acoordion */
h3 a{
	font-size:14px;
	margin-top: 2px;
	margin-bottom:2px;
	line-height:14px;
	color:#909090;
}
/* Schermi grandi */
@media only screen and (min-width: 1250px) and (max-width: 1689px) {
#sidebar {
	margin-bottom: -4500px;
	padding-bottom: 5000px;
}
}
/* Schermi immensi */
@media only screen and (min-width: 1690px) {
#sidebar {
	margin-bottom: -4600px;
	padding-bottom: 5000px;
}
}

/* splash screen */
#sScreen img{
    margin:0;
	width:100%;
	height:100%;
}

#sScreen{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#f0f0f0;
    background-repeat:no-repeat;
    text-align:center;
}
.social-icons {
	height: 30px;
}
#facebook-icon, #twitter-icon, #instagram-icon {
	display: block;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 40px;
	border: none;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
#facebook-icon:hover, #twitter-icon:hover, #instagram-icon:hover {
	opacity: 0.8;
}
#facebook-icon {
	background-image: url(https://lenzfondazione.it/wp-content/uploads/2020/04/facebook.png);
}
#twitter-icon {
	background-image: url(https://lenzfondazione.it/wp-content/uploads/2020/04/twitter.png);
}
#instagram-icon {
	background-image: url(https://lenzfondazione.it/wp-content/uploads/2020/04/instagram.png);
}
.copyri{
	color:#a0a0a0;
	font-size:11px;
}
.sidebarwidget ul li a {
	font-size: 15px;
}
.sidebarwidget ul li ul li a {
	font-size: 13px;
}
#follow {
	color: #606060;
	text-decoration: none;
	display:block;
	width:80%;
	padding:5px 0px;
	margin:0px 0px 5px 0px;
	background: #fff;
	font-size: 15px;
	font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
}
#imageintro img{
	max-width:990px;
	width: 100%;
}
#XimageleftX{
	margin:98px 0px -4px -20px;
	padding:0px;
	float:left;
	width:35%;
	overflow:hidden;
}
#XimageleftX img{
	margin:0 -50% 0 0;
	padding:0px;
	height:100%;
	max-width:500px;
}
#contenuto{
	background:#fff;
	float:right;
	padding: 0px 0px 0px 20px;
	overflow:hidden;
	margin:0px;
	width:65%;
}
#contenutoNDT{
	background:#000;
	float:right;
	padding: 0px 0px 0px 20px;
	overflow:hidden;
	margin:0px;
	width:65%;
}
@media only screen and (max-width: 1000px) {
	#XimageleftX{
		display:none;
	}
	#contenuto{
		padding: 0px 0px 0px 20px;
		margin:0px;
		width:100%;
	}
	#contenutoNDT{
		padding: 0px 0px 0px 20px;
		margin:0px;
		width:100%;
	}
	#sidebar {
		width: 225px;
	}
}
.breadcrumbs{
	margin: 20px 0px 20px 20px;
}
/* immaigini nel testo */
p img {
/*	margin-right:20px;
	margin-bottom:20px; */
	margin: 10px 20px 10px 0px;
}

/* immagini NDT che introducono alle sottopagine */
.ndtimmagine {
  width:225px;
  height:216px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.ndtimmagine img{
width: inherit;
}

.ndtimmagine:before {
  display: block;
  background-color: rgb(0, 0, 0);
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ndtimmagine:after {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: sans-serif;
  font-weight: bold;
  color: #ffffff;
  content: attr(title);
  /*left: -100%;*/
  bottom: -100%;
  padding: 2% 3%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  /*top: 5%;*/
  width: 94%;
  z-index: 3;
}

.ndtimmagine img {
  border: none;
  display: block;
  z-index: 1;
}

.ndtimmagine:before,
.ndtimmagine:after,
.ndtimmagine img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ndtimmagine:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.ndtimmagine:hover:before {
  opacity: 0.3;
}

.ndtimmagine:hover:after {
  /*left: 0;*/
  bottom: 0;
}

/* Speciale NDT - fondo nero e scritte bianche */
#mainNDT h1,  #mainNDT h2, #mainNDT h3, #mainNDT h4,  #mainNDT h5, #mainNDT p, #mainNDT a{ 
 color:#fff;
}
#mainNDT a:hover{color:#999999;}
#contentNDT h1{
	font-size:40px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:40px;
	border-bottom: 1px solid #a0a0a0;
}
#contentNDT h2{
	font-size:35px;
	margin-bottom:5px;
	line-height:35px;
}
#contentNDT h3{
	font-size:30px;
	margin-bottom:5px;
	line-height:30px;
}
#contentNDT h4{
	font-size:25px;
	margin-bottom:5px;
	line-height:25px;
	margin-left:20px;
}
#contentNDT h5{
	font-size:22px;
	margin-bottom:5px;
	line-height:22px;
}
#contentNDT h6{
	font-size:20px;
	margin-bottom:5px;
	line-height:20px;
}

#contentNDT li.ui-tabs-active{
	background:#555;
}

/* introduzioni nelle pagine Creazioni */
.creazimma {
  width:225px;
  height:158px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.creazimma img{
width: inherit;
}

.creazimma:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  content: attr(title);
  font-family: 'Avenir', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: bold;
  font-size:20px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  bottom: 10%;
  padding: 2% 3%;
  position: absolute;
  width: 94%;
  z-index: 2;
}

.creazimma:ater {
  bottom:10px;
}

.creazimma img {
  border: none;
  display: block;
  z-index: 1;
}

.creazimma:before,
.creazimma:after,
.creazimma img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.creazimma:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.creazimma:hover:before {
  opacity: 0.3;
}

.creazimma:hover:after {
  bottom: 0;
}

.homeslideLF {
	/* limite non necessario width:225px; */
	margin: 0px 0px 20px 0px;
	height: auto;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.homeslideLF {max-width:260px;}
}
@media only screen and (min-width: 768px) and (max-width: 1069px) {
	.homeslideLF {max-width:472px;}
}
@media only screen and (min-width: 1070px) and (max-width: 1421px) {
	.homeslideLF {max-width:719px;}
}
@media only screen and (min-width: 1422px) and (max-width: 1775px) {
	.homeslideLF {max-width:968px;}
}
@media only screen and (min-width: 1776px) {
	.homeslideLF {max-width:1213px;}
}

@-moz-keyframes scendilo {
    0% {
        -moz-transform: translateY(-100px);
		opacity:0.2;
    }
    100% {
        -moz-transform: translateY(0);
		opacity:1;
    }
}
@-webkit-keyframes scendilo {
    0% {
        -webkit-transform: translateY(-100px);
		opacity:0.2;
    }
    100% {
        -webkit-transform: translateY(0);
		opacity:1;
    }
}
@keyframes scendilo {
    0% {
        transform: translateY(-100px);
		opacity:0.2;
    }
    100% {
        transform: translateY(0);
		opacity:1;
    }
}
/* modifihce al menu mobile */
.aprichiudi{display:none;}
@media only screen and (max-width: 480px) {
.sidebarwidget {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#sidebar {
    width: 100%;
    position: absolute;
    z-index: 1000;
}
#sidebar.normale .sidebarwidget{
  display: block;
}
#sidebar.nascosto .sidebarwidget{
  display: none;
}
.aprichiudi{
	display:block;
	text-align:left;
	margin-left:20px;
	margin-bottom: 30px;
    font-size: 40px;
}
#main {width:100%;
	   margin: 210px 0 0 0;
	   text-align: center;
	   padding-left:0px;
}
#container {
    width: 100%;
}
}
/* voci di menu nascoste */
a[title="nascosto"] {
	display:none;
}


/*----- Modifiche gennaio 2020 -----*/

/* Voce Calendario home nascosta da pc */
@media screen and (min-width: 480px) {
.home #post-13411, .home #post-13411, /* id degli articoli che fanno apparire i bottoni CALENDARIO e CALENDAR */
.home #post-13417, .home #post-13419 /* id degli articoli che fanno apparire i bottoni PROGETTO 2020 e PROJECT 2020 */ {
	display: none;
}
}

/* Footer visibile solo da mobile */
#footer {
	background-color: #ffffff;
}
#footer h3 {
	font-size:22px !important;
	font-weight:bold !important;
	margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
#footer {
	display: none;
}
}

/* Fix for Natura dei teatri mobile */
@media (max-width:480px) {
	.page-id-655 #mainNDT, .page-id-5183 #mainNDT {
		width: 100%;
		padding-top: 220px;
	}
	.page-id-655 #footer, .page-id-5183 #footer {
		display: none;
	}
}

/* ---------- Cookie Notice v2 ---------- */
.moove-gdpr-info-bar-container {
	padding: 30px !important;
	max-width: 700px !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{
    width: auto !important;
    display: inline-block !important;
}
.moove-gdpr-cookie-notice span {
	font-size: 14px !important;
}
.moove-gdpr-cookie-notice p,
.moove-gdpr-tab-main-content p,
.moove-gdpr-tab-main-content a {
	font-weight: 500 !important;
}
.moove-gdpr-button-holder button{
	box-shadow: none !important;
	color: #000 !important;
}
.moove-gdpr-button-holder button:hover{
	box-shadow: none !important;
	color: #fff !important;
}
.moove-gdpr-button-holder .moove-gdpr-infobar-settings-btn{
	background-color: #e0e0e0 !important;
    color: #000 !important;
    border-color: transparent;
    cursor: pointer;
}
.moove-gdpr-infobar-settings-btn:hover{
	background-color: #000 !important;
	color: #fff !important;
}
.moove-gdpr-button-holder button.mgbutton:hover{
	background-color: #000 !important;
	color: #fff !important
}
.moove-gdpr-modal-close span.gdpr-icon:hover{
	color: #000 !important;
}
.gdpr-icon.moovegdpr-arrow-close:before,
.gdpr-icon.moovegdpr-arrow-close:after {
	color: #000 !important;
}
.gdpr-nav-tab-title{
	color: #000 !important;
}
#moove-gdpr-menu li button {
	background-color: #ffffff !important;
}
#moove-gdpr-menu .menu-item-selected button {
	background-color: #f1f1f1 !important;
}
.moove-gdpr-modal-content button {
	border-width: 2px !important;
}
.moove-gdpr-tab-main-content {
	overflow: visible !important;
}
.moove-gdpr-branding-cnt {
	display: none;
}

@media (max-width: 767px) {
	.moove-gdpr-info-bar-container {
		margin: 0 20px;
	}
	.moove-gdpr-modal-right-content {
		padding: 30px !important;
	}
	.moove-gdpr-button-holder {
		flex-wrap: nowrap !important;
	}
	.moove-gdpr-company-logo-holder {
		text-align: center !important;
		
	}
	
}
