/*
Theme Name: VIM Child
Description: Child theme for vim theme
Author: PuzzlerBox
Author URI: https://themeforest.net/user/PuzzlerBox/
Template: vim
Version: 1.0.0
Text Domain: vim
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, front-page-post-form, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, photography, portfolio
*/


#top-bar {
	position: fixed !important;
	background-color: rgba(0,0,0,0) !important;
	z-index: 102 !important;
}

#top-bar .lang_selector, .lang_selector-link {
	border: 2px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

#top-bar.show_mobile {
	height: 60px !important; 
	line-height: 60px !important;
}

.html-overflow {
    overflow: hidden !important;
    height: 100% !important;
}

.flickity-viewport {
    height: 100vh !important;
}

.video_bg {
    transition: all .5s cubic-bezier(.75,.1,1,1);
    -webkit-transition: all .5s cubic-bezier(.75,.1,1,1);
    -moz-transition: all .5s cubic-bezier(.75,.1,1,1);
    -ms-transition: all .5s cubic-bezier(.75,.1,1,1);
    -o-transition: all .5s cubic-bezier(.75,.1,1,1);
}

.video_bg_ended {
    opacity: 0 !important;
}

li.menu-item a span {
    /*text-shadow: rgba(0, 0, 0, .3) 0 0 20px;*/
}

.vertical_menu_area_inner {
    background: #232e55;
    background: -moz-linear-gradient(270deg, rgba(35,46,85,0.3) 0%, rgba(35,46,85,0.01) 90%) !important;
    background: -webkit-linear-gradient(270deg, rgba(35,46,85,0.3) 0%, rgba(35,46,85,0.01) 90%) !important;
    background: linear-gradient(270deg, rgba(35,46,85,0.3) 0%, rgba(35,46,85,0.01) 90%) !important;
}

li.menu-item.selected a {
    color: #c89a37 !important;
}

li.menu-item.selected-blue a {
    color: rgba(35, 46, 85, 1) !important;
}

.fullpage-wrapper > .row_section.fp-section .fp-tableCell > .vc_row.align-bottom-right {
    vertical-align: bottom;
}

.fullpage-wrapper > .row_section.fp-section .fp-tableCell > .vc_row.align-bottom-left {
  vertical-align: bottom;
}

 .features-column > .vc_column-inner > .wpb_wrapper  {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.align-bottom-right .features-column.features-horizontal > .vc_column-inner > .wpb_wrapper  {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.align-bottom-right .features-column.features-vertical > .vc_column-inner > .wpb_wrapper  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.align-bottom-left .features-column.features-vertical > .vc_column-inner > .wpb_wrapper  {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.align-bottom-center .features-column.features-horizontal > .vc_column-inner > .wpb_wrapper  {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.align-bottom-right .features-column.features-horizontal .feature-box {
  margin-right: 40px;
}

.align-bottom-center .features-column.features-horizontal .feature-box {
  margin-right: 10px;
  margin-left: 10px;
}

.align-bottom-right .features-column.features-vertical .feature-box {
  margin-top: 40px;
}



.feature-box {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;

}

h1, h4 {
    text-shadow: rgba(0, 0, 0, .3) 0 0 30px;
}

h2 span.hilight {
    text-shadow: rgba(0, 0, 0, .3) 0 0 30px;
}



.align-absolute {
  position: absolute !important;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

aside.vertical_menu_area.color-scheme-dark {
    left: auto !important;
    right: 0 !important;
    background-color: rgba(0,0,0, 0.0) !important;
}

body.vertical_menu:not(.with-semi_transparent-header) #page {
  padding-left: 0 !important;
  /* padding-right: 70px !important; */
}

.fullpage-wrapper > .row_section.fp-section .fp-tableCell > .vc_row.row-stretch {
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.column-stretch > .vc_column-inner {
  justify-content: center;
}

.fixed-bottom {
  position: absolute !important;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  height: 80px;
}

#primary-menu {
    top: 0;
    height: min-content;

}

.tse-scroll-content {
    display: flex;
    align-content: center;
    justify-content: center;
}

#site-navigation {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    margin-left: 0;
    width: auto;
    height: auto;
}

li.menu-item {
    /*position: relative !important ;*/
    /*transform: rotate(90deg);*/
    display: block !important;
}

#site-navigation {
   transform: rotate(0deg);
}

.vertical_menu_wrap:not(.color-scheme-light) .vertical_menu_line {
  border-left-color: rgba(0,0,0, 0.0) !important;
}

.vertical_menu_logo.color-scheme-dark {
  /*top: 0 !important;*/
}

#vheader .vertical_menu_logo {
    top: 0 !important;
}

body.admin-bar .vertical_menu_logo {
    /* top: 0 !important; */
}

.align-bottom-right .bd-button-html {
    /*text-align: right;*/
}

.bd-button-more {
    display: flex;
    margin: 0 0 0 auto;
    height: 44px;

    margin-bottom: 25px;
    pointer-events: all;
}

.bd-button-nextSlide {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: auto;
  left: calc(50% - 25px);
  bottom: 20px;
  background-color: #232e55;
  background-image: url(./images/button-next-slide.png);
  background-size: auto;
  background-position: center;
  cursor: pointer;
}

.align-bottom-right .bd-button-more {
    margin: 0 0 25px auto;
}


.align-bottom-left .bd-button-more {
    margin: 0 auto 25px 0;
}

.bd-button-label {
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 10px;
    background-color: #c89a37;
    transition: all .5s cubic-bezier(.1, .8, 1, 1);
    -webkit-transition: all .5s cubic-bezier(.1, .8, 1, 1);
    -moz-transition: all .5s cubic-bezier(.1, .8, 1, 1);
    -ms-transition: all .5s cubic-bezier(.1, .8, 1, 1);
    -o-transition: all .5s cubic-bezier(.1, .8, 1, 1);

}

.align-bottom-left .bd-button-label {
    opacity: 1;
    transform: translateX(0);
}

.align-bottom-right .bd-button-label {
    opacity: 1;
    transform: translateX(0);
}

.bd-button-more:hover .bd-button-label.anim-out {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
}

.align-bottom-left .bd-button-label.anim-out {
    opacity: 0;
    transform: translateX(-20px);
    transition-delay: 2s;
}
.align-bottom-right .bd-button-label.anim-out {
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 2s;
}




.bd-button-more .plus-sign {
    background-color: #c89a37;
    width: 44px;
    height: 44px;
    background-image: url( ./images/plus-sign-01.svg );
    background-size: 44px 44px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

/* LIGHTBOX */

.bd-lightbox-darken {
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-color: rgba(35, 46, 85, .95);
    padding: 80px;
}

.bd-lightbox-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /*padding: 80px;*/
    color: rgba(35, 46, 85, 1);
    /* overflow-y: scroll; */
    /* pointer-events: all; */
    /* scroll-behavior: auto; */

}

.bd-lightbox-content-wrapper p {
    margin-bottom: 0;
}

.bd-lightbox-left-column, .bd-lightbox-right-column {
    position: relative;
    display: flex;
    
    /*height: max-content;*/
    background-color: rgba(0,0,0,0);
    padding-bottom: 80px;
}

.bd-lightbox-left-column {
    display: flex;
    
    width: 33.33333%;
    flex-direction: column;
    margin-right: 40px;
    justify-content: flex-start;
    background-color: #232e55;
    padding: 80px 40px 80px 80px;
}

.bd-lightbox-right-column {
    display: flex;
    width: 66.66667%;
    flex-direction: column;
    margin-left: 40px;
    justify-content: flex-start;
    padding: 80px 80px 80px 40px;
}

    /*.bd-lightbox-right-column ul {
        padding-left: 20px;
        padding-top: 20px;
        list-style-type: square;
        color: #c89a37;
    }

        .bd-lightbox-right-column ul li {
            color: #232e55;
        }

        .bd-lightbox-right-column ul li::marker {
            color: #c89a37;
        }*/


.bd-lightbox-right-column p {
    margin-bottom: 20px;
}

    ul.bd-lightbox-list, .info-list ul {
        color: #c89a37 !important;
        list-style: square !important;
        padding-left: 20px;
    }

    ul.bd-lightbox-list li, .info-list ul li {
        color: #c89a37 !important;
    }

    ul.bd-lightbox-list span, .info-list ul span {
        color: #232e55 !important;
    }






    h2.bd-lightbox-title {
        width: 100%;
        font-size: 60px;
        color: #c89a37;
        line-height: 80px;
        margin-bottom: 40px;
    }

.bd-lightbox-title-wrapper {
    /*width: 300px;*/
}

.bd-button-close-button {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 240px;
    height: 120px;
    top: auto;
    bottom: 0;
    left: calc(50% - 120px);
    background-color: rgba(35, 46, 85, 1);
}

.bd-logo-holder {
    width: 120px;
    height: 120px;
    background-image: url( ./images/logo-hbc-xs.png );
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: rgba(35, 46, 85, 1);
}

.bd-close-button-title {
    width: 120px;
    height: 120px;
    background-color: #c89a37;
    font-size: 30px;
    line-height: 120px;
    color: #fff;
}


/* FORM */

.wpcf7-form .action-form-input label {
    display: none;
}

.wpcf7-form input.wpcf7-form-control {
    border: none;
    height: 60px;
}

.wpcf7-form .bd-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: center;
}

.wpcf7-form .bd-form .bd-form-input {

}

.wpcf7-form .bd-form .bd-form-button input.wpcf7-form-control[type=submit] {
    width: 60px;
    border-radius: 0;
    padding: 0;
    line-height: 60px;
	pointer-events: all;
}
    .wpcf7-form .bd-form .bd-form-input .action-form-input {
        width: 500px;
    }

.wpcf7 div.wpcf7-response-output {
	background-color: rgba(255,255,255,0.01);
	text-align: center !important;
}

.bd-form-button {
    pointer-events: none;
}

.bd-form-button::before {
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: rgba(35, 46, 85, 1);
    content: "\f1d8";
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*pointer-events: all;*/
}

    .bd-form-button:hover .bd-form-button::before {
        color: #c89a37 !important;
    }

.wpcf7-form .bd-form .bd-form-button {
    position: relative;
    width: 60px;
    height: 60px;
}






@media only screen and (max-width: 992px) {
    #page {
        overflow: visible !important;
    }

    .wpb_wrapper h1 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 40px !important;
    }

    .wpb_wrapper h2 {
        font-size: 80px;
        line-height: 80px !important;
        /*margin-bottom: 0 !important;*/
    }

    .wpb_wrapper h3 {
        font-size: 50px;
    }

    h3.heading-tag {
        /*text-align: left !important;*/
    }

    .wpb_wrapper h4 {
        font-size: 50px;
        line-height: 50px;
        text-shadow: rgba(0, 0, 0, .3) 0 0 20px;
    }

    .wpb_wrapper h5 {
        font-size: 35px;
        line-height: 35px;
    }

    .features-column {
        margin-top: 40px;
    }

    .features-column > .vc_column-inner > .wpb_wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .feature-box {
        max-width: 121px !important;
        max-height: 121px;
        box-shadow: rgba(0, 0, 0, .05) 0 0 10px;
        /*width: 32%;*/
        --viewport-width: calc(100vw - 46px);
        width: calc(var(--viewport-width) / 3);
        height: calc(var(--viewport-width) / 3);
    }

        .feature-box p {
            font-size: 16px;
            line-height: 16px;
        }

    .align-bottom-center .features-column.features-horizontal .feature-box {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .align-bottom-right > .row-container > .row-inner, .align-absolute {
        flex-direction: column-reverse;
    }

    .align-bottom-right .features-column.features-horizontal .feature-box {
        margin: 1px;
    }

    .align-bottom-right .features-column.features-vertical .feature-box {
        margin: 1px;
    }

    .align-bottom-left .features-column.features-vertical > .vc_column-inner > .wpb_wrapper, .align-bottom-right .features-column.features-vertical > .vc_column-inner > .wpb_wrapper, .align-absolute .features-column.features-vertical > .vc_column-inner > .wpb_wrapper {
        flex-direction: row;
    }

    .align-bottom-left .features-column.features-vertical .feature-box {
        margin: 1px;
    }

    .align-bottom-right > .row-container > .row-inner, .align-absolute {
        flex-direction: row;
    }

    .align-bottom-right .features-column.features-horizontal > .vc_column-inner > .wpb_wrapper, .align-bottom-right .features-column.features-vertical > .vc_column-inner > .wpb_wrapper {
        flex-direction: column;
    }

    .align-bottom-left .features-column.features-vertical > .vc_column-inner > .wpb_wrapper {
        flex-direction: column;
    }



    .hamburger {
        display: none !important;
    }
    .main-logo.with-mobile-logo {
        padding: 0 !important;
    }

    #mobile-header #mobile-logo {
        left: 0 !important;
    }

    .bd-lightbox-darken {
        padding: 40px;
    }

    .bd-lightbox-content-wrapper {
        padding: 0;
        flex-direction:column;
    }

    .bd-lightbox-left-column {
        width: 100%;
        padding: 40px 40px 40px 40px;
        margin: 0;
    }

    .bd-lightbox-right-column {
        width: 100%;
        padding: 40px 40px 80px 40px;
        margin: 0;
    }

    h2.bd-lightbox-title {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .bd-button-close-button {
        position: fixed;
        display: flex;
        flex-direction: row;
        width: calc(100% - 40px);
        height: 60px;
        top: auto;
        bottom: 0;
        left: 20px;
        right: 20px;
        /*background-color: rgba(35, 46, 85, 1);*/
        justify-content: center;
        z-index: 9999;
        /*box-shadow: rgba(255,255,255, .2) 0 -10px 10px;*/
        /*-webkit-box-shadow: 0px -20px 20px 0px rgba(255,255,255,0.75);
        -moz-box-shadow: 0px -20px 20px 0px rgba(255,255,255,0.75);
        box-shadow: 0px -20px 20px 0px rgba(255,255,255,0.75);*/
    }

    .bd-logo-holder {

        width: 60px;
        height: 60px;
        background-image: url( ./images/logo-hbc-xs.png );
        background-position: center center;
        background-size: 50px;
        background-repeat: no-repeat;
    }

    .bd-close-button-title {
        width: 60px;
        height: 60px;
        background-color: #c89a37;
        font-size: 20px;
        line-height: 60px;
        color: #fff;
    }

    .align-bottom-right > .row-container > .row-inner > .wpb_column > .vc_column-inner, .align-bottom-left > .row-container > .row-inner > .wpb_column > .vc_column-inner, .align-bottom-center > .row-container > .row-inner > .wpb_column > .vc_column-inner {
        padding: 0 !important;
    }

    #harfa-top-obchodne-zabavni-centrum {
        background-position-x: 3% !important;
    }

    ::selection {
        color: #ffffff !important;
    }
    .align-bottom-left > .row-overlay {
        background: #232e55;
        background: -moz-linear-gradient(45deg, #232e55 0%, rgba(35,46,85,0.01) 100%) !important;
        background: -webkit-linear-gradient(45deg, #232e55 0%, rgba(35,46,85,0.01) 100%) !important;
        background: linear-gradient(45deg, #232e55 0%, rgba(35,46,85,0.01) 100%) !important;
        opacity: .5 !important;
    }

    .align-bottom-right > .row-overlay {
        background: #232e55;
        background: -moz-linear-gradient(315deg, #232e55 0%, rgba(35,46,85,0.01) 100%) !important;
        background: -webkit-linear-gradient(315deg, #232e55 0%, rgba(35,46,85,0.01) 100%) !important;
        background: linear-gradient(315deg, #232e55 0%, rgba(35,46,85,0.01) 100%) !important;
        opacity: .5 !important;
    }

    .bd-button-nextSlide {
        display: none;
    }

}

@media only screen and (max-width: 767px) {


    .align-bottom-right.wpb_row .row-inner > div:not([class*="col-xs"]), .align-bottom-right.wpb_row .row-inner > div:first-child:not([class*="col-xs"]), .align-bottom-left.wpb_row .row-inner > div:not([class*="col-xs"]), .align-bottom-left.wpb_row .row-inner > div:first-child:not([class*="col-xs"]) {
        padding-top: 0px !important;
    }

    .row_section .wpb_row.vc_inner {
        margin-bottom: 0 !important;
    }

    .wpb_wrapper h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px !important;
    }

    .wpb_wrapper h2 {
        font-size: 60px;
        line-height: 60px !important;
        /*margin-bottom: 0 !important;*/
    }

    .wpb_wrapper h3 {
        font-size: 44px;
        line-height: 44px;
    }

    h3.heading-tag {
        /*text-align: left !important;*/
    }

    .wpb_wrapper h4 {
        font-size: 20px;
        line-height: 20px;
        text-shadow: rgba(0, 0, 0, .4) 0 0 20px;
    }

    .wpb_wrapper h5 {
        font-size: 35px;
        line-height: 35px;
    }

    .features-column {
        margin-top: 10px;

    }

    #harfa-business-center .features-column {
        margin-bottom: 60px;
    }

    #harfa-business-center .features-column .vc_column-inner .wpb_wrapper {
      padding-left: 5px;
      padding-right: 5px;
    }



    .features-column > .vc_column-inner > .wpb_wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .feature-box {
        max-width: 121px !important;
        max-height: 121px;
        box-shadow: rgba(0, 0, 0, .05) 0 0 10px;
        /*width: 32%;*/
        --viewport-width: calc(100vw - 50px);
        width: calc(var(--viewport-width) / 3);
        height: calc(var(--viewport-width) / 3);
        padding: 10px;
    }

        .feature-box p {
            font-size: 16px;
            line-height: 16px;
        }


    .align-bottom-right > .row-container > .row-inner {
        flex-direction: column;
    }
    .align-bottom-center .features-column.features-horizontal .feature-box {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .align-bottom-right > .row-container > .row-inner, .align-absolute {
        flex-direction: column-reverse;
    }

    .align-bottom-right .features-column.features-horizontal .feature-box {
        margin: 1px;
    }

    .align-bottom-right .features-column.features-vertical .feature-box {
        margin: 1px;
    }

    .align-bottom-left .features-column.features-vertical > .vc_column-inner > .wpb_wrapper, .align-bottom-right .features-column.features-vertical > .vc_column-inner > .wpb_wrapper, .align-absolute .features-column.features-vertical > .vc_column-inner > .wpb_wrapper, .align-bottom-right .features-column.features-horizontal > .vc_column-inner > .wpb_wrapper {
        flex-direction: row;
    }

    .align-bottom-left .features-column.features-vertical .feature-box {
        margin: 1px;
    }

    .gallery-item-container, .gallery-item-inner {
        height: 100% !important;
    }

    .js-flickity-slider .grid-item img {
        height: 100% !important;
        width: auto !important;
    }

    .info-list {
        font-size: 16px;
    }

    /* LIGHTBOX */

    .bd-lightbox-darken {
        position: fixed;
        z-index: 999;
        display: flex;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(35, 46, 85, 1);
        padding: 20px 20px 0 20px;
    }

    .bd-lightbox-content-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto !important;
        background-color: #ffffff;
        padding: 0;
        color: rgba(35, 46, 85, 1);
        /*overflow-y: scroll;*/
    }

    .bd-lightbox-left-column, .bd-lightbox-right-column {
        position: relative;

        width: 100%;
        height: 100% !important;
        background-color: rgba(0,0,0,0);
    }

    .bd-lightbox-left-column {
        
        padding: 20px 20px 20px 20px;
    }

    .bd-lightbox-right-column {
        padding: 20px 20px 80px 20px;
		overflow-y: scroll;
    }

    h2.bd-lightbox-title {
        width: 100%;
        font-size: 40px;
        color: #c89a37;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .bd-lightbox-content-wrapper {
        width: 100%;
    }

    .bd-lightbox-content-wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    /*.bd-lightbox-right-column ul {
        font-size: 16px;
        padding-left: 25px;
        padding-top: 0px;
        list-style-type: square;
    }

        .bd-lightbox-right-column ul li {
            margin-bottom: 20px;
        }
            .bd-lightbox-right-column ul li::marker {
                color: #c89a37;
            }*/

    .bd-lightbox-left-column {
        display: block;
        flex-direction: column;
        margin-right: 0px;
        justify-content: flex-start;
    }

    .bd-lightbox-right-column {
        display: block;
        flex-direction: column;
        margin-left: 0px;
        justify-content: flex-start;
    }

    .bd-lightbox-list {
        padding-bottom: 80px;
    }



    .wpcf7-form .bd-form .bd-form-input .action-form-input {
        width: 100%;
    }

    #mobile-header #mobile-logo .logo-holder {
        height: 80px !important;
    }

    .section_number {
        position: absolute;
        display: none;
        top: -5%;
        right: 0;
        bottom: 0;
        left: -25%;
        /*background-color: #c89a37;*/
        align-items: center;
        pointer-events: none;
    }



    .section_number-text {
        font-family: "Titillium Web";
        font-size: 400px;
        line-height: 400px;
        font-weight: 200 !important;
        color: rgba(255, 255, 255, .3);
        /*z-index: 2;*/
    }

    #kaprain-real-estate .section_number-text {
        z-index: 2;
    }

    #kaprain .wpb_single_image {
        text-align: center;
    }

    #kaprain .column-left .wpb_text_column p {
        text-align: left !important;
    }

    /*.info-list ul {
        list-style: square !important;
        color: #c89a37;
    }

    .info-list ul li::marker {
        color: #c89a37 !important;
    }*/

    ul.bd-lightbox-list, .info-list ul {
        font-size: 16px;
    }
}

@media only screen and (min-width: 993px) {

    .row_section .wpb_row.vc_inner {
        margin-bottom: 0 !important;
    }

    .wpb_wrapper h1 {
        font-size: 80px;
        line-height: 90px;
        margin-top: 0 !important;
    }

    .main-title-h1 > .wpb_wrapper > h1 {
        margin-bottom: 20px !important;
    }

    .main-subtitle-h4 > .wpb_wrapper > h4 {
        margin-bottom: 40px !important;
    }

    .wpb_wrapper h2 {
        font-size: 60px;
        line-height: 60px !important;
        margin-bottom: 0 !important;
    }

    .wpb_wrapper h3 {
        font-size: 40px;
        line-height: 40px !important;
    }

    .wpb_wrapper h4 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 span.hilight {
        /*font-size: 60px;*/
    }

    .feature-box {
        width: 120px;
        height: 120px;
        max-width: 120px;
        max-height: 120px;
    }

    .feature-box p {
        font-size: 14px;
        line-height: 18px;
    }


    #harfa-business-center .bottom-fixed, #kontakty .bottom-fixed {
        display: flex !important;
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #kontakty .bottom-fixed {
        height: 78px;
    }

    .row-stretch > .row-container > .row-inner {
        align-content: stretch !important;

    }

    #harfa-business-center .column-stretch .vc_column-inner {
        /*height: 100%;*/
    }



    #harfa-business-center .column-stretch, #harfa-business-center .column-stretch .vc_column-inner {
        /*height: 100%;*/
        /*align-content: flex-end;*/
    }
        #harfa-business-center .column-stretch .vc_column-inner {
            /*display: flex;*/
            /*flex-direction: column;*/
            /*height: 100%;*/

            justify-content: center;
            
        }


        .align-bottom-left > .row-overlay {
            background: #232e55;
            background: -moz-linear-gradient(45deg, #232e55 0%, rgba(35,46,85,0.01) 40%, rgba(35,46,85,0.01) 100%) !important;
            background: -webkit-linear-gradient(45deg, #232e55 0%, rgba(35,46,85,0.01) 40%, rgba(35,46,85,0.01) 100%) !important;
            background: linear-gradient(45deg, #232e55 0%, rgba(35,46,85,0.01) 40%, rgba(35,46,85,0.01) 100%) !important;
            opacity: .4 !important;
        }

    .align-bottom-right > .row-overlay {
        background: #232e55;
        background: -moz-linear-gradient(315deg, #232e55 0%, rgba(35,46,85,0.01) 40%, rgba(35,46,85,0.01) 100%) !important;
        background: -webkit-linear-gradient(315deg, #232e55 0%, rgba(35,46,85,0.01) 40%, rgba(35,46,85,0.01) 100%) !important;
        background: linear-gradient(315deg, #232e55 0%, rgba(35,46,85,0.01) 40%, rgba(35,46,85,0.01) 100%) !important;
        opacity: .4 !important;
    }

    #kaprain-real-estate.align-bottom-right > .row-overlay {
        z-index: 3;
        pointer-events: none;
    }

    #kontakty .bottom-fixed .footer-left-column > .vc_column-inner, #kontakty .bottom-fixed .footer-center-column > .vc_column-inner, #kontakty .bottom-fixed .footer-right-column > .vc_column-inner {
        padding: 0 !important;
    }

    #kontakty .column-stretch {
        /*height: 100%;*/
    }

    #kontakty .column-stretch > .vc_column-inner {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #kontakty .column-stretch.footer-left-column > .vc_column-inner {
        justify-content: flex-start;
        padding-left: 20px;
    }

        #kontakty .column-stretch.footer-right-column > .vc_column-inner {
            justify-content: flex-end;
            padding-right: 20px;
        }

        #kontakty {
            margin-left: 0;
            margin-right: 0;
        }

    /*.js-flickity-slider .grid-item img {
        height: 100vh !important;
        width: auto !important;
    }*/

    .vertical_menu.header-behaviour-fixed .vertical_menu_area .vertical_menu li {
        margin-right: 0 !important;
    }

    li.menu-item span {
        font-size: 16px;
        line-height: 1.5;
    }

    .vertical_menu #vheader .vertical_menu .menu li > a {
        margin-bottom: 2px !important;
    }

    #harfa-business-center .fp-tableCell .vc_row.wpb_row {
        padding: 80px !important;
    }

    .align-bottom-right .features-column.features-horizontal .feature-box {
        margin-right: 20px;
    }

    .align-bottom-left .features-column.features-vertical .feature-box {
        margin-right: 0;
        margin-top: 20px;
    }

    .align-bottom-right .features-column.features-vertical .feature-box {
        margin-right: 0;
        margin-top: 20px;
    }

    .bd-lightbox-darken {
        background-color: #232e55;
        padding: 40px;
    }

    .bd-lightbox-content-wrapper {
        padding: 0;
    }

    .bd-lightbox-left-column {
        padding: 40px;
        margin: 0;
    }

    .bd-lightbox-right-column {
        padding: 40px;
        margin: 0;
    }

    .bd-lightbox-title-wrapper {
        width: 100%;
    }

    .bd-lightbox-content-wrapper p, .bd-lightbox-content-wrapper ul {
        font-size: 16px;
        font-weight: 300;
    }

    h2.bd-lightbox-title {
        font-size: 50px;
        line-height: 50px;
    }

    .bd-button-close-button {
        width: 60px;
        height: 60px;
        bottom: 0;
        /*z-index: 9999;*/
        left: 40px
    }

    .bd-close-button-title {
        width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 60px;
    }

    .bd-logo-holder {
        width: 60px;
        height: 60px;
        background-size: 40px auto;
    }

    .info-list {
        font-size: 16px;

    }

        /*.info-list ul {
            padding-top: 0 !important;
            padding-right: 0 !important;
            padding-bottom: 0 !important;
            padding-left: 25px !important;
        }*/

        /*.info-list ul li {
            padding-left: 5px;
            margin-bottom: 5px;*/
        
            /*
        .info-list ul li::marker {
            width: 16px;
            height: 16px;
        }*/

    /*.info-list ul li::marker {
        color: #c89a37;
    }*/

    #kaprain.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .logo-holder {
        height: 120px !important;
    }

    .section_number {
        position: absolute;
        display: flex;
        top: -5%;
        right: 0;
        bottom: 0;
        left: -7%;
        /*background-color: #c89a37;*/
        align-items: center;
        pointer-events: none;
    }



    .section_number-text {
        font-family: "Titillium Web";
        font-size: 400px;
        line-height: 400px;
        font-weight: 200 !important;
        color: rgba(255, 255, 255, .3);
        /*z-index: 2;*/
    }

    #kaprain-real-estate .section_number-text {
        z-index: 2;
    }


}

@media only screen and (min-width: 1200px) {

    .row_section .wpb_row.vc_inner {
        margin-bottom: 0 !important;
    }

    .wpb_wrapper h1 {
        font-size: 80px;
        line-height: 90px;
        margin-top: 0 !important;

    }

    .wpb_wrapper h2 {
        font-size: 60px;
        line-height: 60px !important;
        margin-bottom: 0 !important;
    }

    .wpb_wrapper h3 {
        font-size: 40px;
        line-height: 40px !important;
    }

    .wpb_wrapper h4 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 span.hilight {
        /*font-size: 60px;*/

    }

    .feature-box {
        max-width: 120px !important;
        max-height: 120px;
        box-shadow: rgba(0, 0, 0, .05) 0 0 10px;
    }

    .feature-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .align-bottom-right .features-column.features-horizontal .feature-box {
        margin-right: 20px;
    }

    .align-bottom-left .features-column.features-vertical .feature-box {
        margin-right: 0;
        margin-top: 20px;
    }

    .align-bottom-right .features-column.features-vertical .feature-box {
        margin-right: 0;
        margin-top: 20px;
    }

    .bd-lightbox-darken {
        padding: 60px;
    }

    .bd-lightbox-content-wrapper {
        padding: 0;

    }

    .bd-lightbox-left-column {
        padding: 60px;
        margin: 0;
    }

    .bd-lightbox-right-column {
        padding:60px;
        margin: 0;
    }

        .bd-lightbox-content-wrapper p, .bd-lightbox-content-wrapper ul {
            font-size: 18px;
            font-weight: 400;
        }

        h2.bd-lightbox-title {
            font-size: 50px;
            line-height: 50px;
        }

    .bd-button-close-button {
        width: 60px;
        height: 60px;
        left: 60px;
        bottom: 0;
    }

    .bd-close-button-title {
        width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 60px;
    }

    .bd-logo-holder {
        width: 60px;
        height: 60px;
        background-size: 40px auto;
    }

    .bd-lightbox-list li {
        margin-bottom: 10px;
    }

    .vertical_menu.header-behaviour-fixed .vertical_menu_area .vertical_menu li {
        margin-right: 0 !important;
    }

    li.menu-item span {
        font-size: 16px;
        line-height: 1.5;
    }

    .vertical_menu #vheader .vertical_menu .menu li > a {
        margin-bottom: 2px !important;
    }

    .feature-box {
        width: 100px;
        height: 100px;
        max-width: 100px !important;
        max-height: 100px;
    }

    #harfa-business-center .bottom-fixed{
        bottom: 10px;
    }

    .info-list {
        font-size: 16px;
    }

    #kontakty .column-stretch > .vc_column-inner > .wpb_wrapper {
        /*margin-bottom: 80px !important;*/
    }


}

@media only screen and (min-width: 1366px) {

    .wpb_wrapper h1 {
        font-size: 100px;
    }

    .wpb_wrapper h2 {
        font-size: 80px;
        line-height: 80px !important;
        margin-bottom: 0 !important;
    }

    #kontakty .wpb_wrapper h2 {
        margin-bottom: 40px !important;
    }

    .wpb_wrapper h4 {
        font-size: 40px;
    }

    .bd-lightbox-darken {
        padding: 80px;
    }

    .bd-lightbox-content-wrapper {
        padding: 0;

    }

    .bd-lightbox-left-column {
        padding: 80px;
        margin: 0;
    }

    .bd-lightbox-right-column {
        padding: 80px;
    }

        .bd-lightbox-content-wrapper p, .bd-lightbox-content-wrapper .bd-lightbox-list {
            font-size: 20px;
            line-height: 28px;
        }

    ul.bd-lightbox-list {
        color: #c89a37;
    }

    .bd-lightbox-list li {
        margin-bottom: 20px;
        color: #232e55;
    }

        .bd-lightbox-list li::marker {
            color: #c89a37;
        }

        h2.bd-lightbox-title {
            font-size: 60px;
            line-height: 60px !important;
            margin-bottom: 40px !important;
        }

    .feature-box {
        width: 120px;
        height: 120px;
        max-width: 120px !important;
        max-height: 120px;
    }

    .vc_col-has-fill > .vc_column-inner {
        padding: 0 !important;
    }

    .bd-button-close-button {
        width: 100px;
        height: 100px;
        bottom: 0;
        left: 80px;
    }

    .bd-logo-holder {
        width: 120px;
        height: 120px;
        background-size: 80px auto;
    }

    .bd-close-button-title {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
    }

    .section_number {
        position: absolute;
        display: flex;
        top: -5%;
        right: 0;
        bottom: 0;
        left: -7%;
        /*background-color: #c89a37;*/
        align-items: center;
        pointer-events: none;
    }



    .section_number-text {
        font-family: "Titillium Web";
        font-size: 400px;
        line-height: 400px;
        font-weight: 200 !important;
        color: rgba(255, 255, 255, .3);
        /*z-index: 2;*/
    }

    #kaprain-real-estate .section_number-text {
        z-index: 2;
    }

    /*.align-absolute.align-vertical-center {
        align-items: center;
    }*/


}

@media only screen and (min-width: 1444px) {
    .wpb_wrapper h1 {
        font-size: 120px;
        line-height: 140px;
        font-weight: 600;
    }

    .wpb_wrapper h2 {
        font-size: 100px;
        line-height: 100px !important;
        margin-bottom: 0 !important;
    }

    .wpb_wrapper h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .feature-box {
        width: 160px;
        height: 160px;
        max-width: 160px !important;
        max-height: 160px;

    }

        .feature-box p {
            font-size: 22px;
            line-height: 28px;
        }

    .align-bottom-right .features-column.features-horizontal .feature-box {
        margin-right: 40px;
    }

    .align-bottom-center .features-column.features-horizontal .feature-box {
        margin-right: 20px;
        margin-left: 20px;
    }

    .align-bottom-right .features-column.features-vertical .feature-box {
        margin-top: 40px;
    }

    .align-bottom-left .features-column.features-vertical .feature-box {
        margin-top: 40px;
    }

    .bd-lightbox-darken {
        padding: 80px;
    }

    .bd-lightbox-content-wrapper {
        padding: 0;
    }

    .bd-lightbox-left-column {
        padding: 80px;
        margin: 0;
    }

    .bd-lightbox-right-column {
        padding: 80px;
        margin: 0;
    }

    h2.bd-lightbox-title {
        font-size: 80px;
        line-height: 80px !important;
    }



    .bd-lightbox-title-wrapper {
        width: 400px;
    }

    .bd-lightbox-content-wrapper p, .bd-lightbox-content-wrapper .bd-lightbox-list {
        font-size: 20px;
        line-height: 28px;
    }

    /*.bd-lightbox-right-column ul li {
        margin: 20px;
    }*/

}


@media only screen and (min-width:1680px) {
    h2.bd-lightbox-title {
        font-size: 100px;
        line-height: 100px !important;
    }
}

  .imp-ratio .bd-lightbox-right-column {
    overflow-y: scroll;
  }

  
