/* Main Photo */
.photo-02 {
  background: url("../../../img/irena.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px; }

/* Irena Timeline */
.timeline-irena-01,
.timeline-irena-02,
.timeline-irena-03,
.timeline-irena-04 {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.timeline-irena-01 {
  background: url("../../../img/res_01.jpg");
  background-position: center;
  background-size: cover; }

.timeline-irena-02 {
  background: url("../../../img/res_02.jpg");
  background-position: center;
  background-size: cover; }

.timeline-irena-03 {
  background: url("../../../img/res_03.jpg");
  background-position: center;
  background-size: cover; }

.timeline-irena-04 {
  background: url("../../../img/res_04.jpg");
  background-position: center;
  background-size: cover; }

/* */
a.pub-item-link {
    color: #5B7594;
}
    a.pub-item-link:hover {
        color: #b17395;
    }