/*************************
*******Typography******
**************************/
html {
	font-size: 1.0588rem;
}
body {
  font-family: 'Titillium Web', sans-serif;
  color:#333333;
  line-height: 22px;
  padding-bottom:0px !important;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.4375rem;
}
::-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: 600; 
	font-family: 'Titillium Web', sans-serif;
	color:#333333;
	margin-top: 0;
	margin-bottom: 0;  
}

h1{
  font-size: 3.1765rem;
  line-height: 1.2;
  color:#FFFFFF;
}

h2{
  font-size: 2.3529rem;
  line-height: 1.2;
}

h3{
  font-size: 1.8824rem;
  line-height: 1.2;
  color: #666666;
  font-weight: 400;
}

h4{
  font-size: 1.3529rem;
  line-height: 1.2;
}

h5{
  font-size: 1.2353rem;
  line-height: 1.2;
}

h6{
  font-size: 1.2353rem;
  line-height: 1.55;
}


a {
  color: #840000;
  -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: #333333;
  text-decoration:underline !important;
}

a:focus {
  color: #333333;
}

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

p {
	margin-bottom: 2em !important; 
	line-height: 1.5 !important;
}

.u-hiddenVisually {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 0.1rem!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 0.1rem!important;
}
a:focus, .is-active:focus, input:focus, button:focus, img:focus {
    outline: 3px solid #ffa100 !important;
    outline-offset: -3px;
    background-color: transparent;
    color: #007AAE;
    border-color: #000000;
}
form {
	display: flex;
	flex-flow: row wrap;
    flex-direction: column;
}
.fa {
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome !important;
}
.media-body {
    width: 625rem;
}
.contenitore-ricerca button {
    display: contents;
	width: 0.1rem;
    height: 0.1rem;
    font-size: 1em;
}
@media (orientation: landscape) {
  body {
    flex-direction: row;
  }
}

@media (orientation: portrait) {
  body {
    flex-direction: column;
  }
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
  background-color: #FFFFFF;
  font-size: 0.9412rem;
}
.dropdown-menu>li>a,
.dropdown-menu>li>a:focus {
	color: #333333;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover {
	color: #FFFFFF;
	background-color: #840000;
}
.navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
}
/*************************
*******Header******
**************************/
#header {
	position: relative;
}
.testata{
	position: absolute;
    width: 100%;
    z-index: 55;
	-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);
	background: #FFFFFF;
}
.centro-2{
	padding: 0px 15px 0px 15px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
.centro-3{
	padding: 0px 0px 45px 0px;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.contPadding {
	padding: 15px;
}
.containerTestata1LG {
    background-color: #30373D;
    color: #FFFFFF;
    position: relative;
}
.containerTestata2LG {
	height: 9.375rem;
    background-color: #840000;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.containerTestata3LG {
    background-color: #840000;
    color: #FFFFFF;
    position: relative;
	height: 3rem;
}
.containerCentro1LG {
	padding: 15px 0px;
	margin-bottom: 15px;
    background-color: #F4EFE8;
}
.menu-canali {
    text-align: center;
	font-size: 1.1em;
}
.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: 12px 10px;
    margin-right: 100px;
	background-color: #840000;
    color: #ffffff;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: 600;
}
.menu-canali li:last-child a {
    margin-right: 0px;
}
.menu-canali li a:hover {
    text-decoration: underline;
}
.menu-canali span {
	font-size: 0.4em;	
    vertical-align: middle;	
}
.logoNomeHeaderContainer {
    margin: 40px 0px 40px 0px;
}
.mediaLogo {
    margin: 0px 32px 0px 0px;
    float: left;
	text-align: right;
    width: 4.75rem;
    height: 4.75rem;
    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);
}
.nomeHeader {
    margin: 0px 0px 0px 0px;
	padding-top: 5px;
    font-size: 1.8824rem;
}
.sottoNomeHeader{
	font-size: 0.9em;
}
.nomeHeader a,
.nomeHeader a:hover{
	color: #ffffff;
}	
.btnSearchMobile {
    display: none;
}

.boxAccesso {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #F4EFE8;
    font-size: 0.8em;
    color: #333333;
    font-weight: bold;
    padding: 13px 20px;
}

.boxAccesso a,
.boxAccesso a:hover{
    color: #333333;
}

#header .search{
  display: inline-block;
  margin-top: 25px;
}

.wait {
	background-color: #CCCCCC;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.containerTestata1LG .livSup {
    font-weight: bold;
    font-size: 0.9em;
	height:3rem;
}

body.onscroll .main {
	top: 5px;
}
body.onscroll #header .search {
	margin-top: 5px;
}
  
body.onscroll .nomeHeader {
	font-size: 1.4em; 
	margin-top:15px;
	margin-bottom:15px;
	padding: 0;
}
body.onscroll .sottoNomeHeader {
	display: none;
}
body.onscroll .pannello86	{
	display:none;
}

	
body.onscroll .mediaLogo {
	margin: -10px 32px 0px 0px;
}
body.onscroll .logoNomeHeaderContainer {
	margin: 10px 0px 10px 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 .containerTestata2LG {
    height: 3.75rem;
}
body.onscroll .mediaLogo,
body.onscroll .mediaLogo img {
    width: 3.125rem;
    height: 3.125rem;
}
body.onscroll .containerTestata3LG {
	display: none;
}

.onscroll #header {
	left: 0; 
}

.social{
  text-align: right;
  margin: 0px 0px 10px 0px;
  font-size: 0.9em;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0 10px 0 0;
}

ul.social-share li {
  display: inline-block;
  margin-right: 4px;
}

ul.social-share li a {
	display: inline-block;
    color: #5E0000;
    background: #ffffff;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    border-radius: 25px;
}

ul.social-share li a:hover {
  background: #5E0000;
  color: #FFFFFF;
}

.ico-search {
	font-size: 1.2em !important;
    margin-left: 0px;
    color: #ffffff;
    float: right;
    background: #5E0000;
    padding: 14px 15px 15px 16px;
}
.search i {
  color: #FFFFFF;
}

input.search-form{
    font-family: 'Titillium Web', sans-serif;
    background-color: #FFFFFF;
    border: none;
    width: 15.625rem;
    padding: 13px 10px 13px 10px;
    font-size: 0.9em;
    color: #333333 !important;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    border-radius: 5px 0px 0px 5px;
}

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

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

.navbar-nav > li > a {
	color: #333333;
    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: #840000;
}

.navbar-toggle {
	background-color: #9A1B14;
	color: #FFFFFF;
}



/*************************
*********centro***********
*************************/
.centro-container-1 {
	margin: 0px auto;
}
.cont-news-home,
.cont-servizi-home{
	background-color: #F2F2F2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.cont-bandi-home {
	background-color: #F2F2F2;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 15px;	
}
.cont-eventi-home,
.cont-concorsi-home {
	background-color: #FFFFFF;
}

.cont-aree-home{
	background-color: #840000;
	margin-bottom: 30px;	
}

.cont-servizi-home {
	background-color: #F2F2F2;
	margin-bottom: 30px;
}
/*************************
*******chiusura***********
*************************/
.chiusura-1  {
	color:#FFFFFF;
	background-color: #30373D;
	padding: 30px 0px;
}

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

.chiusura-1 a:hover {
	text-decoration: underline;
}
.chiusura-2 ,
.chiusura-3  {
	font-size: 0.85em;
	text-align: center;
    padding: 17px 0px 7px 0px;
}
.chiusura-2  {
	background-color: #0B2D53;
	color: #FFFFFF;
}
.chiusura-2 a:hover {
	color: #FFFFFF;
}
.chiusura-3 {
	border-top:1px solid #ffffff;
	background-color: #30373D;
}
.chiusura-container-2 p,
.chiusura-container-2 p a {
	color: #FFFFFF;
}
.chiusura-container-3 p a {
	color: #FFFFFF;
}
.chiusura-valutazione {
    background-color: #840000;
    color: #FFFFFF;
    font-size: 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;
}
/*************************
*******Home Page******
**************************/

.img-slider {
	width: 100%;
	max-height: 24.375rem;
    overflow: hidden;
}

.img-slider img{
	width: 100%;
}
.cont-slider {
	position: absolute;
    bottom: 0;
    background: url(grafica/transparent-bg.png);
    font-size: 1.2em;
    color: #30373D;
    font-weight: 600;	
}
.cont-slider .fa{
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem !important;
    background: #840000;
    text-align: center;
	color: #ffffff;	
}
.cont-slider a:hover .fa{
    background: #30373D;
	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;	
}
.cont-slider .titolo-slider{
	margin-right: 60px;
    padding: 15px 0px 15px 15px;
}
.titoliIstanzeCollegate {
    font-size: 1.6em;
    color: #9A1B14;
    padding: 18px 0px 5px 0px;
    margin: 0px 15px 15px 17px;
    border-bottom: 1px solid #CCCCCC;
}

.titoliIstanzeCollegate span{
	padding-right:10px;
	color: #333333;
}
.dataSlider {
    font-size: 0.85em;
    color: #333333;
    margin: 0px 15px 0px 17px;
	font-weight:600;
}

.dataSlider span{
	padding-right:10px;
	color: #333333;
}

/*************************
*******tabs***********
*************************/

.nav-tabs {
    border-top: 1px solid #CCCCCC;
    border-bottom: 4px solid #666666;
}

.titoliTabs {
	font-size:1.4em;
	font-weight:600;
	margin-top: 19px;
}

.nav-tabs>li.active>a {
	color: #FFFFFF;
	background-color: #666666;	
}

.titoliTabs  span{
    margin-right: 0px;
}

.nav-tabs>li>a {
	color:#333333;
	background-color: #FFFFFF;
	margin-right:0px;
	border:none;
	border-radius:0px;
    border-right: 1px solid #CCCCCC;	
	padding: 15px 30px 15px 30px;
}

.nav-tabs>li>a:hover {
	color: #333333;
	background-color: #342F29;	
	border:none;
    margin-bottom: 0px;	
    border-right: 1px solid #CCCCCC;
	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: #FFFFFF;
	background-color: #666666;	
	border:none;	
    border-right: 1px solid #CCCCCC;	
}

.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: #ffffff; 
  border:0 none;
  box-shadow:none;
}

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

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

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

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

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

.panel-title>a{
  color: #9A1B14;
}

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

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

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

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

a.accordion-toggle  i{
  width: 2.8125rem;
  line-height: 44px;
}
.crediti-ente {
	color:#ffffff;
	margin-bottom: 20px;
}
.crediti-ente p{
	line-height:1.4;
	font-size: 0.9em;
    word-break: break-word;	
}
.crediti-ente a {
	color:#65dde0;
}
.crediti-ente .fa {
	margin-right:10px;
}
.crediti-ente a:hover {
	text-decoration:underline;
	color:#65dde0;	
} 

.nome-sito-footer {
	font-size:1.6em;
	margin-bottom:15px;
	line-height: 1.4;
	color:#ffffff !important;
}
.nome-sito-footer a,
.nome-sito-footer a:hover {
	color:#ffffff !important;
}
.contenitore-crediti-footer {
	margin-top: 20px;
}
.crediti-footer-titolo {
	font-weight: bold;
	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.8em;
    padding: 15px 0px 0px 0px;
    border-top: 2px solid #49535C;
}
#social-footer {
	text-align: center;
	margin-bottom: 6px;
	border-bottom: 1px solid #49535C;
	padding: 10px 0px;
}
.social-footer-text {
	margin-right: 10px;
	display: inline-block;
}
#social-footer a.social-footer-ico {
	display: inline-block;
    color: #30373D !important;
    background: #65DDE0;
    width: 1.875rem;
    height: 1.875rem;
    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: center;
}
/***********************************************************
************** Griglia banner *********************
***********************************************************/
.partner_single_content_grande{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 9.375rem;
	z-index: 5;
	margin-top:30px;
	overflow:hidden;
}

.partner_single_content_grande img{
    display: block;
    width: 100%;
    max-width: 18.125rem;
    margin: 0px auto 0px auto;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.partner_single_content_grande div{
	background: none repeat scroll 0 0 rgba( 51, 51, 51, 0.9);
}
.partner_single_content_grande div{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0);
    transition: all .6s;
    opacity: 0;
}
.partner_single_content_grande:hover div{
    transform: scale(1);
    opacity: 1;
}

.partner_single_content_grande div a {
    color: #FFFFFF;
    display: block;
    font-size: 0.9412rem;
    text-decoration: none;
    text-transform: uppercase;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding-top: 40px;
}
.partner_single_content_grande div a:hover {
    text-decoration: none !important;
}
.partner_single_content_grande .fa {
	display: block;
	font-size: 1.3em;
	margin-top: 5px;	
}

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

/***********************************
************** OGGETTI *************
***********************************/

.bordo-destro {
    border-right: 1px solid #CCCCCC;	
}
.istanza-1 {
	margin: 0px 12px 15px 12px;
	padding: 15px;
	border-radius: 5px;
}

.cont-padding{
	padding:15px !important;
}
.istanza-2 {
	margin: 0px 0px 20px 0px;
    padding: 15px 0px 0px 15px;
    background: #F4EFE8;
    border-radius: 5px;
}
.istanza-3 {
	border-top: 2px solid #E6D9CA;
	margin-bottom:25px;
	padding: 15px 0px 10px 0px;
}
.istanza-4 {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E6D9CA;	
}
.istanza-piccola {
	font-size:0.9em;
	border-bottom: 1px solid #E6D9CA;
	padding: 0px 0px 5px 10px;
	margin-bottom:15px;
}
.istanza-immagine {
    width: 12.1875rem;
    margin: 0px auto 20px auto;
    max-height: 8.125rem;
    overflow: hidden;
}
.istanza-immagine img{
    width: 100%;
    overflow: hidden;
}
.istanza-banner-colonna {
	width: 17.5rem;
	margin: 0px auto 20px auto;
}
.img-lista {
	max-height: 5.8125rem;
	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%;
	height: 10.9375rem;
	overflow: hidden;
	padding-right: 15px;
}
.img-primo-piano img{
    width: 100%;
}
.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%;
}
.titolo-sez {
	color: #840000;
    padding: 30px 0px 30px 0px;
	font-size: 2.3529rem;
}
.titolo-sez h2 {
	font-size: 0.8em;
	margin: 0px;
	margin-left: -25px;
	margin-bottom: 10px;
	font-weight: 300;
}
.titolo-default h3 {
	font-size: 2.3em;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 300;
}
.rosso,.rosso a {
	color: #840000;
}
.bianco {
	color: #ffffff;
}

.btn-lt {
	margin-right: 35px;
	margin-bottom: 10px;
	padding: 0px;
	background: #840000;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	font-size: 0.9em;
	float: right;
}
.btn-lt a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 15px 12px 15px;
}
.btn-lt a:hover {
	background: #30373D;
}
.review46 {
	background-color: #30373D;
	display: inline-block;
	position: relative;
	font-size: 0.9em;
}
.review46 a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px 10px;
}
.review46::after {
	content: '';
    position: absolute;
    right: 100%;
    top: 0%;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 20px solid #30373D;
    clear: both;
}
.btn-lt-box {
	display: inline-block;
	margin: 20px 0px;
	background: #840000;
	border-radius: 5px;
}
.btn-lt-box a {
	display: inline-block;
	padding: 7px 15px 9px 15px;
	color: #ffffff;
}
.btn-lt-box a:hover {
	text-decoration: none !important;
	color: #FFFFFF;
	background: #30373D;
}
.titolo-lista,
.titolo-elenco {
	font-family: 'Titillium Web', sans-serif;
	margin: 3px 0px;
	line-height: 1.5;
	font-weight: 700;
}
.titolo-richiamo,
.titolo-home {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;	
}
article.emergenza.media.istanza-2 {
    border: 2px solid #840000;
}
.emergenza .titolo-home,
.newsHome .titolo-home {
	font-size: 1.3em;
}
.emergenza .btn-archivio-icon a,
.newsHome .btn-archivio-icon a {
    width: 2.625rem;
    height: 2.375rem;
    line-height: 39px;
}
.emergenza .btn-archivio-icon a::before,
.newsHome .btn-archivio-icon a::before {
    font-size: 1em;
}
.titolo-richiamo a,
.titolo-home a {
	color: #333333;
}
.titolo-lista a{
	color:#840000;
}
.titolo-elenco a{
	color:#840000;
}

.titolo-lista-documenti {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.2;
    font-size: 0.8em;
    font-weight: 600;	
}
.icon-titolo-lista {
    color: #30373d;
    width: 1.625rem;
    height: 1.75rem;
    padding: 6px;
    text-align: center;
	font-size: 1em;
    padding-top: 2px;
}
.titolo-lettura {
	font-family: 'Titillium Web', sans-serif;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.5;
}
.titolo-news-home {
	margin: 3px 0px 0px 0px;
}
.banner-home{
	background-color: #840000;
	color: #ffffff;
	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: #ffffff;	
}
.banner-home a{
	color: #ffffff;	
}
.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;
}
.in-area-home {
	padding: 15px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;	
	background: #840000;
	min-height: 75px;	
	border-radius: 5px;
}
.titolo-area-home {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.2;
}
.titolo-area-home a{
	color: #ffffff;
	
}
.titolo-area-home a:hover{
	color: #ffffff;
}
.icona-area {
    font-size: 1.2em;
    padding: 5px 0px 10px 3px;
    color: #ffffff;
	margin-right: 10px;
	vertical-align: middle;	
}
.testo-corsivo {
	font-style: italic;
}
.testo-09 {
	font-size: 0.9em;
}
.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: #F2F2F2;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.img-area-colonna {
	margin: 5px 10px 5px 20px;
}

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

.btn-archivio-semplice {
    display: inline-block;
	margin-top: 45px;
	margin-bottom: 30px;
	float: right;
    font-size: 1.1em;
	font-weight: 600;
}

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

.post-area-top{
	position:relative;
}
/***********************************************************
************** Motori di ricerca e Pulsanti ****************
***********************************************************/
.oggetto44 input,
.oggetto44 label,
.oggetto43 input,
.oggetto43 label,
.oggetto461 input,
.oggetto461 label,
.oggetto466 input,
.oggetto466 label {
	font-family: 'Titillium Web', sans-serif;
}
.oggetto43 label,
.oggetto461 label,
.oggetto466 label {
	display: block;
}
.oggetto466 input {
	display: inline-block;
}
.oggetto43 input[type="text"],
.oggetto43 textarea,
.oggetto461 input[type="text"],
.oggetto461 input[type="password"],
.oggetto461 textarea,
.oggetto466 textarea {
	width: 80%;
}
.oggetto466 input[type="text"] {
	width: 90%;
}
.oggetto44 input[type="text"],
.oggetto43 input[type="text"],
.oggetto461 input[type="text"],
.oggetto466 input[type="text"]
 {
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.oggetto44 label,
.oggetto461 label,
.oggetto466 label {
	font-weight: 400;
	margin-right: 7px;
}

.pulsante {
	margin: 5px 0px 5px 0px;
}
.oggetto45 h3 {
	margin: 0px;
	font-size: 1.4em;
	color: #333333;
}
.testataPag,
.interfacciaPagine {
	font-size: 0.9em;
	clear: both;
	margin: 10px;
	line-height: 2.5;
}
.testataPag a,
.interfacciaPagine a {
	margin: 5px;
	padding: 10px;
	border: 1px solid #F2F2F2;
	background-color: #FFFFFF;
	text-decoration:none;
	border-radius: 4px;
	display: inline-block;
}
.testataPag a:hover,
.interfacciaPagine a:hover {
	color:#FFFFFF;
	margin: 5px;
	padding: 10px;
	border: 1px solid #F2F2F2;
	background-color: #840000;
	border-radius: 4px;	
}

h3.stileTitolo {
	color: #840000;
	font-size: 2.0em;
	margin-bottom: 10px;
}
#votaSondaggio div[id^="titoloDomanda"] {
    font-weight: bold;
}
div[id^="listaRisposte"] input[type="radio"],
div[id^="listaRisposte"] label {
    display: inline-block;
	margin-right: 10px;
}
/***********************************************************
************** 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: 300;
    background: #30373D;
    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: #840000;
  color: #FFFFFF; }

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

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

.cbp-spmenu-horizontal {
  width: 100%;
  height: 9.375rem;
  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 #F2F2F2; }

/* 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: 6.875rem; }

  .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: 11.875rem; }

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

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

  .cbp-spmenu-push-toright {
    left: 190px; } }
.navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 2.1875rem;
  height: 0.1875rem; }

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

.main {
  position: absolute;
  top: 100px;
  left: 3%;
  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: 110px; }

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

.navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 2.5rem;
  height: 0.1875rem; 
  margin-bottom: 5px;
  }

.navbar-toggle::after {
  position: absolute;
  content: "MENU";
  top: 30px;
  left: 1px;
  font-size: 0.8235rem;
  color: #ffffff;
  padding-left: 10px; }


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

.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: #F2F2F2; }

.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: #333333;
  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: bolder; }

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

.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: #333333;
  background: #F2F2F2; }

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

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

.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"],
#formEditor33 input[type="submit"],
#form_login1246 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
#btnSalva,
.pulsante {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	padding: 6px 12px;
	margin-right: 7px;
	margin-bottom: 10px;
    font-size: 1.0588rem;
    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"],
#formEditor33 input[type="submit"],
#form_login1246 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
#btnSalva,
.pulsante {
	background-color: #840000;
	color: #FFFFFF;
	margin-top:10px;
}
#formContatto24 input[type="submit"]:hover,
#formEditor33 input[type="submit"]:hover,
#form_login1246 input[type="submit"]:hover,
#votaSondaggio input[type="submit"]:hover,
#votaSondaggio input[type="reset"]:hover,
#btnSalva:hover,
.pulsante:hover {
	background-color: #333333;
	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,
#form_login1246, #form_login1246 textarea, #form_login1246 input, #form_login1246 checkbox, #form_login1246 select,
#formEditor33, #formEditor33 textarea, #formEditor33 input, #formEditor33 checkbox, #formEditor33 select {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.92em;
}
#cerca,
#formContatto24,
#form_login1246,
#formEditor33 {
	font-size: 0.92em;
}
#cerca input[type="text"], #cerca select,
#formContatto24 input[type="text"], #formContatto24 select,
#form_login1246 input[type="text"], #form_login1246 select,
#formEditor33 input[type="text"], #formEditor33 select {
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 10px;
	font-size: 1rem;
}
#cerca label,
#formContatto24 label,
#form_login1246 label,
#formEditor33 label {
	font-weight: 400;
	margin-right: 7px;
}



.vistaTabella th {
	background-color: #9A1B14;
    color: white;
    padding: 15px 15px;
    border-right: 1px solid #FFFFFF;
}

.vistaTabella th a{
    color: white;
}

/***********************************************************
************** Come fare per *********************
***********************************************************/
.features{
  padding: 0;
}

.feature-wrap-nav {
	margin-bottom: 15px;
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 0px 0px 0px 15px;
}

.feature-wrap-nav:hover {
    background: #FFFFFF;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;	
}
.feature-wrap-nav h2{
	margin-top: 25px;
	font-size: 1.1em;  
}

.feature-wrap-nav .pull-left {
  margin-right: 25px;
}

.feature-wrap-nav span{
    font-size: 1.4em;
    margin-right: 15px;
    line-height: 72px;
    text-align: center;
    background: transparent;
    color: #840000;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
}

.feature-wrap-nav a{
	color:#840000;
}

.feature-wrap-nav a:hover{
	color:#840000;
}

.feature-wrap-col h2{
	font-size: 1.1em;  
	margin: 0px 0px 15px 0px;	
}

.feature-wrap-col .pull-left {
  margin-right: 25px;
}

.feature-wrap-col span{
    font-size: 1em;
    margin-left: 15px;
    text-align: center;
    color: #30373d;
    float: left;
}

.feature-wrap-col a{
	color:#333333;
}

.feature-wrap-col a:hover{
	color:#840000;
}

.titolo-nero{
    color: #333333;
    line-height: 1.5;
    font-size: 1.8em;
    margin: 10px 10px 5px 10px;
    padding: 5px;
}

/***********************************************************
************** Altre personalizzazioni *********************
***********************************************************/
.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 #F2F2F2;
}
.noTitleStuff .ui-dialog-titlebar {
	display: none;
}
.ui-widget-content {
	font-size: 0.8824rem !important;
	color: #333333;
	z-index: 999;
}
.media13 img {
	margin-top:0px !important;
}

.etiSocial{
	margin-right:15px;
}

.dataOdierna {
	font-size: 0.9412rem;
    font-weight: bold;
    padding: 10px 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: 30px;
}

.sfondo-trasparente-rosso {
    position: relative;
    width: 6.875rem;
    padding: 10px 15px;
    background: url('grafica/transparent-bg-rosso.png');
    color: #FFFFFF;
    font-weight: 600;
    margin-top: -42px;
}

.sfondo-trasparente-blu {
    position: relative;
    width: 6.875rem;
    padding: 10px 15px;
    background: url('grafica/transparent-bg-blu.png');
    color: #FFFFFF;
    font-weight: 600;
    margin-top: -42px;
}

.margine-alto-negativo{
	margin-top: -20px;
}

.contenitore-ricerca {
	background: #FFFFFF;	
}
.contenitore-default {
    font-size: 0.9em;
	margin-bottom: 20px;
}
.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;	
}

/*.post-area-title:before, .post-area-title:after {
    content: '';
    background-color: #d7dee0;
    top: 50%;
    height: 1px;
    position: absolute;
    width: 32%;
}*/

.post-area-title,
.post-area-title-small {
    color: #333333;
    font-size: 1.8em;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 5px;
    border-bottom: 3px solid #F2F2F2;
}

.post-area-title .cont-title,
.post-area-title-small .cont-title{
    background-color: #FFFFFF;
    padding-right: 15px;
    padding-left: 15px;
}

.post-area-title-nero {
	color: #333333;
    font-size: 1.8em;
    position: relative;
    text-align: left;
    padding-top: 10px;
    border-top: 5px solid #333333;		
}

/*.post-area-title:before,
.post-area-title-small:before {
    left: 0px;
}

.post-area-title:after,
.post-area-title-small:after {
    right: 0px;
}
.post-area-title:before, .post-area-title:after {
    content: '';
    background-color: #d7dee0;
    top: 50%;
    height: 2px;
    position: absolute;
    width: 32%;
}

.post-area-title-small:before, .post-area-title-small:after {
    content: '';
    background-color: #d7dee0;
    top: 50%;
    height: 2px;
    position: absolute;
    width: 28%;
}*/

.title-icon-blu {
	display: inline-block;
    font-size: 0.6em;
    width: 2.5rem;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    background: #840000;
    color: #FFFFFF;
}

.title-icon-grigio {
	display: inline-block;
    font-size: 0.6em;
    width: 2.5rem;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    background: #30373D;
    color: #FFFFFF;
}

.titolo-grande-nero,
.titolo-grande-nero a
 {
	font-size: 2.3529rem;	
    color: #30373D !important;	
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.2;
}

.data-calendario {
	font-size: 0.85em;
	color: #840000;	
	margin-top:15px;
	margin-bottom:10px;
}
.data-calendario::after {
    font: normal normal normal 20px/1 FontAwesome;
    content: '\f133 ';
    margin-left: 8px;
	font-size: 0.9em;	
}

.data-home {
	background: #F2F2F2;
	font-size: 0.95em;
	padding: 10px 15px 10px 15px;
}
.data-home .fa {
	margin-right: 15px;
}
.data-calendario-sfondo-rosso {
	color: #FFFFFF;
    display: inline-block;
    background: #840000;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 10px 15px;
}

.btn-archivio {
	margin: 15px 15px 20px 0px;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    background: #30373D;
    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: #840000;
	font-size: 0.85em;
}
.btn-archivio-transparent a{
    color: #840000;
}
.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: #333333;
}
.btn-archivio-transparent .fa {
	margin-right:5px;
}

.btn-archivio-icon {
	float: right;
}
.btn-archivio-icon a {
    display: inline-block;
    color: #ffffff;
    background: #840000;
    width: 3.25rem;
    height: 3.0625rem;
    line-height: 52px;
    text-align: center;
}
.btn-archivio-icon a:hover {
	text-decoration: none !important;
	background: #333333;
	color: #ffffff;
}
.btn-archivio-icon a::before {
	font: normal normal normal 32px/1 FontAwesome;
	content: '\f067';
	font-size: 1.2em;
}
.btn-lt a::after {
	font: normal normal normal 20px/1 FontAwesome;
	content: '\f08e';
    margin-left: 10px;
    vertical-align: middle;
}

#tiptip_content {
	border: 2px solid #840000 !important;
	background-color: #FFFFFF;
	color: #333333 !important;
	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{
	line-height:1.5;
}

.cont-banner-ist a, .cont-banner-ist a:hover{
	color: #30373D;
}
.istanza-banner-ist {
	padding: 0px 0px 25px 0px;	
	margin-top: 15px;
	text-align: center;
}
.titolo-banner-ist {
	font-size: 1.4em;
	font-weight: 700;
	padding-bottom: 10px;
}
.sottotitolo-banner-ist {
	font-size: 0.9em;
	padding: 0px 20px;
	color: #000000;	
}
.ico-banner-home {
	font-size: 1.8em;
	border: 1px solid #840000;
	background: #ffffff;
	display: inline-block;
    line-height: 1;
	margin-bottom: 10px;
}
.ico-banner-home a {
	padding: 10px 15px;
	display: inline-block;
	color: #840000;
}
.rssDate46{
	font-size:1.5em;
	font-weight: 700;
    width: 3.125rem;
    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: #333333;
}
.rssTitle46 a{
	color: #333333 !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: #840000 !important;
    font-weight: 600;
}
.containerBreadcrumb {
    padding: 20px 0px 0px 0px;
	margin-bottom: 30px;
}
.parte-centrale{
	padding-right: 15px;
	border-right: 1px solid #E6D9CA;	
}
.colonna {
	padding-left: 15px;
	border-left: 1px solid #E6D9CA;
}

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

.campo-obbligatorio {
	border-width: 2px;
	border-style: solid;
}
.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: bold;
	display: block;
	margin: 0px 0px 10px 0px;
}
.icon-editoriale-list{
    background: #FFFFFF;
    color: #E5E5E5;
    border: 3px solid #E5E5E5;
    border-radius: 100px;
    width: 5rem;
    height: 5rem;
    font-size: 2.2em;
    padding: 18px 0px 15px 16px;
    margin-right: 15px;	
}
.bordino-rosso{
	margin-top: 10px;
	margin-bottom: -13px;
	background-color: #840000;
	height: 0.1875rem;
	width:15%;
	position: relative;
}
.contenitore-bordo-alto{
	border-top: 3px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}
.media-left-novita {
	width: 40%;
}
.socio-home {
	text-align: center;
	margin: 20px 0px;
	padding: 15px;
}
body.onscroll .gototop {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999999;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #840000;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 1.3em;
    border: 2px solid #fff;
    border-radius: 22px;
    cursor: pointer;
}
.gototop {
    display: none;
}
.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: bold;
} 
.divieto img,
.ok img,
.richiesta img,
.avvisino img,
.avvisone img {
	display: none;
}

.banner2 {
	border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px 15px 0px 15px;
    height: 6.25rem;
    color: #000000;
    background: #ffffff;
}
.banner2 .fa {
    margin-top: 5px;
    color: #ffffff;
}
.banner2 .icona-area {
    margin-right: 0;
}
.sfondo-rosso {
	background: #840000;
}
.sfondo-grigio {
	background: #30373D;
}

.cont_share .addthis_toolbox {
    margin: 20px 00px 10px 20px;
    text-align: center;
}
a.social-condividi {
	display: inline-block;
    color: #ffffff !important;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 31px;
    text-align: center;
    border-radius: 25px;
	margin-right: 5px;
}
a.social-condividi:hover {
	background: #FFFFFF;
	text-decoration: none;
    color: #3C5285;	
}

.cont_share {
	margin-bottom: 30px;
}
.cont_share .addthis_toolbox a:hover{
	text-decoration: none !important;
    color: #000000 !important;	
}
.facebook {
	background:#3A589B;
}
.gplus {
	background:#D6492F;	
}
.linkedin {
	background:#007AB9;	
}
.twitter {
	background:#598DCA;	
}

.paragrafo18 p { clear: both; }


.ico-pago-pa{
    width: 40px;
    height: auto;
}

.pago-pa-layer{
    margin: 5px !important;

}
