.fancybox-close-small:focus:after{outline:none}.fancybox-close-small:hover:after{color:#fff;background:#cc0000}
section {
  padding: 10px 0 25px 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ececec;
}
h1 {
  font-size: 200%;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
header {
  background: #1c449c url(diag.png);
  color: #fff;
  padding: 20px 0;
}
header p {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #4969B0;
  margin-bottom: 0;
  font-size: 30px;
  margin-top: -15px;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  background: #d1d3d4;
  width: 2px;
  height: 96.5%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.timeline-item {
  width: 100%;
  margin-top: 30px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 18px;
  left: -22px;
  border-width: 20px 22px 20px 0;
  border-color: transparent #1c449c transparent transparent;
}
.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}
.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 18px;
  right: -22px;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #1c449c;
}
.timeline-img {
  width: 30px;
  height: 30px;
  background: #1c449c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
  -webkit-box-shadow: 0px 0px 2px 8px #ececec;
  -moz-box-shadow: 0px 0px 2px 8px #ececec;
  box-shadow: 0px 0px 2px 8px #ececec;
}
p.right {
  text-align: right;
}
a {
  color: #1c449c;
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #f4792a;
  text-decoration: none;
  outline: none;
}
a.more {
  background: #1c449c;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
a.more:hover, a.more:active, a.more:focus {
  background: #f4792a;
  color: #fff;
  text-decoration: none;
  outline: none;
}
header a:hover, header a:focus, header a:active {
  background: transparent;
}
.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px 10px 20px;
  line-height: 1.4;
}
.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  background-color: #000;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}
.timeline-img-header:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.timeline-img-header h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: -0.008em;
  font-size: 24px;
}
.date {
  background: #1c449c;
  display: inline-block;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 18px;
  left: 0;
  font-weight: bold;
  height: 40px;
}
.inline {
  display: none;
  max-width: 75%;
}
.inline img {
  display: block;
  text-align: center;
  margin: 10px auto;
  max-width: 90%;
  max-height: 320px;
}
a.more {
  position: relative;
}
a.more:before, a.more:after {
    content:" ";
    position: absolute;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    top: 0;
}
a.more:before {
    left: 80%;
    border-left: 18px solid #1c449c;
}
a.more:after {
    right: 80%;
}
a.more:hover:before, a.more:focus:before, a.more:active:before {
  border-left: 18px solid #f4792a;
  outline: none;
}
#logo {
  max-width: 90%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
#logo:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#gotoTop {
  display: none;
  width: 30px;
  height: 30px;
  background: #1c449c;
  color: transparent;
  vertical-align: baseline;
  text-align: center;
  font-size: 22px;
  line-height: 1.75;
  position: fixed;
  left: 20px;
  bottom: -10px;
  cursor: pointer;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#gotoTop:after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: -18px;
  left: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1c449c;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
#gotoTop:hover {
  background: #f4792a;
}
#gotoTop:hover:after {
  border-bottom: 20px solid #f4792a;
}


#angelescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/angelescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#balaceanu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/balaceanu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#bibicescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/bibicescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#burillianu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/burillianu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#carada .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/carada.jpg") 0 43% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#carada {
  margin-top: 100px;    
}
#carada .timeline-img {
  background: #f4792a;
}
#carada .timeline-content::after {
  border-color: transparent #f4792a transparent transparent;
}
#carada a.more {
  background: #f4792a;
}
#carada a.more:hover, #carada a.more:active, #carada a.more:focus {
  background: #1c449c;
}
#carada a.more:before {
  border-left: 18px solid #f4792a;
}
#carada a.more:hover:before, #carada a.more:focus:before, #carada a.more:active:before {
  border-left: 18px solid #1c449c;
}
#carp .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/carp.jpg") 0 30% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#campineanu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/campineanu.jpg") 0 5% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#constantinescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/constantinescu.jpg") 0 5% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#dimitrescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/dimitrescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#dumitrescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/dumitrescu.jpg") 0 30% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#isarescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/isarescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#lapedatu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/lapedatu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#lupu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/lupu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#maioreanu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/maioreanu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#malinschi .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/malinschi.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#manoilescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/manoilescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#moisescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/moisescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#mosoiu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/mosoiu.jpg") 0 35% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#oromolu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/oromolu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#ottulescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/ottulescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#rauta .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/rauta.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#rosetti .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/rosetti.jpg") 0 30% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#stefanescu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/stefanescu.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#sutzu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/sutzu.jpg") 0 30% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#tataranu .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/tataranu.jpg") 0 35% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#urdea .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/urdea.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}
#vijoli .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("../img/vijoli.jpg") 0 25% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
}



@media screen and (max-width: 768px) {
  .timeline::before {
    left: 35px;
  }
  .timeline .timeline-img {
    left: 35px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 60px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 18px;
    left: -22px;
    border-width: 20px 22px 20px 0;
    border-color: transparent #1c449c transparent transparent;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 100px 0 50px 0;
  }
  header p {
    font-size: 60px;
    margin-top: -30px;
  }
  .timeline::before {
    height: 94.5%;
  }
  .timeline-item {
    margin-top: -42px;
  }
  .timeline-item:nth-child(odd) .timeline-content .date {
    left: auto;
    right: 0;
  }
  .timeline-item:nth-child(even) .timeline-content::after {
    border-width: 21px 22px 21px 0;
  }
  .timeline-content::after {
    border-width: 21px 0 21px 22px;
  }
  .timeline-img-header h2 {
    font-size: 30px;
    letter-spacing: -0.01em;
  }
  .date {
    height: 42px;
  }
  #gotoTop {
    left: auto;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 2;
  }
  #gotoTop:after {
    top: -23px;
    left: auto;
    right: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #1c449c;
  }
  /*#angelescu .timeline-img-header {
    background-position: 0 -80px;
  }
  #balaceanu .timeline-img-header {
    background-position: 0 -90px;
  }
  #bibicescu .timeline-img-header {
    background-position: 0 -125px;
  }
  #burillianu .timeline-img-header {
    background-position: 0 -100px;
  }*/

  #carada .timeline-img-header {
    height: 400px;
  }
  #carada {
    margin-top: 200px;    
  }
  #carada .timeline-content {
    width: 100%;
  }
  #carada .timeline-content:after {
    border-color: transparent;
  }
  #carada .timeline-img {
    margin-top: -50px;
  }
  /*
  #carp .timeline-img-header {
    background-position: 0 -164px;
  }
  #campineanu .timeline-img-header {
    background-position: 0 -50px;
  }
  #constantinescu .timeline-img-header {
    background-position: 0 -25px;
  }
  #dimitrescu .timeline-img-header {
    background-position: 0 -100px;
  }
  #dumitrescu .timeline-img-header {
    background-position: 0 -80px;
  }
  #isarescu .timeline-img-header {
    background-position: 0 -50px;
  }
  #lapedatu .timeline-img-header {
    background-position: 0 -80px;
  }
  #lupu .timeline-img-header {
    background-position: 0 -95px;
  }
  #maioreanu .timeline-img-header {
    background-position: 0 -80px;
  }
  #malinschi .timeline-img-header {
    background-position: 0 -80px;
  }
  #manoilescu .timeline-img-header {
    background-position: 0 -120px;
  }
  #moisescu .timeline-img-header {
    background-position: 0 -90px;
  }
  #mosoiu .timeline-img-header {
    background-position: 0 -135px;
  }
  #oromolu .timeline-img-header {
    background-position: 0 -170px;
  }
  #ottulescu .timeline-img-header {
    background-position: 0 -80px;
  }
  #rauta .timeline-img-header {
    background-position: 0 -130px;
  }
  #rosetti .timeline-img-header {
    background-position: 0 -180px;
  }
  #stefanescu .timeline-img-header {
    background-position: 0 -130px;
  }
  #sutzu .timeline-img-header {
    background-position: 0 -130px;
  }
  #tataranu .timeline-img-header {
    background-position: 0 -220px;
  }
  #urdea .timeline-img-header {
    background-position: 0 -150px;
  }
  #vijoli .timeline-img-header {
    background-position: 0 -125px;
  }*/
}