/* ==========================================================================
   Reset components to improve browser compatibility
   ========================================================================== */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, img, strong, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  color: #000;
  margin: 0;
  text-decoration: none;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  background: url("../../img/dots.png");
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #666;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

h1 {
  font-size: 3em;
}

/* Barra di navigazione */
::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: white;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #cbc;
}

.lineThrough {
  text-decoration: line-through;
}

.bold {
  font-weight: 500;
}

#wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
}

.content {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .content {
    margin-left: 260px;
  }
}

.section {
  clear: both !important;
  min-height: 100vh;
}

.slicknav_menu {
  display: none;
}

.percorso {
  clear: both !important;
}

.general-link {
  color: white !important;
  background: #cbc;
  padding: 0px 3px 0px 3px;
  cursor: pointer;
}

.general-link:hover {
  background: none;
  color: #cbc !important;
}

.fa-download {
  font-size: 18px;
  margin-left: 7px;
}

.title {
  letter-spacing: 0px;
  float: right;
  right: 10px;
  line-height: 0.9;
  text-transform: uppercase;
  font-size: 2.1em;
  margin-top: 5px;
  margin-bottom: 0px;
}

.title2 {
  margin-right: 0px;
  letter-spacing: 0.1em;
  opacity: 0.6;
  clear: both;
  font: sans-serif;
}

.button {
  width: 160px;
  background: rgb(0, 0, 0);
  color: white;
  padding: 12px;
  border-radius: 12px;
  margin-right: auto;
  transform: translateX(-24px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.33px;
  transition: 0.1s ease;
  cursor: pointer;
}
.button:hover {
  background: rgb(60, 60, 60);
}
.button .icon {
  margin-right: 6px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-title-over-wrap {
  width: 100%;
  padding: 0;
}

.fancybox-title-over-wrap > div {
  padding: 10px;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../../fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../../fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../../fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  visibility: visible;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
  visibility: visible;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../../fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../../fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../../../fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98020;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .fancybox-wrap {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .fancybox-wrap {
    margin-left: 100px;
  }
}

#home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 4rem;
  max-width: 100%;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  #home {
    padding: 20% 15%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #home {
    padding: 14%;
  }
}
@media screen and (min-width: 1400px) {
  #home {
    padding: 0 10%;
  }
}

#home p {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}

#home h1 {
  font-size: 2.2em;
}
@media screen and (min-width: 768px) {
  #home h1 {
    font-size: 5em;
  }
}
@media screen and (min-width: 992px) {
  #home h1 {
    margin-top: -130px;
  }
}

#home h5 {
  font-size: 2.5em;
  font-weight: 300;
}

#home h6 {
  font-size: 1.2em;
  font-weight: 300;
}

.home--text-container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .home--text-container {
    flex-direction: row;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .home--text-container {
    max-width: 90%;
  }
}

.home--text-column {
  flex-basis: 47%;
}
.home--text-column:first-child {
  margin-right: 3%;
}

.linkCorso {
  text-decoration: underline;
}

#narrazioni {
  padding-left: 9.5%;
}

.port-container-main {
  width: 1000px;
  margin-bottom: -500px;
}

.youtube-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img-description {
  font-size: 1rem;
  font-style: italic;
  color: #aaa;
  margin-top: -4px;
  margin-bottom: 1.5rem;
}

.section-title {
  margin-top: 40px;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media screen and (min-width: 576px) {
  .section-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .section-subtitle {
    font-size: 1.7rem;
  }
}

.section-title.-percorso1 {
  text-decoration-color: #ef233c;
}

.section-title.-percorso2 {
  text-decoration-color: #03045e;
}

.section-title.-percorso3 {
  text-decoration-color: DarkOrange;
}

.section-title.-percorso4 {
  text-decoration-color: Purple;
}

.section-title.-percorso5 {
  text-decoration-color: #a4161a;
}

.section-title.-percorso6 {
  text-decoration-color: #00a5cf;
}

.section-title.-percorso7 {
  text-decoration-color: #f72585;
}

.section-title .icon {
  cursor: pointer;
}

.icon.-percorso1 {
  color: #ef233c;
}

.icon.-percorso2 {
  color: #03045e;
}

.icon.-percorso3 {
  color: DarkOrange;
}

.icon.-percorso4 {
  color: Purple;
}

.icon.-percorso5 {
  color: #a4161a;
}

.icon.-percorso6 {
  color: #00a5cf;
}

.icon.-percorso7 {
  color: #f72585;
}

.narrazioni--boxes-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 10px;
  max-width: 80%;
}
@media screen and (min-width: 576px) {
  .narrazioni--boxes-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .narrazioni--boxes-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .narrazioni--boxes-container {
    max-width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .narrazioni--boxes-container {
    max-width: 65%;
  }
}

.port-container {
  overflow: hidden;
  cursor: pointer;
}

.portfolio-item {
  height: 200px;
  overflow: hidden;
  background: #efefef;
  margin-right: 10px;
  margin-top: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.port-desc {
  font-size: 1.6em;
  opacity: 1 !important;
  padding-right: 8px;
}

.citazione {
  font-style: italic;
  opacity: 0.9;
}

/* BUTTON DOWNLOAD */
.face-button {
  height: 40px;
  display: inline-block;
  border: 3px solid #ef4432;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.face-button .icon {
  margin-right: 6px;
}

.face-primary,
.face-secondary {
  display: block;
  padding: 0 32px;
  line-height: 40px;
  transition: margin 0.4s;
}

.face-secondary {
  color: #ef4432;
}

.face-primary {
  background-color: #ef4432;
  color: #fff;
}

.face-button:hover .face-primary {
  margin-top: -40px;
}

.narrazione--title {
  text-transform: uppercase;
  font-size: 1.8rem;
  opacity: 1 !important;
  letter-spacing: 0;
  line-height: 0.9em;
}
@media screen and (min-width: 768px) {
  .narrazione--title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .narrazione--title {
    font-size: 5.5em;
  }
}

.autori_tesina {
  font-size: 1.5em;
  font-style: italic;
  margin-left: 3px;
  color: #999;
}

.tesinaSottotitolo {
  font-size: 1.5em;
  margin-left: 4px;
  color: #666;
  letter-spacing: 1px;
}

.narrazione--title-long {
  font-size: 3.4em;
  opacity: 1 !important;
  margin-bottom: -5px;
}

.port-section-content {
  font-size: 1.3rem;
  line-height: 1.3em;
  color: rgb(102, 102, 102);
  clear: both;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 1rem;
}
.port-section-content > h2 {
  font-size: 2rem !important;
  font-weight: bold;
  margin: 1rem auto;
  color: #555;
}
.port-section-content > h3 {
  font-size: 1.4rem !important;
  font-weight: bold;
  margin: 1rem auto;
  color: #555;
  margin-top: 35px;
}

.narrazioni--container {
  padding: 10px;
  width: 90%;
}
@media screen and (min-width: 576px) {
  .narrazioni--container {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .narrazioni--container {
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .narrazioni--container {
    width: 50%;
  }
}

.narrazione__paragrafo {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 1.4rem;
  color: #000;
}

.narrazione__copertina {
  width: 100%;
  margin: 15px 0;
}

.narrazione__immagine-container {
  position: relative;
}

.narrazione__immagine-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(239, 68, 50, 0.6);
}

.narrazione__immagine-container:hover .narrazione__immagine-overlay {
  opacity: 1;
  cursor: pointer;
}

.narrazione__immagine {
  display: block;
  height: auto;
  width: 100%;
}

.narrazione__immagine-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.narrazione__immagine-icon {
  display: block;
  font-size: 4rem;
  margin-bottom: 1rem;
}

.italic {
  font-style: italic;
}

.narrazione__quote {
  font-style: italic;
  margin: 1rem 1rem 6px 1rem;
  color: #888;
}

.narrazione__quoteAuthor {
  text-align: right;
  font-style: italic;
  margin-bottom: 2rem;
  color: #888;
}

.narrazione__footnotes {
  font-size: 1rem;
  line-height: 1;
}

.narrazione__list {
  margin: 10px 0 25px 25px;
  text-align: left;
}

.citazioneTesina {
  margin-left: 30px;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #aaa;
  clear: both;
  text-align: justify;
  text-justify: inter-word;
  opacity: 0.9;
  font-style: italic;
}

.citazioneAutore {
  font-style: normal !important;
}

.marginBottom100 {
  margin-bottom: 100px;
}

.marginBottom40 {
  margin-bottom: 40px;
}

.port-desc-mini {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0px;
  opacity: 0.5;
}

.port-desc-mini-tesina {
  font-size: 1.1em;
  font-style: italic;
  color: #aaa;
}

.youtube-title {
  font-size: 1.3em;
  font-style: italic;
  color: #aaa;
}

.tesinaTitoloInterno {
  color: #666;
  font-size: 1.9em;
  text-transform: uppercase;
}

.tesinaSottotitoloInterno {
  color: #666;
  font-size: 1.2em;
  margin-bottom: 4px;
  margin-top: 34px;
}

.tesinaSottotitoloSlideBatista {
  color: #999;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.port-desc-mini-tesina-coreano {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0px;
  opacity: 0.4;
}

.linkPdf {
  font-size: 1.1em;
  font-style: italic;
  letter-spacing: 0px;
  opacity: 0.75;
}

.youtube {
  font-size: 0.75em;
  font-style: italic;
  letter-spacing: 0px;
  opacity: 0.5;
  clear: both;
  float: left;
  line-height: 1.37em;
}

.youtubeImg {
  width: 100%;
}

.youtubeImg:hover {
  opacity: 0.85;
}

.port-desc-mini-press {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0px;
}

.read-more {
  background: #CBC;
  color: white;
  font-size: 16px;
  width: 122px;
  position: absolute;
  z-index: 9;
  margin-top: 10px;
  opacity: 0;
  text-transform: uppercase;
}

.closebtn {
  position: fixed;
  float: right;
  right: 0px;
  height: 40px;
  overflow: hidden;
  background: url("../../img/closebtn.png");
  background-position: top;
  width: 40px;
  top: 160px;
  cursor: pointer;
  z-index: 99999999999999;
}

.closebtn:hover {
  background-position: bottom;
}

.port-box.who-service {
  padding-right: 25px;
  border-right: 1px solid #efefef;
}

.port-box.what-service {
  padding-left: 25px;
  border-right: 1px solid #efefef;
  padding-right: 25px;
}

.display-id {
  display: none;
  margin-top: 25px;
}

.port-images {
  padding-top: 5px;
  margin-top: 20px;
  max-width: 100%;
}

.port-mini-header-thick {
  font-size: 26px;
  font-style: italic;
  letter-spacing: 0px;
}

.port-mini-header2 {
  font-size: 20px;
  letter-spacing: 0px;
  float: left;
  width: 400px;
  padding-top: 30px;
}

.citazione_autore {
  display: block;
  margin-top: 3px;
}

.linkPdf {
  color: #666666;
  font-style: italic;
}

.linkPdf:hover {
  color: #222;
}

.bianconi_link {
  display: block;
  margin-top: 3px;
  text-decoration: underline;
  color: #999;
}

.bianconi_link:hover {
  color: #222;
  text-decoration: underline;
}

.crespi_content {
  margin-top: 0.5em;
}

.crespi_title {
  font-weight: bold;
  font-style: italic;
  font-size: 2.6em;
}

.romani_sottotitolo1 {
  font-size: 1.2em;
  display: block;
  margin-bottom: -12px !important;
}

.crespi_sottotitolo1 {
  font-size: 1.3em;
}

.crespi_sottotitolo2 {
  font-size: 1em;
}

.crespi_subtitle {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.3em;
}

.crespi_image_margin {
  margin-top: 0px !important;
  margin-bottom: 0.7em;
}

#port1 {
  background: url("../../img/copertine/copertina1e.jpg");
}

#port2 {
  background: url("../../img/copertine/gruppo2.jpg");
}

#port3 {
  background: url("../../img/copertine/copertina2c.jpg");
}

#port4 {
  background: url("../../img/copertine/copertina6e.jpg");
}

#port5 {
  background: url("../../img/copertine/gruppo5.jpg");
}

#port6 {
  background: url("../../img/copertine/gruppo6.jpg");
}

#port7 {
  background: url("../../img/copertine/gruppo7.jpg");
}

#port8 {
  background: url("../../img/copertine/gruppo8.jpg");
}

#port9 {
  background: url("../../img/copertine/viandanti.jpg");
}

#port10 {
  background: url("../../img/copertine/fiume1.jpg");
}

#port11 {
  background: url("../../img/copertine/fiume2.jpg");
}

#port12 {
  background: url("../../img/copertine/fiume3.jpg");
}

#port13 {
  background: url("../../img/copertine/copertina1caddeo.jpg");
}

#port14 {
  background: url("../../img/copertine/copertina2bonini.jpg");
}

#port15 {
  background: url("../../img/copertine/copertina3vasvari.jpg");
}

#port16 {
  background: url("../../img/copertine/copertina4crespi.jpg");
}

#port17 {
  background: url("../../img/copertine/copertina5lietha.jpg");
}

#port18 {
  background: url("../../img/copertine/copertina6pastore.jpg");
}

#port19 {
  background: url("../../img/copertine/copertina7tonelli.jpg");
}

#port20 {
  background: url("../../img/copertine/fiume3.jpg");
}

#port22 {
  background: url("../../img/copertine/ceneri1sound.jpg");
}

#port23 {
  background: url("../../img/copertine/ceneri2saturazioni.jpg");
}

#port24 {
  background: url("../../img/copertine/ceneri3viste.jpg");
}

#port25 {
  background: url("../../img/copertine/ceneri4raccoglimi.jpg");
}

#port26 {
  background: url("../../img/copertine/ceneri5pietra.jpg");
}

#port27 {
  background: url("../../img/copertine/ceneri6imagine.jpg");
}

#port28 {
  background: url("../../img/copertine/ceneri7estetica.jpg");
}

#port29 {
  background: url("../../img/copertine/ceneri8reflection.jpg");
}

#port30 {
  background: url("../../img/copertine/ceneri9odori.jpg");
}

#port31 {
  background: url("../../img/copertine/ceneri10mbanefo.jpg");
}

#port32 {
  background: url("../../img/bellinzona/copertine/1biniB.jpg");
}

#port33 {
  background: url("../../img/bellinzona/copertine/2divieste.jpg");
}

#port34 {
  background: url("../../img/bellinzona/copertine/3gliaschera.jpg");
}

#port35 {
  background: url("../../img/bellinzona/copertine/4bischof.jpg");
}

#port36 {
  background: url("../../img/bellinzona/copertine/5schrepfer.jpg");
}

#port37 {
  background: url("../../img/bellinzona/copertine/6batista.jpg");
}

#port38 {
  background: url("../../img/bellinzona/copertine/7minocchi.jpg");
}

#port39 {
  background: url("../../img/bellinzona/copertine/8fenwick.jpg");
}

#port50 {
  background: url("../../img/percorso6/thumb1-large.png");
  background-position: center;
}

#port51 {
  background: url("../../img/percorso6/thumb2.png");
  background-position-y: -50px;
}

#port52 {
  background: url("../../img/percorso6/thumb3.png");
}

#port53 {
  background: url("../../img/percorso6/thumb4.png");
  background-position-y: -116px;
}

#port54 {
  background: url("../../img/percorso6/thumb5.png");
}

#port55 {
  background: url("../../img/percorso6/thumb6.png");
}

#port56 {
  background: url("../../img/percorso6/thumb7.png");
}

#port57 {
  background: url("../../img/percorso6/thumb8.png");
}

#port58 {
  background: url("../../img/percorso6/thumb9.png");
  background-position-y: -100px;
}

#port59 {
  background: url("../../img/percorso6/thumb10.png");
}

#port60 {
  background: url("../../img/percorso6/thumb11.png");
}

#port61 {
  background: url("../../img/percorso6/thumb12.png");
  background-position-y: -155px;
}

#port62 {
  background: url("../../img/percorso6/thumb13.png");
  background-position-y: -32px;
}

#port63 {
  background: url("../../img/percorso6/thumb14.png");
  background-position-y: -41px;
}

#port64 {
  background: url("../../img/percorso6/thumb15.png");
  background-position-x: -230px;
}

#port65 {
  background: url("../../img/percorso6/thumb16.png");
}

#port66 {
  background: url("../../img/percorso6/thumb17.png");
}

#port67 {
  background: url("../../img/percorso6/thumb18.png");
}

#port68 {
  background: url("../../img/percorso6/thumb19.png");
}

#port69 {
  background: url("../../img/percorso6/thumb20.png");
}

#port70 {
  background: url("../../img/percorso6/thumb21.png");
}

#port71 {
  background: url("../../img/percorso7/gruppo1/copertina.jpg");
}

#port72 {
  background: url("../../img/percorso7/gruppo2/copertina.jpg");
}

#port73 {
  background: url("../../img/percorso7/gruppo3/copertina.jpeg");
}

#port74 {
  background: url("../../img/percorso7/gruppo4/copertina.jpeg");
  background-position: center;
}

#port75 {
  background: url("../../img/percorso7/gruppo5/copertina.jpeg");
}

#port76 {
  background: url("../../img/percorso7/gruppo6/copertina.jpg");
}

#port77 {
  background: url("../../img/percorso7/gruppo7/copertina.jpg");
}

#port78 {
  background: url("../../img/percorso7/gruppo8/copertina.jpg");
}

#port79 {
  background: url("../../img/percorso7/gruppo9/copertina.png");
}

#port80 {
  background: url("../../img/percorso7/gruppo10/copertina.png");
}

#port81 {
  background: url("../../img/percorso7/gruppo11/copertina.jpeg");
}

#port82 {
  background: url("../../img/percorso7/gruppo12/copertina.jpeg");
}

#port83 {
  background: url("../../img/percorso7/gruppo13/copertina.jpg");
  background-position: center;
}

#port84 {
  background: url("../../img/percorso7/gruppo14/copertina.jpeg");
}

#port85 {
  background: url("../../img/percorso7/gruppo15/copertina.png");
}

#port86 {
  background: url("../../img/percorso7/gruppo16/copertina.jpg");
}

/* ==========================================================================
  Navigation
  ========================================================================== */
.navigation {
  display: none;
  position: fixed;
  width: 260px;
  height: 100%;
  border-right: 1px solid #efefef;
  color: black;
  padding: 15px;
  background: white;
  text-align: right;
  z-index: 99999;
}
@media screen and (min-width: 992px) {
  .navigation {
    display: block;
  }
}

.navigation ul {
  margin-top: 25%;
}

.navigation li {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}

.navigation li.active {
  color: #cbc !important;
}

#menuid1 {
  color: #cbc;
}

.menu-style {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  padding: 5px;
}

.menu-style:hover {
  color: #fff !important;
  background: #cbc;
}

.menu-contact {
  padding-right: 20px;
  color: #555;
  position: absolute;
  bottom: 30px;
  line-height: 13px;
  margin-top: 2px;
}

.menu-contact p {
  text-align: left;
  margin-right: 15px;
}

.menu-contact .info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.menu-contact img:hover {
  opacity: 0.7;
}

.menu-contact a:hover, .menu-contact .link:hover {
  color: black;
}

#map_canvas {
  position: relative;
  height: 95vh;
  width: 99%;
}

#sizer {
  display: block;
}

.map-button-container {
  margin-top: 25px;
  margin-left: 11%;
}

/* Riquadro blu  */
form {
  width: 240px;
  padding: 18px 20px 0;
  margin-bottom: 18px;
  background: rgb(139, 133, 137);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}

fieldset {
  border: 0;
  padding-bottom: 9px;
}

label {
  cursor: pointer;
  line-height: 20px;
  padding-bottom: 9px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.radios {
  padding-top: 18px;
  background: url(../../../img/divider.png) repeat-x 0 0;
}

.label_check input,
.label_radio input {
  margin-right: 5px;
}

#footer {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

#footer a {
  padding: 2px 10px;
  margin: 0 2px;
  color: #999;
  background: #ddd;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}

#footer a:hover,
#footer a:focus {
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, 0.3);
}

/* Scritte Gruppo 1 Gruppo 2 in box */
.has-js .label_check,
.has-js .label_radio {
  padding-left: 24px;
  color: white;
  margin-right: 1.4em;
  width: 100%;
}

.has-js .label_radio {
  background: url(../../../img/radio-off.png) no-repeat;
  font-size: 1em;
  font-weight: 500;
}

.has-js .label_check {
  background: url(../img/check-off.png) no-repeat;
  /*float:left; */
}

.has-js label.c_on {
  background: url(../../../img/check-on.png) no-repeat;
}

.has-js label.r_on {
  background: url(../../../img/radio-on.png) no-repeat;
  font-size: 1em;
  font-weight: 500;
}

.has-js .label_check input,
.has-js .label_radio input {
  position: absolute;
  left: -9999px;
}

#press {
  padding-top: 9%;
  padding-left: 8%;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  #press {
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #press {
    max-width: 70%;
  }
}

.link-press {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
}

.link-press::before {
  content: "- ";
}

.link-press:hover {
  color: #222;
}

#wrapperPress {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  min-height: 1200px;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
}

.pressTitle {
  margin-bottom: 10px;
}

.pressImage {
  border: 1px solid #111;
  max-width: 100%;
  width: 80%;
  margin-bottom: 15px;
  margin-left: 15px;
}

.pressImage:hover {
  opacity: 0.7;
}

.homePress {
  padding-left: 100px;
}

#affinita {
  padding-top: 9%;
  padding-left: 9.5%;
}

#affinita h1 {
  margin-bottom: 30px;
}

#affinita a:focus, #affinita a:hover {
  color: #cbc;
}

#affinita li {
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 15px;
}

/* ==========================================================================
  Loading bar
  ========================================================================== */
.paceDiv {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: white;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 999999999999;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}

.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}

.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}

.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}

.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}

.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}

.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}

.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}

.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}

.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}

.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}

.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}

.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}

.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}

.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}

.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}

.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}

.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}

.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}

.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}

.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}

.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}

.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}

.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}

.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}

.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}

.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}

.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}

.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}

.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}

.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}

.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}

.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}

.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}

.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}

.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}

.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}

.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}

.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}

.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}

.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}

.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}

.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}

.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}

.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}

.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}

.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}

.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}

.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}

.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}

.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}

.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}

.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}

.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}

.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}

.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}

.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}

.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}

.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}

.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}

.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}

.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.54px;
}

.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}

.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}

.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96px;
}

.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}

.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}

.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}

.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}

.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}

.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}

.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}

.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}

.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}

.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}

.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}

.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}

.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}

.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}

.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}

.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}

.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}

.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.48px;
}

.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}

.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}

.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}

.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}

.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}

.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}

.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}

.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}

.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.74px;
}

.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.88px;
}

.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}

.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}

.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}

.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.44px;
}

.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}

.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}

.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}

.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 999999999999;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

.accordion {
  margin: 30px auto 0;
}

.accordion__item {
  margin-bottom: 5px;
}

.accordion__title {
  background: #222;
  color: white;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
}

.accordion__title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  transition: transform 0.2s ease-in;
}

.accordion__item.is-open > .accordion__title::after {
  transform: rotate(180deg) !important;
}

.accordion__body {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.accordion__content {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 15px;
  margin-top: 5px;
}

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}

/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_item {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

@media (min-width: 797px) and (max-width: 979px) {
  /* #menu is the original menu */
  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 797px) {
  /* #menu is the original menu */
  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
div.fancy-select {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  color: rgb(139, 133, 137);
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 1px rgb(90, 90, 90);
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: rgb(100, 100, 100);
  border: 1px solid rgb(150, 150, 150);
  border-top-color: 1px solid rgb(150, 150, 150);
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  font-size: 0.8em;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: rgb(139, 133, 137);
  top: 20px;
  right: 9px;
}

div.fancy-select div.trigger.open {
  /*background: #4A5368;*/
  background: rgb(90, 90, 90);
  /*border: 1px solid #475062;*/
  /*color: #7A8498;*/
  box-shadow: none;
}

div.fancy-select div.trigger.open:after {
  /*border-top-color: #7A8498;*/
  border-top-color: rgb(139, 133, 137);
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 250px;
  overflow: auto;
  background: #888;
  /*border-radius: 4px;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: rgb(50, 50, 50);
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  background: rgba(139, 133, 137, 0.3);
  color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options li.hover {
  color: #fff;
}

/*# sourceMappingURL=all.css.map */
