.bg_sol#bg_oracle {
    background-image: url(assets/bg_clent_red.png);
    filter: contrast(1.9);
    -webkit-filter: contrast(1.9);
}
#menu-solutions-menu li a, #menu-solutions-menu-inglese li a{
    position: relative;
}
#menu-solutions-menu li a:before, #menu-solutions-menu-inglese li a:before {
    background-color: #fb5657;
    height: 2px;
    width: 0;
    margin: auto;
    left: 20px;
    right: auto;
    bottom: 9px;
    position: absolute;
    content: '';
    transition:width .3s linear;
}
#menu-solutions-menu li:hover a:before, #menu-solutions-menu li.current-menu-item a:before,
#menu-solutions-menu-inglese li:hover a:before, #menu-solutions-menu-inglese li.current-menu-item a:before {
    background-color: #fb5657;
    height: 2px;
    width: calc(100% - 40px);
    margin: auto;
    left: 20px;
    right: auto;
    bottom: 9px;
    position: absolute;
    content: '';
    transition:width .3s linear;
}
.page-template-page-landing #site-navigation, .page-template-page-text-2 #site-navigation{
    display: none;
}

.page-template-page-about .hdb a{
	font-size: 14px;
    line-height: 26px;
    color: #6b6b6b;
    background-image: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.page-id-2070 #helpers, .page-id-2066 #helpers, .page-id-2061 #helpers, .page-id-2056 #helpers, .page-id-2030 #helpers, .page-id-2003 #helpers{
    display: none;
}
.page-id-2070 .social_footer, .page-id-2066 .social_footer, .page-id-2061 .social_footer, .page-id-2056 .social_footer, .page-id-2030 .social_footer, .page-id-2003 .social_footer{
    opacity: 0;
}
.page-id-2070 .menu-footer-menu-container, .page-id-2066 .menu-footer-menu-container, .page-id-2061 .menu-footer-menu-container, .page-id-2056 .menu-footer-menu-container, .page-id-2030 .menu-footer-menu-container, .page-id-2003 .menu-footer-menu-container{
    display: none;
}
.page-id-2070 #social_head, .page-id-2066 #social_head, .page-id-2061 #social_head, .page-id-2056 #social_head, .page-id-2030 #social_head, .page-id-2003 #social_head{   
    display: none;
}
.page-id-2070 .wpml-ls-sidebars-header_sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .page-id-2066 .wpml-ls-sidebars-header_sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .page-id-2061 .wpml-ls-sidebars-header_sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .page-id-2056 .wpml-ls-sidebars-header_sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .page-id-2030 .wpml-ls-sidebars-header_sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .page-id-2003 .wpml-ls-sidebars-header_sidebar.wpml-ls.wpml-ls-legacy-list-horizontal{
    /*display: none;*/
}

@media (max-width: 768px) {

    #menu-solutions-menu li a:before, #menu-solutions-menu-inglese li a:before {
        display: none;
    }

}

.page-template-page-landingrepository .hpb_excerpt{
	min-height: 135px;
}