#page-head {
    width: 100%;
    height: 90px;
}
#page-head .image {
    background-image: url("../img/page-head.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    height: 100%;
}
#page-head .description {
    vertical-align: middle;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    height: 100%;
    color: #fff;
}
#page-head.doprava .image {
    background-position: 0 50%;
    width: 114px;
}
#page-head.silnicni .image {
    background-position: -114px 50%;
    width: 85px;
}
#page-head.drazni .image {
    background-position: -199px 50%;
    width: 95px;
}
#page-head.vodni .image {
    background-position: -294px 50%;
    width: 104px;
}
#page-head.letecka .image {
    background-position: -398px 50%;
    width: 79px;
}
#page-head.ostatni .image {
    background-position: -478px 50%;
    width: 116px;
}
/*#page-head*/