/* -- start setup -- */
/*
font-family: 'Roboto', 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: #4E5261;
}

.white, .white a {color:White !important}

.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;
}

@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;
}

.maxW770 {
    max-width: 770px;
}


.bV {
    font-family: 'Be Vietnam';
}

.hara {
    font-family: 'Harabara';
}

.header {
    background-image: url(../pcs/pcs_layout/bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1042px;
}


@media only screen and (min-width : 1900px) {
    .header {
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto;
    }
}



.headerText {
    margin-top: 30px;
}

.headerTitle {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: White;
    max-width: 650px;
    margin-bottom: 1rem;
}

@media only screen and (min-width : 480px) {
    .headerTitle {
        font-size: 41px;
        line-height: 48px;
    }
}

@media only screen and (min-width : 768px) {
    .headerTitle {
        font-size: 47px;
        line-height: 56px;
    }
}

@media only screen and (min-width : 992px) {
    .headerTitle {
        font-size: 53px;
        line-height: 64px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerTitle {
        font-size: 60px;
        line-height: 70px;
    }
}

.headerButton {
    display: block;
    font-weight: bold;
    font-size: 16px;
    width: 168px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background-color: #FFFFFF;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    color: #2C3452;
}

.headerLogos {
    margin-top: 5rem;
}

.oddLogos {
    margin-left: 30px;
    margin-right: 30px;
    border-right: 1px solid White;
    height: 76px;
}


.headerImageMobile {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media only screen and (min-width : 1200px) {
.headerImage {
    max-width: 538px !important;
}    
    }

.top {
    padding: 30px;
}

.contentInvert {
    position: relative;
    margin-top: -80px;

}

.headerContent {}

.topLogo img {
    width: 100px;
}

@media only screen and (min-width : 554px) {
    .topLogo img {
        width: auto;
    }
}


.topMenu {
    margin-bottom: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: White;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.topButton a {
    border: 1px solid White;
    display: block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: White;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@media only screen and (min-width : 554px) {
    .topButton a {
        width: 128px;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
    }
}

@media only screen and (min-width : 768px) {
    .topButton a {
        width: 168px;
        height: 54px;
        line-height: 54px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px;
    }
}

.topButton a:HOVER {
    background-color: White;
    color: White;
    text-decoration: none;
    color: #2C3452;
}

.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 {}


h2 {
    color: #2C3452;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 1rem;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 32px;
        line-height: 45px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 36px;
        line-height: 53px;
    }
}


h3 {
    color: #2C3452;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

@media only screen and (min-width : 480px) {
    h3 {
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 768px) {
    h3 {
        font-size: 22px;
        line-height: 34px;
    }
}

@media only screen and (min-width : 992px) {
    h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 1200px) {
    h3 {
        font-size: 24px;
        line-height: 37px;
    }
}

.itemList {
    padding-left: 20px;
}


.itemList li {
    font-size: 14px;
    color: #717586;
    margin-bottom: 10px;
}


.introText {
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}

@media only screen and (min-width : 480px) {
    .introText {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 768px) {
    .introText {
        font-size: 22px;
        line-height: 33px;
    }
}

@media only screen and (min-width : 992px) {
    .introText {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 1200px) {
    .introText {
        font-size: 24px;
        line-height: 37px;
    }
}


.contentMira {
    padding-top: 250px;
    background-image: url(../pcs/pcs_layout/mira-bcg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media only screen and (min-width : 1900px) {
    .contentMira {
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto;
    }
}




.miraBoxes {
    margin-top: 50px;
    margin-bottom: 55px;
}

.miraBox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-position: 20px 30px;
    background-repeat: no-repeat;
    padding: 75px 20px 0 20px;
    margin-bottom: 15px;
    min-height: 286px;
    background-size: 30px 30px;
}

.miraBox1 {
    background-image: url(../pcs/pcs_layout/ico1.svg);
    background-color: #D4F2FF;
}

.miraBox2 {
    background-image: url(../pcs/pcs_layout/ico2.svg);
    background-color: #EAF9F6;
}

.miraBox3 {
    background-image: url(../pcs/pcs_layout/ico3.svg);
    background-color: #E5F7FF;
}

.miraBox4 {
    background-image: url(../pcs/pcs_layout/ico4.svg);
    background-color: #E5F7FF;
}

.miraBox5 {
    background-image: url(../pcs/pcs_layout/ico5.svg);
    background-color: #E9F2FF;
}

.miraBox6 {
    background-image: url(../pcs/pcs_layout/ico6.svg);
    background-color: #DBFDFB;
}

.miraBox7 {
    background-image: url(../pcs/pcs_layout/ico7.svg);
    background-color: #DBFDFB;
}

.miraBox8 {
    background-image: url(../pcs/pcs_layout/ico8.svg);
    background-color: #D4F2FF;
}

.miraBox9 {
    background-image: url(../pcs/pcs_layout/ico9.svg);
    background-color: #E9F2FF;
}

.contentSupport {
    margin-top: 50px;
    padding-top: 200px;
    padding-bottom: 70px;
    background-image: url(../pcs/pcs_layout/support-bcg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
}

@media only screen and (min-width : 768px) {
    .contentSupport {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width : 1900px) {
    .contentSupport {
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto;
    }
}

.weSupport {
    background-image: url(../pcs/pcs_layout/hand.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 100px;
    line-height: 100px;
    color: #2C3452;
    font-size: 22px;
    font-weight: bold;
    width: 280px;
}

@media only screen and (min-width : 480px) {
    .weSupport {
        font-size: 26px;
    }
}

@media only screen and (min-width : 768px) {
    .weSupport {
        font-size: 30px;
        width: 400px;
    }
}

@media only screen and (min-width : 992px) {
    .weSupport {
        font-size: 34px;
    }
}

@media only screen and (min-width : 1200px) {
    .weSupport {
        font-size: 36px;
    }
}

.contactSection {
    position: relative;
    background-image: url(../pcs/pcs_layout/mapa-cz.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

@media only screen and (min-width : 1900px) {
    .contactSection {
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto;
    }
}


.contactBox {
    position: relative;
    z-index: 999;
    top: -30px;
    margin: 0 auto;
    background-image: url(../pcs/pcs_layout/kontakt-box2.png);
    background-position: top center;
    background-repeat: no-repeat;
    max-width: 380px;
    min-height: 450px;
    min-height: 480px;
    padding: 30px;
}

@media only screen and (min-width : 768px) {
    .contactBox {
        margin: 0;
    }

}


.contactTitle {
    font-size: 24px;
    font-weight: bold;
    color: White;
    margin-bottom: 1rem;
}

.contactSubTitle {
    font-size: 16px;
    font-weight: bold;
    color: #5CBBB4;
    margin-bottom: .5rem;
}

.contactText {
    color: #FFFFFF;
    line-height: 27px;
    margin-bottom: 1rem;
}

.contactMail {
    font-size: 24px;
    font-weight: bold;
    color: #36A7DA;
    text-decoration: underline;
}


.contactMail:HOVER {
    color: #36A7DA;
    text-decoration: none;
}

.contactInfo {
    margin-bottom: .5rem;
}

.contactPhone {
    font-size: 24px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.contactPhone:HOVER {
    color: White;
    text-decoration: none;
}

.footer {
    min-height: 46px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.footer .copy {
    font-size: 14px;
    color: #4E5261;
}

.backTop {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #36A7DA;
    background-image: url(../pcs/pcs_layout/arrow.svg);
    background-position: center 18px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
    transition: background-color 0.5s;
}

.backTop:HOVER {
    background-color: #2C3452;
}


.mapLink2 {
    display: block;
    min-height: 500px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.icoPlace {
    width: 30px;
}

@media only screen and (max-width : 768px) {
    .menuSwitcher {
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 28px;
        height: 28px;
    }

    .openMenu {

        background-image: url(../pcs/pcs_layout/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;

        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;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: #2c3452;

        background-image: url(../pcs/pcs_layout/menu-close.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 : 769px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}




.text {
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}


h3.blueText {
    color: #5dbfc8;
}

h3.blueText {
    font-weight: normal;
}


.button {
font-weight:500;
border:none;
display:block;
color:White;
font-size:14px;
width:200px;
height:48px;
line-height:48px;
background-color:#5dbfc8;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
text-align:center;
transition: background-color 0.5s;
text-transform: uppercase;
}

.button2 {
width:240px;
}

.buttonCenter {
margin-left:auto; 
margin-right:auto;
}

.button:HOVER {
color:White;
text-decoration:none;
background-color: #2C3452;
}

.rightLink {
    float:right;
font-weight:500;
border:none;
display:block;
color:#37b2b0;
font-size:13px;
width:130px;
height:40px;
line-height:40px;
background-color:#f0fafc;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
transition: background-color 0.5s;
text-transform: uppercase;    
}

.rightLink:HOVER {
color:White;
text-decoration:none;
background-color: #2C3452;
}

.centerLink {
margin:20px auto;
font-weight:500;
border:none;
display:block;
color:White;
font-size:13px;
width:130px;
height:40px;
line-height:40px;
background-color: #2C3452;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
transition: background-color 0.5s;
text-transform: uppercase;    
}

.centerLink:HOVER {
color:#37b2b0;
text-decoration:none;
background-color:#f0fafc;
}