/* ==== 
navigation menu by www.freshdesignweb.com
bianco tela: #f6f4f7;
rosa       : rgba(216,191,223,1);
nero chiaro: #1e1e1e;
 ==== */

/* ==== Google font ==== */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Tangerine-Regular.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/OpenSans-Regular.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #1e1e1e;
	background-color: #dddddd;
}

#contenuto {
	padding: 1em 1.5em;
	width: auto;
	background-color: #ffffff;
	min-height: 200px;
	margin: auto;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 8px rgba(0, 0, 0, .5);
}

h2 {
	margin: 1em 0 0.1em 0;
}

p {
	margin: 0 0 1em 0;
}

.bold {
	font-weight: 900;
}

.script {
	font-family: 'Tangerine', cursive;
	font-size: 3em;
	
}

.titolo {
	letter-spacing: 2px;
	text-shadow: 2px 2px #e6e4e7;
}

.sx { text-align: left; }
.dx { text-align: right; }

ol.alpha
{
	list-style-type: lower-alpha;
}

ol.upper
{
	list-style-type: upper-alpha;
	list-style-position: inside;
}

ol.roman
{
	list-style-type: upper-roman;
}

ol.number
{
	list-style-type: decimal;
}

ol.niente
{
	list-style-type: none;
}

/* --- header -- */
header {
	background-color: #f6f4f7;
	margin: 0;
	padding: 0 0 7px 0;
	position: relative;
	z-index: 50;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, .5);
}

#contenitore_titolo
{
	font-size: 5em;
	line-height: 1.2em;
	text-align: left;
}

/* --- top menu --- */
div.top_menu {
	
}

ul.top_menu {
	list-style: none;
}

ul.top_menu  li {
	display: inline-block;
	width: 10em;
	padding: 0.4em;
	text-align: center;
	color: #000;
}

ul.top_menu  li  a{
	text-decoration: none;
	color: inherit;
}

ul.top_menu  li.voceAttiva {
	background-image: url('../img/sfondo_menu.jpg');
	background-repeat: no-repeat;
	background-clip: border-box;    /* padding-box|border-box|content-box */
	background-origin: content-box; /* padding-box|border-box|content-box */
	background-position: center;
	/*
	google immagini: macchia acquerello png free
	*/
}

/* --- footer -- */
footer {
	background-color: #1e1e1e;
	color: #f6f4f7;
	min-height: 70px;
	margin: 0;
	font-size: 1em;
	padding: 1em;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, .5);
}


/* menu laterale */
#asideAjax 
{
	margin: 0 auto;
	width: 60%;
	text-align: center;
	font-size: 0.9em;
}

 
#asideAjax a 
{
	text-decoration: none;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0.75em 0;
	padding: 0.4em;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow:         1px 1px 3px rgba(0, 0, 0, .5);
	display: block;
	min-width: 120px;
}

#asideAjax a.voceAttiva
{
	background-color: rgba(216,191,223,1);
	border: 1px solid rgba(216,191,223,1);
}

#asideAjax a:hover 
{
	border: 1px solid #aa8899;	
}

#sezioneAjax
{
	margin-top: 3em;
}

/* menu laterale */
div.griglia_flex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

aside.notizie
{
	font-size: 0.95em;
	margin: 0 1em 0 0;
	width: 30%;
	min-width: 200px;
}


aside.notizie a.parentmenu
{
	text-decoration: none;
	font-size: 2.25em;
	color: inherit;
	margin-bottom: 0.3em;
	padding: 1px 1px 1px 3px;
	display: block;
	cursor: pointer;
}

aside.notizie a.parentmenu:hover
{
	color: rgba(216,191,223,1);
	text-decoration: underline;
}

aside.notizie div.submenu
{
	border: none;
	padding: 0.1em 0.7em;
	background-color: rgba(216,191,223,1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow:         1px 1px 3px rgba(0, 0, 0, .5);
	min-width: 120px;
}

aside.notizie ul {
	list-style-position: outside;
	padding: 0 0.5em 0 1.75em;
}

aside.notizie li {
	margin-bottom: 0.5em;
	padding: 0.2em;
}


aside.notizie div.submenu a.submenu
{
	text-decoration: none;
	color: inherit;	
}

aside div.submenu a.submenu:hover
{
	color: #ffffff;
}

aside.notizie div.submenu li.voceAttiva {
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


/* notizie */
.notizia {
	font-size: 0.9em;
	width: 96%;
	margin: 0 auto;
	padding: 0.5em;
}

.notiziaTitolo {
	font-size: 1.3em;
}
.notiziaCategoria {
	visibility: hidden;
	position: absolute;
}

.notiziaDataPublicazione {
	margin-top: 1.5em;
	font-style: italic;
	text-align: right;
}

.notiziaTesto {}

img.copertina
{
	float: left;
	width: 20%;
	min-width: 180px;
	margin: 5px 0.5em 0.5em 0;
}
.notiziaDivisore
{
	clear: both;
	width: 96%;
	border-top: 0;
	border-bottom: 1px solid #ccc;
}



/* gallery */
section.gallery
{
	margin: 4em 0 2.5em 0;
}

p.gallery
{
	font-size: 1.3em;
	color: #1e1e1e;
	text-shadow: 1px 1px #aaa;
	text-align: left;
	margin: 0.3em 0 0.6em 0;
}

div.gallery
{
	border: 1px double #999;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
	background-color: #f8f8f8;
	margin: 0 auto;
	text-align: center;
	padding: 0.5em;
}

div.gallery a
{
	text-decoration: none;
	display: inline-block;
	max-width: 15%;
	min-width: 150px;
	min-height: 150px;
	background-color: #ffffff;
	border: 1px solid rgba(216,191,223,1);
	margin: 0.1em;
	margin-bottom: 0.3em;
}

img.gallery
{
	width: 60%;
	min-width: 50px;
	vertical-align: text-top;
}


/* video */
#video_vp {
	width: 320px;
	height: 240px;
	float: none;
	margin: 0;
}

/* contatti */
#img_contatti
{
	margin: 0 auto;
	margin-bottom: 2em;
	display: block;
	width: 100%;
	max-width: 540px;
}



/*** M E D I A   Q U E R Y ***/

@media (min-width : 200px) and (max-width: 768px) {
	
	#contenuto {
		padding: 1em 2.5em;
	}
	
	#titolo_del_sito
	{
		margin: 0 auto;
	}
	
	nav ul li {
		display: none;
	}
	
	header .navigation {
		margin: 0 auto;
		text-align: center;
		width: 70%;
		float: none;
	}
	
	select.selectmenu {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		color: #111;
		margin-right: 20px;
		line-height: 30px;
	}
	select.selectmenu .bold {
		font-weight: bold;
	}
	
	
	/* immagine, alternativa all'aside */
	div.imgArticolo
	{
		display: none;
	}
	
	/* articolo */
	.articolo {
		font-size: 1em;
		width: auto;
		margin-left: 0;
	}
	
	th.no_mobile , td.no_mobile
	{
		display: none;
	}
	
	#asideAjax 
	{
		width: 40%;
	}
	
	#img_contatti
	{
		width: 50%;
	}
	
	aside.notizie
	{
		width: 60%;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	#contenuto {
		padding: 1em 1.5em;
	}
	
	.headnav {
		text-align:center;
		float:none;
		margin:10px 0 0 0;
	}
   
	#asideAjax 
	{
		width: 60%;
	}
	
	#img_contatti
	{
		width: 90%;
	}
}

@media (min-width: 769px) and (max-width: 980px) {
	body
	{
		font-size: 12px;
		line-height: 22px;
	}
	
	#contenuto {
		padding: 1em 3em;
	}
	
	nav ul li {
		display: none;
	}
	
	select.selectmenu {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		color: #111;
		margin-right: 20px;
		line-height: 30px;
	}
	
	select.selectmenu .bold {
		font-weight: bold;
	}
	
	#contenuto {
		width: 90%;
      /* background-color: yellow; */
	}
	
	#video_vp {
		width: 480px;
		height: 360px;
		float: left;
		margin: 0 2em 2em 0;
	}
	
	#asideAjax {
		width: 90%;
	}
	
	#asideAjax  a{
		margin: 0 0.75em;
		padding: 0.25em;
		display: inline-block;
		width: 9em;
	}
	
	#img_contatti
	{
		display: inline-block;
		vertical-align: top;
		margin-right: 4em;
		width: 25%;
	}
	
	div.griglia_flex {
		flex-direction: row;
	}
}

@media (min-width: 981px) {
	body
	{
		font-size: 13px;
		line-height: 24px;
	}
	
	#contenuto {
		width: 80%;
		padding: 1em 3em;
	}
	
	#video_vp {
		width: 640px;
		height: 480px;
		float: left;
		margin: 0 2em 2em 0;
	}
	
	#asideAjax {
		width: 90%;
	}
	
	#asideAjax  a{
		margin: 0 0.75em;
		padding: 0.25em;
		display: inline-block;
		width: 9em;
	}
	
	#img_contatti
	{
		display: inline-block;
		vertical-align: top;
		margin-right: 4em;
		width: 30%;
	}
	
	div.griglia_flex {
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	body
	{
		font-size: 14px;
	}
	
	#contenuto {
		padding: 1em 3.5em;
	}
	
	#img_contatti
	{
		display: inline-block;
		vertical-align: top;
		margin-right: 4em;
		width: 35%;
	}
}