.jeasy-header {
    position: relative;
}
.jeasy-header img {
    width: 100%;
}
.center-block {
    text-align: center;
}
.jeasy-top-grid,
.jeasy-bottom-grid {
  /*display: table;*/
}
.jeasy-grid-row {
  /*display: table-row;*/
  display: flex;
  width: 100%;
}
.jeasy-top-grid-header,
.jeasy-bottom-grid-header {
  /*display: table-header-group;*/
  width: 100%;
}
[class*="jeasy-top-column"],
[class*="jeasy-bottom-column"] {
  /*display: table-cell;
  text-align: center;*/
}
[class*="jeasy-top-column"] img,
[class*="jeasy-bottom-column"] img {
  max-width: 100%;
}
[id*="slideButton"] {
  color: navy;
  background-color: #bbb;
  border: 1px dotted black;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 8px 3px 8px;
}
div.jeasy-header-title {
}
.jeasy-header-title ul {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}
.jeasy-header-title ul li {
  display: block;
}
span.jeasy-header-title-1 {
  font-size: 1.8em;
  font-weight: bold;
}
span.jeasy-header-title-2 {
  font-size: 1.4em;
  font-weight: bold;
}
.jeasy-component-content {
}
.jeasy-component {
	display: flex;
    flex-wrap: wrap;
}
.jeasy-component-top,
.jeasy-component-bottom {
  padding-top: 10px;
}
.jeasy-module-content {
	text-align: center;
}
.jeasy-left-sidebar,
.jeasy-right-sidebar {
  float: left;
  overflow: auto;
  padding-top: 10px;
}
.jeasy-left-sidebar img,
.jeays-right-sidebar img {
  max-width: 100%;
}
.jeasy-copyright {
  text-align: center;
}
[id*="jeasy-slide-panel"] {
  display: none;
}
[id*="jeasy-slideinout-module"] {
  position: fixed;
  z-index: 20000;
}
[id*="jeasy-slideinout-panel"] {
  display: none;
  border: 2px solid black;
  border-radius: 5px;
  background-color: white;
  min-height: 8em;
  float: left;
}
[id*="jeasy-slideupdown-module"] {
  position: fixed;
  bottom: 0;
  pointer-events: none;
}
[id*="jeasy-slideupdown-panel"] {
  display: none;
  padding: 5px;
  border-radius: 5px;
  color: white;
  background-color: #333;
  pointer-events: all;
}
/*
@keyframes slideInFromRight {
	from {
        top:0;
		margin-left: 100%;
        transform: rotate(0deg);
	}
	to {
        top:0;
		margin-left: 65%;
        transform: rotate(180deg);
	}  
}
#overlay
{
    display: inline-block !important;
    width:450px;
    height: 200px;
    margin-left: 65%;
	background: url(images/prodimo-logo.png) no-repeat top right;
	background-size: contain;
    top:0;
	animation: slideInFromRight 5s cubic-bezier(0, 0, 0.2, 1);
    animation-delay: 0s;
    transform: rotateX(180deg) rotateY(180deg);
}
*/
