html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #f5f3f4;
  color: #4b5b61;
}

#divTopRibbon {
  height: 120px;
}
#divTopLinksOuter {
  height: 30px;
  overflow: hidden;
  background-color: #004c6e;
}
#divTopLinks {
  height: 23px;
  max-width: 910px;
  padding-top: 7px;
  margin: auto;
  font-weight: 700;
  font-size: 75%;
  text-align: right;
  color: #ffffff;
}
#divTopLinks a {
  color: #007dac;
  text-decoration: none;
}
#divTopLinks a:hover,
#divTopLinks a.sel {
  color: #ffffff;
}
#aTopMail {
  margin-right: 45px;
  font-weight: 400;
}

#divTopOuter {
  height: 90px;
  overflow: hidden;
  background-color: #007dad;
}
#divTop {
  height: 90px;
  max-width: 910px;
  margin: auto;
  font-family: 'Bree Serif', serif;
  text-align: right;
}
#h1Logo {
  float: left;
  width: 180px;
  height: 62px;
  background: url(../Images/logo.png) no-repeat;
  padding: 0;
  margin: 14px 0 0 0;
}
.aLogo {
  display: block;
  width: 180px;
  height: 62px;
}
.divMainMenu {
  float: right;
  padding: 50px 0 0 0;
}
.aMenu,
.aMenu_sel {
  float: left;
  text-align: center;
  margin: 0 10px;
  color: #ffffff;
  text-decoration: none;
  line-height: 120%;
}
.aMenu:hover,
.aMenu_sel {
  color: #004c6e;
}
.aMenu.last {
  margin-right: 0;
}
#openMobile {
  display: none;
}

.divMainMenu.en,
.divMainMenu.de {
  padding: 30px 0 0 0;
}
.aMenu_lang {
  margin-top: 10px;
}

.div910 {
  width: 910px;
  overflow: hidden;
  margin: auto;
}
.div280 {
  float: left;
  width: 280px;
  overflow: hidden;
}
.columnFooter {
  float: left;
  width: 265px;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.columnFooter:nth-child(1),
.columnFooter:nth-child(2) {
  padding-right: 35px;
}
.div595 {
  float: left;
  width: 595px;
  overflow: hidden;
}

#divFooter {
  border-top: 4px solid #e5e5e5;
  background-color: #007dad;
  padding: 30px 0 0 0;
  font-family: 'Bree Serif', serif;
  color: #ffffff;
}
.h4Footer {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 135%;
  font-weight: 400;
  line-height: 120%;
}
#aFB {
  float: left;
  width: 40px;
  height: 41px;
  overflow: hidden;
  background-image: url(../Images/FB.png);
  background-repeat: no-repeat;
}
#aYT {
  float: left;
  width: 40px;
  height: 41px;
  overflow: hidden;
  background-image: url(../Images/YT.png);
  background-repeat: no-repeat; /*margin-left: 12px;*/
}
.aCredits {
  float: left;
  font-size: 90%;
  margin-left: 30px;
  padding: 6px 0 0 0;
}
#creditsBox {
  display: none;
  width: 209px;
  height: 107px;
  padding: 0;
  background: url(../Images/pink_baloon.png) no-repeat;
  color: #ffffff;
}
.ulFooter {
  margin: 0;
  padding: 0 0 15px 0;
  min-height: 127px;
}
.ulFooter > li {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  background: url(../Images/bullet.png) no-repeat center left;
}
.ulFooter > li > a {
  color: #ffffff;
  text-decoration: none;
}
.ulFooter > li > a:hover {
  text-decoration: underline;
}

.aHomeCircle {
  display: block;
  font-family: 'Bree Serif', serif;
  color: #007dac;
  text-decoration: none;
}
.homeCircle {
  display: block;
  padding: 55px 0 0 135px;
  position: relative;
  top: -47px;
  z-index: 100;
  font-size: 135%;
  line-height: 120%;
}
#homeCircle1 {
  background: url(../Images/home_circle_1.png) no-repeat;
}
#homeCircle2 {
  background: url(../Images/home_circle_2.png) no-repeat;
}
#homeCircle3 {
  background: url(../Images/home_circle_3.png) no-repeat;
}
.aHomeImage {
  display: block;
  width: 262px;
  height: 182px;
  padding: 8px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.divPag,
.divPag.sel {
  float: left;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  background: url(../Images/pallino.png) no-repeat top left;
  cursor: pointer;
}
.divPag:hover {
  background-position: top right;
}
.divPag.sel {
  background-position: top right;
  cursor: default;
}

.h3PageTitle {
  margin: 12px 0 0 0;
  padding: 13px 0 14px 0;
  font-family: 'Bree Serif', serif;
  color: #007dac;
  font-size: 170%;
  font-weight: 400;
  border-bottom: 1px solid #c2c0c1;
  border-top: 1px solid #c2c0c1;
}
.h3PageTitleBlu {
  margin: 12px 0 0 0;
  padding: 12px 0 12px 0;
  font-family: 'Bree Serif', serif;
  color: #007dac;
  font-size: 190%;
  font-weight: 400;
  border-bottom: 1px solid #007dac;
  border-top: 1px solid #007dac;
}
.h4MenuTitle {
  height: 70px;
  margin: 0;
  padding: 26px 0 0 0;
  font-family: 'Bree Serif', serif;
  color: #c1c1c1;
  font-size: 170%;
  font-weight: 400;
  background: url(../Images/fronzoli_menu.png) no-repeat top left;
  text-align: center;
}
.text {
  font-size: 90%;
  line-height: 180%;
}
.text .flex-direction-nav a {
  line-height: 42px;
}
.emText {
  color: #7fbed5;
  font-size: 140%;
  line-height: 140%;
}
.ulMenuDx {
  padding: 12px 0 0 0;
  margin: 0;
}

/* Modificata l'altezza fissa e sostituita con il padding per adattarsi a voci di menù più lunghe*/
/* .ulMenuDx>li { display: block; height: 50px; overflow: hidden; background: url(../Images/lateral_menu_sep.png) no-repeat bottom center; } */
.ulMenuDx > li {
  display: block;
  padding: 6px 0 10px 0;
  overflow: hidden;
  background: url(../Images/lateral_menu_sep.png) no-repeat bottom center;
}
/* .ulMenuDx>li>a { display: block; height: 37px; padding: 13px 0 0 16px; font-size: 85%; color: #4B5B61; text-decoration: none; } */
.ulMenuDx > li > a {
  display: block;
  height: auto;
  padding: 8px 0 8px 16px;
  font-size: 85%;
  color: #4b5b61;
  text-decoration: none;
}

.ulMenuDx > li > a:hover,
.ulMenuDx > li > a.sel {
  color: #007dac;
}
.boxTexOuter {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding: 8px;
}
.boxTex {
  background-color: #e5f2f8;
  padding: 12px 65px 12px 12px;
}
.boxTex2 {
  background-color: #e5f2f8;
  padding: 12px;
}
.h4BoxTitle {
  margin: 0;
  padding: 0;
  color: #007dac;
  font-style: italic;
  font-size: 170%;
  font-weight: 600;
}
#divBooks {
  /* height: 206px; */
}
.imgBookCover {
  float: left;
  margin: 0 25px 0 0;
}
.divBookPag {
  clear: both;
  
  padding: 15px 0 5px 50px;
}

.divListItem {
  display: block;
  padding: 20px 0 30px 0;
}
.itemTitle {
  color: #007dac;
  font-size: 150%;
  font-weight: 500;
}
.divListItem_img {
  padding: 8px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  overflow: hidden;
  margin: 10px 0 20px 0;
}
.divListItem_img img {
  width: 100%;
  vertical-align: middle;
}
.divListItem_txt {
  color: #4b5b61;
}

.div390h {
  height: 390px;
}
#divSliderTop {
  width: 100%;
  max-height: 500px;
  max-width: 1280px;
  border-bottom: 4px solid #007dad;
  overflow: hidden;
  margin: auto;
}
#divSliderTop > img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#divMap {
  width: 100%;
  height: 500px;
}
.infoBox {
  background: url(../Images/infoBox.png) no-repeat bottom left;
  width: 165px;
  height: 62px;
  padding: 10px 12px 0 10px;
  font-size: 85%;
}
.backToList {
  float: right;
  padding: 4px 10px 7px 23px;
  margin-top: 14px;
  color: #4b5b61;
  font-family: 'Bree Serif', serif;
  font-size: 90%;
  background: #ebe9ea url(../Images/back_gallery.png) no-repeat left center;
  text-decoration: none;
}

.aGallery {
  display: block;
  width: 100%;
  padding: 8px;
  margin-top: 35px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.aGallery > img {
  border: none;
  vertical-align: middle;
  width: 100%;
}
.divGalleryBigImageWrapper {
  padding: 35px 0 35px 0;
  border-bottom: 1px solid #ebe9ea;
}
.divGalleryBigImage {
  position: relative;
  width: 100%;
  padding: 8px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.divGalleryBigImage img {
  vertical-align: middle;
  width: 100%;
}
#backGallery {
  float: right;
  padding: 4px 10px 7px 23px;
  margin-top: 14px;
  color: #4b5b61;
  font-family: 'Bree Serif', serif;
  font-size: 90%;
  background: #ebe9ea url(../Images/back_gallery.png) no-repeat left center;
  text-decoration: none;
}
#backGallery:hover {
  text-decoration: underline;
}
#divGalleryArrows {
  position: absolute;
  width: 72px;
  height: 35px;
  overflow: hidden;
  top: 9px;
  right: 9px;
  z-index: 9999;
}
.aGalleryArrowL {
  float: left;
  width: 35px;
  height: 35px;
  background: url(../Images/arrL.png) no-repeat top left;
}
.aGalleryArrowR {
  float: left;
  width: 35px;
  height: 35px;
  background: url(../Images/arrR.png) no-repeat top left;
  margin: 0 0 0 2px;
}
.aGalleryArrowL:hover,
.aGalleryArrowR:hover {
  background-position: top right;
  cursor: pointer;
}
.invisible {
  background-image: none;
  cursor: default;
}

.aNewsLateral {
  display: block;
  padding-bottom: 35px;
  text-decoration: none;
}
.newsLateral {
  display: block;
  width: 262px;
  padding: 8px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.newsLateral img {
  vertical-align: middle;
  border: none;
}
.aNewsLateral:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.aNewsLateral span {
  display: block;
  padding: 7px 0 0 10px;
  font-size: 80%;
  color: #007dac;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.grid3 > .div280 {
  margin-top: 35px;
}
.grid3 > .div280:nth-child(3n + 2) {
  margin-left: 35px;
}
.grid3 > .div280:nth-child(3n + 0) {
  margin-left: 35px;
}

.grid3_1Row > .div280 {
  margin-top: 35px;
}
.grid3_1Row > .div280:nth-child(2) {
  margin-left: 35px;
}
.grid3_1Row > .div280:nth-child(3) {
  margin-left: 35px;
}

.grid3_LastNews > .div280:nth-of-type(2) {
  margin-left: 35px;
}
.grid3_LastNews > .div280:nth-of-type(3) {
  margin-left: 35px;
}

.divGalleryWrapper > .div280:nth-of-type(2) {
  margin-left: 35px;
}
.divGalleryWrapper > .div280:nth-of-type(3) {
  margin-left: 35px;
}

.grid1_2 > .div280 {
  margin-right: 35px;
}
.grid2_1 > .div595 {
  margin-right: 35px;
}

/********* MODULO CONTATTI **********/
.divContactForm {
}
.divContactForm input,
.divContactForm textarea {
  border: none;
  display: block;
  width: 95%;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4b5b61;
  margin-bottom: 18px;
  padding: 10px;
}

#divContactSend {
}
#divContactSend #btnSubmit {
  background: #007dac;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 30px;
  border: none;
}
#divContactSend #pPrivacy {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 13px;
}
.divContactBoxLoader,
#lblContactBoxFeedback {
}
#lblContactBoxFeedback {
  /* padding-top: 15px; */
  /* text-transform: uppercase; */
}

.aContactPrivacy {
  color: #007dac;
  text-decoration: none;
}
.aContactPrivacy:hover {
  color: #007dac;
  text-decoration: underline;
}
#cbContactPrivacy {
  margin: 0 6px 0 5px;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#spanContactPrivacy {
  display: inline-block;
  padding: 2px;
  margin-right: 5px;
}

.divContactForm.contatti input,
.divContactForm.contatti textarea {
  border: 1px solid #e6e6e6;
}
#divContactSend.contatti #pPrivacy {
  color: #646464;
}
#divContactSend.contatti .aContactPrivacy {
  color: #646464;
  text-decoration: underline;
}
#divContactSend.contatti .aContactPrivacy:hover {
  color: #33b3ff;
  text-decoration: underline;
}
#divContactSend.contatti #lblContactBoxFeedback {
  color: #646464;
}

.none {
  display: none;
}
.clearer {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.both {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.taRight {
  text-align: right;
}
.taCenter {
  text-align: center;
}
.block {
  display: block;
}
.noOutline {
  margin: 0;
  padding: 0;
}
.noBorder {
  border: none;
}
.hover {
  background-position: top left;
}
.hover:hover {
  background-position: top right;
}
.noBorder {
  border: none;
}
.link,
.noLink {
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
.normal {
  font-style: normal;
}
.italic {
  font-style: italic;
}
.vaMiddle {
  vertical-align: middle;
}

.Bree {
  font-family: 'Bree Serif', serif;
}
.white {
  color: #ffffff;
}
.blue {
  color: #007dac;
}
.grey {
  color: #4b5b61;
}
.linkBlue {
  text-decoration: none;
  color: #007dac;
}
.linkBlue:hover {
  text-decoration: underline;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
strong,
b,
.fw700 {
  font-weight: 700;
}
.fs80 {
  font-size: 80%;
}
.fs85 {
  font-size: 85%;
}
.fs90 {
  font-size: 90%;
}
.fs95 {
  font-size: 95%;
}
.fs110 {
  font-size: 110%;
}
.fs120 {
  font-size: 120%;
}
.fs130 {
  font-size: 130%;
}
.fs140 {
  font-size: 140%;
}
.lh160 {
  line-height: 160%;
}
.lh170 {
  line-height: 170%;
}
.pT7 {
  padding-top: 7px;
}
.pT10 {
  padding-top: 10px;
}
.pT15 {
  padding-top: 15px;
}
.pT20 {
  padding-top: 20px;
}
.pT25 {
  padding-top: 25px;
}
.pT30 {
  padding-top: 30px;
}
.pT35 {
  padding-top: 35px;
}
.pT40 {
  padding-top: 40px;
}
.pT55 {
  padding-top: 55px;
}
.pR35 {
  padding-right: 35px;
}
.pB20 {
  padding-bottom: 20px;
}
.pB35 {
  padding-bottom: 35px;
}
.pB40 {
  padding-bottom: 40px;
}
.pL10 {
  padding-left: 10px;
}
.pL15 {
  padding-left: 15px;
}
.mT12 {
  margin-top: 12px;
}
.mT20 {
  margin-top: 20px;
}

/*  inizio Modulo di contatto -------------------------------------------------- */
#lblContactBoxFeedback {
  margin-top: 12px;
  /*   padding: 10px; */
  border-radius: 4px;
}
.lblContactBoxFeedbackOK {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.lblContactBoxFeedbackError {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.none {
  display: none;
}
/*  fine Modulo di contatto -------------------------------------------------- */

@media screen and (max-width: 910px) {
  #divTopLinks {
    padding-right: 15px;
  }
  #h1Logo {
    margin-left: 20px;
  }
  /*menu mobile*/
  .divMainMenu {
    display: none;
  }
  #openMobile {
    display: block;
    float: right;
    height: 32px;
    width: 32px;
    background: url(../Images/menu_mobile.png) no-repeat top left;
    cursor: pointer;
    margin: 26px 16px 0 0;
  }
  #openMobile:hover {
    background-position: top right;
  }
  #menuMobile {
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 1000;
    display: none;
    background: #007dac;
    border-top: 2px solid #004c6e;
    border-bottom: 2px solid #004c6e;
  }
  .aMenu,
  .aMenu_sel {
    display: block;
    float: none;
    padding: 14px 0;
    margin: 0;
    font-family: 'Bree Serif', serif;
    font-size: 110%;
  }
  /*end menu mobile*/

  .div910 {
    width: auto;
    max-width: 910px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .grid3 > .div280:nth-child(even) {
    margin-left: 10%;
  }
  .grid3 > .div280:nth-child(odd) {
    margin-left: 10%;
  }

  .grid3_1Row > .div280:nth-child(1) {
    margin-left: 10%;
  }
  .grid3_1Row > .div280:nth-child(2) {
    margin-left: 10%;
  }
  .grid3_1Row > .div280:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }

  .grid3_LastNews .div280:nth-of-type(1) {
    margin-left: 10%;
  }
  .grid3_LastNews .div280:nth-of-type(2) {
    margin-left: 10%;
  }
  .grid3_LastNews .div280:nth-of-type(3) {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    padding-top: 35px;
  }
  .grid3_LastNews:not(:first-child) {
    display: none;
  }

  .grid1_2 > .div280 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .grid1_2 > .div595 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    width: auto;
    max-width: 595px;
    margin-top: 35px;
  }

  .grid2_1 > .div595 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    width: auto;
  }
  .grid2_1 > .div280 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    width: auto;
    max-width: 280px;
    margin-top: 35px;
  }
  .grid2_1 > .div280.leteral {
    margin-right: 0;
    float: none;
    clear: both;
    width: auto;
    max-width: unset;
    margin-top: 35px;
  }

  .divGalleryWrapper > .div280:nth-of-type(1) {
    box-sizing: border-box;
    width: 30%;
  }
  .divGalleryWrapper > .div280:nth-of-type(2) {
    box-sizing: border-box;
    width: 30%;
    margin-left: 5%;
  }
  .divGalleryWrapper > .div280:nth-of-type(3) {
    box-sizing: border-box;
    width: 30%;
    margin-left: 5%;
  }

  .media-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
  .media-container iframe,
  .media-container object,
  .media-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .columnFooter {
    width: 33.3%;
    padding: 0;
    box-sizing: border-box;
  }

  #divHomeNewsPag {
    display: none;
  }

  .no910 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .grid3 > .div280:nth-child(even) {
    margin-left: 7%;
  }
  .grid3 > .div280:nth-child(odd) {
    margin-left: 7%;
  }

  .grid3_1Row > .div280:nth-child(1) {
    margin-left: 7%;
  }
  .grid3_1Row > .div280:nth-child(2) {
    margin-left: 7%;
  }

  .grid3_LastNews .div280:nth-of-type(1) {
    margin-left: 7%;
  }
  .grid3_LastNews .div280:nth-of-type(2) {
    margin-left: 7%;
  }

  .columnFooter {
    float: none;
    width: 100%;
  }
  .columnFooter:nth-child(1) {
    padding-bottom: 15px;
  }
  .ulFooter {
    min-height: unset;
  }
}

@media screen and (max-width: 710px) {
  .grid3 > .div280:nth-child(even) {
    margin: auto;
    margin-top: 35px;
    float: none;
  }
  .grid3 > .div280:nth-child(odd) {
    margin: auto;
    margin-top: 35px;
    float: none;
  }

  .grid3_1Row > .div280:nth-child(1) {
    margin: auto;
    margin-top: 35px;
    float: none;
  }
  .grid3_1Row > .div280:nth-child(2) {
    margin: auto;
    margin-top: 35px;
    float: none;
  }

  .grid3_LastNews .div280:nth-of-type(1) {
    margin: auto;
    margin-top: 35px;
    float: none;
  }
  .grid3_LastNews .div280:nth-of-type(2) {
    margin: auto;
    margin-top: 35px;
    float: none;
  }

  .boxTex {
    padding: 12px;
  }
}

@media screen and (max-width: 610px) {
  #divBooks {
    height: auto;
  }
  .imgBookCover {
    float: none;
    display: block;
    margin-bottom: 25px;
  }
  .backToList {
    clear: both;
    margin-top: 45px;
  }

  .divGalleryWrapper > .div280:nth-of-type(1) {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .divGalleryWrapper > .div280:nth-of-type(2) {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .divGalleryWrapper > .div280:nth-of-type(3) {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
