* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'MuseoSlab', 'MuseoSans', Calibri, Candara, Arial, sans-serif;
    margin: 0px;
    line-height: 1.3;
    min-height: 100%;
}

h1 {
    font-family: Calibri, Candara, Arial, sans-serif;
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
    float: left;
    padding: 28px 0px;
    margin: 0px;
}

h2 {
    font-family: 'MuseoSlab';
    font-size: 40pt;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 30px;
    margin: 0px;
}

footer {
    width: 100%;
    height: 55px;
    position: static;
    bottom: 0px;
    display: block;
    background-color: #343434;
    font-family: 'MuseoSans';
    font-size: 10pt;
    color: white;
    padding: 20px 10px;
    margin: 0px auto;
    margin-top: 125px;
}

#header-container {
    width: 100%;
    min-height: 830px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#vydavky-container {
    max-width: 650px;
    color: black;
    margin: 0px auto;
    position: relative;
}

    #vydavky-container #vydavky-header {
        margin: 15px auto;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
    }

    #vydavky-container #progres-container #progres {
        text-align: center;
        margin: 0px 15px 10px 15px;
    }

    #vydavky-container #progres-container #progressbar-container {
        width: 100%;
        background-color: #9ff398;
        overflow: hidden;
        height: 30px;
    }

    #vydavky-container #progres-container #progress-bar {
        height: 100%;
        background-color: #d34343;
        text-align: center;
        line-height: 30px;
        color: white;
    }

    #vydavky-container #form {
        margin: 15px;
        font-size: 1.5em;
        background-color: white;
    }

        #vydavky-container #form label {
            margin-left: 6px;
        }

        #vydavky-container #form button, #vydavky-container #form input[type=text], #vydavky-container #form input[type=number], #vydavky-container #form input[type=date], #vydavky-container #form input[type=submit], #vydavky-container #form input[type=button] {
            font-size: 1.5em;
            width: 90%;
            font-family: MuseoSlab, MuseoSans, Calibri, Candara, Arial, sans-serif;
            padding: 3px 15px;
            margin: 0px 5%;
            background-color: #fff;
            border-radius: 0px;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        #vydavky-container #form select, #vydavky-container #form button, #vydavky-container #form input[type=submit], #vydavky-container #form input[type=button] {
            width: 90%;
            margin-top: 15px;
            color: #000;
            background-color: #f0f0f0;
            font-weight: 400;
        }

        #vydavky-container #form #ine-container {
            height: 55px;
        }

    #vydavky-container h2 {
        font-size: 1.25em;
        font-weight: 400;
        color: #000;
        padding-top: 10px;
        padding-bottom: 7px;
    }

    #vydavky-container label {
        font-size: 1.25em;
        font-weight: 400;
        color: #000;
        padding-top: 10px;
        padding-bottom: 7px;
    }

    #vydavky-container .field {
        background-color: #ededed;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

#scan-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 50%;
    background-color: #222;
    align-content: flex-end;
    align-items: flex-end;
    flex-direction: column-reverse;
    opacity: .85;
    display: none;
}

    #scan-container button, #scan-container input[type=button] {
        font-size: 1.25em;
        width: 90%;
        margin: 15px auto;
        font-family: MuseoSlab, MuseoSans, Calibri, Candara, Arial, sans-serif;
        color: #000;
        background-color: #f0f0f0;
        font-weight: 400;
    }


/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-top: 8px;
    padding-left: 35px;
    margin-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 13px;
    left: 0;
    height: 29px;
    width: 29px;
    background-color: #eee;
    border: 2px solid black;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#reader {
    width: 100%;
    display: flex;
    height: 400px;
    overflow: hidden;
}

#header {
    width: 100%;
    height: 100px;
    display: flex;
    background-color: #000;
    background-position: center;
    position: fixed;
    top: 0px;
    z-index: 3;
}

    #header h1 {
        flex-grow: 100;
        text-align: center;
        padding-top: 33px;
    }

    #header .container {
        height: 100px;
        margin: 0px;
        flex-grow: 10;
    }

    #header .logoMenu {
        width: 214px;
        height: 100px;
        background-image: url("../images/FinCaptive_logo_n.png");
        background-repeat: no-repeat;
        flex-grow: 1;
        margin-left: 75px;
        z-index: 1000;
    }

    #header .email {
        flex-grow: 1;
        padding: 40px 25px 0px 0px;
        margin-right: 75px;
    }

    #header .link {
        font-family: 'MuseoSans';
        font-weight: 300;
        color: #FDED37;
        padding-left: 15px;
    }

        #header .link:hover {
            color: white;
        }

    #header .hamburger {
        display: none;
        width: 70px;
        background: transparent;
        font-size: 30pt;
        padding-right: 30px;
        border: 0 none;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        margin-top: 28px;
        margin-right: 33px;
        z-index: 1001;
    }

        #header .hamburger::-moz-focus-inner {
            padding: 0;
            border: 0 none;
        }

        #header .hamburger:focus {
            outline: 0;
        }

        #header .hamburger:before, #header .hamburger:after {
            content: "";
        }

        #header .hamburger:before, #header .hamburger .icon, #header .hamburger:after {
            display: block;
            width: 100%;
            height: .2em;
            margin: .2em 0 .2em;
            transition: transform .2s ease-in-out;
            border-radius: .05em;
            background: #FDED37;
        }

        #header .hamburger.active:before, #header .hamburger.active .icon, #header .hamburger.active:after {
            background: #FDED37;
        }

        #header .hamburger.hamburger-cancel.active .icon {
            transform: scale(0);
        }

        #header .hamburger.hamburger-cancel.active:before {
            transform: translateY(.4em) rotate(135deg);
        }

        #header .hamburger.hamburger-cancel.active:after {
            transform: translateY(-0.4em) rotate(-135deg);
        }

#menu {
    text-align: right;
}

    #menu nav {
        display: flex;
        z-index: 100;
    }

        #menu nav a {
            width: 97px;
            float: left;
            font-family: 'MuseoSans';
            font-size: 13pt;
            color: #FDED37;
            position: relative;
            text-decoration: none;
            margin: 40px 35px 0px 0px;
        }

            #menu nav a.link {
                width: auto;
            }

            #menu nav a img {
                margin-bottom: -4px;
            }

.clickHoverOff {
    margin: 25px 5px;
    display: block;
    cursor: pointer;
}

    .clickHoverOff:hover {
        color: white;
        font-weight: 700;
    }

.vyberPobocku {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    background-color: #000;
    z-index: 2;
}

    .vyberPobocku .seznamPobocek {
        width: 100%;
        height: 90%;
        color: #FDED37;
        font-family: 'MuseoSans';
        font-size: 20pt;
        text-align: center;
        text-transform: uppercase;
        padding-top: 120px;
        margin: 0;
        display: block;
    }

#banner-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

    #banner-container .bannery {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
    }

        #banner-container .bannery .banner {
            position: absolute;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            background-repeat: no-repeat;
            background-position: center top;
            overflow: hidden;
            font-family: 'MuseoSlab';
            font-weight: 100;
            font-size: 40pt;
            text-align: center;
            padding-bottom: 279px;
            z-index: 199;
            opacity: 0;
        }

            #banner-container .bannery .banner .bgr_img {
                min-width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                z-index: 100;
            }

            #banner-container .bannery .banner div {
                position: absolute;
                z-index: 200;
            }

            #banner-container .bannery .banner p {
                margin: 0px;
            }

            #banner-container .bannery .banner .button {
                font-family: 'MuseoSans';
                font-weight: bold;
                font-size: 20px;
                padding: 25px 45px;
                margin-top: 54px;
                background: none;
                white-space: normal;
                z-index: 300;
            }

                #banner-container .bannery .banner .button:hover {
                    background-color: #FDED37;
                    border: 1px solid #FDED37;
                    color: #000;
                    transition: none;
                }

@media (max-width: 1310px) {
    #banner-container .bannery .banner {
        padding-bottom: 313px;
    }
}

#banner-container .bannery .banner1 {
    position: absolute;
    width: 600px;
    right: 0px;
    color: #000;
    margin: 0px 152px 0px 0px;
}

    #banner-container .bannery .banner1 .button {
        color: #000;
        border: 1px solid #000;
    }

#banner-container .bannery .banner2 {
    position: absolute;
    width: 100%;
    color: #fff;
}

    #banner-container .bannery .banner2 .button {
        color: #fff;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0.5);
        text-decoration: none;
    }

#banner-container .buttons {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0px;
    background-image: url("../images/black_op80.png");
    z-index: 300;
}

    #banner-container .buttons .detail {
        flex-grow: 1;
        float: left;
        font-family: 'MuseoSans';
        font-size: 20pt;
        color: #fff;
        text-align: center;
        padding: 50px 25px;
    }

        #banner-container .buttons .detail .nadpis {
            font-family: 'MuseoSans';
            font-weight: 500;
            font-size: 26pt;
            color: #FDED37;
        }

    #banner-container .buttons hr {
        display: inline-block;
        width: 1px;
        background: #fff;
        margin: 0px auto;
        padding: 0;
        float: left;
        border: none;
    }

#page-container {
    width: 100%;
    font-family: 'MuseoSans';
    text-align: center;
    color: #000;
    margin: 0px auto;
}

    #page-container .buttons_Y {
        width: 100%;
        background: #FDED37;
        margin: 0px;
        display: none;
    }

        #page-container .buttons_Y .detail {
            width: 100%;
            font-family: 'MuseoSans';
            font-size: 20pt;
            color: #000;
            text-align: center;
            padding-bottom: 35px;
        }

            #page-container .buttons_Y .detail .nadpis {
                font-family: 'MuseoSans';
                font-weight: 500;
                font-size: 26pt;
                font-weight: bold;
                color: #000;
                padding-top: 35px;
            }

    #page-container .slim {
        width: 700px;
        margin: 0px auto;
    }

        #page-container .slim .logo {
            padding: 45px 55px;
            float: left;
            margin: 0px auto;
        }

    #page-container .coUmime {
        width: 100%;
        clear: both;
    }

        #page-container .coUmime .images {
            width: 16.66%;
            float: left;
            background-color: #222;
            border-left: 1px solid #fff;
            position: relative;
            margin: 0px auto 1px auto;
        }

            #page-container .coUmime .images:hover .hovr {
                display: block;
            }

            #page-container .coUmime .images img {
                width: 100%;
                display: block;
            }

            #page-container .coUmime .images .nehovr {
                display: block;
                width: 100%;
            }

                #page-container .coUmime .images .nehovr .descrDiv {
                    height: 100px;
                    width: 100%;
                    background-color: #222;
                    display: table;
                    top: 50%;
                    position: relative;
                }

                    #page-container .coUmime .images .nehovr .descrDiv .descr {
                        height: 100px;
                        width: 100%;
                        display: table-cell;
                        font-family: 'MuseoSans';
                        font-weight: 500;
                        font-size: 15pt;
                        text-align: center;
                        color: #FDED37;
                        vertical-align: middle;
                        margin: 0px;
                    }

            #page-container .coUmime .images .hovr {
                display: none;
                height: 100%;
                width: 100%;
                background-color: #FDED37;
                font-family: 'MuseoSans';
                font-size: 12pt;
                color: #222;
                text-align: center;
                position: absolute;
                top: 0px;
                margin: 0px auto;
            }

                #page-container .coUmime .images .hovr .nadpis {
                    font-family: 'MuseoSans';
                    font-weight: 500;
                    font-size: 18pt;
                    color: #222;
                    padding: 20px 5px 8px 5px;
                    margin: 0px;
                }

@media (max-width: 1700px) {
    #page-container .coUmime .images .hovr .nadpis {
        font-size: 16pt;
        padding-top: 12px;
    }
}

@media (max-width: 1520px) {
    #page-container .coUmime .images .hovr .nadpis {
        font-size: 16pt;
        padding: 20px 5px 5px 15px;
    }
}

@media (max-width: 1170px) {
    #page-container .coUmime .images .hovr .nadpis {
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (max-width: 720px) {
    #page-container .coUmime .images .hovr .nadpis {
        font-size: 16pt;
        padding: 20px 5px 5px 15px;
    }
}

@media (max-width: 550px) {
    #page-container .coUmime .images .hovr .nadpis {
        font-size: 16pt;
        padding: 20px 15px 15px 15px;
    }
}

@media (max-width: 395px) {
    #page-container .coUmime .images .hovr .nadpis {
        font-size: 13pt;
        padding: 15px 15px 7px 15px;
    }
}

#page-container .coUmime .images .hovr .popis {
    font-family: 'MuseoSans';
    font-size: 12pt;
    color: #222;
    padding: 10px 25px;
    margin: 0px;
    line-height: 1.1;
}

    #page-container .coUmime .images .hovr .popis .popis2 {
        margin: 0px;
    }

@media (max-width: 1800px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 11pt;
        padding: 8px 15px;
    }
}

@media (max-width: 1600px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 10pt;
        padding: 5px 15px;
        line-height: 1.1;
    }
}

@media (max-width: 1520px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 13pt;
        line-height: 1.2;
    }
}

@media (max-width: 1300px) {
    #page-container .coUmime .images .hovr .popis {
        line-height: 1.1;
    }
}

@media (max-width: 1520px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 12pt;
    }
}

@media (max-width: 950px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 11pt;
    }
}

@media (max-width: 830px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 10pt;
    }
}

@media (max-width: 720px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 14pt;
    }
}

@media (max-width: 650px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 12pt;
    }
}

@media (max-width: 575px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 10pt;
    }
}

@media (max-width: 440px) {
    #page-container .coUmime .images .hovr .popis {
        font-size: 9pt;
        padding: 5px 7px;
    }
}

#page-container .coUmime .images .hovr .b_vicInfoPosition {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

#page-container .coUmime .images .hovr .b_vicInfo {
    display: block;
    background-color: #FDED37;
    font-family: 'MuseoSans';
    font-weight: 700;
    font-size: 14pt;
    color: #222;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    margin: 0px auto;
    border: 1px solid #222;
}

    #page-container .coUmime .images .hovr .b_vicInfo:hover {
        background-color: #222;
        color: #FDED37;
        border: 1px solid #222;
    }

.contact {
    font-family: 'MuseoSans';
    font-size: 14pt;
    height: inherit;
    color: #000;
    margin: 25px auto;
}

    .contact .contactContainer {
        max-width: 1200px;
        margin: 0px auto;
    }

    .contact .exit {
        width: 51px;
        height: 51px;
        float: right;
        background: #fff;
        background-image: url("../images/contact_x_2.png");
        border: none;
        margin: 15px 45px 0px 15px;
        clear: both;
    }

        .contact .exit:hover {
            background-image: url("../images/contact_x_hov.png");
        }

    .contact .back {
        clear: both;
        display: block;
        font-family: 'MuseoSans';
        font-size: 15pt;
        font-weight: bold;
        color: #000;
        background-color: #fff;
        padding: 8px 21px;
        margin: 45px auto;
        border: 1px solid #000;
    }

        .contact .back:hover {
            background-color: #FDED37;
            border: 1px solid #FDED37;
        }

    .contact .nadpis {
        width: 80%;
        float: left;
        font-family: 'MuseoSlab';
        font-size: 28pt;
        margin-top: 20px;
    }

    .contact .desc {
        width: 65%;
        float: left;
        font-family: 'MuseoSans';
        font-size: 15pt;
        margin: 15px 0px;
    }

    .contact .descList {
        width: 95%;
        float: left;
        font-family: 'MuseoSans';
        font-size: 15pt;
        margin: 15px 0px;
    }

    .contact .kontakty .zvoleneMesto {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

.kontakty {
    max-width: 1200px;
    margin: 0px auto;
    clear: both;
}

    .kontakty .button {
        background-color: #fff;
        font-family: 'MuseoSans';
        font-weight: bold;
        font-size: 20px;
        color: #000;
        padding: 15px 36px;
        margin: 5px;
        border: 1px solid #000;
    }

        .kontakty .button:hover {
            background-color: #FDED37;
            border: 1px solid #FDED37;
        }

    .kontakty .zvoleneMesto {
        width: 100%;
        text-align: left;
        padding: 18px 0px;
        margin: 25px 0px 15px 0px;
        border-bottom: 1px solid #bbb;
        border-top: 1px solid #bbb;
        position: relative;
    }

        .kontakty .zvoleneMesto .name {
            float: left;
            font-family: 'MuseoSans';
            text-transform: uppercase;
            font-size: 22pt;
            font-weight: bold;
            padding-top: 2px;
        }

        .kontakty .zvoleneMesto .info {
            float: right;
            font-family: 'MuseoSans';
            font-size: 12pt;
            font-weight: 300;
            margin: 0px;
        }

            .kontakty .zvoleneMesto .info .text {
                position: relative;
                bottom: 5px;
                color: #000;
            }

            .kontakty .zvoleneMesto .info img {
                margin: 6px 9px 0px 15px;
            }

        .kontakty .zvoleneMesto .button_pobocka {
            display: none;
            width: 150px;
            float: right;
            background-color: #fff;
            font-family: 'MuseoSans';
            font-weight: bold;
            font-size: 20px;
            white-space: normal;
            color: #000;
            padding: 10px 10px;
            border: 1px solid #000;
        }

    .kontakty .all {
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
    }

        .kontakty .all .person {
            width: 25%;
            font-family: 'MuseoSans';
            text-align: left;
            line-height: 12pt;
            padding: 20px 50px 0px 0px;
        }

            .kontakty .all .person .name {
                font-size: 15pt;
                font-weight: bold;
                color: #000;
                padding-top: 30px;
                margin: 0px;
            }

            .kontakty .all .person .division {
                font-size: 11pt;
                color: #000;
                margin-top: 5px;
                margin-bottom: 0px;
            }

            .kontakty .all .person .contactInfo {
                font-size: 13pt;
                color: #000;
                margin: 0px;
                margin-top: 12px;
            }

.footerWidth {
    max-width: 1200px;
    margin: 0px auto;
}

.nas-pribeh .exit {
    width: 51px;
    height: 51px;
    float: right;
    background: #fff;
    background-image: url("../images/contact_x_2.png");
    border: none;
    margin: 15px 45px 0px 15px;
    clear: both;
}

    .nas-pribeh .exit:hover {
        background-image: url("../images/contact_x_hov.png");
    }

.nas-pribeh .page-container {
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
}

    .nas-pribeh .page-container h2 {
        text-align: left;
        color: #000;
        text-transform: uppercase;
        padding: 0px;
    }

    .nas-pribeh .page-container .text {
        font-family: 'MuseoSans';
        color: #000;
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
        margin: 35px 0px;
    }

    .nas-pribeh .page-container .button {
        color: #000;
        border: 1px solid #000;
        font-family: 'MuseoSans';
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        padding: 15px 45px;
        margin: 0px auto;
        background: none;
        white-space: normal;
        z-index: 300;
        text-decoration: none;
    }

        .nas-pribeh .page-container .button:hover {
            background-color: #FDED37;
            border: 1px solid #FDED37;
        }

@media (max-width: 1400px) {
    .nas-pribeh .page-container {
        max-width: 100%;
        margin: 60px 10%;
    }

        .nas-pribeh .page-container img {
            width: 100%;
        }
}

.price20 { background-color: lightsalmon; }
.price40 { background-color: coral; }
.price75 { background-color: orangered; }
.price100 { background-color: red; }
.price300 { background-color: darkred; }

.dialog {
    position: fixed !important;
    max-height: 100%;
    outline: 0;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 100001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .dialog .dialog-titlebar {
        width: 100%;
        display: inline-block;
        background-color: #000;
        color: #fff;
        font-weight: 700;
        font-size: 1.2em;
        cursor: move;
        padding: .2em 1em;
        position: relative;
    }

        .dialog .dialog-titlebar:before {
            content: "";
            display: table;
            border-collapse: collapse;
        }

        .dialog .dialog-titlebar:after {
            content: "";
            display: table;
            border-collapse: collapse;
            clear: both;
        }

        .dialog .dialog-titlebar .dialog-title {
            float: left;
            margin: .1em 0;
            white-space: nowrap;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .dialog .dialog-titlebar .dialog-close-button {
            position: absolute;
            right: .3em;
            width: 20px;
            height: 20px;
            top: 50%;
            background: url(../images/ui-icons_ffffff_256x240.png) -96px -128px #000;
            font-size: 3em;
            text-indent: -9999px;
            white-space: nowrap;
            padding: 1px;
            margin: -10px 0 0;
            border: 1px solid #fff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .dialog .dialog-titlebar .dialog-close-button:hover {
                background: url(../images/ui-icons_ffffff_256x240.png) -96px -128px #000;
            }

    .dialog .dialog-content {
        padding: .2em 1em;
    }

    .dialog .dialog-buttonset {
        font-size: 1em;
        text-align: right;
        padding-right: 5px;
        padding-bottom: 15px;
        margin: 5px;
    }

    .dialog .ui-button {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #000;
        font-size: 1em;
        color: #fff;
        margin: 2px 10px 2px 4px;
        letter-spacing: -0.6px;
        padding: 5px 20px;
        cursor: pointer;
        border: none;
        outline: 0;
        -webkit-appearance: none;
    }

        .dialog .ui-button:disabled {
            background-color: #bbb;
            color: #000;
        }

        .dialog .ui-button:hover {
            background-color: #bbb;
            color: #000;
            cursor: default;
        }

        .dialog .ui-button:hover {
            background: #000;
            color: #fff;
        }

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5c5c5c;
    opacity: .8;
    z-index: 100000;
}

.textL {
    text-align: left;
    max-width: 1200px;
    border-top: 1px solid #bbb;
    margin: 20px auto;
    padding-top: 60px;
}

.text3L {
    width: 33%;
    float: left;
    text-align: left;
}

.text3C {
    width: 33%;
    float: left;
    text-align: center;
    margin: 0px;
}

.text3R {
    width: 33%;
    float: right;
    text-align: right;
    margin: 0px;
}

.odkaz {
    color: #000;
}

.upercase {
    text-transform: uppercase;
}

.clear {
    width: 100%;
    clear: both;
}

.yellowText {
    color: #FDED37;
}

.notVisible {
    visibility: hidden;
}

@media all and (max-width: 1700px) {
    #page-container .coUmime .images .nehovr .descr {
        font-size: 16pt;
    }
}

@media all and (max-width: 1520px) {
    #banner-container .banner .rightPart .nadpis {
        font-size: 38pt;
    }

    #page-container .coUmime {
        width: 75%;
        max-width: 960px;
        margin: 0px auto;
    }

        #page-container .coUmime .images {
            width: 33.33%;
        }

            #page-container .coUmime .images .nehovr .descr {
                font-size: 16pt;
            }

            #page-container .coUmime .images .hovr {
                font-size: 10pt;
                line-height: 1.3;
            }

            #page-container .coUmime .images .nehovr .descr {
                font-size: 14pt;
            }
}

@media all and (max-width: 1300px) {
    #menu-container .logoMenu {
        margin-left: 25px;
    }

    #menu-container .email {
        margin-right: 25px;
    }

    #menu nav a {
        margin-right: 20px;
    }

    #banner-container .banner div {
        margin: 0px 50px 0px 0px;
    }

    #banner-container .banner .buttons .detail {
        font-size: 16pt;
    }

        #banner-container .banner .buttons .detail .nadpis {
            font-size: 20pt;
            padding-top: 45px;
        }

    .kontakty {
        max-width: 1000px;
    }

        .kontakty .button {
            font-size: 20px;
            padding: 8px 20px;
        }

        .kontakty .zvoleneMesto .name {
            font-size: 20pt;
        }

        .kontakty .zvoleneMesto .info {
            font-size: 10pt;
        }

        .kontakty .all .person {
            width: 33.33%;
            padding: 20px 20px 10px 0px;
        }

            .kontakty .all .person .contactInfo {
                font-size: 12pt;
            }

    .contact .contactContainer {
        max-width: 1000px;
    }
}

@media all and (max-width: 1170px) {
    #menu-container .hamburger {
        display: block;
    }

    #menu-container h1 {
        text-align: left;
        margin-left: 25px;
    }

    #menu-container .email {
        position: absolute;
        right: 100px;
    }

    #part1 {
        z-index: 1;
    }

    #menu {
        margin-top: 0px;
    }

    @keyframes menuShow {
        #menu from {
            transform: translate(100%,0%);
            opacity: 0;
        }

        #menu to {
            transform: translate(0%,0%);
            opacity: 1;
        }
    }

    @-webkit-keyframes menuShow {
        #menu from {
            -webkit-transform: translate(100%,0%);
            opacity: 0;
        }

        #menu to {
            -webkit-transform: translate(0%,0%);
            opacity: 1;
        }
    }

    @keyframes menu-hide {
        #menu from {
            -webkit-transform: translate(0%,0%);
            opacity: 1;
        }

        #menu to {
            -webkit-transform: translate(100%,0%);
            opacity: 0;
        }
    }

    @-webkit-keyframes menu-hide {
        #menu from {
            -webkit-transform: translate(0%,0%);
            opacity: 1;
        }

        #menu to {
            -webkit-transform: translate(100%,0%);
            opacity: 0;
        }
    }

    #menu nav {
        display: none;
        position: absolute;
        top: 100px;
        right: 0px;
        text-align: right;
        padding: 35px 50px;
        background-color: #000;
        opacity: 0;
        transform: translate(100%,0%);
        -webkit-transform: translate(100%,0%);
        transform-origin: 100% 0%;
        -webkit-transform-origin: 100% 0%;
        animation: menu-hide 550ms;
        animation-fill-mode: forwards;
        -webkit-animation: menu-hide 550ms;
        -webkit-animation-fill-mode: forwards;
    }

        #menu nav.show {
            animation-name: menuShow;
            animation-duration: 450ms;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            -webkit-animation-name: menuShow;
            -webkit-animation-duration: 450ms;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: forwards;
        }

        #menu nav a {
            margin: 2px auto;
            display: block;
            line-height: 3;
            float: none;
        }

            #menu nav a img {
                display: inline;
                margin-right: 5px;
            }

    #banner-container .buttons .detail {
        font-size: 16pt;
    }

        #banner-container .buttons .detail .nadpis {
            font-size: 20pt;
            font-weight: 500;
        }

    #page-container .coUmime {
        width: 85%;
        max-width: 880px;
        margin: 0px auto;
    }

    .kontakty {
        max-width: 800px;
    }

        .kontakty .button {
            font-size: 16px;
            padding: 8px 15px;
            margin: 4px;
        }

        .kontakty .zvoleneMesto {
            text-align: center;
        }

            .kontakty .zvoleneMesto .name {
                float: none;
            }

            .kontakty .zvoleneMesto .info {
                float: none;
                text-align: center;
            }

    .contact .contactContainer {
        max-width: 800px;
    }
}

@media all and (max-width: 970px) {
    #menu-container .email {
        display: none;
    }

    #banner-container .banner div {
        font-size: 32pt;
    }

    #banner-container .banner .banner1 {
        width: 450px;
    }

    #page-container .coUmime .images .hovr .b_vicInfoPosition {
        bottom: 20px;
    }

    #page-container .coUmime .images .hovr .b_vicInfo {
        font-size: 12pt;
        padding: 4px 5px;
    }

    .kontakty .all {
        width: 90%;
        display: block;
        margin: 0px auto;
    }

    .contact {
        width: 90%;
    }
}

@media all and (max-width: 720px) {
    h1 {
        display: none;
    }

    #header-container {
        min-width: 320px;
        width: 100%;
        min-height: 500px;
        height: auto;
    }

    #header .logoMenu {
        margin-left: 25px;
    }

    #menu-container .logoMenu {
        width: 210px;
        height: 54px;
        background-image: url("../images/FinCaptive_web_head_m.png");
    }

    #menu-container .container {
        height: 54px;
    }

        #menu-container .container:hover #menu {
            display: none;
        }

    #menu-container .hamburger {
        position: relative;
        margin-right: 0px;
    }

    #menu nav {
        width: 100%;
        height: 100vh;
        top: 0px;
        flex-direction: column;
        justify-content: center;
        padding: 100px 10px 10px 10px;
    }

        #menu nav a {
            width: 100%;
            font-size: 30px;
            text-align: center;
            padding: 5px;
            margin: 0;
        }

    #banner-container {
        min-width: initial;
        height: auto;
        display: flex;
        flex-direction: column;
    }

        #banner-container .bannery {
            position: relative;
            padding-top: 99px;
        }

            #banner-container .bannery .banner {
                display: flex;
                align-items: center;
            }

                #banner-container .bannery .banner .bgr_img {
                    max-height: 100%;
                    top: 50%;
                    left: 67%;
                }

                #banner-container .bannery .banner div {
                    text-align: center;
                    padding: 25px;
                    clear: both;
                    margin: 0px;
                    margin-top: 60px;
                }

                #banner-container .bannery .banner .banner1 {
                    width: auto;
                    font-size: 25pt !important;
                }

                    #banner-container .bannery .banner .banner1 p {
                        text-align: right;
                        font-size: 30px;
                        margin: 40px 0px;
                    }

                #banner-container .bannery .banner .banner2 p {
                    text-align: center;
                    margin: 25px 0px;
                }

                #banner-container .bannery .banner .button {
                    margin-top: 15px;
                    padding: 15px 40px;
                }

            #banner-container .bannery .part1 div {
                font-family: 'MuseoSans';
                font-size: 18pt;
            }

                #banner-container .bannery .part1 div .button {
                    width: 30%;
                    min-width: 140px;
                    height: 75px;
                    float: right;
                    font-size: 14pt;
                    color: #fff;
                    padding: 0px;
                    margin-top: 25px;
                    border: 1px solid #fff;
                }

                    #banner-container .bannery .part1 div .button:hover {
                        background-color: #FDED37;
                        border: 1px solid #FDED37;
                    }

        #banner-container .buttons {
            position: relative;
            background-color: #FDED37;
            color: #000;
            background-image: none;
            flex-direction: column;
        }

            #banner-container .buttons .detail {
                width: 100%;
                height: auto;
                color: #000;
                padding: 35px 25px;
            }

                #banner-container .buttons .detail .nadpis {
                    color: #000;
                    padding-top: 0px;
                }

            #banner-container .buttons hr {
                width: 100%;
                height: 1px;
                background: #000;
                margin: 0px auto;
                padding: 0;
            }

    #page-container {
        min-width: 320px;
    }

        #page-container .buttons_Y {
            display: block;
        }

        #page-container .slim {
            width: 100%;
            padding: 5px 20px;
        }

            #page-container .slim .logo {
                padding: 15px;
                float: initial;
            }

        #page-container .coUmime {
            width: 90%;
            margin: 0px auto;
        }

            #page-container .coUmime .images {
                width: 50%;
            }

                #page-container .coUmime .images .nehovr .descr {
                    font-size: 16pt;
                }

                #page-container .coUmime .images .hovr {
                    font-size: 10pt;
                    line-height: 1.3;
                }

                    #page-container .coUmime .images .hovr .b_vicInfo {
                        font-size: 12pt;
                        padding: 4px 5px;
                    }

        #page-container .kontakty .button {
            display: none;
        }

        #page-container .kontakty .button_pobocka {
            display: block;
        }

    .kontakty {
        width: 100%;
        padding: 20px;
    }

        .kontakty .zvoleneMesto {
            width: 90%;
            text-align: left;
            padding: 15px 0px;
            margin: 0px auto;
            clear: both;
        }

            .kontakty .zvoleneMesto .name {
                text-align: left;
                font-size: 22pt;
                padding-bottom: 15px;
            }

            .kontakty .zvoleneMesto .info {
                display: inline-table;
                text-align: left;
                padding-right: 25px;
            }

                .kontakty .zvoleneMesto .info .text {
                    font-size: 14pt;
                    display: table;
                }

                .kontakty .zvoleneMesto .info img {
                    display: none;
                }

        .kontakty .all .person {
            width: 50%;
            padding: 20px 20px 10px 0px;
        }

    footer {
        height: 95px;
        padding: 15px 20px;
    }

    .text3L {
        width: 100%;
    }

    .text3C {
        width: 100%;
        text-align: left;
    }

    .text3R {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }

    .contact {
        min-width: 320px;
    }

        .contact .nadpis {
            width: 90%;
            float: none;
            font-size: 18pt;
            text-align: left;
            margin: 0px auto;
        }

        .contact .desc {
            width: 95%;
            font-size: 12pt;
        }

        .contact .descList {
            font-size: 12pt;
        }

        .contact .exit {
            margin: 5px;
        }

        .contact .kontakty .button {
            display: none;
        }
}

@media all and (max-width: 550px) {
    #page-container .coUmime {
        width: 100%;
        margin: 0px auto;
    }

        #page-container .coUmime .images .nehovr .descrDiv .descr {
            font-size: 14pt;
        }

        #page-container .coUmime .images .hovr .b_vicInfo {
            font-size: 12pt;
            padding: 4px 5px;
        }

    .kontakty .all .person {
        width: 70%;
    }
}

@media all and (max-width: 370px) {
    #header .logoMenu {
        margin-left: 10px;
    }
}
