/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

@font-face {
    font-family: 'Cupra Book';
    src: url('Cupra-Book.woff2') format('woff2'),
        url('Cupra-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-Bold.woff2') format('woff2'),
        url('Cupra-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-BoldItalic.woff2') format('woff2'),
        url('Cupra-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-ExtraBold.woff2') format('woff2'),
        url('Cupra-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-Light.woff2') format('woff2'),
        url('Cupra-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-LightItalic.woff2') format('woff2'),
        url('Cupra-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra Display';
    src: url('CupraDisplay-Regular.woff2') format('woff2'),
        url('CupraDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-Italic.woff2') format('woff2'),
        url('Cupra-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-ExtraBoldItalic.woff2') format('woff2'),
        url('Cupra-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-ExtraLightItalic.woff2') format('woff2'),
        url('Cupra-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra Book';
    src: url('Cupra-BookItalic.woff2') format('woff2'),
        url('Cupra-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-ExtraLight.woff2') format('woff2'),
        url('Cupra-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-Regular.woff2') format('woff2'),
        url('Cupra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-MediumItalic.woff2') format('woff2'),
        url('Cupra-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra';
    src: url('Cupra-Medium.woff2') format('woff2'),
        url('Cupra-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



* {
    font-family: 'Cupra', sans-serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #373b47;

}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

.maxW700 {
    max-width: 600px;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: Black;
}

.imgCenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.header {background-color:   white;
}

.headerImg {
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;    background-color:   White
}

.whiteBcg {

    background-color: White;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom:  100px;
}

.mapaBox {
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;    
}

.top {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (min-width : 768px) {
.maxW400 {
    max-width: 400px;
}
}

.topButton {
    font-weight: 600;
    border: none;
    display: block;
    color: Black;
    font-size: 16px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #e9eeec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.topButton:HOVER {
    color: Black;
    text-decoration: none;
    background-color: #ededed;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.formTitle {
    color: #373b47;
    text-transform: uppercase;
}

.titulekAkce {font-weight:  bold;}

.page {
    padding-top: 30px;
}



.formBox {
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 25px;
}


@media(min-width: 768px) {
    .formBox {
        padding: 60px 30px;

    }
}


.formBoxSmall {
    max-width: 800px;
}

.formBox h2, .formBox h2 span {
    color: black;
    font-size: 20px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width : 768px) {
    .formBox h2, .formBox h2 span {
        font-size: 22px;
    }
}

.introText {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.introText strong {
    font-size: 20px;
}
form input,
form select,
form option,
form textarea {
    color: black;
    border: 1px solid Black !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

form label {
    font-size: 14px;
    font-weight: bold;
}

form label a {
    font-size: 14px;
    font-weight: bold;
}

label sup {
    color: #e21035;
}

.custom-file-label {}

.custom-file-label::after {
    background-color: #e21035;
    border: none;
    color: White;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Vybrat soubor";
}

label {
    color: #373b47;
}

.submitForm {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #373b47;
    color: White;
    text-decoration: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 17px;
    margin: 10px auto !important;
    padding: 0;
    text-transform: uppercase;
}

.buttonNacist {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    background-color: black;
    color: White;
    text-decoration: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.submitForm:HOVER {
    background-color: black;
    color: White;
}

.formNote {
    font-size: 14px;
    margin: 20px auto;
    max-width: 380px;
}

.buttons {
}

.buttons div {
    cursor: pointer;
    text-decoration: underline;
}

.buttons div:HOVER {
    text-decoration: none;
}

.link {color:Black;text-decoration:     underline;}