/* pagina lista proiecte */

.lista_proiecte h2 a strong {
    background: url("../images/sprites-icons.png") no-repeat scroll 0 -525px transparent;
    color: #FF4800;
    font: 17px/20px "izzisale",Arial;
    padding: 0 0 2px 32px;
    position: relative;
    text-transform: lowercase;
    top: -2px;
}
.lista_proiecte h2 a:hover strong {
  text-decoration: underline;
}

.lista_proiecte h2, .lista_proiecte h2 span {
  border-bottom: 0;
}

.portofoliu-item {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 600px;
    border: 1px solid #ddd;
    display: block;
}
.portofoliu-item .vezi_proiectul {
  position: absolute;
  width: 121px;
  height: 121px;
  top: 43px;
  left: 81px;
  background: url("../images/vezi_proiectul.png") 0 0 no-repeat;
  opacity: 0;
  transition: opacity 300ms ease 500ms;
  -moz-transition: opacity 300ms ease 500ms;
  -o-transition: opacity 300ms ease 500ms;
  -webkit-transition: opacity 300ms ease 500ms;
  z-index: 22;
}
.portofoliu-item .vezi_proiectul:hover {
  background-position: 0 -121px;
}

.portofoliu-item .portofoliu-item-container {
  position: absolute;
  height: 200px;
  width: 920px;
  top: 0;
  left: 0;
    transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    -webkit-transition: left 300ms ease;
}
.portofoliu-item .portofoliu-item-container .portofoliu-item-wrapper-img {
  position: absolute;
  top: -200px;
  left: 0;
  height: 600px;
  width: 600px;
  overflow: hidden;
  background-color: #212121;
}
.portofoliu-item .portofoliu-item-container .portofoliu-item-wrapper-img.loader {
  background: #212121 url("../images/black_loader.gif") 50% 50% no-repeat !important;
}

.portofoliu-item .portofoliu-item-container .portofoliu-item-wrapper-img .portofoliu-item-wrapper-inner-img {
  position: relative;
  height: 600px;
  width: 600px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.portofoliu-item .portofoliu-item-container .portofoliu-item-wrapper-img .portofoliu-item-wrapper-inner-img img {
  position: relative;
  width: 100%;
  vertical-align: middle;
  margin: auto;
  left: 0;
  opacity: 1;
  transition: opacity 300ms ease 500ms;
  -moz-transition: opacity 300ms ease 500ms;
  -o-transition: opacity 300ms ease 500ms;
  -webkit-transition: opacity 300ms ease 500ms;
}

.portofoliu-item .portofoliu-item-desc {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 160px;
    padding: 20px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
}
.portofoliu-item .portofoliu-item-desc .portofoliu-item-desc-inner {
    position: relative;
    height: 160px;
    vertical-align: middle;
    display: table-cell;
}
.portofoliu-item .portofoliu-item-desc .portofoliu-item-desc-inner p {
    vertical-align: middle;
    font: normal 16px/24px "izzisale", Arial;
}

.portofoliu-item:hover .portofoliu-item-container{
    left: -320px;
}
.portofoliu-item:hover .portofoliu-item-container .portofoliu-item-wrapper-img .portofoliu-item-wrapper-inner-img img {
  opacity: 0.2;
}
.portofoliu-item:hover .vezi_proiectul {
  opacity: 1;
}



/* pagina proiect */

#acordeonProiect {
  width: 940px !important;
  height: 200px !important;
  transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  -webkit-transition: height 300ms ease;
  border: 1px solid #ddd;
}
#acordeonProiect:hover {
  width: 940px !important;
  height: 306px !important;
}
#acordeonProiect h2 {
  background:#f7f7f7 !important;
  color: #212121;
}
