/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/


@font-face {
    font-family: 'Harabara';
    src: url('Harabara.woff2') format('woff2'),
        url('Harabara.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-Bold.woff2') format('woff2'),
        url('BeVietnam-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-BoldItalic.woff2') format('woff2'),
        url('BeVietnam-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-ExtraBold.woff2') format('woff2'),
        url('BeVietnam-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-ExtraBoldItalic.woff2') format('woff2'),
        url('BeVietnam-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-LightItalic.woff2') format('woff2'),
        url('BeVietnam-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-Italic.woff2') format('woff2'),
        url('BeVietnam-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-Light.woff2') format('woff2'),
        url('BeVietnam-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-MediumItalic.woff2') format('woff2'),
        url('BeVietnam-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-Regular.woff2') format('woff2'),
        url('BeVietnam-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-Medium.woff2') format('woff2'),
        url('BeVietnam-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-Thin.woff2') format('woff2'),
        url('BeVietnam-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-SemiBoldItalic.woff2') format('woff2'),
        url('BeVietnam-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-SemiBold.woff2') format('woff2'),
        url('BeVietnam-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('BeVietnam-ThinItalic.woff2') format('woff2'),
        url('BeVietnam-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}



* {
    font-family: 'Roboto', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: Black;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.centerElement {
    margin-left: auto;
    margin-right: auto;
}

.maxW630 {
    max-width: 630px;
}


/* -- 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;
}


.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header {}

.headerImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    z-index: 9;
}

@media only screen and (min-width : 768px) {
    .headerImage {
        min-height: 967px;
    }
}

.headerImage1 {
    background-image: url(../pcs/pcs_layout/header1.jpg);
}

.headerImage2 {
    background-image: url(../pcs/pcs_layout/header2.jpg);
}

.headerImage3 {
    background-image: url(../pcs/pcs_layout/header3.jpg);
}

.headerImage4 {
    background-image: url(../pcs/pcs_layout/header4.jpg);
}


.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 30px;
    background-color: White;
    border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}

.transparentBcg {
    background-color: transparent;
    border-bottom: none;
}

.topLogo img {
    max-width: 160px
}

@media only screen and (min-width : 768px) {
    .topLogo img {
        max-width: 306px
    }
}

.topMenu ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.topMenu ul li {
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
}

.topMenu ul li.registerTopButton {
    border: 1px solid Black;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.transparentBcg .topMenu ul li.registerTopButton {
    border: 1px solid White;
}

@media only screen and (min-width : 1200px) {
    .topMenu ul li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.topMenu ul li a {
    color: black;
    line-height: 49px;
    line-height: 29px;
    font-size: 16px;
    text-decoration: none;
}

.transparentBcg .topMenu ul li a {
    color: White;
}

.topMenu ul li.active {
    border-bottom: 2px solid White
}

.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: 120px;
        padding-bottom: 120px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

h1,
h2,
h3 {
    font-family: 'Harabara';
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 45px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 50px;
    }
}

h3 {
    font-size: 28px;
}

@media only screen and (min-width : 480px) {
    h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width : 768px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width : 992px) {
    h3 {
        font-size: 34px;
    }
}

@media only screen and (min-width : 1200px) {
    h3 {
        font-size: 35px;
    }
}

.dual-underline {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.dual-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    /* posun pod text */
    width: 100%;
    height: 6px;
    /* celková výška podtržení */
    background: linear-gradient(to bottom, #d8e6f6 0%, #d8e6f6 50%, white 50%, white 100%);
    z-index: -1;
    /* aby bylo za textem */
}

.white-underline {
    border-bottom: 2px solid #afdce9;
    display: inline-block;
}

p.text {
    line-height: 175%;
    margin-bottom: 2em;
}

.topText,
.topText strong {
    font-size: 16px;
}

@media only screen and (min-width : 480px) {

    .topText,
    .topText strong {
        font-size: 17px;
    }
}

@media only screen and (min-width : 768px) {

    .topText,
    .topText strong {
        font-size: 18px;
    }
}

@media only screen and (min-width : 992px) {

    .topText,
    .topText strong {
        font-size: 19px;
    }
}

@media only screen and (min-width : 1200px) {

    .topText,
    .topText strong {
        font-size: 20px;
    }
}

.hotelLink {
    color: #cc0101;
    text-decoration: underline;
}

.hotelLink:HOVER {
    color: #cc0101;
    text-decoration: none;
}

.contentBcg {
    background-position: top left;
    background-repeat: no-repeat;    
}

@media only screen and (min-width : 992px) {
.contentBcg {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
}

.content1 {
    background-image: url(../pcs/pcs_layout/bcg-content1.png);
    background-size: cover;
    position: relative;
    top: -180px;
    z-index: 88;
    margin-bottom: -180px;    
}




.content2 {
    background-image: url(../pcs/pcs_layout/bcg-content2.jpg);
    min-height: 1000px;
}

.content3 {
    background-image: url(../pcs/pcs_layout/bcg-content3.jpg);
    min-height: 1000px;
}

.content4 {
    background-image: url(../pcs/pcs_layout/bcg-content4.jpg);
    min-height: 1000px;
}

.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;
}

.programItems {
    max-width: 640px;
    margin: 15px auto 5px auto;
}

.programFace {
    width: 160px;
}

.programFace img {
    width: 103px;
}

.programTime {
    font-size: 20px;
    font-weight: normal;
}

@media only screen and (min-width : 480px) {
    .programTime {
        font-size: 23px;
    }
}

@media only screen and (min-width : 768px) {
    .programTime {
        font-size: 26px;
    }
}

@media only screen and (min-width : 992px) {
    .programTime {
        font-size: 29px;
    }
}

@media only screen and (min-width : 1200px) {
    .programTime {
        font-size: 30px;
    }
}


.programName {
    font-size: 17px;
    font-weight: bold;
}

@media only screen and (min-width : 480px) {
    .programName {
        font-size: 18px;
    }
}

@media only screen and (min-width : 768px) {
    .programName {
        font-size: 19px;
    }
}

@media only screen and (min-width : 992px) {
    .programName {
        font-size: 20px;
    }
}

@media only screen and (min-width : 1200px) {
    .programName {
        font-size: 22px;
    }
}


.programName em {
    font-weight: normal;
    font-size: 17px;
}

.programText {
    font-size: 17px;
}

.arrowNext {
    background-image: url(../pcs/pcs_layout/program-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 45px;
    height: 23px;
    margin: 5px auto 15px auto;
}

.fullProgramButton {
    margin: 40px auto;
    width: 140px;
    height: 45px;
    line-height: 41px;
    border: 2px solid #acd6e7;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.fullProgramButton:HOVER {
    border: 2px solid #acd6e7;
    background-color: #cee9f4;
}

.registerButton {
    border: 2px solid Black;
    display: block;
    background-color: Black;
    margin: 20px auto 0 auto;
    width: 220px;
    height: 54px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.5s;
    transition: color 0.2s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.5s;
}

.registerButton:HOVER {
    background-color: #282828;
    color: White;
    text-decoration: none;
}

.speaker {
    margin-bottom: 40px;

    align-items: flex-start;
}

.speakerFoto {
    width: 150px;
}

.speakerMain {
    max-width: 400px;
}

@media only screen and (min-width : 1200px) {
.speakerMain {
    min-width: 400px;
}
}

.speakerName {
    font-weight: bold;
    font-size: 30px;
}

.speakerText {
    font-size: 14px;
    min-height: 80px;
}

.readMore {
    display: block;
    margin-top: 10px;
    width: 120px;
    height: 45px;
    line-height: 41px;
    border: 2px solid #acd6e7;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: Black;
}

.readMore:HOVER {
    color: Black;
    border: 2px solid #acd6e7;
    background-color: #cee9f4;
    text-decoration: none;
}

.readMore {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}

.readMore.hidden {
    display: none;
}

.speakerText-wrapper {
    overflow: hidden;
    transition: height 0.4s ease;
    position: relative;
    margin-bottom: 10px;
}

.speakerText.collapsed {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* počet řádků (nebo přizpůsob délce textu v JS) */
    -webkit-box-orient: vertical;
}

.readMore {
    display: inline-block;
    margin-top: 5px;
}

.readMore.hidden {
    display: none;
}

.footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #000000;
}

.footerMenu ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.footerMenu ul li {
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
}

@media only screen and (min-width : 1200px) {
    .footerMenu ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.footerMenu ul li a {
    color: #fffefe;
    line-height: 49px;
    line-height: 29px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (max-width : 992px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-image: url(../pcs/pcs_layout/menu-black.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 999;
    }

    .transparentBcg .menuSwitcher {
        background-image: url(../pcs/pcs_layout/menu.png);
    }

    .openMenu {
        background-color: Black;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 999;
        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;
        color: White;
        text-transform: uppercase;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: White;
        background-image: url(../pcs/pcs_layout/menu-close-black.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}