/* classes to add to elements (preset widgets) in layouts to hide them in print mode */
.vc_hidden_print {
    display:none;
}
.vc_no_visible_print {
    visibility: hidden;
}



/* list of elements (container's classes) to not display */
.skin,
.container_head_footer {
    display:none;
}

/* specific CSS style to override the style used in the site */

a[href]:after {
    content: no-close-quote;
}
.container_head {
    position: relative;
}

.more_news_section_bar, .cont_box_auto_five_preview_dedicated, .toolbar_container_top, .container_head_footer, .banner_billboard_970x250, #taboola-below-article-thumbnails, .skin{
    display:none;
}
.fixedTop{
    height:0;
    position:absolute;
    top:0;
}
#container{
    top:-200px !important;

}
#smallColumnWidth, #central, .overbox_footer{
    display:none;
}
