/* -- start setup -- */
/*
font-family: 'Noto Sans', sans-serif;
*/

* {
    font-family: 'Noto Sans', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #434343;
}

.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;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}



.header {}


.headerContent {}

.topLogo {}


.topMenu {}

.topMenu li {}

.topMenu li a {}

.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;
    }
}

.contentCol {
    background-color: #FAF8F5;
}

.contentCenik {}


h1,
h2,
h3,
h4,
.title,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani {
    /*    font-family: 'Bebas Neue', cursive; */
}

.title {}

h1 {}


h2 {}


h3 {}


h4 {}


.text {}

.text strong {}

.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #e5e1e1;
}

.conferenceBox {
    background-color: White;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    position:relative;
}

textarea {
    min-height: 120px;
}

.submitButton {}

.submitButton, .buttonBack {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #e21035;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

.submitButton320 { width: 320px;  }

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.submitButton:HOVER, .buttonBack:HOVER {
    color: White;
    text-decoration: none;
    background-color: #fc2147;
}

.buttonBack {
position:absolute;
top:30px;
left:30px;
width: 110px;
}

h3 {
    font-size: 24px;
    color: Black;
    margin-top: 15px;
}

.note {
    font-size: 15px;
    border: 1px solid #e5e1e1;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.link {
    text-decoration: underline;
    color: Black;
}

.regBox {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px 0 10px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f6f6f6;
}

.radioBox {
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 15px 15px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f6f6f6;
    min-height: 130px;
}


.radioBoxTitle {
    color: Black;
    font-weight: bold;
    font-size: 20px;
}

.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";
}

@media(min-width: 768px) {
    .pokojName {
        width: 550px;
    }
}

.greyText,
.greyText * {
    color: #bfbfbf;
}

.tableSmallText{
background-color: White;
}

.tableSmallText th,
.tableSmallText td {
    font-size: 12px;
    color:Black;
}

.noteSmaller {
    font-size: 13px;
}

.boxFormularSekce {
    padding: 15px;
    background-color: #fff2e3;
}

/* kapacita */
.kapacitaNaplnena {font-weight:     bold;}



.tl_ares {display:none !important;}