@font-face {
    font-display: fallback;
    font-family: function-pro;
    font-style: normal;
    font-weight: 100;
    src: url(fonts/function-pro-light.5d37e086.woff2) format("woff2"),url(fonts/function-pro-light.b2f0cc69.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: function-pro;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/function-pro-book.fb79bcb0.woff2) format("woff2"),url(fonts/function-pro-book.e37961dc.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: function-pro;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/function-pro-demi.cdbd6d84.woff2) format("woff2"),url(fonts/function-pro-demi.a10654d0.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: function-pro;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/function-pro-bold.2242fa5e.woff2) format("woff2"),url(fonts/function-pro-bold.6a26d23a.woff) format("woff")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,html {
    overflow-x: hidden;
    width: 100%
}

body {
    background-color: #fff;
    color: #717171!important;
    font-family: Arial,Helvetica,sans-serif
}

/* obecne */
.order-button a {
    background-color: #82ac29;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: function-pro,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 17px;
    padding: 17px 0 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.order-button a:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    text-decoration: none
}














/* hedler */

.header {
    border-bottom: 1px solid #e8e8e8
}

.header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 100%;
    height: 85px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 414px;
    min-width: 320px;
    padding: 0 0 0 5px;
    width: 100%
}

@media(min-width: 768px) {
    .header-inner {max-width:768px; height:100px}
}

@media(min-width: 992px) {
    .header-inner {max-width:1025px; height:110px;}
}

@media(min-width: 1200px) {
    .header-inner { max-width:1180px !important;}
}






.header .menu-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: transparent;
    background-image: url("design/bg-menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    justify-content: center;
    margin: 0 5px;
    width: 65px
}

@media(min-width: 768px) {
    .header .menu-button {height:72px; margin: 0 5px; width: 72px }
}

@media(min-width: 992px) {
    .header .menu-button {height:84px; margin: 0 5px; width: 84px }
}

.header .menu-button span {
    background-image: url("design/bg-menu-ikona.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 37px;
    display: block;
    font-family: function-pro,sans-serif;
    font-size: 13px;
    height: 37px;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
}

@media(min-width: 768px) {
    .header .menu-button span { background-size:37px; font-size: 13px; height: 37px}
}

.header .logo {
    margin: 0 5px
}

@media(min-width: 768px) {
    .header .logo { margin:0 10px }
}

@media(min-width: 992px) {
    .header .logo { margin:0 12px}
}

.header .info {
    display: none
}

@media(min-width: 768px) {
    .header .info {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        flex-grow: 1;
        font-family: function-pro,sans-serif;
        font-size: 16px;
        justify-content: flex-end
    }

    .header .info strong {
        font-weight: 700
    }

    .header .info-item {
        margin-right: 30px;
        line-height: 18px;

    }
}

@media(min-width: 992px) {
    .header .info {
        font-size:14px
    }

    .header .info strong {
        font-size: 18px
    }

    .header .info-item--route {
        background-image: url("design/bg-ikona-mapa.svg");
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 36px;
        padding-left: 55px

    }

    .header .info-item--opened {
        background-image: url("design/bg-ikona-hodiny.svg");
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 32px;
        padding-left: 50px

    }

    .header .info-item--fee {
        background-image: url("design/bg-ikona-vstup.svg");
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 40px;
        padding-left: 60px

    }
}

@media(min-width: 1200px) {
    .header .info-item {
        margin-right:50px;
        line-height: 18px;
    }
}


.logo {
    background-image: url("design/logo-cvzd.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 65px;
    width: 170px
}

@media(min-width: 768px) {
    .logo {
        height:72px;
        width: 188px
    }
}

@media(min-width: 992px) {
    .logo {
        height:84px;
        width: 219px
    }
}

.logo span {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}



/* navigace */
.navigation {background-color: rgba(0,0,0,.8)!important; width: 320px !important;}
.navigation a {text-decoration: none}
.navigation a:hover {text-decoration: none}

.navigation .close {
    background-color: transparent;
    background-image: url("design/close.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0;
    cursor: pointer;
    height: 20px;
    left: 15px;
    outline: none;
    position: absolute;
    top: 25px;
    width: 20px
}

.navigation .close span {
    clip: rect(0,0,0,0);
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.navigation-inner {
    height: 100vh;
    overflow: auto;
    background-color: #515151;
    left: 50px;
    min-height: 100%;
    position: relative;
    width: 270px
}

.navigation-inner .menu {
    list-style-type: none;
    margin: 0;
    padding: 21px 29px
}

.navigation-inner .menu {
    list-style-type: none;
    margin: 0;
    padding: 21px 29px
}

.navigation-inner .order-button {
    margin: 6px 29px
}

.navigation-inner .order-button a {
    margin: 0; padding: 14px 0 10px;
}

.navigation .menu-item {
    border-bottom: 1px solid #464646;
    padding: 18px 0
}

.navigation .menu-item a {
    color: #fff;
    display: block;
    font-family: function-pro,sans-serif;
    font-size: 18px;
    font-weight: 700
}

.navigation .menu-item-home {
    padding-bottom: 23px
}

.navigation .menu-item-home a {
    background-image: url("design/logo-cvzd-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 80px;
    width: 209px
}

.navigation .menu-item-has-children>a {
    color: #8d8d8d;
    font-size: 18px
}

.navigation .vzorove {
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 700;
}

.navigation .sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 0
}

.navigation .sub-menu .menu-item {
    background-image: url("design/sipka-menu.svg");
    background-position: center left 7px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: none;
    padding: 4px 0 4px 46px
}


/* titulka */
.hero {display: none;}
@media screen and (min-width: 1200px) {
    .hero {
        display: block;
        max-width: 1863px;
        min-width: 1025px;
        width: calc(100% - 30px);
    }
}

.hp-hlavni-levy-obal {width: 28% !important; padding:7px !important;}
.hp-hlavni-levy {height: 317px; margin-bottom:14px;}
.hp-hlavni-obal {width: 44% !important; padding:7px !important;}
.hp-hlavni {background-image: url("design/centrum-vzorovych-domu-celek.jpg"); background-position: center center; background-size: cover; height: 472px; margin-bottom:14px; position:relative;}
.hp-hlavni-pravy-obal {width: 28% !important; padding:7px !important;}
.hp-hlavni-pravy {background-image: url("design/centrum-vzorovych-domu-romance.jpg"); background-position: center center; background-size: cover; height: 346px; margin-bottom:14px; position:relative;}
.hp-hlavni-levy2 { background-image: url("design/centrum-vzorovych-domu-rezidence.jpg"); background-position: center center; background-size: cover; height: 463px; position:relative;}
.hp-hlavni2 {background-image: url("design/centrum-vzorovych-domu-city.jpg"); background-position: center center; background-size: cover; height: 416px; position:relative;}
.hp-hlavni-pravy2 {background-image: url("design/centrum-vzorovych-domu-bungalov.jpg"); background-position: center center; background-size: cover; height: 346px; position:relative;}

.hp-hover {
        background-color: rgba(0, 0, 0, .0);
        bottom: 0;
        content: "";
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
    }



.hero-tile-title {
    bottom: 25px;
    color: #fff;
    display: block;
    font-family: function-pro,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    left: 25px;
    letter-spacing: 0;
    line-height: 1.2;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
    z-index: 3
}

.hero-tile-title-zlom {
        width: calc(100% - 150px);
    }

.hero-title-hover {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease 0s;
        transition: max-height .3s ease 0s}


.hero-title-sipka {
        background-image: url("design/sipka-najezd.svg");
        bottom: 25px;
        content: "";
        height: 0px;
        position: absolute;
        right: 25px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 75px;
        z-index: 2;
    }

.hp-hover:hover {background-color: rgba(0, 0, 0, .25);}
.hp-hover:hover .hero-title-hover {max-height: 28px;}
.hp-hover:hover .hero-title-sipka {height: 75px;}

.hp-kalendar {
    width: calc(28% - 15px) !important;
    height: 308px;
    background-color: #82ac29;
    margin-right: 14px;
    position: relative;
    }

.hp-kalendar-objednat {
    background-color: #6c8e29;
    padding: 30px 0px;
    color: #fff;
    font-family: function-pro, sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
    line-height: 1.2;
    position: absolute;
    bottom: 0px;
    width: -webkit-fill-available;
}

.kalendar24 {
    padding-top:65px;
    }

.vedle-kalendare {
    width: 72% !important;
    }

/* titulka 768-1200*/
.hero768-1200 {display: none;}
@media screen and (min-width: 768px) and (max-width: 1200px)  {
    .hero768-1200 {display: block; max-width: 768px !important;}
    .hp-kalendar {width: 376px !important; height: 246px; background-color: #82ac29; position: relative;}
    .kalendar24 {padding-top: 35px;}
    .hero768-1200-click {display: contents;}
    .hero-title-hover {max-height: 28px;}
}



/* titulka 768*/
.hero768 {display: none;}
@media screen and (max-width: 768px)  {
    .hero768 {display: block;}
    .hero-title-hover {max-height: 28px;}
    .hero768 .carousel-indicators {margin-bottom: -3rem !important;}
    .hero768 .carousel-indicators button {width: 15px !important; height: 15px !important; border-radius: 50%; margin-right: 10px !important; margin-left: 10px !important; opacity: .3;}
    .hero768 .carousel-indicators button.active {background-color:#82ac29 !important; opacity: 1;}
    .hero768 .hp-kalendar-objednat {width:100%; text-align: center; position: initial; text-decoration:none;}
    .hero768 .odskok-tlacitka {margin-top: 80px;}
    .hero768 .odskok-tlacitka a {text-decoration: none !important;}
}


/* bezový blok */

@media(min-width: 1200px) {
    .container-inner { max-width:1180px !important;}
}

.info-blok { background-color: #f7f4f2; color: #717171; font-family: Arial,Helvetica,sans-serif;}
.info-blok-nadpis {font-family: function-pro, sans-serif; font-size: 32px; font-weight: 400;}
.info-blok-nadpis strong {font-weight: 900;}

.info-blok-button {
    background-color: #8f7775 !important;
    font-size: 15px !important;
    padding: 14px 30px 10px 30px!important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border:none !important;
}

.info-blok-button:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    text-decoration: none
}

.info-blok p {
    font-size: 15px;
    line-height: 24px;
    }

.info-blok .top-info {
    color: #000;
    font-family: function-pro, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px;
    text-align: right;
}



/* kontakt blok */
.kontakt-blok {font-family: Arial,Helvetica,sans-serif;}

.kontakt-blok-nadpis {font-family: function-pro, sans-serif; font-size: 32px; font-weight: 400;}
.kontakt-blok-nadpis strong {font-weight: bolder;}
.kontakt-blok-addresa {font-weight: 700; text-align: left;}

.kontakt-blok-telefon {
    background-image: url("design/kontakt-telefon.svg");
    background-position: top left;
    padding: 5px 40px 25px 55px;
    background-repeat: no-repeat;
    background-size: 39px;
    color: #a3a3a3;
    font-size: 13px;
    line-height: 1.2;
}

.kontakt-blok-telefon a {color: #717171; display: block; margin-bottom: 10px; font-family: function-pro, sans-serif; font-size: 22px; font-weight: 900; text-decoration: none;}
.kontakt-blok-telefon a:hover {text-decoration: underline;}

.kontakt-blok-email {
    background-image: url("design/kontakt-obalka.svg");
    background-position: top left;
    background-repeat: no-repeat;
    padding: 5px 40px 25px 55px;
    background-size: 39px;
}

.kontakt-blok-email a {font-family: function-pro, sans-serif; font-size: 22px; font-weight: 900;color: #82ac29; text-decoration: none;}
.kontakt-blok-email a:hover {text-decoration: underline;}

.kontakt-blok-nadpis-kontaktujte {font-family: function-pro, sans-serif; font-size: 24px; font-weight: 700;}

.pojdte-dal {background: top / cover no-repeat url("design/cvzd-pojdte-dal.jpg");}


/* výhody blok */
.vyhody-blok {background-image: url("design/centrum-vzorovych-domu-vyhody.jpg"); background-position: top; background-repeat: no-repeat; background-size: cover; position: relative; height:615px;}

@media(min-width: 768px) {
    .home-advantages-house-title {
        color:#fff;
        display: block;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        font-weight: 400;
        left: 29px;
        position: absolute;
        text-align: right;
        top: 47px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 60px;
        line-height: 1.2;
    }
    .home-advantages-house-title:before {
        border-top: 2px solid #82ac29;
        content: "";
        display: block;
        height: 2px;
        margin-left: auto;
        position: relative;
        right: -50px;
        top: 10px;
        width: 37px
    }
}
.home-advantages-subtitle {
        color: #fff;
        display: block;
        font-family: function-pro, sans-serif;
        font-size: 15px;
        font-weight: 400;
        left: calc(50% - 260px);
        margin: 0 auto;
        position: absolute;
        text-align: center;
        text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .21);
        top: 160px;
        width: 520px;
    }
.home-advantages-title {
        font-size: 54px;
        color: #fff;
        text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .21);
        font-weight: 900;
        font-family: function-pro, sans-serif;
    }

.vyhody-blok-karty {margin-top:-200px;}
.vyhody-blok-karty .card {background-color: #82ac29; border:0; border-radius:0; text-align: center;}
.vyhody-blok-karty .tm {background-color: #668f0f;}
.vyhody-blok-karty .card img {border-radius:0;}
.vyhody-blok-karty .card-body {padding: 35px 25px 35px 25px;}
.vyhody-blok-karty .card-title {color: #cdd872; font-family: function-pro, sans-serif; font-weight: 900; font-size: 24px;}
.vyhody-blok-karty .card p {font-size: 15px; line-height: 24px; color:White;}

@media(max-width: 768px) {
.vyhody-blok {background-image: none; position: relative; height: initial;}
.home-advantages-title {font-size: 30px; font-weight: 900; margin: 0 0 50px; text-align: center; color: #717171;}
.home-advantages-subtitle {position: relative; top:0;}
.home-advantages-subtitle span {display: none;}
.home-advantages-house-title {display: none;}
.vyhody-blok-karty {margin-top: 0px;}
.vyhody-blok-karty .col {margin-top:0px;}
.vyhody-blok-karty .card img {display: none;}

}



