
a#a2a_skin1x1 {
    float: left;
    clear: left;
    width: 100%;
    z-index: -1;
    position: fixed;
}
.vc_textedit_title_box {
    /*margin: 20px 0;*/
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
    width: auto;
    font-family: "Lora", Georgia, serif;
    font-size: 1.1em;
    line-height: 1.2272727273em;
    font-weight: 900;
    color: #024c9c;
    z-index: 9;
}

body.drag_and_drop .vc_textedit_title_box {
    width: calc(100% - 90px);
}

.vc_box_necro .vc_textedit_title_box{
    margin:0 0 20px 0;
}
.vc_textedit_title_box.vc_txt_l{
    font-size: 2em;
}
.vc_textedit_title_box.vc_txt_m{
    font-size: 1.1em;
}
.vc_textedit_title_box.vc_column {
    margin: 30px 0 20px 15px;
    padding: 0 0 0 0;
    width: calc(100% - 15px);
}
.vc_textedit_title_box.vc_small {
    margin: 20px 0;
    width: auto;
    max-width:79px;
}
.vc_textedit_title_box.vc_first {
    margin: 0;
}

.vc_textedit_title_box.vc_black {
    color: #212121;
}

.vc_textedit_title_block .text {
    float: left;
}



.vc_textedit_title_box:before {
    content:" ";
    height:4px;
    width:30px;
    background:#024c9c;
    float:left;
    clear:left;
    position:absolute;
}
.vc_textedit_title_box.vc_black:before {
    background: #212121;
}

.vc_textedit_title_box.vc_nobefore:before {
    display:none;
}
.vc_textedit_title_box.vc_center {
    text-align:center;
    width:100%;
}


.vc_textedit_title_box .text {
    float: left;
    clear: left;
    width: 100%;
    padding-top: 15px;
}

.vc_textedit_title_box .text a {
    color:inherit;
}

.vc_textedit_title_box.vc_nobefore .text {
    padding-top: 0px;
    border-top:0px solid #024c9c;

}

.vc_textedit_title_box .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}

.vc_textedit_title_box.vc_live {
    margin: 0px 0 10px 0;
}
.vc_textedit_title_box.vc_live .text:before {
  content: "\e649";
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-size: 2px;
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  color: #024c9c;
  border: none;
  border-radius: 50%;
  background: #024c9c;
  cursor: pointer;
  box-shadow: 0 0 0 0 #024c9c;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  margin: 2px 10px 2px 10px;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    box-shadow: 0 0 0 20px rgba(184, 48, 37, 0);
  }
  100% {
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(184, 48, 37, 0);
  }
}
/*---vc_breadcrumbs*/
.vc_breadcrumbs {
    margin: 20px 0 0 0;
    padding: 13px 0 13px 15px;
    float: left;
    clear: left;
    position: relative;
    width: 100%;
    border-top: 2px solid #024c9c;
    border-bottom: 1px solid #ccc;
}
body.background .vc_breadcrumbs {
    margin-left:15px;
    width: calc(100% - 30px);
}
.vc_breadcrumbs ul {
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
    float: left;
    clear: left;
    list-style: none;
}
.vc_breadcrumbs ul li:first-child {
}
.vc_breadcrumbs ul li:nth-child(2) {
}
.vc_breadcrumbs ul li {
    margin: 0;
    padding: 0px 5px 0px 0px;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1em;
    color: #024c9c;
    float: left;
}
.vc_breadcrumbs ul li a:link,
.vc_breadcrumbs ul li a:visited {
    text-decoration:none;
    color:inherit;
}
.vc_breadcrumbs ul li a:hover,
.vc_breadcrumbs ul li a:focus,
.vc_breadcrumbs ul li a:active {
    text-decoration:none;
    color:inherit;
}
.vc_breadcrumbs ul li.sezione_attiva,
.vc_breadcrumbs ul li.sezione_attiva a {
    color:#a7a7a7;
    font-weight: 400;
}
.vc_breadcrumbs ul li.sezione_attiva a:link,
.vc_breadcrumbs ul li.sezione_attiva a:visited {
    color:inherit;
}
.vc_breadcrumbs ul li.hide {
    display:none;
}
.vc_container_form{
    margin-top: 30px;
    float: left;
    clear: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border: 2px solid #e9e9e9;
    position:relative;
}
.vc_container_form form{
    float: left;
    clear: left;
    width: 100%;
}
.vc_container_form form #to,
.vc_container_form form #from{
    background: transparent;
    cursor:pointer;
}
.vc_container_form .vc_form_footer{
    margin-top: 20px;
    padding-top: 25px;
    border-top:1px solid #ccc;
}
.vc_container_form form .form-group{
    margin-bottom:20px;
    width: 100%;
    float: left;
    clear: left;
    height: 100%;
}
.vc_container_form form .vc_count_word{
    float: left;
    clear: left;
    background: #ccc;
    color: #212121;
    font-size:0.75em;
    padding:5px 15px;
    text-transform:uppercase;
}
.vc_container_form .vc_count_word .vc_number{
    font-weight:bold;
}
.vc_container_form select,
.vc_container_form textarea,
.vc_container_form input{
    padding:13px 15px;
    appearance:none;
    border-radius:0;
    border:1px solid #cccccc;
    box-shadow:none;
    height: 48px;
    float: left;
    clear: left;
}
.vc_container_form textarea{
    min-height:150px;
}
.vc_container_form #notes{
    min-height: 70px;
}
.vc_container_form button{
    appearance:none;
    border-radius:0;
}
.vc_container_form label{
    font-size: 0.75em;
    font-weight:500;
}
.vc_container_form .help-block{
    display:inline;
}
.vc_container_form .vc_issue_info {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.vc_container_form #title{
    color:#054c9c;
    font-weight:bold;
}
.vc_container_form #btn_send,
.vc_container_form #btn_add{
    padding: 10px 15px;
    width: calc(100% - 85% - 30px);
    float: right;
    font-size:.8em;
}

/* buttons */
.vc_btn_send{
    border:1px solid #054c9c;
    background:#054c9c;
    color:white;
    font-weight:500;
}
.vc_btn_send .ti{
    margin-left: 10px;
    font-weight:bold;
}
.vc_btn_dark{
    border:1px solid #054c9c;
    background:#054c9c;
    color:white;
}
.vc_btn_light{
    border:1px solid #054c9c;
    background:#fff;
    color:#054c9c;
}
.btn:active:focus{
    outline:none;
}

.btn:focus{
    outline:none;
}
.vc_container_form .btn{
    text-transform:uppercase;
}
.vc_btn_forward{
    font-size:1em;
}
.vc_remove,
.vc_edit,
.vc_add{
    border:none;
    background:#cccccc;
    color:white;
    font-size:.8rem;
}
.vc_remove,
.vc_edit .ti,
.vc_add .ti{
    font-size: 15px;
    line-height: 21px;
    float: right;
    margin-left: 5px;
    font-weight:bold;
}
.vc_cancel{
    margin-right:30px;
    border:1px solid #a7a7a7;
    background:white;
    color:#a7a7a7;
    font-size:.8em;
}
.vc_btn_full{
    width:100%;
}

/*help*/
.vc_help_icon{
    padding: 3px;
    color:#212121;
    background:#e9e9e9;
    border-radius: 100%;
    font-size:35px;
    cursor:pointer;
    display:none;
}


/*textedit*/
.vc_textedix_headline_announcement,
.vc_textedix_text_form_announcement,
.vc_textedix_helper_form_announcement{
    margin:10px 0 20px 0;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    z-index: 9;
}
.vc_textedix_headline_announcement{
    width:60%;
    font-size:1.5em;
    font-weight:800;
}
.vc_textedix_helper_form_announcement,
.vc_textedix_text_form_announcement{
    font-size:0.9em;
    line-height:1.3em;
}

.vc_textedix_headline_announcement .text,
.vc_textedix_text_form_announcement .text,
.vc_textedix_helper_form_announcement .text {
    margin-top: 0;
    float: left;
    clear: left;
    width: 100%;
}

.vc_textedix_headline_announcement .text a,
.vc_textedix_text_form_announcement .text a,
.vc_textedix_helper_form_announcement .text a {
    color:inherit;
}

.vc_textedix_headline_announcement .key_text_edit,
.vc_textedix_text_form_announcement .key_text_edit,
.vc_textedix_helper_form_announcement .key_text_edit {
    background:#ccc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}

.vc_textedix_helper_form_announcement .text:after{
    content:"\e718";
    font-family: "themify" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:18px;
    margin: 0px 0 0 9px;
}

.display-flex{
    display:flex;
}
.flex-column{
    flex-direction:column;
}

.vc_h48{
    height:48px;
}
.display-flex input,
.display-flex select,
.display-flex textarea,
.display-flex .btn{
    height:100%;
}
.vc_border_right{
    border-right:1px solid #ccc;
}
button[disabled]{
    color:#054c9c;
}

/*checkout*/

#vc_checkout_announcement .vc_resume_announcement_box,
#vc_checkout_announcement .vc_order,
#vc_checkout_announcement .vc_publication_date{
    border:1px solid #cccccc;
    float: left;
    clear: left;
    width: 100%;
    padding:15px;
}
#vc_checkout_announcement .vc_resume_announcement_box{
    line-height:1;
    /*font-family: Times, serif;*/
    font-size: 0.85em;
    font-weight: 500;
    line-height: 20px;
}
.vc_resume_announcement_box div{
    margin-bottom: 10px;
}
.vc_resume_announcement_box .vc_label{
    color: #024c9c;
    text-transform: uppercase;
    font-weight: bold;
}
#vc_checkout_announcement .vc_resume_announcement_box .vc_item:first-child{
    margin-bottom:10px !important;
}
#vc_checkout_announcement .vc_resume_announcement_box .vc_item_title{
    color:#054c9c;
    line-height:1;
}
.vc_container_checkout .vc_edit{
    margin-top:10px;
}
#vc_checkout_announcement .vc_publication_date,
#vc_checkout_announcement .vc_order{
    font-size:.8em;
}
#vc_checkout_announcement .vc_publication_date .vc_date,
#vc_checkout_announcement .vc_words,
#vc_checkout_announcement .vc_issues,
#vc_checkout_announcement .vc_order .vc_price{
    margin-top: 5px;
    text-align: right;
}
#vc_checkout_announcement .vc_order .vc_currency{
    margin-right: 15px;
}
#vc_checkout_announcement .vc_publication_date .vc_label,
#vc_checkout_announcement .vc_order .vc_label{
    font-weight:bold;
    text-transform:uppercase;
    text-align:right;
}
#vc_checkout_announcement .vc_checkout{
    margin-top:10px;
}
.vc_loader {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.vc_loader .vc_circle{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 100%;
    border: 2px solid rgba(5, 76, 156, 0.2);
    border-top-color: #054c9c;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/*---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;   
}

