/* INFO SECTION / INFO KATEGORIJE */

.info-section 
{
    color: #ffffff;
    padding: 50px 0;
    background-image: url(../../assets/img/htb-cnc-naslovna-slika.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(255,51,51,0.8);
}

.info-section p 
{
    color: #ffffff;
    font-size: 18px;
}

.info-section h2 
{
    letter-spacing:1px;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.info-section .intro 
{
    margin: 0 auto -20px;
}


/* ABOUT US TEXT / O NAMA */

#about-htb-head 
{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Roboto';
    letter-spacing: 1px;
    border-bottom: 5px solid #ff3333;
    padding-bottom: 10px;
}

@media (max-width: 991px) 
{
    #about-htb-head 
    {
        padding-top: 30px;
    }
}

#about-htb-p 
{
    color: #8c8c8c;
    font-family: 'Roboto';
    letter-spacing: 1px;
}


/* GALERIJA FOTOGRAFIJA */

.photo-gallery 
{
    padding-top: 50px;
}

.photo-gallery .photos 
{
    padding-bottom: 20px;
}

.photo-gallery .item 
{
    padding-bottom: 30px;
}

/* TRŽIŠTA I MATERIJALI */

.trzista-materijali 
{
    padding-bottom: 50px;
}

.trzista-materijali h2 
{
    font-weight: bold;
    margin-bottom: 70px;
    padding-top: 50px;
    color: #fff;
    border-bottom: 6px solid #ff3333;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .trzista-materijali h2 
    {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}


/* BRANSE KOJE POKRIVAMO */

.branse-list h2 
{
    font-weight: bold;
    margin-bottom: 50px;
    padding-top: 40px;
    color: #fff;
    border-bottom: 6px solid #ff3333;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .branse-list h2 
    {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.branse-list .articles 
{
    padding-bottom: 20px;
}

.branse-list .item 
{
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 300px;
    text-align: center;
}

.branse-list .item .name 
{
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 1px;
}

.branse-list .item .description 
{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #8c8c8c;
  letter-spacing: 1px;
}

/* POVIJEST STROJEVA */

.povijest-strojeva h2 
{
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 40px;
    color: #fff;
    border-bottom: 6px solid #ff3333;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .povijest-strojeva h2 
    {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

/* NASI SURADNICI */

.nasi-suradnici h2 
{
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 6px solid #ff3333;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .nasi-suradnici h2
    {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.nasi-suradnici .intro 
{
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
}

.nasi-suradnici .intro p 
{
    margin-bottom: 0;
}

.nasi-suradnici .people 
{
    padding: 30px 0;
}

.nasi-suradnici .item 
{
    text-align: center;
}

.nasi-suradnici .item .box 
{
    text-align: center;
    padding: 30px;
    background-color: #303030;
    margin-bottom: 30px;
    transition: transform .4s;
}

.nasi-suradnici .item .box:hover
{
    transform: scale(1.04);
}

.nasi-suradnici .item .name 
{
    font-size: 22px;
    font-family: 'Roboto';
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
    color: #fff;
}

.nasi-suradnici .item .description 
{
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #8c8c8c;
}

.nasi-suradnici .item img 
{
    max-width: 150px;
}

.soc-mail a
{
    font-size: 22px;
    color: #8c8c8c;
    margin: 0 0;
    display: inline-block;
    opacity: 1;
}

.soc-mail a:hover 
{
    color: #ddd;
}
