/* ==== RIASSEGNAZIONI BASE ==== */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}
h2 {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}
h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.25em;
  }
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1em;
  }
}
p {
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
.button {
  border: 0px;
  vertical-align: bottom;
}
.espon {
  font-size: 0.8em;
  vertical-align: super;
}
a {
  text-decoration: none;
  color: #d28833;
}
a:hover {
  text-decoration: underline;
  color: #b64d35;
}
input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
/*==== FINE RIASSEGNAZIONI ====*/
/* == Stili di base - Mobile first ===== */
body {
  font-size: 100%;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 300;
  color: #333;
  background: #145e97;
  margin: 0;
  padding: 0 0 10px 0;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
input,
select,
textarea {
  border: 1px solid #c4c4c4;
}
form input[type="text"],
form select,
form textarea {
  border-radius: 3px;
  font-size: 12px;
}
form input[type="text"] {
  padding: 3px;
}
#wrapper {
  width: 100%;
  background: #fff;
}
/*** COOKIES DISCLAIMER ***/
#cookieDisclaimer {
  position: absolute;
  width: 300px;
  top: 20%;
  left: 50%;
  margin-left: -150px;
  background: #fff;
  border: 4px solid #009ee0;
  border-radius: 5px;
  box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.75);
  z-index: 10000;
  box-sizing: border-box;
}
#cookieDisclaimer .box {
  display: block;
  margin: 0 auto;
  padding: 20px;
  font-size: 1em;
  line-height: 1.5em;
  color: #222;
  box-sizing: border-box;
}
#cookieDisclaimer .box a {
  color: #f93;
}
#cookieDisclaimer .testa {
  margin: 0 auto;
  padding: 10px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background: #009ee0;
  box-sizing: border-box;
}
#cookieOK,
#cookieKO {
  display: inline-block;
  font-size: 0.85em;
  padding: 10px 15px;
  border-radius: 8px;
  min-width: 2em;
  margin-right: 20px;
  margin-top: 8px;
  background: #3093b4;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
cursor:pointer #cookieOK:hover,
cursor:pointer #cookieKO:hover {
  background: #306383;
}
/*** END COOKIES DISCLAIMER ***/
#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
#testata,
#menu {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#testata {
  background-repeat: no-repeat;
  background-position: top center;
}
#testata img {
  width: 100%;
  height: 100%;
}
#testata .logoTesta {
  height: 100%;
  margin: 0;
  padding: 0;
}
#testata .logoTesta img {
  width: 100%;
  height: 100%;
}
#language {
  position: absolute;
  width: auto;
  top: 51px;
  left: 4px;
  z-index: 100;
  border: none;
  margin: 0px;
  padding: 0px;
}
#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
#primoPiano {
  width: 100%;
  margin: 0 auto;
  background: #666;
}
#flexContainer {
  display: inline-block;
  width: 100%;
}
#language {
  display: none;
  position: absolute;
  width: 200px;
  top: 0;
  right: 10px;
  z-index: 100;
  border: none;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  #language {
    display: block;
  }
}
/*** CSS  MENU LANGUAGES ***/
ul#menuFlags {
  z-index: 100;
  height: 22px;
  line-height: 22px;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}
ul#menuFlags li {
  list-style-type: none;
  float: left;
  position: relative;
  margin-left: 2px;
}
ul#menuFlags li a {
  display: block;
  width: 42px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
  text-indent: -9999px;
  background-position: 0px -22px;
  background-repeat: no-repeat;
}
ul#menuFlags li a:hover,
ul#menuFlags li a:focus {
  background-position: 0px 0px;
}
ul#menuFlags li#IT a {
  background-image: url(../images/ITflag.gif);
}
ul#menuFlags li#EN a {
  background-image: url(../images/ENflag.gif);
}
ul#menuFlags li#ES a {
  background-image: url(../images/ESflag.gif);
}
/*** END  MENU LANGUAGES ***/
#menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#menu.collapsible {
  margin: 0;
}
#menu.collapsible .section {
  width: 100%;
  height: 30px;
  background: #0f436b url(../images/sections.svg) no-repeat top center;
  cursor: pointer;
}
#menu.collapsible .section.minus {
  background: #0f436b url(../images/sectionsMinus.svg) no-repeat top center;
  cursor: pointer;
}
.menuArrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  text-indent: -9999px;
}
#menuAlto {
  background: transparent;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 100;
  margin: 0px;
  text-align: right;
  line-height: 30px;
  height: 30px;
}
/*** MENU ***/
ul#nav {
  position: relative;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.92);
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  /* PRIMO LIVELLO */
}
@media only screen and (min-width: 768px) {
  ul#nav {
    display: inline-block;
    top: 0;
    width: auto;
    font-size: 0.8em;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
ul#nav li {
  position: relative;
  height: 40px;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
ul#nav li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
ul#nav li a:hover {
  color: #68bcd4;
}
ul#nav li a:active {
  color: #68bcd4;
}
ul#nav li :hover ul {
  left: 1.5em;
}
ul#nav li ul {
  position: absolute;
  padding: 0;
  top: 40px;
  left: -9999px;
  width: 100%;
  z-index: 250;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul {
    margin: 0;
    margin-top: 0;
    top: 40px;
    left: -9999px;
    background: #fff;
    font-weight: normal;
  }
  ul#nav li ul li {
    padding: 0 15px;
    height: auto;
  }
  ul#nav li ul li a {
    color: #999;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  ul#nav li ul li a:hover {
    background: none;
    color: #000;
    transition: none;
  }
  ul#nav li ul li:hover {
    background: #f5f5f5;
  }
  ul#nav li ul li:hover > a {
    background-color: #f5f5f5;
    color: #000;
  }
  ul#nav li ul li:last-of-type {
    border-bottom: 4px solid #0391e0;
  }
  ul#nav li ul li:last-of-type a {
    border-bottom: none;
  }
  ul#nav li ul li ul {
    margin-left: 60px;
    background: #fff;
  }
  ul#nav li ul li ul li:hover {
    background-color: #f5f5f5;
  }
  ul#nav li ul li ul li a {
    color: #999;
    border-bottom: 1px solid #ccc;
  }
  ul#nav li ul li ul li a:hover {
    background: none;
  }
}
ul#nav li ul li {
  position: relative;
  display: block;
  float: none;
  background-image: none;
  margin-right: 0;
  /* TERZO LIVELLO */
}
ul#nav li ul li a {
  display: block;
  background-image: none;
  background-color: #8a8a8a;
  color: #fff;
  padding-left: 3%;
  border-bottom: none;
  border-top: 1px solid #fff;
  height: auto;
  letter-spacing: 0;
}
ul#nav li ul li a:hover {
  background: #a5a6a6;
}
ul#nav li ul li a:hover > a {
  background-color: #a5a6a6;
}
ul#nav li ul li:hover ul {
  visibility: visible;
}
ul#nav li ul li ul {
  z-index: 300;
  top: 30px;
  padding: 0;
  width: 16em;
  background: #30a8dc;
  visibility: hidden;
  color: #fff;
}
ul#nav li ul li ul li {
  width: 16em;
  float: none;
  background: none;
}
ul#nav li ul li ul li a {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #c90;
}
ul#nav li ul li ul li a:hover {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li:hover {
    background-color: #f5f5f5;
  }
  ul#nav li ul li a {
    color: #999;
    border-bottom: 1px solid #ccc;
  }
  ul#nav li ul li a:hover {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li ul {
    margin-left: 60px;
    padding: 0 15px;
    height: auto;
  }
  ul#nav li ul:hover {
    background: #f5f5f5;
  }
  ul#nav li ul:hover > a {
    background-color: #f5f5f5;
    color: #000;
  }
  ul#nav li ul:last-of-type {
    border-bottom: 4px solid #0391e0;
  }
  ul#nav li ul:last-of-type a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li {
    float: left;
    background: none;
    transition: all 0.2s;
    border-bottom: none;
    /* &:hover > a {
					background-color:#f5f5f5;
					color:#000;
				} */
  }
  ul#nav li:hover ul {
    left: 0;
  }
}
#main {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main .pageCt {
  display: inline-block;
  padding: 20px;
  text-align: left;
  width: 100%;
  font-size: 1.15em;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  #main .pageCt {
    width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  #main .pageCt {
    width: 1160px;
  }
}
section {
  position: relative;
  font-size: 1rem;
  margin: 0 auto;
  padding: 0;
  border: 10px solid #fff;
  border-bottom: none;
  background-color: #fafafa;
  text-align: justify;
  box-sizing: border-box;
}
section .modulo {
  margin: 10px 10px 0 10px;
  padding: 50px;
  font-size: 1rem;
  color: #222;
  line-height: 130%;
  box-sizing: border-box;
}
section .modulo img {
  width: 100%;
}
section .modulo50 {
  display: table-cell;
  margin: 0;
  width: 50%;
  padding: 50px;
  font-size: 1.2rem;
  color: #222;
  line-height: 130%;
  border-right: 10px solid #fff;
  border-collapse: collapse;
  box-sizing: border-box;
}
section .modulo50 h2 {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 0.25em;
}
section .modulo50 a {
  display: block;
  text-align: center;
}
section .modulo50 .imgCt {
  float: none;
  height: 200px;
  text-align: center;
  margin-bottom: 20px;
}
section .modulo50 .imgCt img {
  display: inline-block;
  height: 100%;
}
section .modulo50:last-of-type {
  border-right: none;
}
section:last-of-type {
  border-bottom: 10px solid #fff;
}
section .claim {
  font-size: 1.5rem;
  padding: 50px 10%;
}
/* #claim {
	margin:20px auto 20px auto;
	text-align:center; 
	font-size:1.5rem;
	color:#222;
	line-height:130%;
} */
a.labelButton {
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #b1b1b1;
  color: #222;
  font-size: 1.25rem;
  padding: 30px;
  text-decoration: none;
  cursor: pointer;
}
a.labelButton:hover {
  display: inline-block;
  background-color: #009ee0;
  color: #fff;
  text-decoration: none;
}
/*** HOME ***/
#featuresBox {
  position: relative;
  background: #f5f5f5;
  margin: 0;
  padding: 0;
  text-align: justify;
}
#featuresBox h3 {
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0;
}
#featuresBox h4 {
  text-align: center;
  font-size: 1.05em;
  margin-top: 10px;
}
#features {
  width: 100%;
  padding: 2%;
  position: relative;
  box-sizing: border-box;
}
#features .boxFeature {
  position: relative;
  float: left;
  width: 100%;
  height: 215px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  vertical-align: top;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
}
#features .boxFeature:hover {
  background-position: 0 0;
  border: 1px solid #ccc;
  background: #fff;
  overflow: visible;
  cursor: pointer;
  z-index: 100;
}
#features .boxFeature:hover .featuresRefs {
  z-index: 100;
}
#features .boxFeature:hover > b {
  background-position: 0 0;
}
.featuresText {
  text-align: justify;
  color: #666;
}
.featuresIcon {
  display: inline-block;
  min-width: 140px;
  min-height: 140px;
}
/*
.featuresRefs {
	position:absolute;
	width:30%;
	top:5%;
	left:0;
	padding:10px;
	display:none;
	background:rgba(255,255,255,.85);
	border:1px solid #ccc;
	z-index:100;
	box-sizing:border-box;
}*/
.featuresRefs {
  position: absolute;
  display: none;
  left: -1px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-sizing: border-box;
}
#features .featuresIcon.anagrafiche {
  background: url(../images/home/anagrafiche.png) no-repeat 0 -140px;
}
#features .featuresIcon.lista {
  background: url(../images/home/liste.png) no-repeat 0 -140px;
}
#features .featuresIcon.fatture {
  background: url(../images/home/fatture.png) no-repeat 0 -140px;
}
#features .featuresIcon.planner {
  background: url(../images/home/planner.png) no-repeat 0 -140px;
}
#features .featuresIcon.studi {
  background: url(../images/home/studi.png) no-repeat 0 -140px;
}
#features .featuresIcon.prestazioni {
  background: url(../images/home/prestazioni.png) no-repeat 0 -140px;
}
#features .featuresIcon.operatori {
  background: url(../images/home/operatori.png) no-repeat 0 -140px;
}
#features .featuresIcon.notifiche {
  background: url(../images/home/notifiche.png) no-repeat 0 -140px;
}
#features .featuresIcon.archive {
  background: url(../images/home/archive.png) no-repeat 0 -140px;
}
#features .featuresIcon.stat {
  background: url(../images/home/stat.png) no-repeat 0 -140px;
}
#features .featuresIcon.gruppi {
  background: url(../images/home/gruppi.png) no-repeat 0 -140px;
}
#features .featuresIcon.docs {
  background: url(../images/home/docs.png) no-repeat 0 -140px;
}
/*
#features .boxFeature:hover > div {display:block;}
*/
#footer {
  background: #145e97;
  box-sizing: border-box;
  color: #fff;
  border-top: 4px solid #0f436b;
  margin: 0;
}
#footer a {
  color: #d5edfa;
}
#footer p {
  margin: 0;
  padding: 10px 0;
}
#footer #footerContent {
  padding: 10px;
  width: 95%;
  margin: 0 auto 10px auto;
}
.frame_footer {
  float: left;
  background: none;
  padding: 0 1em;
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 20px 0 10px 0;
  height: auto;
}
.frame_footer2 {
  float: left;
  background: none;
  padding: 0 1em;
  font-size: 0.75em;
  line-height: 1.5em;
  margin-left: 4px;
  margin-top: 25px;
  height: auto;
}
.sep_footer {
  display: none;
}
/*** TABELLE ***/
.tableSurvey {
  border-collapse: collapse;
  text-align: left;
  border: none;
}
.tableSurvey tr th {
  /* border-top: 1px solid #dedede;
			border-bottom: 1px solid #dedede; */
  text-align: left;
  padding: 5px 10px 5px 0;
  vertical-align: top;
  font-weight: normal;
  font-style: italic;
}
.tableSurvey tr th.labelCol {
  width: 60%;
}
.tableSurvey tr th:first-child {
  padding-left: 0;
}
.tableSurvey tr td {
  text-align: left;
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
.tableSurvey tr td:first-child {
  padding-left: 0;
}
.tableSurvey tr.surveyRiga th,
.tableSurvey tr.surveyRiga td {
  border-bottom: 1px solid #dedede;
  padding: 15px 10px 15px 0;
}
.tableSurvey tr.surveyRiga:last-child th,
.tableSurvey tr.surveyRiga:last-child td {
  border-bottom: none;
}
.tableNoborder {
  border: none;
}
.tableNoborder tr:first-of-type th {
  border-top: 1px solid #dedede;
}
.tableNoborder tr .bordo td {
  border-bottom: 1px solid #e0e0e0;
}
.tableNoborder tr.sezione th {
  background: #00aeef;
  color: #fff;
  text-align: center;
}
.tableNoborder tr.sezione th a {
  color: #fff;
  text-decoration: none;
}
.tableNoborder tr.sezione th a:hover {
  color: #bcebfd;
  cursor: pointer;
}
.tableNoborder tr.sezione2 th {
  background: #f6f6f6;
  color: #222;
  text-align: center;
}
.tableNoborder tr.sezioneNot th {
  background: #268a1e;
  color: #fff;
  text-align: center;
}
.tableNoborder tr.sezioneEv th {
  background: #7b328d;
  color: #fff;
  text-align: center;
}
.tableNoborder tr.eseguitaNo td {
  background: #fcf4de;
}
.tableNoborder tr.prop td {
  background: #dfeef1;
}
.tableNoborder tr.th-right th {
  text-align: right;
}
.tableNoborder tr.th-left th {
  text-align: left;
}
.tableNoborder th {
  background: #f9f9f9;
  border-top: none;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #fff;
  font-weight: bold;
  text-align: right;
  padding: 5px 10px;
  vertical-align: top;
}
.tableNoborder th:first-of-type {
  border-left: none;
}
.tableNoborder td {
  text-align: left;
  padding: 5px 10px;
  vertical-align: top;
}
.tableB {
  color: #666;
  font-size: 12px;
  text-align: left;
  background: #eaebec;
  margin: 10px 0 0 0;
}
.tableB a:link {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}
.tableB a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.tableB a:active,
.tableB a:hover {
  color: #bd5a35;
  text-decoration: underline;
}
.tableB th,
.tableB thead td {
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
  padding: 5px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #fff;
  font-weight: bold;
  font-size: 0.9em;
  background: #f2f2f2;
}
.tableB th {
  color: #222;
}
.tableB th:first-child,
.tableB td:first-child {
  border-left: none;
}
.tableB tr.sez2 th {
  color: #fff;
  text-align: center;
  background: #dd7602;
}
.tableB tr.sezione th,
.tableB th.sezione {
  color: #fff;
  text-align: center;
  background: #68bcd4;
  background: -webkit-gradient(linear, left top, left bottom, from(#68bcd4), to(#599eb2));
  background: -moz-linear-gradient(top, #68bcd4, #599eb2);
}
.tableB tr:first-child th,
.tableB tr:first-child td {
  border-top: 1px solid #e6e6e6;
}
.tableB tr {
  text-align: center;
  padding-left: 5px;
}
.tableB td {
  vertical-align: top;
  padding: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  text-align: left;
}
.tableB tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.tableB tr:last-child td {
  border-bottom: none;
}
.tableB tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tableB tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tableB tbody tr:hover td,
.tableB tbody tr.figlio:hover td {
  background: #fefdf6;
}
.tableB tr.nascondi th {
  background: #e2eded;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2eded), to(#d2eeee));
  background: -moz-linear-gradient(top, #e2eded, #d2eeee);
}
.tableB tr.figlio td {
  background: #f6f6f6;
}
.tableB tr.noBorder td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  min-height: 1em;
}
/*** TABELLA LISTINO ***/
.tableList {
  color: #666;
  font-size: 1em;
  text-align: left;
  min-width: 50%;
  margin-bottom: 2em;
  border: 0;
}
.tableList th {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  vertical-align: top;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 0.9em;
  background: #666;
}
.tableList td {
  vertical-align: top;
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
/*** BUTTONS ***/
a.logBtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 28px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.logBtn {
    font-size: 1.15rem;
    font-weight: normal;
    padding: 12px 40px 12px 40px;
  }
}
a.logBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/*==== BREADCRUMBS ====*/
.breadcrumb {
  display: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0.75em;
  color: #777;
  font-weight: 300;
  line-height: 21px;
  box-sizing: border-box;
}
.breadcrumb .breadSep {
  display: inline-block;
  padding: 0;
  width: 25px;
  height: 100%;
  line-height: 21px;
  background: url(../images/breadCrumbBack.svg) no-repeat 0 0;
  background-size: 21px 14px;
}
.breadcrumb .breadSepLast {
  display: inline-block;
  width: 25px;
  min-height: 21px;
  padding: 0;
  margin: 0;
  background: url(../images/breadCrumbBackSelected.svg) no-repeat 0 0;
  background-size: 28px 21px;
}
.breadcrumb .breadText {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 20px;
  margin: 0;
  background: #fff url(../images/breadCrumbBack.svg) no-repeat -1px 0;
  background-size: 10px 20px;
  box-sizing: border-box;
}
.breadcrumb .breadLast {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10px 0 20px;
  margin: 0;
  background: #000 url(../images/breadCrumbBackSelected.svg) no-repeat -1px 0;
  background-size: 10px 20px;
  box-sizing: border-box;
}
.breadcrumb .back a {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  font-size: 0.1em;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../images/back.png) no-repeat top left;
}
.breadcrumb .back a:hover {
  background-position: bottom left;
}
/*==== END BREADCRUMBS ====*/
/*==== MASONRY ====*/
.masonry-layout {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  box-sizing: border-box;
}
.masonry-layout-panel {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
.titMail {
  color: #d5edfa;
  cursor: pointer;
}
.titMail:hover {
  text-decoration: underline;
}
/*** BOTTONI ***/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  color: #ffffff;
  padding: 4px 14px 4px 14px;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #3cb0fd;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.obbligatorio {
  display: inline-block;
  color: #f00;
  margin-right: 5px;
}
#msgBox {
  color: #ee7f00;
  font-weight: bold;
  font-size: 1rem;
  margin: 10px 0 10px 0;
}
#msgBox span {
  display: inline-block;
  padding-left: 30px;
  min-height: 25px;
  line-height: 25px;
  background: url(../images/msg.svg) no-repeat 0 0;
}
/* ==== NEWS === */
.titApici {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 2rem;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.titApici span {
  position: absolute;
  display: inline-block;
  padding-right: 10px;
  padding-left: 50px;
  background: #fff url(../images/apici.svg) no-repeat 8px 0;
  background-size: 30px 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.titApici:before {
  content: "";
  display: inline-block;
  background: #ccc;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.titNewsBox {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2rem;
  background-color: transparent;
  box-sizing: border-box;
}
.titNewsBox span {
  position: absolute;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.titNewsBox:before {
  content: "";
  display: inline-block;
  background: #ccc;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 0;
}
#newsContainer {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-sizing: border-box;
}
#newsContainer .newsBox {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#newsContainer .imgWrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-position 1s;
  /* Safari */
  transition: background-position 1s;
}
#newsContainer .artRefs {
  position: absolute;
  z-index: 400;
  padding: 0 15px;
  bottom: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  background: rgba(155, 198, 200, 0.85);
  box-sizing: border-box;
  -webkit-transition: height 1s, visibility 1s, padding 1s;
  /* Safari */
  transition: height 1s, visibility 1s, padding 1s;
}
#newsContainer .velo {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 1s;
  /* Safari */
  transition: background-color 1s;
}
#newsContainer .newsFrame {
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: height 1s;
  /* Safari */
  transition: height 1s;
}
#newsContainer .newsFrame a {
  text-decoration: none;
}
#newsContainer .newsFrame img {
  width: 100%;
}
#newsContainer .newsFrame h2 * {
  padding: 0;
  color: #222;
  margin: 0 0 0.25em 0;
  font-size: 1.35rem;
}
#newsContainer .newsFrame h2 * text-align:left a {
  text-decoration: none;
}
#newsContainer .newsFrame h2 * text-align:left a:hover,
#newsContainer .newsFrame h2 * text-align:left a:link:hover {
  text-decoration: none;
  color: #fff;
}
#newsContainer .newsFrame .ombra {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 380;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07) inset;
}
#newsContainer .newsFrame .newsTxtBlock {
  display: block;
  font-size: 0.85em;
  line-height: 1.15em;
  color: #fff;
}
#newsContainer .newsFrame .introNews {
  display: block;
  margin: 0;
  padding: 0;
}
#newsContainer .newsFrame .news_sep {
  float: left;
  width: 0;
}
#newsContainer .newsFrame:hover .imgWrap {
  background-position: 0 -5px;
}
#newsContainer .newsFrame:hover .artRefs {
  height: auto;
  visibility: visible;
  padding: 15px;
}
#newsContainer .newsFrame:hover .velo {
  background-color: rgba(255, 255, 255, 0.35);
}
.data,
.dataVideo,
.dataNewsList,
.dataPost {
  display: block;
  background: url(../images/data_icon.png) no-repeat top left;
  height: 14px;
  font-size: 0.8em;
  font-weight: 400;
  color: #222;
  text-align: left;
  line-height: 0.8em;
  margin-bottom: 0.5em;
  padding-left: 14px;
  box-sizing: border-box;
}
/* override margin bottom */
.dataVideo,
.dataNewsList {
  margin-bottom: 0;
}
.dataNewsList {
  margin-left: 10px;
}
/*** BOX INDICE NEWS ***/
#newsList {
  padding: 5px;
  border-left: 1px dotted #ccc;
}
.bloccoNewsList {
  margin-bottom: 4px;
  padding: 0 0 4px 0;
}
.annoNewsList {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  text-align: left;
  margin: 0;
  margin: 10px 0 0 10px;
}
.annoNewsList a {
  text-decoration: none;
}
.meseNewsList {
  display: block;
  font-weight: 400;
  font-size: 0.85rem;
  color: #333;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 6px;
  background: url(../images/greyDot_1-3.png) repeat-x 50%;
}
.meseNewsList span {
  display: inline-block;
  margin: 0;
  padding-right: 5px;
  background: #fff;
}
.titNewsList {
  display: block;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 8px;
  margin-left: 10px;
  color: #666;
}
.titNewsList a {
  text-decoration: none;
}
.moreNews {
  height: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 30%;
}
.moreNewsButton {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
  box-sizing: border-box;
}
.moreNews a,
.moreNewsButton a {
  display: inline-block;
  background: url(../images/moreNews.svg) no-repeat 10px 10px;
  background-size: 28px 28px;
  line-height: 30px;
  font-size: 1em;
  text-align: left;
  padding: 10px 10px 10px 42px;
  text-decoration: none;
  width: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: middle;
}
.moreNews a:hover,
.moreNewsButton a:hover {
  text-decoration: none;
  color: #222;
  background-color: #f9f9f9;
}
/* ==== END NEWS === */
/*** PAGINAZIONE RISULTATI RICERCA ***/
.pageButton {
  display: inline-block;
  font-size: 0.8em;
  min-width: 2em;
  padding: 2px;
  margin-right: 1px;
  border: 1px solid #dfdcd6;
  text-align: center;
  color: #333;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
}
.pageButton:hover {
  background-color: #ccc;
}
.pageButton.pageSelected {
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #222;
}
.cercaRemember {
  border: none;
  background-color: transparent;
  color: #306383;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  font-size: 1em;
  cursor: pointer;
}
.titoloBlocco {
  display: block;
  line-height: 1.35em;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 1.15em;
  font-weight: bold;
  color: #027cbd;
  letter-spacing: 2px;
}
/* == Media queries (breakpoint) ===== */
/* -----------------------------------
	IPAD PORTRAIT
------------------------------------ */
@media only screen and (min-width: 768px) {
  /*@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');*/
  h1,
  h2 {
    color: #145e97;
  }
  #cookieDisclaimer {
    width: 500px;
    margin-left: -250px;
  }
  ul#menuFlags {
    display: block;
    float: right;
  }
  /* ==== MENU PRIMO LIVELLO ==== */
  #menu .section {
    display: none;
    height: 0;
  }
  /* ===== END NAV ==== */
  #flexContainer {
    width: 720px;
  }
  #features .boxFeature {
    width: 46%;
  }
  /*** BUTTONS ***/
  a.logBtn {
    display: block;
  }
  .masonry-layout {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  .breadcrumb {
    display: block;
  }
  /*** NEWS ***/
  #newsContainer .newsFrame {
    float: left;
    width: 48%;
    height: 250px;
    overflow: hidden;
    margin: 0;
  }
  #newsContainer .newsFrame .ombra {
    visibility: visible;
  }
  #footer #footerContent {
    width: 720px;
  }
  .sep_footer {
    display: block;
    float: left;
    min-height: 100px;
    min-width: 1px;
    border-left: 1px solid #fff;
    margin: 20px 10px 0 10px;
  }
}
/* -----------------------------------
IPAD LANDSCAPE + NETBOOK
------------------------------------ */
@media only screen and (min-width: 1024px) {
  #flexContainer {
    width: 960px;
  }
  #features .boxFeature {
    width: 32%;
  }
  .masonry-layout {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
  /*** NEWS ***/
  .titNewsBox {
    font-size: 2rem;
  }
  .titNewsBox span,
  .titApici span {
    background-color: #fff;
  }
  .titApici {
    font-size: 1.5rem;
  }
  .newsFrame h2,
  .newsFrame h2 a {
    font-size: 1.15em;
    line-height: 1.25em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .newsFrame h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  #newsContainer .news_sep {
    float: left;
    width: 2%;
    min-width: 2%;
    height: 1px;
  }
  #newsContainer {
    margin: 0;
    padding: 0;
  }
  .newsBox {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
  }
  #newsContainer .newsFrame {
    width: 33%;
  }
  #newsContainer .newsFrame img {
    width: 100%;
    float: none;
    max-width: 400px;
  }
  .titoloBlocco {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.2em;
  }
  #footer #footerContent {
    width: 960px;
  }
}
/* -----------------------------------
DESKTOP
------------------------------------ */
@media only screen and (min-width: 1200px) {
  #flexContainer {
    width: 1100px;
  }
  #features .boxFeature {
    width: 24%;
  }
  .masonry-layout {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
  }
  #footer #footerContent {
    width: 1100px;
  }
}
