
/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
.spacer.t_150 {
    margin-top:150px;   
}
.spacer.t_200 {
    margin-top:200px;   
}
/*vc_article_multimedia*/
.vc_article_multimedia {
    margin:0px;
    padding:0px;
    float: left;
    clear: none;
    /*clear: left;
    width: 100%;*/
}
.vc_article_multimedia.vc_infinite_scroll {
    width:100%;
}
/*---foto_articolo*/
.vc_article_multimedia .multimedia {
    margin:0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_article_multimedia .multimedia .foto_articolo {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    float: left;
    clear: left;
    text-align: center;
}
.vc_article_multimedia .multimedia .foto_articolo img {
    margin: 0px auto;
    padding: 0px;
    clear: left;
    border: 0px;
    text-decoration: none;
    height: auto;
    width: 100%;
    /*max-width: 750px;*/
}
.vc_article_multimedia.vc_infinite_scroll .multimedia .foto_articolo {
    /*max-height:520px;
    overflow:hidden;*/
}
.vc_article_multimedia.vc_infinite_scroll .multimedia .foto_articolo img {
    /*max-width:unset;*/
}
.vc_article_multimedia .multimedia .foto_articolo .didascalia {
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
    color: #909090;
    text-align: center;
    position: relative;
    font-size: 14px;
    top: -6px;
}


.multimedia.gallery {
	position:relative;
}
.multimedia.gallery .bx-wrapper,
.multimedia.gallery .bx-wrapper .bx-window,
.multimedia.gallery .bx-wrapper .bx-viewport {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.multimedia.gallery ul.galleria_espanso {
    margin:0px;
    padding:0px;
    width:100%;
    float:left;
    clear:left;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.multimedia.gallery ul.galleria_espanso li {
    margin:0px;
    padding:0px;
    width:100%;
    position:relative;
}
.multimedia.gallery ul.galleria_espanso li img {
    margin:0px;
    padding:0px;
    max-width:100%;
}
/*---LOADER*/
.bx-wrapper .bx-loading {
    min-height:50px;
    background:url(../images/bx_loader.gif) center center no-repeat #fff;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2000;
}
/*---Titolo della Foto*/
.multimedia .bx-wrapper .bx-caption {
    position:absolute;
    bottom:5px;
    left:0;
    background:#666\9;
    background:rgba(80, 80, 80, 0.75);
    width:100%;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.multimedia .bx-wrapper .bx-caption span {
    color:#fff;
    display:block;
    font-size:11px;
    padding:10px;
}
/*Freccie per la navigazione*/
.multimedia .bx-controls {
    margin:0px;
    padding:0px;
    /*position:absolute;
    top:20px;
    right:15px;*/
}
.multimedia .bx-controls .bx-pager {
    margin: 0px;
    padding: 0px;
    float: left;
    text-shadow: 0px 0px 7px #000;
    font-size: 0.8em;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
}
.multimedia .bx-controls .bx-controls-direction {
    margin:0px;
    padding:0px;
    float:left;
}
.multimedia .bx-controls .bx-controls-direction .bx-prev {
    margin-top: -16px;
    padding: 0px;
    width: 32px;
    height: 32px;
    float: left;
    text-indent: -9999px;
    outline: 0;
    background: url(../images/controls.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 15px;
}
.multimedia .bx-controls .bx-controls-direction .bx-next	 {
    margin-top: -16px;
    padding: 0px;
    width: 32px;
    height: 32px;
    float: left;
    text-indent: -9999px;
    outline: 0;
    background: url(../images/controls.png) no-repeat -43px 0;
    position: absolute;
    top: 50%;
    right: 15px;
}



/*---Media Queries---*/ 
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 892px) {
}
@media only screen and (max-width : 692px) {
}
@media only screen and (max-width : 667px) {
}
@media only screen and (max-width : 480px) {
}






/*vc_article_header*/
.vc_article_header {
    margin:0px;
    padding:0px;
    float: left;
    clear: none;
    /*clear: left;
    width: 100%;*/
}
.vc_article_header.vc_article_text {
    width: 100%;
}
.vc_article_header .testo_articolo img {
    margin:0px;
    padding:10px 0px 10px 10px;
    border:0px;
    text-decoration:none;
    
    display: inline-table;
    max-width: 100%;
    height: auto;
    /*width: inherit;*/
}
.vc_article_header .testo_articolo,
.vc_article_header .titolo_articolo{
    float:left;
    clear:left;
    width:100%;
}
.vc_article_header .testo_articolo{
    margin:40px 0px 0px 0px;
}
.vc_article_header .occhiello_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-bottom:15px;
}
.vc_article_header .sottotitolo_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
}
.vc_article_header .autore_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
    text-transform:uppercase;
}
.vc_article_header .data_articolo,
.vc_article_header .sezione,
.vc_article_header_service .data_articolo,
.vc_article_header_service .vc_article_header .sezione{
    float:left;
    clear:left;
    width:auto;
    margin: 0;
    text-transform:uppercase;
}

/*vc_icon_service*/


.vc_box_service{
    float: left;
    clear: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin-top: 25px;
}
.vc_box_service.vc_single_content{
    display:none;
}

.vc_box_service .vc_article_header_service {
    float:left;
    clear:left;
    width:calc(100% - 290px);
    padding: 15px 0;
}

.vc_box_service .share{
    float:right;
    clear:none;
    text-align:right;
    width:auto;
    padding: 7px 0 0 0;
}

.vc_box_service .printBtn{
    display:none;
}

.inViewport .vc_box_service .printBtn{
    display:block;
    float: right;
    width: auto;
    background: transparent;
    border: 0px;
    padding: 5px 0 0 0;
}

.inViewport .vc_box_service .printBtn {
    display: block;
    float: right;
    width: auto;
    background: transparent;
    border: 0px;
    margin: 5px 0 0 10px;
    padding: 0 3px;
    border: 1px solid #e8e8e8;
}
.inViewport .vc_box_service .printBtn .btn-text {
    float: right;
    font-size: 13px;
    padding: 0 5px 0 0;
    /* background: #fff; */
    margin: 8px 0 0 0;
    z-index: 1;
    position: relative;
}

.inViewport .vc_box_service .printBtn svg{
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

/*Default*/
.addthis_toolbox.addthis_32x32_style span {
    background-color: transparent !important;
    line-height: 32px !important;
    height: 32px !important;
    width: 32px !important;
}
.addthis_toolbox.addthis_32x32_style span .at-icon {
    fill:#ad8313;
    width: 32px !important;
    height: 32px !important;
    text-align: center;
    margin: 1px 2px 1px 1px;
}
/*twitter*/
.addthis_toolbox.addthis_32x32_style .addthis_button_twitter span {
    border-color: rgb(29, 161, 242);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_twitter span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_twitter span .at-icon {
    /*fill:rgb(29, 161, 242);*/
    fill:#ad8313;
}
/*google*/
.addthis_toolbox.addthis_32x32_style .addthis_button_google_plusone_share span {
    border-color: rgb(220, 78, 65);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_google_plusone_share span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_google_plusone_share span .at-icon {
    /*fill:rgb(220, 78, 65);*/
    fill:#ad8313;
}
/*facebook*/
.addthis_toolbox.addthis_32x32_style .addthis_button_facebook span {
    border-color: rgb(59, 89, 152);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_facebook span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_facebook span .at-icon {
    /*fill:rgb(59, 89, 152);*/
    fill:#ad8313;
}
/*print*/
.addthis_toolbox.addthis_32x32_style .addthis_button_print span {
    border-color: rgb(115, 138, 141);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_print span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_print span .at-icon {
    /*fill:rgb(115, 138, 141);*/
    fill:#ad8313;
}
/*whatapp*/
.addthis_toolbox.addthis_32x32_style .addthis_button_whatsapp span {
    border-color: rgb(77, 194, 71);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_whatsapp span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_whatsapp span .at-icon {
    /*fill:rgb(77, 194, 71);*/
    fill:#ad8313;
}
/*compact*/
.addthis_toolbox.addthis_32x32_style .addthis_button_compact span {
    border-color: rgb(255, 101, 80);
}
.addthis_toolbox.addthis_32x32_style .addthis_button_compact span .at-icon path,
.addthis_toolbox.addthis_32x32_style .addthis_button_compact span .at-icon {
    /*fill: rgb(255, 101, 80);*/
    fill:#ad8313;
}

.vc_article_header em {
    font-style:italic;
}



/*---Media Queries---*/ 
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 892px) {
}
@media only screen and (max-width : 692px) {
}
@media only screen and (max-width : 667px) {
}
@media only screen and (max-width : 480px) {
}




.vc_cont_article_body {
    float:left;
    clear:left;
    width:100%;
    margin:45px 0px 30px 0px;
    }
.banner_desk_300x250_corpo {
    margin: 0 20px 20px 0;
    width:300px;
    min-width:250px;
    padding:0px;
    float:left;
}

/*vc_article_body*/
.vc_article_body {
    margin:0px 0 0 0;
    padding:0px;
    /*float: left;*/
    clear: none;
    /*clear: left;
    width: 100%;*/
    display: inline;
}
.vc_article_body .testo_articolo{

    display: inline;
}

.vc_article_body .testo_articolo img {
    margin:0px;
    padding:10px 0px 10px 10px;
    border:0px;
    text-decoration:none;
    
    display: inline-table;
    max-width: 100%;
    height: auto;
    /*width: inherit;*/
}

.vc_article_body .testo_articolo .Corsivo img {
    padding: 0;
    }


.vc_article_body .titolo_articolo{
    float:left;
    clear:left;
    width:100%;
}
.vc_article_body .occhiello_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-bottom:10px;
}
.vc_article_body .sottotitolo_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
}
.vc_article_body .autore_articolo {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
}
.vc_article_body .data_articolo {
    float:left;
    clear:left;
    width:100%;
    margin: 20px 0 0 0;
}


.vc_article_body .lettera_risposta {
    margin:0px;
    padding:10px 0 0 0;
    font-size:14px;
    line-height:24px;
    color:#414141;
    width:100%;
    float:left;
    clear:left;
    border-top:1px #118ac0 dotted;
}
.vc_article_body .lettera_risposta:before {
    content: "\270f";
    margin:0 5px 0 0;
    padding:0px;
    font-size:22px;
    color:#118ac0;
    float:left;
}

/*---Sondaggio_box_orizzontal*/
.Sondaggio_box_orizzontal {
    margin:0;
    padding:15px 0;
    width:100%;
    float:left;
    clear:left;
    background:#fff;
    box-sizing:border-box;
    *behavior: url(js/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.Sondaggio_box_orizzontal .container_response {
    margin:0px;
    padding:5px 0px;
    width:100%;
    min-height:35px;
    float:left;
    cursor:pointer;	
    background:url(../images/background_sondaggio_btn.jpg) no-repeat right center;	
    border-top:1px #d2dce1 solid;
    border-bottom:1px #d2dce1 solid;	
}
.Sondaggio_box_orizzontal .container_response .response {
    margin:0px;
    padding:0px;
}
.Sondaggio_box_orizzontal .container_response .response p {
    margin:0px;
    padding:0px;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-weight:600;
    font-size:13px;
    color:#0d0c0c;
    width:390px;
}
.Sondaggio_box_orizzontal .container_response .photo {
    margin:2px 10px 0 0;
    padding:0px;
    float:left;
}
.Sondaggio_box_orizzontal .container_response .photo img {
    margin:0px;
    padding:1px;
    border:1px #d2dce1 solid;
}
.Sondaggio_box_orizzontal .container_response .bar_container {
    margin:5px 0 2px 0;
    padding:0px;
    width:305px;
    position:relative;
    display:inline-block;
}
.Sondaggio_box_orizzontal .container_response .bar_container .bar {
    height: 15px;
    margin: 0px;
    padding: 1px 5px 0 5px;
}
.Sondaggio_box_orizzontal .container_response .bar_container .perc_container {
    font-size: 14px;
    color: #3A833C;
    margin: 0px;
    padding: 1px 2px;
    border-top: 1px #9dcf9d dashed;
    border-right: 1px #9dcf9d dashed;
    border-bottom: 1px #9dcf9d dashed;
    border-left: 1px #9dcf9d dashed;
    background: #b3e2b3;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
/*---corsivo*/
.Corsivo {
    margin:5px 15px;
    padding:15px 0px;
    position:relative;
}
.Corsivo .ApiceSx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    top:0;
    left:0;
}
.Corsivo .ApiceDx {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    position:absolute;
    bottom:0;
    right:0;
}
.Corsivo p {
    margin:0;
    padding:20px;
    font-size:16px;
    line-height:20px;
    text-align:left;
    font-weight:400;  
    font-style:italic;
    color:#313133;
}

/*---vc_article_body*/
.vc_article_body .testo_articolo .articlebox {
    margin:10px 0;
    padding:5px 15px;
    display:table;
    background:#f4eadb;
    border-left:4px #edbf7d solid;    
}
.vc_article_body .testo_articolo .articlebox p {
    margin:0px;
    padding:0px;
    font-size:12px;
    color:#a09995;
}
.vc_article_body .testo_articolo .articlebox p a {
    margin:0 5px;
    text-decoration:none !important;
    font-size:14px;
    color:#414141;
} 
.vc_article_body .testo_articolo .articlebox p a:hover {
    text-decoration:underline !important;
}
.vc_article_body iframe {
    margin:0px;
    padding:5px;
    max-width:100%;
    border:1px #ccc solid;
}
.vc_article_body em {
    font-style:italic;
}
.vc_article_body p {
    margin: 0 0 10px;
}



/*---Media Queries---*/ 
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 892px) {
}
@media only screen and (max-width : 692px) {
}
@media only screen and (max-width : 667px) {
}
@media only screen and (max-width : 480px) {
}





