body * {
    font-family: 'Sarabun', sans-serif;
}
html, body {
    height: 100%;
}
strong {
    color: unset;
}
.nowrap {
    white-space: nowrap;
}
.oh {
    overflow: hidden;
}
.cp {
    cursor: pointer;
}

.primary-text-color {
    color: #e5e0cd;
}
.secondary-text-color {
    color: #f5f5ed !important;
}
.third-text-color {
    color: #a35139 !important;
}
.fourth-text-color {
    color: #2c3b4d !important;
}
.primary-background-color {
    background-color: #e5e0cd !important;
}
.secondary-background-color {
    background-color: #f5f5ed !important;
}
.third-background-color {
    background-color: #a35139 !important;
}
.fourth-background-color {
    background-color: #2c3b4d !important;
}

[v-cloak] {
    display: none;
}
.navbar-menu {
    position: absolute;
    width: 100%;
}
.main-content {
    margin: 0 !important;
}
.navbar-item img {
    max-height: 2rem;
}
.navbar-logo {
    display: block;
    padding: 3rem 2rem;
}
.navbar-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.menu-list a {
    padding: 0.75rem 2rem;
}
.menu-list a:hover {
    background-color: #f5f5ed;
    color: #333;
}
.menu-list a.is-active {
    background-color: #f5f5ed;
    color: #333;
}
.main-header {
    padding: 3rem 3rem;
}

.home-slider {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.home-slider-area {
    position: relative;
}
.home-slider-slide {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.home-slider-slide:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsla(60, 4%, 36%, 0.25);
}
.slide-body {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    color: #fff;
    padding-left: 3rem;
    padding-right: 2rem;
}
.slide-body .label {
    color: #e5e0cd;
    display: block;
    font-size: 0.875rem;
    font-weight: 900;
    padding: 0.5rem 0 0;
    text-transform: uppercase;
}
.slide-body h2 {
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.1em;
}
.slide-body p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 1em 0;
    max-width: 85%;
}
.slide-body a {
    background-color: #e5e0cd;
    display: inline-block;
    font-size: 1rem;
    line-height: 2em;
    padding: 0.45em 1.5em;
    color: #5f5f57;
    font-weight: 400;
}
.slide-body a:hover {
    color: #222;
}
.slider-side {
    position: absolute;
    height: 25%;
    width: auto;
}
.slider-arrow-left {
    position: absolute;
    left: 3rem;
    bottom: 75%;
    width: 3rem;
    height: 4rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/left.svg");
    opacity: 0.2;
    cursor: pointer;
}
.slider-arrow-right {
    position: absolute;
    right: 3rem;
    bottom: 75%;
    width: 3rem;
    height: 4rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/right.svg");
    opacity: 0.2;
    cursor: pointer;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 1rem;
}
.slick-dots li {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
}
.slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.slick-dots li button::before {
    content: "";
    display: none;
}
.slick-dots li.slick-active button {
    background: #dda7b5;
}

.strenght {
    padding: 2rem;
    border-right: solid 1px #e9e9e9;
    margin: 0.5rem 0;
    position: relative;
}
.strenght__icon {
    color: #e5e0cd;
}
.strenght__title {
    padding: 1rem 0;
}


.box-horizontal-area {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;

}
.box-horizontal__image-src {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-horizontal__content {
    color: #696969;
    padding: 0 1rem 0 0;
    font-weight: 300;
}
.box-horizontal__content h3 {
    font-size: 4rem;
    line-height: 1.1em;
    padding-bottom: 1rem;
    color: #000;
    font-weight: 600;
}
.box-horizontal__content h3 strong {
    display: block;
    font-weight: 600;
}
.box-horizontal__content .box-horizontal__text {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 300;
    color: #464646;
}


.tile.is-gapless .tile.is-parent {
    padding: 0;
}
.tile.is-gapless .tile.is-vertical > .tile.is-child {
    margin-bottom: 0 !important;
}
.tile.is-gapless .notification {
    border-radius: 0;
    padding: 3rem;
}
.tile.is-ancestor {
    margin: 0 !important;
}

.tile-main-title {
    font-weight: 600;
    font-size: 8rem;
    line-height: 4rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.tile-sub-title {
    font-weight: 600;
    font-size: 6rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.tile-sub-sub-title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: -2rem;
    display: inline-block;
}
.tile-description {
    padding-bottom: 1rem;
}



.team {
    padding: 2rem 1rem;
}
.team__item {
    margin: 0 0 2rem;
}
.team__item-border {
    border-bottom: solid 1px #e5e0cd;
}
.team__item:last-of-type .team__item-border {
    border: none;
}
.team__description {
    padding-bottom: 1rem;
}

.box-footer {
    background: #a35139;
    padding: 3rem 3rem 3.5rem;
    color: #fff;
}
.box-footer h4 {
    font-size: 2.5rem;
    line-height: 1.1em;
    color: #fff;
    font-weight: 600;
    padding-bottom: 0.25rem;
}
.box-footer .subtitle {
    font-size: 0.875rem;
    line-height: 1.3em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.box-footer .box-footer__txt {
    font-size: 1.375rem;
    line-height: 1.4em;
    color: #fff;
    font-weight: 400;
}
.box-footer .box-footer__txt a {
    color: #e5e0cd
}
.box-footer .box-footer__txt a:hover {
    color: #fff;
}
.box-footer .content {
    padding: 0.25rem 0;
}
.box-footer .columns .column {
    text-align: center;
}
.box-footer .columns .column:first-of-type {
    text-align: left;
}
.box-footer .columns .column:last-of-type {
    text-align: right;
}
.footer-menu {
    padding: 2rem 1rem 0;
    text-align: center;
}
.footer-menu a {
    display: inline-block;
    color: #e5e0cd;
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 1.125rem;
}
.footer-menu a:hover {
    color: #333;
}
.footer-menu-categories a:hover {
    color: #333;
}

footer {
    background: #fff;
    padding: 2.5rem 3rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: #b6b6b6;
    font-weight: 300;
}
footer a {
    color: #b6b6b6;
}




.h1 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 5rem;
    font-weight: 700;
}
.h2 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 3.5rem;
    line-height: 1.25em;
    font-weight: 700;
}
.h1-main {
    color: #696969;
    font-weight: 300;
    font-size: 3.5rem;
    padding: 0;
    margin: 1rem 0.5rem 3rem;
    line-height: 1.15em;
}
.h1-main__page {
    margin-bottom: 0.5rem;
}
.header-date {
    font-size: 0.875rem;
    font-weight: 300;
}
.path {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1em;
    padding: 0.5rem;
}
.path a {
    color: #34211f;
}
.path a:hover {
    color: #333;
}
.path i {
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: rgba(52,33,31,0.65);
}
.lead {
    font-style: italic;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.35em;
    padding: 0 0 1em;
}
.content {
    padding: 1em 0;
}


.row-gallery-list {
    margin-bottom: 25px !important;
}
.gallery-list-a {
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
}
.content .gallery-list-header {
    color: #1D1D1B;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2em;
    padding: 2rem 0 1rem;
    border-top: solid 1px #E7E7E7;
    margin-top: 2rem;
}
.file-list li {
    list-style: none;
}
.file-list li a {
    display: block;
    margin: 11px 0;
    color: #34211f;
    font-size: 14px;
    line-height: 16px;
}
.file-list li a span:first-child {
    margin-right: 20px;
}
.file-list__name {
    text-decoration: underline;
}
.file-list__extension {
    color: #D9D9D9;
    text-decoration: underline;
    font-weight: 300;
}

.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.main-img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
.project-cover {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project-thumb-box {
    padding: 2px 1px;
}
.project-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-next {
    right: 0.5rem;
    z-index: 1;
}
.slick-prev {
    left: 0.5rem;
    z-index: 1;
}

.page-cover {
    background-color: #e2c6cb;
    width: 100%;
    color: #e2c6cb;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}
.product-site .page-cover {
    padding: 1.5rem 0;
}
.page-cover .h1 {
    color: #fff;
}

/* KADROWANIE */

.js_kadr {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.js_kadr img {
    position: absolute;
    height: auto;
    width: auto;
    margin: 0;
    max-width: none;
}
.image-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-4-3 {
    display: block;
    position: relative;
    padding-bottom: 75%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.image-thumb-list {
    padding-bottom: 71.428%;
}

.iframe-200 {
    width: 100% !important;
    height: 200px !important;
}

.box-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
}


.slider-video-container {
    position: absolute !important;
    top: 0; right: 0; bottom: 0; left: 0;
    background: transparent !important;
}
.slider-video-container, .slider-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

.fa-middle {
    vertical-align: middle;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 1023px) {


    .tile {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
    .tile.is-12-tablet {
        display: block !important;
        width: 100% !important;
    }
    .slide-body h2 {
        font-size: 3rem;
    }
    .slider-arrow-left, .slider-arrow-right {
        display: none;
    }
    .box-horizontal-action {
        font-size: 2rem;
    }
    .box-main__content {
        min-height: unset;
    }
    .h2 {
        font-size: 3rem;
    }

}

@media (max-width: 768px) {


    .navbar-brand a:first-of-type {
        margin: 0 auto
    }
    .navbar-brand {
        justify-content: center;
    }
    .navbar-item__logo {
        position: absolute;
        width: 100%;
        height: 100%
    }
    .navbar-item img {
        width: 75% !important;
        max-width: 230px !important;
        height: auto !important;
        max-height: unset !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-burger {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .main-header {
        padding: 1.5rem 3rem;
    }

    /*.home-slider-slide {
        padding-bottom: 85%;
    }*/

    .slide-body .label {
        display: none;
    }
    .slide-body h2 {
        font-size: 1.75rem;
        padding-bottom: 0.5rem;
    }
    .slide-body p {
        display: none;
    }
    .box-footer .columns .column,
    footer *
    {
        text-align: center !important;
    }
    .box-horizontal-action {
        font-size: 1.75rem;
    }
    .box-horizontal-action .button {
        margin-left: 0;
        clear: both;
        display: block;
    }
    .box-horizontal__image-src {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        height: 0;
        padding-bottom: 67.5%;
    }
    .h2 {
        font-size: 2.5rem;
    }



    .tile-main-title {
        font-size: 7rem;
    }
    .tile-sub-title {
        font-size: 5rem;
    }
    .tile-sub-sub-title {
        font-size: 2rem;
    }

}