/* INFO SUL TEMPLATE
-----------------------------------------------
NOME TEMPLATE : Nihon Japan Giappone

DESCRIZIONE : Design allargato a 1024 con 2 colonne. 

MASSIMA GRANDEZZA CONTENUTO: 500px

MASSIMA GRANDEZZA COLONNA: 160px

DISEGNATO DA : Mario Aprea
----------------------------------------------- */


/* GENERICHE  
============================== */

body {
   text-align: center;
   margin: 0px;
   padding: 0px;
   
   background-color: #FFFFFF;
/*    background-image: url(../img/back.gif);*/
   background-image: url(../img/japanback.svg);
   font-family: Verdana, Helvetica, Arial, sans-serif;
   background-size: cover;
   scrollbar-base-color: #FFFFFF;
   scrollbar-arrow-color: #FFFFFF;
}

body.marziart { background-image: url(../img/back/marziart.svg); }
body.eat { background-image: url(../img/back/eat.svg); }
body.write { background-image: url(../img/back/writeback.svg); }
/* body.images { background-image: url(../img/back/imgback.png); } */
body.religio { background-image: url(../img/back/relback.jpg); }
body.video { background-image: url(../img/back/videoback.jpg); }

.standardtesto {
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 16px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
   font-weight: bold;
   cursor: hand;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
    font-weight: bold;
}

a:hover {
	color: #A51818;
	text-decoration: none;
    font-weight: bold;
	top: 1px; 
	left:1px;
}

a.clean {
	text-decoration: inherit;
	color: inherit;
	font-size: 16px;
}

/*  Gestione eventi    */

.error {
	color: #FF0000;
}

.msgok {
	color: #0000FF;
}


.buttonband
{
	width: 100%;
	/* IE10 */
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #92df93 100%);
 
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #92df93 100%);
 
	/* Opera */
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #92df93 100%);
 
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left, left, color-stop(0, #FFFFFF), color-stop(1, #92df93));
 
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #92df93 100%);
 
	/* Regola standard */
	background-image: linear-gradient(to left, #FFFFFF 0%, #92df93 100%);

	height: auto;
	margin-bottom: 2em;
}


.button {
    background-color: #4CAF50; /* Green */
    border: 2px solid #4CAF50;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button:hover {
    background-color: white; 
    color: #4CAF50;
    border: 2px solid #4CAF50;
}


.buttonlogin {
    background-color: white; /* Green */
    border: 2px solid #4CAF50;
    color: #4CAF50;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}




.buttonRed {
    background-color: red; /* Green */
    border: 2px solid red;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonRed:hover {
    background-color: white; 
    color: red;
    border: 2px solid red;
}


.buttonBlu {
    background-color: #4169e1; /* Green */
    border: 2px solid #4169e1;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonBlu:hover {
    background-color: white; 
    color: #4169e1;
    border: 2px solid #4169e1;
}


label, input, textarea { /* Stili comuni agli elementi del form */
    color: #708090; /* Colore del testo */
  /*   float: left; Float a sinistra */
    font-family: Verdana, sans-serif, Tahoma; /* Tipo di carattere per il testo */
    margin: 0; /* Margini */
}

#SelRegione { 
    color: red; 
  /*   float: left; Float a sinistra */
    font-family: Verdana, sans-serif, Tahoma; /* Tipo di carattere per il testo */
    font-size: 0.8em;
}

#captcha
{ 
  color: #708090; /* Colore del testo */
  /*   float: left; Float a sinistra */
  font-family: Verdana, sans-serif, Tahoma; /* Tipo di carattere per il testo */
  font-size: 1.4em;
  margin: 0; /* Margini */
}

/* ------------------ */



.messageBox {
   border: 1px solid #e3e3e3;
  width: 500px;
  height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}


.borderBox {
   border: 1px solid #e3e3e3;
  min-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}



a.redlink {
  text-decoration: none;
  font-family: Tahoma;
  text-align: center;
  font-size: 1.16em;     /*14px  / 16px   */
  font-weight: bold;
  Color: #A51818;
  margin-top: 3px;
  margin-bottom: 3px;
}


#leftcol a:link {
	color: #CCCCCC;
	text-decoration: none;
    font-weight: bold;
}

#leftcol a:visited {
	color: #CCCCCC;
	text-decoration: none;
    font-weight: bold;
}

#leftcol a:hover {
	color: #A51818;
	text-decoration: none;
    font-weight: bold;
	top: 1px; 
	left:1px;
}

input,textarea {
    background-color: #FFFFFF;
    color: red;
}


/* STILE del  HEADER
____________________________*/


.headtext {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 0.75em;     /*12px  / 16px = 0.75em    */
  font-weight: bold;
  Color: #FF0000;
  text-align: right;
  margin-top: 110px;
  margin-right: 4px;
}	

#header {
   background-color: white;
/*   border: 1px solid red;*/
   width: 100%;
   margin-top: 0;
   margin-bottom: 30px;
   box-shadow:5px 5px 10px -4px #333333;
   text-align: center;
}	

.headTitle {
  width: 100%;
  text-align: center;
  text-align: justify; 
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
 
.headTitle:after{
    content: '';
    background: green; 
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}

.headTitleLogo {
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  margin-left : 0;
  margin-right: 0;
  vertical-align: top;
  width: 16%;
 /*   border: 1px solid red;*/
}	

.headTitleTitle {
  display: inline-block;
  margin-top : 1.6em;
  margin-left: 0.2em;
   /*border: 1px solid red;  */
  vertical-align: top;
  width: 40%;
}

.headTitleMotto {
/*   border: 1px solid red; */
  vertical-align: bottom;
  text-align: left;
/*   border: 1px solid red;*/
   margin-left: 6.25em;
}


.headTitleSocialButt
{
  display: inline-block;
  margin-top : 2em;
  margin-right: 0.2em;
  width: 41%;
  vertical-align: top;
  text-align: right;
/* border: 1px solid red;*/
/*     background-color: #fafad2;*/
}

img.headSocialimg
{
    width: 40px;
}

.gsc-control-cse {
   border-color: transparent!important; ;
   /* background-color: #3F9EDC !important; */
   background-color: transparent!important; ;
}

img.headSocialimg:hover 
{
	margin-top: -5px;
	position: relative;
    -moz-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}

.headBottomBand {
  /* background-color: #e3e3e3; */
  background-color: #3F9EDC;
  width: 100%;
  text-align: justify; 
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

 .headBottomBand:after{
    content: '';
    background: green; 
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}


.headtextL {
  display: inline-block;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 0.75em;     /*12px  / 16px = 0.75em    */
  font-weight: bold;
  /* Color: #FF0000; */
  color : rgba(255,255,255,.5);
  text-align: left;
  vertical-align: top;
  width: 62%;
  margin-top: 0;
 /*  border: 1px solid red;*/
}	

.imgHome {
  display: inline-block;
  margin-top : 15px;
  margin-left: 0.5em;
  height: 1px;
  vertical-align: top;
}	

span.homeIco {
   font-size: 2em;
}

.briciolatxt {
  display: inline-block;
  margin-top: 17px;
  margin-left: 1px;
}

A.briciola:link, A.briciola:visited, A.briciola:hover{
   font-family: Tahoma, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
    /* color : red; */
   color : rgba(255,255,255,.5);
   margin-left: 0.2em;
   margin-right: 0.2em;
}

A.briciola:hover{
   /* color : red; */
   color : rgba(255,255,255,.75);
}

.headSearch {
   display: inline-block;
   color: #ffffff;
   text-align: center;
   max-width: 60px;
   width: 60px;
   height: 50px;
   position: absolute;
   right: 0.2em;
   top: 6px;
}

a.search {
   color: white;
}

.headBeer {
   display: inline-block;
   color: #ffffff;
   text-align: center;
   max-width: 60px;
   width: 60px;
   height: 50px;
   position: absolute;
   right: 3em;
   top: 6px;
}

img.square {
  object-fit: cover;
  width:230px;
  height:230px;
}


#container {
   background-color: transparent;
	margin-left: auto;
	margin-right: auto;
   /*max-width: 72.5em;	960px  / 16px    */
   width: 94%;
	text-align: left;
} 

.container {
   background-color: transparent;
	margin-left: auto;
	margin-right: auto;
   /*max-width: 72.5em;	960px  / 16px    */
   width: 94%;
   text-align: left;
   position: relative;
} 

/* #headContainer {
   background-color: transparent;
	margin-left: auto;
	margin-right: auto; */
   /*max-width: 72.5em;	960px  / 16px    */
   /* width: 94%;
   text-align: left;
   position: relative;
   min-height: 48px;
}  */

.container-head {
   position: relative;
   min-height: 48px;
}

#centercont {
   background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 95%;	
	text-align: center;
} 

#containerblog {
	color: #666666;
	margin-left: 250px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding-bottom: 15px;
    text-align: justify;
    position: center;
}

#containerblack {
	color: #FFFFFF;
	margin-left: 10px;
   margin-bottom: 10px;
   background-color: #2a2a2a;
   border: 1px solid red;
   text-align: justify;
	width: 720px;
  float: right;
}

#cntblacktra {
	color: #FFFFFF;
/*	background-color: #2a2a2a;   */
	background-color: rgba(42, 42, 42, 0.7);  
    
	margin-left: 10px;
   margin-bottom: 10px;
   
   border: 1px solid red;
   text-align: justify;
  width: 720px;
  float: right;
}

#containertraw {
   background-color: #FFFFFF;
	color: #000000;
	margin-left: 10px;
   margin-bottom: 20px;
   border: 1px solid #EEEEEE;
   text-align: justify;
	width:90%;
	max-width: 49.25em;  /*  788px /16px */
   float: right;
   margin-right: 0px;
   box-shadow:5px 5px 10px -4px #333333;
}

#containertraw.under  {
   display: block;
}

#containertraw.under.c {
   text-align: center;
}

#containertraw.c {
   text-align: center;
}






#newsbox {
/*    background-color: #f4ffdd;*/
    margin-bottom: 10px;
    text-align: left;
    min-height: 100px;
	/*height: 300px;*/
position: relative;
}

.newsbox2 {
    margin-bottom: 10px;
    text-align: center;
 
/*    min-height: 300px;
*/
	position: relative;
}

.newstesto2 {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: #000000;
  margin-left: 0px;
  margin-right: 0px;
   text-align: left;
   font-size: 0.80em;     /*12px  / 16px = 0.75em    */     
}

#undnewsbox2 {
   margin-top: 10px;
	position: relative;
	width: 100%;
	height: 360px;
 /* background-color: red;*/
}

.txtletf2 {
	margin:0; 
	padding:0; 
	width:30%; 
    float: left;
 /*   background-color: yellow;*/
    height: 100%;
}

.newsimgrighth2 {
margin:0; 
padding:0; 
width:70%; 
/*background:green;   */ 
 float:right;  
    text-align:right; 
       height: autof;
       
}

.newsimgcenter {
	margin:0; 
	padding:0; 
	width:100%; 
	/*background:green;   */ 
   text-align:center; 
}

.newstesto {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: #000000;

/*   top: 10px;
   left: 15px;
   width: 500px;
*/
  margin-left: 20px;
  margin-right: 150px;
  
   text-align: justify;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}


.newsimgrighth {
    position: absolute;
    right: 15px;
    top: 25px;
}




.newsimgrightw {
    position: absolute;
    right: 10px;
    top: 45px;
}

.newsimgrightw2 {
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
}

li.bold  {
    font-weight: bold;
}

#cntpadder {
	padding: 3%;
}

#leftcolon {
   float: left;
   text-align: center;
   width: 322px;
}

#leftcol {
/*   background-color: #000000; */
   float: left;
   border: 1px solid red;
   text-align: center;
   color: #CCCCCC;
   width: 190px;
   margin-bottom: 10px;
} 

/* #leftcolBlack {
   Background-color: #2a2a2a;

   float: left;
   border: 1px solid red;
   text-align: right;
   color: #CCCCCC;
   width: 322px;
   margin-bottom: 10px;
}  */

#leftcolwhite {
   background-color: white;
   float: left;
   border: 1px solid #EEEEEE;
   text-align: center;
   color: #CCCCCC;
   width: 100%;
   margin-bottom: 10px;
   padding-top: 10px;
   padding-bottom: 10px;

   box-shadow:5px 5px 10px -4px #333333;
} 

#leftcolCombobox {
   background-color: white;
   float: left;
   border: 1px solid #EEEEEE;
   text-align: center;
   color: #CCCCCC;
   width: 100%;
   margin-bottom: 10px;
   padding-top: 10px;
   padding-bottom: 10px;

   box-shadow:5px 5px 10px -4px #333333;
} 

#leftcolMiniMap {
   background-color: white;
   border: 1px solid #EEEEEE;
   text-align: center;
   color: #CCCCCC;
   width: 100%;
   margin-bottom: 5px;
   padding-top: 5px;
   padding-bottom: 10px;
} 

#leftcolKanjibox {
   background-color: white;
/*   background-color: rgba(255, 255, 255, 0.7);*/
   float: left;
/*   border: 1px solid red;*/
   text-align: center;
   color: #CCCCCC;
   width: 100%;
   margin-bottom: 10px;
   padding-top: 10px;
   padding-bottom: 10px;

   box-shadow:5px 5px 10px -4px #333333;
} 

.minilogo {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}


#z {
   background-color: #eee8aa;
   border-bottom: 2px solid red;
   border-top: 2px solid red;
   border-left: 2px solid red;
   height: 17px;
   font-family: Tahoma;
   font-size: 0.8em;     /*14px  / 16px   */
   font-weight: bold;
   margin-bottom: 6px;
   color: black;
}

.categ {
   background-color: #F7F6E3;
   border-bottom: 1px solid gray;
   border-top: 1px solid gray;
   border-left: 1px solid gray;
   height: 18px;
   font-family: Tahoma;
   font-size: 0.8em;     /*14px  / 16px   */
   font-weight: bold;
   margin-bottom: 6px;
   box-shadow:5px 5px 10px -4px #333333;
}

.categ:HOVER {
   background-color: rgba(255, 0, 0, 0.89);
   width: 90%!important;
   height: 73px;
   height: 25px;
   font-size: 1em;
}

A.zl:LINK {
   color : black;
   margin-right: 5px;
}
	
A.zl:VISITED{ color : black; }

A.zl:HOVER{ color : white;}

a.bigbluelinkGiant:link, a.bigbluelinkGiant:visited, a.bigbluelinkGiant:hover  {
	text-decoration: none;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	Color: #0000ff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


a.SignRight:link, a.SignRight:visited, a.SignRight:hover {
	text-decoration: none;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
	Color: gray;
}


.bluelink {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  Color: #0000ff;
  margin-top: 3px;
  margin-bottom: 10px;
}

.bluelinkLeft {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  Color: #0000ff;
  margin-top: 3px;
  margin-bottom: 10px;
  text-align: left;
}



.bigbluelink {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  font-weight: bold;
  Color: #0000ff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.morebigbluelink {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 25px;
  font-weight: bold;
  Color: #0000ff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}




.bluelinkColl {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  Color: #0000ff;
  margin-top: 6px;
  margin-bottom: 6px;
}


.leftlink {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  Color: #0000ff;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

.leftblulink {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 0.75em;     /*12px  / 16px = 0.75em    */
  font-weight: bold;
  Color: #0000ff;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

.indice {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-weight: bold;
  Color: #FF0000;
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: center;
}

/* STILE del  FOOTER
____________________________*/


#footer {
   background-color: white;
   width: 100%;
   font-family: Tahoma, Verdana, Arial, sans-serif;
   text-align: center;
   color: black;
   font-weight: bold;    
   clear: both; 
}


.footerTop {
   /* background-color: #e3e3e3; */
   background-color: #3F9EDC;
   width: 100%;
   vertical-align: middle;
   -ms-text-justify: distribute-all-lines;
   text-justify: distribute-all-lines;
}

.footerTop:after{
   content: '';
   background: red; 
   display: inline-block;
   width: 100%;
   height: 0;
   font-size:0;
   line-height:0;
}

.footerTop-under {
   background-color: rgb(73, 151, 203); 
   height: 50px;
}

.footerMiddle {
   background-color: #9a9a9a;
   width: 100%;
   vertical-align: middle;
   -ms-text-justify: distribute-all-lines;
   text-justify: distribute-all-lines;
}

.footerMiddle:after{
    content: '';
    background: red; 
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}

.footerBetween {
   margin: 1em;
}

.footerBottom {
  background-color: white;
  width: 100%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;     /*12px  / 16px = 0.75em    */
  text-align: center;
  color: black;
}


#leftpart{
  display:inline-block;
  margin-top: 1px;
  text-align: left;
  margin-left: 5px;
  font-size: 0.87em;				/*14px  / 16px   */	  
}


font.titlemain
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 1.6em;     /*16px  / 16px    */
	color: blue;
} 

font.motto
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 1.3em;     /*16px  / 16px    */
	color: red;
} 

font.neon
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 1.2em;     /*16px  / 16px    */
	color: red;
} 

font.nearneon
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 0.50em;     /*16px  / 16px = 0.75em    */
	color: blue;
	margin-top: 0.05em;
} 


.footblock
{
   vertical-align: top;
   text-align: left;
   display:inline-block;
   margin: 0.5em;
   width: 210px;
   /*  border: 1px solid #FFFFFF;*/
}

.ml1  { margin-left: 5px; }
.mr1  { margin-right: 5px; }
.mt1 { margin-top: 5px; }
.mt2 { margin-top: 10px; }

.footblock-whiteTxt {
   color: white;
}


.footblock-right
{
   text-align: right;
   position: absolute;
   right: 0;
}

.footblock-left
{
   text-align: left;
   position: absolute;
   left: 0;
}

.footblockBig
{
   vertical-align: center;
   text-align: center;
   display:inline-block;
   margin: 0.5em;
   width: 310px;
   /*  border: 1px solid #FFFFFF;*/
}

A.footlink:link, A.footlink:visited, A.footlink:hover{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 0.8em;
   font-weight: bold;
   /* color : red; */
   color : rgba(255,255,255,.5);
   line-height: 1.8em;
}

A.footlink:hover{
   color : rgba(255,255,255,.75);
}

	
/*A.footlink:VISITED{ 

  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
	color : red;

}

A.footlink:HOVER{ 
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
	color : red;

}
*/

/*
#leftpart{
   float: left;
   width: 480px;
   margin-top: 1px;
}

#rightpart{
   float: right;
   width: 100px;
   margin-top: 2px;
   margin-right: 20px;
}
*/
/* STILE DELLA COLONNA 
____________________________*/

#containermenu {
   margin-bottom: 30px;
   margin-right: 10px;
   margin-left: 3px;
}

/* #containerscroll{
   background-image: url(http://www.neongenesis.it/images/blackrose.jpg);
	float: bottom;
	border: 1px solid #FFFFFF;
	width: 180px;
	height: 220px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 5px;
	font-size: 0.75em;     /*12px  / 16px = 0.75em    */
/* 	opacity: 0.8;
	filter:alpha(opacity=80);
} */

.containerrego{
	float: bottom;
	border: 1px solid #FFFFFF;
	max-width: 25em;
	margin-left: 110px;
	padding: 10px;
	font-size: 10px;
    color: red;
	border: 1px solid #000000;
}

.coltitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 10px;
   border-bottom: 1px solid #FF0000;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 11px;     
}

.coltitleblue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #0000FF;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 10px;
   border-bottom: 1px solid #FF0000;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 13px;     
}

.colsubtitleblue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #0000FF;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 0.2em;
   margin-top: 0.2em;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 13px;     
}

.colsubtitlelightblue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: rgb(103, 103, 255);
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 0.2em;
   margin-top: 0.2em;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 13px;     
}

.colsubtitlegray {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: gray;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 0.2em;
   margin-top: 0.2em;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 13px;     
}

.colblacktext {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: rgb(000);
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 0.81em;     
}


.endtitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
   border-top: 1px solid #FF0000;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 11px;     
}

.endtitleb {
  font-family: Tahoma, Verdana, Arial, sans-serif;
   color: black;
   padding-top: 6px;
   padding-bottom: 2px;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
   border-top: 1px solid #FF0000;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 11px;     
}

.colboldtext {
   color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   text-align: center;
   font-weight: bold;    
   font-size: 11px;     
}

.whitetext {
   color: #FFFFFF;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   text-align: center;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

.blacktext {
   color: black;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   text-align: center;
   font-weight: normal;
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}

.morebigblueText {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 25px;
  font-weight: bold;
  Color: silver;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.RedMedText
{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #b22222;
   margin-top: 15px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   font-size: 1em;     /*16px  / 16px   */     
   font-weight: bold;      
}

font.darkblue
{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #0000c0;
   font-size: 13px;     
   font-weight: bold;      
}

.lightbrowntext
{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #9b7143;
   font-size: 13px;     
   font-weight: bold;   
}

font.black
{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: black;
   font-size: 13px;     
   font-weight: bold;      
}


font.JLPTLevelTxt
{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #6495ed;
   font-size: 1.25em;     
   font-weight: bold;      
}

.JLPTLevelTxt
{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #6495ed;
   font-size: 1.6em;     
   font-weight: 600; 
   margin-left: 0.2em;
   margin-right: 0.5em;
   margin-top: 0.2em;
   vertical-align: middle;
}


.blog-members { 
   font-size: 10px; 
   clear: both; 
   margin: 0; 
   padding: 0 0 3px 0px; 
}

.minigraytext {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  color: gray;
  margin-left: 5px;
  margin-right: 5px;
  text-align: right;
}

.provText {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: black;
   margin-top: 0.2em;
   margin-left: 0.5em;
   margin-right: 0px;
   margin-bottom: 0.2em;
   font-size: 1em;    /*16px  / 16px   */     
   font-weight: 400;
}

.provText.red {
   color: #d61616;    
   font-weight: 600;
}

.provText.gray {
   color: #574a4a;    
   font-size: 0.8em;  
}

.provText.kanji {  
   font-size: 1.4em;  
}


/* STILE Per la data del calendario 
____________________________*/

.bigdaytxt {   
  font-family: Verdana, Tahoma, Arial, sans-serif;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 5em;
  font-weight: bold;
  color: black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-align: center;
}


.redband {
   background-color: red;
   margin-top: 0px;
   margin-bottom: 8px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: middle;
   text-align: center;
   text-transform: none;   
   height: 1.5em;
   padding-top: 0.3em;
 
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: white;
   text-transform: none;
   font-weight: bold;    
   font-size: 1.6em;  

}



.weekdaytxt {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: green;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-weight: bold;    
   font-size: 1em;     
}

font.weekdaytxt {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: green;
   font-weight: bold;    
   font-size: 0.8em;     
}

.monthdaytxt {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #8c8c8c;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-weight: bold;    
   font-size: 1em;     
}

.monthdayromtxt {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #8c8c8c;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-weight: bold;    
   font-size: 0.8em;     
}

/* STILE DEL CONTENUTO POST 
____________________________*/

.containerpost {
	margin-bottom: 15px;
	padding: 4px;
}


.topright {
	color: #000000;
	margin-left: 576px;
   margin-top: -10px;
   background-color: #2a2a2a;
   border: 1px solid red;
   text-align: justify;
	width: 110px;
  position: absolute;
}


#contregion{
	float: bottom;
	overflow: auto;
	/*background-color: gray;
	background-image: url(../img/backtra.gif);*/
	margin-top: 10px;
	border-bottom: 10px;
	padding: 5px;
/*	opacity: 0.6;
	filter:alpha(opacity=60);
*/
}

#contpv{
	float: bottom;
	overflow: auto;
	/*background-color: gray;*/
	background-image: url(../img/backtra.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;     /*12px  / 16px = 0.75em    */
}

.blacktit {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   margin-top: 10px;
   margin-bottom: 2px;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 1.16em;     /*14px  / 16px   */     
}

.greentit {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: green;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
   text-transform: none;
   font-weight: 600;    
   font-size: 1em;     /*14px  / 16px   */     
}

.greentitL {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: green;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: left;
   text-transform: none;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
}

.graytitL {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: gray;
   margin-top: -10px;
   margin-bottom: 15px;
   text-align: left;
   text-transform: none;
   font-weight: bold;    
   font-size: 0.9em;     /*15px  / 16px   */     
}

.redtit {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #FF0000;
   margin-top: 2px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
}


.corsivegreen {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-style: italic;
   color: green;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
   text-transform: none;   
   font-size: 1em;     /*14px  / 16px   */     
}


.boxtit {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: black;
   margin-top: 0px;
   margin-bottom: 8px;
   margin-left: 15px;
   margin-right: 15px;
   border-bottom: 1px solid red;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 13px;     
}

.secredtit {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #FF0000;
   margin-top: 5px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 15px;     
}

h1 {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #FF0000;
   margin-top: 5px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: 600;    
   font-size: 1.5em;     
}


.subtitgray {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: gray;
   margin-top: -10px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 0.9em;     /*15px  / 16px   */     
}


.subtitblu {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #0000cd;
   margin-top: -10px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: bold;    
   font-size: 0.9em;     /*15px  / 16px   */     
}

h2 {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: green;
   margin-top: 5px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: 600;    
   font-size: 1.2em;     /*15px  / 16px   */     
}

h3 {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: red;
   margin-top: 5px;
   margin-bottom: 15px;
   text-align: center;
   text-transform: none;
   font-weight: 600;    
   font-size: 1em;     /*15px  / 16px   */     
}


.justesto {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: #000000;
   margin-top: 5px;
   margin-bottom: 10px;
   text-align:left;
   line-height: 1.6;
/*   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     

/*  font-size: 0.88em;   /* 14/16  */
}

.justestoMinGray{
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: #000000;
}

.justesto.min {
   font-size: 0.8em;
   line-height: 1.2;
}

.justesto.gray {
   color: gray;
}

.justesto.smallMargin {
   margin: 0.6em;
}

.justesto.marginLateral {
   margin-left: 1em;
   margin-right: 1em;
}

i.def {
   color: rgb(66, 60, 60);
   font-weight: 400;
}

.rightTesto {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}


.backlinkright {
   text-align: right;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: red;
   margin-top: 5px;
   margin-bottom: 10px;
   text-align: justify;
  font-size: 1.2em;   /* 14/16  */
}

.didascalia {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   margin-top: -5px;
   margin-bottom: 5px;
   text-align: center;
   font-weight: bold;    
   font-size: 10px;     
}

.citazione {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: red;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: right;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}


.notaRed {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: red;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}


.note {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 25px;
   margin-right: 25px;
   text-align: justify;
   font-weight: bold;    
   font-size: 10px;     
}

.testo {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   margin-top: 5px;
   margin-bottom: 5px;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}


li.brown {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #804000;
   margin-top: 10px;
   margin-bottom: 0px;
   font-weight: bold;    
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}  

.testobrown {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #804000;
   margin-top: 22px;
   margin-bottom: 0px;
   font-weight: bold;    
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}


a.gmaplink2lv {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 0.80em;     /*12px  / 16px = 0.75em    */
  font-weight: bold;
  color: blue;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}



.prezzotxt2lv {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 0.9em;     /*12px  / 16px = 0.75em    */
  font-weight: 600;
  color: green;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}


.graytxt2lv {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 0.9em;     /*12px  / 16px = 0.75em    */
  font-weight: 600;
  color: gray;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}

.prezzo {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 0.75em;     /*12px  / 16px = 0.75em    */
  font-weight: bold;
  color: green;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}

.citaz {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: blue;   
   text-align: right;
   margin-top: 5px;
   margin-bottom: 5px;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

font.provincia {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: red;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: bold;    
   font-size: 1em;     /*12px  / 16px = 0.75em    */  
}

font.citta {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: red;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: bold;    
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}

font.green {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #008000;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: bold;    
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}

font.red {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #FF0000;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

font.black {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

font.blacksimple {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #000000;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: normal;
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}


.blacksimple {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   margin-top: 0.3em;
   margin-bottom: 1em;
   text-align: left;
   font-weight: normal;
   font-size: 1em;     /*12px  / 16px = 0.75em    */     
}

font.greenbig {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #008000;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: left;
   font-weight: bold;    
   font-size: 1.16em;     /*14px  / 16px   */     
}



.autore {
	color: #ff0000;
	font-size: 13px;
    text-align: center;
    text-transform: none;
	text-decoration: none;
	margin-top: 25px;
}


/* RISTORANTI START */

.formBoxLeftAlign {
   margin: auto;
   text-align: left;
   /* margin-left: auto; */
   width: 80%;
   position: relative;
}

.formBoxLeftAlign.centerAlign {
   text-align: center;
}

.absoluteRightBottm {
   position: absolute;
   right: 0.5em;
   bottom: 0.5em;
}

.absoluteRightBottm.before {
   bottom: 3em;
}

.absoluteRightBottm.beforeBefore {
   bottom: 5.4em;
}

.absoluteRightBottm.baseline {
   bottom: 0;
}

.absoluteRightBottm.left {
   right: 6em;
}

.lineUnder {
   width: 100%;
}

button.select {
   color: #fff;
   padding: 4px 14px;
   text-decoration: none;
   margin: 4px 2px;
   cursor: pointer;
   -webkit-border-radius: 5px;
   border-radius: 5px; 
   font-size: 1em;
}

button.select.green {
   background-color: #28a745;
   border-color: #28a745;
}

button.select.green:hover {
   background-color: #218838;
   border-color: #1e7e34;   
}

button.select.blue {
   background-color: #007bff;
   border-color: #007bff;
}

button.select.blue:hover {
   background-color: #0069d9;
   border-color: #0062cc;
}

button.select.red {
   background-color: #dc3545;
   border-color: #dc3545;
}

button.select.red:hover {
   background-color: #c82333;
   border-color: #bd2130;
}

button.select.yellow{
   color: #0d3685;
   font-size: 2em;
   background-color: #fdbb33;
   border-color: #fdbb33;
}

button.select.yellow:hover{
   color: #0d3685;
   font-size: 2em;
   background-color: #fdbb33;
   border-color: #fdbb33;
}

input[type=submit].blue {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff;
   padding: 4px 14px;
   text-decoration: none;
   margin: 4px 2px;
   cursor: pointer;
   -webkit-appearance: none;
   -webkit-border-radius: 5px;
   border-radius: 5px; 
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   font-size: 1em;
}


input.ristoCheck {
   /* Double-sized Checkboxes */
   -ms-transform: scale(2); /* IE */
   -moz-transform: scale(2); /* FF */
   -webkit-transform: scale(2); /* Safari and Chrome */
   -o-transform: scale(2); /* Opera */
   transform: scale(2);
   padding: 10px;
   margin-bottom: 10px;
}

.ristoCheckFont
{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #6495ed;
   font-size: 1em;     
   font-weight: 600;      
   margin-left: 0.5em;
}

.Risto {
   border: 1px solid #dcdcdc;
	width: 90%;
/*	height: 250px;*/
	padding: 10px;
/*	margin-left: 30px;*/
	margin-bottom: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/*	font-weight: bold;*/
	font-size : 1em;
	position: relative;
}

li.Ristoli {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #800000;
	font-size : 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 70%;
	
}

a.ristoa {
      font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
      font-size : 0.6em;
      margin-left: 15px;
   display: inline-block;
   width: 90px;
   height: 26px;
   margin-top: 0.8em;
}

.jro {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
  height: 26px;
}

.ristinfo {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: green;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 18px;
   text-align: justify; 
 /*   font-weight: bold;     */
   font-size: 0.8em;     /*12px  / 16px = 0.75em    */     
   line-height: 1.2;  
}

.ristesto {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #666;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 18px;
   text-align: justify; 
 /*   font-weight: bold;     */
   font-size: 1em;     /*12px  / 16px = 0.75em    */   
   line-height: 1.4;  
}

/*.legenda {
  position: relative;
  left: 5px;
  top: 15px;
  height: 25px;
}

.legendades {
  position: relative;
  left: 75px;
  top: -5px;
  height: 25px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : black;
  font-size: 0.75em;
}*/

/* Ricette */


.ricettetit {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: green;
   margin-top: 10px;
   margin-bottom: 15px;
   text-align: center;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
}

.ric-ingredienti_tit {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: green;
   margin-top: 15px;
   margin-bottom: 15px;
   text-align: left;
   font-weight: bold;    
   font-size: 1em;   
   font-size: 1.625rem;
   font-weight: 500;
   letter-spacing: .29px;   
   text-transform: uppercase;
}

.ric-ingredienti_tit.subtitle {
   color: gray;  
   font-size: 1em;   
}

font.ingredienti {
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: rgb(85, 64, 64);
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   text-align: left;
   font-size: 1em;     /*14px  / 16px   */    
   line-height: 1.6; 
}

span.ricette {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 1.5em;
   line-height: inherit;
}

span.ricette.ico {
   width: 2em;
   font-size: 1.2em; 
   color: gray;
}


/* Tipi di sushi START */

.sushibox {
   border: 1px solid #dcdcdc;
	width: 95%;
	padding: 10px;
	margin-bottom: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 1em;
	position: relative;
}


li.sushi {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #800000;
	font-size : 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 70%;
	
}



.sushinome {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: green;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 18px;
   text-align: justify; 
 /*   font-weight: bold;     */
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

.sushidescr {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #666;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 18px;
   text-align: justify; 
 /*   font-weight: bold;     */
   font-size: 0.85em;     /*12px  / 16px = 0.75em    */     
}




/* Tipi di sushi END */



/* ELENCO GENERICO A SEZIONI ------------------------------ */

.GenSec {
   border: 1px solid #dcdcdc;
	width: 90%;
/*	height: 250px;*/
	padding: 10px;
/*	margin-left: 30px;*/
	margin-bottom: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/*	font-weight: bold;*/
	font-size : 1em;
	position: relative;
}


.GenSec li.title {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #800000;
	font-size : 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 70%;
	
}

.GenSec a.link {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 0.6em;
	   margin-left: 15px;
  display: inline-block;
  width: 90px;
  height: 26px;
}

.GenSec .info {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: green;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 18px;
   text-align: justify; 
 /*   font-weight: bold;     */
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

.GenSec .testo {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: #666;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 18px;
   text-align: justify; 
   font-size: 0.85em;     /*12px  / 16px = 0.75em    */     
}

/* -------------------------  ELENCO GENERICO A SEZIONI */




/* Legenda Table
____________________________*/

.contlegend{
	float: bottom;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;     /*12px  / 16px = 0.75em    */
}

.legendatable {
   display: table;
   border-collapse: collapse;
   background-color: #fcfcfc;
}

.legendatable .box-tit {
   display: table-caption;
   height: 1.6em;
   background-color: #007bff;
   color: white;
   text-align: center;
   font-weight: 600;
   padding-top: 0.4em;
   font-size: 1.2em;
}

.legendatable .box-row {
   display: table-row;
   height: 2.5em;
}

.legendatable .boxtop {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   border: 1px solid #dcdcdc;
}

.legendatable .box {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   border: 1px solid #dcdcdc;
   border: 1px solid #dcdcdc;
   padding-left: 0.5em;
   font-size: 1em;
}

/*__________________________*/


.blcq {
	margin-left: 15px;
}

/* RISTORANTI END */


li.std {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : black;
	font-size : 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	width: 500px;	
}


li.subli {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : black;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 500px;	
}
	

A.no:LINK{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 10pt;}

A.no:VISITED{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 10pt;}

A.no:HOVER{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : red;
	font-size : 10pt;}
	
	
A.ni:link,visited,hover {
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 0.8em;
	margin-right: 5px;
}	
	
A.at {
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : red;
	font-size : 11pt;
}

A.red:HOVER {
	text-decoration : none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color : red;
	font-size : 11px}

A.red:LINK {
	text-decoration : none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color : red;
	font-size : 11px}

A.red:VISITED {
	text-decoration : none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color : red;
	font-size : 11px
	}
	
.infopost {
    margin-top: 15px;
	text-decoration : none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 0.75em;     /*12px  / 16px = 0.75em    */
    text-align: right;
}

.containerblog{
    color: #666666;
    text-align: justify; 
    margin-bottom: 10px;       
}

/* STILE RELATED POSTS
____________________________*/

img.related {
   margin-top: 10px;
   margin-bottom: 5px;
   height: 140px;
   object-fit: cover;
}

img.spinner {
   width: 40%;
   height: 40%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30%;
   background: transparent;
   /* margin-bottom: 10%; */
}

.spinner {
   right: 0;
   position: absolute;
   background: rgba(0, 0, 0, 0.2);
   width: 100%;
   height: 100%;
   transition: .5s ease;
   top: 0;
   left: 0;
}

/* STILE DEI COMMENTI
____________________________*/

.comment {
      margin-top: 1cm;
      background:transparent;
      width: 80%;
}

.comment-body {
	text-align: left;
	font-style:normal; 
	font-variant:none; 
	font-weight:normal;
    margin-bottom: 10px;
    color: #666666;
}

.comment-top {
	background: transparent;
	text-align: left;
	padding-bottom: 10px;
	margin-right: .55em;
	padding-right: .5em; 
	font-style:normal; 
	font-variant:none; 
	font-weight: normal;
}

.comment-bottom {
	background: transparent;
	text-align: left;
	padding: .2em .0em .9em .0em ;
    margin-top: 10px;
	font-style:normal; 
	font-variant:none; 
	font-weight: bold;
	color: #000000;
}

.comment-tips {
 	background: transparent;
	text-align: left;
	padding-left:.5em;
	font-style:normal; 
	font-variant:none; 
	font-weight:normal;
	color: #666666;
}	

.comment-form-title {
	background: transparent;
	text-align: left;
	margin-left: .55em;
	margin-right: .55em;
	margin-top: 20px;
    margin-bottom: 10px;
	padding-left: .5em;
	padding-right: .5em;
    font-size: 11px;
	font-style:normal; 
	font-variant:none; 
	font-weight: bold;
	color: green;
    border-bottom: 1px solid #000000;
}	

.comment-form-user {
	background:transparent ;
	padding-left:.5em;
	padding-top: .3em;
    margin-top: 5px;
	text-align: left;
	font-size:11px;
	font-style:normal; 
	font-variant:none; 
	font-weight:normal;
	color: #000000;
	line-height: 1.3em;
}	

/* STILE NAVIGAZIONE
____________________________*/

.navigazione {
    border:1px solid #999999;
	color: #999999;
	margin-bottom: 6px;
	margin-top: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 2px;
	text-align: center;
}

.prev {
    float: left;
    text-align: left;
    width: 45%;
}

.next {
	float: right;
	text-align: right;
	width: 45%;
}

.home {
    text-align: center;

}

A.navlink:LINK{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : white;
	font-size : 10pt;}

A.navlink:VISITED{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : white;
	font-size : 10 pt;}
		 
A.navlink:HOVER{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 11pt;}
	
A.menulink:LINK{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 10pt;}

A.menulink:VISITED{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 10pt;}

A.menulink:HOVER{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : red;
	font-size : 10pt;}

A.undmenu {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: bold;
  Color: #0000ff;}

A.bigmenulink:LINK{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : white;
	font-size : 12pt;}

A.bigmenulink:VISITED{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : orange;
	font-size : 12pt;}

A.bigmenulink:HOVER{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 12pt;}


A.minilink:LINK{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : white;
	font-size : 8 pt;}

A.minilink:VISITED{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : orange;
	font-size : 8pt;}

A.minilink:HOVER{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 8pt;}
	
A.miniblulink:LINK:VISITED {
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : blue;
	font-size : 8pt;}

A.miniblulink:HOVER{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : red;
	font-size : 8pt;}

Font.bigtitr{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #ff0000;
	font-size : 14pt;}

.regione{
	text-decoration : none;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #000000;
	font-size: 1.16em;     /*14px  / 16px   */
	margin-top : 10px;
	margin-bottom : 10px;
}

.provincia{
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : red;
	font-size : 1em;
	margin-top : 10px;
	margin-bottom : 10px;
	border-bottom: 1px solid red;

}

.centraimg {
   text-align: center;
   margin: 20px;
   opacity: 1.0;                    /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=100)"; /* IE 8 */
   filter: alpha(opacity=100);       /* IE 4-7 */
}

.centraimg.relativepos {
   position: relative;
}

.doubleimg {
   margin-top: 20px;
   margin-bottom: 20px;
   width: 100%;
}

.doubleimg .left {
   text-align: center;
   width: 49%;
   display: inline-block;
   margin: 0;
}

.doubleimg .right {
   text-align: center;
   width: 49%;
   display: inline-block;
   margin: 0;
}

.imgtitC {
   margin: 0.4em 0 0 0;
   font-variant: small-caps;
   font-family: Verdana, Arial;
   font-weight: bold;
   color: #778899;
}

.imgtitC.rows2{
   height: 2.3em;
}

.centramappa {
   text-align: center;
   margin: 20px;
   opacity: 1.0;                    /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=100)"; /* IE 8 */
   filter: alpha(opacity=100);       /* IE 4-7 */
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 50px;
}


.centravideo {
  text-align: center;
    margin: 15px;
    opacity: 1.0;                    /* Firefox, Safari(WebKit), Opera */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100);       /* IE 4-7 */
}

.leftimg {
	text-align: left;
   margin: 20px;
   opacity: 1.0;                    /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=100)"; /* IE 8 */
   filter: alpha(opacity=100);       /* IE 4-7 */
}

.ml0 {
   margin-left: 0;
}


/* scrollbox immagini ============================== */
.boximg{
	height: 198px;
/*   width: 660px;*/
   width: 98%;
   overflow: auto;
   white-space: nowrap;
   margin-top: 15px;
   margin-bottom: 10px;
}

.boximgint{
   height: 180px;
   width: 1060px;
}
 
img.affiancaimg{
   height: 180px;
   float:left;
   margin-right: 10px;
}
/* =============================================== */



P.linkdes{
	text-decoration : none;
	text-align: Justify;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #00000f;
	font-size : 10pt;}

td.tabnavbar {
	text-align: center;
	border-top: 1 solid #FFFFFF; 
	border-bottom: 1 solid #FFFFFF;
}



td.nfont 	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

td.nfontc 	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
   text-align: center;
}

td.nfontw 	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: white;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
   text-align: center;
}

td.nfontb 	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: black;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
   text-align: center;
}

td.nfont2 	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #00FF00;
   font-weight: bold;    
   font-size: 0.75em;     /*12px  / 16px = 0.75em    */     
}

hr.spacer {
	margin-top : 30px;
	margin-bottom : 30px;    
}

a.vi img{
filter: alpha(opacity=80);
opacity: 0.8;
}

a.vi:hover img{
filter: alpha(opacity=100);
opacity: 1.0;
}


/* GENERICHE  
============================== */

A.map1{
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  Color: #505050;
  margin-top: 10px;
  margin-bottom: 3px;
  display: block;
}

A.map12 {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  Color: gray;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
  display: block;
}

A.map123 {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  Color: #acacac;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 30px;  
  display: block;
}

A.greenlink {
  Color: green;
}


/* AEREOPORTI  
============================== */

.aeroport {
	border: 1px solid black;
	overflow: auto;
	padding: 5px;
}

.aereobox {
	background-color: #9966CC;
	overflow: auto;
	margin-bottom: 10px;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
}

.citybox{
	background-color: #add8e6;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;	
}

.zonebox {
	background-color: white;
	border: 1px solid black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 100px;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: bold;    
	font-size: 0.75em;     /*12px  / 16px = 0.75em    */
	padding: 10px;
}


li.bus {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : green;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url("../img/info/trasporti/icobus.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	list-style-type: none; 
}

li.train {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : green;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url("../img/info/trasporti/icotrain.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	list-style-type: none; 
}

li.boat {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : green;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url("../img/info/trasporti/icoboat.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	list-style-type: none; 
}

.airfont {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;    
	font-size: 13px;
	padding: 10px;
}

.cityfont {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;    
	font-size: 13px;
	padding: 10px;
}


	/* TABELLA Bianca Grigia
____________________________*/

.graywhitetab table {
	margin-top: 15px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 15px;
}

.graywhitetab table.lastPages {
	width: 80%;
}

.graywhitetab table,
.graywhitetab td,
.graywhitetab th
{
   border:2px solid #eee;
   border-collapse:collapse;
}

.graywhitetab td, .graywhitetab th
{
	padding:3px 5px;
}

.graywhitetab td
{
    text-align:left;
	word-break: break-all;
}

.graywhitetab td.c
{
    text-align: center;
    word-break: break-all;
}

.graywhitetab td.bold
{
    font-weight: bold; 
    text-align: center;
}

.graywhitetab td.boldL
{
    font-weight: bold; 
    text-align: left;
}

.graywhitetab th
{
    text-align:center;
    background-color: #ff3c3c;
    color: white;
}

.graywhitetab tr.odd td,
.graywhitetab tr.odd th
{
    background-color: #f0f0f0;
}

.graywhitetab tr:nth-child(odd) td
{
    background-color: #f0f0f0;
}

.graywhitetab tr:nth-child(even) td
{
    background-color:white;
}

.graywhitetab tr.title 
{
    background-color: #ff3c3c;
}

.graywhitetab tr.foot 
{
    background-color: #f0f0f0;
}

.graywhitetab caption
{
    background-color: #5c757d;
    font-weight: 600;
    font-size : 1em;
    color: white;
    padding: 4px;
}



/* TABELLA BIANCOROSSA
____________________________*/


.redwhitetab table {
	margin-top: 15px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 15px;
/*   font-size : 12px;
	font-weight: bold;    */
	
}

.redwhitetab table,
.redwhitetab td,
.redwhitetab th
{
    border:2px solid #eee;
    border-collapse:collapse;

}

.redwhitetab td, .redwhitetab th
{
padding:3px 5px;
}
 
.redwhitetab td
{
   text-align:left;
   word-break: break-all;
}

.redwhitetab td.c
{
   text-align: center;
   word-break: break-all;
}

.redwhitetab td.min
{
   font-size: 0.8em;
}

.redwhitetab td.justify
{
   text-align: justify;
}

.redwhitetab td.wordBreak
{
   word-break: break-word;
}


.redwhitetab td.minc
{
   text-align: center;
   font-size: 0.7em;
   padding: 0;
   vertical-align: top;
}

.redwhitetab td.red
{
   color: red;
}

.redwhitetab td.bold
{
   font-weight: bold; 
   text-align: center;
}

.redwhitetab td.boldL
{
   font-weight: bold; 
   text-align: left;
}

.redwhitetab td.nkanji	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 1.16em;     /*16px  / 16px   */     
   text-align: center;
}

.redwhitetab td.nkanjiBig	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 2.0em;     /*16px  / 16px   */     
   text-align: center;
}

.redwhitetab td.bigNumber	{
   color: white;
   font-size: 4em;
   font-weight: 600;
   text-align: center;
}

.redwhitetab td.algTop	{
   vertical-align: top;
}

.redwhitetab td.hira	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: green;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
}

.redwhitetab td.corsivo	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   font-style: oblique; 
}

.redwhitetab th
{
    text-align:center;
    background-color:#ff3c3c;
    color: white;
}

.redwhitetab tr.odd td,
.redwhitetab tr.odd th
{
    background-color:#ffeaea;
}

.redwhitetab tr:nth-child(odd) td
{
    background-color:#ffeaea;
}

.redwhitetab tr:nth-child(even) td
{
    background-color:white;
}

.redwhitetab tr.title 
{
    background-color:#ff3c3c;
    
}

.redwhitetab tr.boldtitle 
{
    background-color:#ff3c3c;
    font-weight: bold; 
}

.redwhitetab tr.foot 
{
   background-color:#e3b69f;
}

.redwhitetab caption
{
   background-color:#b22222;
   font-weight:bold;
   font-size : 1em;
   color:white;
   padding: 4px;
}

.plusMinus {
   position: relative;
   margin-right: -64px;
   margin-top: -57px;
   font-size: 0.8em;
}


/*  tabella haiku */

.tabhaiku table {
	margin-top: 15px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 15px;
	width: 90%;
/*   font-size : 12px;
	font-weight: bold;    */
	
}

.tabhaiku table,
.tabhaiku td,
.tabhaiku th
{
    border:2px solid #eee;
    border-collapse:collapse;

}

.tabhaiku td, .tabhaiku th
{
padding:3px 5px;
}
 
.tabhaiku td
{
    text-align:left;

     word-break: break-all;
}

.tabhaiku td.c
{
    text-align: center;
    word-break: break-all;
}


.tabhaiku td.author
{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: black;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
   text-align: right;
   background-color:#ffeaea;
}

.tabhaiku td.title
{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: black;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
   text-align: center;
}

.tabhaiku td.noborder
{
   border: 0;
}

 
.tabhaiku th
{
    text-align:center;
    background-color:#ff3c3c;
    color: white;
}

 
.tabhaiku tr.title 
{
    background-color:#ff3c3c;
    
}

.tabhaiku tr.boldtitle 
{
    background-color:#ff3c3c;
    font-weight: bold; 
}


.tabhaiku tr.whitespace 
{
    background-color: white;
    height: 20px;   
}

 
.tabhaiku caption
{
    background-color:#b22222;
    font-weight:bold;
    font-size : 13px;
    color:white;
    padding: 4px;
}




/* tabella rossa per lingua giapponese */

.centratable {
	text-align: center;
   margin-top: 20px;
   margin-bottom: 20px;
}

table.redtable {
   font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

td.ntitle {
   font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
   font-weight: bold;    
   font-size: 1em;     /*16px  / 16px   */     
}

td.nnum	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 1em;     /*20x  / 16px   */     
}

td.kanji	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 1em;     /*16px  / 16px   */     
}

td.nkanji	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #000000;
   font-weight: bold;    
   font-size: 1em;     /*16px  / 16px   */     
}


td.hira	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: green;
   font-weight: bold;    
   font-size: 1em;         
}

td.nnota	{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: red;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
}

td.nnotabene	{
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: red;
   font-weight: bold;    
   font-size: 1.16em;     /*14px  / 16px   */     
}

td.nnota	{
   font-family: Verdana, Tahoma, Arial, sans-serif;
   color: red;
   font-weight: bold;    
   font-size: 1em;     /*14px  / 16px   */     
}


/* KANJI CARD Table
____________________________*/

.kantable {
   display: table;
   border-collapse: collapse;
}
 
.kantable .box-row {
   display: table-row;
}
 
.kantable .box {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   border: 1px solid #dcdcdc;
}

/*__________________________*/



/* Eventi Table
____________________________*/

.tabEventi {
   display: table;
   border-collapse: collapse;
}

 
.tabEventi .box-row {
   display: table-row;
}

 
.tabEventi .box {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-weight: normal;
   font-size: 0.9em;   
}

.tabEventi .dal {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   color: #b22222;
   font-weight: bold;  
   font-size: 0.9em;
}

.tabEventi .al {
   display: table-cell;
   text-align: right;
   vertical-align: middle;
   color: #b22222;
   font-weight: bold;  
   margin-left: 2em;
  font-size: 0.9em;
}

.tabEventi font.min {
  font-size: 0.7em;
   
}

.tabEventi font.min2 {
  font-size: 0.7em;
  margin-left: 1.5em; 
}


.tabEventi .citreg {
   display: table-cell;
   text-align: right;
   vertical-align: middle;
   color: #a9a9a9;
   font-weight: bold;  
	font-size: 1em; 
}

.tabEventi .citregL {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   color: #a9a9a9;
   font-weight: bold;  
   font-size: 1em;
}

.tabEventi .spacer {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-weight: bold;  
   width: 2em;
}

.tabEventi .spacer3 {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-weight: bold;  
   width: 3em;
}

.tabEventi .title {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-size: 1.2em;
   font-weight: bold; 
   color: blue;
}

.tabEventi h3 {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-size: 1em;
   font-weight: bold; 
   color: blue;
   margin-bottom: 0.4em;
}


/*__________________________*/



/* Tabella show singolo evento Table
____________________________*/

.tabShowEve {
   display: table;
   border-collapse: collapse;
}

 
.tabShowEve .box-row {
   display: table-row;
}

 
.tabShowEve .box {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-weight: normal;
   font-size: 1em;   
}

.tabShowEve .dal {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   color: #b22222;
   font-weight: bold;  
   font-size: 1.2em;
}

.tabShowEve font.min {
  font-size: 0.7em;
}

.tabShowEve font.min2 {
  font-size: 0.7em;
  margin-left: 1.5em; 
}

.tabShowEve .citreg {
   display: table-cell;
   text-align: right;
   vertical-align: middle;
   color: #a9a9a9;
   font-weight: bold;  
	font-size: 1em; 
}

.tabShowEve .spacer {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-weight: bold;  
   width: 3em;
}

.tabShowEve .title {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   font-size: 1.2em;
   font-weight: bold; 
   color: blue;
 
}


/*__________________________*/



.bandSearch {
   background-color: white;
/*   border: 1px solid red;*/
   width: 100%;
   margin-top: 0;
   margin-bottom: 10px;
   text-align: center;
}

.bandSearch .block {
   text-align: left;
   display: inline-block;
}
 
.bandSearch:after{
    content: '';
    background: green; 
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}



/* KANJI CARD
____________________________*/


.kanjicard  {
	margin-left:auto; 
	margin-right:auto;
}


.kanjicard .g {
	margin-left: 10px;
	margin-right: 5px;
   font-size : 12px;
   color: green;
	font-weight: bold;    
	text-align: left;
	margin-bottom: 0px;
}


.kanjicard .box {
	margin-left: 0.9em;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0.4em;	
	text-align: left;
}

.kanjicard font.r {
  	font-size : 0.9em;
   color: red;
	font-weight: bold;    
	text-align: left;
}

.kanjicard font.b {
  	font-size : 0.9em;
  	color: black;
	font-weight: bold;    
	text-align: left;
}

.kanjicard .desc {
	margin-left: 1.5em;
	margin-right: 5px;
  	font-size : 0.75em;
  	color: black;
	font-weight: bold;    
	text-align: left;
}


.kanjicard .centraimg {
	text-align: center;
    margin: 5px;
    opacity: 1.0;                    /* Firefox, Safari(WebKit), Opera */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100);       /* IE 4-7 */
}

.kanjicard .level {
   float: right;
   width: 60px;
  	font-size : 20px;
  	color: black;
	font-weight: bold;   
}

.kanjicard .bigboxkan {
    /*background-color: #ffffff;*/
   background-color: rgba(255, 255, 255, 0.7);
	color: #000000;
   border: 1px solid red;
	width: 300px;
	padding-left: 15px;
	padding-right: 15px;	
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   box-shadow:5px 5px 10px -4px #333333;
}



/*********MEDIA QUERY *************/


@media only screen and (min-width: 240px) and (max-width:320px) {
	/*IPHONE 5 5s*/

   .centramappa { display:none; }    
   .topright { display: none; }

   .container{
      width:100%;
      max-width:20em;				/*320px  / 16px = 20em    */	
      margin:0 auto;
      height: auto;
   }

   .container { width:100%; } 
   /* #headContainer { width: 100%; text-align: center; } */

   #header { 
      box-shadow: none;
      margin-bottom: 0;
   }
    
    #footer { box-shadow: none; }
    
    #leftcolwhite {	display: none;  }
    #leftcolKanjibox {	display: none; }
    #containertraw.under { display: block;  }
    
    .centramappa {	display:none; } 
    
    .headTitle {
      text-align: center;
      -ms-text-justify: auto;
      text-justify: auto;
    }
    
    .headTitleLogo
    {
      width: 30%;
      box-shadow: none;
      margin-bottom: 0;
    }
    
    .headTitleTitle {
		width: 60%;
      margin-top : 0.8em;
      margin-left: 0.4em;
    }

   .headTitleMotto {
      margin-top : 0.1em;
      margin-left: 3.6em;
   }

   .headTitleSocialButt{ display: none; }

   .imgHome {
      margin-left: 1em;
      margin-top: 1em;
   }

   .briciolatxt { margin-top: 1em; }

   #containertraw { width: 100%; box-shadow: none; }
    
    #leftcolon { width: 100%; }
    
    #leftcolCombobox {
       box-shadow: none;
       margin: 0; 
    } 
    
    .headtextL {
      width: 100%;
   }
   
    #leftcolCombobox {
      box-shadow: none;
      margin-bottom: 0;
      border: 0;
    }
    
    .containerrego {
      width: 100%;
      margin:10px auto;	 
    }

   font.titlemain { font-size: 0.9em; }
 
   font.motto{ font-size: 0.7em; }
   img.headSocialimg { width: 30px; }    

   .blacksimple { font-size: 0.75em;     /*12px  / 16px = 0.75em    */ }

	.redwhitetab table {
	   overflow-x: auto;
		display: block;
		font-size: 10px;
	}

	.redwhitetab td.nkanji	{
      font-size: 0.8em;     
	}

   .redwhitetab td.center	{ text-align: center; }
	.redwhitetab td.hira	{ font-size: 0.8em; }

	.kanjicard .bigboxkan {
      width: 220px;
      padding-left: 5px;
      padding-right: 5px;	
   }
   
   .morebigbluelink { font-size: 1.6em; }

	.morebigblueText { font-size: 1.6em; }	

	.coltitleblue {	
   margin-bottom: 5px;
   border-bottom: none;
	}
	
	#undnewsbox2 { height: 160px; }
   
   .graywhitetab table.lastPages { width: 96%; }

   /* Related post table */
   tr.related { display: flex; flex-wrap: wrap; }
   td.related { margin-top: 0.8em; width: 100%; }

   #leftpart{
      width: 100%;
      margin-top: 4px;
      text-align: center;
   }

   input.ristoCheck {
      -ms-transform: scale(1); /* IE */
      -moz-transform: scale(1); /* FF */
      -webkit-transform: scale(1); /* Safari and Chrome */
      -o-transform: scale(1); /* Opera */
      transform: scale(1);
   }
   .absoluteRightBottm.beforeBefore { bottom: -2em; right: 13em; }
   .absoluteRightBottm.before { bottom: -2em; right: 6em; }
   .absoluteRightBottm { bottom: -2em; right: 0; }
   .formBoxLeftAlign { margin-bottom: 3em; width: 98%; }
}


@media only screen and (min-width: 321px) and (max-width: 480px) {
/* iphone6s  iphone6 */

   #leftcolKanjibox {	display:none; }
   .centramappa { display:none; }        
   .topright { display: none; }

   .container{
      width: 100%;
      margin:0 auto;
      height: auto;
   }
   #container { width: 100%;}   

   #header { box-shadow: none; }
   #footer { box-shadow: none; }
   #leftcolwhite {	display:none; }
   #leftcolKanjibox {	display: none; }
   #containertraw.under { display: block;  }
   
   #header { margin-bottom: 0; }
   
   /* #headContainer {
      width: 100%;
      text-align: center;
   } */
   
   .centramappa {	display:none; } 

   .headTitle {
      text-align: center;
      -ms-text-justify: auto;
      text-justify: auto;
      height: 80px;
   }
   
   .headTitleLogo
   {
      width: 25%;
      box-shadow: none;
      margin-left: 1em;
      margin-bottom: 0;
      margin-top: 0.5em;
      /*    border: 1px solid red;*/
   }
      
   .headTitleTitle {
      width: 64%;
      margin-top : 1.1em;
      margin-left: 0.8em;
   }

   .headTitleMotto {
      margin-top : 0.1em;
      /* margin-left: 4.6em; */
      /* margin-left: 3.4em; */

      margin-right: 1em;
      margin-left: unset;
      text-align: right;
   }
   
   font.titlemain { font-size: 1.1em; }
   font.motto { font-size: 1em; }

   .headTitleSocialButt{ display: none; }

   .headtextL { width: 100%; }

   .imgHome {
      margin-left: 1em;
      margin-top: 1em;
   }

   .briciolatxt { margin-top: 1em; }    

   a.briciola:link, a.briciola:visited, a.briciola:hover { font-size: 0.8em; }

   #containertraw { width: 100%; box-shadow: none; }

   #leftcolon { width: 100%; }

   #leftcolCombobox {
      box-shadow: none;
      margin-bottom: 0;
      border: 0;
   }

   .containerrego {
      width: 100%;
      margin:10px auto;	 
   }
      
   img.headSocialimg { width: 34px; }    
      
	.kanjicard .bigboxkan {
      width: 300px;
      padding-left: 5px;
      padding-right: 5px;	
   }
   
   h2 { font-size: 1em; }

	.coltitleblue {	
      margin-bottom: 5px;
      border-bottom: none;
	}  

	#undnewsbox2 { height: 190px;}    

   .graywhitetab table.lastPages { width: 96%; }

   /* Related post table */
   tr.related { display: flex; flex-wrap: wrap; }
   td.related { margin-top: 0.8em; width: 100%; }

   #leftpart{
      width: 100%;
      margin-top: 4px;
      text-align: center;
   }

   input.ristoCheck {
      -ms-transform: scale(1); /* IE */
      -moz-transform: scale(1); /* FF */
      -webkit-transform: scale(1); /* Safari and Chrome */
      -o-transform: scale(1); /* Opera */
      transform: scale(1);
   }

   .absoluteRightBottm.beforeBefore { bottom: -2em; right: 13em; }
   .absoluteRightBottm.before { bottom: -2em; right: 6em; }
   .absoluteRightBottm { bottom: -2em; right: 0; }
   .formBoxLeftAlign { margin-bottom: 3em; width: o8%;}
}


@media only screen and (min-width: 481px) and (max-width: 680px){
   /*iphone6 iphone6s horizontal*/

	.container{
			max-width:42.5em; /*680px  / 16px = 42.5em    */	
			margin: auto;
			height: auto;
	}

	.topright { display: none; }
	
	#header { box-shadow: none; }
	#footer { box-shadow: none; }
	#leftcolwhite {	display:none;  }
   #leftcolMiniMap {	display:none;  }
   #leftcolKanjibox {	display: none; }
   #containertraw.under { display: block;  }
	
   #header { margin-bottom: 0; }	

   /* #headContainer {
      width: 100%;
      text-align: center;
   } */

	.headTitle {
      text-align: center;
      -ms-text-justify: auto;
      text-justify: auto;
      height: 90px;
   }
   
   .headTitleLogo {
      width: 20%;
      margin-bottom: 0;
   }

   .headTitleTitle {
		width: 65%;
      margin-top : 0.8em;
      margin-left: 0.4em;
   }

   .headTitleMotto { margin-left: 7em; }

   .headTitleSocialButt{
      /* margin-top : 0.1em;
      width: 100%;
      text-align: center;
      margin-bottom: 0.1em; */
      display: none;
   }
      
   img.headSocialimg { width: 36px; /* margin-top: 20px; */ }
      
   .headtextL {
      width: 100%;
   }

   .imgHome {
      margin-left: 1em;
      margin-top: 1em;
   }

   .briciolatxt { margin-top: 1em; }  

   #leftcolon { width: 100%; }   

   #leftcolCombobox {
      box-shadow: none;
      border: 0;
      /* border: 1px solid red; */
   }	
      
   #containertraw { width: 100%; box-shadow: none; }

   font.titlemain { font-size: 1.5em; }
      
   font.motto { font-size: 1.1em; }

	.coltitleblue {	
   margin-bottom: 5px;
   border-bottom: none;
	}

   .graywhitetab table.lastPages { width: 96%; }

   /* Related post table */
   tr.related { display: flex; flex-wrap: wrap; }
   td.related { margin-top: 0.8em; width: 100%; }

   #leftpart{
      width: 100%;
      margin-top: 4px;
      text-align: center;
   }

   input.ristoCheck {
      -ms-transform: scale(1); /* IE */
      -moz-transform: scale(1); /* FF */
      -webkit-transform: scale(1); /* Safari and Chrome */
      -o-transform: scale(1); /* Opera */
      transform: scale(1);
   }

   .absoluteRightBottm.beforeBefore { bottom: -2em; right: 13em; }
   .absoluteRightBottm.before { bottom: -2em; right: 6em; }
   .absoluteRightBottm { bottom: -2em; right: 0; }
   .formBoxLeftAlign { margin-bottom: 3em; width: 98%;}
}


@media only screen and (min-width: 680px) and (max-width: 790px)
{
   #leftcolwhite {	display:none;  }
	#leftcolMiniMap {	display:none;  }
   #leftcolKanjibox {	display: none; }
   #containertraw.under { display: block;  }

   .container{
      max-width:48.5em;    
      margin-left: auto;
      margin-right: auto;
      height: auto;
   }

   #header { box-shadow: none; }
   #footer { box-shadow: none; }
   #leftcolMiniMap {	display:none;  }

	#header { margin-bottom: 0; }

   .headTitleTitle {
      margin-top: 1.2em;
      width: 40%;
   }

   .headTitleSocialButt {
      margin-top: 1.2em;
      width: 40%;
   }

   #leftcolon { width: 100%; }   

   #leftcolCombobox {
      box-shadow: none;
      border: 0;
      /* border: 1px solid red; */
   }	

   #containertraw { width: 100%; box-shadow: none; }

   font.titlemain{ font-size: 1.2em;  }

   font.motto { font-size: 1em;  }
}

@media only screen and (min-width: 790px) and (max-width: 1024px) 
{
   /* iPad resolution */
   #leftcolwhite {	display:none;  }
	#leftcolMiniMap {	display:none;  }
   #leftcolKanjibox {	display: none; }
   #containertraw.under { display: block;  }

   #header { box-shadow: none; margin-bottom: 0; }
   #footer { box-shadow: none; }

   /* #container{ width: 100%; } */
   /* #container{ width: 94%; }  */
   /* .container{ max-width: 94%; } */

   /* #headContainer { width: 100%; } */
   #containertraw { width: 100%; box-shadow: none; max-width: unset; }

   #leftcolon { width: 100%; }   

   #leftcolCombobox {
      box-shadow: none;
      border: 0;
      /* border: 1px solid red; */
   }	

   font.titlemain { font-size: 1.1em; }
   font.motto { font-size: 0.9em; }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) 
{
   /* Schermo quasi massimo larghezza*/
   /* #container{ width: 94%; }  */
   /* .container{ max-width: 94%; } */

 /*  #headContainer { max-width: 60em;	960px  / 16px     } */
   
   /* #containertraw { max-width: 42em; } */

   /* #leftcolon { width: 262px; } */
   #leftcolon { width: 24%;}
   #containertraw { max-width: unset; width: 74%}

   #leftcolCombobox { display: none; }
   #leftcolMiniMap {	display:none;  }	
   
   #leftcolKanjibox {	display: block; }
   #containertraw.under { display: none;  }
   /* #leftcolBlack { width: 262px; }  */
   /* #leftcolwhite { width: 262px; }  */
   /* #leftcolCombobox { width: 262px; }  */
   /* #leftcolKanjibox { width: 262px; } */
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) 
{
   .headTitleLogo { width: 12%; }

   #leftcolCombobox { display: none; }
   #leftcolMiniMap {	display:none;  }	
   
   #leftcolKanjibox {	display: block; }

   #leftcolon { width: 24%;}
   #containertraw { max-width: unset; width: 74%}

   #containertraw.under { display: none;  }
}


@media only screen and (min-width: 1441px) and (max-width: 4000px) 
{
   .headTitleLogo { width: 12%; }

   #leftcolCombobox { display: none; }
   #leftcolMiniMap {	display:none;  }	
   
   #leftcolKanjibox {	display: block; }

   #container { width: 80%;}
   .container { width: 80%;}

   #leftcolon { width: 24%;}
   #containertraw { max-width: unset; width: 74%}

   #containertraw.under { display: none;  }
}

