@import url("crossroads.css");

/* Forms */
.summaryError {
    border: 1px solid red;
    padding: 15px 20px;
    color: red;
    /*font-size: 0.87em;*/
    background: white;
    font-size: 13px !important;
}

fieldset {
    border: 1px solid #005496;
    position: relative;
    background: white;
    font-size: 13px !important;
}

    fieldset:before {
        content: '';
        height: 16px;
        clear: both;
        width: 100%;
        display: block;
    }

    fieldset label,
    fieldset a {
        font-size: 13px !important;
    }

    fieldset a {
        text-decoration: underline;
    }

        fieldset a:hover {
            text-decoration: none;
        }

    fieldset label.control-label {
        background: white !important;
    }

    fieldset legend {
        display: block;
        color: white;
        width: calc(100% - 28px);
        background: #005496;
        position: relative;
        top: 18px;
        margin: 0 -1px 1px;
        height: 16px;
        line-height: 16px;
        padding: 10px 15px;
        /*font-size: 1em!important;*/
        font-size: 13px !important;
        font-weight: normal;
        text-transform: uppercase;
    }

@media screen and (max-width: 720px) {
    fieldset legend {
        height: auto;
    }
}

fieldset legend span {
    display: block;
}

    fieldset legend span .tooltip-target {
        color: #005496;
        background: white !important;
    }

        fieldset legend span .tooltip-target a {
            display: block;
            font-weight: bold !important;
            text-decoration: none !important;
            height: 19px;
            line-height: 20px !important;
        }

    fieldset legend span .inline {
        display: inline-block;
        vertical-align: top;
        line-height: 17px;
    }

@media screen and (max-width: 720px) {
    fieldset legend span .inline {
        display: block;
        float: none !important;
        padding: 8px 0;
    }
}

fieldset legend span .inline span {
    text-transform: none;
}

    fieldset legend span .inline span label {
        vertical-align: top;
        display: inline-block;
    }

    fieldset legend span .inline span input[type="checkbox"] {
        margin-left: 15px;
    }

fieldset legend span .inline a {
    text-transform: none;
    text-decoration: underline;
}

    fieldset legend span .inline a:hover {
        text-decoration: none;
    }

fieldset .one-column .control-group,
fieldset .two-column .control-group {
    border-bottom: 1px solid #eee;
    background: white;
    padding: 0 !important;
}

    fieldset .one-column .control-group .control-subgroup,
    fieldset .two-column .control-group .control-subgroup {
        display: inline-block;
        width: 46.5%;
        margin-left: 15px;
        vertical-align: top;
    }

@media screen and (max-width: 720px) {
    fieldset .one-column .control-group .control-subgroup,
    fieldset .two-column .control-group .control-subgroup {
        display: block;
        width: 100%;
        padding: 0 15px;
    }
}

fieldset .one-column .control-group .control-subgroup.tooltip-fix .control-label,
fieldset .two-column .control-group .control-subgroup.tooltip-fix .control-label {
    width: auto;
}

fieldset .one-column .control-group .control-subgroup.tooltip-fix .tooltip-target,
fieldset .two-column .control-group .control-subgroup.tooltip-fix .tooltip-target {
    top: 7px;
}

fieldset .one-column .control-group label.control-label,
fieldset .two-column .control-group label.control-label {
    display: inline-block !important;
    width: 37.5%;
    clear: inherit !important;
    padding: 0 !important;
    vertical-align: top;
    line-height: 34px;
}

@media screen and (max-width: 635px) {
    fieldset .one-column .control-group label.control-label,
    fieldset .two-column .control-group label.control-label {
        display: block !important;
    }
}

@media screen and (max-width: 720px) {
    fieldset .one-column .control-group label.control-label,
    fieldset .two-column .control-group label.control-label {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        line-height: 18px !important;
    }
}

fieldset .one-column .control-group label.control-label.control-label,
fieldset .two-column .control-group label.control-label.control-label {
    background-color: white !important;
    /*font-size: 0.75em;*/
    font-size: 13px !important;
}

fieldset .one-column .control-group label.control-label.wider,
fieldset .two-column .control-group label.control-label.wider {
    width: 56%;
}

fieldset .one-column .control-group label.control-label.radio,
fieldset .two-column .control-group label.control-label.radio {
    /*font-size: 0.75em;*/
    font-size: 13px !important;
}

fieldset .one-column .control-group .controls,
fieldset .two-column .control-group .controls {
    display: inline-block;
    width: 61%;
    vertical-align: top;
}

    fieldset .one-column .control-group .controls.narrow,
    fieldset .two-column .control-group .controls.narrow {
        width: 42%;
    }

        fieldset .one-column .control-group .controls.narrow .short,
        fieldset .two-column .control-group .controls.narrow .short {
            width: 82%;
        }

            fieldset .one-column .control-group .controls.narrow .short input[type="text"],
            fieldset .two-column .control-group .controls.narrow .short input[type="text"] {
                width: 90px;
            }

            fieldset .one-column .control-group .controls.narrow .short select,
            fieldset .two-column .control-group .controls.narrow .short select {
                width: 100px;
            }

    fieldset .one-column .control-group .controls .inline,
    fieldset .two-column .control-group .controls .inline {
        display: inline-block;
        vertical-align: top;
        /*font-size: 0.75em;*/
        font-size: 13px !important;
    }

        fieldset .one-column .control-group .controls .inline span,
        fieldset .two-column .control-group .controls .inline span {
            vertical-align: middle;
        }

        fieldset .one-column .control-group .controls .inline input[type="text"],
        fieldset .two-column .control-group .controls .inline input[type="text"] {
            width: 145px;
            /*width: calc(~"100% - 15px");*/
            border: 1px solid #ccc;
            padding: 0 5px;
            margin: 3px 0 0;
            height: 27px;
            line-height: 27px;
        }

        fieldset .one-column .control-group .controls .inline input[type="radio"],
        fieldset .two-column .control-group .controls .inline input[type="radio"] {
            margin-top: 11px;
            vertical-align: top;
            display: inline-block;
        }

        fieldset .one-column .control-group .controls .inline select,
        fieldset .two-column .control-group .controls .inline select {
            margin: 3px 0;
            border: 1px solid #eee;
            height: 30px;
            line-height: 30px;
            /* width: 143px; pri stylovani pomoc JS - selectordie.js */
            width: 157px;
            font-size: 0.875em;
            font-family: 'Roboto', sans-serif;
        }

        fieldset .one-column .control-group .controls .inline .sod_select,
        fieldset .two-column .control-group .controls .inline .sod_select {
            padding: 0 9px;
            height: 29px;
            line-height: 27px;
            border: 1px solid #eee;
            position: relative;
            margin: 3px 0 0;
            width: 143px;
            /*font-size: 0.75em;*/
            font-size: 13px !important;
            vertical-align: top;
        }

            fieldset .one-column .control-group .controls .inline .sod_select:before,
            fieldset .two-column .control-group .controls .inline .sod_select:before,
            fieldset .one-column .control-group .controls .inline .sod_select:after,
            fieldset .two-column .control-group .controls .inline .sod_select:after {
                position: absolute;
                width: 25px;
                height: 27px;
                top: 0;
                right: 0;
                text-align: center;
            }

            fieldset .one-column .control-group .controls .inline .sod_select .sod_option,
            fieldset .two-column .control-group .controls .inline .sod_select .sod_option {
                padding: 0 10px;
                height: 27px;
                line-height: 27px;
            }

fieldset .one-column.seven-three .control-group .control-subgroup:first-child,
fieldset .two-column.seven-three .control-group .control-subgroup:first-child {
    width: 100%;
    margin-left: 0;
}

    fieldset .one-column.seven-three .control-group .control-subgroup:first-child label.control-label,
    fieldset .two-column.seven-three .control-group .control-subgroup:first-child label.control-label {
        margin-left: 15px;
        width: 70%;
    }

    fieldset .one-column.seven-three .control-group .control-subgroup:first-child .controls,
    fieldset .two-column.seven-three .control-group .control-subgroup:first-child .controls {
        width: 26%;
    }

fieldset .one-column.seven-three .control-group .control-subgroup,
fieldset .two-column.seven-three .control-group .control-subgroup,
fieldset .one-column.seven-three .control-group,
fieldset .two-column.seven-three .control-group {
    width: 100%;
    margin-left: 0;
}

    fieldset .one-column.seven-three .control-group .control-subgroup label.control-label,
    fieldset .two-column.seven-three .control-group .control-subgroup label.control-label,
    fieldset .one-column.seven-three .control-group label.control-label,
    fieldset .two-column.seven-three .control-group label.control-label {
        margin-left: 15px;
        width: 70%;
    }

    fieldset .one-column.seven-three .control-group .control-subgroup .controls,
    fieldset .two-column.seven-three .control-group .control-subgroup .controls,
    fieldset .one-column.seven-three .control-group .controls,
    fieldset .two-column.seven-three .control-group .controls {
        width: 26%;
    }

        fieldset .one-column.seven-three .control-group .control-subgroup .controls .castka,
        fieldset .two-column.seven-three .control-group .control-subgroup .controls .castka,
        fieldset .one-column.seven-three .control-group .controls .castka,
        fieldset .two-column.seven-three .control-group .controls .castka {
            float: right;
            margin-right: 10px;
        }

fieldset .one-column .control-group .control-subgroup {
    width: 100% !important;
}

    fieldset .one-column .control-group .control-subgroup:first-child {
        width: 100% !important;
    }

fieldset .one-column .control-group label {
    width: 37.5%;
}

fieldset .one-column .control-group .controls {
    width: 61%;
}

@media screen and (max-width: 635px) {
    fieldset .one-column .control-group .controls {
        width: 100% !important;
        display: block !important;
    }
}

@media screen and (max-width: 635px) {
    fieldset .one-column .control-group .controls .inline {
        padding-right: 15px;
    }
}

fieldset .one-column .control-group .controls .inline input[type="text"] {
    /*width: 153px;*/
    width: calc(100% - 15px);
}

@media screen and (max-width: 635px) {
    fieldset .one-column .control-group .controls .inline input[type="text"] {
        width: 100% !important;
    }
}

fieldset .radioRadek {
    width: 100% !important;
    margin-bottom: 15px;
}

    fieldset .radioRadek .inline label {
        width: auto;
    }

fieldset .radio-inline {
    padding-top: 7px;
}

fieldset .tooltip-target {
    display: inline-block;
    position: relative;
    width: 19px;
    background: #005496;
    color: white;
    height: 19px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    font-weight: bold;
    top: -2px;
    margin: 0 0 0 5px;
    cursor: pointer;
    /*
        &:hover .tooltip-content{
            display:block;
        }
        */
}

    fieldset .tooltip-target a {
        display: block;
        font-weight: bold !important;
        text-decoration: none !important;
        height: 19px;
        line-height: 20px !important;
    }

    fieldset .tooltip-target .tooltip-content {
        display: none;
        z-index: 1;
        position: absolute;
        left: 16px;
        bottom: 13px;
        min-width: 200px;
        width: auto;
        max-width: 500px;
        border: 1px solid #ccc;
        line-height: 16px;
        text-transform: none;
        padding: 10px 15px 5px;
        background: white;
        color: #005496;
        text-align: left;
        /*font-size: 0.95em!important;*/
        font-size: 13px !important;
    }

        fieldset .tooltip-target .tooltip-content p {
            font-weight: normal !important;
            margin-bottom: 10px !important;
        }

        fieldset .tooltip-target .tooltip-content li {
            /*font-size: 0.95em!important;*/
            font-size: 13px !important;
            list-style-type: disc;
            margin: 0 0 5px 15px;
        }

fieldset.souhlas {
    border: 0;
    padding: 10px;
    font-size: 13px !important;
    background: transparent;
}

fieldset.tlacitka {
    border: 0;
    background: transparent;
}

fieldset.info {
    /*padding: 10px 0;
        legend {
              width: calc(~"100% + 1px");
              position: relative;
        }*/
}

    fieldset.info ul {
        margin: 10px 10px 0;
    }

.error-target {
    cursor: pointer;
    text-align: center;
    /*font-size: 1em!important;*/
    font-size: 13px !important;
    line-height: 30px !important;
    height: 28px;
    vertical-align: top;
    display: inline-block !important;
    width: 14px;
    position: relative;
    margin-top: 4px;
}

    .error-target .error-content {
        display: none !important;
        z-index: 100;
        position: absolute;
        bottom: 34px;
        left: -5px;
        min-width: 200px;
        width: auto;
        max-width: 300px;
        background: white;
        padding: 7px 10px !important;
        border: 1px solid #ccc;
        text-align: left;
        line-height: 15px;
        /*font-size: 0.75em;*/
        font-size: 13px !important;
    }

@media screen and (max-width: 720px) {
    .error-target .error-content {
        right: 0;
        left: auto;
    }
}

.error-target:hover {
    background: red;
    color: white !important;
}

    .error-target:hover .error-content {
        display: block !important;
        color: red !important;
    }

legend .error-target {
    margin-top: 0;
    height: 18px;
    line-height: 20px !important;
}

    legend .error-target .error-content {
        bottom: 24px;
    }

.inline {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
}

.infopovinne {
    padding: 10px;
    font-weight: normal;
    /*font-size: 0.8em;*/
    font-size: 13px !important;
}

.zvaraznenyRadek {
    padding: 7px 10px;
    display: inline-block;
}

.displayInlineBlock {
    display: inline-block;
    padding: 7px 10px;
}

#platby h2,
.limity h2 {
    clear: both;
    margin: 15px;
    display: block;
    font-weight: bold;
}

    #platby h2 img,
    .limity h2 img {
        float: right;
    }

#platby p,
.limity p {
    font-weight: normal !important;
    line-height: 16px;
    margin: 0 15px;
    margin-bottom: 20px !important;
    font-size: 13px !important;
}

.limity {
    background: white;
}

    .limity h4 {
        padding: 5px 15px;
        font-weight: bold;
    }

    .limity ul {
        margin: 0 15px 20px 35px !important;
    }

        .limity ul li {
            font-size: 13px !important;
            list-style-type: disc;
        }

.info ul {
    margin: 0 15px 20px 35px !important;
}

    .info ul li {
        font-size: 13px !important;
        list-style-type: disc;
    }

.pojistene-osoby,
.pojistene-zvirata {
    background: white;
}

    .pojistene-osoby label:first-child,
    .pojistene-zvirata label:first-child {
        margin-left: 15px;
    }

#vyse-platby label {
    padding: 7px 0 !important;
}

#vyse-platby .control-group {
    padding: 0 !important;
}

#vyse-platby .castka {
    float: right;
    margin: 0 25px 0 0;
}

#vyse-platby .inline {
    margin-left: 15px;
}

#pojistne-pov h2 {
    padding: 10px 0;
    font-size: 15px;
}

#pojistne-pov .small-text {
    font-size: 13px;
    padding: 5px 15px 15px;
}

.rozsah-pojisteni .control-group,
.volba-pripojisteni .control-group {
    text-align: center;
    padding: 20px 0 15px;
    background: white;
}

    .rozsah-pojisteni .control-group a,
    .volba-pripojisteni .control-group a {
        display: inline-block;
        margin: 0 10px;
    }

        .rozsah-pojisteni .control-group a img,
        .volba-pripojisteni .control-group a img {
            display: inline-block;
        }

.w95 {
    width: 95px !important;
}

.w22 {
    width: 22px !important;
}

.w97 {
    width: 97px !important;
}

.w160 {
    width: 160px !important;
}

.w165 {
    width: 165px !important;
}

.w170 {
    width: 170px !important;
}

.cena-pojistneho .castka {
    float: right;
    margin-right: 30px;
    text-align: right;
}

.table {
    padding: 10px;
}

    .table table tr th,
    .table table tr td,
    table.tab tr th,
    table.tab tr td {
        padding: 5px;
        line-height: 14px;
    }

    .table table tr th,
    table.tab tr th {
        font-weight: bold;
    }

.pojistne .control-label {
    display: inline-block !important;
}

@media screen and (max-width: 630px) {
    .pojistne .control-label {
        display: block !important;
    }
}

.pojistne .controls {
    display: inline-block !important;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 20px;
    float: right;
}

.autocomplete_completionListElement {
    background: white;
    font-size: 11px;
    border: 1px solid #7f9db9;
    padding: 5px 0;
}

    .autocomplete_completionListElement li {
        padding: 2px 5px;
    }

        .autocomplete_completionListElement li:hover {
            background: #1e90ff;
            color: white;
        }

        .autocomplete_completionListElement li.autocomplete_highlightedListItem {
            background: #1e90ff;
            color: white;
        }

.btnPridat {
    margin: 10px 0 0 5px;
    display: inline-block;
    text-decoration: underline;
    font-weight: normal;
}

    .btnPridat:hover {
        text-decoration: none;
    }

.div-table {
    display: block;
    padding: 5px 10px;
}

    .div-table .control-group {
        display: block;
        clear: both;
    }

        .div-table .control-group .inline {
            display: block;
            width: 23%;
            float: left;
        }

            .div-table .control-group .inline input[type="text"] {
                width: 85%;
                border: 1px solid #eee;
                padding: 0 5px;
                margin: 3px 0 0;
                height: 27px;
                line-height: 27px;
            }

                .div-table .control-group .inline input[type="text"].w79pct {
                    width: 79%;
                }

            .div-table .control-group .inline.btnDelRow {
                width: 5%;
            }

        .div-table .control-group.head2 .inline {
            line-height: 16px;
            padding: 4px 0;
        }
/* Buttons */
.button {
    background: none;
    color: #005496;
    cursor: pointer;
    border: none;
    font-weight: normal;
    font-size: 0.9em;
    text-decoration: underline;
    position: relative;
}

    .button i {
        color: #ed1f27;
        margin-right: 2px;
    }

    .button span {
        text-decoration: underline;
    }

        .button span:hover {
            text-decoration: none;
        }

    .button:hover {
        text-decoration: none;
    }

    .button.btn-dalsi {
        float: right;
    }

input.button {
    background: url(../images/arrow-btn.png) no-repeat left center;
    padding-left: 21px;
}

    input.button.btn-zpet {
        background: url(../images/arrow-btn-left.png) no-repeat right center;
        margin-right: 20px;
        padding-right: 21px;
        padding-left: 0;
    }
/* */
b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

.absolut {
    top: 0;
    left: 0;
    position: absolute;
}

.full {
    width: 100%;
}

.robot {
    font-family: 'Roboto', sans-serif;
}

.cond {
    font-family: 'Roboto Condensed', sans-serif;
}

* {
    outline: 0;
}

.vnitrni {
    width: 960px;
    margin: 0 auto;
}

    .vnitrni section:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }

input.error {
    -webkit-box-shadow: inset 0 -1px 0 0 #ed1f27;
    box-shadow: inset 0 -1px 0 0 #ed1f27;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
}

    body #openright {
        display: none;
    }

    body .scrollable {
        clear: both;
    }

    body .mobile {
        display: none;
    }

    body header.home {
        height: 577px;
    }

        body header.home:before {
            height: 577px;
        }

        body header.home .vnitrni #slideshow {
            height: 421px;
        }

            body header.home .vnitrni #slideshow #eyes {
                bottom: 145px;
            }

        body header.home .vnitrni nav:before {
            height: 538px;
            width: 1084px;
            left: -60px;
        }

    body header:before {
        content: '';
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 436px;
        background: #1a65a1;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #1a65a1 0%, #005496 100%);
        /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1a65a1), color-stop(100%, #005496));
        /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #1a65a1 0%, #005496 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #1a65a1 0%, #005496 100%);
        /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #1a65a1 0%, #005496 100%);
        /* IE10+ */
        background: radial-gradient(ellipse at center, #1a65a1 0%, #005496 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a65a1', endColorstr='#005496', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    body header .vnitrni {
        z-index: 1;
        height: 100%;
        position: relative;
        background: white; /* #f7f7f7 */
    }

        body header .vnitrni #search {
            float: right;
            padding: 20px 0;
        }

            body header .vnitrni #search .placeholder {
                font-style: italic;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #9ebed7;
            }

            body header .vnitrni #search ::-webkit-input-placeholder {
                font-style: italic;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #9ebed7;
            }

            body header .vnitrni #search :-moz-placeholder {
                font-style: italic;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #9ebed7;
            }

            body header .vnitrni #search ::-moz-placeholder {
                font-style: italic;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #9ebed7;
            }

            body header .vnitrni #search :-ms-input-placeholder {
                font-style: italic;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #9ebed7;
            }

            body header .vnitrni #search * {
                line-height: 100%;
            }

            body header .vnitrni #search input[type="text"] {
                border: 0;
                background: 0;
                color: #9ebed7;
                padding: 0.4em 5px 0.3em;
                font-size: 0.75em;
                font-family: 'Roboto', sans-serif;
                font-weight: 300;
                margin: 2px 5px 0 0;
                -webkit-transition: all 100ms ease-in-out;
                -moz-transition: all 100ms ease-in-out;
                -ms-transition: all 100ms ease-in-out;
                -o-transition: all 100ms ease-in-out;
                transition: all 100ms ease-in-out;
                border: 1px solid transparent;
            }

                body header .vnitrni #search input[type="text"]:hover {
                    background: rgba(255, 255, 255, 0.1);
                }

                body header .vnitrni #search input[type="text"]:focus {
                    background: rgba(255, 255, 255, 0.03);
                    border: 1px solid rgba(255, 255, 255, 0.05);
                    color: white;
                }

            body header .vnitrni #search input {
                float: left;
                display: block;
            }

        body header .vnitrni nav {
            padding: 13px 13px 0 30px;
            background: white;
            max-width: 1024px;
            margin-left: auto;
            margin-right: auto;
        }

            body header .vnitrni nav h1, body header .vnitrni nav .logo {
                float: left;
            }

                body header .vnitrni nav h1 img, body header .vnitrni nav .logo img {
                    width: 121px;
                    height: auto;
                }

            body header .vnitrni nav #openMenu {
                display: none;
            }

            body header .vnitrni nav ul {
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 700;
                float: right;
                font-size: 1.0625em;
                color: #2e2e2e;
            }

                body header .vnitrni nav ul li {
                    display: block;
                    letter-spacing: 0.5px;
                    float: left;
                    padding: 26px 18px;
                    border-bottom: 5px solid transparent;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    body header .vnitrni nav ul li span {
                        text-transform: uppercase;
                        -webkit-transition: all 300ms ease-in-out;
                        -moz-transition: all 300ms ease-in-out;
                        -ms-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                        cursor: default;
                    }

                    body header .vnitrni nav ul li.hover {
                        border-bottom: 5px solid #005496;
                    }

                        body header .vnitrni nav ul li.hover span {
                            color: #005496;
                        }

                    body header .vnitrni nav ul li .submenu {
                        display: none;
                        z-index: 200;
                        position: absolute;
                        right: 0;
                        top: 156px;
                        width: 668px;
                        background: #e5f3fd;
                        font-size: 0.875em;
                        -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
                        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
                    }

                        body header .vnitrni nav ul li .submenu a {
                            text-transform: none;
                        }

                        body header .vnitrni nav ul li .submenu ul {
                            border-right: 1px solid #005496;
                            padding: 20px 0;
                            display: block;
                            float: none;
                            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
                            min-height: 135px;
                        }

                            body header .vnitrni nav ul li .submenu ul li {
                                position: relative;
                                border-bottom: 0;
                                float: none;
                                padding: 0;
                            }

                                body header .vnitrni nav ul li .submenu ul li a {
                                    display: block;
                                    padding: 10px 20px;
                                }

                                body header .vnitrni nav ul li .submenu ul li:after {
                                    background: url('../images/arrow-active.png') no-repeat;
                                    height: 19px;
                                    position: absolute;
                                    width: 12px;
                                    content: "";
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                    -webkit-transition: all 100ms ease-in-out;
                                    -moz-transition: all 100ms ease-in-out;
                                    -ms-transition: all 100ms ease-in-out;
                                    -o-transition: all 100ms ease-in-out;
                                    transition: all 100ms ease-in-out;
                                    opacity: 0;
                                    filter: alpha(opacity=0);
                                    right: -11px;
                                    display: inline-block;
                                }

                                body header .vnitrni nav ul li .submenu ul li.hover.nochild:after {
                                    display: none;
                                }

                                body header .vnitrni nav ul li .submenu ul li.hover {
                                    background: #cceaff;
                                }

                                    body header .vnitrni nav ul li .submenu ul li.hover:after {
                                        opacity: 1;
                                        z-index: 1000;
                                        filter: alpha(opacity=100);
                                    }

                            body header .vnitrni nav ul li .submenu ul.contact {
                                width: 19%;
                                border-right: 0;
                                float: right;
                            }

                                body header .vnitrni nav ul li .submenu ul.contact li {
                                    padding: 0 0 5px 0;
                                }

                                    body header .vnitrni nav ul li .submenu ul.contact li a {
                                        padding: 0;
                                    }

                                    body header .vnitrni nav ul li .submenu ul.contact li.name {
                                        color: #ed1f27;
                                        padding: 10px 0 5px;
                                    }

                                body header .vnitrni nav ul li .submenu ul.contact.mobile {
                                    display: none;
                                }

                                    body header .vnitrni nav ul li .submenu ul.contact.mobile li {
                                        clear: both;
                                        line-height: 2em;
                                        color: #005496;
                                        font-size: 0.85em;
                                    }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile li i {
                                            font-size: 0.8em;
                                            margin-right: 5px;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile li a {
                                            display: inline-block;
                                        }

                                    body header .vnitrni nav ul li .submenu ul.contact.mobile .search {
                                        padding: 20px 0;
                                    }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search .placeholder {
                                            font-style: italic;
                                            opacity: 1;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search ::-webkit-input-placeholder {
                                            font-style: italic;
                                            opacity: 1;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search :-moz-placeholder {
                                            font-style: italic;
                                            opacity: 1;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search ::-moz-placeholder {
                                            font-style: italic;
                                            opacity: 1;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search :-ms-input-placeholder {
                                            font-style: italic;
                                            opacity: 1;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search * {
                                            line-height: 100%;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search input[type="text"] {
                                            border: 0;
                                            background: 0;
                                            color: #005496;
                                            padding: 8px 0;
                                            width: 68px;
                                            font-size: 0.98em;
                                            font-family: 'Roboto', sans-serif;
                                            font-weight: 300;
                                        }

                                        body header .vnitrni nav ul li .submenu ul.contact.mobile .search input {
                                            float: left;
                                            display: block;
                                        }

                            body header .vnitrni nav ul li .submenu ul.first {
                                float: left;
                                width: 35%;
                            }
                            
                            body header .vnitrni nav ul li .submenu ul.first li a:before {
                                margin-right: 10px;
                                font-family: 'Roboto', sans-serif;
                                content: "›";
                            }

                        body header .vnitrni nav ul li .submenu .submenus {
                            display: block;
                            float: left;
                            width: 42%;
                        }

                            body header .vnitrni nav ul li .submenu .submenus ul {
                                width: 100%;
                                display: none;
                            }

                                body header .vnitrni nav ul li .submenu .submenus ul:first-child {
                                    display: block;
                                }

                                body header .vnitrni nav ul li .submenu .submenus ul li:hover {
                                    background: #cceaff;
                                }

                                body header .vnitrni nav ul li .submenu .submenus ul li a {
                                    padding: 7px 20px 8px;
                                }
                                                                
                                body header .vnitrni nav ul li .submenu .submenus ul li a:before {
                                    margin-right: 10px;
                                    font-family: 'Roboto', sans-serif;
                                    content: "»";
                                }

            body header .vnitrni nav > ul {
                margin-right: 25px;
            }

                body header .vnitrni nav > ul li {
                    padding: 26px 22px;
                }

            body header .vnitrni nav:before {
                display: block;
                content: "";
                background: url(../images/shadow.png);
                background-size: 100% auto;
                width: 1042px;
                height: 397px;
                position: absolute;
                z-index: -1;
                left: -40px;
                top: 39px;
            }

        body header .vnitrni #buttons {
            position: absolute;
            right: -10px;
            top: 200px;
        }

            body header .vnitrni #buttons a {
                text-decoration: none;
                display: block;
                background: #eaf6ff;
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 1.125em;
                color: #005496;
                padding: 18px 25px 18px 20px;
                margin-bottom: 14px;
                position: relative;
                -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
                -webkit-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                body header .vnitrni #buttons a:hover {
                    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
                    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
                }

                body header .vnitrni #buttons a span {
                    text-decoration: none;
                }

/*                    body header .vnitrni #buttons a span:before {
                        margin-right: 20px;
                        font-family: 'Roboto', sans-serif;
                        content: "+";
                    }
*/
                    body header .vnitrni #buttons a span:after {
                        display: block;
                        content: "";
                        width: 10px;
                        height: 5px;
                        position: absolute;
                        bottom: -5px;
                        right: 0;
                        background: url(../images/button_after_light.png);
                    }

                body header .vnitrni #buttons a.cpp {
                    background: #005496;
                    color: white;
                }

                    body header .vnitrni #buttons a.cpp span:after {
                        background: url(../images/button_after_dark.png);
                    }

        body header .vnitrni #slideshow {
            width: 100%;
            position: relative;
            height: 280px;
            z-index: -1;
            /**background: #ffef00;**/
        }

            body header .vnitrni #slideshow .slide {
                width: 100%;
                height: 100%;
            }

                body header .vnitrni #slideshow .slide .flashContent {
                    width: 630px;
                    height: 164px;
                    position: absolute;
                    top: 50px;
                    left: 115px;
                }

                    body header .vnitrni #slideshow .slide .flashContent .obrazek {
                        float: left;
                        width: 40%;
                    }

                        body header .vnitrni #slideshow .slide .flashContent .obrazek img {
                            height: 100%;
                            width: 100%;
                            max-width: 550px;
                        }

                    body header .vnitrni #slideshow .slide .flashContent .sdeleni {
                        margin-top: 26px;
                        float: left;
                        width: 70%;
                        font-weight: 700;
                    }

                        body header .vnitrni #slideshow .slide .flashContent .sdeleni .nadpis {
                            margin-bottom: 4px;
                            font-size: 1.8em;
                            text-transform: uppercase;
                            line-height: 110%;
                        }

                        body header .vnitrni #slideshow .slide .flashContent .sdeleni .minislides p {
                            font-size: 1.525em;
                            line-height: 110%;
                        }

                body header .vnitrni #slideshow .slide.blue {
                    background: #005496;
                }

                    body header .vnitrni #slideshow .slide.blue .nadpis1 {
                        color: #ffef00;
                    }

                    body header .vnitrni #slideshow .slide.blue .nadpis2,
                    body header .vnitrni #slideshow .slide.blue .minislides {
                        color: white;
                    }

                body header .vnitrni #slideshow .slide.yellow {
                    background: #ffef00;
                }

                    body header .vnitrni #slideshow .slide.yellow .nadpis1 {
                        color: #005496;
                    }

                    body header .vnitrni #slideshow .slide.yellow .nadpis2,
                    body header .vnitrni #slideshow .slide.yellow .minislides {
                        color: #ed1f27;
                    }

                body header .vnitrni #slideshow .slide.white {
                    background: white;
                }

                    body header .vnitrni #slideshow .slide.white .nadpis1 {
                        color: #005496;
                    }

                    body header .vnitrni #slideshow .slide.white .nadpis2,
                    body header .vnitrni #slideshow .slide.white .minislides {
                        color: #191919;
                    }

                body header .vnitrni #slideshow .slide.darkblue {
                    background: #1F4391;
                }

                    body header .vnitrni #slideshow .slide.darkblue .flashContent {
                        background-image: url(/User_data/Media/Original//201508/lpr-546x164.jpg);
                        background-repeat: no-repeat;
                    }

            body header .vnitrni #slideshow #eyes {
                margin: auto;
                text-align: center;
                position: absolute;
                bottom: 25px;
                z-index: 1001;
                width: 100%;
            }

                body header .vnitrni #slideshow #eyes span {
                    display: inline-block;
                    width: 12px;
                    height: 8px;
                    background: #969696;
                    border-radius: 4px;
                    margin: 0 5px;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    cursor: pointer;
                }

                    body header .vnitrni #slideshow #eyes span.cycle-pager-active {
                        background: #ed1f27;
                    }

        body header .vnitrni .pojisteni {
            position: absolute;
            bottom: -20px;
            left: 5%;
            width: 90%;
            -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.4);
        }

            body header .vnitrni .pojisteni ul li {
                display: block;
                float: left;
                width: 20%;
            }

                body header .vnitrni .pojisteni ul li:first-child a span:after {
                    display: none;
                }

                body header .vnitrni .pojisteni ul li a {
                    background: white center 25% no-repeat;
                    display: block;
                    width: 100%;
                    text-align: center;
                    font-weight: 700;
                    color: #005496;
                    line-height: 120%;
                    font-size: 0.95em;
                    position: relative;
                    height: 148px;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    body header .vnitrni .pojisteni ul li a.skoda {
                        background-image: url(../images/icons/skoda.png);
                        color: #8c0a28;
                    }

                    body header .vnitrni .pojisteni ul li a.online {
                        background-image: url(../images/icons/online.png);
                        color: #8c0a28;
                    }

                    body header .vnitrni .pojisteni ul li a.vozidlo {
                        background-image: url(../images/icons/car.png);
                    }

                    body header .vnitrni .pojisteni ul li a.zivotni {
                        background-image: url(../images/icons/people.png);
                    }

                    body header .vnitrni .pojisteni ul li a.majetek {
                        background-image: url(../images/icons/house.png);
                    }

                    body header .vnitrni .pojisteni ul li a.cestovni {
                        background-image: url(../images/icons/plane.png);
                    }

                    body header .vnitrni .pojisteni ul li a.podnikatele {
                        background-image: url(../images/icons/handshake.png);
                    }

                    body header .vnitrni .pojisteni ul li a:after {
                        content: "";
                        display: block;
                        height: 100%;
                        width: 1px;
                        top: 0;
                        left: 0;
                        position: absolute;
                        background: #d9e6ef;
                        /* Old browsers */
                        background: -moz-linear-gradient(top, #d9e6ef 0%, #fdfefe 100%);
                        /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e6ef), color-stop(100%, #fdfefe));
                        /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top, #d9e6ef 0%, #fdfefe 100%);
                        /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top, #d9e6ef 0%, #fdfefe 100%);
                        /* Opera 11.10+ */
                        background: -ms-linear-gradient(top, #d9e6ef 0%, #fdfefe 100%);
                        /* IE10+ */
                        background: linear-gradient(to bottom, #d9e6ef 0%, #fdfefe 100%);
                        /* W3C */
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e6ef', endColorstr='#fdfefe', GradientType=0);
                        /* IE6-9 */
                    }

                    body header .vnitrni .pojisteni ul li.red a:hover {
                        background-color: #FFF0F0;
                    }

                    body header .vnitrni .pojisteni ul li a:hover {
                        background-color: #d8eeff;
                    }
                    
                    body header .vnitrni .pojisteni ul li a span {
                        display: block;
                        padding: 0 28px;
                        text-align: center;
                        bottom: 16px;
                        position: absolute;
                        width: calc(100% - 52px);
                    }

    body section {
        background: #f7f7f7;
        padding: 55px 0;
    }

        body section .cnt {
            background: white;
            margin-bottom: 20px;
            padding: 30px 21px;
            border: 1px solid #e3e3e3;
            line-height: 120%;
            color: #191919;
        }

            body section .cnt h2,
            body section .cnt h3,
            body section .cnt h4,
            body section .cnt h5,
            body section .cnt h6 {
                font-weight: 300;
                margin: 1em 0 0.6em;
            }

            body section .cnt h2 {
                font-size: 1.38em;
            }

                body section .cnt h2:first-child {
                    margin-top: 0;
                }

            body section .cnt h3 {
                font-size: 1.25em;
            }

            body section .cnt h4 {
                font-size: 1.125em;
            }

            body section .cnt h5 {
                font-weight: 700;
            }

            body section .cnt h6 {
                font-size: 0.94em;
                font-weight: 700;
            }

            body section .cnt p {
                font-size: 0.81em;
                margin: 0.4em 0;
                font-weight: normal;
            }

            body section .cnt label {
                font-size: 0.81em;
            }

            body section .cnt ol,
            body section .cnt ul {
                font-size: 0.81em;
                margin: 1em 0 1em 20px;
            }

                body section .cnt ol li,
                body section .cnt ul li {
                    margin: 0.2em 0;
                }

            body section .cnt ul {
                list-style: circle;
            }

            body section .cnt ol {
                list-style: decimal;
            }

            body section .cnt strong {
                font-weight: 700;
            }

            body section .cnt em {
                font-style: italic;
            }

            body section .cnt a {
                color: #005496;
                text-decoration: underline;
            }

                body section .cnt a:hover {
                    color: #ed1f27;
                }

            body section .cnt blockquote {
                border-left: 7px solid #ed1f27;
                padding: 0 20px;
                font-style: italic;
                color: #4C4C4C;
                margin: 1em 20px;
            }

            body section .cnt i {
                font-size: 0.81em;
                color: #ccc;
                font-style: italic;
            }

        body section.insurance .leftBlock .types div {
            display: inline-block;
            font-size: 0.75em;
            padding: 0 10px 0 45px;
            margin-bottom: 7px;
            font-weight: 500;
            position: relative;
            margin-right: 3px;
            color: #ed1f27;
            text-transform: uppercase;
            height: 40px;
            line-height: 40px;
        }

            body section.insurance .leftBlock .types div span {
                display: inline-block;
                background: #ed1f27;
                width: 40px;
                left: 0;
                top: 0;
                height: 40px;
                position: absolute;
                text-align: center;
            }

            body section.insurance .leftBlock .types div.active {
                background: #005496;
                color: white;
            }

                body section.insurance .leftBlock .types div.active span {
                    color: #ed1f27;
                }

        body section.insurance .rightBlock .block {
            border-top: 6px solid #ed1f27;
        }

            body section.insurance .rightBlock .block.links div.active h3 {
                color: #ed1f27;
            }

        body section.insurance #sections .section .list .headerList {
            color: #ed1f27;
            border-bottom: 1px solid #ed1f27;
            border-top: 1px solid #ed1f27;
        }

            body section.insurance #sections .section .list .headerList h2,
            body section.insurance #sections .section .list .headerList h3,
            body section.insurance #sections .section .list .headerList h4 {
                display: inline-block;
                margin: 0;
            }

        body section.insurance #sections .section .list .contentList h3 {
            margin: 15px 0;
        }

        body section.insurance #sections .section .list .contentList table tr th {
            background: rgba(237, 29, 37, 0.15);
            color: #ed1f27;
        }

        body section.insurance #sections .section .list.active {
            border: none;
        }

            body section.insurance #sections .section .list.active .headerList {
                background: #ed1f27;
            }

        body section.insurance #sections .section .list .listIn .headerListIn {
            color: #ed1f27;
            border-bottom: 1px solid #ed1f27;
            border-top: 1px solid #ed1f27;
            padding: 5px;
            font-size: 15px;
            cursor: pointer;
        }

            body section.insurance #sections .section .list .listIn .headerListIn span {
                margin: 0 5px;
                color: #ed1f27;
            }

            body section.insurance #sections .section .list .listIn .headerListIn h2,
            body section.insurance #sections .section .list .listIn .headerListIn h3,
            body section.insurance #sections .section .list .listIn .headerListIn h4 {
                display: inline-block;
                margin: 0;
            }

            body section.insurance #sections .section .list .listIn .headerListIn a {
                font-size: 0.8125em;
                text-transform: none;
                position: relative;
                font-style: italic;
                float: right;
                display: none;
                margin: 0 7.5px 0;
            }

        body section.insurance #sections .section .list .listIn .contentListIn {
            display: none;
            font-size: 1.1em;
            background: white;
            padding: 0 15px;
        }

            body section.insurance #sections .section .list .listIn .contentListIn table tr th {
                background: rgba(237, 29, 37, 0.15);
                color: #ed1f27;
            }

        body section.insurance #sections .section .list .listIn.active {
            border: none;
        }

            body section.insurance #sections .section .list .listIn.active .headerListIn a {
                display: block;
            }

            body section.insurance #sections .section .list .listIn.active .headerListIn {
                background: #ed1f27;
                color: white;
            }

                body section.insurance #sections .section .list .listIn.active .headerListIn span {
                    color: white;
                }

        body section .sod_select {
            font-size: 0.875em;
            padding: 9px 9px;
            font-weight: 400;
            color: black;
            border: none;
            display: inline-block;
            text-transform: none;
        }

            body section .sod_select .sod_list_wrapper {
                border: none;
                width: 100%;
                margin: 0;
            }

            body section .sod_select:before {
                content: "";
            }

        body section input[type="text"],
        body section input[type="number"],
        body section input[type="email"],
        body section textarea {
            border: none;
            color: black;
            font-size: 0.875em;
            padding: 10px;
            font-family: 'Roboto', sans-serif;
            resize: none;
        }

        body section .leftBlock {
            width: 66.6%;
            float: left;
        }

            body section .leftBlock .types {
                background: white;
                margin-bottom: 20px;
                padding: 30px 21px;
                border: 1px solid #e3e3e3;
                line-height: 1.4em;
            }

                body section .leftBlock .types h2,
                body section .leftBlock .types h1 {
                    font-size: 1.38em;
                    font-weight: 300;
                    color: #191919;
                    margin-bottom: 20px;
                }

                body section .leftBlock .types p {
                    font-size: 0.875em;
                    line-height: 120%;
                }

                body section .leftBlock .types a {
                    display: inline-block;
                    border: 1px solid #005496;
                    font-size: 0.75em;
                    padding: 0 10px;
                    line-height: 150%;
                    cursor: pointer;
                    margin-bottom: 7px;
                    margin-right: 3px;
                    color: #005496;
                    text-transform: uppercase;
                }

                    body section .leftBlock .types a span {
                        display: inline-block;
                        font-size: 1.33em;
                        margin-right: 10px;
                    }

                    body section .leftBlock .types a.active {
                        background: #005496;
                        color: white;
                    }

                        body section .leftBlock .types a.active span {
                            color: #ed1f27;
                        }

        body section .rightBlock {
            float: right;
            width: 29.6%;
        }

            body section .rightBlock .block {
                background: white;
                margin-bottom: 20px;
                padding: 25px 21px;
                border: 1px solid #e3e3e3;
                border-top: 6px solid #005496;
            }

                body section .rightBlock .block.links h3 {
                    font-size: 1.125em;
                    margin-bottom: 10px;
                    font-weight: 300;
                }

                body section .rightBlock .block.links ul {
                    color: #4a4a4a;
                    font-weight: 300;
                    font-size: 0.875em;
                    line-height: 1.5em;
                }

                    body section .rightBlock .block.links ul li a.active {
                        font-weight: bold;
                        font-size: 1.15em;
                    }

                    body section .rightBlock .block.links ul.menuSloupecUroven2 {
                        margin-left: 10px;
                    }

                        body section .rightBlock .block.links ul.menuSloupecUroven2 li:first-child {
                            margin-top: 5px;
                        }

                        body section .rightBlock .block.links ul.menuSloupecUroven2 li:last-child {
                            margin-bottom: 10px;
                        }

                body section .rightBlock .block.links a:hover {
                    text-decoration: underline;
                }

                body section .rightBlock .block.links a.more {
                    font-size: 0.8125em;
                    display: inline-block;
                    color: #005496;
                }

                    body section .rightBlock .block.links a.more:hover {
                        text-decoration: none;
                    }

                    body section .rightBlock .block.links a.more i {
                        color: #ed1f27;
                    }

                    body section .rightBlock .block.links a.more span {
                        text-decoration: underline;
                    }

                body section .rightBlock .block.links div {
                    margin-bottom: 10px;
                }

                    body section .rightBlock .block.links div ul {
                        display: none;
                    }

                    body section .rightBlock .block.links div:last-of-type {
                        margin-bottom: 0;
                    }

                    body section .rightBlock .block.links div.active h3 {
                        color: #005496;
                    }

                    body section .rightBlock .block.links div.active ul {
                        display: block;
                    }

                    body section .rightBlock .block.links div.active ul li:nth-of-type(2n+1) {
                        background: #f7f7f7;
                    }

                    body section .rightBlock .block.links div.active ul li ul.menuSloupecUroven2 li:nth-of-type(2n+1) {
                        background: #efefef;
                    }
                    
                    body section .rightBlock .block.links div.active a.more {
                        display: none;
                    }

                body section .rightBlock .block.centrum {
                    position: relative;
                    display: none;
                }

                    body section .rightBlock .block.centrum #closeCentrum {
                        display: none;
                    }

                    body section .rightBlock .block.centrum h2 {
                        color: #005496;
                        font-weight: 700;
                        margin-bottom: 10px;
                        font-size: 1.4375em;
                    }

                    body section .rightBlock .block.centrum p {
                        font-weight: 700;
                        font-size: 0.875em;
                        color: #005496;
                    }

                        body section .rightBlock .block.centrum p.red {
                            font-weight: 400;
                            color: #ed1f27;
                            margin-top: 21px;
                            margin-bottom: 10px;
                            font-style: italic;
                        }

                    body section .rightBlock .block.centrum .phone {
                        position: absolute;
                        bottom: 0;
                        right: 10px;
                    }

                    body section .rightBlock .block.centrum #form input {
                        background: rgba(233, 233, 233, 0.4);
                        display: block;
                        margin-bottom: 10px;
                        width: 220px;
                        color: #005496;
                    }

                        body section .rightBlock .block.centrum #form input::-webkit-input-placeholder {
                            opacity: 1;
                            font-style: italic;
                            color: #005496;
                            filter: alpha(opacity=100);
                        }

                        body section .rightBlock .block.centrum #form input:-moz-placeholder {
                            /* Firefox 18- */
                            opacity: 1;
                            font-style: italic;
                            color: #005496;
                            filter: alpha(opacity=100);
                        }

                        body section .rightBlock .block.centrum #form input::-moz-placeholder {
                            /* Firefox 19+ */
                            opacity: 1;
                            font-style: italic;
                            color: #005496;
                            filter: alpha(opacity=100);
                        }

                        body section .rightBlock .block.centrum #form input:-ms-input-placeholder {
                            opacity: 1;
                            font-style: italic;
                            color: #005496;
                            filter: alpha(opacity=100);
                        }

        body section #sections {
            width: 100%;
        }

            body section #sections .section {
                display: none;
            }

                body section #sections .section.section1 {
                    display: block;
                }

                body section #sections .section p {
                    font-weight: 700;
                    margin-bottom: 15px;
                    font-size: 0.875em;
                }

                body section #sections .section #form {
                    margin-bottom: 15px;
                }

                body section #sections .section .list {
                    margin-bottom: 10px;
                }

                    body section #sections .section .list .headerList {
                        font-size: 0.96em;
                        text-transform: uppercase;
                        color: #005496;
                        line-height: 2em;
                        background: white;
                        cursor: pointer;
                        border-bottom: 1px solid #005496;
                        border-top: 1px solid #005496;
                        padding: 0 20px 0 17px;
                    }

                        body section #sections .section .list .headerList span {
                            margin-right: 15px;
                        }

                        body section #sections .section .list .headerList h2,
                        body section #sections .section .list .headerList h3,
                        body section #sections .section .list .headerList h4 {
                            display: inline-block;
                            margin: 0;
                        }

                        body section #sections .section .list .headerList .popup {
                            position: absolute;
                            background: white;
                            border: 1px solid #ccc;
                            width: 200px;
                            line-height: 120%;
                            font-size: 0.75em;
                            padding: 10px;
                            text-transform: none;
                            color: #191919;
                            z-index: 20;
                            display: none;
                        }

                        body section #sections .section .list .headerList a {
                            font-size: 0.8125em;
                            text-transform: none;
                            position: relative;
                            font-style: italic;
                            float: right;
                            display: none;
                            margin: 6px 7.5px 0;
                        }

                            body section #sections .section .list .headerList a i {
                                color: #ed1f27;
                                float: none;
                                border: none;
                                font-size: 1em;
                            }

                        body section #sections .section .list .headerList label {
                            font-size: 0.8125em;
                            padding-right: 20px;
                            text-transform: none;
                            position: relative;
                            font-style: italic;
                            float: right;
                        }

                            body section #sections .section .list .headerList label i {
                                border: none;
                                position: absolute;
                                top: 1px;
                                right: 0;
                                font-size: 1.23em;
                            }

                                body section #sections .section .list .headerList label i.fa-check-square-o {
                                    display: none;
                                    right: -1px;
                                    margin-top: 7px;
                                }

                                body section #sections .section .list .headerList label i.fa-square-o {
                                    margin-top: 7px;
                                }

                        body section #sections .section .list .headerList input[type="checkbox"] {
                            visibility: hidden;
                        }

                            body section #sections .section .list .headerList input[type="checkbox"]:checked ~ label i.fa-check-square-o {
                                display: inline-block;
                            }

                            body section #sections .section .list .headerList input[type="checkbox"]:checked ~ label i.fa-square-o {
                                display: none;
                            }

                        body section #sections .section .list .headerList i.fa-question {
                            float: right;
                            border: 1px solid #005496;
                            -webkit-border-radius: 50px;
                            border-radius: 50px;
                            width: 16px;
                            height: 16px;
                            line-height: 16px;
                            text-align: center;
                            margin-top: 7px;
                            font-size: 0.75em;
                        }

                    body section #sections .section .list.active a {
                        display: inline-block;
                    }

                        body section #sections .section .list.active a i {
                            border: none;
                            color: white;
                        }

                    body section #sections .section .list .contentList {
                        display: none;
                        background: white;
                        padding: 10px 20px;
                    }

                        body section #sections .section .list .contentList div,
                        body section #sections .section .list .contentList p {
                            font-weight: normal;
                            line-height: 120%;
                            font-size: 14px;
                            margin-bottom: 15px;
                        }

                            body section #sections .section .list .contentList div.clear {
                                margin: 0;
                                line-height: 0;
                            }

                        body section #sections .section .list .contentList.smaller li {
                            font-size: 0.8125em;
                        }

                        body section #sections .section .list .contentList #form {
                            margin: 0;
                        }

                        body section #sections .section .list .contentList .scrollable {
                            padding-bottom: 20px;
                        }

                        body section #sections .section .list .contentList ul {
                            float: none;
                            width: 100%;
                        }

                            body section #sections .section .list .contentList ul li {
                                padding: 1px 0 1px 5%;
                                border-bottom: 1px solid #e9e9e9;
                                width: 45%;
                                float: left;
                                line-height: 35px;
                            }

                                body section #sections .section .list .contentList ul li ul {
                                    margin-top: 5px;
                                }

                                body section #sections .section .list .contentList ul li:nth-of-type(2n+1) {
                                    clear: both;
                                }

                                body section #sections .section .list .contentList ul li.clear {
                                    height: 35px !important;
                                }

                                body section #sections .section .list .contentList ul li.fullwidth {
                                    width: 95%;
                                }

                                    body section #sections .section .list .contentList ul li.fullwidth label {
                                        padding-top: 3px;
                                        vertical-align: top;
                                    }

                                body section #sections .section .list .contentList ul li label {
                                    color: #005496;
                                    font-size: 0.8125em;
                                }

                                body section #sections .section .list .contentList ul li input[type="text"],
                                body section #sections .section .list .contentList ul li input[type="number"],
                                body section #sections .section .list .contentList ul li input[type="email"],
                                body section #sections .section .list .contentList ul li textarea {
                                    font-size: 0.8125em;
                                }

                                body section #sections .section .list .contentList ul li .moveDown {
                                    display: inline-block;
                                    padding-top: 5px;
                                }

                                body section #sections .section .list .contentList ul li .sod_label {
                                    font-size: 0.93em;
                                    overflow: visible;
                                    color: black;
                                }

                                body section #sections .section .list .contentList ul li .sod_list {
                                    font-size: 0.93em;
                                }

                            body section #sections .section .list .contentList ul.full {
                                width: auto;
                                float: none;
                                padding: 0 35px 10px 35px;
                            }

                                body section #sections .section .list .contentList ul.full li {
                                    margin: 0 0 0.8em;
                                    border: none;
                                    padding-left: 0;
                                    color: #3e3e3e;
                                    width: 100%;
                                    line-height: 120%;
                                    font-size: 0.875em;
                                    padding-left: 12px;
                                    background: url('../images/list.png') no-repeat 0 7px;
                                    float: none;
                                }

                                    body section #sections .section .list .contentList ul.full li li {
                                        margin-left: 5px;
                                    }

                        body section #sections .section .list .contentList span {
                            color: #005496;
                        }

                            body section #sections .section .list .contentList span.longtext {
                                color: black;
                                display: block;
                                line-height: 18px;
                                margin-top: -8px;
                                padding-bottom: 7px;
                            }

                        body section #sections .section .list .contentList table {
                            margin: 10px auto 30px;
                        }

                            body section #sections .section .list .contentList table tr th {
                                background: rgba(0, 85, 151, 0.15);
                                padding: 7px 10px;
                                text-align: center;
                                color: #005496;
                                text-transform: uppercase;
                                font-weight: 500;
                                font-size: 14px;
                            }

                            body section #sections .section .list .contentList table tr td {
                                text-align: center;
                                padding: 7px 10px;
                                color: #3e3e3e;
                                font-size: 14px;
                                line-height: 1.2em;
                                font-weight: 500;
                            }

                                body section #sections .section .list .contentList table tr td span {
                                    color: #878787;
                                    font-size: 0.846em;
                                    font-weight: 300;
                                    display: block;
                                }

                                    body section #sections .section .list .contentList table tr td span.big {
                                        font-size: 1em;
                                        font-weight: 500;
                                        font-style: italic;
                                    }

                            body section #sections .section .list .contentList table tr:nth-of-type(2n+1) td {
                                background: #f7f7f7;
                            }

                    body section #sections .section .list.active {
                        border: 1px solid #005496;
                    }

                        body section #sections .section .list.active .headerList {
                            background: #005496;
                            color: white;
                        }

                            body section #sections .section .list.active .headerList i.fa-question {
                                border: 1px solid white;
                            }

                            body section #sections .section .list.active .headerList label i {
                                border: none;
                            }

                    body section #sections .section .list .listIn .headerListIn {
                        color: #005496;
                        border-bottom: 1px solid #005496;
                        border-top: 1px solid #005496;
                        padding: 5px;
                        font-size: 15px;
                        cursor: pointer;
                    }

                        body section #sections .section .list .listIn .headerListIn span {
                            margin: 0 5px;
                            color: #005496;
                        }

                        body section #sections .section .list .listIn .headerListIn h2,
                        body section #sections .section .list .listIn .headerListIn h3,
                        body section #sections .section .list .listIn .headerListIn h4 {
                            display: inline-block;
                            margin: 0;
                        }

                        body section #sections .section .list .listIn .headerListIn a {
                            font-size: 0.8125em;
                            text-transform: none;
                            position: relative;
                            font-style: italic;
                            float: right;
                            display: none;
                            margin: 0 7.5px 0;
                        }

                    body section #sections .section .list .listIn .contentListIn {
                        display: none;
                        font-size: 1.1em;
                        background: white;
                        padding: 0 15px;
                    }

                        body section #sections .section .list .listIn .contentListIn table tr th {
                            background: rgba(237, 29, 37, 0.15);
                            color: #005496;
                        }

                    body section #sections .section .list .listIn.active {
                        border: none;
                    }

                        body section #sections .section .list .listIn.active .headerListIn a {
                            display: block;
                        }

                        body section #sections .section .list .listIn.active .headerListIn {
                            background: #005496;
                            color: white;
                        }

                            body section #sections .section .list .listIn.active .headerListIn span {
                                color: white;
                            }

        body section #firstPanel {
            max-width: 1024px;
            margin-left: auto;
            margin-right: auto;
            height: 420px;
            border: 1px solid #e9e9e9;
            background: white;
        }

            body section #firstPanel .left {
                display: none;
                font-weight: 300;
                padding: 45px 40px;
                float: right;
                width: calc(71% - 81px);
                height: calc(100% - 90px);
                position: relative;
            }

                body section #firstPanel .left:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                body section #firstPanel .left h2 {
                    color: #191919;
                    margin-bottom: 20px;
                    font-size: 1.5em;
                }

                body section #firstPanel .left p {
                    line-height: 1.4em;
                    font-size: 0.82em;
                    margin-bottom: 10px;
                }

                body section #firstPanel .left iframe.ytb {
                    height: 253px;
                    width: 450px;
                }

            body section #firstPanel .divider {
                background: rgba(227, 227, 227, 0.5);
                width: 1px;
                float: left;
                margin: 45px 0;
                height: calc(100% - 90px);
            }

            body section #firstPanel .right {
                float: right;
                position: relative;
                padding: 30px 10px 0 25px;
                width: calc(28% - 35px);
                height: calc(100% - 45px);
            }

                body section #firstPanel .right .news {
                    clear: both;
                    display: block;
                    margin-bottom: 25px;
                }

                    body section #firstPanel .right .news .date {
                        font-size: 0.7em;
                        color: #005496;
                        float: left;
                        width: 17%;
                    }

                    body section #firstPanel .right .news .contentNews {
                        width: 78%;
                        padding-right: 5%;
                        float: right;
                        font-size: 1em;
                        line-height: 1.2em;
                        font-weight: 700;
                        margin-top: -3px;
                    }

                body section #firstPanel .right .button {
                    display: block;
                    width: 62px;
                    background: #005496;
                    font-size: 0.8em;
                    color: white;
                    padding: 10px 15px 10px 15px;
                    position: absolute;
                    bottom: -5px;
                    cursor: pointer;
                    left: 25px;
                    text-decoration: none;
                    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
                    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

                    body section #firstPanel .right .button:hover {
                        background: #00467c;
                        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
                        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
                    }

                    body section #firstPanel .right .button span {
                        text-decoration: none;
                    }

                        body section #firstPanel .right .button span i {
                            margin-right: 5px;
                            color: #fff;
                        }

                        body section #firstPanel .right .button span:after {
                            display: block;
                            content: "";
                            width: 102px;
                            height: 5px;
                            position: absolute;
                            bottom: 0px;
                            left: -5px;
                            background: url(../images/button_after_bottom.png);
                        }

        body section #pobocky {
            margin: -15px 0 0;
            text-transform: uppercase;
            color: #2e2e2e;
            letter-spacing: 0.5px;
            font-weight: 700;
            font-size: 17px;
        }

            body section #pobocky #mapa {
                margin: -15px 0;
                float: left;
                position: relative;
                background: url(../images/kraje/republika.png);
                width: 635px;
                height: 364px;
                left: -20px;
            }

                body section #pobocky #mapa .kraj {
                    position: absolute;
                    opacity: 0;
                    cursor: pointer;
                }

                    body section #pobocky #mapa .kraj:hover {
                        opacity: 1;
                        z-index: 100 !important;
                    }

                    body section #pobocky #mapa .kraj.active {
                        opacity: 1;
                    }

                body section #pobocky #mapa #praha {
                    background: url(../images/kraje/praha.png);
                    left: 202px;
                    top: 128px;
                    width: 43px;
                    height: 33px;
                    z-index: 120;
                }

                    body section #pobocky #mapa #praha.active {
                        background: url(../images/kraje/praha-h.png);
                    }

                body section #pobocky #mapa #brno {
                    background: url(../images/kraje/brno.png);
                    left: 324px;
                    top: 206px;
                    width: 199px;
                    height: 144px;
                    z-index: 5;
                }

                    body section #pobocky #mapa #brno.active {
                        background: url(../images/kraje/brno-h.png);
                    }

                body section #pobocky #mapa #budejovice {
                    background: url(../images/kraje/budejovice.png);
                    left: 131px;
                    top: 210px;
                    width: 197px;
                    height: 152px;
                    z-index: 9;
                }

                    body section #pobocky #mapa #budejovice.active {
                        background: url(../images/kraje/budejovice-h.png);
                    }

                body section #pobocky #mapa #hradec {
                    background: url(../images/kraje/hradec.png);
                    left: 282px;
                    top: 42px;
                    width: 135px;
                    height: 105px;
                    z-index: 14;
                }

                    body section #pobocky #mapa #hradec.active {
                        background: url(../images/kraje/hradec-h.png);
                    }

                body section #pobocky #mapa #jihlava {
                    background: url(../images/kraje/jihlava.png);
                    left: 262px;
                    top: 175px;
                    width: 144px;
                    height: 132px;
                    z-index: 8;
                }

                    body section #pobocky #mapa #jihlava.active {
                        background: url(../images/kraje/jihlava-h.png);
                    }

                body section #pobocky #mapa #kv {
                    background: url(../images/kraje/kv.png);
                    left: 2px;
                    top: 86px;
                    width: 110px;
                    height: 79px;
                    z-index: 17;
                }

                    body section #pobocky #mapa #kv.active {
                        background: url(../images/kraje/kv-h.png);
                    }

                body section #pobocky #mapa #liberec {
                    background: url(../images/kraje/liberec.png);
                    left: 211px;
                    top: 7px;
                    width: 119px;
                    height: 78px;
                    z-index: 18;
                }

                    body section #pobocky #mapa #liberec.active {
                        background: url(../images/kraje/liberec-h.png);
                    }

                body section #pobocky #mapa #olomoucky {
                    background: url(../images/kraje/olomoucky.png);
                    left: 432px;
                    top: 88px;
                    width: 114px;
                    height: 166px;
                    z-index: 7;
                }

                    body section #pobocky #mapa #olomoucky.active {
                        background: url(../images/kraje/olomoucky-h.png);
                    }

                body section #pobocky #mapa #ostrava {
                    background: url(../images/kraje/ostrava.png);
                    left: 473px;
                    top: 104px;
                    width: 160px;
                    height: 129px;
                    z-index: 6;
                }

                    body section #pobocky #mapa #ostrava.active {
                        background: url(../images/kraje/ostrava-h.png);
                    }

                body section #pobocky #mapa #pardubice {
                    background: url(../images/kraje/pardubice.png);
                    left: 307px;
                    top: 123px;
                    width: 139px;
                    height: 90px;
                    z-index: 15;
                }

                    body section #pobocky #mapa #pardubice.active {
                        background: url(../images/kraje/pardubice-h.png);
                    }

                body section #pobocky #mapa #plzen {
                    background: url(../images/kraje/plzen.png);
                    left: 27px;
                    top: 138px;
                    width: 135px;
                    height: 166px;
                    z-index: 11;
                }

                    body section #pobocky #mapa #plzen.active {
                        background: url(../images/kraje/plzen-h.png);
                    }

                body section #pobocky #mapa #stred {
                    background: url(../images/kraje/stred.png);
                    left: 122px;
                    top: 65px;
                    width: 200px;
                    height: 160px;
                    z-index: 13;
                }

                    body section #pobocky #mapa #stred.active {
                        background: url(../images/kraje/stred-h.png);
                    }

                body section #pobocky #mapa #usti {
                    background: url(../images/kraje/usti.png);
                    left: 83px;
                    top: 2px;
                    width: 157px;
                    height: 139px;
                    z-index: 16;
                }

                    body section #pobocky #mapa #usti.active {
                        background: url(../images/kraje/usti-h.png);
                    }

                body section #pobocky #mapa #zlin {
                    background: url(../images/kraje/zlin.png);
                    left: 473px;
                    top: 215px;
                    width: 120px;
                    height: 99px;
                    z-index: 4;
                }

                    body section #pobocky #mapa #zlin.active {
                        background: url(../images/kraje/zlin-h.png);
                    }

            body section #pobocky .divider {
                background: rgba(227, 227, 227, 0.5);
                width: 1px;
                float: left;
                height: 323px;
            }

            body section #pobocky #location {
                float: right;
                width: 220px;
                padding-right: 20px;
                font-size: 0.8125em;
            }

                body section #pobocky #location p {
                    padding-bottom: 10px;
                }

                body section #pobocky #location a {
                    border: 1px solid #005496;
                    display: inline-block;
                    color: #005496;
                    font-weight: 500;
                    cursor: pointer;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    padding: 10px 10px;
                }

                    body section #pobocky #location a:hover {
                        background: #005496;
                        color: white;
                    }

                body section #pobocky #location .step2 > div {
                    color: black;
                    line-height: 1.5em;
                    margin-bottom: 25px;
                }

                    body section #pobocky #location .step2 > div span {
                        color: #005496;
                        font-weight: 500;
                        display: block;
                    }

                    body section #pobocky #location .step2 > div table {
                        color: #005496;
                    }

                        body section #pobocky #location .step2 > div table td {
                            padding-right: 5px;
                        }

            body section #pobocky #tabs .tab {
                text-align: center;
                background: white;
                font-weight: 300;
                text-transform: uppercase;
                color: #969696;
                font-size: 0.75em;
                height: 45px;
                margin-bottom: -3px;
                cursor: pointer;
                line-height: 52px;
                float: left;
                width: 25%;
            }

                body section #pobocky #tabs .tab.active,
                body section #pobocky #tabs .tab:hover {
                    color: #005496;
                    font-weight: 500;
                    margin-bottom: 0;
                }

                body section #pobocky #tabs .tab.active {
                    line-height: 45px;
                    background: none white !important;
                }

                body section #pobocky #tabs .tab:first-of-type {
                    background: url('../images/mapshadow.png') no-repeat white bottom right;
                }

                body section #pobocky #tabs .tab:nth-of-type(2) {
                    background: url('../images/pobockyshadow.png') no-repeat white bottom left;
                }

            body section #pobocky #tabsContent {
                height: 400px;
                background: white;
                position: relative;
            }

                body section #pobocky #tabsContent .cont {
                    height: calc(100% - 40px);
                    width: 100%;
                    position: absolute;
                    top: 40px;
                    left: 0;
                    display: none;
                }

                    body section #pobocky #tabsContent .cont.active {
                        display: block;
                    }

                    body section #pobocky #tabsContent .cont .left {
                        width: 68%;
                        height: 100%;
                        float: left;
                        position: relative;
                    }

                        body section #pobocky #tabsContent .cont .left .wrapadd {
                            padding: 0 4%;
                        }

                        body section #pobocky #tabsContent .cont .left .adresa {
                            width: 170px;
                            line-height: 1.5em;
                            display: block;
                            font-size: 0.8em;
                            font-weight: 300px;
                            float: left;
                            margin-bottom: 25px;
                        }

                            body section #pobocky #tabsContent .cont .left .adresa span {
                                font-size: 1.15em;
                                font-weight: 500;
                                display: block;
                            }

                            body section #pobocky #tabsContent .cont .left .adresa td {
                                padding-right: 3px;
                            }

                        body section #pobocky #tabsContent .cont .left .overflow {
                            height: 85%;
                            width: 100%;
                            overflow-x: hidden;
                            overflow-y: scroll;
                            position: absolute;
                            opacity: 0;
                            z-index: -1;
                            top: 0;
                        }

                            body section #pobocky #tabsContent .cont .left .overflow.active {
                                opacity: 1;
                                z-index: 1;
                            }

                        body section #pobocky #tabsContent .cont .left .more {
                            color: #adacac;
                            font-size: 0.75em;
                            position: absolute;
                            bottom: 20px;
                            right: 5%;
                        }

                            body section #pobocky #tabsContent .cont .left .more i {
                                color: #d4d3d3;
                            }

                    body section #pobocky #tabsContent .cont .right {
                        float: right;
                        width: 28%;
                    }

                        body section #pobocky #tabsContent .cont .right .kraje .nadpis {
                            display: block;
                            margin-bottom: 10px;
                            font-size: 0.8em;
                            font-weight: 300;
                        }

                        body section #pobocky #tabsContent .cont .right .kraje ul li {
                            color: #005496;
                            cursor: pointer;
                            line-height: 1.55em;
                            font-size: 0.8em;
                            font-weight: 500;
                        }

                            body section #pobocky #tabsContent .cont .right .kraje ul li:hover,
                            body section #pobocky #tabsContent .cont .right .kraje ul li.active {
                                color: black;
                            }

                            body section #pobocky #tabsContent .cont .right .kraje ul li.active {
                                margin-left: -11px;
                                padding-left: 11px;
                                background: url('../images/arrow.png') left 2px no-repeat;
                            }

                            body section #pobocky #tabsContent .cont .right .kraje ul li ul {
                                display: none;
                            }

                                body section #pobocky #tabsContent .cont .right .kraje ul li ul li {
                                    font-weight: 300;
                                    color: black;
                                    font-style: italic;
                                    font-size: 1em;
                                }

    body footer > div.vnitrni {
            max-width: 1024px;
            margin-left: auto;
            margin-right: auto;
    }

    body footer {
        padding: 35px 0 0 0;
        background: #4c4c4c;
        color: white;
        font-family: 'Roboto Condensed', sans-serif;
    }

        body footer h2 {
            font-size: 1.07em;
            text-transform: uppercase;
            margin-bottom: 35px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            color: white;
        }

            body footer h2:before {
                content: "+";
                font-weight: 300;
                margin-right: 10px;
            }

        body footer ul {
            font-weight: 300;
            font-size: 0.825em;
            position: relative;
            width: 25%;
            margin-right: 5%;
            float: left;
            line-height: 120%;
        }

            body footer ul li {
                padding: 5px 0;
            }

                body footer ul li.name {
                    color: #ed1f27;
                }

            body footer ul a:hover {
                text-decoration: underline;
            }

            body footer ul.info {
                text-transform: uppercase;
                width: auto;
                margin-right: 0;
                padding: 0 13.5px;
            }

                body footer ul.info li {
                    padding: 3px 0;
                }

                body footer ul.info:before,
                body footer ul.info:after {
                    content: "";
                    display: block;
                    width: 170px;
                    height: 27px;
                    position: absolute;
                    left: 0;
                }

                body footer ul.info:before {
                    background: url(../images/footer_top.png);
                    top: -13.5px;
                }

                body footer ul.info:after {
                    background: url(../images/footer_bottom.png);
                    bottom: -13.5px;
                }

        body footer #closeContact {
            display: none;
        }

        body footer #form * {
            outline: 0;
        }

        body footer #form input[type="email"],
        body footer #form input[type="text"],
        body footer #form textarea {
            font-family: 'Roboto Condensed', sans-serif;
            border: 1px solid #696b6f;
            font-size: 0.75em;
            padding: 5px 35px 4px 35px;
            width: 187px;
            background: #d8d8d8;
            margin-bottom: 0.6em;
            display: block;
            background-repeat: no-repeat;
        }

            body footer #form input[type="email"].jmeno,
            body footer #form input[type="text"].jmeno,
            body footer #form textarea.jmeno {
                background-image: url(../images/form-user.png);
            }

                body footer #form input[type="email"].jmeno:focus,
                body footer #form input[type="text"].jmeno:focus,
                body footer #form textarea.jmeno:focus {
                    background-image: url(../images/form-user-h.png);
                }

            body footer #form input[type="email"].email,
            body footer #form input[type="text"].email,
            body footer #form textarea.email {
                background-image: url(../images/form-envelope.png);
            }

                body footer #form input[type="email"].email:focus,
                body footer #form input[type="text"].email:focus,
                body footer #form textarea.email:focus {
                    background-image: url(../images/form-envelope-h.png);
                }

            body footer #form input[type="email"]:focus,
            body footer #form input[type="text"]:focus,
            body footer #form textarea:focus {
                background-color: white;
                border: 1px solid #005496;
            }

        body footer #form .textarea {
            font-size: 1em;
            position: relative;
            width: 100%;
            height: 100px;
        }

            body footer #form .textarea textarea {
                background-image: url(../images/form-write.png);
                top: 0;
                left: 0;
                position: absolute;
                resize: none;
                height: 100%;
            }

                body footer #form .textarea textarea:focus {
                    background-image: url(../images/form-write-h.png);
                }

            body footer #form .textarea input {
                background: url(../images/form-send.png) #d8d8d8;
                border: 0;
                cursor: pointer;
                display: block;
                height: 25px;
                width: 27px;
                position: absolute;
                bottom: -10px;
                right: -18px;
                z-index: 10;
            }

                body footer #form .textarea input:hover {
                    background: url(../images/form-send-h.png) white;
                }

        body footer .trictvrte {
            width: 75%;
            float: left;
        }

        body footer .ctvrt {
            width: 25%;
            float: left;
        }

        body footer .bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.3);
            font-size: 0.875em;
            margin-top: 40px;
            clear: both;
            height: 70px;
            line-height: 70px;
        }

            body footer .bottom a:hover {
                color: white;
            }

            body footer .bottom img {
                margin: 10px 20px 0 0;
                display: block;
                float: left;
            }

            body footer .bottom .left {
                float: left;
            }

            body footer .bottom .right {
                float: right;
            }

            body footer .bottom .mobile {
                display: none;
            }

/* @media screen and (min-width: 720px) and (max-width: 1099px) { */
@media screen and (min-width: 720px) and (max-width: 9999px) {
    body #wrapper {
        overflow-x: hidden;
    }

    body .vnitrni {
        width: 100%;
    }

    body header {
        background: none;
    }

        body header:before {
            display: none;
        }

        body header.home {
            height: 510px;
        }

            body header.home .vnitrni #slideshow {
                height: 390px !important;
            }

        body header .vnitrni #search {
            display: none;
        }

        body header .vnitrni #buttons {
            top: 135px;
        }

        body header .vnitrni #slideshow {
            height: 305px;
            width: 100%;
        }

            body header .vnitrni #slideshow .slide .flashContent {
                left: 5%;
                width: calc(95% - 200px);
            }

                body header .vnitrni #slideshow .slide .flashContent .sdeleni {
                    width: 57%;
                }

        body header .vnitrni .pojisteni ul li.red {
            display: none;
        }

        body header .vnitrni .pojisteni ul li a span {
            width: calc(100% - 10px);
            padding: 0 5px;
            font-size: 0.95em;
        }

        body header .vnitrni nav > ul {
            margin-right: 0;
        }

        body header .vnitrni nav ul li {
            padding: 26px 10px;
        }

            body header .vnitrni nav ul li .submenu {
                top: 87px;
                width: 100%;
            }

                body header .vnitrni nav ul li .submenu ul li {
                    color: #005496;
                }

                body header .vnitrni nav ul li .submenu .submenus ul li a {
                    padding: 5px 20px;
                }

                body header .vnitrni nav ul li .submenu ul.contact.pc {
                    display: none;
                }

                body header .vnitrni nav ul li .submenu ul.contact.mobile {
                    display: block;
                }

        body header .vnitrni nav:before {
            background: none;
            display: none;
        }

    body section {
        padding: 15px 0;
    }

        body section #firstPanel {
            height: auto;
            background: none;
            border: none;
        }

            body section #firstPanel .left {
                border: 1px solid #e9e9e9;
                background: white;
                height: 250px;
                /** width: calc(100% - 81px); **/
                height: calc(100% - 90px);
                display: block;
                margin-top: 20px;
                margin-left: calc(1% - 3px);
            }

            body section #firstPanel .divider {
                display: none;
            }

            body section #firstPanel .right {
                border: 1px solid #e9e9e9;
                background: white;
                padding-bottom: 55px;
                /** width: calc(100% - 35px); **/
                margin: 20px 0 0 0;
                height: 341px;
            }

                body section #firstPanel .right .news {
                    /** width: 30%;
                    clear: none;
                    margin-left: 3%; **/
                    float: left;
                }

                    body section #firstPanel .right .news .date {
                        width: 100%;
                        font-size: 0.8em;
                        display: block;
                        margin-bottom: 8px;
                        float: none;
                    }

                    body section #firstPanel .right .news .contentNews {
                        width: 100%;
                        float: none;
                    }

                body section #firstPanel .right .button {
                    left: auto;
                    right: 25px;
                }

    body section #pobocky #location,
    body section #pobocky .divider {
        display: none;
    }

    body section #pobocky #mapa {
        margin: -15px auto;
        float: none;
    }

    body section #pobocky #tabsContent {
        overflow: hidden;
    }

        body section #pobocky #tabsContent .cont .left {
            width: 99%;
        }

        body section #pobocky #tabsContent .cont .right {
            width: 200px;
            padding: 15px 20px;
            position: absolute;
            right: -240px;
            background: white;
            border: 1px solid #e9e9e9;
            top: 0;
            z-index: 2;
        }

            body section #pobocky #tabsContent .cont .right.otevreno {
                right: 0;
            }

                body section #pobocky #tabsContent .cont .right.otevreno #openright {
                    left: -16px;
                }

            body section #pobocky #tabsContent .cont .right #openright {
                display: block;
                position: absolute;
                left: -23px;
                z-index: 1000;
            }

            body section #pobocky #tabsContent .cont .right .kraje ul li.active {
                margin-left: 0;
                padding-left: 0;
                background: none;
            }

    body section #cover {
        position: fixed;
        top: 0;
        z-index: 4000;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        background: rgba(0, 0, 0, 0.4);
    }

    body section #sections .section p {
        padding: 0 2%;
    }

    body section .vnitrni {
        position: relative;
    }

    body section .leftBlock {
            max-width: 1024px;
            margin-left: auto;
            margin-right: auto;
        width: 100%;
        float: none;
    }

    body section .rightBlock {
        display: none;
        right: -270px;
        width: 270px;
        top: 55px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        body section .rightBlock.opened {
            position: absolute;
            right: 0;
            display: block;
        }

        body section .rightBlock .block.centrum {
            position: fixed;
            top: 0;
            z-index: 5000;
            left: 0;
            right: 0;
            display: none;
            bottom: 0;
            margin: auto;
            width: 226px;
            height: 276px;
        }

            body section .rightBlock .block.centrum #closeCentrum {
                display: block;
                position: absolute;
                right: 3px;
                top: 0;
                color: #696b6f;
            }

    body section .mobile.panel {
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
        width: 100%;
        background: #005496;
    }

        body section .mobile.panel.red {
            background: #ed1f27;
        }

        body section .mobile.panel .rozcestnik {
            float: right;
            color: white;
            border-left: 1px solid white;
            font-size: 1.25em;
            display: inline-block;
            padding: 0 20px;
            cursor: pointer;
        }

        body section .mobile.panel .centrum {
            display: none;
            float: left;
            color: white;
            margin-left: 2%;
            font-size: 0.9375em;
            font-weight: 700;
        }

            body section .mobile.panel .centrum a {
                font-weight: 400;
                font-size: 0.8em;
                border: 1px solid white;
                cursor: pointer;
                text-transform: uppercase;
                display: inline-block;
                padding: 7px 15px;
                margin-left: 17px;
                line-height: 1em;
                -webkit-border-radius: 50px;
                border-radius: 50px;
            }

    body footer h2 {
        display: none;
    }

    body footer .trictvrte {
        width: 100%;
    }

        body footer .trictvrte h2 {
            /* display: none; */
            display: block;
            margin-left: 2%;
            margin-bottom: 15px;
        }

    body footer ul {
        margin-left: 2%;
        margin-right: 3%;
    }

        body footer ul.info {
            margin-top: 20px;
            margin-left: 5%;
        }

    body footer .form {
        /*                position: fixed;
                top: 0;
                display: none;
                left: 0;
                width: 100%;
                z-index: 5000;
                height: 100%;*/
    }

        body footer .form #form {
            width: 259px;
            /* height: 180px; */
            height: 340px;
            position: fixed;
            left: 0;
            right: 0;
            padding: 20px;
            display: none;
            background: white;
            top: 0;
            z-index: 5000;
            bottom: 0;
            margin: auto;
        }

            body footer .form #form .textarea input {
                right: 1px;
            }

        body footer .form #closeContact {
            position: absolute;
            cursor: pointer;
            right: 3px;
            display: block;
            top: 1px;
            color: #696b6f;
        }

    body footer .bottom {
        height: auto;
    }

        body footer .bottom .mobile {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            height: 50px;
            text-align: center;
            display: block;
            color: white;
            line-height: 45px;
            font-size: 1.25em;
            font-weight: 700;
        }

            body footer .bottom .mobile a {
                font-weight: 400;
                font-size: 0.8em;
                border: 1px solid white;
                cursor: pointer;
                text-transform: uppercase;
                display: inline-block;
                padding: 7px 15px;
                margin-left: 17px;
                line-height: 1em;
                -webkit-border-radius: 50px;
                border-radius: 50px;
            }

        body footer .bottom .right {
            /* display: none; */
        }

        body footer .bottom .pc {
            max-width: 1024px;
            margin-left: auto;
            margin-right: auto;
            /* padding: 0 2%; */
            /* line-height: 40px; */
        }

            body footer .bottom .pc .left {
                /* text-align: center; */
                /* display: block; */
                /* float: none; */
                float: none;
                padding-left: 10px;
            }
}

@media screen and (min-width: 720px) and (max-width: 965px) {

            body section #firstPanel .left {
                width: calc(100% - 81px);
            }

            body section #firstPanel .right {
                width: calc(100% - 35px);
                margin: 10px 0;
                height: calc(100% - 45px);
            }

                body section #firstPanel .right .news {
                    width: 30%;
                    clear: none;
                    margin-left: 3%;
                    float: left;
                }

}


@media screen and (max-width: 720px) {
    body {
        overflow-x: hidden;
    }

        body #wrapper {
            width: 100%;
            padding: 0;
            margin: 0;
            overflow-x: hidden;
        }

        body .vnitrni {
            width: 100%;
        }

        body .scrollable {
            overflow-x: scroll;
        }

        body header {
            height: auto !important;
        }

            body header:before {
                background: #ffef00;
                display: none;
            }

            body header.home .vnitrni #slideshow {
                height: 260px !important;
            }

            body header .vnitrni #search {
                display: none;
            }

            body header .vnitrni #buttons {
                display: none;
            }

            body header .vnitrni #slideshow {
                font-size: 80%;
                height: 260px !important;
                width: 100%;
            }

                body header .vnitrni #slideshow #eyes {
                    bottom: 25px !important;
                }

                body header .vnitrni #slideshow .slide .flashContent {
                    left: 5%;
                    top: 10px;
                    height: 200px;
                    width: 90%;
                }

                    body header .vnitrni #slideshow .slide .flashContent .obrazek {
                        float: none;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        width: 45%;
                    }

                        body header .vnitrni #slideshow .slide .flashContent .obrazek img {
                            width: 110%;
                        }

                    body header .vnitrni #slideshow .slide .flashContent .sdeleni {
                        float: none;
                        width: auto;
                    }

                        body header .vnitrni #slideshow .slide .flashContent .sdeleni .minislides {
                            float: left;
                        }

                body header .vnitrni #slideshow .slide.noimg .flashContent .obrazek {
                    display: none;
                }

                body header .vnitrni #slideshow .slide.darkblue .flashContent {
                    background-image: url(/User_data/Media/Original//201508/lpr-240x200.jpg);
                    background-repeat: no-repeat;
                }

            body header .vnitrni .pojisteni {
                background: #f7f7f7;
                position: relative;
                bottom: auto;
                left: auto;
                padding: 30px 0px 5px;
                width: 100%;
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: auto;
            }

                body header .vnitrni .pojisteni ul li {
                    float: none;
                    margin: 0 auto 10px;
                    width: 80%;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.4);
                    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.4);
                    background: white;
                }


                    body header .vnitrni .pojisteni ul li.red:hover {
                        background: #FFF0F0;
                    }
                        body header .vnitrni .pojisteni ul li.red:hover a {
                            background-color: #FFF0F0;
                        }
                                            
                    body header .vnitrni .pojisteni ul li:hover {
                        background: #d8eeff;
                    }

                        body header .vnitrni .pojisteni ul li:hover a {
                            background-color: #d8eeff;
                        }

                    body header .vnitrni .pojisteni ul li a {
                        width: 250px;
                        height: 110px;
                        margin: auto;
                        line-height: 1em;
                        background-position: 5px center;
                    }

                        body header .vnitrni .pojisteni ul li a:after {
                            background: none;
                        }

                        body header .vnitrni .pojisteni ul li a span {
                            width: 60%;
                            text-align: left;
                            margin: auto;
                            height: 21px;
                            top: 0;
                            bottom: 0;
                            left: 40%;
                            padding: 0;
                            font-size: 0.95em;
                        }

            body header .vnitrni nav {
                position: relative;
            }
            
            body header .vnitrni nav > ul {
                display: none;
                clear: both;
                float: none;
                text-align: center;
            }

                body header .vnitrni nav > ul li {
                    float: none;
                    padding: 7px 14px;
                }

            body header .vnitrni nav h1 {
                margin: 3px 0 16px;
            }

            body header .vnitrni nav #openMenu {
                display: block;
                position: absolute;
                right: 10%;
                color: #005496;
                top: 32px;
                font-size: 2em;
            }

                body header .vnitrni nav #openMenu.opened {
                    color: #ed1f27;
                }

            body header .vnitrni nav ul li {
                padding: 7px 14px;
            }

                body header .vnitrni nav ul li .submenu {
                    top: 236px;
                    width: 100%;
                }

                    body header .vnitrni nav ul li .submenu ul.first {
                        width: 100%;
                        float: none;
                    }

                    body header .vnitrni nav ul li .submenu ul {
                        padding: 10px 0;
                    }

                        body header .vnitrni nav ul li .submenu ul li {
                            color: #005496;
                        }

                    body header .vnitrni nav ul li .submenu .submenus {
                        width: 100%;
                    }

                        body header .vnitrni nav ul li .submenu .submenus ul li a {
                            padding: 12px 20px;
                        }

                    body header .vnitrni nav ul li .submenu ul.contact {
                        display: none;
                    }

            body header .vnitrni nav:before {
                background: none;
                display: none;
            }

        body section {
            padding: 15px 0;
        }

            body section .vnitrni {
                overflow: hidden;
            }

            body section .button.submit {
                margin-left: 4%;
            }

            body section #firstPanel {
                height: auto;
                background: none;
                border: none;
                margin-bottom: 7px;
            }

                body section #firstPanel .left {
                    border: 1px solid #e9e9e9;
                    background: white;
                    height: auto;
                    width: 80%;
                    padding: 10%;
                }

                    body section #firstPanel .left img {
                        position: relative;
                        bottom: auto;
                        right: auto;
                        max-height: 100% !important;
                    }

                    body section #firstPanel .left iframe.ytb {
                        height: 124px;
                        width: 220px;
                    }

                body section #firstPanel .divider {
                    display: none;
                }

                body section #firstPanel .right {
                    border: 1px solid #e9e9e9;
                    background: white;
                    padding: 10%;
                    margin-top: 25px;
                    width: 80%;
                }

                    body section #firstPanel .right .news {
                        width: 100%;
                        clear: none;
                        float: left;
                    }

                        body section #firstPanel .right .news .date {
                            width: 100%;
                            font-size: 0.8em;
                            display: block;
                            margin-bottom: 8px;
                            float: none;
                        }

                        body section #firstPanel .right .news .contentNews {
                            width: 100%;
                            float: none;
                        }

                    body section #firstPanel .right .button {
                        left: auto;
                        right: 25px;
                    }

            body section #pobocky {
                display: none;
            }

            body section #cover {
                position: fixed;
                top: 0;
                z-index: 4000;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                background: rgba(0, 0, 0, 0.4);
            }

            body section #sections .section p {
                padding: 0 6%;
            }

            body section #sections .section .list .headerList {
                font-size: 0.825em;
                position: relative;
                padding: 0 5px;
            }

                body section #sections .section .list .headerList span {
                    margin-right: 5px;
                }

                body section #sections .section .list .headerList a {
                    margin-left: 5px;
                }

                    body section #sections .section .list .headerList a i {
                        display: none;
                    }

                    body section #sections .section .list .headerList a:first-of-type {
                        display: none !important;
                    }

                body section #sections .section .list .headerList label {
                    position: absolute;
                    left: 17px;
                    top: 2em;
                }

            body section #sections .section .list .contentList table {
                margin: 10px 0;
            }

            body section #sections .section .list .contentList ul li {
                width: 95%;
                padding-left: 5%;
                float: none;
            }

            body section #sections .section .list .contentList ul.full {
                padding: 10px 17px;
            }

            body section .vnitrni {
                position: relative;
            }

            body section .leftBlock {
                width: 100%;
                float: none;
            }

            body section .rightBlock {
                position: absolute;
                right: -270px;
                width: 270px;
                top: 65px;
                -webkit-transition: all 200ms ease-in-out;
                -moz-transition: all 200ms ease-in-out;
                -ms-transition: all 200ms ease-in-out;
                -o-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
            }

                body section .rightBlock.odsazeni-zakaznicke-centrum {
                    top: 165px;
                }

                body section .rightBlock.opened {
                    right: 0;
                }

                body section .rightBlock .block.centrum {
                    position: fixed;
                    top: 0;
                    z-index: 5000;
                    left: 0;
                    right: 0;
                    display: none;
                    bottom: 0;
                    margin: auto;
                    width: 226px;
                    height: 276px;
                }

                    body section .rightBlock .block.centrum #closeCentrum {
                        display: block;
                        position: absolute;
                        right: 3px;
                        top: 0;
                        color: #696b6f;
                    }

            body section .mobile.panel {
                display: block;
                /*height: 180px;*/
                line-height: 50px;
                margin-bottom: 15px;
                width: 100%;
            }

                body section .mobile.panel.thin {
                    height: 100px;
                }

                body section .mobile.panel.red .rozcestnik {
                    background: #ed1f27;
                }

                body section .mobile.panel.red .centrum {
                    background: #ed1f27;
                }

                body section .mobile.panel .rozcestnik {
                    color: white;
                    font-size: 1.25em;
                    padding: 0 20px;
                    display: inline-block;
                    width: calc(100% - 40px);
                    background: #005496;
                    cursor: pointer;
                    margin-top: 10px;
                }

                body section .mobile.panel .centrum {
                    color: white;
                    text-align: center;
                    display: none;
                    background: #005496;
                    height: 100px;
                    width: 100%;
                    font-size: 0.9375em;
                    font-weight: 700;
                }

                    body section .mobile.panel .centrum a {
                        font-weight: 400;
                        font-size: 0.8em;
                        border: 1px solid white;
                        cursor: pointer;
                        text-transform: uppercase;
                        display: block;
                        padding: 7px 15px;
                        margin: auto;
                        width: 135px;
                        line-height: 1em;
                        -webkit-border-radius: 50px;
                        border-radius: 50px;
                    }

        body footer .trictvrte {
            width: 100%;
            text-align: center;
        }

        body footer ul {
            display: none;
            vertical-align: top;
            padding: 20px 20px 0;
            margin: auto;
            width: 130px;
            float: none;
            text-align: left;
        }

            body footer ul.info {
                display: block;
                margin: 40px auto 0;
                width: 143px;
            }

            body footer ul.active {
                display: inline-block;
            }

        body footer h2 {
            width: 162px;
            cursor: pointer;
            text-align: center;
            margin: 0 auto;
            border-radius: 50px;
            padding: 7px 15px;
            border: 1px solid white;
        }

            body footer h2.active:before {
                content: "-";
            }

        body footer .form {
            /*                position: fixed;
                top: 0;
                display: none;
                left: 0;
                width: 100%;
                z-index: 5000;
                height: 100%;*/
        }

            body footer .form h2 {
                display: none;
            }

            body footer .form #form {
                width: 259px;
                /* height: 180px; */
                height: 350px;
                position: fixed;
                left: 0;
                right: 0;
                padding: 20px;
                display: none;
                background: white;
                top: 0;
                z-index: 5000;
                bottom: 0;
                margin: auto;
            }

                body footer .form #form .textarea input {
                    right: 1px;
                }

            body footer .form #closeContact {
                position: absolute;
                cursor: pointer;
                right: 3px;
                display: block;
                top: 1px;
                color: #696b6f;
            }

        body footer .bottom {
            height: 141px;
        }

            body footer .bottom .mobile {
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                height: 95px;
                text-align: center;
                display: block;
                color: white;
                line-height: 42px;
                font-size: 1.25em;
                font-weight: 700;
            }

                body footer .bottom .mobile span {
                    display: block;
                }

                body footer .bottom .mobile a {
                    font-weight: 400;
                    font-size: 0.8em;
                    border: 1px solid white;
                    cursor: pointer;
                    text-transform: uppercase;
                    display: inline-block;
                    padding: 7px 15px;
                    margin-left: 0px;
                    line-height: 1em;
                    -webkit-border-radius: 50px;
                    border-radius: 50px;
                }

            body footer .bottom .pc {
                padding: 0 2%;
                line-height: 45px;
            }

                body footer .bottom .pc .left {
                    display: block;
                    float: none;
                    text-align: center;
                    white-space: nowrap;
                }

                body footer .bottom .pc .right {
                    display: none;
                }
}
/* other pages */
.form-box .inp-block {
    margin-bottom: 10px;
}

.form-box .sod_select {
    background: none repeat scroll 0 0 rgba(233, 233, 233, 0.4);
}

.form-box .inp-text {
    background: none repeat scroll 0 0 rgba(233, 233, 233, 0.4);
    padding: 8px 10px;
}

.center-form {
    margin: 0 auto 20px;
    width: 340px;
    border: 1px solid #005496;
    padding: 20px 20px 10px;
}

    .center-form label {
        display: inline-block;
        width: 130px;
        vertical-align: middle;
    }

    .center-form .inp-text {
        display: inline-block;
        vertical-align: middle;
    }

    .center-form .sod_select {
        display: inline-block;
        vertical-align: middle;
    }

.search-results-box label {
    display: block;
    text-align: center;
    padding: 0 0 5px;
}

.cnt.section1,
.formular.section1 {
    display: block;
}

.cnt p,
.formular p {
    margin-bottom: 15px;
    font-size: 0.875em;
}

.cnt #form,
.formular #form {
    margin-bottom: 15px;
}

.cnt .list,
.formular .list {
    margin-bottom: 10px;
}

    .cnt .list .headerList,
    .formular .list .headerList {
        font-size: 0.96em;
        text-transform: uppercase;
        color: #005496;
        line-height: 2em;
        background: white;
        cursor: pointer;
        border-bottom: 1px solid #005496;
        border-top: 1px solid #005496;
        padding: 0 20px 0 17px;
    }

        .cnt .list .headerList span,
        .formular .list .headerList span {
            margin-right: 15px;
        }

        .cnt .list .headerList .popup,
        .formular .list .headerList .popup {
            position: absolute;
            background: white;
            border: 1px solid #ccc;
            width: 200px;
            line-height: 120%;
            font-size: 0.75em;
            padding: 10px;
            text-transform: none;
            color: #191919;
            z-index: 20;
            display: none;
        }

        .cnt .list .headerList a,
        .formular .list .headerList a {
            font-size: 0.8125em;
            text-transform: none;
            position: relative;
            font-style: italic;
            float: right;
            display: none;
            margin: 6px 7.5px 0;
        }

            .cnt .list .headerList a i,
            .formular .list .headerList a i {
                color: #ed1f27;
                float: none;
                border: none;
                font-size: 1em;
            }

        .cnt .list .headerList label,
        .formular .list .headerList label {
            font-size: 0.8125em;
            padding-right: 20px;
            text-transform: none;
            position: relative;
            font-style: italic;
            float: right;
        }

            .cnt .list .headerList label i,
            .formular .list .headerList label i {
                border: none;
                position: absolute;
                top: 1px;
                right: 0;
                font-size: 1.23em;
            }

                .cnt .list .headerList label i.fa-check-square-o,
                .formular .list .headerList label i.fa-check-square-o {
                    display: none;
                    right: -1px;
                    margin-top: 7px;
                }

                .cnt .list .headerList label i.fa-square-o,
                .formular .list .headerList label i.fa-square-o {
                    margin-top: 7px;
                }

        .cnt .list .headerList input[type="checkbox"],
        .formular .list .headerList input[type="checkbox"] {
            visibility: hidden;
        }

            .cnt .list .headerList input[type="checkbox"]:checked ~ label i.fa-check-square-o,
            .formular .list .headerList input[type="checkbox"]:checked ~ label i.fa-check-square-o {
                display: inline-block;
            }

            .cnt .list .headerList input[type="checkbox"]:checked ~ label i.fa-square-o,
            .formular .list .headerList input[type="checkbox"]:checked ~ label i.fa-square-o {
                display: none;
            }

        .cnt .list .headerList i.fa-question,
        .formular .list .headerList i.fa-question {
            float: right;
            border: 1px solid #005496;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            margin-top: 7px;
            font-size: 0.75em;
        }

    .cnt .list legend.headerList,
    .formular .list legend.headerList {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .cnt .list.active a,
    .formular .list.active a {
        display: inline-block;
    }

        .cnt .list.active a i,
        .formular .list.active a i {
            border: none;
            color: white;
        }

    .cnt .list .contentList,
    .formular .list .contentList,
    .cnt .list .contentListIn,
    .formular .list .contentListIn {
        display: none;
        background: white;
    }

        .cnt .list .contentList.smaller li,
        .formular .list .contentList.smaller li,
        .cnt .list .contentListIn.smaller li,
        .formular .list .contentListIn.smaller li {
            font-size: 0.8125em;
        }

        .cnt .list .contentList #form,
        .formular .list .contentList #form,
        .cnt .list .contentListIn #form,
        .formular .list .contentListIn #form {
            margin: 0;
        }

        .cnt .list .contentList .scrollable,
        .formular .list .contentList .scrollable,
        .cnt .list .contentListIn .scrollable,
        .formular .list .contentListIn .scrollable {
            padding-bottom: 20px;
        }

        .cnt .list .contentList ul,
        .formular .list .contentList ul,
        .cnt .list .contentListIn ul,
        .formular .list .contentListIn ul {
            float: none;
            width: 100%;
        }

            .cnt .list .contentList ul li,
            .formular .list .contentList ul li,
            .cnt .list .contentListIn ul li,
            .formular .list .contentListIn ul li {
                padding: 1px 0 1px 5%;
                border-bottom: 1px solid #e9e9e9;
                width: 45%;
                float: none;
                line-height: 35px;
            }

                .cnt .list .contentList ul li:nth-of-type(2n+1),
                .formular .list .contentList ul li:nth-of-type(2n+1),
                .cnt .list .contentListIn ul li:nth-of-type(2n+1),
                .formular .list .contentListIn ul li:nth-of-type(2n+1) {
                    clear: both;
                }

                .cnt .list .contentList ul li.clear,
                .formular .list .contentList ul li.clear,
                .cnt .list .contentListIn ul li.clear,
                .formular .list .contentListIn ul li.clear {
                    height: 35px !important;
                }

                .cnt .list .contentList ul li.fullwidth,
                .formular .list .contentList ul li.fullwidth,
                .cnt .list .contentListIn ul li.fullwidth,
                .formular .list .contentListIn ul li.fullwidth {
                    width: 95%;
                }

                    .cnt .list .contentList ul li.fullwidth label,
                    .formular .list .contentList ul li.fullwidth label,
                    .cnt .list .contentListIn ul li.fullwidth label,
                    .formular .list .contentListIn ul li.fullwidth label {
                        padding-top: 3px;
                        vertical-align: top;
                    }

                .cnt .list .contentList ul li label,
                .formular .list .contentList ul li label,
                .cnt .list .contentListIn ul li label,
                .formular .list .contentListIn ul li label {
                    color: #005496;
                    font-size: 0.8125em;
                }

                .cnt .list .contentList ul li input[type="text"],
                .formular .list .contentList ul li input[type="text"],
                .cnt .list .contentListIn ul li input[type="text"],
                .formular .list .contentListIn ul li input[type="text"],
                .cnt .list .contentList ul li input[type="number"],
                .formular .list .contentList ul li input[type="number"],
                .cnt .list .contentListIn ul li input[type="number"],
                .formular .list .contentListIn ul li input[type="number"],
                .cnt .list .contentList ul li input[type="email"],
                .formular .list .contentList ul li input[type="email"],
                .cnt .list .contentListIn ul li input[type="email"],
                .formular .list .contentListIn ul li input[type="email"],
                .cnt .list .contentList ul li textarea,
                .formular .list .contentList ul li textarea,
                .cnt .list .contentListIn ul li textarea,
                .formular .list .contentListIn ul li textarea {
                    font-size: 0.8125em;
                }

                .cnt .list .contentList ul li .moveDown,
                .formular .list .contentList ul li .moveDown,
                .cnt .list .contentListIn ul li .moveDown,
                .formular .list .contentListIn ul li .moveDown {
                    display: inline-block;
                    padding-top: 5px;
                }

                .cnt .list .contentList ul li .sod_label,
                .formular .list .contentList ul li .sod_label,
                .cnt .list .contentListIn ul li .sod_label,
                .formular .list .contentListIn ul li .sod_label {
                    font-size: 0.93em;
                    overflow: visible;
                    color: black;
                }

                .cnt .list .contentList ul li .sod_list,
                .formular .list .contentList ul li .sod_list,
                .cnt .list .contentListIn ul li .sod_list,
                .formular .list .contentListIn ul li .sod_list {
                    font-size: 0.93em;
                }

            .cnt .list .contentList ul.full,
            .formular .list .contentList ul.full,
            .cnt .list .contentListIn ul.full,
            .formular .list .contentListIn ul.full {
                width: auto;
                float: none;
                padding: 0 35px 10px 35px;
            }

                .cnt .list .contentList ul.full li,
                .formular .list .contentList ul.full li,
                .cnt .list .contentListIn ul.full li,
                .formular .list .contentListIn ul.full li {
                    margin: 0.8em 0 0;
                    border: none;
                    padding-left: 0;
                    color: #3e3e3e;
                    width: calc(100% - 12px);
                    line-height: 120%;
                    font-size: 0.875em;
                    padding-left: 12px;
                    background: url('../images/list.png') no-repeat left center;
                }

        .cnt .list .contentList span,
        .formular .list .contentList span,
        .cnt .list .contentListIn span,
        .formular .list .contentListIn span {
            color: #005496;
        }

            .cnt .list .contentList span.longtext,
            .formular .list .contentList span.longtext,
            .cnt .list .contentListIn span.longtext,
            .formular .list .contentListIn span.longtext {
                color: black;
                display: block;
                line-height: 18px;
                margin-top: -8px;
                padding-bottom: 7px;
            }

        .cnt .list .contentList table,
        .formular .list .contentList table,
        .cnt .list .contentListIn table,
        .formular .list .contentListIn table {
            margin: 10px 35px 30px;
        }

            .cnt .list .contentList table tr th,
            .formular .list .contentList table tr th,
            .cnt .list .contentListIn table tr th,
            .formular .list .contentListIn table tr th {
                background: rgba(0, 85, 151, 0.15);
                padding: 7px 10px;
                text-align: center;
                color: #005496;
                text-transform: uppercase;
                font-weight: 500;
                font-size: 0.875em;
            }

            .cnt .list .contentList table tr td,
            .formular .list .contentList table tr td,
            .cnt .list .contentListIn table tr td,
            .formular .list .contentListIn table tr td {
                text-align: center;
                padding: 7px 10px;
                color: #3e3e3e;
                font-size: 0.8125em;
                line-height: 1.2em;
                font-weight: 500;
            }

                .cnt .list .contentList table tr td span,
                .formular .list .contentList table tr td span,
                .cnt .list .contentListIn table tr td span,
                .formular .list .contentListIn table tr td span {
                    color: #878787;
                    font-size: 0.846em;
                    font-weight: 300;
                    display: block;
                }

                    .cnt .list .contentList table tr td span.big,
                    .formular .list .contentList table tr td span.big,
                    .cnt .list .contentListIn table tr td span.big,
                    .formular .list .contentListIn table tr td span.big {
                        font-size: 1em;
                        font-weight: 500;
                        font-style: italic;
                    }

            .cnt .list .contentList table tr:nth-of-type(2n+1) td,
            .formular .list .contentList table tr:nth-of-type(2n+1) td,
            .cnt .list .contentListIn table tr:nth-of-type(2n+1) td,
            .formular .list .contentListIn table tr:nth-of-type(2n+1) td {
                background: #f7f7f7;
            }

    .cnt .list.active,
    .formular .list.active {
        border: 1px solid #005496;
    }

        .cnt .list.active .headerList,
        .formular .list.active .headerList {
            background: #005496;
            color: white;
        }

            .cnt .list.active .headerList i.fa-question,
            .formular .list.active .headerList i.fa-question {
                border: 1px solid white;
            }

            .cnt .list.active .headerList label i,
            .formular .list.active .headerList label i {
                border: none;
            }

.cnt .list,
.formular .list {
    margin: 15px 0;
    display: block;
    clear: both;
}

.search-results-main {
    width: 420px;
    height: 300px;
    overflow: auto;
    border: 1px solid #005496;
    padding: 10px;
    margin: 0 auto 20px;
}

    .search-results-main td {
        font-size: 0.81em;
        padding: 0 0 8px;
    }

        .search-results-main td b {
            font-weight: bold;
        }

.vnitrni .leftBlock .cnt .table-content {
    margin: 0px;
    border: 1px solid #ccc;
}

    .vnitrni .leftBlock .cnt .table-content tr td {
        color: #3e3e3e;
        font-size: 0.8125em;
        font-weight: 500;
        line-height: 1.2em;
        padding: 7px 10px;
        text-align: center;
        text-align: left;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

        .vnitrni .leftBlock .cnt .table-content tr td:last-child {
            border-right: none;
        }

    .vnitrni .leftBlock .cnt .table-content tr:last-child td {
        border-bottom: none;
    }

    .vnitrni .leftBlock .cnt .table-content tr:nth-of-type(2n+1) td {
        background: none repeat scroll 0 0 #f7f7f7;
    }

.vnitrni .leftBlock .cnt .content h3 {
    margin: 0 0 15px;
}

.vnitrni .leftBlock .formular .contentList .control-group {
    clear: both;
}

    .vnitrni .leftBlock .formular .contentList .control-group .sod_select {
        margin: 3px 0;
        width: 170px;
        background-color: transparent;
    }

.vnitrni .leftBlock .formular .contentList .inline {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    line-height: 35px;
    padding: 1px 0 1px 5%;
    width: 45%;
}

.vnitrni .leftBlock .formular .contentList label {
    font-size: 0.8125em;
    max-width: 200px;
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
}

.vnitrni .leftBlock .formular .contentList .select-mini .sod_select {
    width: 100px;
}

.vnitrni .leftBlock .formular hr {
    height: 0px;
    border-bottom: 1px solid #005496;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}

.vnitrni .leftBlock .formular .control-label {
    padding: 10px 20px 10px 5%;
    background-color: #f5f5f5;
    display: block;
    clear: both;
}

    .vnitrni .leftBlock .formular .control-label label {
        font-weight: bold;
        max-width: 100%;
    }

.vnitrni .leftBlock .formular .control-row {
    display: table;
    width: 100%;
}

    .vnitrni .leftBlock .formular .control-row .control-box {
        display: table-cell;
        text-align: center;
        padding: 10px;
    }

    .vnitrni .leftBlock .formular .control-row .inline {
        float: none;
        display: table-cell;
    }

.vnitrni .leftBlock .error-target {
    color: red;
    font-size: 10px;
    line-height: 12px;
}

    .vnitrni .leftBlock .error-target .error-content {
        display: inline;
        padding-left: 4px;
    }

.vnitrni .leftBlock legend {
    font-size: 0.8125em;
}

.vnitrni .leftBlock .list > .control-label {
    padding-left: 0px;
}

.vnitrni .leftBlock .list .control-group {
    padding: 0px;
}

.vnitrni .leftBlock .list fieldset {
    display: block;
}

    .vnitrni .leftBlock .list fieldset .subtitle {
        display: block;
        overflow: hidden;
        width: 100%;
        background-color: #fff;
        padding: 8px 10px;
        box-sizing: border-box;
    }

        .vnitrni .leftBlock .list fieldset .subtitle .inline {
            float: left;
            font-weight: bold;
        }

            .vnitrni .leftBlock .list fieldset .subtitle .inline input {
                display: inline-block;
                margin: 0;
                vertical-align: middle;
            }

            .vnitrni .leftBlock .list fieldset .subtitle .inline label {
                font-size: 12px;
                display: inline-block;
                vertical-align: middle;
                padding-left: 4px;
            }

.vnitrni .leftBlock .list .links-list {
    margin: 0 0 0 25px;
    width: auto !important;
}

    .vnitrni .leftBlock .list .links-list li {
        height: auto !important;
        float: none;
        width: auto !important;
        padding: 0px 0 0px 2% !important;
        list-style: disc;
        border-bottom: 0px !important;
    }

        .vnitrni .leftBlock .list .links-list li a {
            font-size: 12px;
            color: red;
            text-decoration: underline;
        }

            .vnitrni .leftBlock .list .links-list li a:hover {
                text-decoration: none;
            }

.vnitrni .leftBlock .list .control-group p {
    margin: 0px;
}

.vnitrni .leftBlock .list .contentList .control-group p {
    padding-left: 5px;
}

.vnitrni .leftBlock label,
.vnitrni .leftBlock li,
.vnitrni .leftBlock a {
    font-size: 14px;
    line-height: 18px;
}

.vnitrni .leftBlock .text-box {
    border: 2px solid #005496;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 25px 0;
}

.vnitrni .leftBlock .control-group {
    padding-bottom: 15px;
}

    .vnitrni .leftBlock .control-group input[type=checkbox] {
        margin: 2px 5px 5px 0;
    }

div.logoprodejce {
    float: right;
    background-color: white;
    padding: 5px;
    margin: 2px;
}

.scroll {
    height: 250px;
    overflow-y: scroll;
    margin: 10px;
}

body section #sections .section .list .contentList table tr td.levy-sloupec,
body section #sections .section .list .contentList table tr th.levy-sloupec {
    text-align: left;
}

body section #sections .section .list .contentList table tr td.pravy-sloupec,
body section #sections .section .list .contentList table tr th.pravy-sloupec {
    text-align: right;
}

.form-hledani {
    border: 1px solid #005496;
    padding: 20px 20px 10px;
    text-align: center;
}

    .form-hledani .form-box .inp-block {
        margin: 0;
    }

    .form-hledani .center-form {
        padding: 0;
        border: 0;
        display: inline-block;
        margin: 0 auto;
        width: auto;
        text-align: left;
    }

        .form-hledani .center-form .inp-text,
        .form-hledani .center-form label {
            margin-right: 20px;
            width: auto;
        }

a.odkaz {
    color: #005496;
}

    a.odkaz:hover {
        color: #00467c;
    }

a.button {
    background: url("../images/arrow-btn.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 21px;
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day,
.ajax__calendar_day,
.ajax__calendar_title {
    line-height: 18px !important;
}

.ajax__calendar_footer {
    line-height: 14px !important;
}

.ajax__calendar_month,
.ajax__calendar_year {
    line-height: 15px !important;
    color: #000000 !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.w500 {
    width: 500px !important;
}

.w650 {
    width: 650px !important;
}

@media all and (-ms-high-contrast: none) {
    fieldset legend {
        top: 1px;
    }
    /* ie 10 + 11 */
    /* *::-ms-backdrop, .element {font-style:italic;}  ie 11 */
}
/* ikony druh vozidla */
.druh-vozidla .control-group {
    height: 103px;
}

    .druh-vozidla .control-group a {
        display: block;
        float: left;
        width: 83px;
        height: 83px;
        margin: 10px 10px 10px 12px;
        background-image: url(/Design/Images/pv/ikony.png);
        background-repeat: no-repeat;
    }

.druh-vozidla .oa-on {
    background-position: left 0px top 0;
}

.druh-vozidla .ua-on {
    background-position: left -83px top 0;
}

.druh-vozidla .mo-on {
    background-position: left -166px top 0;
}

.druh-vozidla .na-on {
    background-position: left -249px top 0;
}

.druh-vozidla .tr-on {
    background-position: left -332px top 0;
}

.druh-vozidla .pv-on {
    background-position: left -415px top 0;
}

.druh-vozidla .oa-off {
    background-position: left 0px top -83px;
}

.druh-vozidla .ua-off {
    background-position: left -83px top -83px;
}

.druh-vozidla .mo-off {
    background-position: left -166px top -83px;
}

.druh-vozidla .na-off {
    background-position: left -249px top -83px;
}

.druh-vozidla .tr-off {
    background-position: left -332px top -83px;
}

.druh-vozidla .pv-off {
    background-position: left -415px top -83px;
}

/* @media (min-width: 1099px) { */
@media (min-width: 9999px) {
    body section #firstPanel .left {
        display: block;
    }
}
/*# sourceMappingURL=style.css.map */

.control-subgroup h2 {
    font-size: 120%;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

.control-subgroup .info {
    padding-right: 16px;
    margin-bottom: 8px;
}
