/* -- start setup -- */
/*
font-family: 'PT Serif', serif;
font-family: 'Roboto Condensed', sans-serif;

*/

* {
    font-family: 'PT Serif', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #373F41;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.mb30 {
    margin-bottom: 30px !important;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

.maxW546 {
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
}

.maxW800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

.imgShadow {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}

.topNavig {
    background-color: #3A473B;
    min-height: 110px;
    min-height: 70px;
    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: 110px;
          min-height: 100px;
    }
}

.topNavigIn {
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
}

@media only screen and (min-width : 1200px) {
.topNavigIn {
    padding-left: 86px;
    padding-right: 86px;
}
}

.topLogo {
    width: 200px;
}

.topLogo a {
    top: 0;
    left: 26px;
    position: absolute;
    z-index: 999;
    background-color: #976C46;
    width: 164px;
    height: 176px;

    width: 90px;
    height: 97px;
    background-image: url(../pcs/pcs_layout/logo-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
}

@media(min-width: 768px) {
    .topLogo a {
        top: 0;
        left: 26px;
        position: absolute;
        z-index: 999;
        background-color: #976C46;
        width: 164px;
        height: 176px;
        background-image: url(../pcs/pcs_layout/logo-white.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }
}

@media(min-width: 1200px) {
    .topLogo a {
        left: 86px;
    }
}


.topMenu {
    margin-bottom: 0;
    min-height: 110px;
    min-height: 100px;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: White;
    font-weight: 700;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

@media only screen and (min-width : 1100px) {
    .topMenu li a {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
}
}

.topMenu li a:HOVER,
.topMenu li a.active {
    color: #ECC4A0;
    color: #ECC4A0;
    text-decoration: none;
}

.topInstagram {
    background-image: url(../pcs/pcs_layout/instagram-icon.svg);
    background-position: 10px center;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-color: #496D4D;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
}

@media only screen and (min-width : 1100px) {
.topInstagram {
    background-position: 27px center;
    padding-left: 30px;    
    font-size: 18px;
    width: 170px;
}
}

.topInstagram:HOVER {
    color: White;
    text-decoration: none;
    background-color: #976C46;

}

.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;
    }
}



.headerContinue {
    min-height: 220px;
    background-image: url(../pcs/pcs_layout/header-continue.jpg);
    background-position: bottom center;
}

.headerContinue1 {
    background-image: url(../pcs/pcs_layout/header-continue1.jpg);
}

.headerContinue2 {
    background-image: url(../pcs/pcs_layout/header-continue2.jpg);
}

.headerContinue3 {
    background-image: url(../pcs/pcs_layout/header-continue3.jpg);
}

@media only screen and (min-width : 768px) {
    .headerContinue {
        min-height: 300px;
    }
}

.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: 661px;
    }
}


.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);
}


.headerContent {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    min-height: 461px;

}

@media only screen and (min-width : 768px) {
    .headerContent {
        min-height: 561px;

    }
}

.headerContentContinue {
    min-height: 220px;
    text-align: center;
}

@media only screen and (min-width : 768px) {
    .headerContentContinue {
        min-height: 300px;
    }
}

.headerContent h1,
.headerContentContinue h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 56px;
    color: #FFFFFF;
}

.headerContent h1,
.headerContentContinue h1 {
    font-size: 40px;
    line-height: 40px;
}

@media only screen and (min-width : 480px) {

    .headerContent h1,
    .headerContentContinue h1 {
        font-size: 50px;
        line-height: 44px;
    }
}

@media only screen and (min-width : 768px) {

    .headerContent h1,
    .headerContentContinue h1 {
        font-size: 60px;
        line-height: 48px;
    }
}

@media only screen and (min-width : 992px) {

    .headerContent h1,
    .headerContentContinue h1 {
        font-size: 70px;
        line-height: 52px;
    }
}

@media only screen and (min-width : 1200px) {

    .headerContent h1,
    .headerContentContinue h1 {
        font-size: 80px;
        line-height: 56px;
    }
}


.subTitle {
    font-size: 28px;
    line-height: 36px;
    color: #ECC4A0;
    font-style: normal;
}

@media only screen and (min-width : 480px) {
    .subTitle {
        font-size: 33px;
        line-height: 41px;
    }
}

@media only screen and (min-width : 768px) {
    .subTitle {
        font-size: 38px;
        line-height: 46px;
    }
}

@media only screen and (min-width : 992px) {
    .subTitle {
        font-size: 43px;
        line-height: 51px;
    }
}

@media only screen and (min-width : 1200px) {
    .subTitle {
        font-size: 48px;
        line-height: 56px;
    }
}


.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@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 {}

.imgShadow {}


h1,
h2,
h3,
h4,
.title,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani {
    /*    font-family: 'Bebas Neue', cursive; */
}


.button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    border: none;
    display: block;
    color: White;
    font-size: 18px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #496D4D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
}

.button258 {
    width: 258px;
}

.button300 {
    width: 208px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #976C46;
}


.topNewsBox {
    padding-bottom: 150px;
    background-color: White;
    background-image: url(../pcs/pcs_layout/bg-les-white.svg);
    background-position: bottom center;
    background-repeat: repeat-x;
}

.topNewsBoxIn {
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 999;
    margin-top: -90px;

}

@media only screen and (min-width : 768px) {
    .topNewsBoxIn {
        margin-top: -220px;

    }
}



.newsBox {
    background-position: bottom right;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    min-height: 447px;
    max-width: 404px;
    margin-left: auto;
    margin-right: auto;
}

.newsBoxGreen {
    background-color: #3A473B;
    background-image: url(../pcs/pcs_layout/news-box1-bcg.png);
}

.newsBoxBrown {
    background-color: #976C46;
    background-image: url(../pcs/pcs_layout/news-box2-bcg.png);

}

.newsImg {
    padding-top: 3px;
}

.newsBoxContent {
    padding: 20px 30px 20px 30px;
}

.newsDate {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: White;
    margin-bottom: 30px;

}

.newsTitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: White;
    margin-bottom: 20px;
}

.newsText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.newsOdd {
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
    margin-bottom: 25px;
}

.newsText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: White;
}




.contentGrey {
    background-color: #F5F5F5;
}

.contentGreyDomky {
    background-image: url(../pcs/pcs_layout/bg-les-grey-white.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #F5F5F5;
    min-height: 174px;
}


.contentGreyEnd {
    background-image: url(../pcs/pcs_layout/grey-content-end.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
}


h2 {
    font-size: 34px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 38px;
        line-height:42px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 42px;
        line-height: 46px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 46px;
        line-height: 50px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 48px;
        line-height: 56px;
    }
}

h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1em;
}

@media only screen and (min-width : 480px) {
    h3 {
        font-size: 29px;
        line-height: 34px;
    }
}

@media only screen and (min-width : 768px) {
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {
    h3 {
        font-size: 31px;
        line-height: 38px;
    }
}

@media only screen and (min-width : 1200px) {
    h3 {
        font-size: 32px;
        line-height: 38px;
    }
}


p.text {
    margin-bottom: 10px;

    line-height: 22px;
}

.footer {
    background-image: url(../pcs/pcs_layout/footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 55px;
}

@media only screen and (min-width : 992px) {
    .footer {
        padding-top: 85px;
    }
}

.footerNavigIn {
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
    padding-bottom: 55px;
}

@media only screen and (min-width : 768px) {
    .footerNavigIn {
        padding-left: 86px;
        padding-right: 86px;
        position: relative;
    }

}

.footerMenu {
    margin-bottom: 0;
    min-height: 110px;
    padding-left: 0;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.footerMenu li {
    list-style-type: none;
}

.footerMenu li a {
    color: #ECC4A0;
    font-weight: 700;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.footerMenu li a.active {
    color: White;
    text-decoration: none;
}

.copyright {
    background-image: url(../pcs/pcs_layout/copy.png);
    background-position: center center;
    background-repeat: repeat;

    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright p {

    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: White;
    margin-bottom: 0;
}

@media only screen and (min-width : 768px) {
    .copyright {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 59px;
    }

    .copyright p {

        line-height: 59px;
    }
}

.footerIco {}

.footerContact span {
    display: block;
    color: #ECC4A0;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
}


@media only screen and (min-width : 768px) {
    .footerContact span {
        font-size: 16px;
    }
}


.footerContactDark span {
    color: #373F41;
}


.footerContact a {
    color: White;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

@media only screen and (min-width : 768px) {
    .footerContact a {
        font-size: 26px;
    }
}

.footerContactDark a {
    color: #976C46;
}




.footerSocial {
    display: block;
    width: 51px;
    height: 51px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3A473B;
    background-position: center;
    background-repeat: no-repeat;
}

.footerIcoPhone {
    background-image: url(../pcs/pcs_layout/ico-phone.svg);
}

.footerIcoMail {
    background-image: url(../pcs/pcs_layout/ico-mail.svg);
}

.footerInstagram {
    background-image: url(../pcs/pcs_layout/instagram-icon.svg);
}

.footerFacebook {
    background-image: url(../pcs/pcs_layout/facebook-icon.svg);
}

/* produkty  */
.produktName {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

@media only screen and (min-width : 768px) {
    .produktName {
        font-size: 32px;
    }

}

.kontaktLogo {
    max-width: 250px;
    margin-top: 20px;
}

@media only screen and (min-width : 768px) {
    .kontaktLogo {
        max-width: 300px;
        margin-top: 0;
    }

}


@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: #3a473b;
        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: 18px;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: #976c46;

        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;
    }
}