/*
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 : 2017-03-21, 14:00:20
    Author     : Piotr Klich
*/


body:not(.index) img[alt="Praca w firmie Okmar-Plastik"] {display: none;}
body:not(.index) #content .wrapper .newsTop {display: none;}

body.index #content .wrapper .boxes {
    margin-left: -15px;
    margin-right: -15px;
}
body.index #content .wrapper .boxes .readmore {
    width: auto;
    left: 15px;
    right: 15px;
}
body.index #content .wrapper .boxes .index_box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px; 
}
body.index #content .wrapper .boxes .index_box:nth-child(1),
body.index #content .wrapper .boxes .index_box:nth-child(2) {
    width: 50%;
}
@media screen and (max-width: 768px) {
    body.index #content .wrapper .boxes .index_box:nth-child(1),
    body.index #content .wrapper .boxes .index_box:nth-child(2) {
        width: 100%;
    }
}

body.index #content .wrapper .boxes .index_box:nth-child(3) {
    width: 100%;
    margin-top: 40px;
}
body.index #content .wrapper .boxes .index_box:nth-child(3) .art_title {text-align: center;}
body.index #content .wrapper .boxes .index_box:nth-child(3) table {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
}