.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* -- start setup -- */
/*
font-family: 'PT Sans', sans-serif;
*/

* {
    font-family: 'Poppins', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #324D41
}

.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;
}

.green {
    color: #0f8112;
}

.pointer {
    cursor: pointer;
}

.white {
    color: White;
}

.maxW750 {
    max-width: 750px;
}

@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: #F9FEEB;
}

.redFont {
    color: #ba3071;
}

.header {
    background-image: url(../pcs/pcs_layout/bg-header.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerBottom {
    background-image: url(../pcs/pcs_layout/header-bottom-mobile.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media only screen and (min-width : 768px) {
    .headerBottom {
        background-image: url(../pcs/pcs_layout/header-bottom.png);
    }
}


.top {
    min-height: 95px;
    background-color: White;
}


.topLogo {
    max-width: 107px;
}

@media only screen and (min-width : 768px) {
    .topLogo {
        max-width: 148px;
    }
}

.topMenu {
    margin-bottom: 0;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
    margin-left: 15px;
}

.topMenu li a {
    color: #D92C70;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (min-width : 992px) {
    .topMenu li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .topMenu li a {
        font-size: 18px;
    }
}

@media only screen and (min-width : 1200px) {
    .topMenu li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .topMenu li a {
        font-size: 18px;
    }
}

.topButton {
    text-transform: uppercase;
    background-color: #2D498B;
    color: White;
    font-size: 16px;
    font-weight: 700;
    width: 168px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    transition: background-color 0.5s;
}

.topButton:HOVER {
    color: White;
    background-color: #4061AE;
    text-decoration: none;
}

.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,

#uspesne_odeslani,
.hsFont {
    font-family: 'Heineken Serif 18';
}


.headerContent {
    padding-top: 20px;
    position: relative;
    z-index: 99;
}

@media only screen and (min-width : 768px) {
    .headerContent {
        padding-top: 30px;
        margin-bottom: -50px;
    }
}


.headerButtonBox {
    background-image: url(../pcs/pcs_layout/top-button-bcg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fontBorder {
    border: 4px solid Red;
}

.headerContentButton {
    font-weight: 500;
    font-size: 18px;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 168px;
    height: 50px;
    line-height: 50px;
    background-color: #D92C70;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.redButton {
    background-color: #D92C70;
}

.smallButton {
    width: 146px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.headerContentButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #EA3D81;
}


h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 25px;
        line-height: 33px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 35px;
        line-height: 43px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
}


.odd {
    border-bottom: 1px solid #d1d1d1;
    margin-top: 45px;
    margin-bottom: 45px;
}

.iconImage {
    min-height: 150px;
}

.iconImage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.iconNum {
    color: White;
    background-color: #5AB7A6;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: 15px auto;
}

.iconText {
    text-align: center;
}

.iconText strong {
    color: #ba3071;
}



.arrow {
    background-image: url(../pcs/pcs_layout/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 42px;
    height: 6px;
    position: absolute;
    top: 200px;
    right: -12px;
}

.arrow2 {
    background-image: url(../pcs/pcs_layout/arrow2.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 6px;
    height: 30px;
    display: block;
    margin: 20px auto;
}

.registrace {
    background-image: url(../pcs/pcs_layout/bg-registrace.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.registraceTop {
    background-image: url(../pcs/pcs_layout/registrace-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.registraceBox {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.formInputBox {
    margin-top: 20px
}

.regForm label {
    color: #324D41;
    font-size: 16px;
    font-weight: 700;
}

.regForm input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #2D498B;
    min-height:     50px;
    line-height:     50px;
}

.submitButtonCenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 302px;
}

.submitButton {
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 18px;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 302px;
    height: 58px;
    line-height: 58px;
    background-color: #D92C70;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    transition: background-color 0.5s;
    padding: 0;
    float: none;
    border: none !important;
    text-transform: uppercase;
    margin-top: 30px;
}

.souhlasForm {
    margin-top: 30px;
}

.souhlasForm {
    color: #324D41;
    font-size: 16px;
}

.souhlasLabel input {
    min-height:     16px;
    line-height:     16px;    
}

.souhlasForm a {
    color: #D92C70;
    font-size: 16px;
}

.souhlasForm a {
    text-decoration: underline;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.submitButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #EA3D81;
}



.custom-file-label {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: White;
    border: 1px solid #2D498B;
    color: #161616;
    min-height: 44px;
    line-height: 44px;

    min-height: 50px;
    line-height: 50px;    
    padding-top: 0;
}

.custom-file-label::after {
    min-height: 42px;
    line-height: 42px;
    min-height: 49px;
    line-height: 49px;    
    padding-top: 0;
    background-color: #2D498B;
    border: 1px solid #2D498B;
    color: White;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

/*
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Procházet";
}
*/

.pageLang1 .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Procházet";
}

.pageLang2 .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Prechádzať";
}

.titlePravidla {
    font-size: 30px;
    line-height: 36px;
}

.rulesLink {
    color: #e10f21;
    font-size: 18px;
    text-decoration: underline;
}

.rulesLink:HOVER {
    color: #9e1958;
    text-decoration: none;
}

.datumNakupuIco {
    background-image: url(../pcs/pcs_layout/datum-ico.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}


@media only screen and (max-width : 992px) {
    .imgPravidla {
        max-width: 300px;
        margin: 30px auto;
        display: block;
    }
}

.pravidlaBox {
    background-image: url(../pcs/pcs_layout/pravidla-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer {
    background-color: White;
}

.footerContent {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footerText {
    color: #2D498B;
    font-size: 14px;
}

@media only screen and (min-width : 992px) {
    .footerText {
        font-size: 18px;
        text-align: right;
    }
}

@media only screen and (min-width : 992px) {

    .footerLogo,
    .footerText {
        width: 260px;
    }
}


.socialIco {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FEE433;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-right: 6px;
}

.socialIcoFb {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialIcoInsta {
    background-image: url(../pcs/pcs_layout/instagram.svg);
}

.socialIcoYt {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialIcoTT {
    background-image: url(../pcs/pcs_layout/tt.svg);
}


/* popupy */
.overlay {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-image: url(../pcs/pcs_layout/overlay.png);
    background-position: center center;
    background-repeat: repeat;
}

.popUp {
    top: 50%;
    left: 2%;
    position: fixed;
    z-index: 9999;
    width: 98%;
    margin-top: -220px;
    margin-left: 0px;


}

.popUp img {
    max-width: 90%;
}

@media only screen and (min-width : 768px) {
    .popUp {
        top: 50%;
        left: 50%;
        position: fixed;
        z-index: 9999;
        width: 591px;
        height: 447px;
        margin-top: -220px;
        margin-left: -295px;
    }

    .popUp img {
        max-width: 591px;
    }
}

.popUpClose {
    top: -22px;
    right: -22px;
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    background-image: url(../pcs/pcs_layout/pop-up-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}


@media only screen and (min-width : 768px) {
    .popUp {
        top: 50%;
        left: 50%;
        position: fixed;
        z-index: 9999;
        width: 591px;
        height: 447px;
        margin-top: -220px;
        margin-left: -295px;
    }

    .popUp img {
        max-width: 591px;
    }

    .popUpClose {
        top: -50px;
        right: -50px;

        width: 100px;
        height: 100px;
    }

    .popUpCloseThank {
        top: -50px;
        right: -50px;
        width: 130px;
        height: 130px;
    }
}


.popUp4 {
    /*background-image: url(../pcs/pcs_layout/thankyou.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
    max-width: 600px;
    /*height: 440px;*/
    padding: 35px;
    background-color: White;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.popUpImg {
    position: relative;
    top: -100px;
    margin-bottom: -70px;
}



.popUpTitle {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 900;
}

.popUpText {
    color: #888888;
    font-size: 18px;
    margin-bottom: 20px;
}

.smallButton {}

@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .openMenu {
        background-color: #0f8112;
        background-color: Black;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }


    .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: 18px;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 10;
        width: 50px;
        height: 50px;


        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;

    }
}


@media only screen and (min-width : 768px) {
    .openMenu {
        display: none !important;
    }
}