

.vc_miles_breadcrumbs{
    margin:0;
    padding:5px 0;
    float:left;
    clear:left;
    width:100%;
}
.vc_miles_breadcrumbs ul {
    margin:0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
    list-style: none;
}
.vc_miles_breadcrumbs ul li {
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 14px;
    color: #fff;
    float: left;
    text-transform:uppercase;
}

.vc_miles_breadcrumbs ul li:first-child {
    display: none;
}

.vc_miles_breadcrumbs ul li.back_home {
    display:none;
}
.vc_miles_breadcrumbs ul li a:link,
.vc_miles_breadcrumbs ul li a:visited {
    text-decoration:none;
    color:#fff;
}
.vc_miles_breadcrumbs ul li a:hover,
.vc_miles_breadcrumbs ul li a:focus,
.vc_miles_breadcrumbs ul li a:active {
    text-decoration:underline;
    color:#fff;
}
.vc_miles_breadcrumbs ul li.sezione_attiva {
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-weight: bold;
    color:#fff;
}
.vc_miles_breadcrumbs ul li.sezione_attiva a:link,
.vc_miles_breadcrumbs ul li.sezione_attiva a:visited {
    color:#fff;
}
.vc_miles_breadcrumbs ul li.hide {
    display:none;
}
@media (max-width: 1199px) and (min-width: 992px){
    .vc_miles_breadcrumbs{
        padding:5px 0;
    }                                    
}
@media (max-width: 991px) and (min-width: 300px){
    .vc_miles_breadcrumbs{
        padding:5px 0 5px 15px;
    }                                    
}
@media (max-width:767px){
    .vc_miles_breadcrumbs {
        padding: 5px 0px;
    }
    .vc_miles_breadcrumbs ul li {
        line-height: 16px;
    }
}
.contact_bar .cont_one_miles,
.contact_bar_two_miles,
.contact_bar .cont_three_miles{
    position:relative;
    text-align:center;
    color:#fff;
    font-family:Open sans, sans-serif;
    font-weight:300;
    font-size:20px;
    line-height:20px;
    margin:0;
    padding:10px 0;
    height:100%;
}

.contact_bar_two_miles .occhiello_titolo{
    text-transform:uppercase;
    font-weight:bold;
    font-size:15px;
    color:#333;
    text-shadow: none;
}
.contact_bar_one_miles .text,
.contact_bar_three_miles .text{
    text-transform:uppercase;
    font-weight:bold;
    font-size:15px;
    color:#333;
    text-shadow: none;
}
.contact_bar .button,
.vc_button_contact_us_miles,
.vc_button_demo_miles {
    font-family: Open sans, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #666;
}
.contact_bar .button input,
.vc_button_contact_us_miles a,
.vc_button_demo_miles a {
padding: 4px 25px;
color: #fff;
text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #ff9900;
border: 1px solid #f49403;
}
.contact_bar .cont_three_miles .share_fb_tw_g_miles {
    padding:0px;
    *behavior: url(js/boxsizing.htc);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top{
    margin-top:10px;
}

.top2{
    top:2px;
}

.cont_three_miles .share_fb_tw_g_miles .addthis_toolbox a{
    float:none !important;
}
/*---Media Queries*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .contact_bar .button, .vc_button_contact_us_miles, .vc_button_demo_miles{
        font-size:15px;
    }
    
}

@media only screen and (max-width: 767px) {
    .contact_bar .cont_one_miles, .contact_bar_two_miles, .contact_bar .cont_three_miles {
        font-size:15px;
    }
    .contact_bar .button, .vc_button_contact_us_miles, .vc_button_demo_miles{
        font-size:15px;
    }
    .contact_bar .button {
        font-size:13px;
    }
    .contact_bar .button input {
        padding: 4px 3px;
        word-break: break-word;
        width: 75%;
    }
    .contact_bar .cont_three .share_fb_tw_g {
        margin-left:18%;
    }
    .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
        padding: 0;
        width: 33px;
    }
}
.vc_miles_preview_medium_bt {
    margin: 60px 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
    float: left;
    clear: left;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
}
.vc_miles_preview_medium_bt:before {
    background: linear-gradient(to right, #8AC5E7, #a1d1eb, #f1f1f3);
    content: '';
    left: 0;
    height: 2px;
    position: absolute;
    right: 0;
    top: -2px;
}
.vc_miles_preview_medium_bt article {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;	
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}
.vc_miles_preview_medium_bt .cont {
    padding: 30px 30px 0px 30px;
    width: 100%;
    float: left;
    clear: left;
    position: relative;
}
.vc_miles_preview_medium_bt .cont_img {
    padding:30px 60px 0px 60px;
    width: 100%;
    float: left;
    clear: left;
    position: relative;
    overflow: hidden;
}
.vc_miles_preview_medium_bt .cont_img a,
.vc_miles_preview_medium_bt .cont_img a:hover {
    cursor:default;
}
.vc_miles_preview_medium_bt .cont_img img {
    margin:0 auto;
    text-decoration:none;
    border:0px;
    width: 100%;
    max-width:100%;
    text-align:center;
    transition:.3s all;
    -webkit-transition:.3s all;
    -moz-transition:.3s all;
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    -moz-opacity:.9;
    -khtml-opacity:.9;
    opacity:.9    
}
.vc_miles_preview_medium_bt .cont_img img:hover {
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -ms-filter:"alpha(opacity=100)";
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
.vc_miles_preview_medium_bt .cont_img .didascalia {
    display:none;
}
.vc_miles_preview_medium_bt .occhiello {
    color: #949599;
    width: 100%;
    float: left;
    display: inline;
    margin: 0 0 5px 0;
    font-size: .90125em;
    line-height: 1.11111em;
    font-weight: normal;
    text-transform: uppercase;
}
.vc_miles_preview_medium_bt .titolo {
    font-size: 1.625em;
    line-height: 1.086923em;
    font-weight:400;
    color:#444;
    float:left;
    clear:left;
    width:100%;
}
.vc_miles_preview_medium_bt .titolo a {
    text-decoration:none;
    color:#2c4a6d;
    cursor:default;
}
.vc_miles_preview_medium_bt.titolo a:hover {
    text-decoration:none;
    cursor:default;
}
.vc_miles_preview_medium_bt .sottotitolo {
    margin:10px 0 0 0;
    font-size: 1.125em;
    line-height: 1.1211em;
    font-weight: lighter;
    float:left;
    clear:left;
    width:100%;
}
.vc_miles_preview_medium_bt .sottotitolo a {
    text-decoration:none;
    color:#444;
    cursor:default;
}
.vc_miles_preview_medium_bt .sommario {
    margin: 30px 0 0 0;
    padding: 0 30px 0 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    clear: left;
    width: 100%;
    bottom: 0;
    position: relative;
}
.vc_miles_preview_medium_bt .sommario p a {
    color: #c5ccd5;
}
.vc_miles_preview_medium_bt .sommario a:hover {
    color:#2c4a6d;
}
.vc_miles_preview_medium_bt .testo {
    margin:10px 0 0 0;
    font-size:16px;
    line-height:18px;
    font-weight: lighter;
    float:left;
    clear:left;
    width:100%;
}
/*
.vc_section_main-features .cont_img{
    padding:50px;
}*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width:1199px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .vc_miles_preview_medium_bt {
        font-size: .85em;
        padding: 0 0 20px 0;
    }
    .vc_miles_preview_medium_bt .cont {
        padding: 25px 25px 0px 25px;
    }
    .vc_miles_preview_medium_bt .sommario {
        padding: 0 25px 0 25px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
    .vc_miles_preview_medium_bt {
        margin: 60px auto 0 auto;
        max-width: 400px;
        float: none;
        display:block;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width:767px) {}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 300px) and (max-width:479px) {}


.vc_miles_subtitle_section{
    width:100%;
    float:left;
    clear:left;
}
.vc_miles_subtitle_section .text{
    margin:10px 0 5px 0;
    font-size:27px;
    line-height:32px;
    font-weight: 100;
}
.vc_miles_subtitle_section .key_text_edit {
    background:#f6f7ea;
}
.vc_miles_title_section {
    width:100%;
    float:left;
    clear:left;
}
.vc_miles_title_section .text {
    margin:35px 0 0 0;
    font-size:46px;
    line-height:48px;
    font-weight:400;
    color:#444;
}
.vc_miles_title_section .key_text_edit {
    background:#f6f7ea;
}
.vc_preview_box {
    width: 100%;
    float: left;
    clear: left;
    height: 420px;
    margin-top: 50px;
    position: relative;
    text-align: center;
    padding: 60px 10px 60px 10px;
    background: #f1f1f3;
    font-size: .9em;
}
.vc_preview_box.first {
    border-right: 2px solid #fff;
}
.vc_preview_box.second {
    border-left: 2px solid #fff;
}
.vc_preview_box .cont_img {
    width: 100%;
    clear: left;
    float: left;
}
.vc_preview_box .cont_img a {
    width: 100%;
    clear: left;
    float: left; 
}
.vc_preview_box .cont_img img {
    margin: 0 auto;
    display: block;
    width: 104px;
    height: auto;
}
.vc_preview_box .cont_img .didascalia {
    margin:0px;
    padding:2px;
    float:left;
    font-size:10px;
    background:#111;
    color:#fff;
    position:absolute;
    bottom:0;
    margin:0;
    display:none;
}
.vc_preview_box .occhiello{
    width: 70%;
    float: left;
    display: inline;
    padding: 0;
    margin: 0 0 15px 0;
}
.vc_preview_box .titolo {
    display:block;
    margin: 30px 0 0 0;
    float: left;
    clear: left;
    width: 100%;
}
.vc_preview_box .titolo a{
    text-decoration:none;
}
.vc_preview_box .titolo a:hover {
    text-decoration:underline;
}
.vc_preview_box .testo,
.vc_preview_box .sottotitolo{
    float: left;
    clear: left;
    width: 100%;
    padding:0;
    margin: 25px 0 0 0;
}
.vc_preview_box .testo a,
.vc_preview_box .sottotitolo a {
    text-decoration:none;
}
.vc_preview_box .sottotitolo a:hover {
    text-decoration:underline;
}
.vc_preview_box .link_button {
    float:left;
    clear:left;
    width: 100%;
    margin: 30px 0 0 0;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1em;
}
.vc_preview_box .link_button a {
    color: #fff;
    background: #2c4a6d;
    text-transform: uppercase;
    padding: 10px 40px;
    display: inline-block;
}
/*--Correlati*/
.vc_preview_box ul.correlati {
    margin:10px 0px 0px 0px;
    padding:5px 0 0 0;    
    width:100%;
    float:left;
    clear:left;
    list-style:none;
    border-top:1px solid #ccc;
    position:relative;
}
.vc_preview_box ul.correlati li.line_break,
.vc_preview_box ul.correlati li.occhiello {
    margin:0px;
    padding:0px;    
    display:none;
}
@media (max-width:1200px) {}
@media (max-width:991px) {}
@media (max-width:767px) {
    .vc_preview_box {
        height: auto;
    }
    .vc_preview_box.first {
        border-right: 0px solid #fff;
    }
    .vc_preview_box.second {
        border-left: 0px solid #fff;
        border-top: 4px solid #fff;
        margin-top:0;
    }
}
@media (max-width:480px) {
}

/*---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.b_15 {
    margin-bottom:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.b_20 {
    margin-bottom: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.b_45 {
    margin-bottom: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;   
}

/* paywall*/
.paywall_box{
    background: transparent;
    float: left;
    clear: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    border: 2px solid #ff9900;
    border-width: 2px 0;
}
.cont_paywall {
    float: left;
    clear:left;
    width: 100%;
    margin: 0;
    padding:0;
}
.cont_paywall .cont_testo {
    float:left;
    clear:left;
    text-align: center;
    padding: 25px 0;
}
.cont_paywall .cont_testo .vc_paywall_title {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    float: left;
    clear: left;
    width: 100%;
}
.cont_paywall .cont_testo .vc_paywall_title .text {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #ff9900;
    font-size: 2.6em;
    line-height: 1.1em;
}
.cont_paywall .cont_testo .vc_paywall_title .text:before {
    content: "\f256";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*font-size: 1.5em;*/
    padding-left: 10px;
    float: left;
    clear: left;
    margin-bottom: 20px;
    font-size: 43px;
}
.cont_paywall .cont_testo .vc_paywall_text {
    float: left;
    clear: left;
    margin: 0;
    padding: 0 0 15px 0;
    width: 100%;
}
.cont_paywall .cont_testo .vc_paywall_text .text {
    margin: 0px;
    padding: 0px;
    color: #8c8c8c;
    font-size: 1.5em;
    line-height: 1.2em;
}
.cont_paywall .fa.fa-user{
    font-size:1.7em;
}
.cont_paywall .vc_button_subscription {
    width: 100%;
    float: left;
    margin: 25px 0 15px 0;
    padding: 10px 20px 10px 20px !important;
    background-color: #ccc !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0px solid #ccc !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 300 !important;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: uppercase !important;
    outline: none;
}
.cont_paywall .vc_user_controls_button a i {
    width: 100%;
    float: left;
    margin: 25px 0 15px 0;
    padding: 10px 20px 10px 20px !important;
    background-color: #ff9900 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0px solid #232323 !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.3em !important;
    font-weight: 300 !important;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-family: inherit;
}
.cont_paywall .vc_user_controls_button a i:before {
    display:none;
}
.advert_no_padding{
    padding: 0 0;
}
@media (max-width:991px) {
    /*.cont_paywall .vc_user_controls_button a i {
        margin: 0 0 15px 0;
    }*/
}
@media (max-width:767px) {
    .cont_paywall .cont_testo .vc_paywall_title .text:before {
        width:100%;
    }
}
@media (max-width:480px) {
    .cont_paywall .cont_testo .vc_paywall_title .text {
        font-size: 1.6em;
    }
    .cont_paywall .cont_testo .vc_paywall_text .text {
        font-size: 1.1em;
        line-height: 1.5em;
    }
}
