html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  font-family: verdana, sans-serif;
  font-size: 13px;
  color: #5a5a5a;
  font-weight: lighter; }

iframe {
  margin: 0 auto;
  display: block; }

.mainlogo {
	height: 95%;
	margin: 0 auto;
	margin-top: 1rem;
}

.menu-main {
	display: inline;
	list-style: none;
}
.menu-main li {
	/* margin-right: 0; */
}
.menu-main li:not(:last-child)::after {
	content: "|";	
    padding-left: 0.8rem;
    padding-right: 0.5rem;
    color: #ccc;
}
.menu-main li a {
	color: #f5f5f5;
}
.menu-main li.menuitem {
	display: inline;
	list-style: none;
}
.divider {
	color: #ccc;
}

.newsletter {
	display: inline; 
	float: right;
}

.normativa {
  width: 96%;
  padding-left: 2%; }

.mySlides {
  display: none; }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  background-color: #0a0a0a;
  margin: auto; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px; }

.home-img {
  height: 300px;
  margin: auto;
  max-width: 100%; }

/* Position the "next button" to the right */
.next {
  right: 10px;
  border-radius: 3px 3px 3px 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active, .dot:hover {
  background-color: #717171; }

a {
  color: #337ab7;
 }

.clear {
  clear: both; }

.header {
  height: 120px;
  width: 100%; }

.half_width {
  width: 49%;
  float: left;
  margin: auto; }

.immagine {
  background: #FFFFFF url("../graf/logo.jpg") no-repeat;
  /*    background-size: contain; */
  height: 90%;
  margin: auto; }

.immagine:hover {
  cursor: pointer; }

li a {
  color: #c7cdcf;
}

.grey_bar {
  float: right;
  width: 78%;
  background-color: #c7cdcf;
  position: relative;
  height: 50px; }

div.grey_bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 50px solid white;
  border-right: 30px solid #c7cdcf;
  width: 0; }

.grey_bar span.titolo {
  background: url("../graf/tag_newsletter.png") no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  display: block;
  position: absolute;
  padding: 2px 12px 2px 12px;
  width: 96px;
  bottom: -12px;
  margin-left: 50%;
  left: -60px; }

.grey_bar .newsletter {
  background-repeat: no-repeat;
  background-position: bottom center;
  cursor: pointer;
  position: relative;
  height: 50px;
  margin-left: 4vw;
  float: left; }

.grey_bar .app {
  position: relative;
  width: 12%;
  height: 50px;
  margin-left: 3%;
  float: left;
  text-align: center; }

.grey_bar .app img {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px; }

.grey_bar .ricerca {
  position: relative;
  width: 30%;
  height: 40px;
  margin-left: 2%;
  float: left;
  text-align: center;
  padding-top: 5px; }

.grey_bar .ricerca form {
  width: 50%;
  height: 30px;
  float: left; }

.ricerca form input {
  width: 70%; }

.info {
  width: 40%;
  float: left; }

#iscrizione_newsletter {
  padding-left: 2%;
  color: white;
  display: none;
  border: 1px solid black;
  width: 50%;
  min-height: 15vw;
  position: absolute;
  top: 25%;
  left: 25%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9); }

.social {
  width: 50px;
  margin-left: 2%;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
  position: fixed;
  top: 200px;
  right: 2px;
  z-index: 99999; }

.social img {
  display: block;
  float: left;
  margin-left: 3px;
  margin-bottom: 5px;
  border-radius: 40px; }

.grey_bar .social img {
  display: block;
  float: left;
  margin-left: 3px;
  border-radius: 40px; }

.grey_bar .social span {
  margin-right: 5px;
  margin-left: 18%;
  float: left;
  line-height: 50px;
  font-size: 13px; }

/*
.grey_bar .area_login{
position: relative;
width: 15%;
height: 50px;
margin-left: 2%;
float: left;
text-align: center;
line-height: 44px;
font-size: 13px;
}
*/
.grey_bar .lente_ricerca {
  background: url("../graf/search.png") no-repeat;
  background-position: center;
  height: 50%;
  border: none;
  padding: 3%;
  display: inline-block;
  width: 20px !important; }  


/*-----MENU-----*/
.show-menu {
  display: none; }

.menu {
  width: 100%;
  padding-bottom: 3%; }

#menu {
  list-style-type: none;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 !important; }

#menu li {
  float: left;
  background: url("../graf/bar_menu.png");
  color: #FFF;
  text-align: center;
  line-height: 45px;
  position: relative; }

#menu li:hover {
  background: #639F1E; }

#menu li a {
  text-decoration: none; }

.popup {
  display: none;
  list-style-type: none;
  position: absolute;
  z-index: 10;
  padding: 0; }

.popup li {
  width: 100%;
  background: #292929 !important; }

.popup li:hover {
  background: url("../graf/menu_sel.png") #292929 no-repeat !important; }

/*-------Sotto Menu----------------*/
#vetrina {
  width: 100%;
  background-color: #c7cdcf; }

#vetrina .in_vetrina {
  width: 31%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
  float: left;
  border-right: 1px dotted #999;
  position: relative; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: black !important; }

#vetrina .in_vetrina span {
  background: url("../graf/tag_newsletter.png");
  background-size: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  height: 20px;
  width: 155px;
  display: block;
  font-family: 'Didact Gothic', sans-serif;
  position: relative;
  top: -5px;
  line-height: 20px;
  text-align: center;
  padding-left: 5px; }

#vetrina .big {
  width: 35% !important; }

#vetrina .container_small {
  width: 100%;
  height: 10.0vw;
  overflow: hidden; }

#vetrina .container_big {
  height: 100%;
  white-space: nowrap; }

#vetrina .in_container {
  margin: 1%;
  height: 85%;
  width: 47%;
  overflow: hidden;
  display: inline-block; }

#vetrina #slide_media .in_container {
  margin: 1%;
  height: 94%;
  width: 31%;
  overflow: hidden;
  display: inline-block; }

#vetrina .in_container img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

#vetrina .in_container img:hover {
  width: 120%;
  margin-top: -10%;
  margin-left: -10%; }

#vetrina .freccia_dx {
  width: 2%;
  position: absolute;
  right: 2%;
  top: 40%;
  cursor: pointer; }

#vetrina .freccia_sx {
  width: 2%;
  position: absolute;
  left: 1%;
  top: 40%;
  cursor: pointer; }

/*--------HOME----------------*/
.top_home {
  margin-top: 30px; }

.news_top_home {
  width: 90%;
  margin: auto;
  position: relative; }

.news_top_home .tag {
  position: absolute;
  top: 20px;
  background-image: url("../graf/tag_news");
  width: 110px;
  height: 30px;
  color: #FFFFFF;
  padding-left: 20px;
  line-height: 26px;
  z-index: 10; }

.news_top_home .img_container {
  width: 100%;
  height: 25vw;
  overflow: hidden; }

/*
.news_top_home .img_container img{
width: 100%;
}
*/
.news_top_home h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #639F1E;
  font-size: 20px; }

.news_top_home p {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  margin: 0; }

.news_top_home h3 span {
  float: right; }

.news_top_home h4 {
  margin-top: 8px;
  margin-bottom: 5px;
  color: #999;
  font-size: 14px;
  font-weight: normal; }

.news_top_home h4 span {
  float: right; }

.more_news_home {
  width: 80%;
  margin: auto; }

.more {
  width: 22.8%;
  margin: 1%;
  height: 6.0vw;
  overflow: hidden;
  float: left;
  verflow: hidden; }

/*.more_news_home div img{width: 100%; height: 100%;} */
.in_evidenza {
  width: 40%;
  float: left; }

.titolo_in_evidenza {
  color: #639F1E; }

.in_evidenza span {
  background: url("../graf/bar_sezione.png");
  height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  line-height: 48px;
  padding-left: 5%; }

.in_evidenza a {
  position: relative;
  top: 2vw; }

.logo_calendario {
  width: 100%; }

.logo_calendario_sezioni {
  width: 70%;
  padding-left: 15%; }

.giorno_calendario, .giorno_calendario_sezione {
  font-size: 8vw;
  text-align: center; }

.mese_calendario, .giorno_calendario {
  width: 100%;
  position: relative;
  top: 2vw; }

.mese_calendario_sezione, .giorno_calendario_sezione {
  width: 90%;
  margin-left: 5%; }

.mese_calendario, .mese_calendario_sezione {
  text-align: center;
  font-size: 40px; }

#twitter-widget-0 {
  width: 100% !important; }

.mese_calendario, .mese_calendario_sezione {
  color: #FFF;
  border-radius: 10px 10px 0px 0px;
  background: #639F1E;
  border: 1px solid #999; }

.giorno_calendario, .giorno_calendario_sezione {
  color: #639F1E;
  border-radius: 0px 0px 15px 15px;
  height: 12vw;
  border: 1px solid #999; }

.contenitore_in_evidenza {
  border: 0 1px 1px 1px dotted #c7cdcf;
  width: 100%; }

.extra_footer {
  display: none; }

.video span {
  background: url("../graf/bar_sezione.png");
  height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  line-height: 48px;
  width: 100%;
  float: left;
  padding-left: 5%; }

.tab {
  background: url("../graf/bar_sezione.png"); }

.active .tab {
  background: url("../graf/bar_sezione.png"); }

.accordion-toggle, .panel-title {
  background: url("../graf/bar_sezione.png"); }

.panel-primary > .panel-heading {
  background: url("../graf/bar_sezione.png"); }
  
.panel-primary#progetto {  
    margin-bottom: 0;
}

.bar_bg {
  background: url("../graf/bar_sezione.png"); }

.bar_bg1 {
  background-color: #c7cdcf; }

.panel-borderless {
  border: 0;
  box-shadow: none; }

.panel-success {
  padding: 2em 1em 0.1em 0.1em; }

.panel-success.home_box {
	border: 0;
	max-height: 410px;
	overflow: hidden;
}
.panel-success.home_box picture img.img-thumbnail {
    margin: auto auto;
	max-height: 160px;
	width: 100%;
}

.panel-success > .panel-heading {
  background: #639F1E !important;
  color: #ffffff !important;
  position: relative;
  z-index: 1;
  width: 150px;
  height: 30px;
  font-size: 14px;
  margin-bottom: -5.5em;
  margin-left: -1em; }

.panel-default > .panel-heading {
  background: #B0B0B0 !important; }

.panel-success > .panel-body {
  padding-left: 0;
  padding-right: 0; }

.panel-primary > .panel-body {
  padding-left: 0;
  padding-right: 0; }

.panel-success > .panel-heading:before {
  content: "";
  position: absolute;
  border-top: 1.5em solid #333;
  border-left: 1em solid transparent;
  left: 0;
  bottom: -1.5em; }

.headerbar:after {
  content: "";
  position: absolute;
  border-bottom: 1.5em solid #333;
  border-right: 1.5em solid transparent;
  right: 0;
  top: -1.5em; }

.panel-success > .panel-heading:hover {
  /* transform: scale(1, 1.1); */
 }

.tab > a:hover, .tab > a:focus {
  background: url("../graf/bar_sezione.png");
  color: #FFFFFF; }

.link_media {
  cursor: pointer; }
  
.titolo a.tit_lnk {
	color: #f5f5f5;
}
.titolo a.tit_lnk:hover {
	color: #fff;
}

/*----------------------*/
/*--------------DALLE SEZIONI----------*/
.dalle_sezioni h3 {
  height: 48px;
  line-height: 48px;
  background-color: #c7cdcf;
  margin-top: 10px; }

.dalle_sezioni h3 span {
  background: url("../graf/bar_sezione.png");
  color: #FFFFFF;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  display: block;
  padding-left: 5%;
  width: 25%; }

.dalle_sezioni h3 span img {
  display: block;
  float: right;
  position: relative;
  top: -15px;
  right: -24px; }
@media (min-width: 570px) and (max-width: 1230px) {
	.dalle_sezioni h3 span img {
	top: -65px;
	right: -3.5em;
	}
}
.dalle_sezioni h3 span img.secondo {
	/* top: -65px;
    right: -75px; */
}
@media (min-width: 800px) and (max-width: 965px) {
	.dalle_sezioni h3 span img.secondo {
	top: -110px;
	} 
} 
@media (min-width: 1200px) {
	.dalle_sezioni h3 span img.secondo {
    top: -65px;
    right: -65px;
	} 
} 

.box_dalle_sezioni {
  height: 400px;
  padding-left: 30px !important;
  padding-right: 30px !important; }
  .box_dalle_sezioni h4 {
    background: url("../graf/tag_sezione.png") no-repeat;
    position: absolute;
    color: #FFFFFF;
    width: 130px;
    height: 48px;
    display: block;
    left: -5px;
    font-size: 12px;
    padding-left: 12px; }
  .box_dalle_sezioni h5 {
    margin: 0;
    color: #639F1E;
    font-size: 14px; }

.box_dalle_sezioni p {
  margin: 5px auto;
  font-size: 12px; }

.box_dalle_sezioni span {
  color: #999;
  font-size: 12px; }

.box_dalle_sezioni .img {
  width: 100%;
  overflow: hidden;
  height: 15vw; }

/*.box_dalle_sezioni .img img{
width: 100%;
height: 100%;
}*/
.contenitore_in_evidenza {
  width: 100%;
  padding-top: 10%; }

.immagine_in_evidenza {
  width: 100%; }

.box_riflettori_su {
  height: 400px; }

.image_in_evidenza {
  width: 50%;
  float: left;
  padding-right: 5%;
  height: 120px; }

.contenuto_video_foto {
  width: 100%; }

.media_giorno {
  padding-top: 5%; }

.iframe_video, .foto_giorno {
  /*width: 90%;
height: 20vw;*/
  padding-left: 5%;
  padding-right: 5%; }

.titolo_media_giorno h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #639F1E;
  font-size: 20px; }

.pubblicatore {
  padding-top: 20px;
  text-align: right;
  color: #c7cdcf;
  font-size: 14px;
  font-weight: normal; }

.tutti_media {
  padding-top: 20px;
  color: #999; }

.amici_del_gufetto h3 {
  height: 48px;
  line-height: 48px;
  background-color: #c7cdcf;
  margin-top: 10px; }

.amici_del_gufetto h3 span {
  background: url("../graf/bar_sezione.png");
  color: #FFFFFF;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  display: block;
  padding-left: 5%;
  width: 25%; }

.amici_del_gufetto h3 span img {
  display: block;
  float: right;
  position: relative;
  top: -15px;
  right: -24px; }

.box_amici_gufetto {
  float: left;
  width: 50%;
  margin: 2%;
  position: relative; }

.box_amici_gufetto h4 {
  background: url("../graf/bar_evidenza.png") no-repeat;
  position: absolute;
  color: #FFFFFF;
  width: 130px;
  height: 20px;
  display: block;
  left: -5px;
  font-size: 12px;
  padding-left: 12px; }

.ante_amici_gufetto {
  width: 94%;
  margin: auto; }

#titolo_gufetto_segnala {
  font-size: 25px; }

.articolo_gufetto_segnala {
  width: 92%;
  position: relative;
  top: 38px;
  left: -5px;
  border: 1px solid #C7CDCF;
  padding-left: 20px;
  padding-right: 20px;
}
form.add_articolo {	
    padding: 0.5em;
}
.freschi_di_stampa {
    font-size: 9pt;
    vertical-align: super;
}

.box_amici_gufetto_twitter {
  float: left;
  width: 22%;
  margin: 2%;
  margin-top: 1.4%;
  position: relative;
  padding-left: 2%; }

.social_amici_gufetto {
  float: left;
  position: relative;
  top: -1px;
  left: -6px; }

.ultimi_post {
  float: left;
  position: relative;
  top: 11px;
  left: -0.7px; }

.ultimi_post h4 {
  background: url("../graf/bar_evidenza.png") no-repeat;
  position: absolute;
  color: #FFFFFF;
  width: 112px;
  height: 20px;
  display: block;
  left: -5px;
  font-size: 12px;
  padding-left: 12px; }

.twitta_a_gufetto {
  float: left;
  position: relative;
  left: 45%;
  font-size: 14px;
  top: 3%; }

.twitta_a_gufetto h4 {
  position: relative;
  top: 11px;
  left: 15px; }

.tweets {
  width: 100%;
  position: relative;
  left: -5px;
  border: 1px solid #c7cdcf;
  top: -7px; }

.fb {
  width: 100%;
  position: relative;
  left: -5px;
  border: 1px solid #c7cdcf;
  top: -3px; }

.fb-like-box {
  border: 1px solid #c7cdcf;
  position: relative;
  left: -5px;
  top: -3px; }

.box_amici_gufetto_facebook {
  float: left;
  width: 12%;
  margin: 2%;
  margin-top: 1.4%;
  position: relative;
  padding-left: 2%; }

.footer {
  width: 100%;
  margin-top: 5%; }

.footer a {
	color: #f5f5f5;
}
.footer a:HOVER {
	color: #fff;
}

.footer.bg-primary {
	padding-top: 1.5%;
	padding-bottom: 1%;
}

.immagine_gufetto {
  background: url("../graf/logo1.png") no-repeat;
  height: 70%;
  float: left;
  width: 218px;
  margin-left: 10px;
  height: 115px; }

.dettagli_redazione {
  float: left;
  border-right: 1px dotted #999;
  width: 50%;
  padding-left: 2%;
  /* padding-top: 1.5%; */
}

.redazione {
  width: 100%;
  height: 35px; }

.powered_by {
  width: 100%;
  text-align: center;
  padding-top: 4%; }

.social_footer {
  height: 50%;
  float: left;
  width: 22%;
  padding-top: 2%;
  padding-left: 4%; }

.loghi_social_footer {
  padding-bottom: 10%; }

.logo_social_footer {
  width: 15%;
  padding-right: 5%; }

.logo_ultimo_social_footer {
  width: 15%; }

.app_footer {
  width: 30%;
  float: left; }

.mail_gufetto {
  width: 87%;
  text-align: center;
  float: left; }

.busta_footer {
  width: 12%;
  float: left; }

.tutti_media {
  text-decoration: none; }

.riflettori_su {
  width: 70%;
  border-right: 1px dotted #999;
  float: left;
  min-height: 1000px; }

.riflettori_su h3 {
  height: 48px;
  line-height: 48px;
  margin-top: 10px;
  width: 65%;
  padding-right: 5%;
  float: left; }

.form_sezione {
  width: 30%;
  float: left;
  padding-top: 1.3%; }

.input_cerca {
  height: 25px;
  width: 200px;
  float: left; }

.lente_ricerca_sezioni {
  background: url("../graf/search.png") no-repeat;
  background-position: center;
  height: 35px;
  float: left;
  border: none;
  padding: 3%; }

.riflettori_su h3 span {
  background: url("../graf/bar_sezione.png");
  color: #FFFFFF;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  display: block;
  padding-left: 5%;
  width: 90%; }

.riflettori_su h3 span img {
  display: block;
  float: right;
  position: relative;
  top: -15px;
  right: -24px; }

.ante_riflettori_su {
  width: 94%;
  margin: auto; }

.box_riflettori_su h4 {
  background: url("../graf/tag_sezione.png") no-repeat;
  position: absolute;
  color: #FFFFFF;
  width: 130px;
  height: 25px;
  display: block;
  left: -5px;
  font-size: 12px;
  padding-left: 12px; }

.box_riflettori_su h5 {
  margin: 0;
  color: #639F1E;
  font-size: 14px; }

.box_riflettori_su p {
  margin: 5px auto;
  font-size: 12px; }

.box_riflettori_su span {
  color: #999;
  font-size: 12px; }

.box_riflettori_su .img {
  width: 100%;
  height: 15vw;
  overflow: hidden;
  text-align: center; }

/*.box_riflettori_su .img img{
width: 100%;

} */
.in_evidenza_riflettori {
  width: 26%;
  float: left;
  margin-left: 2%;
  padding-left: 1%; }

.in_evidenza_sezione {
  width: 30%;
  height: 30%;
  float: left; }

.contenitore_articoli_in_evidenza {
  margin-top: 5%;
  border-left: 1px dotted #999; }

.in_evidenza_riflettori h3 {
  height: 48px;
  line-height: 48px;
  margin-top: 10px; }

.in_evidenza_riflettori h3 span {
  background: url("../graf/bar_sezione.png");
  height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  line-height: 48px;
  padding-left: 5%; }

.in_evidenza_sezione h3 {
  height: 48px;
  line-height: 48px;
  margin-top: 10px; }

.in_evidenza_sezione h3 span {
  background: url("../graf/bar_sezione.png");
  height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  line-height: 48px;
  padding-left: 5%; }

.contenitore_in_evidenza_riflettori {
  width: 94%;
  padding-top: 10%;
  padding-left: 5%; }

.image_in_evidenza_riflettori {
  width: 50%;
  float: left;
  padding-right: 5%;
  height: 145px; }

.news_sezione {
  padding-top: 5%;
  width: 30%;
  float: right; }

.contenitore_news_sezione {
  margin-top: 5%;
  border-left: 1px dotted #999;
  border-right: 1px dotted #999; }

.news_sezione h3 {
  height: 48px;
  line-height: 48px;
  margin-top: 10px; }

.news_sezione h3 span {
  height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  line-height: 48px;
  padding-left: 5%;
  background: #639F1E; }

.news_visualizzate {
  margin-top: 5%;
  border-left: 1px dotted #999;
  border-right: 1px dotted #999; }

.contenitore_news_visualizzate {
  width: 94%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%; }

.contenitore_news_visualizzate .immagine_news_visualizzate img {
  width: 50%;
  float: left;
  padding-right: 5%; }

.titolo_news_visulizzate {
  color: #639F1E; }

.sezione h3 {
  height: 48px;
  line-height: 48px;
  background-color: #c7cdcf;
  margin-top: 10px; }

.sezione h3 span {
  background: url("../graf/bar_sezione.png");
  color: #FFFFFF;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  display: block;
  padding-left: 5%;
  width: 25%; }

.sezione h3 span img {
  display: block;
  float: right;
  position: relative;
  top: -15px;
  right: -24px; }

.ante_sezione {
  width: 94%;
  margin: auto; }

.contenitore_video {
  padding-right: 3%;
  width: 17%;
  overflow: hidden;
  display: inline-block; }

.iframe_tutti_video, .tutte_foto {
  width: 100%;
  height: 8vw; }

.titolo_tutti_media {
  color: #639F1E;
  margin-top: 5px;
  margin-bottom: 5px; }

.data_tutti_media {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999; }

#citta_scena {
  color: #639F1E;
  display: inline; }

.meta_sezione {
  width: 70%;
  border-right: 1px dotted #999;
  float: left;
  min-height: 1000px; }

.meta_sezione h3 {
  height: 48px;
  line-height: 48px;
  margin-top: 10px;
  width: 65%;
  padding-right: 5%;
  float: left; }

.meta_sezione h3 span {
  background: url("../graf/bar_sezione.png");
  color: #FFFFFF;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  display: block;
  padding-left: 5%;
  width: 90%; }

.meta_sezione h3 span img {
  display: block;
  float: right;
  position: relative;
  top: -15px;
  right: -24px; }

.ante_meta_sezione {
  width: 94%;
  margin: auto; }

.box_meta_sezione {
  float: left;
  width: 42%;
  margin: 4%;
  position: relative; }

.box_meta_sezione p {
  margin: 5px auto;
  font-size: 12px; }

.box_meta_sezione span {
  color: #c7cdcf;
  font-size: 12px; }

.box_meta_sezione .img {
  width: 100%;
  height: 18vw;
  overflow: hidden; }

.box_meta_sezione .img img {
  width: 100%; }

.meta_sezione_articolo {
  width: 66%;
  border-right: 1px dotted #999;
  float: left;
  margin-left: 4%; }

.articolo {
  width: 100%;
  margin: auto; }

.articolo_precedente, .video_precedente, .foto_precedente {
  width: 50%;
  float: left;
  color: #999;
  text-align: left; }

.articolo_successivo, .video_successivo, .foto_successiva {
  width: 50%;
  float: left;
  color: #999;
  text-align: right; }

.titolo_articolo {
  width: 90%;
  color: #639F1E;
  float: left; }

.stampa_articolo {
  float: left;
  width: 10%; }

.header_articolo, .header_video_embed, .header_foto_visualizzata {
  width: 100%;
  color: #999; }

.header_video_embed, .header_foto_visualizzata {
  padding-bottom: 5%; }

.social_articolo {
  width: 33%;
  padding-left: 6%;
  float: left; }

.sub_header {
  float: left;
  padding-right: 1%;
  font-size: 12.5px; }

.header_sx {
  width: 80%; }

.sub_header_social {
  float: left; }

.sub_header_social img {
  width: 70%; }

.testo_articolo, .descrizione_video_embed, .descrizione_foto_visualizzata {
  padding-top: 3%; }

.precedenti {
  float: left;
  width: 46%;
  text-align: left;
  padding-left: 4%;
  color: #999; }

.successivi {
  float: left;
  width: 46%;
  text-align: right;
  padding-right: 4%;
  color: #999; }

.testo_chi_siamo, .testo_contatti {
  padding-left: 4%; }

.titolo_paragrafo {
  width: 100%;
  font-size: 20px;
  padding-top: 3%;
  padding-left: 4%; }

.box_chi_siamo {
  position: relative; }

.box_chi_siamo .img {
  float: left;
  padding-right: 2%; }

.foto_box_chi_siamo {
  width: 160px;
  height: 160px; }

.social_utente {
  height: 35px;
  padding-bottom: 8%; }

.box_chi_siamo .img a {
  display: block; }

.box_chi_siamo .social_senza_foto a {
  display: block; }

.social_mail {
  width: 35px;
  height: 25px;
  display: block; }

.nome_utente {
  color: #639F1E;
  width: 100%; }

.ultimo_articolo {
  color: #999;
  width: 100%; }

.ultimo_articolo a {
  text-decoration: none; }

.social_senza_foto {
  float: left;
  padding-right: 2%; }

.social_senza_foto_busta {
  float: left;
  position: relative;
  top: 10px; }

.nome_collaboratori {
  padding-left: 4%; }

#vetrina_video_foto {
  width: 100%;
  padding-top: 4%; }

#vetrina_video_foto .in_vetrina {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%; }

#vetrina_video_foto .container_small {
    width: 92%;
    overflow: hidden;
    float: left;
    background-color: #f5f5f5;
    border: 0.3rem solid #f5f5f5;
}

#vetrina_video_foto .container_big {
  height: 100%;
  white-space: nowrap; }
/*
#vetrina_video_foto .freccia_sx {
  width: 2%;
  padding-top: 5%;
  float: left;
  cursor: pointer;
  color: #999; 
}  
#vetrina_video_foto .freccia_dx {
  width: 2%;
  padding-top: 5%;
  float: left;
  cursor: pointer;
  color: #999;
}  */
#vetrina_video_foto .frecce {
	width: 2%;
	padding-top: 5%;
	float: left;
	cursor: pointer;
	color: #999; 
	
	font-size: 2rem;
	/* margin: 1rem; */
    font-weight: bold;
}
#vetrina_video_foto .frecce:hover {
	color: #AAA; 
}

#box_calendario {
  padding-top: 1%; }

.calendario {
  width: 100%;
  float: left;
  border-right: 1px solid #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.calendario td {
  width: 50px;
  height: 50px;
  border: 1px solid #fff; }

.mese_scorso, .mese_prossimo {
  background-color: #c7cdcf; }

.header_calendario {
  color: #639F1E; }

.domani {
  background-color: #4c7dc8;
  background-clip: padding-box;
  /* this has been added */
  border-radius: 5px; }

.oggi {
  background-color: #c87d4c !important;
  background-clip: padding-box;
  /* this has been added */
  border-radius: 5px; }

.ieri {
  background-color: #BBB;
  background-clip: padding-box;
  /* this has been added */
  border-radius: 5px; }

.cisono {
  background-color: #639F1E;
  background-clip: padding-box;
  /* this has been added */
  border-radius: 5px; }

.legenda {
  height: 40px;
  background-clip: padding-box;
  /* this has been added */
  background-clip: padding-box;
  /* this has been added */
  border-radius: 5px;
  border: 5px solid white; }

.cont_leg {
  margin-top: 5px;
  font-size: 13px;
  background-clip: padding-box;
  /* this has been added */
  border-radius: 5px; }

.lista_eventi {
  width: 100%;
  border-top: 1px solid #999; }

.stampa {
  width: 45%;
  float: left;
  padding-right: 10%; }

.stampa img {
  width: 100%;
  cursor: pointer; }

.messaggio {
  width: 45%;
  float: left; }

.messaggio img {
  width: 100%;
  padding-top: 18%;
  cursor: pointer; }

.in_container {
  width: 100%;
  cursor: pointer; }

.video_riprodotto, .foto_visualizzata {
  width: 100%;
  padding-top: 5%; }

.foto_visualizzata {
  height: 10vw; }

.video_embed, .foto_visualizzata_image {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%; }

.foto_visualizzata_image img {
  width: 50%;
  padding-left: 25%; }

.video_embed {
  height: 40vw; }

.titolo_video_embed, .titolo_foto_visualizzata {
  font-size: 20px;
  color: #639F1E;
  width: 100%; }

.image_in_container {
  height: 8vw; }

.footer_media {
  padding-top: 5%;
  width: 100%;
  padding-bottom: 2%; }

.footer_media_sx {
  width: 90%;
  float: left;
  padding-top: 1%; }

.footer_media_dx {
  width: 10%;
  float: left; }

.tutte_news {
  text-align: right;
  color: #999;
  padding-right: 5%; }

.tutte_news_home {
  width: 80%;
  margin: auto;
  color: #999; }

.tutte_news a {
  text-decoration: none; }

.tutte_news_home a {
  text-decoration: none; }

.box_chi_siamo {
  height: 220px; }

.onlymob {
  display: none; }

.home_video {
  margin-left: 2%; }

/*Responsive Styles*/
@media screen and (max-width: 800px) {
  html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px; }
  .nomob {
    display: none; }
  .onlymob {
    display: block; }
  .home-img {
    height: 200px;
    margin: auto;
    max-width: 100%; }
  body {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: normal; }
  .normativa {
    font-size: 12px; }
  .immagine {
    width: 100%;
    margin: auto;
    float: none; }
  .grey_bar {
    display: none; }
  #menu {
    display: none; }
  .in_evidenza_sezione {
    display: none; }
  .news_sezione {
    display: none; }
  .show-menu {
    display: block;
    width: 100%;
    text-align: center;
    background: #639F1E;
    color: white;
    height: 30px;
    line-height: 30px;
    cursor: pointer; }
  #menu li {
    width: 100% !important;
    margin-top: 1px;
    position: static; }
  .popup {
    position: static; }
  #vetrina {
    display: none; }
  .top_home {
    width: 100%; }
  .half_width {
    width: 100%; }
  .img_container {
    height: 60vw !important; }
  .news_top_home h3 {
    font-size: 12px; }
  .news_top_home h3 span {
    float: right;
    font-size: 12px; }
  .news_top_home p {
    font-size: 12px; }
  .news_top_home h4 {
    font-size: 12px; }
  .more_news_home {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%; }
  .more {
    width: 22.5%;
    margin: 1%;
    height: 12.5vw;
    float: left;
    overflow: hidden; }
  .in_evidenza {
    padding-bottom: 2%; }
  .in_evidenza, .video {
    padding-top: 5%; }
  .in_evidenza span, .video span {
    font-size: 12px;
    height: 20px;
    line-height: 20px; }
  .mese_calendario, .giorno_calendario {
    width: 74%; }
  .mese_calendario, .mese_calendario_sezione, .giorno_calendario_sezione {
    font-size: 12px; }
  .cal {
    display: none; }
  .giorno_calendario, .giorno_calendario_sezione {
    height: 10vw; }
  .iframe_video, .foto_giorno {
    height: 40vw;
    width: 100%; }
  .media_giorno, .titolo_media_giorno h3, .descrizione_media_giorno, .pubblicatore {
    font-size: 12px; }
  .tutti_media {
    font-size: 12px; }
  .dalle_sezioni h3 {
    height: 40px;
    line-height: 40px; }
  .dalle_sezioni h3 span {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 200px; }
  .dalle_sezioni h3 span img {
   /* top: -14px; */
    top: -45px;
    right: -30px;
    width: 40%; }
  .box_dalle_sezioni {
    /*    height: auto;*/ }
  .meta_sezione, .meta_sezione_articolo {
    width: 96%; }
  .box_dalle_sezioni h4 {
    font-size: 12px;
    line-height: 20px;
    height: 35px;
    width: 35%;
    margin-left: 5%; }
  .box_dalle_sezioni .img {
    width: 95%;
    height: 50vw;
    overflow: hidden;
    margin-left: 5%;
    margin-bottom: 1%; }
  .box_dalle_sezioni .img img {
    /*        width: 100%;
*/
    height: 100%; }
  .box_dalle_sezioni h5 {
    font-size: 12px;
    margin-left: 5%; }
  .box_dalle_sezioni p {
    margin-left: 5%;
    font-size: 12px;
    overflow: hidden; }
  .box_dalle_sezioni span {
    margin-left: 5%;
    font-size: 12px; }
  .box_amici_gufetto {
    width: 100%;
    float: none; }
  .box_amici_gufetto h4 {
    font-size: 12px;
    height: 15px;
    line-height: 16px;
    width: 100px; }
  .articolo_gufetto_segnala {
    top: 0; }
  #titolo_gufetto_segnala {
    font-size: 12px; }
  .articolo_gufetto_segnala p {
    font-size: 12px; }
  .articolo_gufetto_segnala p img {
    width: 50% !important;
    height: 30vw !important; }
  .amici_del_gufetto h3 {
    height: 20px;
    line-height: 20px; }
  .amici_del_gufetto h3 span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 100px; }
  .amici_del_gufetto h3 span img {
    top: -27px;
    right: -30px;
    width: 40%; }
  .box_amici_gufetto_twitter {
    display: none; }
  .box_amici_gufetto_facebook {
    display: none; }
  .footer {
    font-size: 12px; }
  .meta_sezione {
    min-height: 100px !important; }
  .meta_sezione h3 {
    height: 30px; }
  .meta_sezione h3 span {
    font-size: 12px !important;
    line-height: 20px !important;
    height: 20px; }
  .meta_sezione h3 span img {
    width: 45px;
    top: -12px; }
  .calendario td {
    width: 12px !important;
    height: 12px !important; }
  .calendario {
    font-size: 12px; }
  .dettagli_giorno {
    font-size: 12px; }
  #tabella_legenda {
    display: none; }
  .legenda {
    height: 55px; }
  /*#tabella_legenda td{
font-size: 12px;
}*/
  .lista_eventi {
    font-size: 12px; }
  #iscrizione_newsletter {
    padding-left: 2%;
    color: white;
    display: none;
    border: 1px solid black;
    width: 100%;
    min-height: 15vw;
    position: fixed;
    top: 5%;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.9); }
  .in_evidenza_sezione h3 span {
    font-size: 12px !important;
    line-height: 20px !important;
    height: 20px; }
  .news_sezione h3 {
    height: 20px; }
  .news_sezione h3 span {
    font-size: 12px !important;
    line-height: 20px !important;
    height: 20px; }
  .news_visualizzate {
    margin-top: 5% !important; }
  .immagine_news_visualizzate {
    width: 80%; }
  .titolo_news_visulizzate {
    font-size: 12px; }
  .sintesi_news_visulizzate {
    font-size: 12px; }
  .form_sezione {
    display: none; }
  .box_riflettori_su h5, .data_news_visulizzate, .box_riflettori_su p, .box_riflettori_su span {
    font-size: 12px; }
  .box_riflettori_su h4 {
    width: 130px;
    font-size: 12px;
    top: -8px;
    line-height: 18px; }
  .testo_contatti {
    font-size: 12px; }
  .articolo_precedente, .articolo_successivo, .titolo_articolo, .testo_articolo {
    font-size: 14px; }
  .testo_articolo img {
    margin: 0; }
  .titolo_articolo {
    font-size: 15px !important; }
  .testo_articolo {
    width: 100% !important;
    max-width: 100%; }
  .articolo {
    max-width: 96%;
    overflow: hidden; }
  .stampa, .messaggio {
    display: none; }
  .header_sx, .social_articolo {
    width: 100%; }
  .sub_header {
    font-size: 12px; }
  .box-event img {
    max-width: 100%;
    width: auto !important; }
  .sub_header_social {
    width: 15px; }
  .testo_articolo p img {
    /* max-width: 100% !important;
max-height: 30vw !important; */ }
  .freccia_sx, .freccia_dx {
    width: 3%; }
  .in_vetrina .freccia_sx {
    width: 3%;
    padding-right: 2%; }
  .in_vetrina .freccia_dx {
    width: 3%;
    padding-left: 1%; }
  .container_small {
    width: 90% !important; }
  .contenitore_video {
    width: 25%; }
  .data_tutti_media {
    font-size: 12px; }
  .header_video_embed, .header_foto_visualizzata {
    padding-bottom: 10%; }
  .video_precedente, .video_successivo, .titolo_video_embed, .header_video_embed, .descrizione_video_embed {
    font-size: 12px; }
  .tutte_news a {
    font-size: 12px; }
  .tutte_news_home {
    margin: 0;
    padding-left: 5%; }
  .tutte_news_home a {
    font-size: 12px; }
  .testo_chi_siamo p {
    font-size: 12px; }
  .titolo_paragrafo {
    font-size: 14px; }
  .social_tasti {
    margin-bottom: 10px; }
  .foto_box_chi_siamo {
    width: 100% !important;
    height: auto;
    margin-bottom: 10px;
    /*height: 50vw;*/ }
  .box_chi_siamo .img a {
    display: inline-block; }
  .box_chi_siamo .social_senza_foto a {
    display: inline-block; }
  .social_senza_foto_busta {
    float: left;
    position: static; }
  .social_utente {
    width: 48px;
    height: 48px;
    padding-right: 2%;
    padding-bottom: 0%; }
  .social_mail {
    width: 48px;
    height: 48px;
    display: inline-block; }
  .nome_collaboratori {
    font-size: 12px; }
  .nome_utente, .ruolo_utente, .ultimo_articolo {
    font-size: 12px; }
  .tabella_legenda td {
    height: 100px;
    width: 100px;
    font-size: 12px; }
  .logo_social_footer {
    padding-right: 3%; }
  .footer .immagine_gufetto {
    display: none; }
  .social_footer {
    width: 40%; }
  .app_footer {
    width: 30%; }
  .app_footer img {
    width: 28%; }
  .mail_gufetto {
    width: 87%; }
  .busta_footer img {
    width: 90%; }
  .successivi, .precedenti {
    font-size: 12px; }
  .fb-comments {
    display: none !important; }
  .social {
    width: 90%;
    margin-left: 2%;
    float: none;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    position: fixed;
    top: inherit;
    left: 0;
    bottom: 0;
    z-index: 99999;
    padding-left: 10%; }
  .box_dalle_sezioni h4 {
    /*        background: url("../graf/tag_sezione.png") no-repeat;
*/
    background-size: cover;
    /*position: absolute;
color: #FFFFFF;
width: 40%;
display: block;
left: -5px;
font-size: 12px;
padding-left: 12px;*/ }
  .articolo_gufetto_segnala {
    width: 98%;
    /*position: relative;
top: 38px;
left: -5px;
border: 1px solid #C7CDCF;
padding-left: 20px;
padding-right: 20px;*/ }
  .car {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .box_riflettori_su {
    height: auto; }
  .box_riflettori_su .img {
    height: 57vw; }
  .box_chi_siamo {
    height: auto; }
  .header {
    display: none; } }

@media (max-width: 480px) {
  .box-event img {
    max-width: 380px;
    height: auto !important;
    width: auto !important; }
  .navbar-header {
    height: 60px;
    /* background-color: white; */ }
  .navbar-brand {
    display: block !important;
    height: 100%;
    /* background-color: white; */
    width: 200px;
    padding: 0 !important;
    padding-left: 10px; }
  #box_calendario {
    height: 410px; }
  #calendar_div {
    height: 300px;
    margin-bottom: 10px; }
  .calendario {
    height: 100%; }
  .hide_xs {
    display: none; }
  .extra_footer {
    display: block;
    width: 100%;
    height: 70px; } }

@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px; } }

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-100%, 0, 0); } }

.tcontainer {
  /* width: 100%; */
  overflow: hidden; }

.ticker-wrap {
  /* width: 100%; */
  padding-left: 60%; }

.ticker-move {
  display: inline-block;
  white-space: nowrap;
  /* padding-right: 100%; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 90s;
}

.ticker-move:hover {
  animation-play-state: paused; }

.ticker-item {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
 
/* OVERRIDES */
.panel-heading.titolo {
    padding: 8px 15px;
}




#navbar ul.dropdown-menu li a {
    color: #c7cdcf;
}