/*  
Theme Name: Mooseek9
Theme URI: https://www.mooseek.com/
Description: Designed by Albavista
Version: 9.X.20 (Krupp)
Author URI: https://www.albavista.it/
*/
html, body { 
	margin:0; 
	padding:0;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc outside;
}
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 img {
	border: 0;
}                                                     
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 5px;
}

body {
font-family:Arial,Tahoma,Century gothic, sans-serif;
color:#000;
font-size: 17px;	
background:#fff;
margin:0 auto;
line-height: 1;
width: 100%;
height: 100%;
padding: 0px;
overflow-x: hidden;
-webkit-overflow-scrolling:touch;
}

img {
border:0;
margin:0;
}

a {
color:#009900;
text-decoration:none;
outline:none;
}

p{
	font-size: 13px ;
}
ol, ul, li {
    margin-bottom:5px;
}
a:hover {
text-decoration:underline;
text-decoration-color: #009900;
}
a:visited {
color:#009900;
text-decoration:none;
}

blockquote {
color:#59666f;
font-style:italic;
font-family:Georgia;
padding:10px;
}

.clear {
clear:both;
}

.clear-border-bottom {
clear:both;
margin:10px 10px 10px 10px;
border-bottom: 1px solid #cccccc;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
padding:0;
}

img.alignnone {
display:inline;
background:#eee;
margin:0 0 10px;
padding:5px;
}

img.alignright {
display:inline;
background:#eee;
margin:5px 0 10px 10px;
padding:5px;
}

img.alignleft {
display:inline;
background:#eee;
margin:10px 15px 10px 0;
padding:5px;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.alignright {
float:right;
margin:0 0 10px 10px;
}

.alignleft {
float:left;
margin:10px 15px 10px 0;
}

.wp-caption {
margin: 10px 0px 10px 0px;
max-width: 100%;
height: auto;

}

.wp-caption p.wp-caption-text {
font-size:12px;
padding-bottom:10px;
font-style:italic;
text-align:center;
margin-top: 10px;
}

.clearfix:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}

.clearfix {
display:inline-block;
}

html[xmlns] .clearfix {
display:block;
}

* html .clearfix {
height:1%;
}

.rounded {
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}


#wrapper{
max-width: 1200px;
margin:0 auto;

}

/* HEADER */

#headtop{
background:#000;
min-width:1200px;
z-index: 1000;
}

#top{
height:90px;
width:1200px;
margin:0px auto;
background:#000;
}

#logo{
float:left;	
margin-right:20px;
}

#logoright {
	float:right;
	font-family: "Poppins", serif;
	text-transform:none;
	font-size:14px;
	margin-top:10px;
	margin-right:10px;
}
#logoright a {
	color:#f1f1f1;	
}

/* SEARCH FORM */
#searchform fieldset {
    border: 1px solid #D7D7D9;
    background: #fff;
    float: left;
}
#searchform input {
    border: 0;
    background: #fff;
    border-radius: 5px;
}
.sbutton { padding: 9px 12px 8px 0 }
#s {
	width: 250px;
    padding: 10px 0;
    text-indent: 12px;
}
/* ManuBar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.topnav_search {
  display: none;
}
#menubar {
	background: linear-gradient(90deg, rgba(0,34,0,1) 0%, rgba(0,102,0,1) 35%, rgba(0,204,204,1) 100%);
	box-shadow: none;
	color: #FFF;
	height: 50px;
	border-radius: 0px;
}
#menubar ul, #menubar li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#menubar ul {
	width: 100%;
	font-family: "Poppins", serif;
	text-transform:none;
  	max-width:1200px;
}
#menubar li {
	float: left;
	display: inline;
	position: relative;
}
#menubar a {
	display: block;
	line-height: 50px;
	padding: 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 17px;	
}
#menubar .selected {
	background-color: #f1f1f1;
	color: black !important;
  }
#menubar a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menubar li a:hover {
	color: #000;
	background: #fbfbfb;
}
#menubar input {
	display: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menubar label {
	display: none;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menubar label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menubar ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #002200;
	position: absolute;
	z-index: 99;
	display: none;
	box-shadow: none;
}
#menubar ul.sub-menus li {
	display: block;
	width: 100%;
}
#menubar ul.sub-menus a {
	color: #FFFFFF;
	font-size: 15px;
}
#menubar li:hover ul.sub-menus {
	display: block
}
#menubar ul.sub-menus a:hover{
	background: #fbfbfb;
	color: #444444;
}

/*-——The Search——*/
	
#searchup {
	margin: 10px 10px 10px 10px;
}
#searchdir {
	margin: 10px 0px 15px 0px;
}
.searchuptext {
    padding: 5px;
    margin-right: 10px;
    font-size: 17px;	 
    font-family: "Poppins", serif;
    text-transform:none;
  	background:#fff;
	border:2px solid #009900;
    width:400px;
}

.searchupsubmit{
    height:36px;
  	width:60px;
  	text-align:center;
  	font-family: "Poppins", serif;
  	text-transform:none;
  	font-size: 17px;	
  	color:#fff;
  	cursor:pointer;
  	background-color:#007700; 
    border:0px;
	padding:5px;
}
	
/* BELOW HEADER */	

#casing{
width:1050px;
padding:10px 0px 10px 0px;

}

.ftitle {
  width:95%;
	font-size:23px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;	
	padding:7px 7px 7px 0px;
	margin:10px 15px 10px 15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom: solid 1px #cccccc;
	font-weight: 700;
}

.ftitlefull {
	width:97%;
	padding:7px 7px 7px 7px;
	margin:5px 10px 5px 10px;
	font-family: "Poppins", serif;
	text-transform:none;
	font-size:23px;
	font-weight: 700;
	color:#fff;
	background:#373737;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom: solid 1px #cccccc;
}

.bttitle {
	width:95%;
	padding:7px 7px 7px 7px;
	margin:5px 5px 5px 10px;
	font-family: "Poppins", serif;
	text-transform:none;
	font-size:32px;
	font-weight:normal;
	color:#000;
	text-align:center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom: solid 1px #cccccc;
}

.stitle {
    font-size: 23px;
    font-family: "Poppins", serif;
    text-transform: none;
    color: #000;
    padding: 7px 7px 7px 0px;
    margin: 5px 10px 5px 10px;
    line-height: 130%;
    font-weight: 700;
}
.atitle {
	font-size:17px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	padding: 5px 0px 10px 0px;
	font-weight: normal !important;
}

.atitle a:link {
	color:#000;
}

.dtitle {
	font-size:17px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#fff;
	padding:7px 7px 7px 7px;
	margin:5px 0px 5px 0px;
	background:#373737;
	line-height: 130%;
    font-weight: 700;
}

.rtitle {
	font-size:30px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;	
	padding:7px 7px 7px 0px;
	margin:5px 10px 5px 10px;
	line-height: 130%;
    font-weight: 700;
}

/* Home boxes */

.boxcont {
	margin:5px 0px 10px 5px;
}
.boxcont iframe {
	max-width:100%;
}
.box {
background:#fff;
padding: 5px 5px 5px 5px;
width:155px;
margin:10px 0px 10px 5px !important;
float:left;
position:relative;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; 

}

.boxbig {
background:#fff;
padding: 10px 5px 10px 5px;
width:208px;
margin:10px 5px 5px 5px !important;
float:left;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; 

}

.boxbig h1 {
	font-size:25px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

.boxbig h2 {
	font-size:20px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

.boxbig h3 {
	font-size:17px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
		
	line-height:120%;	
}
.boxbig p{
	margin:0px 0px 20px 0px;
	padding:0px 0px 5px 5px;
	font-size:14px;
	color:#000;
	line-height:150%;
}


.boxbig img {
	margin:0px 0px 5px 5px;
}

.boxbigbox {
background:#fff;
padding: 10px 5px 10px 5px;
width:220px;
margin:10px 0px 5px 10px !important;
float:left;
border: none;
box-shadow: none;
border-radius: none;

}

.boxbigbox h1 {
	font-size:25px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

.boxbigbox h2 {
	font-size:20px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

.boxbigbox h3 {
	font-size:17px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
		
	line-height:120%;	
}
.boxbigbox p{
	margin:0px 0px 20px 0px;
	height:100px;
	padding:0px 0px 5px 5px;
	font-size:14px;
	color:#000;
	line-height:150%;
}


.boxbigbox img {
	margin:0px 0px 5px 5px;
}

.boxright {
width:100%;
margin:10px 5px 5px 5px !important;
float:left;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; 

}

.boxright a:link {
	color:#000;
}
.boxright a:visited {
	color:#000;
}

.boxright h1 {
	font-size:25px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}
.boxright h1 a:link{
	color:#000;
}

.boxright h2 {
	font-size:20px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	font-weight: 500;
	line-height:120%;
	font-weight: 700;
}

.boxright h3 {
	font-size:17px;
	padding:0px 0px 5px 5px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	font-weight: 500;	
	line-height:120%;	
}

.boxright h3 a:link{
	color:#000;
}

.boxright p{
	margin:0px 0px 20px 0px;
	padding:0px 0px 5px 5px;
	font-size:16px;
	color:#000;
	line-height:150%;
}


.boxright img {
	margin:0px 0px 5px 0px;
	max-width:100%;
}

.boxbigbig {
margin:10px 10px 10px 15px;
float:left;
}

.boxbigbig h1, .boxbigbig h1 a:link, .boxbigbig h1 a:visited {
	font-size:30px;
	padding:5px 0px 0px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

.boxbigbig h2, .boxbigbig h2 a:link, .boxbigbig h2 a:visited {
	font-size:25px;
	padding:5px 0px 0px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

.boxbigbig h3, .boxbigbig h3 a:link, .boxbigbig h3 a:visited {
	font-size:17px;
	padding:5px 0px 0px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
		
	line-height:120%;	
}
.boxbigbig p{
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	font-size:14px;
	color:#000;
	line-height:150%;
}


.boxbigbig img {
	border: none;
	margin: 0px 5px 15px 5px;
	padding: 5px;
}
.boxbigbigvid {
width:670px;
height:375px;
margin-bottom:10px;
}
#lstGridGrid {
	margin:0px 0px 15px 0px;
}
#lstGrid {
	margin:15px 0px 15px 0px;
}

.listItem {
	color:#000;
	display: inline-block;
	background: #fff;
	border: none;
	box-shadow: none;
  	border-radius: none;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	padding-bottom: 10px;
	vertical-align:top;
  	text-align:left;
}

.listItem img {
  object-fit: cover;
  float: left;
  margin: 10px 10px 10px 10px;
  max-width:250px;
}

.listItem p {
	font-size: 17px;	
	color: #333;
	line-height:140%;
	padding-top: 10px;
}

.listItem h1, .listItem h1 a:link, .listItem h1 a:visited {
	color:#000;
	font-size:29px;
	font-family: "Poppins", serif;
	text-transform:none;
	padding-top: 5px;
  padding-bottom: 5px;
	line-height:120%;
}

.listItem h2, .listItem h2 a:link, .listItem h2 a:visited {
	color:#000;
	font-size:25px;
	font-family: "Poppins", serif;
	text-transform:none;
	padding-top: 5px;
  padding-bottom: 5px;
	line-height:120%;
  border-bottom: 1px solid #f9f9f9;
  font-weight: 700;
}

.listItem h3, .listItem h3 a:link, .listItem h3 a:visited {
	color:#444;
	font-size: 17px;	
	font-family: "Poppins", serif;
	padding-top: 5px;
	line-height:120%;
}

.lstGridItem {
	color:#000;
	display: inline-block;
	background: #fff;
	border: none;
	box-shadow: none;
	padding: 10px;
	padding-bottom: 0px;
	max-width:31%;
	vertical-align:top;
  	text-align:left;
}

.lstGridItem img {
	width: 100%;
  height:250px;
  object-fit: cover;

}
.lstGridItem h1, .lstGridItem h1 a:link, .lstGridItem h1 a:visited {
	color:#000;
	font-size:29px;
	font-family: "Poppins", serif;
	text-transform:none;
	padding-top: 5px;
  padding-bottom: 5px;
	line-height:120%;
}

.lstGridItem h2, .lstGridItem h2 a:link, .lstGridItem h2 a:visited {
	color:#000;
	font-size:25px;
	font-family: "Poppins", serif;
	text-transform:none;
	padding: 10px 0px 10px 0px;
	line-height:120%;
	font-weight: 700;
}
.lstGridItem h2 a:hover {
	text-decoration:underline;
	text-decoration-color: #009900;
}

.lstGridItem h3, .lstGridItem h3 a:link, .lstGridItem h3 a:visited {
	color:#444;
	font-size: 17px;	
	font-family: "Poppins", serif;
	padding-top: 5px;
	line-height:120%;
}

.lstGridItem h3 a:hover {
	text-decoration:underline;
	text-decoration-color: #009900;
}

.lstGridItem p {
	font-size:17px;
	color: #333;
	line-height:140%;
}
.lstGridItemMeta {
	font-size:13px;
	text-transform:none;
  border-top: 1px solid #ccc;
	border-bottom: 1px solid #f9f9f9;
	margin-top: 10px;
	padding-top: 5px;
  padding-bottom: 5px;
	line-height:150%;
}
.lstGridItemTitle {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.boxim{
width:150px;
margin:10px auto 10px;
}

.stitletech{

padding:10px 10px;	
text-align:center;
font-family: "Poppins", serif;
text-transform:none;
color:#000;

font-size: 17px;	
}

.bdescr{

padding:10px 10px;	
text-align:center;
font-size:10px;
}

a.boximg{
margin:0px 0px 5px 0px;
display:block;
}

.boxentry{
	padding:10px 15px 35px 15px;
	line-height:22px;
}

a.bmore{
	width:39px;
	height:39px;
	background:url(https://www.mooseek.com/images/more.png);
	right:0px;
	bottom:0px;
	position:absolute;
}

.p-cost{
color:#009900;
font-size: 17px;	
padding:5px 5px;
float:left;
font-weight:bold;
margin-top:5px;
font-family: "Poppins", serif;
text-transform:none;
border: 1.7px solid #009900;
background-color:transparent;
font-weight: normal;
border-radius: 5px;
}

.p-link{
color:#009900;
font-size: 17px;	
padding:5px 5px;
float:right;
margin-top:5px;
margin-left:5px;
font-family: "Poppins", serif;
text-transform:none;
border: 1.7px solid #009900;
background-color:transparent;
cursor:pointer;
font-weight: normal;
border-radius: 5px; 
}
span.s-cost{
	padding:5px 5px 5px 5px;
	background:#373737;
	color:#fff;
	font-size: 17px;	
  margin-right:5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 25px;

}
span.s-link{
	padding:5px 5px 5px 5px;
  	margin:0px 2px 0px 10px;
	color:#009900;
	font-size: 17px;	
	font-family: "Poppins", serif;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  	font-weight: normal;
  	text-transform:none;
  	border-radius: 5px;
  	display: inline-flex;
  	line-height: 25px;
}
span.l-link{
	padding:5px 5px 5px 5px;
	color:#009900;
	font-size:17px;
	font-family: "Poppins", serif;
	text-transform:none;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 5px;
  display: inline-flex;
  line-height: 25px;
}
span.b-link{
	padding:5px 5px 5px 5px;
	color:#009900;
	font-size: 17px;	
	font-family: "Poppins", serif;
	border: 1.5px solid #009900;
	background-color:transparent;
	cursor:pointer;
  font-weight: normal;
  margin: 5px;
  text-transform:none;
  border-radius: 5px;
  display: inline-flex;
  line-height: 25px;
}
span.r-link{
	padding:5px 5px 5px 5px;
	color:#009900;
	font-size: 17px;	
	margin-right:20px;
	font-family: "Poppins", serif;
	text-transform:none;
	float:right;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  font-weight: normal;
  border-radius: 5px;
  display: inline-flex;
  line-height: 25px;

}
span.rl-link{
	padding:5px 5px 5px 5px;
	color:#009900;
	font-size: 17px;	
	margin-right:10px;
	font-family: "Poppins", serif;
	text-transform:none;
	float:right;
	border: 1.7px solid #009900;
	background-color:#f5f5f5;
	cursor:pointer;
  font-weight: normal;
  border-radius: 5px;
  display: inline-flex;
  line-height: 25px;

}
span.c-link{
	padding:5px 5px 5px 5px;
	margin:5px 20px 10px 0px;
	color:#009900;
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
	text-align: center;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  	font-weight: normal;
  	border-radius: 5px;
  	display: inline-flex;
  	line-height: 25px;
	
}
.s-link a:link, .s-link a:visited{
color:#009900 !important;
font-weight: normal !important;
text-decoration: none !important;
}
.b-link a:link, .b-link a:visited{
color:#009900 !important;
font-weight: normal !important;
text-decoration: none !important;
}
.r-link a:link, .r-link a:visited{
color:#009900 !important;
font-weight: normal !important;
text-decoration: none !important;
}
.rl-link a:link, .rl-link a:visited{
	color:#009900 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
.c-link a:link, .c-link a:visited{
color:#009900 !important;
font-weight: normal !important;
text-decoration: none !important;
}
.p-link a:link, .p-link a:visited{
color:#009900;
font-weight: normal !important;
text-decoration: none !important;
}
.l-link a:link, .l-link a:visited{
color:#009900;
font-weight: normal !important;
text-decoration: none !important;
}
.s-link a:hover{
text-decoration: underline !important;
text-decoration-color: #009900;
}
.b-link a:hover{
text-decoration: underline !important;
text-decoration-color: #009900;
}
.r-link a:hover{
text-decoration: underline !important;
text-decoration-color: #009900;
}
.rl-link a:hover{
	text-decoration: underline !important;
	text-decoration-color: #009900;
}
.c-link a:hover{
color:#009900 !important;
text-decoration: underline !important;
text-decoration-color: #009900;
}
.l-link a:hover{
text-decoration: underline !important;
text-decoration-color: #009900;
}
.p-link a:hover{
text-decoration: underline !important;
text-decoration-color: #009900;
}

.slide-meta{
	font-size: 17px;	
	padding:10px 0px;
	font-family: "Poppins", serif;
	text-transform:none;	
}
.b-moregrid{
	padding:5px 5px 5px 5px;
	color:#009900;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
	text-align:center;
  font-weight: normal;
  border-radius: 5px;

}
.b-moregrid a:link, .b-moregrid a:visited{
color:#009900 !important;
}
.b-moregrid:hover {
	color:#009900 !important;
	text-decoration: underline !important;
	text-decoration-color: #009900;
}
/* CONTENT AREA */

#contentleft{
float:left;
width:70%;
}

#content{
        width: auto;
        float: left;
        margin: 10px 10px;
		max-width: 100%;
}
#contentarch {
	width:46%;
	float:left;
	padding-top:15px;
	padding-bottom:15px; 
	background:#fff;
	margin: 0px 10px 15px 10px;
	border: none;
	box-shadow: none;
	border-radius: none;
	}
#contentfull{
	padding-top:15px;
	padding-bottom:15px; 
	background:#fff;
	margin: 0px 10px 15px 10px;
	border: none;
	box-shadow: none;
	border-radius: none;
	}
#contentgrid{
width:100%;
float:left;
margin: 0px 0px 20px 0px;
max-width: 100%;
}
#contenthome{
width:auto;
margin: 0px 0px 20px 0px;
}
#contentgridhome{
width:800px;
float:left;
margin: 0px 5px 15px 0px;
}
#contentgridlist{
width:800px;
float:left;
margin: 0px 0px;
box-sizing:none;
}
#contentgrid .lstGridItem {
	max-width:30%;
}
#contenthome .lstGridItem {
	max-width:31%;
}
#contentgridhome .lstGridItem {
	max-width:31%;
}

.btnsubmit{
	margin:15px 5px 0px 5px;
	padding:5px;
	font-size:17px;
	text-align:center;
	color:#009900;
	font-family: "Poppins", serif;
	text-transform:none;
	float:right;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
	
}


.postw{
	margin:0px 0px 0px 5px;
	background:#fff;
	padding: 10px 10px 10px 10px;
}

.fullpost{
	margin:30px 10px 20px 10px;
	color:#555;
	background:#fff;
	padding: 0px 0px 25px 0px;

}

.lsttitle{
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
}		
	
.lsttitle h2, .lsttitle h2 a:link, .lsttitle h2 a:visited  {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 5px;
	font-size: 23px ;
	font-weight:normal;
	color:#222;
	
	line-height:120%;	

	}

.lsttitle h3, .lsttitle h3 a:link, .lsttitle h3 a:visited  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	font-size: 15px ;
	font-weight:normal;
	color:#000;
		

	}

.lstmeta{
	padding:5px 10px;
	font-size: 17px;	
	text-transform:none;
	
}

.lstimg img{
	float:left;
	margin:10px 10px 0px 0px;
	width:150px;
	max-height:100px;
}
.lstimgart img{
	float:left;
	margin:10px 10px 0px 0px;
	width:200px;
	max-height:150px;
}

.lstribbon{
	margin:0px 10px 0px 0px;
	float:right;
}
.lsterror { 
	padding:30px 0px 50px 20px;
	font-family: "Poppins", serif;
	text-transform:none;
	font-size: 20px;
	}
span.lsterrormsg { 
	font-size: 26px;
	line-height:120%; 
	padding-bottom:10px;
	}
span.lsterrormsgmin { 
	font-size: 20px;
	line-height:120%;
	padding-bottom:10px;
	}	
span.lstconsdate2 { 
	font-size: 23px; 
	margin: 0px 0px 0px 10px;
	color:#000; 
	font-family: "Poppins", serif;
	text-transform:none;
		 
	 }		
span.lstnum { 
	font-size: 37px; 
	margin: 0px 0px 0px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	padding:10px;
	float:right;	 
	 }
span.lstclock{
	padding:3px 5px 3px 20px;
	background:url(https://www.mooseek.com/images/lstclock.png) left center no-repeat;
}	

span.lstclick{
	padding:3px 5px 3px 18px;
	background:url(https://www.mooseek.com/images/lstclick.png) left center no-repeat;
}
span.lstban{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstban.png) left center no-repeat;
	
	}
span.lstcomm{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstcomm.png) left center no-repeat;
	
	}
span.lstcommd{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstcomm.png) left center no-repeat;
	}
span.lstaut{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstaut.png) left center no-repeat;
	
	}
span.lstlink{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstlink.png) left center no-repeat;
	
	}
span.lstsche{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstsch.png) left center no-repeat;
	
	}
span.lstmail{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstmail.png) left center no-repeat;
	
	}
span.lsttag{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lsttag.png) left center no-repeat;
	
	}
span.lststar{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lststar.png) left center no-repeat;
	
	}
span.lsttipo{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lsttipo.png) left center no-repeat;
	
	}
span.lstsys{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstsys.png) left center no-repeat;
	
	}
span.lstcons{
	padding:3px 5px 3px 20px;
	background:url(https://www.mooseek.com/images/lstcons.png) left center no-repeat;
	
	}
.lstcategory{
	padding:3px 5px 3px 22px;
	background:url(https://www.mooseek.com/images/lstcategory.png) left center no-repeat;
	font-family: "Poppins", serif;
	font-weight: 500;
	}
span.lstcons a:link,
span.lstcons a:visited {
	color:#009900;
	}
	
span.lstcons a:hover{
	color:red;
	
}

.lstsingleinfo{
	margin:10px 0px 15px 10px;
	font-size:17px;
}
.lstcategory a:link {
	color:#009900;
	}

.lstcategory a:visited {
	color:#009900;
	}
	
.lstcategory a:hover{
	text-decoration: underline;
	text-decoration-color: #009900;
	}
	
.lstentry {
	margin:0px 0px 0px 0px;
	padding: 0px 10px ;
	}	
	
.lstentry a:link,
.lstentry a:visited {
   	color:#009900;
	}

.lstentry a:hover {
	color:red;

	}

.lstentry ul, .lstentry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.lstentry ul li, .lstentry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.lstentry p{
	margin:5px 0px 5px 0px;
	padding:5px 0px;
	color:#000;
	line-height:180%;
}

a.morer{
	background:#555;
	padding:5px 10px;
	float:right;
	color:#fff!important;
}

/* SIDEBAR */

#right{
vertical-align: top; 
width:30%;
float:right;
}

#right img {
object-fit: cover;   
}

#right strong {
font-weight:bold;
	}
  
#rightgrid {
width:100%;
float:right;
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom: 10px;
background:#fff;
border: none;
margin: 0px 10px 15px 0px;
box-shadow: none;
border-radius: none;
}

#rightgrid strong {
font-weight:bold;
	}

.panelrl {
	padding:0px 0px 5px 5px;
	width:100px;
	float:left
}
.panelrr {
	padding:0px 0px 5px 0px;
	width:190px;
	font-size:14px;
	line-height:150%;
	float:right
}

.lstgridlist, .lstgridlist a:link, .lstgridlist a:visited {
	color:#000;
	font-size: 17px;
	font-family: "Poppins", serif;
	text-transform:none;
	padding-top: 5px;
	line-height:120%;
}
/* -———————————————————————————————————
Scrivi Email
-——————————————————————————————————— */ 

/* Contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  border-style: solid;
  border-width: 1px;
  padding: 13px;
  font-size: 17px;	
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
 width: 60%;
 font-size: 17px;	
}

.wpcf7 input[type="number"] {
   width: 60px;
   font-size: 17px;	
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="date"] {
  width: 170px;
  font-size: 17px;	
}

.wpcf7 textarea {
  width: 95%;
  height: 250px;
  font-size: 17px;	
}

.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea {
  margin-top: 3px;
}

.wpcf7 label,
.wpcf7-quiz-label {
  display: block;
}

.wpcf7 p {
  margin-bottom: 22px;
}
.wpcf7-response-output {
	color:red;
}

.wpcf7 [type="submit"] {
	padding:5px 5px 5px 5px;
	margin:5px 20px 10px 0px;
	color:#009900;
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
	text-align: center;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  	font-weight: normal;
  	border-radius: 5px;
  	display: inline-flex;
  	line-height: 25px;
}


#email_form {
	margin:20px 0px 20px 15px;
	}
	
#email_form p {	
	padding:5px 0px;
	font-size: 17px;	
	}
#email_form input[type=text] {
	background:#fff;
	border:1px solid #DEDCDD;
	font-size: 17px;	
  	border-radius: 5px;
  	padding: 7px;
	width: 80%;
	}
#email_form textarea {
	background:#fff;
	border:1px solid #DEDCDD;
	width:95%;
	padding: 7px;
	font-size: 17px;	
	}
#email_form small {
	font-size: 17px;	
	}
#email_form select {
	font-size: 17px;	
	}	
#email_form input#submit {
	
	padding: 7px;
	color:#009900;
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  border-radius: 5px;
	}
#email_form h3{
	margin:15px 5px 5px 0px;
	padding:10px 0px;
	font-size:20px;
	font-weight:normal;
	font-family: "Poppins", serif;
	text-transform:none;	
	}
/* -———————————————————————————————————
Commenti
-——————————————————————————————————— */ 

#commenti{
margin-right:0px;
}
#comm_form {
	margin:15px 0px 0px 15px;
	}
	
#comm_form p {	
	padding:5px 0px;
	font-size: 17px;	
	}
#comm_form input {
	background:#fff;
	border:1px solid #DEDCDD;
	font-size: 17px;	
  border-radius: 5px;
  padding: 7px;
	}
#comm_form textarea {
	background:#fff;
	border:1px solid #DEDCDD;
	width:95%;
	padding: 7px;
	font-size: 17px;	
	}
#comm_form small {
	font-size:14px;
	}
	
#comm_form input#submit {
	
	padding: 7px;
	color:#009900;
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
	border: 1.7px solid #009900;
	background-color:transparent;
	cursor:pointer;
  border-radius: 5px;
	}
#comm_form h3{
	margin:15px 5px 5px 0px;
	padding:10px 0px;
	font-size:20px;
	font-weight:normal;
	font-family: "Poppins", serif;
	text-transform:none;	
	}
.lstcomm {
	margin:15px 15px 15px 15px;
	color:#555;
	background:#fff;
	padding: 10px 0px 10px 0px;
  	box-shadow: none;
  	border-radius: 5px;
}
.lstcommmeta{
	font-size: 17px;	
	text-transform:none;
	padding: 10px 0px 10px 10px;
}
.lstcommtext{
	font-size: 17px;	
	color:#000;
	line-height:150%;
	padding: 10px 10px 10px 10px;
}
.lstcommfoot{
	font-size:14px;
	padding: 0px 0px 10px 10px;
}

/* — RECAPTCHA LOGO — */

.rc-anchor {
	visibility: hidden;
}
		
/* — FOOTER — */

#mastfoot{
    float:left;
	padding:0;
	min-width:100%;
}

#footer {
margin-top:10px;
padding:20px 0px 20px 0px;
color:#f1f1f1;
font-size: 17px;	
background:#000;

	}

#footer a:link, #footer a:visited, #footer a:hover{
color:#a0a0a0;
	}

.fcred{
font-size: 17px;	
max-width:1200px;
text-align:center;
margin:0px auto;
line-height:20px;
margin-bottom:10px;
}

.fcopyright{
font-size: 17px;	
text-align:center;
padding:10px 0px 0px 0px;
border-top: 1px solid #2b2b2b;
}




/* Tooltips */

#tooltip{
	position:absolute;
	font-family: "Poppins", serif;
	border:1px solid #ddd;
	font-size: 17px;	
	background:#fff;
	padding:10px 20px;
	color:#666;
	display:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
	}	

	
/* page 404 */
#home-content .entry{
text-align:center;
}
.title-404 h2{
	text-align:center;
	font-size:48px;
	font-family: "Poppins", serif;
	padding:20px 0px;
}


#panela{
width:700px;
height:400px;
position:relative;
margin: 0px 0px 20px 0px;
}
.panelal {
	padding:0px 0px 5px 10px;
	width:300px;
	margin:10px;
	float:left
}
.panelar {
	padding:0px 0px 5px 10px;
	width:340px;
	margin:10px;
	float:right
}
#panela h2{
	font-size:27px;
	padding:0px 0px 5px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
		
}

#panela h3{
	font-size:17px;
	padding:0px 0px 5px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
}

/* Box Right ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.boxd {
background:#fff;
width:70px;
margin:5px 5px 5px 0px;
padding:10px 5px 10px 5px;	
float:left;
position:relative;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
border-bottom: solid 1px #cccccc;		

}

.boxdima{
width:55px;
margin:0px 5px 0px 5px;
}

.boxdr {
margin:5px 5px 5px 5px;
float:left;
}
.boxdrima a {
margin:0px 0px 10px 0px;
display:block;
color:#000;
}

.boxdrtit{
padding:0px 0px 10px 0px;	
text-align:center;
font-family: "Poppins", serif;
text-transform:none;
}

.boxdrtit h2 a:link, .boxdrtit h2 a:visited{
font-size:13px;
font-weight:normal;
color:#000 !important;
}


/* LastList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.last_list {
margin:0 auto;
padding: 0px 0px 10px 5px;
color:#333;
font-size:14px;
float:left;
width:100%;
}

.last_list a:link {
	color : #000000;
	font-weight:bold; 
	text-decoration : none;
	}
.last_list a:hover {
	text-decoration : underline;
	text-decoration-color: #009900;
	}
.last_list a:visited {
	color : #000000; 
	font-weight:bold; 
	text-decoration : none;
	}

.last_list img {
border:1px solid #CCCCCC;
margin:0px 5px 5px 5px;
padding:3px;
float:left;
display:block;
border-radius:5px;
}


/* Page e Folder ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#uppageart {
	margin: 10px 10px;
	
}
#uppagehome {
  margin: 10px 10px 10px 10px;
}
#uppage {
    color: #000;
    border: none;
    box-shadow: none;
    margin: 20px 10px 10px 10px;
    vertical-align: top;
    border-bottom: 0.5px solid #009900;
    padding: 20px 0px 0px 0px;
}
.titolopage {
  padding:5px 5px 5px 5px;
  margin-bottom: 5px;
}
.titolopageq {
	font-family: "Poppins", serif;
	font-size:20px;
	text-transform:none;
  	line-height:110%;
  	padding:10px 10px 10px 10px;
	margin:10px 0px 0px 0px;
	border: none;
}
.titolopagehome {
	border-bottom: 0.5px solid #009900;
  }
.linkpageq {
  	font-family: "Poppins", serif;
  	text-transform:none;
  	color:#009900; 
  	border: 1.7px solid #009900; 
  	padding: 5px 5px 5px 5px;
  	margin: 2px 2px 2px 2px;
  	display: inline-block;
  	font-size: 17px;	
  	border-radius: 5px;	
}

.titolopagehome h1{
	font-size:38px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	line-height: 30%;
    font-weight: 700;
	margin-top:30px
}

.titolopage h1{
	font-size:41px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	line-height: 130%;
    font-weight: 700;
}
.titolopage h2{
  	font-size: 25px;
  	color: #009900;
	font-family: "Poppins", serif;
	line-height: 130%;
    font-weight: 700;
	padding: 5px 0px 5px 0px;
}

.titolopage h3{
	font-size:20px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	line-height: 130%;
    font-weight: 700;
}
.titolopage p{
	margin: 10px 10px 10px 0px;
	font-size:17px;
	line-height:140%;
}

/*-——Brcrumb——*/

.brcrumb{
  margin: 5px 0px 10px 0px;
  font-size: 17px;	
  border-radius: 7px;
}
.brcrumbup {
	margin: 10px 10px 20px 10px;
	border: none;
  font-size: 17px;	
  border-radius: 7px;
}
.brtitle {
  color:#000; 
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
	line-height:120%;
}

.brlinkpage {
  color:#009900; 
  border: 1.7px solid #009900; 
  padding: 5px 5px 5px 5px;
  margin: 2px 2px 2px 2px;
  display: inline-block;
  font-size: 17px;	
  text-transform:none;
  border-radius: 5px;	
}
.brlinkpage a:visited{
  color:#009900 !important; 
  border: 1.7px solid #009900; 
}
.brlinkpage a:hover{
	text-decoration: underline !important;
	text-decoration-color: #009900;
}
.brpageself {
  color:#000; 
  padding: 5px 5px 5px 5px;
  margin: 2px 2px 2px 2px;
  display: inline-block;
  font-size: 17px;	
  text-transform:none;
  border: 1.7px solid #009900;
  background: #f9f9f9;
  border-radius: 5px; 	
}

/*-——The SearchinPage——*/

.sptext{
	padding:20px 10px 20px 10px;
	background:#fff;	
	margin:5px 0px 5px 0px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.sptexts{
	padding:10px 10px 10px 0px;
	background:#fff;	
	margin:5px 5px 5px 0px;
}
span.spitem {
	padding:0px 0px 0px 0px;
	font-size:20px;
	}
select.spsform {
	color: #000;
    background: #fff;
	font-size:17px;
	text-transform:none;
	border-radius: 5px;	
}
.spsform{
	float:left;
	border: none;
	background: #fff;
    box-shadow: none;
    border-radius: none;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
}
select.spselect{
	font-size:17px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	margin: 0px 0px 10px 10px;
}

.spinput{
	font-size:17px;
	font-family: "Poppins", serif;
	text-transform:none;	
	color:#000;
	margin: 0px 0px 0px 10px;
	padding-top:5px;
}
.spinputs{
	font-size:17px;
	font-family: "Poppins", serif;
	text-transform:none;	
	color:#000;
	padding-top:5px;
	margin: 0px 0px 0px 10px;
}

img.spref{
	margin: 5px 0px 0px 10px;
}
img.spall{
	margin: 5px 0px 0px 10px;
}

input.spsubmit{
	color:#009900;
	background:#fff;
	font-size: 17px;	
	margin: 0px 0px 0px 5px;
	font-family: "Poppins", serif;
	text-transform:none;
	border: 1.7px solid #009900;
	padding-top:5px;
	float:right;
  border-radius: 5px;

}

.breadcate {
	padding:10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	font-family: "Poppins", serif;
	text-transform:none;	
	font-weight:normal;
	
	font-size:17px;
	color:#000;
	background:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
}
.breadcatemid {
	padding:5px 5px 5px 5px;
	font-family: "Poppins", serif;
	text-transform:none;	
	font-weight:normal;
	font-size:14px;
	
	color:#000;
	margin:15px 0px 15px 10px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.breadsch {
	padding:5px 5px 5px 5px;
	font-family: "Poppins", serif;
	text-transform:none;	
	font-weight:normal;
	font-size:14px;
	color:#000;
	margin:0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
.breadsch a:link { 
	color:#009900;
}
.breadsch a:visited { 
	color:#009900;
}

.breadcate a:link { 
	color:#000000;
}
.breadcate a:visited { 
	color:#000000;
}

.breadcatemid a:link { 
	color:#000000;
}
.breadcatemid a:visited { 
	color:#000000;
}



/*-——TableIndex——*/

.TableIndex table { 
	margin: 0px 0px 0px 10px;
}

.TableIndex td { 
	color:#000;
	font-size:10.5pt;
	text-decoration : none;
	padding: 0px 0px 3px 10px;

}
.TableIndex a { 
	font-family: "Poppins", serif;
	text-transform:none;	
	font-weight:normal;
	font-size:17px;
	padding: 0px 0px 0px 5px;
}
.TableIndex a:visited { 
	font-family: "Poppins", serif;
	text-transform:none;
	font-weight:normal;
	color:#009900;
	font-size:17px;
}
.TableIndex a:hover { 
	font-family: "Poppins", serif;
	text-transform:none;	
	font-weight:normal;
	font-size:17px;
}
.TableIndex table tr:hover td {
background:#FFF9DF;
}	
/*-——TotPage——*/
.TotPage {
padding:5px 5px 5px 5px;
margin:0px 5px 15px 10px;
font-family: "Poppins", serif;
text-transform:none;	
font-weight:normal;
font-size:16px;
}
.TotPageDwn {
padding:5px 5px 5px 5px;
font-family: "Poppins", serif;
text-transform:none;	
font-weight:normal;
font-size:16px;
}
span.totalerighe { 
	float:left;
	margin-top:10px;

}
.singlepage {
	font-weight: bold; 
	border: 1px solid #BFBFBF;
	padding: 3px 2px 3px 6px;
	margin: 2px;
	color:#000;
} 
span.totalepage { 
	float:right;
	margin-top: 10px;
  	margin-bottom: 10px;
}
.singlepage a {
	font-weight: normal;
	text-decoration: none; 
	color:#009900;
}

/*-——PageNavi-—*/

.wp-pagenavi a {
	font-weight:normal;
	text-decoration: none;
	border: 1px solid #444;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px;
	color:#009900;
	border-radius: 5px;
}
.wp-pagenavi a:hover {
	text-decoration: underline !important;
	text-decoration-color: #009900;
}

.wp-pagenavi span.current {
	font-weight: bold;
	border: 2px solid #009900;
	padding: 7px 10px 7px 10px;
	margin: 3px;
	color:#000;
	border-radius: 5px;
}


/*-——Articoli——*/

.indiceart {
	background-color: #fbfbfb;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	border: none;
	font-size: 17px;	
	border-radius: 7px;		
}

.titoloart h1{
	font-size:41px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	line-height: 120%;
    font-weight: 700;
}
.titoloart h2{
  font-size: 32px;
  	color: #009900;
	font-family: "Poppins", serif;
	line-height:100%;
	font-weight: 700;
	padding: 5px 0px 5px 0px;
}

.titoloart h3{
	font-size:20px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	line-height:120%;
}

.titoloart h1 a:link, .titoloart h1 a:visited, .titoloart h1 a:hover {
	color:#000;
	text-decoration: none;	
}
.titoloart h2 a:link, .titoloart h2 a:visited, .titoloart h2 a:hover {
	color:#000;
	text-decoration: none;		
}
.titoloart h3 a:link, .titoloart h3 a:visited, .titoloart h3 a:hover {
	color:#000;
	text-decoration: none;		
}
.titoloart img {
	box-shadow: none;
    border-radius: none;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	height: 100px;
	width:100px;
}
.titoloarch {
	padding:5px 5px 5px 5px;
  	margin-bottom: 5px;
}
.titoloarch h1{
	font-size:31px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	line-height: 140%;
    font-weight: 700;
}
.titoloarch h1 a:link, .titoloarch h1 a:visited, .titoloarch h1 a:hover {
	color:#000;
}
.titoloarch img {
		box-shadow: none;
		border-radius: none;
		display: inline-block;
		margin-right: 10px;
		margin-top: 5px;
		float: left;
		height: 100px;
		width:100px;
	}	
.corpoart {
	margin:10px 5px 10px 5px;
	font-size:17px;
	line-height: 150%;
}
.dscart {
	line-height: 150%;
	font-size:17px;
	margin: 10px 10px;
}
.dscart strong {
	font-weight: bold
}
.dscart ul li {
	font-size:17px;
	list-style: disc outside;
	margin: 5px 0px 0px 20px;
}
.dscart ul {
	margin: 10px 0px 10px 10px;
}
.dscart ol {
	margin: 5px 0px 0px 20px;
}
.dscart ol li {
	font-size:17px;
	list-style: decimal;
	margin: 5px 0px 0px 20px;
}
.dscart p {
	margin: 10px 0px 10px 0px;
	font-size:18px;
}
.dscart img {
  margin: 10px 0px 10px 0px;
  max-width: 99%;
  height:auto;
  display: block !important;
}
.dscart_img_fit {
	margin: 10px 0px 0px 0px;
  }
.dscart_img_fit img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.dscart img.alignnone {
  background:none;
}
.dscart p strong {
	font-weight: 700;
}
.dscart a:link, .dscart a:visited { 
	color:#009900;
	font-weight: bold;
	text-decoration: none;
	
}
.dscart a:hover { 
	text-decoration: underline;
	text-decoration-color: #009900;
}
.dscart h1, .dscart h1 a:link, .dscart h1 a:visited  {
	font-size: 35px ;
	font-weight:normal;
	color:#222;
	font-family: "Poppins", serif;
	text-transform:none;
	font-weight: 700;
	line-height: 130%;	
	}

.dscart h2, .dscart h2 a:link, .dscart h2 a:visited  {
	font-size: 25px ;
	font-weight:normal;
	color:#222;
	font-family: "Poppins", serif;
	text-transform:none;
	font-weight: 700;
	line-height: 130%;		
	}
	
.dscart h3, .dscart h3 a:link, .dscart h3 a:visited  {
	font-size: 20px ;
	font-weight:normal;
	color:#000;
	font-family: "Poppins", serif;	
	line-height: 130%;
	font-weight: 700;
  	text-transform:none;	
	}

.gallery img {
    border: none !important;
}

.dscart span:link {
color:#fff;
}

.widgettitle { 
	font-size:20px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;	
	padding:7px 7px 7px 0px;
	margin:5px 10px 5px 0px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom: solid 1px #cccccc;
}

#sidewidgets {
	font-size:16px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	line-height:150%;
  padding: 5px 5px 5px 5px;	
}

#sidewidgets a:link {
	color:#000;
	font-size:16px;
}
#sidewidgets a:visited {
	color:#000;
	font-size:16px;
}
#sidewidgets input {
	color:#000;	
	font-size:17px;
	padding:5px 5px 5px 5px;
	font-family: "Poppins", serif;
	text-transform:none;
  border-radius: 5px;
}

/*-——Editor Blocchi——*/

figure {
	margin: 0px 0px;
}

/*-——Scheda——*/

.titolosch {
	padding:5px 5px 5px 5px;
  	margin-bottom: 5px;
}

.titolosch h1{
	font-size:41px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
	line-height:120%;
}
.titolosch h2{
  font-size: 25px;
  color: #444;
	font-family: "Poppins", serif;
	line-height:120%;
	display: flex;
}

.titolosch h3{
	font-size:20px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	line-height:120%;
	display: flex;
}
.titolosch img {
	box-shadow: none;
    border-radius: none;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	height: 100px;
	width:100px;
}

.detscheda {
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background:#fff;
	font-size:17px;
	background: #f9f9f9;
	border: none;
	border-radius: 13px;
  	line-height: 40px;
}
.titscheda  h2, .titscheda h2 a:link, .titscheda h2 a:visited {
    padding-top:5px;
    padding-bottom:5px;
}
.dscscheda {
	margin:10px 10px 10px 10px;
	font-size:17px;
	line-height:150%;
}
.dscscheda strong {
	font-weight: bold
}
.dscscheda ul li {
	font-size:17px;
	list-style: disc outside;
	margin: 5px 5px 5px 30px;
}
.dscscheda ol li {
	font-size:17px;
	list-style: decimal;
	margin: 5px 5px 5px 30px;
}
.dscscheda p {
	margin: 10px 10px 10px 10px;
	font-size:17px;
	line-height:150%;
}
.dscscheda p strong {
	font-weight: bold;
}

.dscscheda  h2, .dscscheda h2 a:link, .dscscheda h2 a:visited {
    font-size: 27px;
    font-weight: normal;
    color: #000;
    font-family: "Poppins", serif;
    line-height: 130%;
    text-transform:none;
    margin: 5px 5px 5px 5px;
}
.dscscheda  h3, .dscscheda h3 a:link, .dscscheda h3 a:visited {
    font-size: 23px;
    font-weight: normal;
    color: #000;
    font-family: "Poppins", serif;
    line-height: 130%;
    text-transform:none;
    margin: 5px 5px 5px 5px;
}
.detscheda a:hover { 
	color:#009900;
}
.detscheda a:link { 
	color:#009900;
}
.detscheda a:visited { 
	color:#009900;
}
.schedaribbon{
	margin:-20px -20px 0px 0px;
	float:right;
}
span.subschedaban {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstban.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaaut {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstaut.png) left center no-repeat;
	font-weight:bold;
}
span.subschedacom {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstcomm.png) left center no-repeat;
	font-weight:bold;
}
span.subschedatag {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lsttag.png) left center no-repeat;
	font-weight:bold;
}
span.subschedalnk {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstlink.png) left center no-repeat;
	font-weight:bold;
}
span.subschedalnk {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstlink.png) left center no-repeat;
	font-weight:bold;
}
span.subschedasch {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstsch.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaply {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstplay.png) left center no-repeat;
	font-weight:bold;
}
span.subschedacli {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstclick.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaclo {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstclock.png) left center no-repeat;
	font-weight:bold;
}
span.subschedacat {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstcategory.png) left center no-repeat;
	font-weight:bold;
}
span.subschedatipo {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lsttipo.png) left center no-repeat;
	font-weight:bold;
}
span.subschedasys {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstsys.png) left center no-repeat;
	font-weight:bold;
}
span.subschedastar {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lststar.png) left center no-repeat;
	font-weight:bold;
}
span.subschedasize {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstsize.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaphone {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstphone.png) left center no-repeat;
	font-weight:bold;
}
span.subschedawifi {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstwifi.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaphoto {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstphoto.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaheart {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstheart.png) left center no-repeat;
	font-weight:bold;
}
span.subschedaarrows {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstarrows.png) left center no-repeat;
	font-weight:bold;
}
span.subschedachat {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	line-height:180%;
	background:url(https://www.mooseek.com/images/lstchat.png) left center no-repeat;
	font-weight:bold;
}
.shotscheda {
	margin:10px 5px 10px 5px;
}
.lineschedatech {
	background:#fbfbfb;
}

.thumbscheda {
	margin:20px 0px 20px 5px;
	padding:10px 5px 5px 5px;
	text-align:center;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.shotscheda img  {
  max-width: 97%;
  display: block;
  margin: auto;
}
.thumbscheda img {
	object-fit: cover;
	width:180px;
	height:130px;
	display: inline-block !important;
 }
/*-——shots——*/

.shot {
  border-bottom: solid 1px #cccccc;
	padding:5px 5px 5px 5px;
  margin: 0px 10px 5px 10px;
}	
.shot img {
	height:90px;
	width:90px;
	border: none;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	box-shadow: none;
    border-radius: none;
}

/*-——apps—*/
.applink {
  display: inline-block;
  margin: 7px 0px 0px 1px;
  vertical-align: middle;
}

/*-——embed——*/
.embed {
  margin:10px 10px 15px 10px;
  padding:15px 15px 15px 15px;
  height:500px;
	background:#fff;
	border: none;
	box-shadow: none;
  border-radius: none;	
}
.embed img {
    height: 500px;
    width: 100%;   
    object-fit: cover;    
}
.embedwall {
  margin:10px 10px 30px 10px;
  height:700px;
	background:#fff;
	border: none;
	box-shadow: none;
  border-radius: none;	
}
.embedwall img {
    height: 700px;
    width: 100%;   
    object-fit: cover;    
}
.embedhome {
	margin:10px 10px 30px 10px;
	height:530px;
	background:#fff;
	border: none;
	box-shadow: none;
	border-radius: none;	
}
.embedhome img {
	height: 500px;
	width: 100%;   
	object-fit: cover;    
}
.embedhome  h2, .embedhome h2 a:link, .embedhome h2 a:visited {
    font-size: 23px;
    font-weight: normal;
    color: #000;
    font-family: "Poppins", serif;
    line-height: 130%;
    text-transform:none;
    margin: 10px 5px 5px 5px;
	font-weight: 500;
}
.embedhome  h3, .embedhome h3 a:link, .embedhome h3 a:visited {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    font-family: "Poppins", serif;
    line-height: 130%;
    text-transform:none;
    margin: 10px 5px 5px 5px;
}
.embedplay {
    background: url(/images/play_icon_movie.png)center center no-repeat;
    margin: -300px 10px 0 0;
    height: 50px;
    position: relative;
    z-index: 10;
}
.embedgio {
	margin:20px 10px 10px 10px;
	padding: 20px 10px 20px 10px;
	background:#f9f9f9;
	border: none;
	box-shadow: none;
  	border-radius: none;
  	min-height:500px;
	max-width: 100%;
	max-height: 600px;	
	border-radius: 8px;

}
.embedgio iframe {
	max-width: 100% !important;
	max-height: 600px !important;		

}
.embedvid {
	margin:10px 10px;
	background:#fff;
	min-height:600px;
	border: none;
	box-shadow: none;
  	border-radius: none;	
}
.embedvid iframe {
	max-width: 100% !important;
	max-height: 600px !important;
	min-height: 600px !important;		

}

/*-——panels——*/

.ppanel{
	width:960px;
	margin:10px 0px 0px 10px;
}

.ppanel-right{
	width:340px;
	float:right;

}

.ppanel-right h1{
	font-size:30px;
	line-height:120%;
	padding:0px 0px 5px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#fff;
		
}

.ppanel-right h2{
	font-size:25px;
	line-height:120%;
	padding:0px 0px 5px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#fff;
		
}

.ppanel-right h3{
	font-size:17px;
	line-height:120%;
	padding:0px 0px 5px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
		
}

.ppanel-right p{
	line-height:150%;
	font-size:14px;
	color:#fff;
}

img.slideimg{
display:block;
float:left;
margin-right:10px;
position: absolute;
clip: rect(0, 600px, 230px, 0);
}

.rpanel{
	width:680px;
	margin-left:10px;
	margin-top:5px;
	display:inline;
	float:left;
}

.rpanel-img{
	width:335px;
	padding:5px 5px 5px 0px;
	overflow:hidden;
	float:left;
}

.rpanel-img h2{
	font-size:22px;
	height:55px;
	padding:5px 5px 5px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
		
	line-height:120%;
}

.rpanel-img h3{
	font-size:17px;
	height:30px;
	padding:10px 5px 5px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height:120%;	
	
}

.spanel{
	width:700px;
	margin:10px 10px 10px 15px;
}

.spanel-right{
	width:340px;
	float:right;
	margin-right:15px;

}

.spanel-right h1{
	font-size:30px;
	line-height:120%;
	padding:0px 0px 5px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
		
}

.spanel-right h2{
	font-size:25px;
	line-height:120%;
	padding:0px 0px 5px 0px;
	font-family: "Poppins", serif;
	text-transform:none;
	color:#000;
		
}

.spanel-right h3{
	font-size:17px;
	line-height:120%;
	padding:0px 0px 5px 0px;
	color:#000;
	font-family: "Poppins", serif;
	text-transform:none;
		
}

.spanel-right p{
	line-height:150%;
	font-size:14px;
}



/* TopLinksList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.toplinks_list a:link {color : #000000; text-decoration : none;}
.toplinks_list a:hover {color : #000000; text-decoration : underline;}
.toplinks_list a:visited {color : #000000; text-decoration : none;}
.toplinks_list li 
{
padding: 7px 0px 7px 0px;
border-bottom: solid 1px #ccc;
list-style: none;
}
.toplinks_list ul{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* Social ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.addthis {
	margin:10px 10px 10px 10px;
}
.addshare {
margin:5px 5px 5px 5px;
}
.sharebtn {
	text-align: center;
	display:inline-flex;
}
/* Ads ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.adsup {
  margin: 30px 10px 10px 10px;    
  max-width: 100%;
  height: 280px !important;
}
.adsupgrid {
	margin:15px 10px 15px 10px;
}
.adsupl {
	margin:10px 10px 10px 15px;
	float:left
}
.adsupr {
	margin:10px 10px 10px 15px;
	float:right;
}
span.adsups {
	margin:15px 10px 15px 10px;
}
.adstop {
  margin: 10px 10px 10px 10px;
  max-width: 100%;
}
.adsmid {
	margin: 10px 10px 10px 10px;
  max-width: 100%;
}
.adsart {
  margin: 10px 10px 10px 10px;
  max-width: 100%;
}
.fblike {
	margin:20px 0px 20px 15px;
}

#topmenu .google-auto-placed .adsbygoogle {
  display:none !important;
}
#contenthome .google-auto-placed .adsbygoogle {
  float:left !important;
}
#lstGrid .google-auto-placed .adsbygoogle {
  float:left !important;
}
#contentgridhome .google-auto-placed .ap_container {
	width: 98% !important;
  }
#contentgridhome .mys-wrapper {
	display:none !important;
  }

/* Schede tecniche ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.corposcheda {
	line-height: 150%;
	font-size:17px;
	margin-left:10px;
}
.corposcheda strong {
	font-weight:bold;
}
.corposcheda table { 
	margin: 0px 0px 0px 0px;
	line-height: 150%;
}

.corposcheda td { 
	font-size:17px;
}
.corposcheda a {
	color:#009900;
	font-weight: bold;
}
.corposcheda a:visited {
	color:#009900;
	font-weight: bold;
}
.corposcheda a:hover {
	text-decoration: underline;
	text-decoration-color: #009900;
}

.corposcheda p {
	margin: 10px 0px 10px 0px;
	font-size:17px;
}
.corposcheda img {
	margin: 10px 0px 10px 0px;
}
.corposcheda p strong {
	font-weight: bold
}

.corposcheda ul li {
	font-size:17px;
	list-style: disc outside;
	margin: 5px 0px 0px 20px;
}
.corposcheda ol li {
	font-size:17px;
	list-style: decimal;
	margin: 5px 0px 0px 20px;
}
.corposcheda h2, .corposcheda h2 a:link, .corposcheda h2 a:visited  {
	font-size: 25px ;
	font-weight:normal;
	color:#222;
	font-family: "Poppins", serif;
	text-transform:none;
	
	line-height: 130%;		
	}
	
.corposcheda h3, .corposcheda h3 a:link, .corposcheda h3 a:visited  {
	font-size: 20px ;
	font-weight:normal;
	color:#000;
	font-family: "Poppins", serif;	
	line-height: 130%;	
	}
/* Related Post ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.related_post {
margin:5px 5px 5px 10px;
text-align:left;
}

#post_div {
height:60px;
}

.img_related_post{
float:left;
}

.text_related_post{
float:left;
line-height: 150%;
font-size:14px;
width:500px;
}

.related_post img {
border:1px solid #CCCCCC;
height:55px;
margin:0 6px 0 0;
padding:2px;
width:90px;
align: left;
}

/* Commenti Articoli ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.comments {
	margin:10px 10px 5px 15px;
	text-align:left;
}

#comment{

	height:100%;
	padding:0px 0px 0px 25px;
	margin:0px 0px;

}
	
#comtitle h3 { font-size: 140%; letter-spacing: -1px; margin: 0px 10px 0px 25px; padding: 10px 0px; color:#000; border-bottom: solid 2px #000;}
	
#comnums  h3{
	padding:10px 0px;
	margin:10px 0px 10px 0px;
	font-size:23px;
	font-weight:normal;
	color:#3f97db;
	font-family: "Poppins", serif;
	text-transform:none;	

	} 	
	
#respond{
	padding:10px 0px;
	color:#303030;
	height:100%;
	padding:0px 5px;
	margin:15px 0px 5px 5px;
	background:#fff; 

}	
#respond h3{
	margin:15px 5px 5px 0px;
	padding:10px 0px;
	font-size:20px;
	font-weight:normal;
	font-family: "Poppins", serif;
	text-transform:none;	
	}
#commentform {
	margin:0px 0px 0px 0px;
	}
.cancel-comment-reply{	
	margin-left:10px;
	padding:0px 0px;

}	
#commentform p {	
	padding:5px 0px;
	font-size: 17px;	
	}
#commentform input {
	background:#fff;
	border:1px solid #DEDCDD;
	font-size: 17px;	
  border-radius: 5px;
	}
#commentform textarea {
	background:#fff;
	border:1px solid #DEDCDD;
	width:100%;
	padding:5px;
	font-size: 17px;	
  margin-top:5px;
	}
#commentform small {
	font-size:14px;
	}
.comments input#submit {
	
	padding:5px 5px 5px 5px;
	background:#009900;
	color:#fff;
	font-size: 17px;	
	font-family: "Poppins", serif;
	text-transform:none;
  border-radius: 5px;
	
	}
	
ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 

	}
.comment-body{
	margin-left:80px;
	padding:10px 10px; 
	border:1px solid #eaeaea;
	background:#fff;

	
}	
ol.commentlist li { 

	margin:20px 0 20px 0px; 
	padding:5px 0px 5px 0px; 
	position:relative;

 }
 
ol.commentlist li div.comment-author { 
	padding:0 10px 0 0; 
	color:#005599; 
}

ol.commentlist a {
	color:#009900;
	text-decoration:none;
	outline:none;
	}

ol.commentlist li div.vcard { 
	font:10px;	
	text-transform:none;
	color:#fff; 
	position: absolute;
	top:5px;
	left:0px;
}

ol.commentlist li span.says  { 
	display:none;

}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal;
	position: absolute;
	width:70px;
	text-align:center;
	background:#009900;
	padding:2px 0px;
	top:75px;
	left:0px;
	font-size:9px;
	font-family: "Poppins", serif;
	text-transform:none;	
}

ol.commentlist li div.vcard cite.fn a:link { 

	color:#fff;
}

ol.commentlist li div.vcard img.avatar { 
	border:5px solid #DFDFDF; 
	margin:0px; 
	padding: 0px; 
}

ol.commentlist li div.comment-meta { 
	display:none;

}

ol.commentlist li p { 
	font:normal 12px;	
	margin:0 0 1em;
	line-height:22px;
	color:#666;
	padding:5px 5px;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4;	
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
 
ol.commentlist li div.reply {  

	font:10px;	
	text-transform:none;
	padding:0px 0px;  
	text-align:right; 
	margin:0px 5px 5px 0px;
	


 }

 

ol.commentlist li div.reply a { 

	color:#fff; 
	text-decoration:none; 
	text-transform:none; 
	padding:3px 10px;
	background:#009900;

}



ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 

	margin:0 0 0px 50px; 

}

ol.commentlist li ul.children li.depth-3 { 

	margin:0 0 0px 50px; 

}



ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px; 

 }



ol.commentlist li.even { 

	
}

ol.commentlist li.odd { 

 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 0px 0 0; 
	color:#005599; 
}

		
ol.pinglist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 

	}
ol.pinglist .comment-body{

	padding:10px 10px; 
	border:1px solid #ccc;
	background:#fff;

	
}	
ol.pinglist li { 

	margin:20px 0 20px 0px; 
	padding:5px 0px 5px 0px; 
	position:relative;

 }
 


ol.pinglist li div.vcard { 

}

ol.pinglist li span.says  { 
	display:none;

}

ol.pinglist li div.vcard cite.fn { 


}

ol.pinglist li div.vcard cite.fn a:link { 

	color:#435036;
}


ol.pinglist li div.comment-meta { 
	padding:5px 0px;

}

ol.pinglist li p { 
	font-family: "Poppins", serif;
	text-transform:none;		
	margin:0 0 1em;
	line-height:18px;
	color:#464646;
	padding:5px 5px;
 }
 
ol.pinglist li ul { 
	font-family: "Poppins", serif;
	text-transform:none;
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
 
ol.pinglist li div.reply {  

display:none;


 }

.page-numbers{
	color:#e7090f;
	padding:2px 5px;
	border:1px solid #aa161a;


}
.current{

	color:#aa161a;
}

/* Commenti Articoli List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.List ol { padding: 0px; margin: 0px;}
.List li { position: relative; }

/**/ * html .List .LGrav { right: 30px;} /* */ 
.List .LGrav { position: absolute; right: 0px; top: 10px;}
.List .LGrav img { border: solid 1px #ccc; padding: 2px; background: #fff;}

.List .LUsr { margin: 0px; padding: 0px; font-size:13px; line-height: 12px; color:#999;}
.List .LUsr a { color:#999; text-decoration: none;}
.List .LUsr strong { font: bold 16px "Trebuchet MS", sans-serif; letter-spacing: -1px; color:#666;}
.List .LUsr strong a { color:#009900; text-decoration: none;}

.List .LCon { margin: 10px 0px 0px 0px; padding: 0px; font-size:14px; line-height: 16px; border-top: solid 1px #ccc;}
.List .LCon p { margin: 0px; padding: 5px 0px; font-size:14px; line-height: 16px;}

.List .Author { background:fff; }

/* Adattamento Media  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media (min-width : 768px) and (max-width : 1024px) {
	
	body
	{
		width:fit-content;
		height: 100%;
		margin: 0px auto;
		padding: 0px;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		min-width:768px;
	}
	#wrapper {
		min-width: 768px;
		max-width : 100%;

	}
	#right {
		width:30%;
	}
	#contentleft{
		width:70%;
	}
	#content{
		float:left;
		width: 97%
	}
	#contentarch{
		float:left;
		width: 97%
	}
	#contenthome {
		margin: 0px 0px 20px 5px;
	}
	#contentgrid {
		margin: 0px 0px 20px 10px;
		width:100%;
		max-width: 100%;
	}
	#contentgridhome {
		margin: 0px 0px 20px 5px;
		width:65%;
		max-width: 65%;
	}
	#contentgridlist {
		margin: 0px 0px 20px 5px;
		width:65%;
		max-width: 65%;
	}
	#contenthome .lstGridItem {
		max-width: 31%;
	}
	#contentgrid .lstGridItem {
		max-width: 43%;
		margin: 0px 10px 10px 0px;
	}
	#contentgridhome .lstGridItem {
		max-width: 43%;
		margin: 0px 10px 10px 0px;
	}
	#lstGrid .lstGridItem {
		max-width: 43%;
	}
	#content .lstGridItem {
		max-width: 43%;
	} 
	.lstGridItem {
		width: auto;
		max-width: 30%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.ftitle {
		max-width:95% !important;
	}
	#lstGridGrid {
			text-align:center;
		margin:0px 0px 15px 10px;
		}
	.searchuptext {
		width:330px;
	float:unset;
	margin-right: 10px;
	}
	.spsform{
		display:inline-block;
		margin: 10px 10px 10px 5px;
		padding: 5px 5px 5px 5px;
	}
	#logoright {
		float: left;
	}
	.fblike {
		display: none;
	}
	span.s-cost{
		font-size:15px;
	}
	span.s-link{
		font-size:15px;
	}
	span.rl-link{
		font-size:15px;
	}
	.embedvid {
		padding: 15px 15px 15px 15px;
		min-height:400px;	
	}
	.embedvid iframe {
		max-width:100% !important;
		max-height:400px !important;
		min-height:400px !important;
	}
	#menubar {position:relative}
	#menubar ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;overflow-y:scroll;max-height:500px;}
	#menubar ul.sub-menus {width:100%;position:static;}
	#menubar ul.sub-menus a {padding-left:30px;}
	#menubar li {display:block;float:none;width:auto;}
	#menubar input, #menubar label {position:absolute;top:0;left:0;display:block}
	#menubar input {z-index:4}
	#menubar input:checked + label {color:white}
	#menubar input:checked + label:before {content:"\00d7"}
	#menubar input:checked ~ ul {display:block}  
	#homemenu {
	  display: block !important;
	}
}

@media (max-width: 767px) and (min-width: 320px) {
body
{
    width: 100%;
	height: 100%;
    margin: 0px auto;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	min-width:320px;
} 
  #right {
		display:none;
	}
  #rightgrid {
	 display:none;
  } 
  #contentleft{
    width:auto;
    float:none;
  }
  #content{
    width:auto;
    float:none;
	margin: 10px 10px;
  }
  #contentarch{
    width:auto;
    float:none;
  }
  #headtop {
    background: #000;
    min-width: 100%;
    z-index: 1000;
  }
  #top {
	width: auto;
    height:70px
	}
  #logo img {
    height:70px
	}
  #wrapper {
	min-width: 320px;
	max-width : 100%;
	}
  #contentgrid {
    width: auto;
  }
  #contenthome {
    width: auto;
    margin: 0px 0px 20px 0px;
  }
  #contentgridhome {
    width: auto;
    float: none;
  }
  #contentgridlist {
    width: auto;
    float: none;
    box-sizing:none;
  }
  #uppage {
	padding: 0px 0px 0px 0px;
  }
	#casing{
		max-width: 799px;
    width: auto;
	}
	#logoright {
		float:left;
	}
  #contenthome .lstGridItem {
    max-width: 100%;
    width: auto;
  }
  #contentgrid .lstGridItem {
    max-width: 100%;
    width: auto;
  }
  #contentgridhome .lstGridItem {
    max-width: 100%;
    width: auto;
  }
  #lstgridgrid {
		text-align:center;
    
	}
  #lstGrid .lstGridItem {
    max-width: 100%;
    width: auto;
  }
 .searchuptext {
	display:none;
  }
  .searchupsubmit {
	display:none;
	}
  iframe {
    max-width:95%;
    max-height:300px;
	min-height:300px;
    padding:5px 5px 5px 5px;
  }
  .embedvid iframe {
    max-width:100% !important;
    max-height:300px !important;
	min-height:300px !important;
  }
  .embed {
    max-width:95%;
    height:300px;
    padding:15px 15px 15px 15px;
	margin:10px 10px 10px 10px;
	border: none;
	box-shadow: none;
    border-radius: none; 
  }
  .embed img {
    height:300px;
  }
  .embedvid {
	max-width: 95%;
	padding: 5px 15px 5px 5px;
    min-height:300px;
  }
  .embedgio {
	max-width: 95%;
    min-height:300px;
  }
  .thumbscheda img {
   width:140px;
   height:100px;
  }
  .comments {
    margin: 0 0;
	}
  #footer a:link, #footer a:visited, #footer a:hover {
    color: #009900;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    font-size: 15px;	
    font-family: "Poppins", serif;
    text-transform:none;
    border: 1.7px solid #444;
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
    border-radius: 5px;
    display: inline-flex;
	text-decoration:none;
	}
	.boxbigbox {
		width:155px;
	}
  .brtitle h3 {
    font-size: 17px;	
  }
  .brlinkpage {
    font-size: 17px;	
  }
  .brpageself {
    font-size: 17px;	
  }
  .brcrumbup {
    font-size: 17px;
  }
  .linkpageq {
    font-size: 17px;
  }
	#lstgrid {
		width: auto;
	}
  #lstgridgrid {
		width: auto;
	}
  .shotscheda img {
    margin:10px 5px 10px 5px;
    max-width: 97%;
  }
  .shot img {
	 height:80px;
	 width:80px;
   margin:0px 0px 0px 0px;
  }
  .titolosch img {
	height: 80px;
	width:80px;
  }
  .titoloart img {
	height: 80px;
	width:80px;
  }
  .lstGridItem {
    width:auto;
    max-width: 100%;
	margin: 0 0;
  }
  .lstGridItemTitle {
    font-size:20px;
  }
  .lstGridItem h2 {
    font-size:23px;
	font-weight:700;
	margin-top: 10px;
  }
  .lstGridItem h3 {
    font-size:20px;
  }
  .lstgridtitle {
    font-size:20px
  }  
  .lstGridItemCat {
    width:auto;
    max-width: 690px;
  }
  .dscscheda {
   width: auto;
	 margin:5px 5px 5px 5px;
  } 
  .detscheda {
   width: auto;
	 margin:10px 5px 5px 5px
  }
  #searchup {
	 margin:20px 0px 0px 0px;
   float:left;
  }
  .searchuptext {
	 width:300px;
  }
  .titolosch h1{
	font-size:30px;
	font-weight: 700;
 }
   .titolosch h2{
	font-size:25px;
	font-weight: 700;
 }
  .titolosch h3{
	font-size: 20px;
	font-weight: 700;	
 }
  .titoloart h1{
	font-size:30px;
	font-weight: 700;
 }
   .titoloart h2{
	font-size:23px;
	font-weight: 700;
	line-height: 120%;
 }
  .titoloart h3{
	font-size: 20px;
	font-weight: 700;	
 }
  .dscart {
	margin: 0px 0px 0px 0px;
  }
  .titoloarch h1{
	font-size:30px;
  }
  .titolopagehome {
	margin-top:30px;

  }
  .titolopagehome h1{
	font-size:32px;
	font-weight: 700;
 }
   .titolopagehome h2{
	font-size:25px;
	font-weight: 700;
 }
  .titolopagehome h3{
	font-size: 20px;
	font-weight: 700;	
 }
   .corpoart {
    	margin: 0px;
}
   #uppageart {
	margin: 0px 0px;
}
  .inserpage {
    width:100%;
  }
  .lstimgins img {
    width:100%;
  }
  .titolopage h1{
	 font-size:30px;
  }
  .titolopage h2{
	 font-size:25px;
  }
  .embedhome {
	margin-bottom: 50px;  
  }
  .embedhome h2 {
	font-size:17px;
	font-weight: 700;
  }
  .addthis {
  	margin:5px 5px 5px 5px;
  }
 
  .adsup {
  	 /*  display:none;  */
	margin: 10px 0px 10px 0px;
	/* height: 312px !important; */
  } 
  .adsupgrid {
  	margin:5px 5px 15px 5px;
    text-align: center;
  }
  .adsupl {
  	margin:5px 5px 5px 0px;
  }
  .adsupr {
  	margin:5px 5px 5px 5px;
  	float:right;
  }
  span.adsups {
  	margin:5px 5px 5px 5px;
  }
  .adsmid {
  	margin:5px 5px 5px 5px;
  }
  .adstop {
  	margin:5px 5px 5px 5px;
  }
  .adsart {
	margin:5px 5px 5px 5px;
	}
  .adsbygoogle {
  	margin-left:5px;
  }
  .fblike {
  	display:none;
  }
  .schedaribbon {
  	display:none;
  }
   .ftitle {
  	max-width:90% !important;
  }
  .appschedal img {
	 width: 100px;
  }
  .appschedar img {
	 width: 150px;
  }
  .atitle {
	font-size: 15px;	
   }
  .topnav_search  {
    display: block;
    padding: 5px;
  	background:#000;
    text-align: center;
    box-shadow: none;
  }
 .topnav_search input[type=text] {
    padding: 5px;
    margin: 5px 5px 5px 5px;
    font-size: 17px;	 
    font-family: "Poppins", serif;
    text-transform:none;
  	background:#fff;
	  border:2px solid #009900;
    background-color:#fff; 
    width:70%;
    border-radius: 5px;
  }
  .topnav_search input[type=submit] {
    height:36px;
  	width:60px;
  	text-align:center;
  	font-family: "Poppins", serif;
  	text-transform:none;
  	font-size: 17px;	
  	color:#fff;
  	cursor:pointer;
  	background-color:#009900;
    border:0px;
    border-radius: 5px; 
	padding: 5px;
  }
  #menubar {position:relative}
  #menubar ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;overflow-y:scroll;max-height:500px;}
  #menubar ul.sub-menus {width:100%;position:static;}
  #menubar ul.sub-menus a {padding-left:30px;}
  #menubar li {display:block;float:none;width:auto;}
  #menubar input, #menubar label {position:absolute;top:0;left:0;display:block}
  #menubar input {z-index:4}
  #menubar input:checked + label {color:white}
  #menubar input:checked + label:before {content:"\00d7"}
  #menubar input:checked ~ ul {display:block}  
  #homemenu {
	display: block !important;
  }
  .spsform{
    display:inline-block;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
  } 
  .wp-pagenavi span.pages { 
	 display:none;
  }
  .wp-pagenavi a {
    font-size: 17px;
  }
}