@import "font_face.css";
@import "https://use.fontawesome.com/releases/v5.6.3/css/all.css";

html, body, table, td, th, tr, p, address, pre, ul, li,  h3, h4,h5 {
    font-size: 12px;
    font-family: 'open_sansregular';
    color:#666;
}

/*PER TINYMCE PROBLEMA CON TAG A  da importanza solo a contenuti mce */
.mceContentBody a, .mceContentBody a:link, .mceContentBody a:visited,.contenuti a {
    color: #D0112B;
    text-decoration: underline;
}


.mceContentBody ul, .mce-content-body ul, .nessun_risultato ul{
list-style: outside square none;
 margin-left:1em;	
}

.tabber_section .visible ul, .mceContentBody ul, .contenuti_pagine_eventi ul{
 list-style: outside square none;
 margin-left:1em;
}

.contenuti ul li{
list-style: outside square none;
list-style-position: inside;
margin-left:1em;
}

.mceContentBody ul{
padding:0 0 0 18px;   
}

.tab_servizi ul{
  list-style: outside none none;   
}

.tabber_section img, .mceContentBody img{
max-width:580px !important;
max-width:100% !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    font-weight: 300;
    /*text-transform: uppercase; */
    color: #3e454c;
    padding:0;
    margin:0;
}
h1{
    position: relative;
    width: 100%;
    text-align: left;
    font-size:24px;
    font-family: 'belleroselight';
    color: #333333;
    text-transform: uppercase;
}
h2{
    font-size: 20px;
    color: #D0112B;
    text-align:center;
    font-family: 'belleroselight';
    padding-bottom: 30px;
    text-transform: uppercase;
}
h3{
    font-size: 17px;
    padding-bottom:10px;
    font-weight:bold;
}
h4{
    font-size: 16px
}
h5{
    font-size: 14px;
    color:  #D0112B;
}

p,.contenuti p {
    font-size:15px;
    color: #333;
    line-height:22px;
    padding:0;
    margin:0;
    	display:inline-block;
	width:100%;
}
p > b {

}

ul li {

    font-size:15px;
    line-height:18px;
    
}

a {
    color: #D0112B;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

p {

}



#tinymce .button4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D0112B;
    color: #D0112B;
    cursor: pointer;
    display: inline-block;
    font: 18px 'belleroselight';
    height: 28px;
    letter-spacing: 0.07em;
    padding: 14px 0 7px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

p img {

}

img {
    border: none;
}

address {

}

pre, code {

}

ul, ol {
}

ul {

}

ol {

}

dl {

}

dl dt {

}

dd {

}

abbr, acronym {

}

del {

}

blockquote {

}

strong {

}

em, dfn {

}

dfn {

}

tt {

}

table, .contenuti table {
float:none;
}

th, thead {

}

td {

}

table th, table td, table thead {
vertical-align: top;
padding:4px;
}

tfoot {
}

caption {

}

/*PERSONALIZZAZIONI*/
.nero {
    color: #000000;
}
.bianco {
    color: #fff !important;
}

.grigio {
    color: #666666;
}

.interlinea_una_e_mezza {
    line-height: 150% !important;
}

.interlinea_doppia {
    line-height: 200% !important;
}

._______________TABELLE________________ {
}

/**** tabella griglia ****/

.Tabella_griglia, .tabella_griglia {
    border-collapse: collapse;
    border: none;
    border-bottom: solid 1px #666;
    border-top: solid 1px #666;
    padding: 0;
    background-color: #fff;
}

.Tabella_griglia th, .Tabella_griglia td,.tabella_griglia th, .tabella_griglia td  {
    border: solid 1px #e6e6e6;
    padding:3px;
}
.Tabella_griglia tr,.tabella_griglia tr {
    font-weight: normal;
    background-color: #fff;
}

/**** tabella zero bordi base ****/

.Tabella_senza_bordi {
    border: none;
    padding: 0;
    margin: 0;
}


/**** tabella riga sotto ****/

.Tabella_filetto_sotto {
    border: none;
    padding: 0;
    margin: 0;
}

.Tabella_filetto_sotto td, .Tabella_filetto_sotto tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.contenuti_pagine_eventi td{
height:auto !important;	
}


/*tabelle responsive*/
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  max-width:100% !important;
}
.table-responsive table {
  max-width:100% !important;
  width:100% !important;
}
@media screen and (max-width: 590px) {
	
	.table-responsive table {
  max-width:auto !important;
  width:auto !important;
}
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}