/* RE */
/* RE */
/* RE */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 18px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */

body{
	background-color:#f3f3f3;
	min-height:100vh;
	font-family: Arial, Helvetica, sans-serif;
	
}

/* NAV */
nav.barra{
		height:65px;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.05);
	box-shadow: 0 3px 4px rgba(0,0,0,.05);
	width:100%;
}
nav.navigation{
	position:relative;
	height:65px;
	max-width:900px;
	margin: 0 auto;
	z-index:2;
	font-size: 16px;
}
.nav-logo a{
	float:left;
	height:65px;
	line-height:65px;
	
	padding:0 5%;
	font-size: 30px ;
	text-decoration: none;
	font-family: 'Hammersmith One', sans-serif;
	color:#0094E0;
	
	
}

ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
	float:right;
	width:100%;
}
ul.nav-menu{
		position:absolute;
		top:65px;
		width:100%;
		height:0;
		padding:0;
		overflow:hidden;
		
	}
	ul.nav-menu.active{
		height:auto;
	}
ul.nav-menu li a{
	height:50px;
	line-height:50px;
	padding:0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width:100%;
	background-color:#2c2c2c;
}
ul.nav-menu li a:hover{
	background-color:#1c1c1c;
}
.nav-toggle{
	display:block;

	position:absolute;
	top:0;
	right:0;
	margin-right: 3%;
	width:65px;
	height:65px;
	background-color:#0094E0;
	cursor:pointer;
}
span.icon-bar{
	position:absolute;
	right:19px;
	
	display:block;
	width:26px;
	height:2px;
	background-color:#ffffff;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.icon-bar:nth-child(1){
  top:22px;
}
.icon-bar:nth-child(2){
  top:29px;
}
.icon-bar:nth-child(3){
  top:36px;
}
.nav-overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-overlay.active{
	opacity:1;
	visibility:visible;
}

/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1){
	top:24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2){
	width:0;
}
.nav-toggle.active .icon-bar:nth-child(3){
	top:24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* SITE CONTAINER */
#main {
	
width: 100%;
max-width: 900px;
		margin: 13px auto;
	
	
	

		
}

.topb{
	
	width: 80%;
	margin: 10px auto;
	display:block;
	background-color: #e9e8e8;
	
	float:left;
	text-align: center;
}
.topb p {
	
	text-align: center;
}

#site-container{
	
	width: auto;
	margin: 2% 3%;
	padding: 2% 3%;
	background-color: #ffffff;
	font:18px Helvetica, Helvetica Neue, Arial, sans-serif; 
	line-height: 1.6;
	
		-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.24);
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.24);
}
#site-container p{

	
}

#site-container h1{
	font-size:34px;
	color:#000000;
	font-weight:bold;
	line-height: 1.9;
}

#site-container h2{
	font-size:24px;
	color:#000000;
	font-weight:bold;
	line-height: 1.6;
}
#site-container h3{
	font-size:17px;
		line-height: 1.2;
	color:#000000;
	font-weight:bold;
}
#site-container h4{
	font-size:34px;
	color:#ffffff;
		line-height: 1.8;
	font-weight:bold;
}
#site-container h5{
	font-size:16px;
	font-weight:bold;
}


#side {
float: left;
		margin: 10px auto;
		width:39%;
		margin: 3%;
		padding: 2%;
		line-height: 1.5;
		background-color: #e9e8e8;
	border: 1px dotted #9d9d9d;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

#footer {
float: left;
		margin: 10px auto;
		width:80%;
		margin: 3%;
		padding: 2%;
		line-height: 1.5;
		background-color: #e9e8e8;
	border: 1px dotted #9d9d9d;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.article a {


  word-break: break-all;
}
  
}

}
.article img {




}


.gridesterno {


 width:100%; 

margin: 10px 0 ;
 display: flex;
}

.grid3 {
flex: 1; 
font-size: 16px;
line-height: 1.5;
margin: 5px;
padding: 5px 8px;
float:left;
width: 32%;
-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.24);
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.24);
display: table-cell;
}
.grid3 img  {
max-width:100%;
float:left;
margin-right: 5px;
margin-bottom: 5px;
}



 td {
  
  border-collapse: collapse;
}
tr:nth-child(even) {background-color: #f2f2f2;
}




.evidenziato {

width:80%;
background: rgb(0,148,224);
background: linear-gradient(54deg, rgba(0,148,224,1) 44%, rgba(147,255,252,1) 100%);
font-size: 20px;
line-height: 1.5;
color: #ffffff;
padding: 10%;
margin: 20px 0 ;
}
.button {
border-radius: 4px;
font-size: 16px;
border: none;
  color: white;
  background-color: #0094E0;
   text-align: center;
  text-decoration: none;
  display: inline-block;
padding: 5px 5px;
margin-top: 15px;
}





  
/* MEDIAQUERIES */

@media screen and (max-width:767px){
	
	#site-container{
	
	max-width: none;
	padding: 0 6%;

}


#site-container img {
max-width:100%;
  
}

#side {
		
		width:80%;
		
}
.article {


 width:100%; 


}

.gridesterno {


width:100%; 
display:table;
margin-left: -2%;

}
.grid3{width:100%;  margin-left: 0;}

.grid3 img  {
max-width:none;
width: 120px;
float:left;
margin-right: 7px;
margin-bottom: 5px;
}


.evidenziato {

width:92%;
margin-left: -6%;
}

}


@media screen and (min-width:768px){
	.nav-overlay.active{
	
	}
	
	#site-container{
	
}

}
