/*-- ZIVOTOPIS --*/
.zivotopis {
  max-width: 1150px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #9da3ac;
}

.zivotopis .image {
  position: relative;
  width: 250px;
  height: 350px;
  float: left;
  overflow: hidden;
}


.zivotopis img {
  position: absolute;
  height: 340px;
  right:-41px;
  top:-6px;
}

.zivotopis .mainText {
  margin-left: 290px;
  margin-bottom: 70px;
}

.zivotopis .mainText p {
  margin-bottom: 10px;
}

.zivotopis .mainText a.download {
  text-align: right;
  float: right;
  color: #9da3ac;
}

.zivotopis .mainText a.download:hover {
  color:black;
}

.zivotopis .izlozbe {
  margin-bottom: 35px;
}

.zivotopis .izlozbe .category {
  width:195px;
  float: left;
}

.zivotopis .izlozbe .exhibitions {
  margin-left: 290px;
  margin-bottom: 40px;
}

.zivotopis .izlozbe .exhibitions p {
  position: relative;
  padding: 0 0 10px 0;
}

.zivotopis .izlozbe .exhibitions p span {
  position: absolute;
   right:100%;
  width: 110px
}

.zivotopis .izlozbe .exhibitions p a {
  padding-left: 5px;
  color: #9da3ac;
}

.zivotopis .izlozbe .exhibitions p a:hover {
  padding-left: 5px;
  color: black;
}

.zivotopis table{
  margin:0;
  padding:0;
  border-collapse: separate;
  border-spacing: 0 10px;
  position: relative;
  width: 100%;
}


.zivotopis table tr td:nth-child(1) {
  width:180px;
}


.zivotopis table tr td:nth-child(2) {
  width: 110px;
}




/*********************************************/
/*********************************************/
/*             < 810 px
/*********************************************/
/*********************************************/



@media (min-width:0px) and (max-width:810px) {
  
  /*-- ZIVOTOPIS --*/

  .zivotopis .image {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    padding: 0 25px 0 25px;
    margin: 0;
  }


  .zivotopis img {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top:0;
  }

  .zivotopis .mainText {
    clear: both;
    margin: 10px 25px 120px 25px;
  }

  .zivotopis .mainText p {
    margin-bottom: 10px;
  }
 
  .zivotopis .izlozbe {
    margin-bottom: 35px;
    padding: 0 25px 0 25px;
  }

  .zivotopis .izlozbe .category {
    width:100%;
    float: none;
    margin-bottom: 15px;
  }

  .zivotopis .izlozbe .exhibitions {
    margin-left: 85px;
    margin-bottom: 40px;
  }

  .zivotopis .izlozbe .exhibitions p {
    position: relative;
    padding: 0 0 10px 0;
  }

  .zivotopis .izlozbe .exhibitions p span {
    position: absolute;
     right:100%;
    width: 85px
  }
  
  .zivotopis table {
    margin: 80px 25px 30px 25px;
  }
  
   
  .zivotopis table tr td:nth-child(1) {
    width:100%;
    position: absolute;
    top: -50px;
  }
  
}

