/* -- start setup -- */
/*
font-family: 'Montserrat', sans-serif;
*/

* {
    font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

@media only screen and (min-width : 768px) {
    * {
        font-size: 16px;
    }
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.cPointer {
    cursor: pointer;
}

.mawW450 {
    max-width: 450px;
}

/* -- 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;
}

.maxW700,
.maxW900 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.maxW900 {
    margin-top: 20px;
    max-width: 940px;
}

.redLink {
    color: #cc0033;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
.button,
label,
.formSubmit {
    font-family: 'Montserrat', sans-serif;
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width : 768px) {
    .topLogo img {
        max-width: 180px;
    }
}

.button {
    border: none;
    display: block;
    color: White;
    font-size: 13px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background-color: #cc0033;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width : 768px) {
    .button {
        font-size: 14px;
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #cc0033;
}


.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 5px;
    width: 110px;
    background-color: #cc0033;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.imgFull {
    width: 100%;
}

.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: 35px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


h1 {
    font-size: 32px;
    font-weight: bold;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 39px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 53px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 60px;
    }
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 27px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 33px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 36px;
    }
}

.form {
    maxq
}

label {
    font-weight: bold;
    display: block;
    font-size: 17px;
    text-align: center;
}

@media only screen and (min-width : 768px) {
    label {
        font-size: 19px;
    }
}

label span {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #cc0033;
}

@media only screen and (min-width : 768px) {
    label span {
        font-size: 19px;
    }
}

.formSubmit {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 18px;
    width: 170px;
    height: 60px;
    line-height: 60px;
    background-color: #cc0033;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto 0 auto;
    padding: 0;
}

@media only screen and (min-width : 768px) {
    .formSubmit {
        font-size: 20px;
        width: 180px;
        height: 70px;
        line-height: 70px;
    }
}

.formSubmit:HOVER {
    color: White;
    text-decoration: none;
    background-color: #cc0033;
}

.vybranaFirma {
    color: #cc0033;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.grey {
    background-color: #ececec;
}

p.introText {
    margin-bottom: 2rem;
    line-height: 34px;
    font-size: 20px;
}

p.text {
    margin-bottom: 2rem;
    line-height: 28px;
}


.ico {
    margin: 15px auto;
    height: 112px;
    width: 112px;
    background-color: #ececec;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    background-position: center;
    background-repeat: no-repeat;
}

.ico1 {
    background-image: url(../pcs/pcs_layout/id-card.svg);
}

.ico2 {
    background-image: url(../pcs/pcs_layout/smartphone.svg);
}

.ico3 {
    background-image: url(../pcs/pcs_layout/envelope.svg);
}

.icoTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.icoText {
    max-width: 309px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.toolTipInfo {
    width: 27px;
    height: 27px;
    line-height: 27px;
    border: none;
    padding: 0;
    text-align: center;
    color: White;
    background-color: #cc0033;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.link {
    text-decoration: underline;
    color: Black;
}

.link:HOVER {
    text-decoration: none;
    color: Black;
}


.overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99500;
    background-image: url(../pcs/pcs_layout/overlay.png);
}

.popUpInfo {
    top: 40%;
    position: absolute;
    width: 100%;
    z-index: 99510;
}

@media (min-width: 992px) {
    .popUpInfo {
        top: 50%;
        left: 50%;
        height: 250px;
        width: 400px;
        margin-top: -125px;
        margin-left: -200px;
    }
}

.popUpInfoTitle {
    text-align: center;
    color: Black;
    font-size: 30px;
    font-weight: bold;
}

.popUpInfoText {
    text-align: center;
    color: Black;
    font-size: 15px;
    margin-bottom: 1rem;
}

.buttonsFirepoint {
    width: 100%;
}

@media (min-width: 992px) {
    .popUpInfoTitle {
        text-align: center;
        font-size: 60px;
    }

    .popUpInfoText {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    .buttonsFirepoint {
        width: 400px;
    }
}

.imgCenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.footerBanner {background-color:    black;
padding-top:    15px;
padding-bottom:    15px;
}

.linkUrl {font-size:    12px;}