/* -- start setup -- */

@font-face {
    font-family: 'helveticaneueltpro-bd';
    src: url('fonts/helveticaneueltpro-bd.eot');
    src: url('fonts/helveticaneueltpro-bd.eot') format('embedded-opentype'),
        url('fonts/helveticaneueltpro-bd.woff2') format('woff2'),
        url('fonts/helveticaneueltpro-bd.woff') format('woff'),
        url('fonts/helveticaneueltpro-bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltpro-cn';
    src: url('fonts/helveticaneueltpro-cn.eot');
    src: url('fonts/helveticaneueltpro-cn.eot') format('embedded-opentype'),
        url('fonts/helveticaneueltpro-cn.woff2') format('woff2'),
        url('fonts/helveticaneueltpro-cn.woff') format('woff'),
        url('fonts/helveticaneueltpro-cn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltpro-lt';
    src: url('fonts/helveticaneueltpro-lt.eot');
    src: url('fonts/helveticaneueltpro-lt.eot') format('embedded-opentype'),
        url('fonts/helveticaneueltpro-lt.woff2') format('woff2'),
        url('fonts/helveticaneueltpro-lt.woff') format('woff'),
        url('fonts/helveticaneueltpro-lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CorporateACon-Reg';
    src: url('fonts/CorporateACon-Reg.eot');
    src: local('¢'), url('fonts/CorporateACon-Reg.woff') format('woff'), url('fonts/CorporateACon-Reg.ttf') format('truetype'), url('fonts/CorporateACon-Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CorporateA-Regular';
    src: url('fonts/CorporateA-Regular.eot');
    src: local('¢'),
        url('fonts/CorporateA-Regular.woff') format('woff'), url('fonts/CorporateA-Regular.ttf') format('truetype'), url('fonts/CorporateA-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CorporateS-Bold';
    src: url('fonts/CorporateS-Bold.eot');
    src: local('¢'), url('fonts/CorporateS-Bold.woff') format('woff'), url('fonts/CorporateS-Bold.ttf') format('truetype'), url('fonts/CorporateS-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CorporateS-Regular';
    src: url('fonts/CorporateS-Regular.eot');
    src: local('¢'), url('fonts/CorporateS-Regular.woff') format('woff'), url('fonts/CorporateS-Regular.ttf') format('truetype'), url('fonts/CorporateS-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'helveticaneueltpro-lt', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    border: none;
    padding: 0;
    /*color: White;*/
}


body {
    background-color: black;
}

.relative {
    position: relative;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

.mbFont {
    font-family: 'Conv_CorporateACon-Reg';
}

.biggerFont {
    font-size: 24px;
    font-weight: normal;
    color: White;
}

.white {
    color: White !important;
}

.white:HOVER {
    color: White !important;
}

html {
    height: 100%;
}

body {
    background-color: black;
}

.logoImg {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

h1,
h2,
h3,
h4,
label,
p.text,
.introText {
    color: White;
}

.textProgram, .textProgram a {color:#a9a9a9 !important;}
.textProgram a:HOVER {color:White !important;}


h1 {
    font-weight: bold;

    font-size: 20px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 35px;
        line-height: 42px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }
}


h2 {
    font-weight: normal;
    color: White;
    font-size: 16px;
    line-height: 18px;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 19px;
        line-height: 22px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

h3 {
    font-size: 28px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 28px;
}


.page {
    padding-top: 0px;
}

.top {
    position: relative;
}

.headerLogo img {
    width: 240px;
}

.topBanner img {
    max-width: 600px;
}

.formBox {
    margin-top: 0px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    /*border: 2px solid White;
    border: 2px solid #013854;



    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);

    background-image: url(../pcs/pcs_layout/reg-box-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #65b3b7; */

}


@media(min-width: 768px) {
    .formBox {
        padding: 40px;

    }
}


.formBoxSmall {
    max-width: 900px;
}

/*
.formBox h2 {
    font-size: 25px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width : 768px) {
    .formBox h2 {
        font-size: 30px;
    }
}
*/

.introText {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

form input,
form select,
form option,
form textarea {
    color: #47b5e6;
    border: 1px solid #13646d !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: #47b5e6;
}

.formNote {
    color: White;
    font-size: 13px;
    line-height: 12px !important;
    font-style: normal;
}

.submitForm {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #47b5e6;
    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;
}

.submitForm2 {
    width: 310px;
}

.buttonNacist {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    background-color: #47b5e6;
    color: White;
    text-decoration: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.submitForm:HOVER {
    background-color: #47b5e6;
    color: White;
}

.link {
    color: #47b5e6;
    text-decoration: underline;
}

.link:HOVER {
    color: #47b5e6;
    text-decoration: none;
}

#uspesne_odeslani {
    background-color: #00c2ba;
    background-color: Black;
    max-width: 400px;
    margin: 15px auto;
    text-align: center;
    color: White;
    padding-top: 40px;
    padding-bottom: 40px;
}

#formError {
    color: Red;
font-size: 20px;
}

.button {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #002c5f;
    color: White;
    text-decoration: none;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    font-size: 15px;
    margin: 10px auto !important;
    padding: 0;
    transition: background-color 0.5s;
}

.button:HOVER {
    background-color: #004595;
    color: White;
}

.buttonsBox {
    max-width: 400px;
    margin: 20px auto;
}

.tableBox {
    max-width: 550px;
    margin: 20px auto;    
}

.tableBoxSmall {
    max-width: 300px;
    margin: 20px auto;    
}

.sideLogo {
    background-image: url(../pcs/pcs_layout/mobile-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 125px;
    height: 40px;
    position: fixed;
    top: 0;
    right: 20px;
}


@media only screen and (min-width : 1500px) {
    .sideLogo {
        background-image: url(../pcs/pcs_layout/logo.png);
        width: 110px;
        height: 269px;
        position: absolute;
        top: 200px;
        right: 0;
    }
}



.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Vybrať súbor";
}



.iframeBox {
    width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.buttonContinue {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 330px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #47b5e6;
    color: White;
    text-decoration: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 17px;
    margin: 10px auto !important;
    padding: 0;
    text-transform: uppercase;

}

.buttonContinue:HOVER {
    background-color: White;
    color: #47b5e6;
    text-decoration: none;
}

.confirmText {
    font-size: 18px;
}


.odd {
    height: 1px;
    background-color: #4d4d4d;
    margin-top: 50px;
    margin-bottom: 40px;
}



.tableProgram th,
.tableProgram td {
    border: 1px solid White !important;
    color: White;
}

.tableProgram th,
.tableProgram td {
    font-size: 13px;
}

.menuSwitcher {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    background-image: url(../pcs/pcs_layout/menu-switch.png);
    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;
}

.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;
    font-size: 26px;
}

.menuOdd {
    border: 1px solid #336f9d;
}

.closeMenu {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    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;
}

.langMenu2 {
    background-color: #0C367F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 7px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 155px;
}


.blueTextNote {
    color: #47b5e6;
    font-size: 18px;
    text-align: center;
}