/*************************
*******Typography******
**************************/
html {
	font-size: 18px;
}
body {
  font-family: 'Titillium Web', sans-serif;
  color:#000000;
  line-height: 22px;
  padding-bottom:0px !important;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; 
  font-family: 'Titillium Web', sans-serif;
  color:#000000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 1.3em;
  color: #6F6F6F;
  font-weight: 400;
  line-height: 1.5;
}

h4{
  font-size: 16px;
}

a {
  color: #0077B7;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover{
  color: #0077B7;
  text-decoration:underline !important;
}

a:focus {
  
}

p img {
    max-width: 100%;
    height: auto !important;
}

.divieto {
	color: #000000;
	background-color: #fbfbfb;
	border-top: 2px solid #CCCCCC;
	border-left: 8px solid red;
}
.divieto a {
	color: #1e1212;
}
.avvisone,
.avvisino {
	color: #000000;
	background-color: #fbfbfb;
	border-top: 2px solid #CCCCCC;
	border-left: 8px solid #d1ae00;
}
.avvisone a,
.avvisino a {
	color: #685815;
}
.ok,
.richiesta,
.msgAvvisoOK {
	color: #000000;
	background-color: #fbfbfb;
	border-top: 2px solid #CCCCCC;
	border-left: 8px solid #65b446;
}
.ok a,
.richiesta a,
.msgAvvisoOK {
	color: #006366;
}
.divieto,
.ok,
.richiesta,
.avvisino,
.avvisone {
	background-image: none;
	padding: 15px 30px;
	margin: 30px 0px;
	font-weight: 700;
} 
.divieto img,
.ok img,
.richiesta img,
.avvisino img,
.avvisone img {
	display: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
  background-color: #ffffff;
  font-size: 16px;
}
.dropdown-menu>li>a,
.dropdown-menu>li>a:focus {
	color: #000000;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: #0077B7;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
}
/*************************
*******Header******
**************************/
.containerTestata1LG {
    background-color: #303030;
    color: #FFFFFF;
    position: relative;
}
.containerTestata2LG {
    background: #EAEAEA url('../../../media/5689_Francavilla_al_Mare-Stemma-32.png') no-repeat 110% center;
	color: #30373D;
	border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.containerTestata3LG {
	background-color: rgba(250,250,250,0.5);
	position: relative;
	z-index: 999;
}
body.onscroll {
	margin-top: 250px;
}
body.onscroll .containerTestata3LG {
	display: none;
}
.testata-row-4 {
	margin-top: -50px;
}
body.onscroll .testata-row-4 {
	margin-top: 0px;
}
.centro-2{
	background: #F2F2F2;
	margin-bottom: 30px;
}
.centro-3{
	padding: 30px 0px 30px 0px;
	background-color: #0077B7;
	margin: 30px 0px;
}
.contenitore-bc {
	background-color: #EEEEEE;
	margin-bottom: 30px;
	padding: 15px 0px;
}
.container-menu-canali {
	height: 50px;
	overflow: hidden;
}
.menu-canali {
	background-color: rgba(250,250,250,0.9);
	text-align: center;
	font-weight: 700;
}
.menu-canali ul {
	list-style: none;
	letter-spacing: -1em;
	margin: 0px;
}
.menu-canali li {
	display: inline;
	letter-spacing: normal;
}
.menu-canali li a {
	display: inline-block;
	padding: 14px 40px;
	color: #000000;
	border-left: 1px solid #EAEAEA;
}
.menu-canali li:first-child a {
	border: none;
}
.menu-canali li a:hover {
	background-color: #F2C222;
	color: #000000;
	text-decoration: none !important;
}

.logoNomeHeaderContainer {
    margin: 40px 0px 47px 0px;
}
.mediaLogo {
    margin: 0px 5px 0px 40px;
    float: left;
    width: 76px;
    height: 76px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
}
body.onscroll .mediaLogo {
	width: 38px;
    height: 38px;
}
body.onscroll .mediaLogo img {
	height: 38px;
}
.nomeHeader {
    margin: 0px 0px 0px 0px;
	padding-top: 8px;
    font-size: 32px;
	font-weight: 700;
}
.sottoNomeHeader{
	font-size: 16px;
	font-style: italic;
}
body.onscroll .sottoNomeHeader {
	display: none;
}
.nomeHeader a,
.nomeHeader a:hover{
	color: #30373D;
}	
.btnSearchMobile {
    display: none;
}
.boxAccesso {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #F2C222;
    font-size: 0.8em;
    color: #000000;
    font-weight: 700;
    padding: 13px 20px;
}
.boxAccesso a,
.boxAccesso a:hover{
    color: #000000;
}

#header .search{
  display: inline-block;
  margin-top: 35px;
}
.wait {
	background-color: #CCCCCC;
}
.navbar>.container .navbar-brand{
  margin-left: 0;
}

.containerTestata1LG .livSup {
    font-weight: 700;
    font-size: 0.9em;
	height:48px;
}

body.onscroll #header .search {
	margin-top: 8px;
	margin-bottom: 6px; 
}
  
body.onscroll .nomeHeader {
	font-size: 1.4em; 
	margin-top: 10px;
	padding-top: 10px;
}
	
body.onscroll .mediaLogo {
	margin: 5px 16px 0px 0px;
}
body.onscroll .logoNomeHeaderContainer {
	margin: 10px 0px 15px 0px;	
}
body.onscroll #header {
	position: fixed !important;
	border-bottom: 1px solid #CCCCCC !important;
	z-index: 499;
	top: 0;
	width: 100%;
	opacity: 1;
	padding: 0; 
}
body.onscroll #header {
	left: 0; 
}
#social {
	text-align: right;
	margin-bottom: 6px;
}
body.onscroll #social {
	display: none;
}
.social-text {
	margin-right: 10px;
	display: inline-block;
}
#social a.social-ico {
	display: inline-block;
    color: #EAEAEA !important;
    background: #30373D;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 25px;
}
#social a.social-ico:hover {
	background: #0077B7;
}
.contenuto_automatico {
	margin: 20px 0px;
}

#social-footer {
	text-align: right;
	margin-bottom: 6px;
	border-bottom: 1px solid #49535C;
	padding: 10px 15px;
}
.social-footer-text {
	margin-right: 10px;
	display: inline-block;
}
#social-footer a.social-footer-ico {
	display: inline-block;
    color: #30373D !important;
    background: #65DDE0;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 25px;
	margin-right: 5px;
}
#social-footer a.social-footer-ico:hover {
	background: #FFFFFF;
}

.media-logo-footer-lg {
	border-bottom: 1px solid #49535C;
	padding: 10px 15px;
	text-align: right;
}

.ico-search {
	font-size: 1.5em;
	color:#fff;
	float: right;
	background: #0077B7;
	padding: 10px 20px 10px 20px;
}
.search i {
  color: #fff;
}

input.search-form{
	font-family: 'Titillium Web', sans-serif;
	background-color: #ffffff;
	border:none;
	width: 250px;
	padding: 12px 10px 11px 10px;
	font-size: 0.9em;
	color: #000000 !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

.navbar-nav{
	font-size: 0.95em;
}

.navbar-nav>li{
	
}
.navbar-nav > li > a {
	color: #000000;
    border-right: 1px solid #D8D8CF;
    margin: 10px 0px;
    padding: 5px 25px;
	font-weight: 600;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
	color: #0077B7;
}

.navbar-toggle {
	background-color: #0D3F73;
	color: #FFFFFF;
}



/*************************
*******chiusura***********
*************************/
.chiusura-1  {
	color:#ffffff;
	background-color: #30373D;
	padding: 30px 0px;
}

.chiusura-1 a{
	color: #65DDE0;
}

.chiusura-1 a:hover {
	text-decoration: underline;
}
.chiusura-valutazione {
    background-color: #0077B7;
    color: #FFFFFF;
    font-size: 1.1em;
    margin-top: 15px;
    padding: 25px 0px 15px 0px;
}
.chiusura-valutazione p span {
    font-size: 1.2em;
    display: inline-block;
    position: relative;
}
.chiusura-valutazione a {
    color: #FFFFFF;
}
.chiusura-valutazione .center {
    margin-bottom: 0px;
}
#map_canvas0 {
	height: 415px;
}
/*************************
*******Home Page******
**************************/

#sliderBannerCont {
	margin: 30px 0px;
}
.imgNotizieScorrimento {
	height: 190px;
}
.imgNotizieScorrimento a{
	display: block;
	width: 100%;
    height: 100%;
}
.imgNotizieScorrimentoTop a{
	background-image: url(../../../media/2107_freccia-news-up.png);
	background-position: 20px 171px;
    background-repeat: no-repeat;
}
.imgNotizieScorrimentoBottom a{
	background-image: url(../../../media/2108_freccia-news-down.png);
	background-position: 20px -3px;
    background-repeat: no-repeat;
}
.slide-home-cont {
	background-color: #EAEAEA;
	padding: 15px;
	height: 210px;
	overflow: hidden;
}
.slide-home-cont-dispari {
	background-color: #FAFAFA;
}
.dataNotizieScorrimento {
	font-size: 0.9em;
	font-weight: 300;
}
.captionNotizia {
	margin: 10px 0px;
}
.captionNotizia a {
	color: #000000;
}
.sfondo-grigio {
	background-color: #FAFAFA;
}
.colore-blu {
	color: #0077B7;
}
.colore-giallo {
	color: #F2C222;
}
.colore-bianco a,
.colore-bianco {
	color: #FFFFFF;
}
.titolo-1 {
	padding: 20px 30px;
	display: inline-block;
}
.titolo-1 .fa {
	font-size: 15px;
}
.titolo-1-text {
	font-weight: 700;
	font-size: 1.3em;
}
.titolo-richiamo-bianco {
	padding: 20px 30px;
	font-weight: 700;
	font-size: 1.3em;
	color: #FFFFFF;
}
.titolo-richiamo-bianco .fa {
	font-size: 15px;
}
.in-area-home {
	border-top: 1px solid #FFFFFF;
	padding: 15px 5px;
}
.link-leggi-tutto {
	margin: 10px 0px;
	text-align: right;
	font-weight: 700;
	color: #0077B7;
}

.btn-leggi-tutto {
	margin: 10px 0px;
	font-weight: 700;
	font-size: 0.9em;
	color: #0077B7;
}

.banner-canali-home {
	border: 1px solid #FFFFFF;
	margin-top: -1px;
	padding: 13px 7px;
	height: 100px;
	color: #0077B7;
}
.banner-canali-home:hover {
	background-color: #0077B7;
	color: #FFFFFF;
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;	
}
.banner-canali-home .fa {
	font-size: 1.6em;
	margin-top: 5px;
}
.banner-canali-home a {
	color: #000000;
	margin-top: 2px;
}
.banner-canali-home:hover a,
.banner-canali-home a:hover {
	color: #FFFFFF;
}

#main-slider{
	z-index: 777;
}


#main-slider  .carousel-content {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  background-color: rgba(250,250,250,0.8);
  padding: 12px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#main-slider  .carousel-s {
  width: 222px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#main-slider  .titoloContSlider {
	display: inline;
	font-weight:600;
	color: #000000;
    line-height: 1.4;	
}

#main-slider .descContSlider {
	display: inline;
	color: #000000;
}


#main-slider  .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 400px;
  position: relative;
}
#main-slider .btn-slide {
    padding: 5px 15px;
    border-radius: 05px;
    margin-top: 25px;
    display: inline-block;
    color: #FFFFFF;
    border: 2px solid #ffffff;
}
#main-slider a:hover {
	color: #FFFFFF;
}
.container-main-slider {
	height: 100%;
	position: relative;
}

/*************************
*******tabs***********
*************************/
.nav-tabs {
    border-bottom: 1px solid #CCCCCC;
}
.nav-tabs span.fa {
	font-size: 15px;
}
.nav-tabs>li.active>a {
	color: #ffffff;
	background-color: #666666;	
}
.titoliTabs  span{
    margin-right: 0px;
}
.nav-tabs>li>a {
	color:#000000;
	background-color: #ffffff;
	margin-right:0px;
	border:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding: 20px 20px;
}
.nav-tabs>li>a:hover {
	color: #000000;
	background-color: #EEEEEE;
	border: none;
    margin-bottom: 0px;	
    text-decoration: none !important;
}
.contenuto-tab{
	background:#ffffff;
    padding: 20px 20px 20px 20px;	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #000000;
	background-color: #EAEAEA;	
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
.nav-tabs>li.active>a>i.fa {
	display: none;
}
.tab-content{
	padding: 10px 10px 10px 10px;
    margin: 30px 0px 0px 0px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

/***********************************
***** Accordion ********************
***********************************/
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #F5F5F5; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #FFFFFF;
  color: #000000;
}

.panel-body{
  padding: 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #E2E2E2;
}

.panel-group .panel{
    margin-bottom: 15px;
    border-radius: 4px;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #0E3F74;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #000000;
}

.panel-heading.active .panel-title>a{
  color:#FFFFFF;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
}

.crediti-ente {
	color:#ffffff;
	margin-bottom: 20px;
}
.crediti-ente p{
	line-height:1.4;
	font-size: 0.9em;
}
.crediti-ente a {
	color:#65dde0;
}
.crediti-ente .fa {
	margin-right:10px;
}
.crediti-ente a:hover {
	text-decoration:underline;
	color:#65dde0;	
} 
.crediti-ente .logoFooter img{
	width: 44px;
	margin-bottom: 20px;
}
.nome-sito-footer {
	font-size:1.6em;
	margin-bottom:15px;
	line-height: 1.2;
	color:#ffffff;
}
.nome-sito-footer a,
.nome-sito-footer a:hover {
	color:#ffffff;
}
.contenitore-crediti-footer {
	margin-top: 20px;
}
.crediti-footer-titolo {
	font-weight: 700;
	border-bottom: 1px solid #49535C;
	padding: 10px 15px;
	font-size: 1.1em;
}
.crediti-footer-contenuto {
	padding: 10px 15px;
	font-size: 0.9em;
}
.contenitore-canali-footer {
	margin-top: 12px;
}
.menu-footer {
	margin-top: 7px;
}
.contenitore-canali-footer ul,
.menu-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.contenitore-canali-footer li,
.menu-footer li {
	border-bottom: 1px solid #49535C;
	padding: 10px 15px;
}
.crediti-is-footer {
	text-align: center;
	font-size: 0.9em;
	padding: 15px;
}

/***********************************
***** Personalizzazioni ************
***********************************/
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-right {
	margin-right: 10px;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.padding-verticale {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-orizzontale {
	padding-left: 10px;
	padding-right: 10px;
}
.padding {
	padding: 15px;
}

/***********************************
************** OGGETTI *************
***********************************/
.istanza-1 {
	background-color: #EAEBEC;
	margin: 0px 12px 15px 12px;
	padding: 15px;
	border-radius: 5px;
}
.istanza-2 {
    margin: 0px 0px 20px 0px;
    padding: 0px 10px 0px 10px;
    background-color: white;
}
.istanza-3 {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding: 10px 0px 0px 0px;
}
.istanza-4 {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
.contenitore-aree-colonna {
	padding: 15px;
}
.istanza-aree-colonna {
	min-height: 40px;
}
.istanza-piccola {
	font-size:0.9em;
	border-bottom: 1px solid #eeeeee;
	padding: 0px 0px 10px 10px;
	margin-bottom:15px;
}
.istanza-immagine {
    width: 195px;
    margin: 0px auto 20px auto;
    max-height: 130px;
    overflow: hidden;
}
.img-colonna {
	margin-top: 20px;
}
.img-elenco img,
.img-colonna img,
.istanza-immagine img{
    width: 100%;
    overflow: hidden;
}
.istanza-banner-colonna {
	width: 280px;
	margin: 0px auto 20px auto;
}
.img-lista {
	max-height: 93px;
	overflow: hidden;
	border-radius: 4px;
}
.img-zoom img {
	-webkit-transition: all 0.2s ease; /* Safari and Chrome */
  	-moz-transition: all 0.2s ease; /* Firefox */
  	-o-transition: all 0.2s ease; /* IE 9 */
  	-ms-transition: all 0.2s ease; /* Opera */
  	transition: all 0.2s ease;
}
.img-zoom:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    opacity: 0.7;
}
.img-primo-piano {
    position: relative;
    width: 100%;
    max-height: 230px;
    overflow: hidden;
	margin-bottom: 15px;
}
.img-primo-piano img{
    width: 100%;
    overflow: hidden;
}
.img-lettura {
	margin: 5px 10px 10px 0px;
}
.img-lettura img{
	border-radius:4px;
}
.gallery-img-lettura {
	width: auto;
	margin: 10px 10px 30px 10px;
}
.gallery-img-lettura img{
	width: 100%;
}

.contenitore-default {
	font-size: 0.9em;
}
.titolo-lista,
.titolo-richiamo,
.titolo-elenco {
	font-family: 'Titillium Web', sans-serif;
	font-size:1.1em;
	margin: 3px 0px;
	line-height: 1.5;
	font-weight: 600;
	color:#0077B7;
}
.titolo-elenco a,
.titolo-richiamo a,
.titolo-lista a{
	color:#0077B7;
}
.titolo-richiamo.colore-bianco,
.titolo-richiamo.colore-bianco a {
	color: #FFFFFF;
}
.titolo-nero,
.titolo-nero a {
	color:#000000;
}
.data-default {
	font-weight: 700;
}
.titolo-lista-documenti {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.2;
    font-size: 0.8em;
    font-weight: 600;	
}
.icon-titolo-lista {
    margin-right: 10px;
    color: #ffffff;
    background: #0077B7;
    width: 26px;
    height: 28px;
    padding: 6px;
    border-radius: 4px;
	text-align: center;
}
.titolo-lettura {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.5em;
	color: #000000;
	margin-bottom: 10px;
	line-height: 1.4;
}
.titolo-news-home {
	margin: 3px 0px 0px 0px;
}
.banner-home{
	background-color: #EAEBEC;
	padding: 30px 15px;
	margin: 15px 0px;
	border-radius: 4px;
	font-size: 1.6em;	
}
.banner-home .fa{
	padding-right:15px;
	margin-right:5px;
	border-right:2px solid #cccccc;
	color: #2B4560;	
}
.titolo-banner-home {
	font-size: 1.2em;
	font-weight: 600;
	color:#ffffff;
}
.titolo-banner-home  a{
	color:#ffffff;
}
.titolo-banner-home  a:hover{
	text-decoration:underline;
}
.titolo-area-home {
	margin: 7px 0px;
	font-weight: 300;
	line-height: 35px;
}
.titolo-area-home a{
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 1em;
}
.icona-area {
    font-size: 1.6em;
    color: #FFFFFF;
    margin-right: 7px;	
    vertical-align: middle;
	width: 36px;
	text-align: center;
}
.icona-area-colonna {
    font-size: 0.9em;
    color: #0077B7;
    margin-right: 10px;	
    vertical-align: middle;
	width: 20px;
	text-align: center;
}
.grassetto {
	font-weight: 700;
}
.testo-normale {
	font-size: 1em;
}
.testo-normale .fa{
	margin-right: 5px;
}
.testo-bianco {
	color:#ffffff;
	font-size:0.9em;
}
.icon-testo-normale {
	margin-right: 12px;
	margin-left: 5px;
}
.istanza-aree-tematiche-home {
	background-color: #EAEBEC;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


.btn-allegato {
	margin: 5px 0px;
	padding: 10px 15px;
	border: 1px solid #E4E6E7;
	background-color: #eeeeee;
	display: inline-block;
	border-radius: 4px;
}
.btn-maggiori-info {
	margin: 10px 0px;
}

.btn-archivio-semplice {
    display: inline-block;
    color: #000000;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 1.1em;
}
.btn-archivio-semplice a, .btn-archivio-semplice a:hover {
	color: #000000;
}

.btn-archivio-semplice .fa {
	font-size: 1.2em;
	margin-right: 5px;
	vertical-align: top;
	color: #0077B7;
}

.post-area-top{
	position:relative;
}
/***********************************************************
************** Motori di ricerca e Pulsanti ****************
***********************************************************/
.campoOggetto48::before {
    font: normal normal normal 17px/1 FontAwesome;
    content: '\f019';
    margin-right: 10px;
	color: #0077B7;
}
.campoOggetto352::before {
    font: normal normal normal 17px/1 FontAwesome;
    content: '\f0c1';
    margin-right: 10px;
	color: #0077B7;
}
.review46::before {
    font: normal normal normal 17px/1 FontAwesome;
    content: '\f060';
    margin-right: 10px;
	color: #0077B7;
}

.oggetto44 input,
.oggetto44 label,
.oggetto43 input,
.oggetto43 label,
.oggetto370 input,
.oggetto370 label {
	font-family: 'Titillium Web', sans-serif;
}
.oggetto43 label,
.oggetto370 label {
	display: block;
}
.oggetto43 input[type="text"],
.oggetto43 textarea,
.oggetto370 input[type="text"],
.oggetto370 textarea {
	width: 80%;
}
.oggetto44 input[type="text"],
.oggetto43 input[type="text"],
.oggetto370 input[type="text"],
 {
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.oggetto44 label,
.oggetto370 label {
	font-weight: 400;
	margin-right: 7px;
}

.pulsante {
	margin: 5px 0px 5px 15px;
}
.oggetto45 h3 {
	margin: 0px;
	font-size: 1.4em;
	color: #000000;
}
.testataPag,
.interfacciaPagine {
	font-weight: 700;
	font-size: 0.9em;
	clear: both;
	margin: 10px;
	line-height: 2.5;
}
.testataPag a,
.interfacciaPagine a {
	margin: 5px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	text-decoration:none;
	border-radius: 4px;
	display: inline-block;
}
.testataPag a:hover,
.interfacciaPagine a:hover {
	color:#FFFFFF;
	margin: 5px;
	padding: 3px 5px;
	border: 1px solid #0077B7;
	background-color: #0077B7;
	border-radius: 4px;	
}
.dataRicerca {
	display: none;
}

/***********************************************************
************** Menu laterale *********************
/* General styles for all menus */
.cbp-spmenu {
  background: #FFFFFF;
  border-right: 2px solid #CCCCCC;
  position: fixed; }

.cbp-spmenu h3 {
	color: #FFFFFF;
    font-size: 1.7em;
    padding: 10px 20px 10px 20px;
    margin: 0;
    font-weight: 400;
    background: #000000;
    border-bottom: 2px solid #CCCCCC;
}

.cbp-spmenu a {
  display: block;
  color: #FFFFFF;
  font-weight: 300; }

.cbp-spmenu a:hover {
  background: none; }

.cbp-spmenu a:active {
  background: #0c6596;
  color: #FFFFFF; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: scroll; }

.cbp-spmenu-vertical a {
  border-bottom: 2px solid #F7F7F7;
  padding: 1em; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left; }

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 2px solid #F7F7F7; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -300px; }

.cbp-spmenu-right {
  right: -300px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px; }

.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 300px; }

.cbp-spmenu-push-toleft {
  left: -300px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 0.8em;
    height: 110px; }

  .cbp-spmenu-top {
    top: -110px; }

  .cbp-spmenu-bottom {
    bottom: -110px; } }
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 0.9em;
    width: 190px; }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }

  .cbp-spmenu-right {
    right: -190px; }

  .cbp-spmenu-push-toright {
    left: 190px; }
}


.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #F7F7F7; }

  
.gototop {
	display: none;
}
body.onscroll .gototop {
	display: block;
    position: fixed;
    bottom: 56px;
    right: 30px;
    z-index: 999999;
    width: 44px;
    height: 44px;
    background-color: #0077B7;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 1.3em;
	border: 2px solid #fff;
    border-radius: 22px;
    cursor: pointer;
}
  
.main {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }

.main-logged {
  top: 185px; }

body.onscroll .main {
	top: 14px;
}

.main > section button {
  border: none;
  background: none;
  color: #30373D !important;
  display: block;
  cursor: pointer;
  margin: 0px 0px 0px 0px;
  font-size: 1.2em; }

.navbar-toggle .icon-bar {
  background-color: #30373D;
  width: 38px;
  height: 3px; }

.navbar-toggle::after {
  position: absolute;
  content: "MENU";
  top: 32px;
  left: 0;
  font-size: 13px;
  font-weight: 700;
  color: #30373D;
  padding-left: 11px; }
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
body.onscroll .navbar-toggle::after {
	content: "";
}

#closeMenu {
  border: none;
  font-size: 1.5em;
  position: absolute;
  top: 18px;
  right: 5px;
  background: none;
  color: #FFFFFF; }
  
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color: #000000;
}  

.cbp-spmenu .nav, .cbp-spmenu .nav ul, .cbp-spmenu .nav li {
  list-style: none; }

.cbp-spmenu .nav ul {
  padding: 0;
  margin: 0 0 0 0;
  background: #F7F7F7; }

.cbp-spmenu .nav {
  padding: 0px;
  margin: 0px; }

.cbp-spmenu .nav > li {
  margin: 0px 0px; }

.cbp-spmenu .nav > li li {
  margin: 0px 0; }

.cbp-spmenu .nav a {
  color: #222222;
  display: block;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none; }

.cbp-spmenu .nav li > a > span {
  float: right;
  font-size: 1em;
  font-weight: 700; }

.cbp-spmenu .nav li > a:hover > span {
  color: #222222; }

.cbp-spmenu .nav li > a > span:after {
  font: normal normal normal 22px/1 FontAwesome;
  content: '\f107'; }

.cbp-spmenu .nav li.open > a > span:after {
  font: normal normal normal 22px/1 FontAwesome;
  content: '\f106'; }

.cbp-spmenu .nav a:hover {
  color: #222222;
  background: #F7F7F7; }

.cbp-spmenu .nav li.active > a {
  background-color: #F7F7F7;
  color: #222222; }

.cbp-spmenu .nav > li.active > a {
  background-color: #F7F7F7; }

.cbp-spmenu .nav li a {
  font-size: 0.9em;
  line-height: 18px;
  padding: 10px 18px; }

.cbp-spmenu .nav > li > a {
  font-size: 0.9em;
  line-height: 18px;
  padding: 18px 15px 14px 18px; }

  
/***********************************************
********* pulsanti dei form ********************
***********************************************/
#formContatto24 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
.pulsante {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	padding: 6px 12px;
	margin-right: 7px;
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.55;
    box-shadow: 0 2px 4px 0 #bdbdbd;
    text-transform: lowercase;
    font-weight: 700;
    font-variant: small-caps;
    border: 0;
    border-radius: 4px;
}
#formContatto24 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
.pulsante {
	background-color: #0077B7;
	color: #ffffff;
}
#formContatto24 input[type="submit"]:hover,
#votaSondaggio input[type="submit"]:hover,
#votaSondaggio input[type="reset"]:hover,
.pulsante:hover {
	background-color: #0077B7;
	color: #ffffff;	
}


/***********************************************
********* form di ricerca generico *************
********* e form di contatto *******************
***********************************************/
#cerca, #cerca textarea, #cerca input, #cerca checkbox, #cerca select,
#formContatto24, #formContatto24 textarea, #formContatto24 input, #formContatto24 checkbox, #formContatto24 select {
	font-family: 'Titillium Web', sans-serif;
}
#cerca,
#formContatto24 {
	font-size: 1em;
}
#cerca input[type="text"], #cerca select,
#formContatto24 input[type="text"], #formContatto24 select {
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
#cerca label,
#formContatto24 label {
	font-weight: 700;
	margin-right: 7px;
}



.vistaTabella th {
	background-color: #b2372e;
    color: white;
    padding: 15px 15px;
    border-right: 1px solid #ffffff;
}

.vistaTabella th a{
    color: white;
}

/***********************************************************
************** Altre personalizzazioni *********************
***********************************************************/
.campoOggetto71 label,
.campoOggetto71 label.label_strcerca_ogg {
	display: block;
}
.oggetto72 .esattamenteogg0 {
	display: none;
}
.oggetto72 input[type="text"].stileForm0 {
	display: inline-block;
	width: 50%;
	padding: 5px 10px;
}
.cont_share {
	margin-bottom: 30px;
	margin-top: 30px;	
	padding: 0px 40px;
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
}
.cont_share .addthis_toolbox {
    margin: 0px 0px 30px 0px;
    text-align: left;
	display: inline-block;
}
.cont_share .addthis_toolbox a:hover{
	text-decoration: none !important;
    color: #FFFFFF !important;	
}
a.social-condividi {
	display: inline-block;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    line-height: 38px;
    text-align: center;
	margin-right: 5px;
}
a.social-condividi:hover {
	background: #333333;
	text-decoration: none;
    color: #FFFFFF;	
}
.facebook {
	background:#3A589B;
}
.gplus {
	background:#D6492F;	
}
.linkedin {
	background:#007AB9;	
}
.twitter {
	background:#598DCA;	
}
.etichettaShare {
	font-size: 1.5em;
	padding-right: 35px;
	font-weight: 600;
	display: inline-block;
	height: 35px;
	margin-top: 30px;
	color: #0077B7;
}
.etichettaShare::before {
    font: normal normal normal 24px/1 FontAwesome;
    content: '\f1e0';
    margin-right: 20px;
	color: #0077B7;
}
.ultima-modifica {
	text-align: right;
	margin-bottom: 20px;
}
.noIstanze {
	margin: 10px 30px;
	font-weight: 600;
}
.istanzaRicerca {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #D2D2D2;
}
.noTitleStuff .ui-dialog-titlebar {
	display: none;
}
.ui-widget-content {
	font-size: 15px !important;
	color: #000000;
	z-index: 999;
}
input.ui-autocomplete-loading {
	background: url('../../grafica/default.gif') no-repeat right center;
	background-color: #CCCCCC;
	background-size: 24px 24px;
}
.media13 img {
	margin-top:0px !important;
}

.etiSocial{
	margin-right:15px;
}

.dataOdierna {
	font-size: 16px;
    font-weight: 700;
    padding: 12px 0px 0px 0px;
}

.dataOdierna a{
    color: #ffffff;
}

.dataOdierna a:hover{
    color: #ffffff;
}

.navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.center {
    text-align: center;
    margin-bottom: 40px;
}
.text-left {
    text-align: left;
}

.contenitore-ricerca {
	background: #ffffff;
	position: relative;
}
.cont-ombreggiato {
	-webkit-box-shadow: 0px 3px 3px 1px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 3px 3px 1px rgba(50, 50, 50, 0.55);	
    position: relative;
	z-index: 888;	
}

.btn-archivio {
	margin: 15px 15px 20px 0px;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    background: #0077B7;
    color: #FFFFFF;
	font-size: 0.85em;
}
.btn-archivio:hover{
    background: #666666;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;	
}
.btn-archivio a{
    color: #FFFFFF;
}
.btn-archivio .fa {
	margin-right:5px;
}

.btn-archivio-transparent{
	margin: 15px 15px 10px 0px;
    border-radius: 3px;
    color: #0077B7;
	font-size: 0.85em;
}
.btn-archivio-transparent a{
    color: #0077B7;
}
.btn-archivio-transparent a:hover{
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
	color: #000000;
}
.btn-archivio-transparent .fa {
	margin-right:5px;
}
#tiptip_content {
	border: 2px solid #0077B7 !important;
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.cont-banner-ist{
	font-size: 1.1em;
	font-weight: 600;
	line-height:1.4;
	border-radius: 5px;
}
.cont-banner-accesso-rapido{
	font-size: 1.1em;
	font-weight: 600;
	line-height:1.4;
	border-radius: 5px;
}
.istanza-banner-ist{
	margin-top: 15px;
}
.cont-banner-ist .fa{
	margin-right: 15px;
	font-size: 1.2em;
	color: #000000 !important;
}
.cont-banner-accesso-rapido .fa{
	margin-right: 15px;
	color: #ffffff !important;
}
.cont-banner-ist a,.cont-banner-accesso-rapido a{
	color: #000000;
}
.cont-banner-ist a:hover,.cont-banner-accesso-rapido a:hover{
	color: #000000;
}
.cont-banner-ist .center{
	margin-bottom: 0px;
}

.istanza-banner-ist {
	background: #DFDFDF;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;	
}

.titolo-banner-ist {
	font-size: 0.85em;
}

.rssDate46{
	font-size:1.5em;
	font-weight: 700;
    width: 50px;
    word-wrap: break-word;	
	color:#999999;	
	line-height:1.2;
}
.rssTitle46{
	font-size: 1.1em;
    margin-left: 60px;
    font-weight: 600;
    position: absolute;
    top: 7px;
	color: #000000;
}
.rssTitle46 a{
	color: #000000 !important;
}
.cont-grigio{
	background: #f2f2f2;
	padding:10px 15px 10px 15px;
	border-radius: 5px;
}
.data-blog .fa {
    margin-right: 10px;
}
.testo-arancione, .testo-arancione a {
    color: #0077B7 !important;
    font-weight: 600;
}
.containerBreadcrumb {
    padding: 30px 0px;
    background-color: #eee;
    margin-bottom: 15px;
	background: #eee url(grafica/stemma-trasparente-f.png) right center no-repeat;
}
.breadcrumbs-cont:before {
	font: normal normal normal 32px/1 FontAwesome;
	content: '\f015';
	padding-right: 12px;
	color: #333333;
	vertical-align: middle;
}
.titolo-cont {
	font-size: 2em;
	padding: 20px 0px !important;
	margin-right: 60px !important;
	line-height: 1.5em;
}
.parte-centrale{
	padding-right: 30px;
}

.istanza-img-col {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 150px;	
}

.campo-obbligatorio {
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #000000 !important;
}
.campo-obbligatorio-err {
	border-color: #b50000;
	border-width: 2px;
	border-style: solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.erroreCampoContatto {
	color: #b50000;
	font-weight: 700;
	display: block;
	margin: 0px 0px 10px 0px;
}
.icon-editoriale-list{
    background: #ffffff;
    color: #E5E5E5;
    border: 3px solid #E5E5E5;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    font-size: 2.2em;
    padding: 18px 0px 15px 16px;
    margin-right: 15px;	
}
.bordino-rosso{
	margin-top: 10px;
	margin-bottom: -13px;
	background-color: #0077B7;
	height: 3px;
	width:15%;
	position: relative;
}
.contenitore-bordo-alto{
	border-top: 3px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}
.media-left-novita {
	width: 40%;
}
.adminPannelloAdmin {
	height: 56px !important;
}
h3[class^='stileTitolo'],
h3[class*=' stileTitolo'] {
	color: #000000;
}
h3[class^='stileTitolo']:before,
h3[class*=' stileTitolo']:before {
	font: normal normal normal 15px/1 FontAwesome;
	content: '\f0c8';
	padding-right: 8px;
	color: #F2C222;
}
.colonna h3[class^='stileTitolo']:before,
.colonna h3[class*=' stileTitolo']:before {
	color: #0077B7 !important;
}
input[type="reset"], input[type="submit"] {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.55;
    box-shadow: 0 2px 4px 0 #bdbdbd;
    text-transform: lowercase;
    font-weight: 700;
    font-variant: small-caps;
    border: 0;
    border-radius: 4px;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}
input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #0077B7;
    color: #ffffff;
}
#votaSondaggio div[id^="titoloDomanda"] {
    font-weight: 600;
}
div[id^="listaRisposte"] input[type="radio"],
div[id^="listaRisposte"] label {
    display: inline-block;
	margin-right: 10px;
	font-weight: 300;
}
form#votaSondaggio input[type="radio"] {
	margin-right: 10px;
}
div[id^="titoloDomanda"] {
	color: #0077B7;
}
@media print {
  a[href]:after {
    content: "";
  }
  .pan-condividi,
  form {
	  display: none;
  }
}
