/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
    font-family: "Roboto", serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: Black;
}

.rS {
    font-family: "Roboto Slab", serif;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

.white {
    color: White;
}

sup {
    font-size: 0.7em;
}

.maxW600 {
    max-width: 600px;
}

.maxW800 {
    max-width: 800px;
}


.hiddenElement {
    visibility: hidden;
}

@media only screen and (min-width : 1600px) {
.hide1600 { display:none; }
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}

.webContent {
    padding-top: 91px;
}

@media only screen and (min-width : 992px) {
.webContent {
    padding-top: 111px;
}
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top {
    position: fixed;
    z-index: 999;
    min-height: 91px;
    top: 0;
    padding-top: 25px;
    width: 100%;
    background-color: White;
    -webkit-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.62);
}

@media only screen and (min-width : 992px) {
.top {
    min-height: 111px;
}
}

.topLogo img {
    width: 200px;
    height: 41px;
}

@media only screen and (min-width : 992px) {
.topLogo img {
    width: 300px;
    height: 61px;
}
}

.topMenu ul {
    margin-bottom: 0;
}

.topMenu ul li {
    list-style-type: none;
    margin-left: 20px;
}

.topMenu ul li a {
    color: black;
    line-height: 50px;
}

.header {
    background-image: url(../pcs/pcs_layout/pes-mobile1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #cc0000;
    min-height: 700px;
}



@media only screen and (min-width : 992px) {
    .header {
        background-image: url(../pcs/pcs_layout/pes1.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-color: #cc0000;
        min-height: 700px;
    }
}


.headerContent {
    min-height: 450px;
}

@media only screen and (min-width : 992px) {
    .headerContent {
        min-height: 700px;
    }
}

.headerPlace {
    font-size: 18px;
    color: White;
}

@media only screen and (min-width : 480px) {
    .headerPlace {
        font-size: 20px;
    }
}

@media only screen and (min-width : 768px) {
    .headerPlace {
        font-size: 22px;
    }
}

@media only screen and (min-width : 992px) {
    .headerPlace {
        font-size: 24px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerPlace {
        font-size: 25px;
    }
}

.headerTitle {
    font-size: 30px;
    color: White;
    font-weight: bold;
}

@media only screen and (min-width : 480px) {
    .headerTitle {
        font-size: 38px;
    }
}

@media only screen and (min-width : 768px) {
    .headerTitle {
        font-size: 46px;
    }
}

@media only screen and (min-width : 992px) {
    .headerTitle {
        font-size: 54px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerTitle {
        font-size: 60px;
    }
}

.registerButton {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: Black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.registerButton:HOVER {
    color: #e31e25;
    text-decoration: none;
    background-color: Black;
}


.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;
}



h1,
h2,
h3,
h4,
.title,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani {
    /*    font-family: 'Bebas Neue', cursive; */
}

.title {}

h1 {}


h2 {}


h3 {}


h4 {}


.smallerTitle {font-size: 18px;}

.text {
    line-height: 28px;
}

.text strong {}

.text a {
    color: Black;
    text-decoration: underline;
}

.text a:HOVER {
    color: Black;
    text-decoration: none;
}

.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #FA7872;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #DD7359;
}


.odd {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
    width: 60px;
    background-color: Black;
}

.oddWhite {
    background-color: White;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: Black;
}


#countdown {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: White;
}

@media only screen and (min-width : 768px) {
    #countdown {
        width: 400px;
    }
}

#countdown div {
    text-align: center;
}

/*.borderRight {border-right:     1px solid White;}*/

#countdown span {
    font-size: 25px;
    display: block;
    font-weight: bold;
    color: White;
}

@media only screen and (min-width : 480px) {
    #countdown span {
        font-size: 35px;
    }
}

@media only screen and (min-width : 768px) {
    #countdown span {
        font-size: 45px;
    }
}

@media only screen and (min-width : 992px) {
    #countdown span {
        font-size: 55px;
    }
}

@media only screen and (min-width : 1200px) {
    #countdown span {
        font-size: 65px;
    }
}

.label {
    margin-top: 0px;
    font-size: 0.8em;
    color: White;
}

.registrace {
    background-image: url(../pcs/pcs_layout/reg-form-background.jpg);
    background-image: url(../pcs/pcs_layout/reg-form-background2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainForm {
    max-width: 450px;
    margin: 30px auto;
}

.mainForm label,
.mainForm label a {
    color: White;
    font-size: 20px;
    font-weight: bold;
}

.mainForm label a {
    text-decoration: underline;
}

.mainForm label a:HOVER {
    color: White;
    text-decoration: none;
}

.mainForm input {
    background-color: transparent;
    border: 1px solid White;
    color: White;
    margin-bottom: 20px;
}

.mainForm input.submitButton {
    background-color: Black;
    border: none;
    color: White;
    padding: 0;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 20px;
    width: 220px;
    height: 55px;
    line-height: 55px;
    background-color: Black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}


.mainForm input.submitButton:HOVER {
    color: #e31e25;
    text-decoration: none;
    background-color: Black;
}

.ico {
    border: 1px solid #b8b8b8;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto 20px auto;
}

.ico1 {
    background-image: url(../pcs/pcs_layout/ico-place.png);
    background-size:
}

.ico2 {
    background-image: url(../pcs/pcs_layout/ico-email.png);
}

.ico3 {
    background-image: url(../pcs/pcs_layout/ico-phone.png);
}

.icoText a {
    color: Black;
    text-decoration: underline;
}

.icoText a:HOVER {
    color: Black;
    text-decoration: none;
}

.footer {
    background-color: #313131;
    padding-top: 30px;
    padding-bottom: 30px;
}

.maxH500 {
    max-height: 500px;
}


.footerMenu ul {
    margin-bottom: 0;
}

.footerMenu ul li {
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
}

.footerMenu ul li a {
    color: White;
    font-size: 16px;
    line-height: 50px;
}

.copy {
    font-size: 14px;
    color: #a6b2b2;
    text-align: center;
}

.kotva {
    position: relative;
    top: -0px;
}






@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 25px;
        width: 44px;
        height: 44px;
        background-image: url(../pcs/pcs_layout/menu-open.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .openMenu {
        background-color: Black;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .openMenuTop {
        background-color: Black;
        height: 65px;
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: White;
        font-size: 16px;
    }

    .buttonRezervace {
        font-weight: 500;
        border: none;
        display: block;
        color: White !important;
        font-size: 16px;
        width: 240px;
        height: 50px;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
        background-color: #C8102E;
        text-align: center;
        transition: background-color 0.5s;
        text-transform: uppercase;
        font-weight: bold;
    }

    .buttonCenter {
        margin-left: auto;
        margin-right: auto;
    }

    .footerButton a:HOVER {
        color: White;
        text-decoration: none;
        background-color: #C8102E;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 10;
        width: 44px;
        height: 44px;


        background-image: url(../pcs/pcs_layout/menu-close.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;

    }


}

@media only screen and (min-width : 768px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}