@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');

body, html {
    height: 100%;
}

body {
    color: #676A75;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background: #ffffff;
}

body.dark-bg {
    color: #d0d0d0;
    background: #393939;
}


body.dark-bg h2 {
    color: #fff;
}

header {
    position: absolute;
    width: 100%;
    z-index: 90;
}

p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

a {
    position: relative;
    color: #000;
    text-decoration: none !important;
}

a.effect:hover {
    color: #f2f2f2 !important;
}

a.effect-white:hover {
    color: #fff !important;
}


a.effect-white:before {
    background-color: #fff;
}

a.effect:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.gallery-title {
    position: absolute;
    top: 0;
    left: 2%;
}

.img-box {
    position: relative;
    display: inline-block;
}
.img-box .top-img-bg {
    position: absolute;
    height: 10px;
    background: #cbbda0;
    width: 40%;
    right: -10px;
    top: -10px;
}
.img-box .right-img-bg {
    position: absolute;
    width: 10px;
    background: #cbbda0;
    height: 40%;
    right: -10px;
    top: -10px;
}

.separator-line {
    height: 2px;
    width: 50%;
    background-color: #fff;
}

.for-mobile {
    display: none;
}

.claim-1 {
    font-size: 50px;
    color: #FFFFFF;
    line-height: 57px;
    padding: 0 50px;
}

.claim-1-hp {
    font-size: 37px;
}

.claim-symbol {
    margin-bottom: 20px;
    width: 120px;
}

.menu-btn {
    position: absolute;
    top: 40px;
    right: 50px;
    color: #fff;
    text-transform: uppercase;
    z-index: 100;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.menu-btn img {
    width: 45px;
    margin-left: 14px;
}

.project-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    text-transform: uppercase;
    z-index: 100;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.project-btn img {
    width: 25px;
    margin-left: 14px;
}

.hp-section {
    position: relative;
}


.hp-section-je {
    background-image: url("../img/bg-je.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 60px;
}

.hp-section .title-bg {
    position: absolute;
    background: #ecf6ff;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-top: 100px;
}
.hp-section .content {
    z-index: 100;
}

.logo-box {
    z-index: 100;
    width: 100%;
    text-align: center;
    margin-left: 10%;
}
.logo-box img {
    margin-top: 50px;
    width: 200px;
}

.head-img {
    background-image: url("../img/head_hp_img2-v=2.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    position: relative;
}

.head-img-liberec {
    background-image: url("../img/liberec/head_hp_img-v=1.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    position: relative;
}

.project-img {
  background-image: url("../img/project_bg.jpg");
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    position: relative;
    overflow-y: hidden;
}

.apartments-img {
  background-image: url("../img/apartments.jpg");
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
position: relative;
overflow-y: hidden;
}


.detail-img {
  background-image: url("../img/detail.jpg");
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    position: relative;
    overflow-y: hidden;
}


.gallery-img {
  background-image: url("../img/gallery-bg.jpg");
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.contact-img {
  background-image: url("../img/contact-bg.jpg");
    width: 100%;
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    position: relative;
    overflow-y: hidden;
}


.dolcevita-img {
  background-image: url("../img/dolcevita-bg.jpg");
  width: 100%;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}


@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
		transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
		transform: scale(1.1);
    }

}

nav.menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 120;
    background: rgba(0,62,102,0.9);
    bottom: 0;
    max-width: 400px;
    width: 100%;
    text-align: center;
    display: none;
}

nav.menu .nav-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    position: absolute;
}

nav.menu .close {
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
    z-index: 110;
}

nav.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

nav.menu ul li {
    padding: 5px;
}

nav.menu ul li a {
    color: #fff;
    font-size: 27px;
}

nav.menu ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}

nav.menu ul li a:before {
    background-color: #fff !important;
}

.contact-box {
  background: #002b66;
  position: fixed;
  right: -260px;
  width: 300px;
  height: 210px;
  position: fixed;
  bottom: 40%;
  z-index: 105;
  border-radius: 10px;
  padding: 6px;
}

.contact-box .sledujte{
    position: absolute; color: #fff; top: 15px; left: 65px; font-size: 18px;
}

.contact-box .online{
    position: absolute; color: #fff; top: 50px; left: 65px; font-size: 18px;
}

.contact-box .volejte{
    position: absolute; color: #fff; top: 115px; left: 65px; font-size: 18px;
}

.contact-box .num{
    font-size: 25px; font-weight: 500;
}

.contact-page .logo-next {
    max-width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.contact-box .social {
    padding: 10px 5px;
    display: block;
}

.contact-box .social img {
    width: 20px;
}

.contact-box .label {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    position: absolute;
    left: -20px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    bottom: 50px;
}

.btn-more-big {
    background-image: url("../img/more.png");
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff !important;
    padding-top: 40px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    min-width: 100px;
    background-size: 55px;
}

.btn-more-big:hover {
    color: #fff !important;
    text-decoration: none;
}

.btn-more-big:before {
    background-color: #fff !important;
}

.btn-more-big-black {
    background-image: url("../img/more-black.png");
    background-repeat: no-repeat;
    background-position: top center;
    color: #000;
    padding-top: 40px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    min-width: 100px;
}

.head-img .container {
    top: 65%;
}

.navbar {
    padding: 0;
}

h1 {
    color: #cbbda0;
    font-size: 54px;
    font-weight: lighter;
    letter-spacing: -1px;
}

h2 {
    font-size: 54px;
    font-weight: lighter;
}


h2.smaller {
    font-size: 40px;
}

h3 {
    color: #003e66;
}

.btn-more {
    color: #cbbda0;
}

.section-page {
    padding: 120px 0 150px 0;
}
.section-page .section-img img {
    width: 100%;
}

.container {
    position: relative;
}

.bg-2 {
    background-image: url("../img/bg-2.jpg");
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-3 {
    background-image: url("../img/bg-3.jpg");
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1680px) {
  .bg-2 {
    height: 100vh;
  }

  .bg-3 {
    background-image: url("../img/slider/new3.webp");
    height: 100vh;
  }
}


.bg-4 {
    background-image: url("../img/bg-4.jpg");
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu {
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    z-index: 1;
    float: right;
    margin-top: 42px;
}

.main-menu ul {
    list-style: none;
}

.main-menu ul li {
    float: right;
    text-transform: uppercase;
    padding: 15px 10px;
}

.main-menu a {
    color: #111744;
}

.contact {
    background: #003e66;
    padding: 30px;
    text-align: center;
    color: #fff;
}
.contact a {
    color: #fff;
}
.contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact ul li {
    display: inline-block;
}
.contact ul li a {
    color: #fff;
    padding: 20px 40px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.contact ul li a:before {
    background-color: #fff !important;
}

.contact .social img {
    width: 20px;
    margin-right: 10px;
}

.partners-logos {
    text-align: center;
}

.partners-logos img {
    width: 220px;
}

.right-arrow-white {
    background: url("../img/right-white.png") no-repeat right center;
    background-size: 11px 19px;
    padding-right: 20px;
}

.right-arrow-black {
    background: url("../img/right-black.png") no-repeat right center;
    background-size: 11px 19px;
    padding-right: 20px;
}

.hp-flats-link {
    text-align: left;
}

.hp-flats-link a {
    display: inline-block;
    color: #fff;
    vertical-align: bottom;
    margin-top: 80px;
    font-size: 18px;
    font-weight: 500;
}


.gallery-page img {
    width: 100%;
    margin-bottom: 35px;
}

.gallery-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery-page li {
    display: inline-block;
    font-size: 22px;
    padding-right: 40px;
    cursor: pointer;
}

.gallery-page li a.active {
    color: #fff;
}
.gallery-page li a.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.contact-page h2 {
    color: #003e66;
    margin-bottom: 30px;
}
.contact-page p {
    color: #4c4c4c;
    font-size: 22px;
    line-height: 1.8em;
}
.contact-page p a {
    color: #4c4c4c;
}
.contact-page label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}
.contact-page input, .contact-page textarea {
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
}
.contact-page textarea {
    line-height: 17px;
}
.contact-page button {
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    color: #4c4c4c;
    padding: 10px 30px;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}

.dolcevita-page h3 {
    color: #003e66;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
}
.dolcevita-page h3 span {
    color: #6f717c;
}
.dolcevita-page h3 a {
    color: #003e66;
}
.dolcevita-page h3 small {
    color: #6f717c;
    font-size: 14px;
}
.dolcevita-page .gallery {
    text-align: center;
}
.dolcevita-page .gallery img {
    margin-bottom: 55px;
    width: 300px;
}
.mobile-bg {
    display: none;
}

.anim-slide * {
    position: unset;
}
.anim-slide-this {
    z-index: 89;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


@media (max-width: 992px) {

    .container {
        max-width: 920px;
    }

    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none;
    }
    .more-section {
        margin-top: 20px;
    }
    .hp-section h1 {
        font-size: 40px;
    }
    .more-section h2 {
        font-size: 40px;
    }
    .more-section p {
        text-align: center;
    }
    .section-page {
        padding: 80px 0 40px 0;
    }

}

.parallax-wrapper {
    height: 100vh;
    overflow-y: hidden;
}

.parallax-demo {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    z-index: 9;
}

.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 12;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 768px) {

    .hp-flats-link {
        text-align: center;
    }
    .hp-flats-link a {
        margin-top: 30px;
    }

    .gallery-title {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .gallery-section {
        text-align: center;
    }

    .menu-btn {
        top: 30px;
        right: 30px;
    }

    .menu-btn span {
        display: none;
    }

    .logo-box {
        margin-top: 20px;
        margin-left: 50px;
    }

    .logo-box img {
        margin-top: 20px;
        width: 120px;
    }

    .claim-1 {
        font-size: 30px;
        line-height: 45px;
    }

    .claim-symbol {
        width: 100px;
    }

    .hp-flats-link a {
        font-size: 16px;
    }

    .hp-section .title-bg {
        position: relative;
        background: transparent !important;
        margin-top: 30px;
        padding: 40px;
        padding-bottom: 0;
    }
    h1 {
    font-size: 40px;
}
    .hp-section h1 {
        margin-top: 0;
        font-size: 40px;
    }
    h2.smaller {
        font-size: 35px;
    }
    .section-page {
        margin: 0 20px;
    }
    .section-page h2 {
        padding: 0;
        font-size: 35px;
    }
    .section-page .section-img {
        text-align: center;
    }
    .section-page .section-img img {
        width: 100%;
    }

    .for-mobile {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
    .mobile-bg {
        display: block;
        position: absolute;
        top: 175px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .hidden-mobile {
        display: none;
    }


    .vyhody .img-box {
        margin: 0;
    }

    .vyhody .vyhoda-text {
        margin-top: 0;
    }

    .contact .contact-address {
        text-align: center;
    }

    .vyhody .section-img {
        text-align: center;
    }

    .vyhody h3 {
        text-align: center;
    }

    .claim-box {
        bottom: 30%;
    }

    .contact ul li a {
        padding: 10px 0px;
    }
    .contact-box {
    bottom: 10%;
}
.contact {
    text-align: center!important;
}
.contact .col-12 {
  text-align: center!important;
  padding: 20px 0;
}
.contact ul li a {
    padding: 10px 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.gallery-page li {
    padding-right: 20px;
}
.filter-floor-right {
    display: none;
}
.parallax-demo {
  background-size: auto 160%;
  background-attachment: inherit;
}

.hp-section-je p{
    margin-bottom: 40px;
}

.bg-2 a{
        padding: 15px 30px!important;
}

.hp-section p{
    margin-bottom: 40px;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 12;
}
.img-box {
    margin-top: 25px!important;
    margin-bottom: 10px!important;
}
}
