/*-----------------Generic Style Reset-----------------*/
:root {
  --alpha-bg:#D8002D;/* red */
  --alpha-fg:#fff;/* white */
}

.vc_hidden {display:none;}
* {
	box-sizing:border-box;
	*behavior: url(js/boxsizing.htc);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;	
	font-size:100%;
	font:inherit;
	text-decoration:none;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input:not([type='checkbox']):not([type='radio']), button, textarea {
    outline:none;
    appearance:button;
    -moz-appearance:button;
    -webkit-appearance:button;
}
.cc-cookies {
    width:100%;
    font-size:0.8em;
    line-height:1.2em;
    background:#f8f8f8;
	-webkit-box-shadow: 0 8px 6px -6px #dfdfe2;
	   -moz-box-shadow: 0 8px 6px -6px #dfdfe2;
	        box-shadow: 0 8px 6px -6px #dfdfe2;
}
.cc-cookies > div {
    width:auto;
}
.cc-cookies .msg {
    width:78%;
    float:left;
    clear:left;
    text-align:left;
    color:#010101;
}
.cc-cookies .msg a {
    color:#010101;
    text-decoration:underline;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
    font-size:1.0em;
    line-height:1.6em;
    color:#010101;
    width:20%;
    float:right;
    clear:right;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border:2px #010101 solid;
}
/*-----------------End-----------------*/
/*-----------------Style-----------------*/
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#0f0605;
	text-rendering:optimizeLegibility;
}
a {
    color:#0f0605;
}
a:hover,
a:link,
a:visited,
a:active {
    text-decoration:none;
}
/*http://www.w3schools.com/cssref/css_pxtoemconversion.asp*/
/*-----------------Structure-----------------*/
.testo_articolo p {
    margin:0 0 15px;
}
.testo_articolo iframe{
    width: 100% !important;
    max-width: 100% !important;
    margin:0 auto;
}
.testo_articolo img, .testo_articolo .ImageCaptionBox {
    max-width: 100%;
    padding-right: 10px;
    height:auto;
}
.testo_articolo strong {
    font-weight:bold;
}
.testo_articolo em {
    font-style:italic;
}
.testo_articolo ul {
    list-style:inherit;
    padding-left:40px;
}
/* ---- WHATS'ON SECTION ---- */
.vc_container_search_events {
    padding:30px 0;
    float:left;
    clear:left;
    width:100%;
    background:#fafafa;
}

/*-----------------End-----------------*/

/*-----------------vc_txt_xl-----------------*/
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione,
.vc_txt_xl .autore {
    font-size:0.9em;
    line-height:1em;
    font-weight:bold;
    text-transform:uppercase;
}
.vc_txt_xl .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:2em;
    line-height:1.4em;
    font-weight:bold;
}
.vc_txt_xl .sottotitolo {
    font-size:1.2em;
    line-height:1.1em;
    font-weight:normal;
}
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.15em;
    line-height:1.4em;
    font-weight:normal;
}
.vc_txt_xl .testo {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:1em;
    font-weight:normal;
}
/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
.vc_txt_l .occhiello,
.vc_txt_l .autore {
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_l .sezione {
    font-size:0.9em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_l .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:2.2em;
    line-height:1.3em;
    font-weight:600;
}
.vc_txt_l .sottotitolo {
    font-size:1.1em;
    line-height:1.3em;
    font-weight:normal;
}
.vc_txt_l .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_l .testo {
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
.vc_txt_m .occhiello,
.vc_txt_m .autore {
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_m .sezione,
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .num_commenti {
    font-size:0.8em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_m .titolo {
    /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
    font-size:1.75em;
    line-height:1.1em;
    font-weight:600;
}
.vc_txt_m .sottotitolo {
    font-size:1em;
    line-height:1.4em;
    font-weight:normal;
}
.vc_txt_m .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_m .testo {
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------vc_txt_s-----------------*/
.vc_txt_s .occhiello,
.vc_txt_s .autore {
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_s .sezione,
.vc_txt_s .ora_pubblicazione,
.vc_txt_s .num_commenti {
    font-size:0.8em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_s .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:1.2em;
    line-height:1.3em;
    font-weight:500;
}
.vc_txt_s .sottotitolo {
    font-size:0.9em;
    line-height:1.2em;
    font-weight:normal;
}
.vc_txt_s .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_s .testo {
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------vc_txt_s-----------------*/
.vc_txt_xs .occhiello,
.vc_txt_xs .sezione,
.vc_txt_xs .autore {
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_xs .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:1.3em;
    font-weight:600;
}
.vc_txt_xs .sottotitolo {
    font-size:0.9em;
    line-height:1.2em;
    font-weight:normal;
}
.vc_txt_xs .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_xs .testo {
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------vc_article-----------------*/
.vc_article .occhiello,
.vc_article .sezione,
.vc_article .autore {
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_article .occhiello_articolo {
    font-size:0.9em;
    line-height:1em;
    font-weight:bold;
    text-transform:uppercase;
}
.vc_article .vc_story_telling_title,
.vc_article .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:2.8em;
    line-height:1.2em;
    font-weight:800;
}
.vc_article .sottotitolo {
    font-size:1.2em;
    line-height:1.3em;
    font-weight:bold;
    text-transform:uppercase;
}
.vc_article .sommario_articolo,
.vc_article .sommario {
    font-size:0.9em;
    line-height:1.9em;
    font-weight:bold;
}
.vc_article .vc_story_telling_text,
.vc_article .testo {
    font-size:0.9em;
    line-height:1.9em;
    font-weight:normal;
}
.vc_article .testo a {
    font-style:italic;
    text-decoration:underline;
}

.vc_article .testo_articolo h1 {
    font-size:2em;
    line-height:1.2em;
}
.vc_article .testo_articolo h2 {
    font-size:1.8em;
    line-height:1.2em;
}
.vc_article .testo_articolo h3 {
    font-size:1.6em;
    line-height:1.2em;
}
.vc_article .testo_articolo h4 {
    font-size:1.4em;
    line-height:1.2em;
}
.vc_article .testo_articolo h5 {
    font-size:1.2em;
    line-height:1.2em;
}
.vc_article .testo_articolo h6 {
    font-size: 1.1em;
    line-height:1.2em;
}
.vc_article .testo_articolo blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.05em;
    line-height: 1.2em;
    border-left: 5px solid #eee;
}
.vc_article .testo_articolo sup,
.vc_article .testo_articolo sub {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.vc_article .testo_articolo code {
    padding: 3px 5px;
    font-size: 0.9em;
    color: #c7254e;
    background-color: #f9f2f4;
    /*white-space: nowrap;*/
    white-space: pre-line;
    border-radius: 0;
}
.vc_article .testo_articolo code,
.vc_article .testo_articolo kbd,
.vc_article .testo_articolo pre,
.vc_article .testo_articolo samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.vc_article .testo_articolo ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 40px;
}
.vc_article .testo_articolo ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: decimal;
    padding-left: 40px;
}
/*vc_story_telling*/

/*Story telling*/
.vc_story_telling_nav{
  font-weight: bold;
}
.vc_story_telling_nav li{
    cursor:pointer;
}
.vc_story_telling_link{
    font-style:italic;
    text-transform: uppercase;
    text-decoration: underline;
    cursor:pointer;
}
.vc_story_telling_pagination{
    margin-top: 15px;
    padding:15px 10px 10px 10px;
    display:table;
    background:#ededed;
    color:#666;
}
.vc_story_telling_pagination .btn{
    padding:6px 12px;
}
.vc_story_telling_pagination .vc_prev a,.vc_story_telling_pagination .vc_next a{
    color:#111;
}
.vc_story_telling_pagination a:hover{
    color:#333;
}
.vc_story_telling_pagination .vc_label_pagination{
  font-weight:bold;
}

/*-----------------End-----------------*/
/*-----------------Structure-----------------*/
.vc_p0 {
    padding:0;
}
.vc_mt_20 {
    margin-top:20px;
}
.vc_mb_1 {
    margin-bottom:1px;
}
.vc_pt_pb_15 {
    padding-top:15px;
    padding-bottom:15px;
}
.vc_cont_article_body {
    width:100%;
    clear:left;
    float:left;
}
.vc_reset_border {
    border:0 !important;
}
.vc_bb_grey {
    border-bottom:1px solid #bbb !important;
}
.vc_bt_bb_grey {
    border-top:1px solid #bbb !important;
    border-bottom:1px solid #bbb !important;
}
.vc_bb_3_blue {
    border-bottom: 3px solid #017cc5;
}
/*-----------------End-----------------*/
/*-----------------Themes Color-----------------*/
/*---background*/
.vc_bg_blue_dark {
}
.vc_bg_blue_medium {
}
.vc_bg_blue_light {
}
.vc_bg_grey_light {
}
.vc_bg_white {
}
.no_background {
    background:none !important;
}
/*---border*/
.vc_bd_blue_dark { 
    border-top:5px #017bc6 solid;
}
.vc_bt5_bb2_red_blue {
    border-top:5px #017cc5 solid;
    border-bottom:1px #d4243a solid;
    width:100%;
    float:left;
    clear:left;
}
.vc_bb1_pb15_grey_dashed {
    padding-bottom:15px;
    border-bottom:1px #d6d6d6 dashed;
}
/*--Shadow*/
.vc_shadow_grey {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
}
/*--Hidden Element*/
.vc_article_hidden_section .sezione {
    display:none;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
  flex-direction: column;
}
.content_big{/* This is used in the "myaccount" widget */
    width:100% !important;/* as otherwise won't style well on tablets */
}

.nopadding{
    padding:0;
}

.paddingrightdesktop{
    padding-right:0;
}
.paddingleft{
    padding-left:0;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .static_mpu img{
        margin: 0 auto;
        float:none;
        display:block;
    }
}
/*-----------------End-----------------*/
/* Portrait phones and smaller */
@media (max-width: 480px) {
        #confirmBox {
        margin-left:-50% !important;
        width:100% !important;
    }
    .vc_article .vc_story_telling_title,
    .vc_article .titolo {
        font-size:2em;
    }
}
