﻿html {
	font-size: 16px;
}
body {
	background-color: #fefefe;
	color: #2a2a2a;
    margin-top: 0;
    width: 100%;
    height: 100%;
    font: normal 1rem/1.6rem Arial, Helvetica, sans-serif;
}
/*sillabazione da browser
p {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}*/
.container {
	background: #fefefe;
	padding-bottom: 30px 0 20px;
}
a {
	color: #206b7b;
}
a:hover  {
	text-decoration: underline;
}
a:focus {
	outline: 0;
	outline-offset:0;
}
a:active {
	
}
h1, .h1{
	font-size:1.625rem;/*26*/
}
h2, .h2 {
	font-size:1.5rem;/*24*/
}
h3, .h3 {
	font-size:1.375rem;/*22*/
}
h4, .h4 {
    font-size: 1.25rem;/*20*/
}
h5, .h5 {
	font-size: 1.125rem;/*18*/
}
h6, .h6 {
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4rem;
}
/* TABLE */
table {
	
}
th, td {
  text-align: left;
}
/* table data */
.table.data {
    margin: 30px auto;
}
.table.data {
	font-size: 0.875rem;
}
/* table centered */
.table.centered {
    margin: 30px auto;
}
.table.centered {
	font-size: 0.875rem;
}
.table.centered th, .table.centered  td {
  text-align: center;
}


/* table phantom */
.table.phantom {
	margin-bottom: 10px;
	margin-top: 10px;
}
.table.phantom td {
	border-top: none;
	padding:5px 7px 5px 0;
}
.table.phantom.narrow td {
	padding:2px 7px 2px 0;
}

/* BLOCCHI */
/* header */
#header {
    margin-bottom: 45px;
}
#head1 {
	background: #fafafb url("../images/head/head1200.png") repeat-x 0 0;
	height: 130px;
}
#head2 {
	background: #fafafb none repeat scroll 0 0;
    box-shadow: 1px 2px 3px #ddd;
    margin: 0 auto;
    padding: 5px 0 30px;
    }
#head2 > .container {
	background: #fafafb;
}

/* left-column */
#left-column {
    padding: 0;
    font-size: 0.875rem;
}
/* content */
#content {
	padding: 0 15px;
}
/* after-content */
#after-content {
    margin: 60px 0;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
}
#after-content > .thumb-quaderno {
    padding: 0;
    margin: 0;
}
#after-content > .thumb-quaderno img {

    margin: 5px 0 0 0;
    width: 130px;
    height: auto;

}
#after-content h5 {
	margin: 10px 0 20px;
}
#after-content p {
    font-size: 0.875rem;
    line-height: 20px;
}
/* sidebar-right */
#sidebar-right {
    padding: 0 0 0 30px;
}
/* content-bottom */
#content-bottom {
	padding: 10px 0 30px;
}
#content-bottom .col-xs-12.col-md-6 {
	padding: 0;
}

/* footer */
#footer {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background: #f0f0f0;
	padding-top: 15px;	
}
#footer .container {
	background: #f0f0f0;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #206b7b;
}

/* footer-strip */
#footer-strip {
	background: #3a3a3a;
	padding: 5px;
	color: #eee;
	text-align: center;
	font-size: 0.625rem;
}
/*-*/

/* ARTICLE */

article {
	font: normal 1.063rem/1.6rem Arial, Helvetica, sans-serif;
}
article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4, article h5, article .h5 {
    margin-top: 35px;
    text-align:left;
}
article .h3, article h3 {
	margin-bottom: 20px;
}
article {
	padding-bottom: 40px;
	text-align:left;
}
article img {
	margin: 25px 0;
}
article p + h3 {
    padding-top: 20px;
}
article h4 + h3 {
    margin-top: 10px;
}


/* LISTE */
ul {
	list-style:none;
	padding: 0;
}
ul li {
	padding: 2px 0;
}
ul > ul {
    margin: 20px 50px;
}
ol {
	list-style: decimal;
}
ol li {
    padding-left: 5px;
}
/* ol regular */
ol.regular {
	padding-left: 20px;
	
}
.regular li {
	padding: 5px 0 5px 5px;
}
/* ol upper-roman */
ol.upper-roman {
	list-style-type: upper-roman;
	list-style-position: outside;
}
.upper-roman li > ul.simple {
	margin: 0 0;
}

/*ul ol simple */
.simple {
    margin: 5px 20px;
}
ol.simple {
    padding-left: 20px;
}
/* ul lista */
ul.lista {
	list-style:none;
	padding: 0;
}
.lista li {
    padding: 4px 0;
    text-align: left;
}
.lista span {
	padding-left: 10px;
}
/* span come p */
.lista li > span.show {
	margin: 0 0 5px;
	padding-left: 0;
	}

.lista img {
    border: 1px solid #ddd;
    margin: 5px 15px 10px 0;
}
.lista.box {
    padding: 20px 0;
}
/* black */
.black li::before {
	content: " - ";
	padding-right: 3px;
	color: #666;
}
.black li a {
	color: #000;
}
.black li:hover {
 	text-decoration: none;
 	background: #f6f6f6;
}
.black li a:hover {
	text-decoration: none;
}
.black {
	color: #000;
}
/* dash */
ul.dash {
	list-style: none;
	
}
.dash li::before {
	content: "-";
	margin: 0 15px;
}
/* dash_0 */
ul.dash_0 {
	list-style: none;
	margin-left: 0;
	
}
ul.dash_0 li {
	text-indent: -15px;
	padding-left: 15px;
	margin-left: 0;
}
.dash_0 li::before {
	content: "-";
	margin-right: 10px;
}
ul.dash_0 li > ul li {
	margin: 0 30px;
}
ul.dash_0 > ul li::before {
	content: "-";
}
li.plus:before  {
    content: "+";
    margin-right: 5px;
}
}
/* disc */
.disc {
	list-style: inside;
	padding-left: 5px;
}
.disc li {
	margin: 5px 0;
}
/* ul right-arrow */
.right-arrow li {
	padding: 5px 20px;}
.right-arrow li::before {
	content: "\2192";
	padding-right: 10px;
}
/* ol.elenco-link */
ol.elenco-link {
    margin: 20px 15px;
}
.elenco-link > li {
    padding: 5px 0;
}
/* list-group-item */
.list-group-item {
    background-color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    text-align: left;
    border: none;
    margin: 0;
}
.list-group {
    margin: 20px;
    padding-left: 0;
}
.list-group-item span {
    color: #000;
    padding-left: 15px;
}
.list-group-item a:hover {
	text-decoration: none;
}
.list-group-item a:hover span {
    color: #206b7b;
    text-decoration: none;
}

/*-*/

/* LISTATI */
/* centrato */
ul.centrato {
	text-align: center;
}
ul.centrato li {
    margin: 15px 17px;
    text-align: center;
    font-size: 1.125rem;
	display: inline-block;
}
/* riviste*/
ul#riviste, ul.centrato {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
ul#riviste li {
    margin: 15px 20px;
    text-align: center;
    font-size: 1.125rem;
	display: inline-block;
}
#riviste li img, .centrato li img {
    padding: 0;
    box-shadow: 1px 2px 3px #aaa;
    margin: 15px 10px 20px;
}

/* network */
ul#network {
	list-style: none;
	padding: 0;
}
ul#network li {
	overflow: hidden;
    padding: 30px 0;
}

#network img {
	box-shadow: 1px 1px 2px #ccc;
    height: 160px;
    margin: 0 20px 0 0;
    width: 230px;
    float:left;
}
#network h5 {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.125rem;
}
#network span {
	display: inline-block;
    padding: 25px 0 0;
}
/* news-list */
.news-list > li {
    padding: 3px 0;
}

/* ul flag */
ul#flag {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
}
#flag li {
  line-height: 20px;
  padding: 2px 0;
}
#flag a {
	background: url('../images/icone/flag.png') no-repeat 0 0;
	padding-left: 25px;
}
#flag a.en {background-position: 0px 2px; width: 16px;}
#flag a.ch {background-position: 0px -19px; width: 16px;}
#flag a.fr {background-position: 0px -40px; width: 16px;}
#flag a.es {background-position: 0px -61px; width: 16px;}
#flag a.de {background-position: 0px -82px; width: 16px;}
#flag a.gr {background-position: 0px -103px; width: 16px;}
#flag a.ru {background-position: 0px -124px; width: 16px;}
#flag a.no-icon {background: none; padding-left: 0}

/* ul copyright-flag */
ul#copyright-flag {
	list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;

}
#copyright-flag li {
	display: inline-block;
}
#copyright-flag a {
	height: 16px;
	display: block;
	overflow: hidden;
	line-height: 9999em;
	margin-right: 5px;
	outline: none;
}

#copyright-flag a {	background: url('../images/icone/flag.png') no-repeat 0 0;}
#copyright-flag a.en {background-position: 0px 2px; width: 16px; margin-left: 20px;}
#copyright-flag a.fr {background-position: 0px -40px; width: 16px;}
#copyright-flag a.es {background-position: 0px -61px; width: 16px;}
#copyright-flag a.de {background-position: 0px -82px; width: 16px;}

/* download - download1*/
ul.download, ul.download1 {
	font-size: 0.813rem;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.download li, .download1 li {
	display: inline;
}
.download li a, .download1 li a {
	display: inline-block;
	margin: 10px 10px 10px 0;
	outline: none;
	height: 42px;
	width: 32px;
}
.download a {background: url('../images/icone/download.png') no-repeat 0 0;}
.download1 a {background: url('../images/icone/download1.png') no-repeat 0 0;}

.download a.pdf, .download1 a.pdf {background-position: 0 -104px;}
.download a.epub, .download1 a.epub {background-position: 0 0;}
.download a.mobi {background-position: 0 -52px;}
.download1 a.kpf {background-position: 0 -52px;}

.download a:hover {background: url('../images/icone/donwload-hover.png') no-repeat 0 0;}
.download1 a:hover {background: url('../images/icone/donwload1-hover.png') no-repeat 0 0;}

.download a.pdf:hover, .download1 a.pdf:hover {background-position: 0 -104px;}
.download a.epub:hover, .download1 a.epub:hover {background-position: 0 0;}
.download a.mobi:hover {background-position: 0 -52px;}
.download1 a.kpf:hover {background-position: 0 -52px;}

.download a.disabled:hover {background: url('../images/icone/download.png') no-repeat 0 0;}
.download1 a.disabled:hover {background: url('../images/icone/download1.png') no-repeat 0 0;}

.download a.pdf.disabled:hover, .download1 a.pdf.disabled:hover {background-position: 0 -104px;}
.download a.epub.disabled:hover, .download1 a.epub.disabled:hover {background-position: 0 0;}
.download a.mobi.disabled:hover, .download1 a.mobi.disabled:hover {background-position: 0 -52px;}
.download1 a.kpf.disabled:hover {background-position: 0 -52px;}


/*-*/

/* MENU */
/* main-menu */
ul#main-menu {
	margin: 0 35px 0 15px;
	}
	ul#main-menu li {
    background: #206b7b none repeat scroll 0 0;
    border-color:  #206b7b;
    border-style: solid;
    border-width: 1px;
    float: none;
    margin: 0 0 8px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    min-width: 145px;  
}

ul#main-menu li.red {
	background: #bb0000;
	border-color: #bb0000;
}
ul#main-menu li.red:hover, ul#main-menu li.red:active, ul#main-menu li.red:focus {
	background: #dd2222;
}
ul#main-menu li.red a {
    color: #fff;
}
ul#main-menu li:hover, ul#main-menu li:active, ul#main-menu li:focus {
	background: #308b9b/*#0A4350;*/
}
ul#main-menu li a {
    text-decoration: none;
    font-weight: normal;
    font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    padding: 6px 15px;
}

ul#main-menu li a:hover, ul#main-menu li a:focus {
	color: #fff;
}
#home-menu > .active > a {
	background: #206b7b none repeat scroll 0 0;
    color: #fff;
} 
/* toggle-menu */
ul#toggle-menu {
	margin: 10px auto;
	}
ul#toggle-menu li {
    background: #fff;
    float: none;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
ul#toggle-menu li a {
    text-decoration: none;
    font-weight: 500;
    font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    padding: 10px;
    font-size: 14px;
}
ul#toggle-menu li:focus {
	color: #206b7b;
}
ul#toggle-menu li a:hover, ul#toggle-menu li a:focus {
	color: #206b7b;}
ul#toggle-menu li.red a:hover, ul#toggle-menu li.red a:active, ul#toggle-menu li.red a:focus {
	color: #bb0000;
}
/* navbar */
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
    float: none;
}
.navbar-header {
	background: #206b7b;
	border-bottom: #222;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
	margin-top: 14px;
	padding: 7px;
}
.navbar-toggle .icon-bar {
    height: 1px;
    width: 20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #308b9b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-brand {
    height: auto;
    padding: 0;
    width:106px;
    margin: 7px 15px;
}
/* footer-xs-menu */
ul#footer-xs-menu {
	padding: 10px 20px;
}
ul#footer-xs-menu li {
	line-height: 15px;
	font-size: 0.75rem;
}
ul#footer-xs-menu li a:hover, ul#footer-xs-menu li a:focus, ul#footer-xs-menu li a:active {
	text-decoration: underline;
}
/* #footer-menu */
.footer-a ul, .footer-b ul, .footer-c ul, .footer-d ul {
	list-style: none;
	padding: 0;
}
.footer-a li, .footer-b li, .footer-c li, .footer-d li {
	font-size: 0.688rem;
    line-height: 20px;
    }
.footer-a li a, .footer-b li a, .footer-c li a, .footer-d li a {
	text-decoration: none;
	color: #3a3a3a;
}
.footer-a img, .footer-b img, .footer-c img, .footer-d img {
	margin-right: 5px;
}
.footer-d > p {
    margin-bottom: 0;
	text-transform: uppercase;
	color: #555;
	font-size: 0.625rem;
}



/* LOGO */
.logo {
	font-family: 'Times New Roman', Times, serif; 
	font-weight:bold;
	font-size: 2.5rem;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-align:center;
}
.logo img {
	height: 55px;
	width: 55px;
	margin: 0 10px 0 5px;
	vertical-align: bottom;
}
.small-logo {
	font-size: 1.563rem;
	font-family: 'Times New Roman', Times, serif; 
	font-weight:bold;
	letter-spacing: 2px;
}
.small-logo img {
	height: 20px;
    margin: 0 10px 0 3px;
    vertical-align: baseline;
    width: 20px;
}

.xs-logo {
	font-size: 0.938rem;
	font-family: 'Times New Roman', Times, serif; 
	font-weight:bold;
	letter-spacing: 1px;
}
.xs-logo a {
	color: #ddd;
}
.xs-logo a:hover, .xs-logo a:focus, .xs-logo a:active {
	color: #fff;
	text-decoration:none;
}
.xs-logo img {
	height: 10px;
    margin: 0 5px 0 1px;
    vertical-align: baseline;
    width: 10px;
}


/* MODULE */
/* right-mod */
.right-mod {
	padding: 10px 0 10px;
	font-size: 0.938rem;
	line-height: 21px;
}
.right-mod > h3 {
	padding-bottom: 10px;
	font-size: 1.25rem
}

/* .footer-a, .footer-b, .footer-c  */
.footer-a, .footer-b, .footer-c, .footer-d {
	padding: 30px 50px;
	font-size: 0.688rem;
}
.bottom-left {
    padding: 15px 25px 1px 10px;
    }
.bottom-right {
	padding: 15px 10px 1px 25px;
}

/* news */
.news {
	overflow: hidden;
     padding:  15px 0;
}
.news img {
	border: 1px solid #ccc;
    box-shadow: 1px 2px 3px #ccc;
    float: left;
    margin: 3px 20px 5px 0;
    width: 150px;
}
.news h5 {
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 1.125rem;
    padding: 5px 0 10px;
    color: #206b7b;
}
span.news {
	font-size: 18px;
	font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
}

/* social */ 
#social {
    font-family: "Segoe UI";
    font-weight: bold;
    padding: 0 0 15px;
} 
#social ul {
	height: 32px;
    list-style: outside none none;
    margin: 15px auto;
    padding: 0;
    width: 252px; 
}
#social li {
  float: left;
  line-height: 32px;
}
#social li a {
	height: 32px;
	display: block;
	overflow: hidden;
	line-height: 9999rem;
	margin-right: 10px;
	outline: none;
}
#social a {background: url('../images/icone/social32.png') no-repeat 0 0;
}
#social a.in {background-position: 0px 0px; width: 32px; height: 32px; box-shadow: 1px 2px 3px #aaa;}
#social a.fb {background-position: 0px -42px; width: 32px; height: 32px; box-shadow: 1px 2px 3px #aaa;}
#social a.tw {background-position: 0px -84px; width: 32px; height: 32px;box-shadow: 1px 2px 3px #aaa;}
#social a.aca {background-position: 0px -126px; width: 32px; height: 32px;box-shadow: 1px 2px 3px #aaa;}
#social a.skp {background-position: 0px -168px; width: 32px; height: 32px;box-shadow: 1px 2px 3px #aaa;}
#social a.mail {background-position: 0px -210px; width: 32px; height: 32px;box-shadow: 1px 2px 3px #aaa;}

/* social-small */  
.social-small {
	}
ul#social-small {
    list-style: outside none none;
    padding-top: 10px;
}
#social-small li {
	float: left;
	line-height: 20px;
}
#social-small li a {
	height: 16px;
	display: block;
	overflow: hidden;
	line-height: 9999em;
	margin-right: 5px;
	outline: none;
}
#social-small a { background: url('../images/icone/social16.png') no-repeat 0 0; }
#social-small a.fb { width: 16px; background-position: 0 0; }
#social-small a.tw { width: 16px; background-position: 0 -26px; }
#social-small a.aca { width: 16px; background-position: 0 -52px; }
#social-small a.skp { width: 16px; background-position: 0 -78px; }
#social-small a.mail { width: 16px; background-position: 0 -104px;}

/* mbanner */
.mbanner {margin-top: 25px;}

/* BUTTON */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn-sm {
   background: #f3f3f3 none repeat scroll 0 0;
    color: #206b7b;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    font-size: 0.813rem;
    margin-top: 3px;
    min-width: 65px;    
}
/* btn-default */
.btn-default {
    background-color: #f3f3f3;
    border-color: #ccc;
    color: #333;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    /*box-shadow: 1px 2px 3px #eee;*/
}
.btn-default:hover {
	color: #206b7b;
	background: #f1f1f1;
	border: 1px solid #bbb
}
.canone
{
    margin: 10px 5px 10px 0;
    width: 110px;
}
.canone-auto {
	margin: 10px 5px 10px 0;
    width: auto;

}
/* btn leggi */
.leggi {
	margin: -5px 0 5px 20px;
	width: 90px;
}
/* btn-default per navigazione interna*/
.clearfix + h2, .clearfix + h3, .clearfix + h4, .clearfix + p {
	margin-top: 5px;
	padding-top: 0;
}
/* btn-sugar */
.btn-sugar {
	background-color: #fff;
    border-color: #ccc;
    color: #206b7b;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
}
.btn-sugar:hover {
	color: #333;
}
/* btn-nota */
.btn-nota {
	padding: 5px 0 5px 2px;
	vertical-align: top;
	background-image: none;
	border: none;
	line-height: 0;
	color: #206b7b;
	font-size: 0.875rem
    }
.btn-nota:hover, .btn-nota:focus, .btn-nota:active {
	text-decoration:none;
}
/* btn-group-justified */
/* mag */
.mag.btn-group-justified > .btn-group .btn {
    width: 95%;
    margin: 4px 0;
    padding: 6px 5px;
	font-size:16px;
	background: #f6f6f6;
	color: #206b7b;
}
.mag.btn-group-justified > .btn-group .btn:hover {	
	background: #fff;
	color: #206b7b;
}
.mag > .btn-group > .disabled.btn.btn-default {
	opacity: 0.7;
	color: #999;
}
.mag > .btn-group > .disabled.btn.btn-default:hover {
	background:#f6f6f6;
	color: #999;
}
.mag.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mag.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.mag.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 3px;
}
/*-*/


/* CLASSI */

/* classi formattazione*/
.font-bold {
	font-weight: bold;/*da cancellare*/
}
.visibility-hidden {
	visibility:hidden;
}
hr {
	margin: 30px 0;
}
.small a {
	color: #777;
}
.small a:hover {
	color: #444;
	text-decoration: none;
}
.small.black {
	color: #000;
}
.font-normal {
	font-weight: normal;
}
.line-through {
    text-decoration: line-through;
}
.up-link {
	text-transform: uppercase;
	font-size: 0.688rem
}

/* biblio */
.biblio h5 {
	font-size: 1rem;
	font-weight: 600;
}
.biblio h5:first-child {
    margin-top: 5px;
}

/* close */
.close {
	margin-top: 15px;
	color: #4a4a4a;
	opacity: 1;
	text-shadow: none;
	opacity: 1;
	border-bottom: none;
}
.close:hover {
	color: #000;
	opacity: 1;
}

/* more-article */
.more-article {
    padding: 1px 0 20px;
    font-size: 0.875rem;
}

/* united */
.united {
	font-size: 1.75rem;
	color: #bb0000;
	font-family: 'Segoe UI';
}
.united > div {
    padding: 15px;
}

/* titolo */
.titolo {
    margin: 0 0 25px;
    line-height: 1.875rem;
}
.titolo > span {
	font-size: 1.125rem;
	line-height: 1.3;
	display: inline-block;
	margin-top: 5px;"
}

/* banner */
.btn.banner {
	width: 250px;
	margin-right: 20px;
	max-width: 100%;
}
.btn.banner:hover {
	color: #206b7b;
}
.banner {
    color: #333;
    font-family: segoe UI;
    font-size: 0.938rem;
    margin: 5px auto;
    padding: 10px;
    font-variant: small-caps;
    background: #F0F0F0;
    }


.fdt {
	text-transform:uppercase;
}
.red {
	color: #aa0000;
}
.cit {
	margin: 0;
}
.aut-cit {
	font-size: 0.813rem;
	margin-bottom: 15px;
	padding-top: 5px;
	}

.page-header {
    margin: 10px 0 30px;
    font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.875rem;
    font-weight: normal;
    }
.underline {
	text-decoration: underline;
}
.box {
	padding: 20px 0;
}
.box2 {
	padding: 0 0 15px;
}
.box3 {
	padding: 20px 0 0;
}
.box4 {
	padding-top: 30px;
}
.lavora {
    box-shadow: 1px 2px 3px #999;
    display: inline-block;
    margin: 30px 4px 10px 0;
    }
.lavora-griglia {
	box-shadow: 1px 2px 3px #999;
    display: inline-block;
    margin: 0 5px 5px 0;
}


/* archivio */
.archivio {
	width: auto;
	font-size: 0.688rem;
	margin: 50px 0 30px;
    min-width: 40%;

}
/* .contenuto */
.contenuto {
	width:100%; 
	padding:10px; 
	margin:auto;
	overflow: hidden;
}
.blocco1 img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.blocco1 {
    float: left;
    position: relative;
    
}
.blocco2 {
    display: table;
    float: left;
    position: relative;
}
.testo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.bibliografia1 {
	width: 11%;
    height: 150px;
    margin: 10px 25px 10px 0;
}
.bibliografia1 img {
    box-shadow: 1px 2px 3px #aaa;
}
.bibliografia2 {
	width: 85%;
    height: 150px;
    margin: 10px 0;
}

/*storia*/
.contenuto-storia {
	width:100%; 
	padding:0 0 10px; 
	margin:auto;
	overflow: hidden;
}
.storia1 {
	width: 15%;
    height: 206px;
    margin: 20px 30px 10px 0;
}
.storia1 img {
    box-shadow: 1px 2px 3px #aaa;
}
.storia2 {
	width: 80%;
    height: 206px;
    margin: 10px 0;
}


/* sugar */
.sugar {
	color: #206b7b;
}
/* note e letture */
.note  {
	font-size: 1.125rem;
	padding-top: 25px;
}
/* fonte */
.fonte {
	padding: 25px 0;
}
/* frame-box */
.frame-box {
    border: 3px double #ccc;
    margin: 30px 0;
    padding: 15px;
}
.frame-box > h4 {
	margin-top: 15px;
}

/* border */

.border {
    padding: 5px 20px;
    border: 1px solid #ccc;
    margin-bottom: 35px;
    overflow: hidden;
}
.black-border {
    padding: 10px 20px;
    border: 1px solid #666;
    margin: 20px 0;
    overflow: hidden;
}
.black-border > p {
	margin-bottom: 0;
}

.border h3 {
    color: #BB0000;
    text-align: center;
}

/* -- */
blockquote {
	border-left: medium none;
    font-size: inherit;
    padding: 10px 30px;
}
.quote {
    padding: 10px 0 10px 25px;
}
.sub-title {
	font-size: 1.125rem;
	line-height: 1.313rem;
}
.eyelet {
	display: block;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	margin: 10px 0 30px;
	opacity: 0.8;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

/* didascalia */
.didascalia {
	font-size: 0.813rem;
	font-style: italic;
	margin-bottom: 20px;
	line-height: 1.25rem;
}
.didascalia img {
	margin-bottom: 5px;
}

.didascalia.block {
	display: block;
}

/* prev-next */
.prev-next {
    font-size: 0.875rem;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    margin: 30px 25px 0;
}
.prev-next a:hover {
	color: #666;
	text-decoration: none;
}
.prev-next + h3 {
    margin-top: 10px;
}

.data {
    margin: 30px 0 20px;
    font-style:italic;
}

/*immagine e-mail*/
.img-mail {
	margin: 0;
}
.img-center {
    margin-left: auto;
    margin-right: auto;
}
.img-left {
	float: left;
	margin: 5px 20px 0 0;
}
.img-right {
	float: right;
	margin: 5px 0 0 20px;
}

/* panel-group */
/*utilities*/
.utilities, .long-text {
	margin: 30px 0;
}
.utilities .btn-default, .long-text .btn-default {
    background: #f8f8f8 none repeat scroll 0 0;
    border-color: #ddd;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    font-size: 1.05rem;
    margin: 5px 0 0;
    max-width: 100%;
    padding: 10px 15px;
    text-align: left;
    width: 600px;
    word-wrap: break-word;
    overflow:hidden;
}
.long-text .btn-default {
	width: 100%;
}
.utilities .btn-default:hover, .long-text .btn-default:hover {
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #000;
}
.utilities .btn-default[aria-expanded=true], .long-text .btn-default[aria-expanded=true] {
    border-radius: 4px 4px 0 0;
    background: #f1f1f1;
}
.utilities .button-dropdown, .long-text .button-dropdown {
    border-color: #ddd;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-top: 0;
    padding: 20px 20px 5px;
	max-width: 100%;
	width: 600px;
	height: auto;
	word-wrap: break-word;
    overflow:hidden;

}
.long-text .button-dropdown {
	width: 100%;
}
.utilities .caret, .long-text .caret {
    margin-left: 5px;
}    
/* home */
#home > h4 {
	font-size: 1.125rem; 
	font-variant: small-caps; 
	margin: 0 0 25px;
}
#home > blockquote {
    padding: 10px 0;
}  

/* wip */  
.wip img {
    margin: 0 0 0 5px;
    position: relative;
    top: -3px;
}
h1.wip {
    padding-bottom: 2px;
}   

/* gray */
.gray {
	color: gray;
}
.gray a {
	color: gray;
}

.small {
	font-size: 0.875rem;
}
.small a {
	color: #206b8b;
}
.small a:hover, .small a:focus, .small a:active {
	color: #206b7b;
	text-decoration: underline;
}  
.yellow {
	color: #E26200;
	font-size: 1.125rem;
}

/*griglia */
.griglia {
	margin: 20px 0;
	text-align: center;
}
.griglia img {
	margin: 20px auto;
	width:200px;
}
.griglia p {
	text-align: center;
	padding: 5px 0;
	
}

.griglia p.didascalia {
    font-size: 1rem;
    font-style: normal;
}

.left-img {
	margin: 0px 20px 5px 0;
	float: left;
}

/* thumb */
.thumb {
	margin: 4% auto;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.25rem;
	max-width: 600px;
	text-align: justify;
}
.thumb img {
    margin: 0 auto 15px;
}
.thumb + .thumb {
    padding-top: 30px;
}
.thumb-rivista {
	margin: 0 auto;
	max-width: 300px;
}
.thumb-rivista > p.didascalia {
	text-align: center;
}
.thumb-rivista img {
	margin: 0 auto 10px;
	display: block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.thumb-rivista + h5 {
	padding-top: 20px;
}
.thumb-quaderno {
	padding: 0 20px 20px;
	margin: 0 auto 20px; 
}
.thumb-quaderno img {
	box-shadow: 1px 2px 3px #ddd;
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	}

.indice {
	font-variant: small-caps;
	margin: 30px 0 15px;
}
.rivista {
	margin-top: 0;
}

/* update */
.update {
    font-size: 0.875rem;
    padding-top: 15px;
}
.update h5 {
    font-size: 0.938rem;
    font-weight: bold;
    margin-bottom: 1px;
    padding-top: 20px;
}
.up-archivio > h6 {
    font-size: inherit;
    margin: 6px 0 0;
}
.up-archivio > p {
    margin: 0;
}

/* math - formula + didascalia */
.math {
	margin: 25px 0;
}

.math > img {
	margin: 0 auto;
}

/*all-update*/
h1 + .update > h5 {
    padding-top: 0;
}
h1 + .update {
    padding-top: 0;
}

/*-*/

/* GLYPHICON */
.glyphicon-arrow-left {
    margin-right: 10px;
}
.glyphicon-arrow-right {
    margin-left: 10px;
}
.glyphicon-file, .glyphicon-plus, .glyphicon-download-alt {
    margin-right: 5px;
}
.glyphicon-alert {
	color: #E26200;
	padding-right: 10px;
	font-size: 1.25rem;
}
.glyphicon.glyphicon-menu-right {
    font-size: 0.688rem;
    margin: 0 0 0 4px;
}
.glyphicon.glyphicon-envelope, .glyphicon.glyphicon-book, .glyphicon.glyphicon-folder-open, .glyphicon.glyphicon-list-alt {
	margin-right: 10px;
	font-size: 1.125rem;
    vertical-align: sub;
    color: #206b7b;

}
.glyphicon.glyphicon-book.print-book, .glyphicon.glyphicon-folder-open.print-book {
	padding-left: 0;
	vertical-align: initial;
}
.glyphicon-triangle-top {
	font-size:0.875rem;
}
/*-*/

/* TO-TOP */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #f1f1f1;
    color: #2a2a2a;
    width: 39px;
    height: 34px;
    line-height: 28px;
    right: 10px;
    bottom: 45px;
    padding-top: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ccc;
}
.scroll-top-wrapper:hover {
	color: #206b7b;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
/* - */

/* MODAL */
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
.modal-body {
	padding: 0;
}
.modal-body img {
    margin: 0 auto;
    width: 100%;
}
/*-*/

/* CERCA */
/* cerca */
.cerca {
    margin: 0 auto;
    padding: 25px 15px 30px;
    width: 90%;
    overflow:hidden;
}
.cerca .input-group {
	display: inherit;
}
.cerca .sub {
    padding-left: 0;

}
.cerca .s  {
    padding-right: 2px;
}
.cerca .btn-sub {
	width: 80px;
}
/* cerca-xs
.cerca-xs {
	margin: 0 auto;
    padding: 15px;
    width: 90%;
    overflow:hidden;
}
.cerca-xs .input-group {
	display: inherit;
}
.cerca-xs .btn-sub {
	width: auto;
}
.cerca-xs .sub {
    padding-left: 0;
}

.cerca-xs .s {
	padding-right: 2px;
}
/* select */
select.input-sm {
    height: 30px;
    line-height: 30px;
    margin: 3px 0;
}
.prox {
    padding-left: 20px;
}
/* ricerca-avanzata */
.ricerca-avanzata {
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #eee;
}

/*-*/

/* POPOVER*/
.popover {
	font-size: 0.813rem;
}
/*-*/

/* TOOLTIP*/
/*
.tooltip-inner {
	background: #ddd;
	color: #000;
	border: 1px solid #ccc;
}pha
.tooltip.top .tooltip-arrow {
	border-top-color: #ddd;
}*/
/*-*/

.mobile-menu {}
.sidebar-nav {}

.sezione {
    padding-top: 15px !important;
    font-size: 0.938rem;
    font-style: italic;
}
.ref {
	display: block;
	font-size: 1rem;
}
/*.addthis_inline_share_toolbox {
    text-align: right;
    padding: 20px 0 0;
}*/