/*section.expertise .wow:hover .overlay_hover, section.expertise .wow:hover figure.overlay_pic{
    opacity: 1.0;
    visibility: visible;
}

section.expertise .wow:hover .overlay_hover > a{
    pointer-events: auto;
}*/

.product_carousel a.show_more, .product_carousel a.close{
    display: none !important;
}

section.different .wow:hover .overlay_hover, section.product .item:hover .overlay_hover{
    opacity: 1.0;
    visibility: visible;
    z-index: 10;
    pointer-events: auto;
}

section.different .wow:hover .overlay_hover a{
    pointer-events: auto;
}

section.contact .say_hello{
	display: none !important;
}

header.menu nav ul> li:hover ul{
    display: block;
}

section.product .overlay_hover:hover{
    opacity: 1.0;
    }