.page header.entry-header {
display: none;
}
.btn-menu {
position:relative;	
z-index: 9999 !important; 
color:white;
text-shadow:
-1px -1px 0 #192c49,  
1px -1px 0 #192c49,
-1px  1px 0 #192c49,
1px  1px 0 #192c49;
}
.slide-item {
z-index:0 !important; 
}
.site-header {
background-color:white;
height:100px;
padding-top:10px;
}
.site-header.float-header{
height:85px;
padding-top:2px;
}
.site-logo {
max-height: 80px;
}
.masonry-layout {
width: 100%;
padding: 0;
}
.researcherProfile {
width: 300px; 
}
img.greyscaleImage{
filter:grayscale(100%);
opacity:0.4;
border: #eee;
border-style: solid;
border-width: 3px;
}
img.greyscaleImage:hover {
opacity:1.0;
filter:greyscale(0%) !important;
}
div.footer-widgets {
padding: 10px 0px;
}