@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Playball");
* {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #676767;
  font-weight: 400;
}

.paragrafo {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #967f76;
}
.paragrafo strong {
  font: inherit;
  color: inherit;
  font-weight: 700;
  font-style: italic;
}

.w100 {
  float: left;
  width: 100%;
}

.sezione {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin: -20px 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  padding-top: 100px;
}
.sezione .sottotitolo {
  font-family: "Playball", cursive;
  font-size: 26px;
  color: #f28c75;
  letter-spacing: 1px;
  margin: 0px 0 10px 0;
  line-height: 1em;
  padding: 0px;
}
.sezione .titolo {
  color: #5b3821;
  font-family: "Open Sans", sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1em;
  padding: 0px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.sezione.home {
  background-image: url("../img/home.jpg");
}
.sezione.chisiamo {
  background-image: url("../img/chisiamo.jpg");
}
.sezione .separatore {
  float: left;
  width: 100%;
  height: 20px;
  background-image: url(../img/separator.jpg);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
}

.box-container {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: -100px;
}
.box-container .box-content {
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 0 0;
  float: left;
  width: 100%;
  background-color: #fff;
  border: 5px solid #fff;
  position: relative;
  padding: 20px;
}

.box-contenuti {
  float: left;
  width: 100%;
  margin: 20px;
}
.box-contenuti .box-titolo {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  padding: 0px;
  margin: 0 0 20px 0;
}
.box-contenuti .box-paragrafo {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #676767;
}
.box-contenuti .box-img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 250px;
  height: 200px;
  background-color: #99cd4d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #99cd4d;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

.box-separatore {
  display: inline-block;
  float: initial;
  width: 50%;
  height: 12px;
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center;
  margin: 20px 25%;
  background-image: url("../img/sep.png");
}

.box-museo {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
  padding: 30px 20px 30px 70px;
  margin: 10px 0;
  position: relative;
}
.box-museo .box-museo-icona {
  color: #f28c75;
  font-size: 32px;
  position: absolute;
  z-index: 6;
  top: 25px;
  left: 25px;
}
.box-museo .box-museo-titolo {
  float: left;
  width: 100%;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  padding: 0px;
  margin: 0 0 10px 0;
}
.box-museo .box-museo-paragrafo {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #676767;
}

.box-museo-gallery {
  float: left;
  width: 100%;
}
.box-museo-gallery .box-museo-gallery-thu {
  position: relative;
  float: left;
  width: 100%;
  height: 150px;
  background-color: #99cd4d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px 0;
  border: 2px solid #99cd4d;
}
.box-museo-gallery .box-museo-gallery-thu .mask {
  position: absolute;
  z-index: 4;
  float: left;
  width: 100%;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 150px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-museo-gallery .box-museo-gallery-thu .mask i {
  font-size: 26px;
  color: #fff;
}
.box-museo-gallery .box-museo-gallery-thu:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  background-color: rgba(153, 205, 77, 0.6);
}

.box-interesse {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
  padding: 30px 20px 30px 70px;
  margin: 10px 0;
  position: relative;
}
.box-interesse .box-interesse-km {
  position: absolute;
  z-index: 6;
  top: 25px;
  left: 20px;
  float: left;
  background-color: #f28c75;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.box-interesse .box-interesse-titolo {
  float: left;
  width: 100%;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  padding: 0px;
  margin: 0 0 10px 0;
}
.box-interesse .box-interesse-paragrafo {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #676767;
}

.fb-btn-link {
  padding: 2px 5px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c6ebc+0,39579f+100 */
  background: #4c6ebc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNmViYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTU3OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4c6ebc 0%, #39579f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c6ebc 0%, #39579f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c6ebc 0%, #39579f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c6ebc", endColorstr="#39579f",GradientType=0 );
  /* IE6-8 */
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
}
.fb-btn-link i {
  color: inherit;
  font-size: 14px;
}
.fb-btn-link:hover {
  background: #39579f;
  color: #fff;
  text-decoration: none;
}

.giornate-tema-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.giornate-tema-list li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #efefef;
  padding: 10px;
  margin: 10px 0;
}
.giornate-tema-list li .giornata-data {
  display: block;
  margin: 0px;
  font-family: "Playball", cursive;
  color: #f28c75;
  font-size: 26px;
}

.btn-whatsapp {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(#55CA60, #27AB41);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  border: 5px solid #fff;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-whatsapp i {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 32px;
  margin-bottom: -10px;
  margin-right: 10px;
}
.btn-whatsapp:hover {
  border-color: #27AB41;
  background: #27AB41;
  color: #fff;
  text-decoration: none;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0);
}

.box-visita {
  display: block;
  position: relative;
  background-color: #efefef;
  border-radius: 4px;
  padding: 10px 20px 10px 100px;
  margin: 40px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #666;
}
.box-visita b {
  font: inherit;
  font-weight: bold;
  color: inherit;
}
.box-visita .img-ico {
  position: absolute;
  left: 20px;
  top: 10px;
  height: 50px;
  display: block;
}

.headbar-contact {
  float: left;
  width: 100%;
  background-color: #99cd4d;
  height: 30px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2) inset;
}
.headbar-contact .list-contact-header {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}
.headbar-contact .list-contact-header li {
  float: left;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
}
.headbar-contact .list-contact-header li a {
  font: inherit;
  color: inherit;
}
.headbar-contact .list-contact-header li i {
  color: inherit;
}

.navbar-cstm {
  float: left;
  width: 100%;
  background-color: saddlebrown;
  background-image: url("../img/header_navbar.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  border-color: #2a201a;
}
.navbar-cstm .navbar-brand {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-cstm .navbar-brand img {
  width: 100%;
  max-width: 100%;
}
.navbar-cstm .navbar-voci-cstm {
  margin-top: 30px;
}
.navbar-cstm .navbar-voci-cstm li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-cstm .navbar-voci-cstm li a:hover {
  color: #f9680b;
}
.navbar-cstm .navbar-voci-cstm li a.social {
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-cstm .navbar-voci-cstm li a.social i {
  color: inherit;
  font-size: 18px;
}
.navbar-cstm .navbar-voci-cstm li a.social.whatsapp i {
  margin-top: -5px;
  font-size: 26px;
}
.navbar-cstm .navbar-voci-cstm li .trpadv {
  display: block;
  margin-left: 10px;
  margin-top: 15px;
}

.sottomenu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: -25px 0 40px 0;
}
.sottomenu li {
  float: left;
  width: 20%;
  padding: 0px 2px;
}
.sottomenu li a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background-color: #99cd4d;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  border: 3px solid #fff;
  border-top-width: 0px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sottomenu li a.rosa {
  background-color: #ea9ec0;
  border-color: #ea9ec0;
}
.sottomenu li a.verde {
  background-color: #99cd4d;
  border-color: #99cd4d;
}
.sottomenu li a.azzurro {
  background-color: #82beec;
  border-color: #82beec;
}
.sottomenu li a.arancio {
  background-color: #f28c75;
  border-color: #f28c75;
}
.sottomenu li a.marrone {
  background-color: #7a604b;
  border-color: #7a604b;
}
.sottomenu li a:hover {
  text-decoration: none;
  padding: 25px 10px;
}
.sottomenu li a.active {
  padding: 25px 10px;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.sottomenu li a.active.rosa {
  background-color: #fff;
  color: #ea9ec0;
}
.sottomenu li a.active.verde {
  background-color: #fff;
  color: #99cd4d;
}
.sottomenu li a.active.azzurro {
  background-color: #fff;
  color: #82beec;
}
.sottomenu li a.active.arancio {
  background-color: #fff;
  color: #f28c75;
}
.sottomenu li a.active.marrone {
  background-color: #fff;
  color: #7a604b;
}

footer {
  float: left;
  width: 100%;
  margin-top: 30px;
}
footer .footer-top {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #efefef;
  padding: 20px 0;
}
footer .footer-top .pagine-list {
  list-style: none;
  padding: 0px;
  margin: 10px 0;
}
footer .footer-top .pagine-list li {
  float: left;
  width: 100%;
}
footer .footer-top .pagine-list li a {
  font-size: 14px;
  color: #676767;
}
footer .footer-top .pagine-list li a i {
  font-size: 10px;
  margin-right: 3px;
  color: #dbdbdb;
}
footer .footer-bottom {
  float: left;
  width: 100%;
  background-color: #99cd4d;
  padding: 10px 0;
}
footer .footer-bottom * {
  color: #fff;
}
footer .footer-bottom strong {
  display: block;
  color: #5b871b;
}
footer .seguicisu {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
footer ul.social {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer ul.social li {
  float: left;
  display: block;
  width: 100%;
  margin: 5px 0;
}
footer .fb-btn {
  float: left;
  padding: 5px 10px;
  display: block;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c6ebc+0,39579f+100 */
  background: #4c6ebc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNmViYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTU3OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4c6ebc 0%, #39579f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c6ebc 0%, #39579f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c6ebc 0%, #39579f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c6ebc", endColorstr="#39579f",GradientType=0 );
  /* IE6-8 */
  color: #fff;
  font-weight: 700;
}
footer .fb-btn i {
  color: inherit;
}
footer .fb-btn:hover {
  background: #39579f;
  color: #fff;
  text-decoration: none;
}
footer .trpadv-btn {
  float: left;
  padding: 5px 10px;
  display: block;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a680+0,008969+100 */
  background: #00a680;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a680 0%, #008969 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a680 0%, #008969 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a680 0%, #008969 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a680", endColorstr="#008969",GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-weight: 700;
}
footer .trpadv-btn i {
  color: inherit;
}
footer .trpadv-btn:hover {
  background: #008969;
  color: #fff;
  text-decoration: none;
}

.logo {
  margin-top: -50px;
}

.home-box {
  float: left;
  width: 100%;
  height: 300px;
  background-color: #333;
  border: 3px solid red;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  margin: 10px 0;
}
.home-box.rosa {
  border-color: #ea9ec0;
}
.home-box.verde {
  border-color: #99cd4d;
}
.home-box.blu {
  border-color: #82beec;
}
.home-box.marrone {
  border-color: #7a604b;
}
.home-box.arancione {
  border-color: #f28c75;
}
.home-box .mask {
  position: absolute;
  z-index: 4;
  float: left;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding-top: 130px;
  line-height: 1.3em;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home-box:hover .mask {
  background-color: #99cd4d;
}
.home-box:hover .mask.rosa {
  background-color: rgba(234, 158, 192, 0.9);
}
.home-box:hover .mask.verde {
  background-color: rgba(153, 205, 77, 0.9);
}
.home-box:hover .mask.blu {
  background-color: rgba(130, 190, 236, 0.9);
}
.home-box:hover .mask.arancione {
  background-color: rgba(242, 140, 117, 0.9);
}
.home-box:hover .mask.marrone {
  background-color: rgba(122, 96, 75, 0.9);
}

.col-photogallery {
  padding: 0px;
}
.col-photogallery .box-photogallery {
  float: left;
  width: 100%;
  height: 250px;
  background-color: #99cd4d;
  border: 5px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.col-photogallery .box-photogallery .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  position: absolute;
  z-index: 8;
  top: 0px;
  bottom: 0px;
  float: left;
  width: 100%;
  line-height: 250px;
  background-color: #99cd4d;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.col-photogallery .box-photogallery .mask i {
  color: #fff;
  font-size: 36px;
}
.col-photogallery .box-photogallery:hover .mask {
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
}

.campiobbligatori {
  float: left;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.form-control {
  border-radius: 2px;
  border-width: 0px;
  background-color: #efefef;
}

.btn-cstm {
  border-radius: 2px;
  border-width: 0px;
  background-color: #99cd4d;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.contatto_riuscito {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  background-color: #99cd4d;
  color: #fff;
}

#modalErrorField {
  font: inherit;
  color: inherit;
}

#cookie_avviso {
  display: none;
  z-index: 15000;
  float: left;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}
#cookie_avviso a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
#cookie_avviso a:hover {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}
#cookie_avviso .btn-c-accetta {
  cursor: pointer;
  cursor: #fff;
}

@media screen and (max-width: 767px) {
  .navbar-header .navbar-toggle {
    margin-top: 25px;
  }
  .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  #navbar {
    margin-top: 30px;
  }
  #navbar .navbar-voci-cstm {
    margin-top: 0px;
    padding: 0px;
    background-color: #7a604b;
    background-image: url("../img/header_navbar.jpg");
    background-position: center;
    background-repeat: repeat-y;
    background-size: auto;
  }
  #navbar .navbar-voci-cstm li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #navbar .navbar-voci-cstm li .trpadv {
    margin-top: 5px;
  }
}

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