/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

.bebas-neue-regular,
.bnr {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: 'Manrope', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 20px;
    color: White;
}


@media only screen and (min-width : 1680px) {
    .container.custom-container {
        max-width: 1600px !important;
    }
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tU {
    text-transform: uppercase;
}

.lH100 {
    line-height: 100%;
}

.lH150 {
    line-height: 150%;
}

.br1 {
    border: 1px solid Red;
}

.relative {
    position: relative;
}

.maxW1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.maxW1360 {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.maxW1600 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.maxW1900 {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
}

.maxW2100 {
    max-width: 2100px;
    margin-left: auto;
    margin-right: auto;
}


.text26 {
    font-size: 18px;
}

@media only screen and (min-width : 480px) {
    .text26 {
        font-size: 19px;
    }
}

@media only screen and (min-width : 768px) {
    .text26 {
        font-size: 20px;
    }
}

@media only screen and (min-width : 992px) {
    .text26 {
        font-size: 22px;
    }
}

@media only screen and (min-width : 1700px) {
    .text26 {
        font-size: 26px;
    }
}


.text30 {
    font-size: 22px;
}

@media only screen and (min-width : 480px) {
    .text30 {
        font-size: 24px;
    }
}

@media only screen and (min-width : 768px) {
    .text30 {
        font-size: 26px;
    }
}

@media only screen and (min-width : 992px) {
    .text30 {
        font-size: 28px;
    }
}

@media only screen and (min-width : 1200px) {
    .text30 {
        font-size: 30px;
    }
}

.text40 {
    font-size: 26px;
}

@media only screen and (min-width : 480px) {
    .text40 {
        font-size: 30px;
    }
}

@media only screen and (min-width : 768px) {
    .text40 {
        font-size: 34px;
    }
}

@media only screen and (min-width : 992px) {
    .text40 {
        font-size: 38px;
    }
}

@media only screen and (min-width : 1200px) {
    .text40 {
        font-size: 40px;
    }
}



.text50 {
    font-size: 22px;
}

@media only screen and (min-width : 480px) {
    .text50 {
        font-size: 29px;
    }
}

@media only screen and (min-width : 768px) {
    .text50 {
        font-size: 36px;
    }
}

@media only screen and (min-width : 992px) {
    .text50 {
        font-size: 43px;
    }
}

@media only screen and (min-width : 1200px) {
    .text50 {
        font-size: 50px;
    }
}


.text80 {
    font-size: 80px;
}

.fW700 {
    font-weight: 700;
}

.fullWidth {
    width: 100%;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.yellowColor {
    color: #F6F40B;
}

.whiteColor {
    color: White;
}

/* -- 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: Black;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.videoHeader {
    min-height: 1459px;
    min-height: 100vh;
}

.header {
    min-height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerContent img {
    max-width: 110px;
    margin-bottom: 20px;
}

.headerContentTitle,
.headerContentTitle span {
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
    color: White;
    font-weight: 400;
}

.headerContentTitle {
    font-size: 40px;
    line-height: 100%;
}

.headerContentTitle span {
    color: #F6F40B;
}

@media only screen and (min-width : 480px) {

    .headerContentTitle,
    .headerContentTitle span {
        font-size: 63px;
    }
}

@media only screen and (min-width : 768px) {

    .headerContentTitle,
    .headerContentTitle span {
        font-size: 86px;
    }
}

@media only screen and (min-width : 992px) {

    .headerContentTitle,
    .headerContentTitle span {
        font-size: 109px;
    }
}

@media only screen and (min-width : 1200px) {

    .headerContentTitle,
    .headerContentTitle span {
        font-size: 130px;
    }
}

.headerAbout {
   /* background-image: url(../pcs/pcs_layout/o-nas-header.jpg);*/
   /* background-image: url(../pcs/pcs_layout/o-nas-header-temp.jpg); */
    background-image: url(../pcs/pcs_layout/mt-axis-header.jpg);
}

.headerReference {
    background-image: url(../pcs/pcs_layout/reference-header.jpg);
}

.headerMtAxis {
    /*background-image: url(../pcs/pcs_layout/mt-axis-header.jpg);*/
    /*background-image: url(../pcs/pcs_layout/mt-axis-header-2.jpg);*/
    background-image: url(../pcs/pcs_layout/MTaxis_FINAL.jpg);
}

.headerTechnologie {
    background-image: url(../pcs/pcs_layout/technologie-header.jpg);
}

.headerKariera {
    background-image: url(../pcs/pcs_layout/kariera-header.jpg);
}

.headerZkouskaTurbiny {
    background-image: url(../pcs/pcs_layout/turbina-bckground.jpg);
}

.headerHome {
    background-image: url(../pcs/pcs_layout/HeaderHome6.jpg);
}
.top {
    padding: 20px;
}

@media only screen and (min-width : 1200px) {
    .top {
        padding: 40px 80px;
    }
}

@media only screen and (min-width : 1400px) {
    .top {
        padding: 40px 160px;
    }
}

.topLogo img {
    max-width: 200px;
}

@media only screen and (min-width : 1200px) {
    .topLogo img {
        max-width: none;
    }
}

.topMenu ul {
    margin-bottom: 0;
}

.topMenu ul li {
    list-style-type: none;
    margin-left: 20px;
}

.topMenu ul li a {
    color: #818181;
    line-height: 50px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-size: 24px;
    line-height: 100%;
    color: White;
}

.searchIco {
    display: block;
    width: 31px;
    height: 31px;
    background-image: url(../pcs/pcs_layout/ico-lupa.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.headerContent {
    position: absolute;
    bottom: 50px;
    left: 60px;
}

@media only screen and (min-width : 1400px) {
    .headerContent {
        left: 160px;
    }
}

.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;
    }
}


h1 {
    font-size: 30px;
    color: White;
    font-weight: 700;
    margin-bottom: 1em;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 39px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 48px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 57px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 65px;
    }
}


h2 {
    font-size: 20px;

    color: White;
    font-weight: 700;
    margin-bottom: 1em;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 44px;
    }
}


.introText {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 1em;
}

@media only screen and (min-width : 480px) {
    .introText {
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (min-width : 768px) {
    .introText {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 992px) {
    .introText {
        font-size: 30px;
        line-height: 33px;
    }
}

@media only screen and (min-width : 1200px) {
    .introText {
        font-size: 32px;
        line-height: 36px;
    }
}

.sectionCard {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1301px;
}

.sectionCard1 {
    background-image: url(../pcs/pcs_layout/section1.jpg);
}

.sectionCard2 {
    background-image: url(../pcs/pcs_layout/section2.jpg);
}

.sectionCard3 {
    background-image: url(../pcs/pcs_layout/section3.jpg);
}

.sectionCard4 {
    background-image: url(../pcs/pcs_layout/section4.jpg);
}

.arrowTL {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../pcs/pcs_layout/arrow-tl.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
}

.arrowTR {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../pcs/pcs_layout/arrow-tr.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
}

.arrowBR {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../pcs/pcs_layout/arrow-br.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
}

.sectionCardTitle {
    position: absolute;
    bottom: 200px;
    color: White;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    height: 150px;
}

.sectionCardTitle {
    font-size: 26px;
    line-height: 32px;
    position: absolute;
    bottom: 200px;
    color: White;
    text-align: center;
    width: 100%;
    height: 110px;
}

@media only screen and (min-width : 480px) {
    .sectionCardTitle {
        font-size: 31px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 768px) {
    .sectionCardTitle {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 992px) {
    .sectionCardTitle {
        font-size: 41px;
        line-height: 44px;
    }
}

@media only screen and (min-width : 1200px) {
    .sectionCardTitle {
        font-size: 44px;
        line-height: 48px;
    }
}



.contentPaddingL {
    padding-left: 150px;
    border: 1px solid Red;
}


.mtAxisVideo,
.videoBox {
    background-color: #1f1f1f;
    min-height: 350px;
}

@media only screen and (min-width : 480px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 400px;
    }
}

@media only screen and (min-width : 768px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 600px;
    }
}

@media only screen and (min-width : 992px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 800px;
    }
}

@media only screen and (min-width : 1200px) {

    .mtAxisVideo,
    .videoBox {
        min-height: 1050px;
    }
}


.referenceBox {
    background-color: #D9D9D9;
    min-height: 545px;
    margin-bottom: 27px;
    position: relative;
    height: 0px;
    overflow: hidden;
}


.referenceTitle {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 60px;
    font-size: 20px;
    line-height: 24px;
    color: Black;
    font-weight: 700;
    width: 80%;
    color: #F6F40B;

/*
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px  1px 0 black,
        1px  1px 0 black;
*/
}

@media only screen and (min-width : 1680px) {
.referenceTitle {
    bottom: 32px;
    left: 32px;
}
}

@media only screen and (min-width : 480px) {
    .referenceTitle {
        font-size: 23px;
        line-height: 28px;
    }
}

@media only screen and (min-width : 768px) {
    .referenceTitle {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 992px) {
    .referenceTitle {
        font-size: 25px;
        line-height: 31px;
    }
}


@media only screen and (min-width : 1680px) {
    .referenceTitle {
        font-size: 32px;
        line-height: 38px;
    }
}

/*
.referenceLink img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -37px;
}
*/

.referenceBox img
{

    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.3s ease;
/*
  position: absolute;
  inset: 0;
  width: 100.1%;
  height: 100.1%;
  object-fit: cover;
  object-position: center;
  display: block;
  */
}

.referenceBox:hover img
{
  transform: scale(1.1);          /* zvětšení */
  transform-origin: center;       /* kole */
}

.technologieDescTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    .technologieDescTitle {
        font-size: 23px;
        line-height: 28px;
    }
}

@media only screen and (min-width : 768px) {
    .technologieDescTitle {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 992px) {
    .technologieDescTitle {
        font-size: 29px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 1200px) {
    .technologieDescTitle {
        font-size: 32px;
        line-height: 38px;
    }
}


.technologieDescText {
    font-weight: 700;
}

.columPlus {
    width: 100px;
}



.imageGallery {
    position: relative;
    filter: grayscale(100%) contrast(120%);
}

.imageMask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 800px;
    background-image: url(../pcs/pcs_layout/image-gallery-mask.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    z-index: 99;


}

.footer {
    background-image: url(../pcs/pcs_layout/footer-arrow.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 29px;
    padding-bottom: 17px;
    background-color: #F6F40B;
    margin-bottom: 40px;
}

.footerInfo div {
    line-height: 100%;
}

.footerInfo div,
.footerInfo div a {
    color: Black;
    font-weight: 700;
    font-size: 16px;
}

.footerProgram {
    border: 17px solid White;
    background-color: White;
    margin-bottom: -17px;
}

.footerSocial {
    display: block;
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;

}

.footerSocialFb {
    background-image: url(../pcs/pcs_layout/ico-facebook.svg);
}

.footerSocialInsta {
    background-image: url(../pcs/pcs_layout/ico-instagram.svg);
    margin-left: 10px;
}






@media only screen and (max-width : 1200px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        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: 50px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
    }

    .mobileMenu li.mobileMenuButton {
        max-width: 230px;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileMenu li.mobileMenuButton a {
        background-color: #b06ec6;
        color: White;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 10px;
        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;
    }

}

@media only screen and (min-width : 1200px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }

    .xtopMenu {
        display: flex !important;
        position: absolute;
        top: 57px;
        right: 0;
        font-size: 16px;
        z-index: 10;
    }
}