body,
html {
    font-family: 'Comfortaa', Arial, cursive;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}

h2,
h3,
h4 {}

h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 36px;
    color: #333;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

br {
    display: inline-block;
    width: 100%;
    height: 8px;
}

p {
    font-size: 15px;
}

p.good {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin: 18px;
    clear: both;
}

.overlay {
    height: 0;
}

.intro {
    background: url("img/bgyellow.webp") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;

    height: 100vh;
    width: 100%;
}

.intro object {
    display: block;
    width: 100%;
    height: 100%;
}

.intro .border {
    display: block;
    width: 100%;
    height: 100%;
    border: 4.5vw solid #e4f2f9;
    position: absolute;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

.grayo {
    background-color: #EFEFEF;
}

.podlazi.prvnip {
    background: url("img/patra_01.webp") no-repeat center center;
}

.podlazi.druhep {
    background: url("img/patra_02.webp") no-repeat center center;
}

.podlazi.tretip {
    background: url("img/patra_02.webp") no-repeat center center;
}

.podlazi.ctvrtep {
    background: url("img/patra_02.webp") no-repeat center center;
}

.podlazi.patep {
    background: url("img/patra_05.webp") no-repeat center center;
}

.podlazi {
    margin-bottom: 25px;
}

.prednipanely {
    margin: 62px 0 0;
    line-height: 24px;
}

#vyhody {
    position: relative;
}

#vyhody .bgbg {
    height: 1000px;
    background: rgb(228, 242, 249);
    background: -moz-linear-gradient(top, rgba(228, 242, 249, 1) 34%, rgba(254, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(228, 242, 249, 1) 34%, rgba(254, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(228, 242, 249, 1) 34%, rgba(254, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e4f2f9', endColorstr='#feffff', GradientType=0);
    position: absolute;
    top: -200px;
    z-index: 0;
    left: 0;
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

#vyhody .bgbg:before {
    content: "";
    background: url(img/intro.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -172px;
    left: 0;
    width: 100%;
    height: 163vh;
}

.terasy {
    max-width: 400px;
    min-width: 33%;
}

.park,
.vnitrek {
    width: 600px;
    width: 66%;
}

.terasy,
.park,
.vnitrek {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: 0.3;
    -moz-transition-delay: 0.3s;
    transition-duration: 0.3s;
    margin: 0;
    background-size: cover !important;
}

.terasy {
    height: 620px;
    background: url("img/01.jpg") no-repeat right;
}

.park {
    height: 310px;
    background: url("img/02.jpg") no-repeat;
}

.vnitrek {
    height: 310px;
    background: url("img/03.jpg") no-repeat;
}

.col-lg-4.terasy,
.col-lg-7.vnitrek,
.col-lg-7.park {
    padding: 0;
}

.vnitrek h3,
.park h3 {
    width: 100%;
    height: 20%;
}

.terasy h3,
.vnitrek h3,
.park h3 {
    background: #166aac;
    color: #FFFFFF;
    padding: 1.5em;
    margin: 0;
    min-height: 76px;
    text-transform: uppercase;
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.terasy:hover,
.park:hover,
.vnitrek:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 70px rgba(38, 46, 56, .1);
    box-shadow: 0 0 70px rgba(38, 46, 56, .1);
    z-index: 999;
    position: relative;
}

.terasy:hover h3,
.vnitrek:hover h3,
.park:hover h3 {
    opacity: .9;
}

.portfolio-item h4 {
    text-indent: -9999px;
    white-space: nowrap;
}

.normal ul li {
    text-align: left;
    width: 100%;
    list-style: circle;
    line-height: 1.8;
}

.ie {
    display: none;
}

.mezera {
    display: block;
    height: 88px;
    width: 100%;
}

.morep {
    padding-bottom: 40px;
}

a {
    color: #608dfd;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #608dfd;
}

ul,
ol {
    list-style: none;
    max-width: 84%;
    margin: 15px 8% 45px;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

ul li {
    font-size: 15px;
    list-style: none;
    text-align: center;
}

hr {
    height: 2px;
    width: 45vw;
    text-align: center;
    position: relative;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    margin: 30px auto;
    border: 0;
}

.flexing {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 1em;
}

.flexing .boxy {
    min-height: 310px;
}

.row * {
    max-width: 100%;
}

.cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cen>div {
    margin: 0 auto;
    display: block;
    width: inherit;
}

.prednipanely {}

.menubar {
    position: fixed;
    height: 3em;
    width: 3em;
    right: 1.8em;
    top: 1.3em;
    background: #356297;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
}

#menu {
    padding: 8px;
    transition: all 0.8s;
    height: 6.5em;
}

#menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

#menu a.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

#menu a.navbar-brand>img {
    width: 140px;
}

.collapse.navbar-collapse {
    overflow: hidden;
    margin: 65px 0 0;
    padding: 0;
}

.navbar-nav li span {
    padding-top: 3px;
    display: block;
}

#menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 2px 4px;
    border-radius: 0;
    margin: 18px 16px 0;
}

#menu.navbar-default .navbar-nav>li>a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
    content: "";
    transition: width 0.2s;
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(to right, #166aac 0%, #183468 100%) !important;
    content: "" !important;
    transition: width 0.2s !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #608dfd;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #608dfd;
}

#okoli,
#doprava,
#praha {
    display: block;
    padding-top: 90px;
    margin-top: -90px !important;
}

.section-title {
    margin-bottom: 45px;
    padding-top: 30px;
}

.section-title h2 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.vyhody .section-title h2 {
    margin-bottom: 65px;
}

.section-title p {
    font-size: 15px;
    line-height: 1.8;
}

.btn-custom {
    color: #fff !important;
    background-color: #166aac;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(24, 52, 104, 1);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(24, 52, 104, 1);
    box-shadow: inset 0px 0px 6px 0px rgba(24, 52, 104, 1);
    padding: 0 0;
    letter-spacing: 1px;
    margin: 8px auto;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    word-break: break-all;
    display: inline-flex;
}

.btn-custom a {
    color: #fff !important;
    word-break: break-all;
}

.btn-custom.wh {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    height: 4em;
    line-height: 2.2em;
    margin-bottom: 4em;
    flex: none;
}

.btn-custom.wh a {
    color: #183468 !important
}

.btn-custom.s {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
}

.btn-custom.s.big {
    font-size: 18px;
    font-weight: bold;
    padding: .8em 2em;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.wh a:hover {
    color: #fff !important;
    background-image: none;
    background-color: #0b2350;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Header Section
.hideme {
	opacity: 0;
}*/
.btn-custom.s {
    margin-bottom: 3px !important;
}

.volne>div:first-child {
    width: 80%;
    margin: 0 10%;
}

.volne>div:first-child a {
    width: 100%;
}

.volne {
    min-height: 12em;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin: 0 0 1.5em;
    line-height: 2.4em;
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: #e4f2f9
}

.menupatra {
    display: none;
}

@media (min-width: 1400px) {
    .intro object {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 99999;
    }
}

@media (max-width: 1400px) {
    .intro object {
        display: none;
    }

    .menupatra {
        display: block;
    }

    .intro {
        height: calc(100vh - 3em);
        margin-top: 3em;
    }
}

.btop {
    margin-top: -8em;
    padding: 130px 0 20px 0 !important;
}

.cent {
    padding: 44px 0;
}

.center {
    margin: -26px auto 1em;
    display: block;
}

.portfolio-items img {
    margin: .7em 0 3em;
}

.hover-bg {
    position: relative;
}

@media (min-width: 140px) {
    .volne>div:first-child {
        max-width: 60vw;
    }
}

@media (max-width: 820px) {
    .volne .btn-custom {
        width: 100% !important;
        margin: 0;
    }

    .volne .btn-custom a {
        padding: 14px 20px;
    }
}

.overlay h1 {
    font-family: 'Catamaran', sans-serif;
    color: #183468;
    font-size: 2.3vw;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    width: 10em;
    background: rgba(255, 255, 255, 0.65);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: left;
    min-width: 31%;
    padding: 2vw 2vw 2vw 12vw;
    margin-top: 0;
    left: -50px;
    top: 44%;
}

.overlay h1 span {
    font-weight: 800;
    color: #5ca9fb;
}

.overlay h2 {
    text-transform: uppercase;
    margin: 91px 0 20px 0;
    font-weight: 800;
    font-size: 19px;
    color: #fff;
    background-color: #166aac;
    padding: 1em;
    text-align: center;
}

.overlay h2 a {
    color: #fff;
}

.overlay {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kolaud {
    font-family: 'Catamaran', sans-serif;
    color: #183468;
    font-size: 1.8vw;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    margin-top: 0;
    right: 0;
    top: 0;
    padding: 8% 10% 0 0;
    text-align: right;
    display: flex;
    flex-direction: column;
}

@media (min-width: 980px) {
    .kolaud span {
        display: block;
        width: 100%;
    }

    .nizko {
        font-size: 1.5vw;
        font-weight: 500;
        line-height: .9;
        width: 100%;
    }
}

@media (max-width: 980px) {
    #menu.navbar-default .navbar-nav>li>a {
        margin: 18px 8px 0;
    }

    .zkolaudovano,
    .nizko {
        right: 3%;
        top: 15%;
    }
}

@media (max-width: 900px) {
    #menu.navbar-default .navbar-nav>li>a {
        margin: 18px 4px 0;
    }
}

@media (max-width: 1200px) {
    .zkolaudovano {
        right: 4%;
        top: 14%;
    }

    .nizko {
        right: 4%;
        top: 20%;
    }
}

.intro p {
    color: #166aac;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 60px;
}

#header {
    position: relative;
    z-index: 9999;
    background: #e4f2f9;
    min-height: 100vh;
}

header .intro-text {
    text-align: left;
}

#header::after {
    display: block;
    width: 3vw;
    height: 100%;
    background: #e4f2f9;
    position: absolute;
    left: 0;
    content: " ";
    top: 0;
}

#header::before {
    display: block;
    width: 3vw;
    height: 100%;
    background: #e4f2f9;
    position: absolute;
    right: 0;
    content: " ";
    top: 0;
}

.navbar-right {
    padding-top: 2px;
}

#financovani {
    padding: 100px 0 120px;
    background: #f6f6f6;
}

#financovani p {
    text-align: justify;
    font-size: 16px;
    margin: 3em 0;
}

#financovani a {
    color: white;
}

#lokalita {
    padding: 140px 0;
    margin-top: -60px !important;
}

#lokalita.gray,
#services.gray {
    background: #f6f6f6;
}

#lokalita p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 2em;
    color: #777 !important;
}

#lokalita h2 {
    position: relative;
    margin: 16px 0 15px;
    padding-bottom: 15px;
    color: #333 !important;
}

#lokalita a {
    color: #FFFFFF;
}

#lokalita i.fa,
#services i.fa {
    font-size: 29px;
    margin: 24px 0 20px;
    transition: all 0.5s;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 20px 0;
    border-radius: 50%;
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .05);
}

/* projekt Section */
#projekt {
    padding: 0;
}

#projekt h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

#projekt h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#projekt .projekt-text li {
    margin-bottom: 6px;
    margin-left: 6px;
    list-style: none;
    padding: 0;
}

#projekt .projekt-text li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5ca9fb;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
}

#projekt img,
#lokalita img {
    width: 520px;
    margin-top: 10px;
    background: #fff;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#projekt p {
    line-height: 24px;
    margin: 26px 0;
}

/* Services Section */
#services {
    padding: 100px 0;
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
    color: #fff;
}

#services.s {
    padding: 140px 0;
}

.boxy {
    margin: 0 1.5% 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 360px;
    width: 30%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#services .service-desc {
    margin: 10px 10px 20px;
}

#services h2 {
    color: #FFFFFF;
    position: relative;
    margin: 8px 0 22px;
    padding-bottom: 15px;
}

h2.vyhody {
    margin: 8px 0 58px !important;
}

.section-title h2::after {
    position: absolute;
    content: "";
    background: rgb(111, 150, 193);
    background: -moz-linear-gradient(top, rgba(111, 150, 193, 1) 0%, rgba(93, 127, 166, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(111, 150, 193, 1) 0%, rgba(93, 127, 166, 1) 100%);
    background: linear-gradient(to bottom, rgba(111, 150, 193, 1) 0%, rgba(93, 127, 166, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f96c1', endColorstr='#5d7fa6', GradientType=0);
    height: 4px;
    width: 30%;
    bottom: 0;
    left: 35%;
}

.about-text h2::after {
    position: absolute;
    content: "";
    background: rgb(111, 150, 193);
    background: -moz-linear-gradient(top, rgba(111, 150, 193, 1) 0%, rgba(93, 127, 166, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(111, 150, 193, 1) 0%, rgba(93, 127, 166, 1) 100%);
    background: linear-gradient(to bottom, rgba(111, 150, 193, 1) 0%, rgba(93, 127, 166, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f96c1', endColorstr='#5d7fa6', GradientType=0);
    height: 4px;
    width: 45%;
    bottom: 0;
    left: 0;
}

.bgv i.fa {
    font-size: 29px;
    width: 70px;
    height: 70px;
    padding: 20px 0;
    margin: 20px 0;
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
    border-radius: 50%;
    color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .05);
}

#services h3 {
    font-weight: 500;
    padding: 0;
    color: #fff;
    margin: 0 0 12px;
}

#services p {
    color: rgba(255, 255, 255, .75);
}

#services .service-desc {
    margin-bottom: 22px;
}

/* galerie Section */
#galerie {
    padding: 120px 0;
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
    color: white;
}

#galerie ul li,
#galerie .section-title h3 {
    text-align: left;
}

#galerie ul li {
    list-style: circle;
}

.white #galerie {
    background: white;
}

.white #galerie h2 {
    color: #000;
}

.white #galerie p {
    color: #777;
}

#galerie h3 {
    color: white;
}

.white #galerie h3,
.white #galerie p,
.white #galerie ul li {
    color: #777;
}

#galerie .portfolio-items {
    margin-bottom: 12px;
    display: inline-block;
}

#galerie h2,
#galerie p {
    color: #FFFFFF;
}

.galerie-item {
    margin: 1px -15px 0 -14px;
    padding: 0;
}

.galerie-item .hover-bg {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.bbb {
    margin-bottom: 30px;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(to right, rgba(24, 52, 104, 0.4) 0%, rgba(22, 106, 172, 0.4) 100%);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.hover-bg .hover-text>h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 44%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.hover-bg a {
    display: block;
    width: 100%;
    height: 100%;
}

.vyhody {
    padding: 120px 0;
    margin: 0;
    background: url("img/intro.svg") no-repeat right;
    background-size: cover;
}

.ntt {
    padding: 120px 0;
    margin: 0;
    background: url("img/intro2.svg") no-repeat right white;
    background-size: cover;
}

.ntttt {
    padding: 120px 0;
    margin: 0;
    background: url("img/intro2.svg") no-repeat right top !important;
    background-size: cover;
}

.nttt {
    padding: 120px 0;
    margin: 0;
    background: url("img/intro3.svg") no-repeat right;
    background-size: cover;
}

#byt {
    padding: 110px 0;
    margin: 10px 0;
}

#byt .container .section-title>p {
    display: none;
}

.upup {
    margin-top: -22px !important
}

#volnebyty {
    padding: 110px 0;
    margin: 0;
    background: #F0F0F0;
}

#volnebyty a {
    color: #FFFFFF;
}

#volnebyty .section-title {
    margin-bottom: 5px;
}

#volnebyty i {
    color: #e6e6e6;
    font-size: 32px;
    margin-bottom: 20px;
}

.volnebyty {
    position: relative;
    padding: 20px;
}

.volnebyty-image {
    float: left;
    margin-right: 15px;
}

.volnebyty-image,
.volnebyty-image img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.volnebyty-content {
    position: relative;
    overflow: hidden;
}

.volnebyty-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}

.volnebyty-meta {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #666;
}

table {
    margin: -2em 0 0 0;
    width: 100%;
    border-collapse: collapse;
    display: block;
    border-spacing: 0 2em;
}

thead {
    height: 3em;
}

/*
tr:first-child td:first-child, tr:first-child th:first-child {
	border-top-left-radius: 10px;
}
tr:first-child td:last-child, tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
tr:last-child td:first-child, tr:last-child th:first-child {
	border-bottom-left-radius: 10px
}
tr:last-child td:last-child, tr:last-child th:last-child {
	border-bottom-right-radius: 10px;
}
*/
table tbody {
    position: relative;
}

table.ns {
    border-spacing: 0;
}

table tbody tr {
    border-left: 0;
    border-right: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    position: relative;
    background: linear-gradient(to right, #d6d9de 0%, #d9dfe2 100%);
    height: 5em;
    color: #166aac;
    font-weight: bold;
    border-bottom: 15px solid #f6f6f6;
    width: 100% !important;
}

table tbody tr:hover {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

table td {
    padding: .78em 1.15em;
    text-align: center;
    line-height: 1.7;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

table td a {
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    margin: -11px 0 0 -115px;
    z-index: 9999;
}

table td.g span {
    display: block;
    margin: .5em;
    background: #FFFFFF;
    color: #183468;
    border: 1px solid #D9D5D0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .3em;
}

table tr.r td.g span {
    color: #FBA80D !important;
}

table tr.r {
    box-shadow: 1px 1px 29px -8px rgba(217, 211, 17, 0.75) inset;
    -webkit-box-shadow: 1px 1px 29px -8px rgba(217, 211, 17, 0.75) inset;
    -moz-box-shadow: 1px 1px 29px -8px rgba(217, 211, 17, 0.75) inset;
    width: 8em;
}

table td.o {
    background: #FFB7B8;
    width: 8em;
}

table tr.g:hover {
    background: rgba(23, 79, 129, 0.7);
}

table tr.r:hover {
    background: rgba(241, 216, 112, 0.7);
    box-shadow: 1px 1px 29px -8px rgba(217, 211, 30, 0.75) inset;
    -webkit-box-shadow: 1px 1px 29px -8px rgba(217, 211, 30, 0.75) inset;
    -moz-box-shadow: 1px 1px 29px -8px rgba(217, 211, 30, 0.75) inset;
}

table tr:hover td.o {
    background: rgba(255, 183, 184, 0.7);
}

table tr.k {
    background: rgba(219, 23, 26, .4);
    box-shadow: 1px 1px 29px -8px rgba(191, 11, 14, 0.73) inset;
    -webkit-box-shadow: 1px 1px 29px -8px rgba(191, 11, 14, 0.73) inset;
    -moz-box-shadow: 1px 1px 29px -8px rgba(191, 11, 14, 0.73) inset;
}

table th {
    color: #646464;
    font-size: 1.2em;
    font-weight: 300;
    padding: 1.15em 0;
    text-align: center;
}

table thead {
    border-bottom: solid 2px #e5e5e5;
    background: #FFFFFF;
}

table tfoot {
    border-top: solid 2px #e5e5e5;
}

table.btg thead {
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
}

table.btg thead tr th {
    color: #FFFFFF;
}

table.alt {
    border-collapse: separate;
    display: inline-table;
    margin: 15px auto 0;
}

table.alt tbody tr td {
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt tbody tr td:nth-child(2) {
    min-width: 160px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* Team Section */
#team {
    padding: 100px 0;
}

#team h4 {
    margin: 5px 0;
}

#team .team-img {
    width: 240px;
}

#team .thumbnail {
    background: transparent;
    border: 0;
}

#team .thumbnail .caption {
    padding: 10px 0 0 0;
    color: #888;
}

/* kontakt Section */
#kontakt {
    padding: 100px 0 60px 0;
    background: linear-gradient(to right, #166aac 0%, #183468 100%);
    color: rgba(255, 255, 255, .75);
}

#kontakt .section-title {
    margin-bottom: 40px;
}

#kontakt .section-title p {
    font-size: 16px;
}

#kontakt .section-title h2::after {
    left: 0;
}

#kontakt h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
}

#kontakt h3 {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-weight: 400;
}

#kontakt form {
    padding-top: 20px;
}

#kontakt .text-danger {
    color: #cc0033;
    text-align: left;
}

#kontakt .btn-custom {
    margin: 30px 0;
    background: transparent;
    border: 2px solid #fff;
}

#kontakt .btn-custom:hover {
    color: #1f386e;
    background: #fff;
}

label {
    font-size: 12px;
    font-weight: 400;
    float: left;
}

.ff {
    margin: 0 0 4em;
}

.ff p {
    margin: 0;
    font-size: 12px;
}

.special {
    margin: 10px 0;
    font-size: 15px;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #166aac;
    font-weight: bold;
    border: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.special:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.special:focus {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    transform: scale(1.16);
}

.field:last-child {
    height: 50px;
}

#kontakt .form-controling {
    display: block;
    width: 100%;
    padding: 6px 12px;
    margin: 0 0 1.3em 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#kontakt textarea.form-controling {
    margin: 0 0 .4em 0;
}

#kontakt .form-controling:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-controling::-webkit-input-placeholder {
    color: #777;
}

.form-controling:-moz-placeholder {
    color: #777;
}

.form-controling::-moz-placeholder {
    color: #777;
}

.form-controling:-ms-input-placeholder {
    color: #777;
}

#kontakt .kontakt-item {
    margin: 20px 0;
}

#kontakt .kontakt-item span {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    display: block;
}

#kontakt .kontakt-item i.fa {
    margin-right: 10px;
}

#kontakt .social {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 50px;
    margin-top: 50px;
    text-align: center;
}

#kontakt .social ul li {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

#kontakt .social i.fab {
    font-size: 19px;
    width: 48px;
    height: 48px;
    padding: 12px 0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

#kontakt .social i.fa:hover {
    color: #608dfd;
    background: #fff;
}

/* Footer Section*/
#footer {
    background: #f6f6f6;
    padding: 22px 0;
    margin: 0;
}

#footer p {
    color: #888;
    font-size: 14px;
    margin: 0;
}

#footer a {
    color: #608dfd;
}

#footer a:hover {
    border-bottom: 2px solid #608dfd;
}

@media (max-width: 1600px) {
    .overlay h1 {
        padding-top: 3vw;
    }
}

@media (max-width: 1400px) {
    .btop {
        padding-top: 180px !important;
    }

    .btn-custom a {
        color: #FFFFFF !important;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .terasy h3 {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%);
        height: 30%;
        text-align: left;
        padding: 1.5em;
    }
}

@media (max-width: 1200px) {
    .postimg {
        display: flex;
        align-items: center;
        height: 60vh;
    }

    .terasy,
    .park,
    .vnitrek {
        display: block;
        margin: 0 auto;
        width: 44%;
        margin-bottom: 6px;
    }

    .terasy {
        height: 500px;
    }

    .park,
    .vnitrek {
        height: 250px;
    }

    .btn-custom.s {
        font-size: 12px;
    }

    .btn-custom.s.long {
        padding: 12px 20px;
    }

    #projekt img,
    #lokalita img {
        width: 470px !important;
    }

    .menupatra {
        width: 60% !important;
    }

    .boxy {
        min-height: 388px;
    }

    .navbar-nav li span {
        display: none;
    }
}

@media (max-width: 820px) {
    #menu.navbar-default .navbar-nav>li>a {
        font-size: 17px;
        margin: 18px 4px 0;
        padding: 11px;
    }
}

@media (max-width: 620px) {

    .terasy,
    .park,
    .vnitrek {
        width: 100%;
    }

    .terasy .btn-custom a,
    .park .btn-custom a,
    .vnitrek .btn-custom a {
        width: 100%;
    }

    .terasy {
        height: 250px;
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {

    #volnebyty,
    #galerie,
    #financovani,
    #lokalita {
        padding: 65px 0;
    }

    .row {
        margin: 0;
    }

    #projekt img,
    #lokalita img {
        margin: 0 auto !important;
        display: block !important;
    }

    .btop {
        padding-top: 130px;
    }

    table.alt {
        margin: 15px 0;
    }

    .boxy {
        min-height: 345px;
        width: 48%;
        margin: 1em 1%;
    }

    * {
        max-width: 100%;
    }
}

@media (max-width: 920px) {
    .vyhody {
        padding: 20px 0;
    }

    .zkolaudovano {
        font-size: 36px;
        right: 4%;
        top: 10%;
    }

    .nizko {
        font-size: 22px;
        right: 4%;
        top: 16%;
    }

    .podlazi object {
        width: 100%;
        max-height: 70vh;
    }

    .podlazi {
        background-size: 100% !important;
    }

    #galerie ul li,
    #galerie .section-title h3 {
        text-align: center;
    }
}

@media (max-width: 820px) {
    .btn-custom.s {
        margin: .6em 0;
    }

    .btn-custom {
        width: 100%;
    }

    .cen {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .boxy {
        min-height: 282px;
        width: 80%;
        margin: 1em 10%;
    }
}

@media (max-width: 768px) {
    #volnebyty .section-title {
        margin: 0;
        padding: 0;
    }

    .contact-info {
        margin: 0;
        padding: 0 0 30px;
    }

    #volnebyty,
    #galerie,
    #financovani,
    #lokalita {
        padding: 45px 0;
    }

    #services.s {
        padding: 60px 0;
    }

    .collapse.navbar-collapse {
        overflow: hidden;
        margin: 25px 0 0;
        padding: 0;
    }

    .btn-custom {
        max-width: 100vw;
        display: block;
        font-size: 15px;
    }

    .btn-custom a {
        max-width: 90vw;
        padding: auto 10vw;
        display: block;
        font-size: 15px;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    header .intro-text {
        position: relative;
    }

    table.alt thead {
        display: none;
    }

    #projekt img {
        margin: 50px auto;
    }

    .hideme {
        opacity: 1;
    }
}

.cookieNotice {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #666666;
    text-align: center;
    line-height: 17px;
    padding: 12px 73px;
    font-size: 12px;
}

.cookieNotice a {
    color: #e64000;
    text-decoration: underline;
}

.cookieNotice .closeButton {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%);
    text-decoration: none;
}

@media all and (max-width: 660px) {

    table.alt tbody tr td:nth-child(3),
    table.alt tbody tr td:nth-child(5) {
        display: none;
    }

    .kolaud {
        width: 100%;
        top: 70px;
        text-align: right;
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .nizko {
        font-size: 14px;
        margin: 0 10px;
    }

    .intro {
        background: url(../img/house.png) no-repeat center 60% !important;
        background-size: 80%;
        max-height: 74vh;
    }

    .overlay h1 {
        width: 80%;
        left: 10%;
        min-height: 0;
        text-align: center;
        top: 70%;
        padding: 20px;
        font-size: 5.5vw;
    }

    .zkolaudovano,
    .nizko {
        transform: scale(0.7);
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0;
        top: 100px;
    }

    .nizko {
        top: 140px;
    }
}

@media all and (max-width: 640px) {
    .about-text {
        margin-top: 0;
    }

    .cookieNotice .closeButton {
        right: 10px;
    }
}

.cookieNotice .closeButton:after {
    content: '✖';
    color: #e64000;
    font-size: 18px;
}

.cookieNotice {
    box-sizing: border-box;
}

.wra {
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 374px) {
    .terasy {
        display: none;
    }
}

@media (max-width: 420px) {
    .postimg {
        height: 50vh;
    }

    h3 {
        font-size: 17px;
        font-weight: 700;
        color: #333;
    }

    .terasy h3,
    .vnitrek h3,
    .park h3 {
        padding: 1.8em .5em;
    }

    .overlay h1 {
        font-size: 19px;
        width: 84%;
        text-align: center;
        line-height: 2;
        padding: .8em;
        top: 74% !important;
        left: 8%;
        min-height: 90px
    }

    table.alt tbody tr td:nth-child(1),
    table.alt tbody tr td:nth-child(6) {
        display: none;
    }

    table td a {
        margin: -11px 0 0 -22px;
    }

    .collapse.navbar-collapse {
        overflow: hidden;
        margin: 24px 0 0;
        padding: 0;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ie {
        position: fixed;
        z-index: 99999999;
        width: 50%;
        right: 0;
        bottom: 0;
        min-height: 8vh;
        background: #FFFFFF;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-top-left-radius: 20px;
        color: #C30003;
        font-family: Arial;
        font-size: 18px;
        padding: 1em;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        display: block;
    }

    table.btg thead {
        background: #166aac;
    }

    table tbody tr {
        background: #ecebe7;
    }
}