/* ###

 :: APP CONTROLLER :: MAKE IMAGES DIR RELATIVE :: ../images/ ::
 :: APP CONTROLLER :: MAKE FONTS DIR RELATIVE :: ../fonts/ ::

 ### */

.content-firm
{
    margin-bottom: 30px;
}
/*AKTUALNOŚCI*/
.select-act
{
    margin:20px 0;
    padding: 0;
}

.select-act li, .select-act li a
{
    display: inline-block;
    float: left;
    text-decoration: none;
    font-size: 13px;
    padding: 0 10px;
    color: #99a7b3;
    transition: all 0.25s ease-in 0s;
}

.select-act li a:hover, .select-act li a:focus, .select-act li a:active
{
    border-bottom: 1px solid #637f8f;
    color:#637f8f;
}

.select-act .active a, .select-act .active a:hover, .select-act .active a:focus, .select-act .active a:active
{
    color: #47b3dd;
    font-weight: 600;
    border-bottom: 2px solid #47b3dd;
}

.firm-act
{
    margin: 20px auto;
    background-color: #000; 
    transition: all 0.25s ease-in 0s;  
}

.firm-act h6
{
    font-weight: 600;
    color: #fff;
}

.firm-act-date
{
    background-image: url("../images/app/aktualnosci/actual_img.png");
    width: 100%;
    background-size: cover;
    height: 200px;
    position: relative;
    border: 1px solid #99a7b3;
    transition: all 0.25s ease-in 0s;
}

.firm-act-date h6
{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #47b3dd;
    padding: 15px 20px;
}

.firm-act-info
{
    background-color: #99a7b3;
    padding: 20px;
    transition: all 0.25s ease-in 0s;
    height: 200px;
}

.firm-act-info h6
{
    margin-bottom: 10px
}

.firm-act-info p
{
    font-size: 13px;
    color: #485e6b;
    line-height:  1.4;
}

.firm-act-info a, .firm-act-info a:hover
{
    font-weight: 600;
    color: #890b1b;
    transition: all 0.25s ease-in 0s;
}

.firm-act-info a:nth-child(2) 
{
    bottom: 10%;
    left: 10%;
    position: absolute;
}

.firm-act:hover .firm-act-date, .firm-act:hover .firm-act-info
{
    opacity: 0.7;    
}

.firm-act a:hover
{
    text-decoration: none;
}

/*O FIRMIE*/
.firm-info
{
    margin-top: 20px;
}

.firm-info img
{
    width: 100%;
}

.text_box_boxes
{
    margin: 100px 0 50px 0;
    color: #637f8f;
}

.text_box_boxes h3
{
    color: #c92035;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text_box_boxes img
{
    width: 100%;
}

.text_box_boxes h5
{
    font-weight: 700;
    margin: 10px 0;
}

.field-item
{    
    color: #fff;
    margin-top: 20px;
}

.field-item img
{
    width: 100%;
}

.field-item h5
{
    text-transform: uppercase;
    padding:  50px 10px 0 10px;
    font-weight: 700;
    font-size: 15px;
    background-color: #173b66;
    height: 100px;
    line-height: 1.3;
}

.cert-item
{
    margin: 20px 0;
}

.cert-item h5, .cert-item h6
{
    color: #47b3dd;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}


















