.image-list {
    padding: 0;
    margin: 0 -1% 0 -1%;
    list-style:none;
}
.image-list:after {
    content: "";
    display: table;
    clear: both; 
}


.image-list li {
  
  float: left;
  
  padding-bottom: 30px;
  position: relative; 
  margin-bottom: 2em;
  overflow: hidden;
  width: 100%;  
      margin: 0 1% 1.2em 1%;
}
  @media screen and (min-width: 620px) {
    .image-list li {
      width: 48%;  
      margin: 0 1% 1.2em 1%;
       } }
  @media screen and (min-width: 990px) {
    .image-list li {
      width: 31.3%;
       } }
  .image-list li img {
    width: 100%;
    height: auto; }

.image-list li h4 {
  background: #EEF0F6;
  color: #597E92;
  padding: 0 0 0 0;
  bottom: 0;
  left: 0;
  display: block;
  font-family: FrutigerLTW02-55Roman;
  font-size: 16px;
  text-transform: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 10;
  margin: 0; }
  @media screen and (min-width: 990px) {
    .image-list li h4 {
      font-size: 18px; } }

.image-list li h4 span {
  display: block;
  padding: 12px 20px; }

.image-list li h4 i {
    font-style: normal;
    position: absolute;
    right: 18px;
    top: 50%;
    font-size: 1em;
    transform: translateY(-50%);
    height: 1.6em;
    width: 1.6em;
    border-radius: 50%;
    border: solid 2px #5A7E91;
    color: #5A7E91;
    text-align: center;
    line-height: 34px;
}
.image-list li h4 i:before {
    transform: translateY(-1px) translateX(1px);
    
}
.image-list li .description {
  padding: 0;
  margin: 0;
  
  background: rgba(238, 238, 246, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  color: #657E90;
  font-size: 15px;
  line-height: 1.3em; }

.no-js .image-list li:hover .description {
  top: 0; }

.image-list li .description p {
  display: block;
  padding: 20px; 
  margin: 0;
}
.image-list li .description span,
.image-list li .description strong {
  display: block;
}
.image-list li .description strong {
  margin-bottom: .4em;
}

.image-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

/*.image-list li:hover h4 i{
    display: block;
}*/


.footer li {
  vertical-align: top;
  display: block;
  text-transform: uppercase;
  border-left: none;
  padding: 0 4px;
  line-height: 1em; 
  margin-bottom: .6em;
  padding-right: 0;
}


.frame .ce-textpic.ce-intext .ce-gallery {
  margin-bottom: 1em;
}
.image-item {
  margin-bottom: .8em; 
  padding-top: .4em;
}