/* -- start setup -- */

@font-face {
    font-family: 'DIN ProBlack';
    src: url('DINPro-Black.woff2') format('woff2'),
        url('DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN ProBold';
    src: url('DINPro-Bold.woff2') format('woff2'),
        url('DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN ProLight';
    src: url('DINPro-Light.woff2') format('woff2'),
        url('DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINCompPro-CondBold';
    src: url('DINCompPro-CondBold.woff2') format('woff2'),
        url('DINCompPro-CondBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN ProRegular';
    src: url('DINPro.woff2') format('woff2'),
        url('DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN ProRegular';
    src: url('DINPro-Medium.woff2') format('woff2'),
        url('DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Open Sans', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    border: none;
    padding: 0;
    color: #4B4B4B;
}

.white {
    color: White !important;
}

.blueText {
    color: #124A7F !important;
}

.lightBlue {
    color: #56C2F2 !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;
}

.itemCenter {
    margin-left: auto;
    margin-right: auto;
}

.relative {
    position: relative;
}

.maxW420 {
    max-width: 420px;
}

.maxW750 {
    max-width: 750px;
}

.maxW830 {
    max-width: 830px;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contentSmaller {
    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 {}


.header h1,
.headerContinue h1,
h2,
h3,
h4,
.blueBoxTitle,
.cardTitle,
.cardTitleDvere,
.overlayInfoBoxTitle,
.profilCardTitle,
.hrCardTitle,
.blueLink,
.benefitTitle,
.statistikyTitle,
.statistikyNum,
.statistikyFirmaName strong,
.introText strong,
.specialCardTitle {
    font-family: 'DIN ProBold';
}

.introText {
    font-family: 'DIN ProRegular';
}


.header,
.header2 {
    background-image: url(../pcs/pcs_layout/header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.header2 {
    background-image: url(../pcs/pcs_layout/header-img2.jpg);
}



.mh100 {
    min-height: 100px;
}

.mh130 {
    min-height: 130px;
}

.mh200 {
    min-height: 200px !important;
}

.mh220 {
    min-height: 220px !important;
}

.mh240 {
    min-height: 240px !important;
}


@media only screen and (min-width : 768px) {

    .mh350 {
        min-height: 350px;
    }

    .mh390 {
        min-height: 390px;
    }

    .mh410 {
        min-height: 410px;
    }

    .mh539 {
        min-height: 539px;
    }

    .mh545 {
        min-height: 530px;
    }

    .mh565 {
        min-height: 565px;
    }

    .mh700 {
        min-height: 700px;
    }

}


.header h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #FFFFFF;

    line-height: 72px;
    margin-bottom: 2rem;
}

.headerText {
    font-size: 20px;
    color: #FFFFFF;

    line-height: 33px;
    margin-bottom: 2rem;
}

.headerText p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 33px;
    margin-bottom: 2rem;
}

.headerText p strong {
    font-size: 20px;
    color: #FFFFFF;
}


.headerIco {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-top: 4px;
    font-size: 18px;
    color: #FFFFFF;

    line-height: 27px;
    min-height: 68px;


}

.headerIco1 {
    background-image: url(../pcs/pcs_layout/header-ico1.svg);
}

.headerIco2 {
    background-image: url(../pcs/pcs_layout/header-ico2.svg);
}

.headerIco3 {
    background-image: url(../pcs/pcs_layout/header-ico3.svg);
}

.headerIco4 {
    background-image: url(../pcs/pcs_layout/header-ico4.svg);
}

.headerIco5 {
    background-image: url(../pcs/pcs_layout/header-ico5.svg);
}

.headerIco6 {
    background-image: url(../pcs/pcs_layout/header-ico6.svg);
}


h2 {
    color: #124A7F;
    text-transform: uppercase;
    font-size: 36px;

    margin-bottom: 2rem;
}

h3,
.h3style {
    color: #124A7F;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 2rem;
}

.h3style span {
    font-size: 24px;
}

.odd {
    background: #6DD3FF;
    width: 48px;
    height: 3px;
    margin-bottom: 30px;
}

.oddLine {
    border-bottom: 1px solid #EAF1F4;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.introText {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.introText strong {
    font-size: 20px;
}

.text {
    line-height: 30px;
    margin-bottom: 1rem;
}

.overlayInfoBox {
    margin-top: 15px;
    background-image: url(../pcs/pcs_layout/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
    padding: 20px;
}

.overlayInfoBox2 {
    background-image: url(../pcs/pcs_layout/banner2.jpg);
}

.overlayInfoBox3 {
    background-image: url(../pcs/pcs_layout/banner3.jpg);
}

.overlayInfoBoxTitle {
    color: White;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 1rem;

}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 177px;
    height: 50px;
    line-height: 50px;
    background-color: #56C2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.5s;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.32);
}


.buttonGreen {
    background-color: #76bc21;
}

.button266 {
    width: 266px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #56C2F2;
}

.buttonGreen:HOVER {
    background-color: #62a413;
}

.itemList li {
    list-style-type: none;
    background-image: url(../pcs/pcs_layout/check-ico.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    min-height: 30px;
    margin-bottom: .5rem;
}



.solution {
    background-image: url(../pcs/pcs_layout/posun-bcg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 539px;
}

.blueBox {
    background-color: #124A7F;
    padding: 30px;
}

.blueBoxTitle {
    color: White;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.blue {
    background: #EAF1F4;
}

.blue2 {
    background: #F0F7FA;
}



.expandLink {
    background-image: url(../pcs/pcs_layout/show-more.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
    font-size: 16px;
    color: #56C2F2;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.card {
    border: none;
}

.cardTitle {
    font-size: 24px;
    color: #124A7F;
    letter-spacing: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.cardTitleDvere {
    font-size: 24px;
    color: #124A7F;
    letter-spacing: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}


.subTitle {
    font-size: 20px;
}

.arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 21px;
    background-image: url(../pcs/pcs_layout/white-triangle.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.arrowBlue {
    background-image: url(../pcs/pcs_layout/blue-triangle.svg);
}

.closeButton {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 37px;
    height: 37px;
    background-image: url(../pcs/pcs_layout/close-section.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.profilCard {
    min-height: 200px;
    background-color: White;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
    padding: 30px 30px 20px 180px;
}

.profilCard1 {
    background-image: url(../pcs/pcs_layout/profil1.jpg);
}

.profilCard2 {
    background-image: url(../pcs/pcs_layout/profil2.jpg);
}

.profilCard3 {
    background-image: url(../pcs/pcs_layout/profil3.jpg);
}

.profilCard4 {
    background-image: url(../pcs/pcs_layout/profil4.jpg);
}

.profilCard5 {
    background-image: url(../pcs/pcs_layout/profil5.jpg);
}

.profilCard21 {
    background-image: url(../pcs/pcs_layout/profil21.jpg);
}

.profilCard22 {
    background-image: url(../pcs/pcs_layout/profil22.jpg);
}

.profilCard23 {
    background-image: url(../pcs/pcs_layout/profil23.jpg);
}

.profilCard24 {
    background-image: url(../pcs/pcs_layout/profil24.jpg);
}


.profilCardTitle {
    color: #124A7F;
    font-size: 24px;
}

.profilCardText1 {
    font-size: 15px;
    margin-bottom: .5rem;
}

.profilCardText2 {
    font-size: 14px;
}

.profilCardText2 strong {
    font-size: 14px;
    color: #124A7F;
}

.profilCardDot {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background-color: #6DD3FF;
}


.specialProductCard {
    min-height: 162px;
    background-color: #f0f7fa;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 15px 10px 170px;
}

.specialProductCard1 {
    background-image: url(../pcs/pcs_layout/special-product-card1.jpg);
}

.specialProductCard2 {
    background-image: url(../pcs/pcs_layout/special-product-card2.jpg);
}

.specialProductCard3 {
    background-image: url(../pcs/pcs_layout/special-product-card3.jpg);
}

.specialCardTitle {
    color: #124A7F;
    font-size: 24px;
    text-align: left;
    line-height: 27px;
}


.hidden {
    display: none;
}

h2 {
    text-align: left;
}

p {
    text-align: left;
}

.introText {
    text-align: left;
}

.cardTitle,
.text,
.profilCardTitle,
.profilCardText1,
.profilCardText2,
h1,
.headerText,
.overlayInfoBoxTitle,
.expandLink {
    text-align: left !important;
}

.expandLink {
    display: none;
}


.headerContinue {
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerContinueNizsi {
    max-height: 220px;
    min-height: 220px;
}

.headerContinue1 {
    background-image: url(../pcs/pcs_layout/bg-hr1.jpg);
}

.headerContinue2 {
    background-image: url(../pcs/pcs_layout/bg-hr2.jpg);
}

.headerContinue3 {
    background-image: url(../pcs/pcs_layout/bg-hr3.jpg);
}

.headerContinue4 {
    background-image: url(../pcs/pcs_layout/bg-hr4.jpg);
}

.headerContinue5 {
    background-image: url(../pcs/pcs_layout/bg-hr5.jpg);
}

.headerContinue6 {
    background-image: url(../pcs/pcs_layout/bg-hr6.jpg);
}

.headerContinue7 {
    background-image: url(../pcs/pcs_layout/bg-hr7.jpg);
}


.headerContinueKompozity {
    background-image: url(../../pcs/pcs_kompozity/header.jpg);
    min-height: 784px;
}

.headerContinueZelenausporam {
    background-image: url(../../pcs/pcs_zelenausporam/header.jpg);
    min-height: 784px;
}

.headerContinue h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #FFFFFF;

    line-height: 72px;
    margin-bottom: 2rem;
}



/* hr card */
.hrCard {
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    min-height: 390px;
    transition: all 0.3s ease 0s;
}

.hrCard:HOVER {
    margin-top: -15px;
    margin-bottom: 15px;
}

.hrCardImg {
    min-height: 189px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hrCardImg1 {
    background-image: url(../pcs/pcs_layout/hr-card1.jpg);
}

.hrCardImg2 {
    background-image: url(../pcs/pcs_layout/hr-card2.jpg);
}

.hrCardImg3 {
    background-image: url(../pcs/pcs_layout/hr-card3.jpg);
}

.hrCardImg4 {
    background-image: url(../pcs/pcs_layout/hr-card4.jpg);
}

.hrCardImg5 {
    background-image: url(../pcs/pcs_layout/hr-card5.jpg);
}

.hrCardImg6 {
    background-image: url(../pcs/pcs_layout/hr-card6.jpg);
}


.hrCardTitle {
    color: White;
    text-transform: uppercase;
    font-size: 24px;
}

.hrCardTitle:HOVER {
    color: White;
    text-decoration: none;
}


.hrCardLink {
    display: block;
}

.hrCardLink:HOVER {
    text-decoration: none;
}


.hrCardContent {
    padding: 25px;
}

.hrCardText {
    line-height: 28px;
}

.blueLink {
    color: #4CC3F4;

    text-align: left;
    margin: 0;
    text-decoration: underline;
}

@media (min-width: 720px) {
    .blueLink {
        color: #4CC3F4;
        background-image: url(../pcs/pcs_layout/link-blue-ico.svg);
        background-position: right center;
        background-repeat: no-repeat;

        padding-right: 30px;
        text-align: left;
        margin: 0;
        text-decoration: underline;
    }
}


@media (min-width: 720px) {
    .blueLinkBottom {
        background-image: url(../pcs/pcs_layout/link-blue-ico-bottom.svg);
    }

    .blueLinkLeft {
        background-image: url(../pcs/pcs_layout/link-blue-ico-left.svg);
        background-position: left center;
    }
}

.benefitIco {
    min-height: 120px;
}

.benefitTitle {
    color: #004687;
    font-size: 20px;
    min-height: 4rem;
    margin-bottom: 5px;
}

.benefitText {
    text-align: center !important;
}

.blueText {
    color: #003F90;
}

.fullBanner img {
    width: 100%;
}

.statistikyVolnePozice {
    margin-top: 15px;
    background-image: url(../pcs/pcs_layout/sulko-o-nas-stats1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 262px;
    width: 100%;
    padding-top: 50px;
}

.statistikyPocet {
    width: 100%;
    background-color: #EAF1F4;
    height: 172px;
    margin-bottom: 15px;

    padding-top: 50px;
}

.statistikyTitle {
    color: #074981;
    font-size: 24px;
    line-height: 24px;
}

.statistikyNum {
    color: #074981;
    font-size: 72px;
    line-height: 72px;
}

.statistikyFirma {
    background-image: url(../pcs/pcs_layout/sulko-o-nas-stats3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 387px;
    background-color: #124A7F;
}

.statistikyFirmaText {
    background-image: url(../pcs/pcs_layout/uvozovky.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    color: White;
    text-align: left;
}

.statistikyFirmaName strong {
    display: block;
    margin-top: 20px;
    color: White;
    font-style: normal;
}

.statistikyFirmaName {
    color: #66b2f4;
    font-style: italic;
}

/* inverzni marginy */



@media (min-width: 992px) {
    .invertMarBottom {
        margin-bottom: 0px;
    }

    .invertMarTop {
        margin-top: -60px;
    }
}


.pracovniNabidky {
    border-collapse: collapse;
    width: 100%;
}

.pracovniNabidky th {
    text-align: left;
    color: #96A7AF;
    border-bottom: 1px solid #EAF1F4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 720px) {
    .pracovniNabidky th {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.pracovniNabidky td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAF1F4;
}




.pracovniNabidky td.pozice {
    text-align: left;
}

.pracovniNabidky td.pozice a {
    color: #074981;
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 720px) {
    .pracovniNabidky td.pozice a {
        font-size: 18px;
    }
}


.pracovniNabidky td.kraj {
    text-align: left;
    color: #4B4B4B;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 720px) {
    .pracovniNabidky td.kraj {
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;

    }
}

.hrInfoCard {
    padding-right: 100px;
    background-position: right 30px center;
    background-repeat: no-repeat;
}

.hrInfoCard1 {
    background-image: url(../pcs/pcs_layout/info-ico1.svg);
}

.hrInfoCard2 {
    background-image: url(../pcs/pcs_layout/info-ico2.svg);
}

.hrInfoCardTitle {
    color: #004883;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
}

/* detail prac.nabidky  */
.lightBlueBox {
    background-color: #f0f7fa;
    padding: 25px;
}

.profilPhoto {}

.profilDesc {
    line-height: 30px;
    line-height: 22px;
}

.profilDesc .profilName strong {
    margin-top: 15px;
    display: block;
    color: #0078A9;
    font-style: normal;
    line-height: 24px;
}

.profilDesc .profilName {
    display: block;
    color: #0078A9;
    font-style: italic;
}

.hrCardPhoto {
    margin-right: 20px;
}

.hrCardProfilName {
    line-height: 27px;
    margin-top: 7px;
}


.hrCardProfilName strong {
    display: block;
    font-size: 20px;
    color: #074981;
}

.hrCardProfilName a {
    font-weight: bold;
    font-size: 16px;
    color: #0078A9;
    text-decoration: underline;
}

.itemListKarieraGreen ul {
    margin-top: 20px;
}


.itemListKarieraGreen ul li {
    list-style-type: none;
    background-image: url(../pcs/pcs_layout/item-list-kariera-green.svg);
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    min-height: 30px;
    margin-bottom: .5rem;
    text-align: left;
    line-height: 27px;
}

.mainForm label {
    color: #004785;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mainForm .form-check-label {
    color: #4B4B4B;
    font-weight: normal;
}

.mainForm .form-check-label a {
    color: #004785;
    font-weight: bold;
}

.mainForm input,
.mainForm textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #C7D8DF;
}

.mainForm input.submitButton {
    border: none;
    cursor: pointer;
    margin: 20px auto;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 177px;
    height: 50px;
    line-height: 50px;
    background-color: #56C2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.5s;
}

.infoButton {
    display: none;
}

/* tymy */
.tymyBox {
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
    padding: 30px;
    margin-bottom: 30px;
}

.text-centerI {
    text-align: center !important;
}

.text-leftI {
    text-align: left !important;
}


/* carousel  */

.owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
}


.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    background-color: transparent !important;
}

.owl-carousel .owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    background-color: transparent !important;
    background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.5s ease 0s;

}

.owl-carousel .owl-nav .owl-next {
    background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 48px;
    height: 48px;
    transition: all 0.5s ease 0s;

}

@media only screen and (min-width : 992px) {
    .owl-carousel .owl-nav .owl-prev {
        width: 48px;
        height: 48px;
        background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
    }

    .owl-carousel .owl-nav .owl-next {
        width: 48px;
        height: 48px;
        background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
    }
}

.owl-carousel .owl-nav .owl-prev:HOVER,
.owl-carousel .owl-nav .owl-next:HOVER {
    background-color: transparent !important;
    opacity: 1 !important;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    background-color: transparent !important;
    opacity: 1 !important;
}

/*@media only screen and (min-width : 992px) { */
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 380px;
    left: 0px;
    left: 200px;

}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 380px;
    right: 0px;
    right: 200px;

}

/*} */

@media only screen and (min-width : 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        /*        top: 50%;
        left: 15px;
        margin-top: -15px !important; */
    }

    .owl-carousel .owl-nav .owl-next {
        /*top: 50%;
        right: 15px;
        margin-top: -15px !important; */
    }
}



/*  hlavicka a paticka */
#footer {
    background-color: #004685;
}


.footerTitle {
    text-transform: none;
    color: White;
}

.footerLinks {
    margin-bottom: 30px;
}

.footerLinks li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footerLinks li a {
    color: #c4dff2;
    text-decoration: underline;
}

.footerLinks li a:HOVER {
    color: White;
    text-decoration: none;
}

@media(min-width: 576px) {

    .footerColum1,
    .footerColum3 {
        border-right: 1px solid #185891;
        min-height: 300px;
    }
}

@media only screen and (min-width : 1200px) {

    .footerColum1,
    .footerColum2,
    .footerColum3 {
        border-right: 1px solid #185891;
        min-height: 300px;
    }
}

.tuv img {
    max-width: 70px;
}

.certSection {
    max-width: 270px;
}

.phoneIco {
    background-image: url(../pcs/pcs_layout/ico-bottom-phone.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
}

.phoneIco a {
    text-decoration: none;
    font-size: 18px;
    color: #c4dff2;
}

.mailIco {
    background-image: url(../pcs/pcs_layout/ico-bottom-email.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
}

.mailIco a {
    text-decoration: none;
    font-size: 18px;
    color: #c4dff2;
}

.allContacts a {
    text-decoration: none;
    font-size: 18px;
    color: #c4dff2;
}

.social {
    display: block;
    width: 57px;
    height: 65px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.social1 {
    background-image: url(../pcs/pcs_layout/fb-icon.svg);
}

.social2 {
    background-image: url(../pcs/pcs_layout/linked-icon.svg);
}

.social3 {
    background-image: url(../pcs/pcs_layout/yt-icon.svg);
}


#copy {
    background-color: #002c54;
    padding-top: 30px;
    padding-bottom: 30px;
}

#copy p.copyright {
    color: White;
    margin: 0;
}


/* header */
#header {
    background-color: White;
    border-bottom: 4px solid #054783;
}

#homeRun {
    background-image: url(../pcs/pcs_layout/sulko-logo-tradice-316px.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 163px 30px;
    width: 163px;
    height: 30px;
    display: block;
    margin: 16px 0 10px 19px;
    float: left;
}

#showMenuIcon {
    background-image: url(../pcs/pcs_layout/show-menu-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 69px;
    height: 57px;
    float: right;
    cursor: pointer;
}

#searchIcon {
    background-image: url(../pcs/pcs_layout/search-ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 38px;
    height: 57px;
    position: absolute;
    top: 0;
    right: 100px;

    cursor: pointer;
}

.searchIconLang {
    right: 65px !important;
}

#topNavig {
    display: none;
}

#freeCall {
    display: none;
}

#flashFlower {
    display: none;
}

#langMenu {
    /*width:250px;*/
    margin: 0 auto;
    height: 30px;
}

.langMenuPhone {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#langMenuPc {
    display: none;
}

#langMenu li {
    list-style-type: none;
    float: left;
    /*margin-left:10px;*/
    height: 21px;
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
}

#langMenu li a {
    float: left;
    width: 30px;
    height: 21px;
    line-height: 11px;
    text-decoration: none;
    background-image: none !important;
    border: none !important;
}

#searchExpand {
    background-color: #024785;
    height: 54px;
    line-height: 54px;
    display: none;
    position: relative;
}

#searchExpand input {
    height: 34px;
    margin: 10px auto 0 auto;
    background-color: White;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 70%;
    padding: 0 5px;
    background-image: url(../pcs/pcs_layout/small-search-ico.png);
    background-image: url(../pcs/pcs_layout/search.svg);
    background-size: 20px;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.searchBoxClose {
    background-image: url(../pcs/pcs_layout/search-close.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 54px;
    cursor: pointer;
}

@media (min-width: 480px) {

    #homeRun {
        background-size: 237px 43px;
        width: 237px;
        height: 43px;
        margin: 24px 0 10px 19px;
    }

    #showMenuIcon {
        height: 78px;
    }

    #searchIcon {
        height: 78px;
    }

    #searchExpand input {
        width: 60%;
        float: right;
        margin-right: 60px;
    }

}


@media (min-width: 768px) {

    #header {
        border-bottom: none;
    }

    #homeRun {
        /*background-size:auto;*/
        background-size: 316px;
        width: 315px;
        height: 56px;
        margin: 31px 0 13px 21px;
    }

    #showMenuIcon {
        display: none
    }

    #topNavig {
        display: block;
        position: absolute;
        top: 40px;
        left: 364px;
    }

    #topNavig li {
        list-style-type: none;
        float: left;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #e4ecf0;
    }

    #topNavig li.lastItem {
        border-right: none;
    }

    #topNavig li a {
        color: #004685;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

    #topNavig li a:HOVER {
        text-decoration: underline;
    }

    #searchIcon {
        background-image: url(../pcs/pcs_layout/ico-lupa.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #004685;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 32px;
        height: 32px;
        float: none;
        margin: 0;
        cursor: pointer;
        position: absolute;
        top: 36px;
        right: 11px;
    }

    #searchExpand {
        position: absolute;
        top: 100px;
        right: 0;
        width: 350px;
        z-index: 999;
        height: 50px;
    }

    #searchExpand input {
        margin-top: 8px;
        width: 74%;
    }

    #langMenu {
        position: absolute;
        top: 75px;
        right: 0;

    }

}

#eshopIco a {
    width: 35px;
    height: 34px;
    position: absolute;
    top: 12px;
    right: 66px;
    background-image: url(../pcs/pcs_layout/new-eshop-phone.png);
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {

    #freeCall {
        display: block;
        position: absolute;
        top: 36px;
        right: 23px;
        font-size: 14px;
        color: #545454;

        background-image: url(../pcs/pcs_layout/ico-phone.png);
        background-position: left center;
        background-repeat: no-repeat;
        height: 25px;
        line-height: 25px;
        padding-left: 30px;
    }

    #freeCall strong {
        font-size: 18px;
        color: #fb9236;
    }

    #eshopIco a {
        position: absolute;
        top: 16px;
        right: 100px;
        margin: 0;
        background-image: url(../pcs/pcs_layout/eshop-ico.png);
        width: 167px;
        height: 45px;
    }

    #searchIcon {
        top: 109px;
        right: 22px;
        border: 1px solid #507da6;

        display: none;
    }

    /*#searchExpand {right:60px;}*/
    #searchExpand {
        background-color: transparent;
        padding: 0;
        display: block;
        position: absolute;
        top: 8px;
        right: 297px;
    }

    #searchExpand input {
        background-color: #f4f7f8;
        width: 240px;
        padding: 6px 5px 5px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .searchBoxClose {
        display: none;
    }

    #langMenuPc {
        display: block;
        position: absolute;
        top: 16px;
        right: 287px;
        padding: 10px;
        z-index: 999;
        background-color: #f4f7f8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .mb5 {
        margin-bottom: 5px !important;
    }

    .mt5 {
        margin-top: 5px;
    }

    .moreLanguages {
        display: none;
    }

    #langMenuPc li {
        list-style-type: none;
    }

    .langMenuPhone {
        display: none;
    }

}

@media (min-width: 1200px) {

    #headerIn {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #homeRun {
        margin: 31px 0 13px 0;
        margin: 26px 0 18px 0;
        width: 210px;
        width: 316px;
        background-position: center left;
    }

    #flashFlower {
        display: block;
        position: absolute;
        top: 31px;
        top: 27px;
        left: 225px;
    }

    #freeCall {
        right: 0;
    }
}



/* top Menu */
#topMenu {
    background-color: #004685;
}

#topMenu ul li {
    list-style-type: none;
}

#topMenu ul li.menuHome,
#topMenu ul li.menuHome a {
    display: none;
}

/*#topMenu ul li.orangeBackground a {color:#FB9236;}*/
#topMenu ul li.orangeBackground a {
    background-color: #FB9236;
}

#topMenu ul li.orangeBackground a:HOVER {
    background-color: #FB9236;
}

#topMenu ul li a {
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #185891;
    padding-left: 22px;
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    text-align: left;
    background-image: url(../pcs/pcs_layout/menu-expand.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#topMenu ul li a:HOVER {
    text-decoration: underline;
}

#topMenu ul ul li {
    background-color: #eaf1f4;
}

#topMenu ul ul li a {
    border-bottom: 1px solid #185891;
    background-image: url(../pcs/pcs_layout/menu-expanded.png);
    color: #004685;
}

#subMenuProduktyFull {
    display: none;
}

@media (min-width: 768px) {

    #topMenu {
        display: block;
    }

    #subMenuBackground {
        position: relative;
        top: 50px;
        height: 50px;
        margin-top: -50px;
        z-index: 999;
    }

    #subMenuBackground.active {
        position: relative;
        top: 50px;
        height: 50px;
        background-color: #003b71;
        margin-top: -50px;
    }

    #topMenu {
        height: 50px;
        line-height: 50px;
    }

    .langEn #firstMenu {
        margin-left: 30%;
    }

    .langDe #firstMenu {
        margin-left: 26%;
    }

    .langFr #firstMenu {
        margin-left: 26%;
    }

    .langEn #firstMenu {
        margin-left: 22%;
    }

    .langDe #firstMenu {
        margin-left: 18%;
    }

    .langFr #firstMenu {
        margin-left: 18%;
    }


    #topMenu ul li {
        float: left;
        height: 50px;
        line-height: 50px;
        position: relative;
    }

    #topMenu ul li a {
        float: left;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 14px;
        background-image: none;
        text-align: center;
        border-bottom: none;
    }

    #topMenu ul li.lastItem a {}

    #topMenu ul li a:HOVER {
        background-color: #003b71;
    }

    #topMenu ul li.menuHome a:HOVER {
        background-color: transparent;
    }

    #topMenu ul li .subMenu {
        background-color: #003b71;
        position: absolute;
        top: 50px;
        left: 0;
        display: inline;
        z-index: 99;
        width: 900px;
        z-index: 9999;
    }

    #topMenu ul li #subMenu3 {
        left: -400px;
    }

    #topMenu ul li .subMenu li {
        float: left;
        background-color: #003b71;
    }

    #topMenu ul li .subMenu li a {
        float: left;
        color: White;
        border: none;
        background-image: none;
    }

    #subMenuProduktyFull {
        /*display:block;*/
        background-color: #003b71;
        position: absolute;
        z-index: 999999;
        top: 150px;
        top: 168px;
        width: 100%;
        margin-top: -4px;
    }

    #subMenuProduktyFullIn .colum {
        border: none;
        padding-bottom: 0;
    }

    #subMenuProduktyFullIn .colum4area {
        margin: 0;
    }

    #subMenuProduktyFullIn .columTitle {
        text-align: left;
    }

    #subMenuProduktyFullIn .columTitle a {
        color: #ffffff;
        text-decoration: none;
    }

    #subMenuProduktyFullIn .columTitle a:HOVER {
        text-decoration: underline;
    }

    #subMenuProduktyFullIn .columLinks li {
        margin: 0;
        padding: 0;
        float: none;
        line-height: 30px !important;
        height: auto !important;
        text-align: left;
    }

    #subMenuProduktyFullIn .columLinks li a {
        line-height: 30px !important;
        height: auto !important;
        margin: 0;
        padding: 0 0 0 15px;
        float: none;
        text-align: left;
    }

    #subMenuProduktyFullIn .columLinks li a:HOVER {
        background-image: url(../pcs/pcs_layout/arrow-produkty-right.png);
        background-position: center left;
        background-repeat: no-repeat;
    }

    #subMenuProduktyFullIn .columLinks li a:HOVER {
        text-decoration: underline;
    }

    #subMenuProduktyFullIn .colum img {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    .produktyMenuHider {
        display: block;
        width: 400px;
        height: 5px;
        position: absolute;
        top: 92px;
        left: 10px;
    }

}

@media (min-width: 1024px) {


    #topMenu ul li.menuHome {
        display: block;
        background-image: url(../pcs/pcs_layout/menu-home.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 35px;
        margin-left: 20px;
    }

    #topMenu ul li.menuHome a {
        display: block;
    }

    #topMenu ul li a {
        padding: 0 20px;
    }

    #topMenu ul li .subMenu li a {
        padding: 0 15px;
    }

    #topMenu ul li.lastItem a {}

}


@media (min-width: 1200px) {

    #topMenuIn {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #topMenu ul li.menuHome {
        margin-left: 0;
        width: 20px;
        margin-right: 20px;
    }

    #topMenu ul li a {
        padding: 0 32px;
    }

    #topMenu ul li a {
        padding: 0 27px;
    }

    #topMenu ul li .subMenu li a {
        padding: 0 15px;
    }

    #subMenuProduktyFullIn {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

}

#langMenux {
    margin-bottom: 3px;
}

.searchTopBox {
    min-height: 45px;
}


.icoPracPozice {
    background-image: url(../pcs/pcs_layout/ico-popis-prace.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    padding-left: 48px;
}

.icoMistoPrace {
    background-image: url(../pcs/pcs_layout/ico-misto-prace.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    padding-left: 48px;
}

.kompozityHeader {
    min-height: 780px;
}

.kompozityHeaderTitle {
    color: #fffffe;
    font-family: 'Archivo', sans-serif;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 900;
}

.kompozityHeaderTitle {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (min-width : 480px) {
    .kompozityHeaderTitle {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (min-width : 768px) {
    .kompozityHeaderTitle {
        font-size: 54px;
        line-height: 64px;
    }
}

@media only screen and (min-width : 992px) {
    .kompozityHeaderTitle {
        font-size: 66px;
        line-height: 76px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 1200px) {
    .kompozityHeaderTitle {
        font-size: 77px;
        line-height: 87px;
    }
}

.kompozityHeaderSubTitle {
    color: #fffffe;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

@media only screen and (min-width : 992px) {
    .kompozityHeaderSubTitle {
        margin-bottom: 40px;
    }
}

.kompozityHeaderButton {
    width: 320px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: White;
    display: block;
    font-size: 18px;
    transition: background-color 0.5s;
    font-size: 20px;
    background-color: #322e33;
}

.kompozityHeaderButton:HOVER {
    color: White;
    background-color: Black;
    text-decoration: none;
}

.prechod1,
.prechod2,
.prechod3,
.prechod4 {
    background-repeat: no-repeat;
}

.prechod1 {
    background-image: url(../../pcs/pcs_kompozity/prechod2.jpg);
    background-position: 0 150px;
}

.prechod2 {
    background-image: url(../../pcs/pcs_kompozity/prechod2.jpg);
    background-position: 0 120px;
}

.prechod3 {
    background-image: url(../../pcs/pcs_kompozity/prechod3.jpg);
    background-position: top right;
}

.prechod4 {
    background-image: url(../../pcs/pcs_kompozity/prechod4.jpg);
    background-position: top left;
}


.kompozityTitle,
.kompozitySubTitle,
.kompozityText {
    font-family: 'Archivo', sans-serif;
    color: #322e33;
}

.kompozityTitle {
    font-size: 18px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;

}

.kompozitySubTitle {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.kompozityText,
.kompozityText strong,
.kompozityText a {
    font-size: 16px;
}

.buttonKompo {
    width: 320px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: White;
    display: block;
    font-size: 18px;
    transition: background-color 0.5s;
}

.buttonKompo:HOVER {
    color: White;
    text-decoration: none;
}

.buttonKompo1 {
    background-color: #c4c4c4;
}

.buttonKompo2 {
    background-color: #939393;
}

.buttonKompo3 {
    background-color: #322e33;
}

.buttonKompo1:HOVER {
    background-color: #939393;

}

.buttonKompo2:HOVER {
    background-color: #322e33;
}

.buttonKompo3:HOVER {
    background-color: #1f1b20;
}

.kompozityFormBox {
    background-color: #939393;
    padding: 30px;
    min-height: 433px;
}

.kompozityFormTitle {
    color: White;
    text-align: center;
    text-transform: none;
    font-size: 18px;
}

.formKompozity input,
.formKompozity textarea {
    background-color: #939393 !important;
    border: 1px solid White;
    color: White !important;
    font-size: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.formKompozity textarea {
    height: 80px !important;
}

input::placeholder,
textarea::placeholder {
    color: #dbdbdb !important;
}

.formKompozity input.submitButtonKompozity {
    background-color: #ffffff !important;
    border: none;
    color: #322e33 !important;
    font-weight: bold;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.formKompozity .form-check-label,
.formKompozity .form-check-label a {
    color: White !important;
}

.formKompozity .form-check-label a {
    text-decoration: underline;
}

.moreInfoBox {
    background-color: #f1f1f1;
    padding: 30px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

@media only screen and (min-width : 1200px) {
    .moreInfoBox {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.moreInfoBoxArrow {
    background-image: url(../../pcs/pcs_kompozity/arrow.png);
    background-position: center;
    width: 146px;
    height: 51px;
    position: absolute;
    top: -51px;
    right: 100px;
}

.moreInfoBoxArrow2 {
    right: auto;
    left: 100px;
}

@media only screen and (min-width : 1200px) {
    .moreInfoBoxArrow {
        right: 190px;
    }

    .moreInfoBoxArrow2 {
        left: 190px;
    }
}

.zelenausporamHeader {
    min-height: 780px;
}

.zelenausporamHeaderTitle {
    font-family: 'Archivo', sans-serif;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 900;
}

.zelenausporamHeaderTitle {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (min-width : 480px) {
    .zelenausporamHeaderTitle {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (min-width : 768px) {
    .zelenausporamHeaderTitle {
        font-size: 54px;
        line-height: 64px;
    }
}

@media only screen and (min-width : 992px) {
    .zelenausporamHeaderTitle {
        font-size: 66px;
        line-height: 76px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 1200px) {
    .zelenausporamHeaderTitle {
        font-size: 77px;
        line-height: 87px;
    }
}

.zelenausporamHeaderSubTitle {
    font-family: 'Archivo', sans-serif;
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 900;
}

@media only screen and (min-width : 992px) {
    .zelenausporamHeaderSubTitle {
        margin-bottom: 40px;
    }
}







/* ARTEVO */
.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;
}

.artevoPage * {
    font-family: "Poppins", sans-serif !important;
}





.artevoHeader {
    min-height: 722px;
    background-image: url(../../pcs/pcs_artevo/artevo-header.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.artevoHeaderSpoj {
    min-height: 722px;
    background-image: url(../../pcs/pcs_neviditelny-spoj/spoj-header.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.artevoHeader2 {
    background-image: url(../../pcs/pcs_artevo/artevo-header2-2.jpg);
}


.artevoTitle {
    color: White;
    text-align: left;
    max-width: 550px;
    padding-top: 30%;
    font-size: 20px;
}

@media only screen and (min-width : 480px) {
    .artevoTitle {
        font-size: 22px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoTitle {
        font-size: 24px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoTitle {
        font-size: 26px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoTitle {
        font-size: 27px;
    }
}

.artevoTitle strong {
    color: White;
    font-size: 155px;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
}

@media only screen and (min-width : 480px) {
    .artevoTitle strong {
        font-size: 83px;
        line-height: 83px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoTitle strong {
        font-size: 96px;
        line-height: 96px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoTitle strong {
        font-size: 109px;
        line-height: 109px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoTitle strong {
        font-size: 120px;
        line-height: 120px;
    }
}

.artevoTitle span {
    font-size: 18px;
    color: White;
    font-weight: 300;
}

@media only screen and (min-width : 480px) {
    .artevoTitle span {
        font-size: 20px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoTitle span {
        font-size: 22px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoTitle span {
        font-size: 24px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoTitle span {
        font-size: 24px;
    }
}

.artevoTitleSpoj {
    color: White;
    text-align: left;
    max-width: 550px;
    padding-top: 30%;
    font-size: 20px;
}

@media only screen and (min-width : 480px) {
    .artevoTitleSpoj {
        font-size: 22px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoTitleSpoj {
        font-size: 24px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoTitleSpoj {
        font-size: 26px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoTitleSpoj {
        font-size: 27px;
    }
}

.artevoTitleSpoj strong {
    color: White;
    font-size: 155px;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
}

@media only screen and (min-width : 480px) {
    .artevoTitleSpoj strong {
        font-size: 66px;
        line-height: 66px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoTitleSpoj strong {
        font-size: 72px;
        line-height: 72px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoTitleSpoj strong {
        font-size: 58px;
        line-height: 58px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoTitleSpoj strong {
        font-size: 86px;
        line-height: 86px;
    }
}

.artevoTitleSpoj span {
    font-size: 18px;
    color: White;
    font-weight: 300;
}

@media only screen and (min-width : 480px) {
    .artevoTitleSpoj span {
        font-size: 20px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoTitleSpoj span {
        font-size: 22px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoTitleSpoj span {
        font-size: 24px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoTitleSpoj span {
        font-size: 24px;
    }
}


.formTitle {
    font-size: 24px;
    color: Black;
    font-weight: 700;
    margin-bottom: 20px;
}

.topForm {
    max-width: 550px;
    background-color: White;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 40px 10px 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);

}


@media only screen and (min-width : 992px) {
    .topForm {
        position: absolute;
        bottom: -140px;
        right: 0;
    }

}

.topForm input, .topForm textarea {
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #a6a6a6;
}

.legendTelefon {
    position: absolute;
    top: -12px;
    left: 30px;
    background-color: White;
    padding: 1px 3px;
}

.submitButtonOrange {
    background-color: #ed974c !important;
}

.artevoProc {
    background-color: #f1f1f1
}

.mainBox {
    /*min-height: 808px;*/
    background-position: center;
    background-size: cover;
    position: relative;
}



.mainBox1 {
    background-image: url(../../pcs/pcs_artevo/main1.jpg);
}

.mainBox2 {
    background-image: url(../../pcs/pcs_artevo/main2.jpg);
}

.mainBox3 {
    background-image: url(../../pcs/pcs_artevo/main3.jpg);
}

.mainBox4 {
    background-image: url(../../pcs/pcs_artevo/main4.jpg);
}

.mainBox5 {
    background-image: url(../../pcs/pcs_artevo/main5.jpg);
}

.mainBox6 {
    background-image: url(../../pcs/pcs_artevo/main6.jpg);
}

.mainBox1Spoj {
    background-image: url(../../pcs/pcs_neviditelny-spoj/main1.jpg);
}

.mainBox2Spoj {
    background-image: url(../../pcs/pcs_neviditelny-spoj/main2.jpg);
}

.mainBox3Spoj {
    background-image: url(../../pcs/pcs_neviditelny-spoj/main3.jpg);
}

.mainBox4Spoj {
    background-image: url(../../pcs/pcs_neviditelny-spoj/main4.jpg);
}

.mainBoxTitle {
    color: White;
    text-align: center;
    font-weight: bold;
    height: 500px;
    font-size: 40px;
    line-height: 45px;
}

@media only screen and (min-width : 480px) {
    .mainBoxTitle {
        font-size: 50px;
        line-height: 59px;
    }
}

@media only screen and (min-width : 768px) {
    .mainBoxTitle {
        font-size: 60px;
        line-height: 73px;
    }
}

@media only screen and (min-width : 992px) {
    .mainBoxTitle {
        font-size: 70px;
        line-height: 87px;
    }
}

@media only screen and (min-width : 1200px) {
    .mainBoxTitle {
        font-size: 80px;
        line-height: 100px;
    }
}

.mainBoxCounter {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -110px;
    width: 221px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.mainBoxCounter1 {
    background-image: url(../../pcs/pcs_artevo/counter1.png);
}

.mainBoxCounter2 {
    background-image: url(../../pcs/pcs_artevo/counter2.png);
}

.mainBoxCounter3 {
    background-image: url(../../pcs/pcs_artevo/counter3.png);
}

.mainBoxCounter4 {
    background-image: url(../../pcs/pcs_artevo/counter4.png);
}

.mainBoxCounter5 {
    background-image: url(../../pcs/pcs_artevo/counter5.png);
}

.mainBoxCounter6 {
    background-image: url(../../pcs/pcs_artevo/counter6.png);
}

.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;
    }
}


.artevoH2 {
    font-size: 28px;
    color: Black;
    text-transform: none;
    font-weight: 600;
}

@media only screen and (min-width : 480px) {
    .artevoH2 {
        font-size: 33px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoH2 {
        font-size: 38px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoH2 {
        font-size: 43px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoH2 {
        font-size: 48px;
    }
}



.artevoH3 {
    font-size: 22px;
    line-height: 26px;
    color: Black;
    text-transform: none;
    font-weight: 600;
    text-align: left;
}

@media only screen and (min-width : 480px) {
    .artevoH3 {
        font-size: 25px;
        line-height: 29px;
    }
}

@media only screen and (min-width : 768px) {
    .artevoH3 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoH3 {
        font-size: 31px;
        line-height: 35px;
    }
}

@media only screen and (min-width : 1200px) {
    .artevoH3 {
        font-size: 34px;
        line-height: 38px;
    }
}


.boxIco {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 115px 20px 20px 20px;
}

.artevoProc2 .boxIco {
    padding: 115px 10px 20px 10px;
}



.boxIco:HOVER {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    background-color: White;
    text-decoration: none !important;
}

.boxIco a:HOVER *,
.boxIco:HOVER .boxIcoTitle,
.boxIcoTitle,
..boxIcoTitle:HOVER {
    text-decoration: none !important;
    text-decoration-color: White;
}


.boxIco1 {
    background-image: url(../../pcs/pcs_artevo/proc-ico1.png);
    background-position: center 30px;
}

.boxIco2 {
    background-image: url(../../pcs/pcs_artevo/proc-ico2.png);
    background-position: center 20px;
}

.boxIco3 {
    background-image: url(../../pcs/pcs_artevo/proc-ico3.png);
    background-position: center 10px;
}

.boxIco4 {
    background-image: url(../../pcs/pcs_artevo/proc-ico4.png);
    background-position: center 10px;
}

.boxIco5 {
    background-image: url(../../pcs/pcs_artevo/proc-ico5.png);
    background-position: center 10px;
}

.boxIcoBlue {
    background-image: url(../../pcs/pcs_neviditelny-spoj/proc-ico-blue.png);
    background-position: center 10px;
}

.boxIcoTitle {
    color: #ed974c;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.boxIcoTitleBlue {
    color: #004685;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

@media only screen and (min-width : 992px) {
    .boxIcoTitle {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-width : 992px) {
    .artevoProc2 .boxIcoTitle {
        font-size: 24px;
        line-height: 30px;
    }
}


.boxIcoText {
    color: Black;
    font-size: 16px;
    text-align: center;
}

.buttonOrange {
    background-color: #ed974c;
    font-weight: bold;
    font-size: 30px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
}

.buttonOrange:HOVER {
    background-color: #d97f31;
}

@media only screen and (min-width : 992px) {
    .buttonOrange {
        font-size: 26px;
        height: 80px;
        line-height: 80px;
        width: 700px;
        width: 450px;
    }
}

.buttonSpoj {
    background-color: #004685;
    font-weight: bold;
    font-size: 30px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
}

@media only screen and (min-width : 992px) {
    .buttonSpoj {
        font-size: 26px;
        height: 80px;
        line-height: 80px;
        width: 700px;
        width: 450px;
    }
}


.text {
    font-size: 14px;
    color: #888888;
}

@media only screen and (min-width : 480px) {
    .text {
        font-size: 15px;
    }
}

@media only screen and (min-width : 768px) {
    .text {
        font-size: 16px;
    }
}

@media only screen and (min-width : 992px) {
    .text {
        font-size: 17px;
    }
}

@media only screen and (min-width : 1200px) {
    .text {
        font-size: 18px;
    }
}



/* referene 2024 - prehled + detail  */
.maxW800 {
    max-width: 800px;
    margin: 20px auto;
}

.maxW600 {
    max-width: 600px;
    margin: 20px auto;
}

.referenceBox {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.referenceDesc {
    padding: 20px;
}

.referenceTitle {
    font-weight: bold;
    font-size: 20px;
    color: #07467f;
    text-align: left;
}

.refIco {
    padding-left: 27px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #4b4b4b;
    font-style: 15px;
}

.icoCalendar {
    background-image: url(../../pcs/pcs_reference2024/ico-calendar.png);
    margin-right: 25px;
}

.icoHome {
    background-image: url(../../pcs/pcs_reference2024/ico-dum.png);
    margin-right: 25px;
}

.icoPrace {
    background-image: url(../../pcs/pcs_reference2024/ico-prace.png);
}

.refButton {
    font-weight: bold;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #78bb31;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
}

.refButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #63a220;
}

.referenceH2 {
    text-transform: none;
    text-align: left;
    font-size: 30px;
}

.referenceH2Bigger {
    text-transform: none;
    font-size: 36px;
}

.referenceText {
    font-size: 16px;
    line-height: 27px;
    color: #4b4b4b;
}

.imgShadow {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.referenceBubble {
    background-color: #eaf1f4;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    padding: 20px;
}

.referenceBubbleTitle {
    font-size: 20px;
    text-align: left;
    color: #07467f;
    font-weight: bold;
    margin-bottom: 10px;
}

.referenceBubbleText {
    color: #4b4b4b;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
}

.referenceBubbleArrow {
    width: 37px;
    height: 34px;
    position: absolute;
    bottom: -34px;
    left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../pcs/pcs_reference2024/reference-bubble-arrow.png);
}

.referenceFotogalerie img {
    margin-bottom: 20px;
}

.blueText {
    color: #07467f;
    font-size: 18px;
}

.formOhlasy {
    max-width: 450px;
    margin: 20px auto;
}

.formOhlasyEmailBox,
.formOhlasyEmail {
    width: 100%;
}

.formOhlasyEmail {
    min-height: 50px;
    line-height: 50px;
}

.formOhlasySubmit {
    font-weight: bold;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #78bb31;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    padding: 0;
    margin-left: -5px;
}

.formOhlasySubmit:HOVER {
    color: White;
    text-decoration: none;
    background-color: #63a220;
}


/* akce artevo 2 */
.numSeznamArtevo {}

.textPodminky {
    text-align: center !important;
}

.textPodminky,
.textPodminky a {
    font-size: 20px;
    font-weight: bold;
    color: Black;
}

.textPodminky a {
    color: Black;
}

.textPodminky a:HOVER {
    color: Black;
    text-decoration: underline;
}


.numSeznamArtevo {
    list-style: none;
    /* Odstraníme výchozí styl číslování */
    padding: 0;
    margin: 0;
}

.numSeznamBox {
    display: flex;
    /* Nastavení flexboxu na celé stránce */
    justify-content: center;
    /* Horizontální zarovnání na střed */
    align-items: center;
    /* Vertikální zarovnání na střed */
    margin: 30px 0;
    /* Odstranění výchozích okrajů */
}

.numSeznamArtevo li {
    margin-bottom: 1em;
    /* Mezera mezi položkami seznamu */
    display: flex;
    /* Pro zarovnání textu vedle kuličky */
    align-items: center;
    /* Vertikální zarovnání textu a kuličky */
    font-size: 17px;
    /* Velikost čísla */
}

.numSeznamArtevo li span {
    display: inline-flex;
    /* Flexibilní zarovnání obsahu uvnitř kuličky */
    justify-content: center;
    /* Horizontální zarovnání čísla */
    align-items: center;
    /* Vertikální zarovnání čísla */
    background-color: #efaf7a;
    /* Barva kuličky */
    color: white;
    /* Barva čísla */
    width: 2em;
    /* Šířka kuličky */
    height: 2em;
    /* Výška kuličky */
    border-radius: 50%;
    /* Kulatý tvar */
    font-weight: bold;
    /* Tučné číslo */
    font-size: 19px;
    /* Velikost čísla */
    margin-right: 1em;
    /* Mezera mezi kuličkou a textem */
}

.lightGrey {
    background-color: #f1f1f1;
}

.linkOrange {
    color: #ca5e2a !important;
    text-decoration:underline;
}

.linkOrange:HOVER {
    color: Black!important;
    text-decoration:underline;
}