

/* -----------------------------------------------------------------------------

# treneri

----------------------------------------------------------------------------- */
  #treneri .container {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  #treneri .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  #treneri .row > div[class*='col-'] {
   display: flex;
  }
  
  #treneri .stilcard{
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: ivory;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  
  #treneri .stilcardimage{
    position: relative;
    overflow: hidden;
  
  }
  
  #treneri .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
  }
  
  #treneri .social a { 
    display: inline-block;
    width: 100%;
    max-width: 3rem;
    height: 100%;
    max-height: 5rem;
    margin: 0 auto;
    fill: currentColor;
    transition: ease-in-out 0.3s;
    color: #fff;
  }
  
  #treneri .social a:hover {
    background: #3b8af2;
  }
  
  #treneri .social i {
    font-size: 22px;
  }
  
  #treneri .card:hover .social {
    opacity: 1;
    bottom: 15px;
  }
  
  #treneri .card-block h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222222;
    margin-top:-14px;
  }
  
  #treneri .card-block p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    margin-top:-16px;
  }

  
  #treneri .collapbox {
    margin-top: -20px;
  }
  
  #treneri .reddolje {
    margin-top: 7px !important;
  }
  
  /* Mobile Layout: 320px. */
  @media only screen and (max-width: 767px) {
    #treneri .card{
      width: 100% !important;
      margin: 0 auto;
    }
    
    #treneri img{
      width: 100% !important;
      height: 100% !important;
      margin: 0 auto !important;
    }
  }
  
  /* Wide Mobile Layout: 480px. */
  @media only screen and (min-width: 480px) and (max-width: 767px) { 
    #treneri .card{
      width: 80% !important;
      margin: 0 auto;
    }

    #treneri img{
      width: 100% !important;
      height: 100% !important;
      margin: 0 auto !important;
    }

  }
  
  #treneri .carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
  }
  #treneri .carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
  }
  #treneri .carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
  }
  
  #treneri .cardcentered{
    margin: 0 auto !important;
  }
  
  #treneri .pmargin{
    line-height: 1.6!important;
  }
  #treneri .pmargin2{
    line-height: 1.4!important;
    text-align: justify;
    text-justify: inter-word;
  }
  