/* fluid_styled_content responsive images firefox + ie */
.ce-center .ce-outer,
.ce-center .ce-inner,
.ce-column:last-child {
  max-width: 100%;
  height: auto;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
/* fluid_styled_content responsive images firefox + ie */
.ce-center .ce-outer,
.ce-center .ce-inner,
.ce-column:last-child {
  max-width: 100%;
}
.ce-gallery img {
  max-width: 100%;
  height: auto;
}
.ce-gallery figure {
  margin-bottom: 25px;
}
.ce-gallery figcaption {
  color: #353434;
  font-size: 12px;
}
.ce-gallery {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}