.tekstovi {
  
}

/*-- RUBRIKE --*/

#body.body-tekstovi {
  height: auto !important;
}

.tekstovi nav ul {
  display:block;
  overflow: hidden;
  margin-bottom: 45px;
}

.tekstovi nav ul li {
  float: left;
  padding-right: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #9da3ac;
  cursor: pointer;
}

.tekstovi nav ul li.active {
  color: black;
}



/*-- TEKSTOVI NAVIGATION --*/


.tekstovi #tekstovi-nav {
  width:380px;
  
  float: left;
  
}

.tekstovi #tekstovi-nav ul {
  margin-left: -15px;
}

.tekstovi #tekstovi-nav ul li {
  width:195px;
  float: left;
  padding: 25px 25px 25px 15px;
  
}

.tekstovi #tekstovi-nav ul li.active {
  background-color: #e6e8ea;
}

.tekstovi #tekstovi-nav ul li a.text-link {
  color: #9da3ac;
}

.tekstovi #tekstovi-nav ul li a.text-link.active {
  color: black;
}

.tekstovi #tekstovi-nav ul li a .container {
  height:90px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tekstovi #tekstovi-nav ul li a .container p.naslov {
  font-weight: 700;
  line-height: 1.2em;
}

.tekstovi #tekstovi-nav ul li a .container p.podnaslov {
  line-height: 1.2em;
  margin-bottom: 14px;
}

.tekstovi #tekstovi-nav ul li a .container p.tekst {
  line-height: 1.2em;
}

.tekstovi #tekstovi-nav ul li a p.link {
  height:12px;
  float:right;
  font-family: 'Anaheim', sans-serif;
  font-size: 0.7em;
}

.tekstovi #tekstovi-nav ul li:hover a p.link {
  color: black;
}



/*-- ARTICLE (MAIN TEXT) --*/
.tekstovi #article {
  max-width: 600px;
  opacity: 1;
  margin-left: 585px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.tekstovi #article.unactive {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}


.tekstovi #article a.prevButton {
    display:none;
  }
  
  .tekstovi #article a.nextButton {
    display:none;
  }


.tekstovi #article h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.3em;
  color: black;
}

.tekstovi #article p.podnaslov {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3em;
  color: black;
}

.tekstovi #article .tekst {
  margin-top: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.45em;
  color: #9da3ac;
}

.tekstovi #article .tekst p {
  margin-bottom: 14px; 
}

.tekstovi #article .tekst strong {
  font-weight: 700;
  color:black;
}

.tekstovi #article a.download {
  font-weight: 400;
  font-size: 0.75em;
  float: right;
  color:#9da3ac;
  padding-top: 20px;
}

.tekstovi #article a.download:hover {
  color:black;
}

.tekstovi #article img.justify {
 width:100%;
}


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



@media (min-width:0px) and (max-width:850px) {
  
  /*-- RUBRIKE --*/

  .tekstovi nav.mob-unactive {
    display: none;
  }
  
  .tekstovi nav ul {
    margin-bottom: 30px;
    margin-left: 25px;
  }


  .tekstovi nav ul li {
    clear: both;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .tekstovi nav ul li.active {
    color: black;
  }
  
  
  /*-- NAVIGATION --*/

  .tekstovi #tekstovi-nav {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .tekstovi #tekstovi-nav.mob-unactive {
    display: none;
  }

  .tekstovi #tekstovi-nav ul {
     margin-left: 0px;
  }

  .tekstovi #tekstovi-nav ul li {
    width:50%;
    padding: 25px;
  }
  
  .tekstovi #tekstovi-nav ul li.active {
    width:50%;
    padding: 25px;
    background-color: white;
  }

  .tekstovi #tekstovi-nav ul li a .container {
 
  }

  .tekstovi #tekstovi-nav ul li a .container p.naslov {
 
  }

  .tekstovi #tekstovi-nav ul li a .container p.podnaslov {

  }

  .tekstovi #tekstovi-nav ul li a .container p.tekst {

  }

  .tekstovi #tekstovi-nav ul li a p.link {

  }

  .tekstovi #tekstovi-nav ul li:hover a p.link {
    
  }
  
  
  
    /*-- ARTICLE (MAIN TEXT) --*/
  .tekstovi #article {
    opacity: 1;
    margin: 0 25px 0 25px;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    float:none;
    clear: both;
  }

  .tekstovi #article.mob-unactive {
    display: none;
  }
  
  .tekstovi #article a.prevButton {
    font-family: 'Anaheim', sans-serif;
    font-size: 0.75em;
    color: #9da3ac;
    float:left;
    display: block;
  }
  
  .tekstovi #article a.nextButton {
    font-family: 'Anaheim', sans-serif;
    font-size: 0.75em;
    color: #9da3ac;
    float:right;
    display:block;
  }

  .tekstovi #article h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1.3em;
    color: black;
    margin-top: 50px
  }

  .tekstovi #article p.podnaslov {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.3em;
    color: black;
  }

  .tekstovi #article .tekst {
    margin-top: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.3em;
    color: #9da3ac;
  }

  .tekstovi article .tekst p {
    margin-bottom: 14px; 
  }

  .tekstovi article .tekst strong {
    font-weight: 700;
    color:black;
  }
  
  
  
}


