/* -- start setup -- */
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Serif', serif;

*/

* {
    font-family: 'Poppins', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 18px;
    color: #767676;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.height1 {
    height: 1px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.white,
.white * {
    color: White !important;
}

.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;
}

.contentGrey {
    background-color: #343a41;
}


.topNavig {
    background-color: White;
    min-height: 60px;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

@media only screen and (min-width : 768px) {
    .topNavig {
        min-height: 100px;
    }
}

.topNavigIn {
    padding-left: 26px;
    /*
    /*padding-right: 26px;*/
    position: relative;
}

@media only screen and (min-width : 1200px) {
    .topNavigIn {
        padding-left: 40px;
        /*
    padding-right: 86px;*/
    }
}

.topLogo img {
    max-width: 220px;
}

.topMenu {
    margin-bottom: 0;
    min-height: 110px;
    min-height: 100px;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: White;
    background-color: #343a41;
    font-weight: 700;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;

    transition: all 0.5s;
    padding: 5px 15px;
}

@media only screen and (min-width : 1100px) {
    .topMenu li a {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.topMenu li a:HOVER,
.topMenu li a.active {
    color: #D9AF45;
    text-decoration: none;
}

.social {
    min-height: 60px;
    background-color: #343a41;
    background-color: White;
}

@media only screen and (min-width : 768px) {
    .social {
        min-height: 100px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.socialIco {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid White;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.5s;
}

.socialIco:HOVER {
    border: 1px solid White;
}

.socialIco1 {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialIco2 {
    background-image: url(../pcs/pcs_layout/instagram.svg);
}

.socialIco3 {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialIco4 {
    background-image: url(../pcs/pcs_layout/linked.svg);
}

.header {
    background-image: url(../pcs/pcs_layout/header1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 800px;
    min-height: 600px;
    min-height: 500px;
    background-size: cover;
}

.header {
    margin-top: 68px;
    margin-top: 58px;
    position: relative;
    z-index: 99;
}

@media only screen and (min-width : 768px) {
    .header {
        margin-top: 110px;
        margin-top: 100px;
        min-height: 600px;
    }
}


.carouselSlide {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

@media only screen and (min-width : 768px) {
    .carouselSlide {
        min-height: 800px;
        min-height: 600px;
    }
}


.carouselSlide1 {
    background-image: url(../pcs/pcs_layout/carousel1.jpg);
}

.carouselSlide2 {
    background-image: url(../pcs/pcs_layout/carousel2.jpg);
}

.carouselSlide3 {
    background-image: url(../pcs/pcs_layout/carousel3.jpg);
}

.carouselSlide4 {
    background-image: url(../pcs/pcs_layout/carousel4.jpg);
}

.carouselSlide5 {
    background-image: url(../pcs/pcs_layout/carousel5.jpg);
}

.carouselSlide6 {
    background-image: url(../pcs/pcs_layout/carousel6.jpg);
}

.headerContent {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 999;
    min-height: 600px;

}

@media only screen and (min-width : 768px) {
    .headerContent {
        min-height: 600px;

    }
}


.imgHeader {
    max-width: 181px;
    margin-left: auto;
    margin-right: auto;
}

.odd {
    margin: 20px auto;
    width: 60px;
    height: 3px;
    background-color: #D9AF45;
}


h1,
h1 strong {
    font-size: 26px;
    line-height: 34px;
    color: White;

    text-align: left;
    max-width: 700px;
    font-weight: 700;
}

@media only screen and (min-width : 480px) {

    h1,
    h1 strong {
        font-size: 32px;
        line-height: 38px;
    }
}

@media only screen and (min-width : 768px) {

    h1,
    h1 strong {
        font-size: 46px;
        line-height: 67px;
    }
}

@media only screen and (min-width : 992px) {

    h1,
    h1 strong {
        font-size: 54px;
        line-height: 78px;
    }
}

@media only screen and (min-width : 1200px) {

    h1,
    h1 strong {
        font-size: 60px;
        line-height: 90px;
    }
}



h2 {
    margin-bottom: .7em;
}

h2,
h2 strong {
    font-size: 24px;
    line-height: 48px;

    color: #29303A;
}

@media only screen and (min-width : 480px) {

    h2,
    h2 strong {
        font-size: 30px;
        line-height: 54px;
    }
}

@media only screen and (min-width : 768px) {

    h2,
    h2 strong {
        font-size: 36px;
        line-height: 60px;
    }

h2 {
    margin-bottom: 1em;
}    
}

@media only screen and (min-width : 992px) {

    h2,
    h2 strong {
        font-size: 42px;
        line-height: 66px;
    }
}

@media only screen and (min-width : 1200px) {

    h2,
    h2 strong {
        font-size: 48px;
        line-height: 72px;
    }
}

@media only screen and (max-width : 768px) {
.headerImgLogo {max-width: 250px;margin:30px auto;}
}


.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;
    }
}


.filtrBox {
    position: relative;
    top: -64px;
    min-height: 128px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}


.columImg {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 488px;
    position: relative;
}

.columImg1 {
    background-image: url(../pcs/pcs_layout/colum1.jpg);
}

.columImg2 {
    background-image: url(../pcs/pcs_layout/colum2.jpg);
}

.columImg3 {
    background-image: url(../pcs/pcs_layout/colum3.jpg);
}

.columDesc {
    position: absolute;
    bottom: -20px;
    right: -20px;
    max-width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    padding: 24px;
}



.button {
    font-weight: 500;
    border: none;
    display: block;
    color: #343a41;
    font-size: 18px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: White;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-weight: 700;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: Black;
    text-decoration: none;
    background-color: White;
}

h2 {
    font-weight: bold
}






@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 28px;
        height: 28px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat; 
    }

    .openMenu {
        background-color: #343a41;
        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;

        margin-bottom: 40px;
        margin-top: 40px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        font-weight: 600;
        font-size: 22px;
        text-transform: uppercase;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: Black;

        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 : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}