
/*
 * reset.css
 */

/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1; font-family:inherit; text-align:left; vertical-align:baseline; }
a img, :link img, :visited img { border:0;}
table { border-collapse: ollapse; border-spacing:0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/*
 * g4cm.css
 */

#cms {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}
#cms a {
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #BABAB8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhYmFiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #babab8));
  background-image: -moz-linear-gradient(#ffffff, #babab8);
  background-image: -webkit-linear-gradient(#ffffff, #babab8);
  background-image: linear-gradient(#ffffff, #babab8);
  text-decoration: none;
  margin-right: -1px;
  color: #00456A;
}
#cms a:hover {
  background-image: none;
  background-color: #021F2E;
  color: #FFFFFF;
}
#cms a:hover:first-child:before {
  color: #FFFFFF;
}
#cms a:active, #cms a:focus {
  background-color: #021F2E;
  color: #FFFFFF;
}
#cms a:first-child:before {
  content: "\f013";
  font-family: 'FontAwesome';
  color: #00456A;
  line-height: 1;
  height: 20px;
  margin-right: 5px;
}

#cms form.popup {
  display: inline;
}
#cms form.popup select, #cms form.popup option {
  margin: 0;
  padding: 0;
}
#cms form.popup select {
  float: none;
  width: 10em;
  color: #333;
  border: 1px solid #999;
  padding: 2px;
}
#cms form.popup span.nuovo span {
  margin-left: .5em;
  color: #3187DB;
  text-decoration: underline;
  cursor: pointer;
}
#cms form.popup form.popup {
  display: none;
}

#greyout {
  display: none;
  position: fixed;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
}

#g4cm {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent none;
  padding-top: 10px;
  clear: both;
}
#g4cm h4 {
  margin: 0;
  padding: 0;
  font-family: "PT Serif", Georgia, Times, serif;
  text-indent: -9999px;
  margin-bottom: 10px;
}
#g4cm h4 a {
  display: block;
  background: url("/img/g4cm.png") no-repeat top left;
  width: 60px;
  height: 14px;
}
#g4cm h4 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#g4cm p {
  margin: 0;
  padding: 0;
  font-family: "PT Serif", Georgia, Times, serif;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 3px;
}
#g4cm a {
  color: #AD9181;
  text-decoration: none;
}
#g4cm a:hover {
  color: #0098ea;
  text-decoration: underline;
}

body.alert {
  margin-top: 50px;
}

div.alert {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #ca320c;
  padding: 10px 20px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
}
div.alert:before {
  content: "\f06a";
  font-family: "FontAwesome";
  color: #FFFFFF;
  font-size: 12px;
  width: 20px;
  line-height: 20px;
}
div.alert img {
  display: none;
}

/*
 * base.css
 */

﻿/* Stili tipografici */
html { }
body { font-size:62.5%;	background-color:transparent; background-image:none; }

/* Stili link */
a:visited, a:link, a:hover, a:active { text-decoration:underline; }

/* Stili contenitori principali */
#page { } /* Contenitori principale che contiene tutto - opzionale */
#top { } /* Contenitore per il top della pagina */
#banner { }	 /* Contenitore per banner o immagini - di solito in home */
#bar { } /* Contenitore per il menù superiore */
#flusso { } /* Contenitore per il flusso di navigazione - di solito pagine interne */
#content { } /* Contenitore per il contenuto della pagina */
#bottom { } /* Contenitore per il piè di pagina */
#g4cm { } /* Contenitore per logo G4CM - definito in base */

/* Stili contenitori secondari */
div.logo { } /* Contenitore per logo */
div.data { } /* Contenitore per data */
div.menu { } /* Contenitore generale per menu */
div.lingue { } /* Contenitore per menù lingue */
div.left { } /* Contenitore colonna sinistra */
div.right { } /* Contenitore colonna destra */
div.center { } /* Contenitore colonna centrale */
div.centerleft { } /* Contenitore colonna centrale a sinsitra */
div.centerright { } /* Contenitore colonna centrale a destra */
div.foot { } /* Contenitore per il piè di pagina */
div.colonna { } /* Contenitore per padding laterali per non creare conflitti con il width  */
div.space { } /* Contenitore per padding laterali per non creare conflitti con il width  */
div.close { clear:both; height:0px; overflow:hidden; }
div.banner { } /* Contenitore per banner image */

/***************************************************************************************************************/

/* Stile logo versione immagine */
div.logo img.logo { display:block; }
div.logo a.logo { }

/* Stile logo versione testo
div.logo h1 { background:transparent url("../img/logo.gif") no-repeat top left; }
div.logo h1 a { text-indent:-9999px; display:block; }  Dimensioni height e width logo da inserire su design.css */

/* Stile data */
div.data { }
div.data p { }

/* Stile menù generale */
div.menu { }
div.menu h3 { } /* Tag per itolo per menù non compreso nel codice */
div.menu ul { }
div.menu li { list-style:none; }
div.menu li span { } /* Per dare uno stile in più ai menù */
div.menu li li { }
div.menu li a:visited, div.menu li a:link {	}
div.menu li a:hover, div.menu li a:active {	}
li.current, li.supercurrent { }
li.current a:link, li.current a:visited { }
li.current a:active, li.current a:hover {	}
li.supercurrent a:link, li.supercurrent a:visited { }
li.supercurrent a:active, li.supercurrent a:hover { }

/***************************************************************************************************************/

/* Stili generali testi */
strong, b { font-weight:bold; }
em, i { font-style:italic; }
div.p, p, h1, h2, h3, h4, h5, h6, strong, b, i, em, a, li { line-height:1.3; text-align:left; _word-wrap:break-word; }
div.p, p, h1, h2, h3, h4, h5, h6 { font-weight:normal; }
img { vertical-align:top; border:0; }

/* Stili base wysiwyg */
div.p ul br, div.p ol br { height:0; overflow:hidden; float:left; }
div.p ul { margin-top:1em; }
div.p ul li { margin:0; padding:0; line-height:1.3; margin-left:25px; list-style-type:disc; list-style-position:outside; margin-bottom:5px; }
div.p ol { margin-top:1em; }
div.p ol li { margin:0; padding:0; line-height:1.3; margin-left:25px; list-style-type:decimal; list-style-position:outside; margin-bottom:5px; }
div.p p { }
sub { font-size:80%; vertical-align:sub; }
sup { font-size:80%; vertical-align:super; }
blockquote { margin:10px; }

/* Stili tag testi contenuti */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h5.data { }
h5.fonte { }
h5.firma { }
div.testo { } /* Contenitore che racchiude il testo (div.p) e le eventuali immagini */
p, div.p { }

/* Stili contenuti paragrafi */
div.paragrafo { clear:both; }
div.paragrafo h2 { }
div.pargrafo div.p { }

/* Stili contenuti per links/allegati */
div.links, div.allegati { clear:both; }
div.links p, div.allegati p { font-weight:bold; }
div.links a, div.allegati a { font-weight:normal; }
div.links p span { font-weight:normal; }

/* Stili indici */
div.indice { }
div.indice div.voce { }
div.first { } /* Stile per prima voce nell'indice */
div.indice h2 {	}
div.indice h3 { }
div.indice h4 { }
div.indice h5.data { }
div.indice p, div.indice div.p { }

/* Stile classi base per indici */
div.art { }
div.news { }
div.sez { }

/* Stile link segue */
a.segue:link, a.segue:visited { }
a.segue:hover, a.segue:active {	}

/* Stili per footer */
div.foot { }
div.foot p { }
div.foot p a:link, div.foot p a:visited { }
div.foot p a:hover, div.foot p a:active { }

/* Stili menù lingue */
div.lingue ul { display:inline; }
div.lingue li { display:inline; list-style:none; }
div.lingue li a:link, div.lingue li a:visited { }
div.lingue li a:hover, div.lingue li a:active { }

/***************************************************************************************************************/

/* Stili flusso */
div.flusso { }
div.flusso span { } /* Stile per il testo che precede il flusso */
ul.flusso-sezioni { }
ul.flusso-sezioni li { line-height:1.3; display:inline; font-weight:bold; font-size:11px; }
ul.flusso-sezioni li.current { }
ul.flusso-sezioni li a:visited, ul.flusso-sezioni li a:link { font-weight:normal; margin-right:10px; padding-right:10px; border-right:1px solid #ccc; }
ul.flusso-sezioni li a:hover, ul.flusso-sezioni li a:active { }

/* Stili flusso num. pagine */
div.nav { }
div.nav:first-child, div.nav:first { border:none; }
div.nav.center { text-align:center; }
div.nav .totale { display:block; float:left; }
div.nav ul { display:inline; }
div.nav li { display:inline; list-style:none; padding-left:5px; margin-left:5px; font-weight:bold; border-left:1px solid #ccc; }
div.nav li:first-child, div.nav li:first { padding-left:0; border:none; }
div.nav li a:visited, div.nav li a:link { }
div.nav li a:hover, div.nav li a:active { }
div.nav span.totale { }

div.nav.semplice { text-align:center; }
div.nav.semplice div { display:inline }
div.nav.semplice div a { padding: 5px 10px; }
div.nav.semplice div.prev a { border-right:1px solid #ccc; }

/***************************************************************************************************************/

/* Stili form base */
form, input, textarea, label, select { font-size:12px; } /* Ricordarsi di aggiunre il font-family */
div.form, div.privacy { width:100%; }
div.form div, div.privacy div { clear:both; }
form fieldset  { padding-top:5px; border:none; }
form label.item { width:auto; margin-left:5px; }
form label { width:140px; font-weight:bold; padding-top:5px; float:left; }

div.form div.box { float:left; clear:none; }
div.form div.box label.item, div.box input.item { float:none; }
div.spaced { margin-top:10px; }
form input { width:200px; }
form input.item { width:auto; float:left; margin:5px 0; }
form input, form textarea { margin:2px 0; padding:3px; border:1px solid #ccc; margin-right:10px; }
form select { margin:2px 0; padding:1px; margin-right:10px; }
form input.radio, form input.checkbox { width:auto; border:none; margin:0; padding:0; }

/* Input image reset (per shop) */
form input.image { border:none; width:auto; height:auto; padding:0; margin:0; }

/* Pulsante standard con sfondo sfumato */
input.submit { background:#fff url("../img/bt_bkg.gif") repeat-x bottom; cursor:pointer; padding:3px 5px 2px 5px; border:1px solid #ccc; font-weight:bold; margin-right:0; width:auto; _width:1px; overflow:visible; }
form input.submit.grande { width:200px; }

/* Errore compilazione form */
.forms-validation-message img {	}

a:visited.forms-validation-message, a:link.forms-validation-message { text-decoration:none; }
a:hover.forms-validation-message, a:active.forms-validation-message { text-decoration:underline; }
span.asterisco { font-weight:bold; }
span.forms img { margin-left:5px; }

/* Privacy */
div.privacy { margin-top:10px; }
div.privacy input.checkbox, div.privacy input.radio { width:auto; margin:0; padding:0;}
div.privacy label { width:auto; margin-right:10px; padding:0; }
div.privacy label { margin-top:4px\9; } /* hack IE */
div.informativa { padding:10px; background-color:#fff; border:1px solid #ccc; height:150px; overflow:auto; margin-bottom:10px; color:#999; line-height:1.3; }
img.captcha { border:0; }

/* Form ricerca */
div.ricerca { }
div.ricerca input { width:200px; }
div.ricerca input.submit { width:auto; }
div.ricerca-avanzata div.campi { border:1px solid #ccc; padding: 10px 10px 0 10px; margin-bottom:10px; }
div.ricerca-avanzata input.data { width:90px; }
div.ricerca-avanzata p.submit { text-align:center; }
div.ricerca-avanzata input.submit { width:100px; }
div.ricerca-vuoto p.messaggio { background:#eee; padding:10px; margin-bottom:10px; }

/* tool per l'ordinamento della ricerca*/
div.ordina { margin-top: 10px; }
div.ordina span { margin-right: 5px; }
div.ordina a { font-weight: bold; }
div.ordina a.active { pointer-events: none; cursor: default; text-decoration: none; font-weight: normal; color: black;}

/* Form login */
div.loginbox { }
form.login { }
form.login p { }
form.login fieldset { padding:10px 0; }
form.login label { width:140px; font-weight:normal; }
form.login ul { margin-top:10px; }
form.login li { padding-bottom:5px; }
form.login input { width:140px; margin:0; }
form.login input.submit { width:auto; margin-top:10px; }
form.login a:visited, form.login a:link { }
form.login a:hover, form.login a:active { }
form.login p.login-fallito { font-weight:bold; }

/* Form registrazione */
span#aree > input[type="checkbox"] { float:left; clear:left; margin-left:20px; }
span#newsletter > input[type="checkbox"] { float:left; clear:left; margin-left:20px; }

/***************************************************************************************************************/

/* Stili immagini base */
div.immagini { clear:left; }
div.immagini img { font-size:20px; }
img { border:0; padding:0; margin:0; }
dl { padding:0; margin:0; padding-bottom:10px; }
dt { padding:0; margin:0; }
dd { padding:0; margin:0; padding:5px 0 10px 0; font-weight:bold; line-height:1.2; overflow:hidden; }

/* Stili per immagini singole */
.img_supleft dl { margin-right:auto; }
.img_supcenter dl { margin:0 auto; }
.img_supright dl { margin-left:auto; }

/* Stili per immagini in linea */
.img_inleft dl { padding-right:30px; float:left; }
.img_inright dl { padding-left:30px; float:right; }

/* Stili immagini gallery */
.img_gallery { }
.img_gallery dl { float:left; text-align:left; padding-right:30px; }
.img_gallery a.thickbox { }
.img_gallery a.thickbox img { }

/***************************************************************************************************************/

/* Stili Menù carrello */
#shop { float:right; }
#shop ul { }
#shop li { font-weight:bold; margin:0; padding:0; border:0; }
#shop li a:visited, #flusso li a:link { }
#shop li a:hover, #flusso li a:active { }
#link-carrello a { padding-left:20px; background:transparent url("../img/cart.gif") no-repeat 0 50%; }

/* E-commerce login */
fieldset.sinistra { border:1px solid #ccc; float:left; width:46%; height:200px; padding:10px; }
fieldset.sinistra ul.form, fieldset.sinistra input.submit { margin-top:20px; }
fieldset.destra { border:1px solid #ccc; float:right; width:46%; height:200px; padding:10px; }
fieldset.destra ul.form li { display:inline; background:#fff url("../img/bt_bkg.gif") repeat-x bottom; cursor:pointer; padding:5px; border:1px solid #ccc; font-weight:bold; margin-right:0; width:auto; }
fieldset.destra ul.form li a { font-weight:bold; color:#000; text-decoration:none; padding:0; margin:0; }

/* E-commerce */
div.carrello { padding-bottom:20px; }
div.carrello table, div.preview table {	}
div.acquista { clear:both; }
p.testo-iva { margin-top:10px; text-align:right; }
div.preview div.sezione.first { margin-top:0; }
div.preview div.sezione { margin-top:20px; }
form.acquista-select { text-align:right; }
form.acquista-select span.prezzo { float:left; margin-top:4px; font-size:14px; }
form.acquista-select input.submit { margin-left:20px; }
form.aggiorna-carrello { margin-bottom:20px; }
form.aggiorna-carrello input.submit { }
form.vai-cassa { text-align:center; }
form.vai-cassa input.submit { margin-right:0; }
table.acquista { border-top:1px solid #ccc; }
table.acquista th, table.acquista td { padding:5px; border-bottom:1px solid #ccc; }
table.acquista th {	font-weight:bold; }
table.acquista input.text { text-align:right; width:20px; }
table.acquista td.nome { width:100%; }
table.acquista input.submit { margin:0; }

/* Important */
.prezzo { white-space:nowrap; }
table.acquista td.prezzo { }
table.acquista td.nome { }
table.prodotti tr.totale td, table.preview tr.totale td { background-color:#eee; font-weight:bold; }
table.prodotti th, table.prodotti td, table.preview th, table.preview td { padding:5px; border-bottom:1px solid #ccc; vertical-align:middle; }
table.preview { margin-bottom:10px; }
table.prodotti th, table.preview th { font-weight:bold; }
table.prodotti input.submit { }
table.prodotti input.image { margin:0; padding:0; width:auto; border:0; }
table.prodotti input.text { text-align:right; width:20px; margin:0; }
table.prodotti th.nome, table.preview th.nome, table.prodotti td.nome, table.preview td.nome { text-align:left; width:100%; }
table.prodotti td.prezzo, table.preview td.prezzo, table.prodotti td.quantita, table.preview td.quantita { text-align:right; }
p.alert { font-size:14px; font-weight:bold; }
div.preview h4, div.form h4 { margin:10px 0; color:#fff; padding:5px 10px; background-color:#999; }

/* Step e-commerce */
div.step { background-color:#fff; margin:20px 0; }
div.step ul { line-height:0; border:1px solid #ccc; padding:5px 0; overflow:hidden; }
div.step li { font-size:12px; color:#999; display:inline; padding:5px 30px 5px 20px; _padding:3px 30px 4px 20px; }
div.step li { background:transparent url("../img/step.gif") no-repeat right 50%; }
div.step li.current { font-weight:bold; color:#000; }
form.acquista label { float:none; margin-right:10px; }
form.acquista img { vertical-align: middle; }
form.acquista strong { color:#f00; }
div.ordine { border:1px solid #ccc; padding:10px 10px 0 10px; margin-bottom:20px; }
form span.help { position:absolute; margin-top:5px; width:380px; }
textarea { width:560px; height:50px; }
span.forms.upload p { display:inline; margin-right:10px; }

/***************************************************************************************************************/

/* Repository */
table.repository th, table.repository td { padding: 2px 5px; vertical-align:middle; }
table.repository tr.dispari td.zebra { background:#eef; }
table.repository tr.highlight td.zebra { background:#ff4; }
table.repository td.utility { white-space:nowrap; }
.repository input { margin:0; width:auto; }
.repository input.image { vertical-align:bottom; margin:0; padding:0; }
table.repository td.size { text-align:right; }
table.repository td.check { background: #ccf; }
div.repository { width:40em; }
div.repository.action { margin-top: 20px; background: #ccf; padding: 2px; }

/* dialog della form del condividi */
a#share { cursor:pointer; }

/*
 * design.css
 */

@charset "UTF-8";
/*--- Animations ---*/
@-webkit-keyframes slide-r-to-l {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes slide-r-to-l {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@-ms-keyframes slide-r-to-l {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slide-r-to-l {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes slide-down-top-menu {
  0% {
    height: 0;
    padding: 0 20px;
  }
  100% {
    height: auto;
    padding: 15px 20px 10px 20px;
  }
}
@-moz-keyframes slide-down-top-menu {
  0% {
    height: 0;
    padding: 0 20px;
  }
  100% {
    height: auto;
    padding: 15px 20px 10px 20px;
  }
}
@-ms-keyframes slide-down-top-menu {
  0% {
    height: 0;
    padding: 0 20px;
  }
  100% {
    height: auto;
    padding: 15px 20px 10px 20px;
  }
}
@keyframes slide-down-top-menu {
  0% {
    height: 0;
    padding: 0 20px;
  }
  100% {
    height: auto;
    padding: 15px 20px 10px 20px;
  }
}
@-webkit-keyframes slide-down {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@-moz-keyframes slide-down {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@-ms-keyframes slide-down {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@keyframes slide-down {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .no-smartphone {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .no-tablet {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .no-small-tablet {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .no-tablet-portrait {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .no-desktop {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .small-tablet {
    display: block;
  }
}

.btn {
  display: inline-block;
  margin: 25px 0;
  box-sizing: content-box;
  padding: 18px 18px;
  border: 1px solid #021F2E;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "PT Serif", Georgia, Times, serif;
  font-size: 16px;
  text-align: center;
  line-height: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  color: #021F2E;
  text-decoration: none;
}
.btn:hover {
  background: #021F2E;
  color: #FFFFFF;
}
.btn span {
  line-height: 0;
}

/*--- Generali ---*/
body {
  margin: 0;
  padding: 0;
  font-family: "PT Serif", Georgia, Times, serif;
  font-size: 14px;
  color: #021F2E;
}
body *:focus {
  outline: none;
}
body.menu-open:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 31, 46, 0.6);
}
body.no-scroll {
  overflow: hidden;
}

.col-2 {
  width: calc(16.66667%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-2.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-2 {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-2 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-3 {
  width: calc(25%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-3.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-3 {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-3 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-4 {
  width: calc(33.33333%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-4.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-4 {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-4 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-5 {
  width: calc(41.66667%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-5.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-5 {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-5 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-6 {
  width: calc(50%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-6.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-6 {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-6 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-7 {
  width: calc(58.33333%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-7.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-7 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-7 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-8 {
  width: calc(66.66667%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-8.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-8 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-8 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-9 {
  width: calc(75%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-9.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-9 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-9 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-10 {
  width: calc(83.33333%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-10.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-10 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-10 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-11 {
  width: calc(91.66667%);
  float: left;
  margin-left: 0;
  margin: 0 60px 0 0;
}
.col-11.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  .col-11 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-11 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-12 {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .col-12 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .col-12 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.row::after {
  clear: both;
  content: "";
  display: block;
}
.row div:last-child {
  margin-right: 0;
}
.row::after {
  clear: both;
  content: '';
  display: block;
}

.page {
  padding: 10px 5%;
}

.left {
  float: left;
}

.right {
  float: right !important;
}

.clear {
  clear: both;
}

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

/*--- Typo ---*/
h1 {
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-weight: 400;
}
h1:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 10px;
  top: 120%;
  left: 0;
  background: url("/img/decorazione.png") no-repeat center center;
  background-size: 100%;
}
.logo h1:before {
  display: none;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 25px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

p,
div.p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  text-decoration: none;
  color: #AD9181;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

/*--- Header ---*/
#header a {
  text-decoration: none;
  color: #021F2E;
}
#header a:hover {
  color: #021F2E;
}
#header #top {
  height: 19px;
  border-bottom: 1px solid #ececec;
}
#header #top .menu-login {
  position: relative;
  margin-top: -6px;
}
#header #top .menu-login ul {
  padding: 5px 10px;
  margin: 0;
}
#header #top .menu-login ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
}
@media only screen and (min-width: 1025px) {
  #header #top .menu-login ul li {
    padding: 0 20px;
  }
}
#header #top .menu-login ul li.login {
  font-size: 14px;
  display: none;
}
#header #top .menu-login ul li.login i {
  font-size: 14px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #header #top .menu-login ul li.login {
    display: inline-block;
  }
}
#header #top .menu-login ul li input.logout {
  display: inline-bock;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background: none;
  cursor: pointer;
}
#header #top .menu-login ul li input.logout:hover {
  text-decoration: underline;
  color: #021F2E;
}
@media only screen and (max-width: 580px) {
  #header #top .menu-login ul {
    width: 100%;
  }
  #header #top .menu-login ul p.benvenuto {
    font-size: 10px;
  }
  #header #top .menu-login ul p.benvenuto strong {
    font-size: 12px;
  }
}
#header #top .menu-login #login-popup {
  width: 200px;
  padding: 20px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1000;
  background: #00456A;
  color: #FFFFFF;
}
#header #top .menu-login #login-popup .login-fallito {
  background-color: #ca320c;
  padding: 0 26px;
}
#header #top .menu-login #login-popup .login-fallito:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #FFFFFF;
  margin-left: -19px;
  margin-right: 5px;
}
#header #top .menu-login #login-popup form fieldset {
  margin-left: 0;
  width: 90%;
}
#header #top .menu-login #login-popup form fieldset div > span {
  margin-left: 0;
}
#header #top .menu-login #login-popup label,
#header #top .menu-login #login-popup input {
  display: block;
  width: 100%;
  margin: 0;
}
#header #top .menu-login #login-popup div {
  margin-bottom: 15px;
  text-transform: uppercase;
}
#header #top .menu-login #login-popup div input {
  width: 100%;
  height: 15px;
  margin-top: 15px;
}
#header #top .menu-login #login-popup div span.submit {
  margin-left: 0;
}
#header #top .menu-login #login-popup div span.submit input {
  width: auto;
  padding: 10px 40px;
  color: #FFFFFF;
  background-color: #00456A;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  line-height: 1px;
  text-transform: uppercase;
}
#header #top .menu-login #login-popup div span.submit input:hover {
  border: 0;
  color: #00456A;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 580px) {
  #header #top .menu-login ul {
    padding: 5px 0;
  }
  #header #top .menu-login ul li {
    padding: 5px 10px 0 0;
  }
}
#header #top .social ul {
  padding: 5px 0 5px 10px;
  margin: 0;
  display: block;
  border-left: 1px solid #ececec;
}
#header #top .social ul li {
  display: inline-block;
}
#header #top .social ul li i {
  transition: all 0.2s ease-in-out;
}
#header #top .social ul li.first {
  padding-right: 10px;
}
#header #top .social ul li.first i:hover {
  color: #4267B2;
}
#header #top .social ul li i {
  font-size: 21px;
  line-height: 1px;
}
#header #top .social ul li i:hover {
  color: #FF0000;
}
@media only screen and (max-width: 580px) {
  #header #top .social ul {
    padding: 5px 5px 5px 10px;
  }
  #header #top .social ul li i {
    font-size: 17px;
  }
}
#header #bar {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header #bar .logo {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header #bar .logo {
    width: calc(75%);
    float: left;
    margin-left: 0;
  }
}
#header #bar .logo img {
  width: 80px;
}
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  #header #bar .logo img {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #header #bar .logo img {
    width: 57px;
  }
}
#header #bar .logo h1 {
  margin: 0 0 0 20px;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  #header #bar .logo h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #bar .logo h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #header #bar .logo h1 {
    margin: 6px 0 0 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
#header #bar .menu {
  margin: 0;
}
#header #bar .menu ul.top {
  padding: 50px 0 0 0;
  margin: 0;
  display: block;
  text-align: right;
}
#header #bar .menu ul.top input[type='checkbox'] {
  display: none;
}
#header #bar .menu ul.top li {
  text-transform: uppercase;
}
#header #bar .menu ul.top ul.lev2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 15px 20px 10px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 1px 0px #c8c8c8;
  -moz-box-shadow: 0 2px 1px 0px #c8c8c8;
  box-shadow: 0 2px 1px 0px #c8c8c8;
}
#header #bar .menu ul.top ul.lev2 li.lev2 {
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
#header #bar .menu ul.top ul.lev2 li.lev2 a {
  padding: 4px 0;
  white-space: nowrap;
}
#header #bar .menu ul.top ul.lev2 li.lev2 a:hover {
  border-bottom: 2px solid #AD9181;
}
#header #bar .menu ul.top ul.lev2 li.lev2:hover {
  border: 0;
}
#header #bar .menu ul.top li.lev1 {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 25px 0 0;
}
#header #bar .menu ul.top li.lev1 span {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  cursor: pointer;
}
#header #bar .menu ul.top li.lev1 a {
  padding: 10px 0;
}
#header #bar .menu ul.top li.lev1:hover > ul.lev2 {
  display: block;
}
#header #bar .menu ul.top li.lev1:hover label {
  border-bottom: 2px solid #AD9181;
  padding: 3px 0;
}
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  #header #bar .menu ul.top li.lev1 {
    margin: 0 7px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #bar .menu {
    display: none;
  }
}
#header #bar .menu-mobile div.trigger {
  position: absolute;
  top: 80px;
  z-index: 1050;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#header #bar .menu-mobile div.trigger.close {
  position: fixed;
  top: 10px;
  right: 10px;
}
@media (max-width: 1024px) {
  #header #bar .menu-mobile div.trigger {
    right: 45px;
  }
}
@media (max-width: 895px) {
  #header #bar .menu-mobile div.trigger {
    right: 35px;
  }
}
@media (max-width: 675px) {
  #header #bar .menu-mobile div.trigger {
    right: 25px;
  }
}
@media (max-width: 568px) {
  #header #bar .menu-mobile div.trigger {
    right: 15px;
  }
}
#header #bar .menu-mobile i.fa-bars {
  font-size: 28px;
}
@media only screen and (max-width: 580px) {
  #header #bar .menu-mobile i.fa-bars {
    font-size: 24px;
  }
}
#header #bar .menu-mobile i.fa-close {
  font-size: 22px;
}
@media only screen and (max-width: 580px) {
  #header #bar .menu-mobile i.fa-close {
    font-size: 20px;
  }
}
#header #bar .menu-mobile #menuMob {
  display: none;
  height: 100vh;
  width: 40vw;
  min-width: 300px;
  background: #f0f0f0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
}
#header #bar .menu-mobile #menuMob li span.lev1,
#header #bar .menu-mobile #menuMob li a {
  display: block;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #021F2E;
}
#header #bar .menu-mobile #menuMob li.dropdown > span.lev1,
#header #bar .menu-mobile #menuMob li.dropdown > span a {
  display: block;
}
#header #bar .menu-mobile #menuMob li.dropdown > span.lev1::after,
#header #bar .menu-mobile #menuMob li.dropdown > span a::after {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  right: 24px;
}
#header #bar .menu-mobile #menuMob li.dropdown.open > span.lev1::after,
#header #bar .menu-mobile #menuMob li.dropdown.open > span a::after {
  content: '\f068';
}
#header #bar .menu-mobile #menuMob ul.lev2 {
  display: none;
}
#header #bar .menu-mobile #bodyOverlay {
  display: none;
}
#header #bar .menu-mobile #backHome {
  display: block;
  margin: 0;
  box-sizing: content-box;
  padding: 20px 18px;
  border-bottom: 1px solid #021F2E;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "PT Serif", Georgia, Times, serif;
  font-size: 16px;
  line-height: 1px;
  cursor: pointer;
  white-space: nowrap;
}
#header #bar .menu-mobile.open #bodyOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background: rgba(2, 31, 46, 0.6);
  display: block;
  overflow: hidden;
}

/*--- Flusso / Breadcrumbs ---*/
#flusso {
  background-color: #00456A;
  padding-top: 20px;
  padding-bottom: 20px;
}
#flusso .flusso ul li {
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  font-size: 16px;
  line-height: 25px;
}
#flusso .flusso ul li a {
  color: #FFFFFF;
}
#flusso .flusso ul li a:after {
  content: '/';
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 20px;
}
#flusso .flusso ul li a:hover {
  color: #BABAB8;
}

/*--- Ricerca ---*/
.ricerca {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .ricerca {
    margin: 110px 0 0;
    float: unset;
  }
  .ricerca form {
    display: flex;
    width: 100%;
    float: unset;
    text-align: unset;
  }
  .ricerca form .text {
    flex-grow: 1;
  }
  .ricerca form span.submit {
    flex: 0 0 20%;
    max-width: 150px;
    min-width: 100px;
    background: #AD9181;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }
  .ricerca form span.submit::before {
    position: static;
    width: unset;
    height: unset;
  }
}
@media only screen and (max-width: 768px) {
  .ricerca {
    margin-top: 81px;
  }
}
.ricerca form {
  float: right;
  text-align: right;
}
.ricerca input {
  width: auto;
}
.ricerca input.text {
  width: 300px;
  background: #ebebeb;
}
.ricerca input.submit {
  width: 150px;
  background-color: #AD9181;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  padding: 16px 18px;
}
.ricerca input.submit:hover {
  background-color: #021F2E;
}
@media only screen and (max-width: 1024px) {
  .ricerca input.submit {
    width: initial;
    padding: 0 0 0 0.5rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .ricerca input {
    padding: 7px 0;
  }
}
.ricerca span.submit {
  position: relative;
}
.ricerca span.submit:before {
  display: block;
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  position: absolute;
  top: 0;
  left: 25%;
  width: 20px;
  height: 20px;
}

/*--- Content ---*/
#content .row {
  padding-bottom: 40px;
}
#content #slider {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
#content #slider:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 69, 106, 0.4);
}
#content #slider #caption {
  position: absolute;
  bottom: 40px;
  left: 0;
}
#content #slider #caption h3 {
  font-size: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  #content #slider #caption h3 {
    line-height: 37px;
  }
}
@media only screen and (max-width: 580px) {
  #content #slider #caption h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #content #slider #caption br ~ br {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  #content #slider #caption {
    bottom: 0;
  }
  #content #slider #caption h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
#content #slider img {
  width: 100%;
}
#content #pensiero {
  padding-bottom: 0;
}
#content #pensiero .pensiero-giorno {
  padding: 20px 0;
}
#content #pensiero .pensiero-giorno h2 {
  text-align: center;
  color: #AD9181;
  line-height: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 580px) {
  #content #pensiero .pensiero-giorno h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
#content .menu-left {
  border-left: 1px solid #f8f8f8;
  margin-top: 75px;
  margin-bottom: 50px;
}
#content .menu-left ul {
  float: initial;
}
#content .menu-left li.current a {
  text-decoration: underline;
  font-weight: bold;
}
#content .menu-left li.lev1 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
}
#content .menu-left li.lev1 a {
  color: #AD9181;
  line-height: 25px;
}
#content .menu-left li.lev1 a:hover {
  text-decoration: underline;
}
#content .menu-left li.lev1 li.lev2 {
  padding-left: 20px;
}
#content .menu-left li.lev1 li.lev2.first {
  padding-top: 10px;
}
#content .menu-left li.lev1 li.lev2:before {
  content: '–';
  padding-right: 5px;
  color: #AD9181;
}
#content .menu-left input[type='checkbox'],
#content .menu-left input[type='checkbox'] ~ label {
  display: none;
}
@media only screen and (max-width: 768px) {
  #content .menu-left {
    margin: 0 0 30px;
  }
  #content .menu-left ul.lev1 {
    display: none;
    background: #f8f8f8;
  }
  #content .menu-left li.lev1 {
    border-bottom: 1px solid #AD9181;
    padding: 0;
  }
  #content .menu-left li.lev1 a {
    display: block;
    padding: 15px;
  }
  #content .menu-left li.lev1 ul.lev2 {
    display: none;
  }
  #content .menu-left input[type='checkbox'] ~ label {
    display: block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    background: #AD9181;
    color: #FFFFFF;
    position: relative;
  }
  #content .menu-left input[type='checkbox'] ~ label:after {
    content: '\f067';
    color: #FFFFFF;
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 20px;
    margin-left: 20px;
  }
  #content .menu-left #menu-left-trigger:checked ~ label ~ ul.lev1 {
    display: block;
    -webkit-animation: slide-down 0.2s linear;
    -moz-animation: slide-down 0.2s linear;
    -ms-animation: slide-down 0.2s linear;
    animation: slide-down 0.2s linear;
  }
  #content .menu-left #menu-left-bottom-trigger:checked ~ label ~ ul.lev1 {
    display: block;
    -webkit-animation: slide-down 0.2s linear;
    -moz-animation: slide-down 0.2s linear;
    -ms-animation: slide-down 0.2s linear;
    animation: slide-down 0.2s linear;
  }
}
#content .menu-left.bottom-page {
  display: none;
}
@media only screen and (max-width: 768px) {
  #content .menu-left.bottom-page {
    display: block;
  }
}
#content .loginbox h3 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
#content .loginbox h3:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 10px;
  top: 120%;
  left: 0;
  background: url("/img/decorazione.png") no-repeat center center;
  background-size: 100%;
}
.logo #content .loginbox h3:before {
  display: none;
}
#content .loginbox .login-fallito {
  color: #ca320c;
  padding: 0 20px;
  font-weight: 700;
}
#content .loginbox .login-fallito:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #ca320c;
  margin-left: -19px;
  margin-right: 5px;
}
#content .loginbox form fieldset {
  width: 80%;
  margin-left: 0;
}
#content .loginbox form fieldset div > span {
  margin-left: 0;
}
#content .loginbox label,
#content .loginbox input {
  display: block;
  width: 100%;
  margin: 0;
}
#content .loginbox input {
  width: 100%;
  height: 25px;
  margin: 10px 0;
}
#content .loginbox input.submit {
  width: auto;
  padding: 5px 40px;
  margin-top: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #021F2E;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "PT Serif", Georgia, Times, serif;
  font-size: 14px;
  line-height: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#content .loginbox input.submit:hover {
  background: #021F2E;
  color: #FFFFFF;
}
#content .loginbox ul li {
  margin: 10px 0;
}
#content .loginbox ul li:before {
  content: '\f007';
  width: 20px;
  height: 20px;
  color: #021F2E;
  font-family: 'FontAwesome';
  margin-right: 20px;
  font-size: 16px;
}
#content .loginbox ul li.first:before {
  content: '\f06a';
}
#content .loginbox ul li a {
  color: #00456A;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #content .loginbox {
    display: none;
  }
}
body.internal #content h1 {
  margin-bottom: 50px;
  display: inline-block;
}
body.internal #content h3 > span {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
}
body.internal #content .testo .p {
  margin: 20px 0;
}
body.internal #content .testo ul li {
  list-style: disc;
  padding: 10px 20px;
  line-height: 25px;
}
body.internal #content .paragrafo {
  margin-bottom: 25px;
}
#content .row.primo-piano {
  background: #f8f8f8;
  padding: 20px 0;
}
#content .row.primo-piano h3 {
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
}
#content .row.primo-piano h3:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 10px;
  top: 120%;
  left: 0;
  background: url("/img/decorazione.png") no-repeat center center;
  background-size: 100%;
}
#content .row.primo-piano .voce {
  width: calc(33.33333%);
  float: left;
  margin-left: 0;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  #content .row.primo-piano .voce {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #content .row.primo-piano .voce {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
#content .row.primo-piano .voce h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  padding-right: 20px;
}
#content .row.primo-piano .voce h2 a {
  display: block;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  color: #AD9181;
  text-decoration: none;
}
#content .row.primo-piano .voce h2 a:hover {
  text-decoration: underline;
}
#content .row.primo-piano .voce .immagini,
#content .row.primo-piano .voce .p {
  margin-bottom: 20px;
}
#content .row.primo-piano .voce .p {
  padding-right: 40px;
}
#content .carousel.col-3 {
  width: calc(25%);
  float: left;
  margin-left: 0;
  margin: 0;
}
#content .carousel.col-3.right {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1024px) {
  #content .carousel.col-3 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  #content .carousel.col-3 {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
#content #carousel {
  padding-top: 40px;
}
#content .owl-carousel {
  padding: 40px 0;
}
#content .owl-carousel img {
  width: auto;
}
@media only screen and (max-width: 580px) {
  #content .owl-carousel img {
    margin: 0 auto;
  }
}
#content .owl-carousel .owl-theme .owl-controls .owl-page {
  display: inline-block;
}
#content .owl-carousel .immagine-layout {
  text-align: center;
}
#content .owl-carousel .immagine-layout a {
  display: inline-block;
}
#content .owl-carousel .owl-dots {
  height: 40px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content .owl-carousel .owl-dots {
    width: auto;
  }
}
#content .owl-carousel .owl-dots .owl-dot {
  height: 40px;
  display: inline-block;
  margin: 5px 7px;
  padding: 50px 0;
}
#content .owl-carousel .owl-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: none repeat scroll 0 0 #BABAB8;
  opacity: 0.5;
}
#content .owl-carousel .owl-dots .active span {
  background-color: #00456A;
}
#content .filtro.autore {
  margin-top: 100px;
  margin-bottom: 50px;
}
#content .filtro.autore input[type='checkbox'] {
  display: none;
}
#content .filtro.autore label {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
#content .filtro.autore label:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 10px;
  top: 120%;
  left: 0;
  background: url("/img/decorazione.png") no-repeat center center;
  background-size: 100%;
}
#content .filtro.autore ul {
  border-left: 1px solid #f8f8f8;
  float: initial;
}
#content .filtro.autore li {
  padding: 5px 15px;
  font-size: 16px;
  text-transform: uppercase;
}
#content .filtro.autore li a {
  color: #AD9181;
  line-height: 25px;
}
#content .filtro.autore li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #content .filtro.autore {
    margin: 0 0 30px;
  }
  #content .filtro.autore label {
    margin-bottom: 0;
  }
  #content .filtro.autore ul {
    display: none;
    background: #f8f8f8;
  }
  #content .filtro.autore ul li {
    padding: 15px;
    border-bottom: 1px solid #AD9181;
  }
  #content .filtro.autore input[type='checkbox'] ~ label {
    display: block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    background: #AD9181;
    color: #FFFFFF;
    position: relative;
  }
  #content .filtro.autore input[type='checkbox'] ~ label:before {
    display: none;
  }
  #content .filtro.autore input[type='checkbox']:checked ~ label ~ ul {
    display: block;
    -webkit-animation: slide-down 0.2s linear;
    -moz-animation: slide-down 0.2s linear;
    -ms-animation: slide-down 0.2s linear;
    animation: slide-down 0.2s linear;
  }
}
#content .filtro-attivo.autore {
  font-size: 16px;
}
#content .filtro-attivo.autore strong {
  font-weight: 700;
}
#content .filtro-attivo.autore ~ .nav {
  margin-top: 20px;
}

body.internal #content {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.internal #content {
    padding-top: 0;
  }
}
body.internal.no-menu #content {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  body.internal .col-3 {
    width: calc(33.33333%);
    float: left;
    margin-left: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.internal .col-3 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.internal .col-8 {
    width: calc(66.66667%);
    float: left;
    margin-left: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.internal .col-8 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin: 0;
  }
}

/*--- Footer ---*/
#footer {
  background: #00456A;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer p > a {
  color: #AD9181;
}
#footer .foot p {
  margin-bottom: 20px;
}

.menu.bottom {
  margin-bottom: 40px;
}
.menu.bottom ul li {
  display: none;
}
.menu.bottom ul li.lev1 {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
}
.menu.bottom ul li.lev1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.menu.bottom ul li.lev1 a:hover {
  text-decoration: underline;
}

/*--- Indici e paginazione ---*/
.nav {
  margin-bottom: 40px;
}

.totale {
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  .totale {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .totale {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
.totale strong {
  font-weight: 700;
}

.pagination {
  font-size: 16px;
  padding: 10px 0;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  display: inline-block;
  padding: 10px;
  color: #AD9181;
}
.pagination li.first {
  padding-left: 0;
}
.pagination li:last-child {
  padding-right: 0;
}
.pagination li a {
  color: #021F2E;
}
.pagination i {
  padding: 3px 8px;
  background-color: #AD9181;
  color: #FFFFFF;
}
.pagination i:hover {
  background: #021F2E;
}

.indice h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #AD9181;
  font-weight: 700;
  line-height: 25px;
}
.indice h2 a {
  color: #AD9181;
}
.indice h2 a:hover {
  text-decoration: underline;
}
.indice.glo h2 {
  color: #AD9181;
}
.indice h3 {
  font-size: 18px;
}
.indice h5 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.indice h5.firma strong {
  font-weight: 700;
}
.indice .voce {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BABAB8;
}
.indice.news ~ .nav .totale {
  display: none;
}
.indice.news ~ .nav .pagination {
  margin-top: 40px;
}
.indice .p {
  margin-top: 10px;
}

.archivio .testo ~ .indice {
  display: none;
}

.indice.archivio .voce {
  background: transparent;
  border: 0;
  padding: 0;
}
.indice.archivio .voce h2 {
  margin: 0;
}
.indice.archivio .voce h2 a {
  display: block;
  width: 100%;
  padding: 20px;
  background: #f8f8f8;
}
.indice.archivio .voce h2 a:hover {
  background: #d5d5d5;
  text-decoration: none;
}

@media only screen and (max-width: 580px) {
  iframe {
    width: 100% !important;
  }
}

.immagini.img_gallery {
  display: table;
}
.immagini.img_gallery dl {
  display: inline-table;
  width: 20%;
  margin: 0 40px 20px 0;
  padding: 10px 10px;
}
@media only screen and (min-width: 1025px) {
  .immagini.img_gallery dl:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .immagini.img_gallery dl {
    width: 30%;
    margin: 0 0 20px 0;
  }
  .immagini.img_gallery dl:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .immagini.img_gallery dl {
    width: 43%;
  }
  .immagini.img_gallery dl:nth-child(2n) {
    margin-right: 0;
  }
}
.immagini.img_gallery dl dt {
  text-align: center;
}
.immagini.img_gallery dl dd {
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
  line-height: 18px;
}
.immagini.img_gallery dl img {
  position: relative;
}
.immagini.img_gallery dl a:hover img:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

body.internal.eventi #sidebar {
  background: #f8f8f8;
  padding: 20px;
  margin-top: 194px;
  width: calc(25% - 20px);
}
@media (max-width: 1024px) {
  body.internal.eventi #sidebar {
    margin-top: 20px;
    width: calc(100% - 40px);
  }
}

div.allegati {
  margin-top: 20px;
}
div.allegati p {
  margin-bottom: 15px;
}
div.allegati a {
  text-decoration: none;
  display: inline-block;
  width: 60%;
  padding: 20px;
  background: #f2f2f2;
  font-size: 16px;
}
div.allegati a:before {
  content: '\f0f6';
  font-family: 'FontAwesome';
  font-size: 21px;
  text-decoration: none !important;
  margin-right: 15px;
  vertical-align: text-bottom;
}
div.allegati a:hover {
  background: #d5d5d5;
  color: #AD9181;
}
div.allegati span.dim {
  display: inline-block;
  transform: translateX(calc(-100% - 20px));
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: rgba(0, 69, 106, 0.35);
}
#popup .container {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  width: 780px;
}
#popup .container h3 {
  margin-top: 0;
  color: #00456A;
  font-size: 1.7rem;
}
#popup .container p {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
}
#popup .container a {
  display: block;
  z-index: 100;
}
#popup .close #close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #021F2E;
  text-decoration: none;
}
#popup .close #close-btn i {
  display: inline;
  font-size: 1.3rem;
  color: #00456A;
}
@media (max-width: 815px) {
  #popup .container {
    width: 83vw;
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  #popup h3 {
    font-size: 1.4rem;
  }
  #popup p {
    font-size: 1rem;
  }
  #popup .close #close-btn {
    top: 10px;
    right: 10px;
  }
}

.paragrafo.Accordion .cms,
.paragrafo.Accordion #cms {
  display: none;
}
.paragrafo.Accordion h2 {
  background-color: #00456A;
  color: #FFFFFF;
  padding: 10px 47px 10px 15px;
  margin: 0;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .paragrafo.Accordion h2 {
    font-size: 20px;
  }
}
.paragrafo.Accordion h2::after {
  content: '';
  display: inline-block;
  height: 0.35em;
  width: 0.35em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-66%) rotate(135deg);
  transition: transform 0.2s ease-in-out;
}
.paragrafo.Accordion h2:hover {
  background: #003755;
}
.paragrafo.Accordion h2.open::after {
  transform: translateY(-28%) rotate(-45deg);
}
.paragrafo.Accordion .par-body {
  display: none;
  border: 1px solid gray;
  padding: 20px 15px;
}
.paragrafo.Accordion .par-body .close {
  margin: 30px 0 0;
  text-align: right;
}
.paragrafo.Accordion .par-body .close .btn-close {
  display: inline-block;
  background: #AD9181;
  color: #FFFFFF;
  padding: 8px 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.paragrafo.Accordion .par-body .close .btn-close::before {
  content: '\0274c';
  margin-right: 10px;
  color: #FFFFFF;
  display: inline-block;
}
.paragrafo.Accordion .par-body .close .btn-close:hover {
  background: #003755;
}
.paragrafo.Accordion + .indice {
  margin-top: 40px;
}

.p ul {
  list-style: disc;
}
.p ol {
  list-style: decimal;
}
.p ul,
.p ol {
  margin: 10px 0;
  padding-left: 7px;
}
.p ul li,
.p ol li {
  margin: 10px;
  line-height: 1.3;
}

body.corso .indice {
  margin: 40px 0;
}
body.corso .messaggio {
  margin-bottom: 20px;
}

.alert-info {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background: #e89f72;
  color: #4a1c00;
  font-size: 1.1rem;
  line-height: 1.3;
}
.alert-info a {
  color: #00456A;
  font-weight: bold;
  text-decoration: underline;
}
.alert-info a:hover {
  color: #477994;
}

/*
 * thickbox.css
 */

#TB_window {
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	}

#TB_window a:link {
	color:#666;
	}
#TB_window a:visited {
	color:#666;
	}
#TB_window a:hover {
	color:#000;
	}
#TB_window a:active {
	color:#666;
	}
#TB_window a:focus {
	color:#666;
	}

#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGHack {
	background: url("../img/macFFBgHack.png") repeat;
	}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	}

* html #TB_overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_window {
	position:fixed;
	background:#FFF;
	z-index:102;
	color:#000;
	display:none;
	border:none;
	text-align:left;
	top:50%;
	left:50%;
	}

* html #TB_window { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_window.full, * html #TB_window.full {
	position:absolute;
	margin-top:0;
	top:50px;
}

#TB_window img#TB_Image, #TB_window #TB_Object {
	display:block;
	margin:15px 0px 0px 15px;
	border:none;
	}

#TB_caption {
	padding:7px 15px 10px 15px;
	}
#TB_text {
	clear:both;
	text-align:center;
	overflow:hidden;
	}

#TB_firstLine {
	font-size:1.2em;
	font-weight:bold;
	color:#555;
	margin-bottom:.5em;
	overflow:hidden;
	}
#TB_next {
	display:block;
	float:right;
	}
#TB_next a, #TB_prev a {
	text-decoration:none;
	}

#TB_playPause {
	float:left;
	margin-right:5px;
	}
#TB_closeWindow {
	float:right;
	margin-left:5px;
	}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
	}

#TB_title {
	background-color:#E8E8E8;
	height:27px;
	}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal {
	padding:15px;
	}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
	}

#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left:50%;
	margin:-6px 0px 0px -104px; /* -height/2 0 0 -width/2 */
	}

* html #TB_load { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect { /* ie6 hack */
  position:absolute;
  height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_iframeContent {
	clear:both;
	border:none;
	margin:15px 0px 0px 15px;
	/*
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	*/
	}
