/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2.11.2017, 9:58:35
    Author     : Tom
*/
.onas {
    background: url(../images/bg-onas.jpg) no-repeat 0 0;
    position: relative;
}

.inner-banner.onas .opacity h2 {
    text-transform: uppercase;
    color: rgb(9, 66, 143);
    position: relative;
    padding-left: 15px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
}

.inner-banner.onas .opacity .default-item {
    border-left: 3px solid rgb(9, 66, 143);;
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-banner.onas .opacity #breadcrumbs {
    text-align: left;
    color: #4d4d4d;
}

.inner-banner.onas .opacity #breadcrumbs a {
    color: #4d4d4d;
}

.rozcestnik-item .img-about {
    transition: all .2s ease-in-out;
}

.rozcestnik-item a:hover .img-about {
    transform: scale(1.1);
}

.rozcestnik-item {
    margin: 0 auto;
    text-align: center;
    color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rozcestnik-item a {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
}

.rozcestnik-item a:hover {
    color: #09428f;
}

.rozcestnik-item img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
