.text {
    margin: 0 0 0 52%;
    padding: 0 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.jobsider {
    color: #fff;
}

.text strong {
    color: #e42312
}

.text ol,
.text p,
.text ul,
.adresa p {
    margin: 15px 0
}

.text ol,
.text ul {
    padding: 0 0 0 15px
}

.text ol li {
    background: 0;
    list-style: decimal;
    padding: 0
}

.text li {
    background: url("../images/li.png") no-repeat 0 8px;
    padding: 0 0 0 10px;
    text-align: left !important;
}

.text input,
.text textarea,
.text select {
    border: 1px #eee solid;
    color: #000;
    padding: 12px;
    width: 55%;
    margin: 0 0 5px 0;
}

input.check {
    width: 30px;
}

input.odeslat {
    background: #ec1c23;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

input.odeslat:hover {
    background-color: #ffd300;
    color: #000;
}

.text textarea {
    height: 100px;
    border-collapse: collapse;
    resize: none
}

.text img {
    padding: 0;
    border: 0;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

.text h1,
.text h2,
.jobsider h2 {
    font-size: calc(25px + 1.7vw);
    color: rgba(255, 255, 255, 0.7);
    line-height: 110%;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    clear: both;
}

.uvod h1 {
    padding: 0;
    margin: 0;
}

.uvod p {
    color: rgba(0, 0, 0, 0.7);
    font-size: calc(20px + 1.3vw);
    line-height: 110%;
    text-transform: uppercase;
}

.text h2,
.jobsider h2 {
    font-size: calc(20px + 1.3vw);
    line-height: 110%;
    padding: 20px 0;
    margin: 0 0 0 0;
}

.text th,
.text td {
    padding: 5px 10px;
    border: #ccc 1px solid;
}

.text a {
    color: #bbb;
}

.text a:hover {
    color: #e42312;
}

@media only screen and (max-width:900px) {
    .fp-tableCell {
        vertical-align: top;
        padding-top: 100px;
    }
    .text {
        margin: 0 0 0 40%;
    }
}

@media only screen and (max-width:700px) {
    .fp-tableCell {
        padding-top: 0;
    }
    .text,
    .text table {
        width: 100%
    }
    .text {
        margin: 0;
        padding: 100px 0 0 30px;
    }
}

@media only screen and (max-width:480px) {
    .text h2 {
        padding: 20px 0 0 0;
        text-align: center;
    }
    .text.uvod {
        text-align: center;
    }
    .text {
        padding: 60px 10px 0 10px;
    }
    .uvod h1 {
        padding: 50px 0 0 0;
        margin: 0;
    }
    .text h2 {
        padding: 20px 0;
        margin: 0 0 0 0;
    }
    .text ol,
    .text p,
    .text ul,
    .adresa p {
        margin: 10px 0;
    }
    .sluzba h3 {
        margin: 0;
        padding: 0;
    }
}