@media (max-width: 991px) {

body {
    font-size: 14px;
    line-height: 16px;
}

.section strong{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.section-width {
    padding: 20px;
}

.section-content .col-left,
.section-content .col-right{
    width: 100%;
}

.button-section a {
    height: 19px;
    font-size: 16px;
    letter-spacing: 0;
    position: relative;
    padding-left: 0;
}

.button-section a:after {
    left: inherit;
    width: 15px;
    height: 15px;
}



/*-----------------------------------------------------------
    Menu
-------------------------------------------------------------*/

.home nav{
    background-image: none;
}

#mobile-overlay li.menu-item a:before {
    top: -5px;
}

#mobile-overlay li.menu-item a:after {
    bottom: -3px;
}

.menu-container{
    padding: 0 20px;
    width: 100%;
    margin: 0;
}

.menu-mobile {
    width: 17%;
    justify-content: center;
}

.home.page .menu-container.sticky,
.page .menu-container.sticky {
    background: white;
    border-bottom: 1px solid #E63228;
}

.menu-mobile .support-div{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    justify-content: flex-start;
}

.logo img {
    width: 98px;
}

.menu-container .hamburger-inner,
.menu-container .hamburger-inner::before,
.menu-container .hamburger-inner::after,
.menu-container.sticky .hamburger-inner, 
.menu-container.sticky .hamburger-inner::before, 
.menu-container.sticky .hamburger-inner::after {
    width: 14px;
    height: 1px;
    background-color: #433F3E;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.right-button{
    width: 66%;
}

.right-button a {
    font-size: 14px;
    width: 100%;
    height: 68px;
    min-width: 100%;
    justify-content: center;
}

.hours-animation{
    display: none;
}

/*-----------------------------------------------------------
    Slider
-------------------------------------------------------------*/

.slider {
    margin-top: 0;
    padding-bottom: 0;
}

.carousel-item {
    min-height: 100vh;
    height: 100vh;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.carousel-control-next, 
.carousel-control-prev {
    width: 43px;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    width: 43px;
    height: 43px;
}

.slider-content h1 {
    font-size: 35px;
    margin: 0;
}

.slider .section-width{
    height: 100%;
    padding: 0 20px;
}

.slider .section-width .support-wrapper{
    display: block;
}

.arrow-wrapper {
    width: 173px;
    height: 43px;
}

.arrows {
    bottom: 0;
    height: 43px;
}

.counter{
    display: none;
}

.slider-content {
    top: 30%;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slider .text-editor {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .3px;
    padding-left: 0;
}

.slider .text-editor:before{
    display: none;
}

.slider-triangle-bottom {
    width: 140px;
    height: 121px;
}

.slider-triangle-bottom img{
    width: 70px;
    height: 70px;
}


/*-----------------------------------------------------------
    Global fonts/etc
-------------------------------------------------------------*/

.section-button a{
    font-size: 22px;
    width: 100%;
    justify-content: center;
}

.section-button a:before{
    display: none;
}

.section-button {
    max-width: 100%;
}

.section h2 {
    font-size: 30px;
    margin: 0;
    max-width: 100%;
}

.section h2:before {
    bottom: 60px;
}

.blog-post h3{
    font-size: 24px;
}

#section-title h1{
    font-size: 20px;
    margin: 0;
}

.page #section-title h1 {
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 46px;
}

.page h1:before{
    bottom: 40px;
}

.section-content .text-editor {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
}

/*-----------------------------------------------------------
    Content column
-------------------------------------------------------------*/

#section-0.section .col-left .content-left{
    justify-content: flex-start;
}

#section-0.section h2{
    margin-bottom: 30px;
}

#section-0.section h2:before {
    width: 84px;
    height: 71px;
    left: 0;
}

/*1*/

#section-1.section{
    padding: 0;
}

#section-1.section .section-width{
    width: 100%;
    padding: 60px 20px 50px;
    margin: auto;
    z-index: 5;
}

#section-1.section .invest-wrapper {
    display: block;
}

#section-1.section .invest-wrapper .slick-list{
    padding: 0 !important;
}

.invest-wrapper .image-wrapper{
    width: 100%;
    max-width: 100%;
}

#section-archive.section .invest-wrapper .content-wrapper {
    height: 212px;
    width: 80%;
    padding: 30px;
}

#section-1.section h2 {
    font-size: 30px;
    padding: 0;
    line-height: 1;
    margin-bottom: 40px;
}

#section-1.section .invest-wrapper .item {
    width: 100%;
}

#section-1.section .button-section{
    margin-top: 50px;
}

#section-1.section .button-section a{
    line-height: 1.2;
}

#section-1.section .slick-navigation{
    flex-wrap: wrap;
    padding: 0;
}



/*SECTION 2*/

#section-2.section {
    height: auto;
}

#section-2.section .section-width {
    padding: 50px 20px 0;
    height: 83vh;
}

#section-2.section .section-width h3 {
    font-size: 25px;
}

#section-2.section .section-width .col-left{
    padding: 40px;
    margin: auto;
}

#section-2.section .section-width .section-content {
    flex-direction: column-reverse;
}

#section-2.section .section-content .text-editor {
    flex-direction: column;
}

#section-2.section .section-width h2 {
    margin-top: 0;
}

#section-2.section .section-content .text-editor h3, 
#section-2.section .section-content .text-editor .support-wrapper {
    width: 100%;
}

#section-2.section .section-content .text-editor h3 {
    margin-top: 20px;
    font-size: 26px;
}

#section-2.section .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

#section-2.section .button-section {
    height: auto;
    padding-bottom: 40px;
}

#section-2.section .section-width h3 {
    font-size: 25px;
}

/*SECTION 3*/

#section-3.section .col-top{
    margin-top: 148px;
}
    
#section-3.section .section-width {
    padding: 0 20px 50px;
}


#section-3.section .news-wrapper {
    margin-left: 0px;
}

#section-3.section .news-box{
    display: block;
}

#section-3.section .news-box .item{
    margin-bottom: 20px;
}

#section-3.section .item .meta {
    margin-top: 20px;
    width: 100%;
}

#section-3.section .item .date {
    width: 25%;
}

#section-3.section .item .title-wrapper {
    width: 70%;
}

#section-3.section .item .title-wrapper h4 {
    font-size: 15px;
}

#section-3.section .item .date .month h5 {
    font-size: 38px;
}

#section-3.section .item .date .year h5 {
    font-size: 20px;
}

#section-3.section h2 {
    margin-bottom: 30px;
}

#section-3.section .item img {
    width: 100%;
    height: 284px;
}

#section-3.section .plus{
    width: 43px;
    height: 43px;
    left: 23px;
    bottom: 23px;
}

#section-3.section .button-section {
    line-height: 1.2;
}

/*SECTION 4*/


#section-4.section{
    padding: 0;
}



/*SECTION 5*/

#section-5.section {
    padding: 80px 0 30px;
}

#section-5.section h3 {
    font-size: 26px;
    margin-top: 30px;
}

.wpcf7 textarea {
    height: 109px;
}

.contact-form-wrapper .cf-item {
    width: 100%;
}

.contact-form-wrapper .message.cf-item {
    margin-bottom: 22px;
}

span.wpcf7-list-item-label {
    font-size: 12px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.send-button {
    position: relative;
    bottom: inherit;
    width: 132px;
    margin: 42px auto 0;
}

input.wpcf7-submit {
    font-size: 16px;
    padding-left: 58px;
    height: 26px;
}

/*-----------------------------------------------------------
    PAGE
-------------------------------------------------------------*/

.page-template-default #wrapper-0.section .section-width{
    margin-top: 40px
}

.page-template-default #wrapper-0.section .section-width img {
    height: 230px;
}

.page-template-default #wrapper-1.section .section-width .section-content {
    padding: 40px 0;
    margin: 0;
    background-color: transparent;
}

.page-template-default #wrapper-1.section .section-width .content-left {
    justify-content: flex-start;
    margin-bottom: 40px;
}

.page-template-default #wrapper-2.section{
    margin-top: 40px;
    height: auto;
}

.page-template-default #wrapper-2.section .section-width {
    max-width: 100%;
    padding: 0 30px;
}

.page-template-default #wrapper-2.section .section-width .section-content {
    padding: 60px 30px;
}

.page-template-default #wrapper-2.section .section-width h2{
    font-size: 25px;
}

.page-template-default #wrapper-3.section h2:before{
    left: 0;
    top: -20%;
}

#wrapper-3.section .col-left .content-left {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0;
}


/*-----------------------------------------------------------
    ARCHIVE
-------------------------------------------------------------*/

#section-archive {
    top: 0;
}

#section-archive.section {
    padding: 40px 5.46875vw 60px;
}

#section-archive .section-width {
    padding: 0;
}

#section-archive .section-width .section-content{
    display: block;
}

#section-archive .item .button-section{
    display: none;
}

#section-title .section-width {
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}

#section-title .section-content{
    margin: 0;
}

#section-archive.section .article-wrapper .item {
    width: 100%;
}

#section-archive.section .article-wrapper .item h4 {
    font-size: 18px;
}

#section-archive.section .article-wrapper .item .image-wrapper {
    position: relative;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
}

#section-archive.section .article-wrapper .item.even .image-wrapper {
    width: 100%;
}

#section-archive.section .article-wrapper .item img {
    width: 100%;
    max-width: 100%;
    height: 284px;
    max-height: 284px;
    z-index: 1;
}


.archive.post-type-archive #section-title .section-width h1, 
.archive.tax-kategorie-inwestycji #section-title .section-width h1{
    font-size: 40px;
    margin-top: 15px;
}

.cat-wrapper {
    max-width: 70%;
}

.cat-wrapper .menu a {
    font-size: 16px;
}

#section-archive.section .item img,
.archive.post-type-archive #section-archive .item img, 
.archive.tax-kategorie-inwestycji #section-archive .item img {
    height: 284px;
}

.archive.post-type-archive #section-archive .item .title-wrapper h4, 
.archive.tax-kategorie-inwestycji #section-archive .item .title-wrapper h4{
    font-size: 26px;
    padding-left: 27px;
}

.archive.post-type-archive #section-archive .article-wrapper .item.even, .archive.tax-kategorie-inwestycji #section-archive .article-wrapper .item.even {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

#section-archive .article-wrapper .item.even,
#section-archive .article-wrapper .item.odd {
    margin-top: 0px;
}

#section-archive.section .item .meta {
    margin-top: 20px;
    width: 100%;
    max-width: 80%;
    height: 225px;
    min-height: auto;
    padding: 30px;
}

.date .month h5{
    font-size: 38px;
}

.date .year h5{
    font-size: 20px;
}




.item .title-wrapper h4 {
    font-size: 15px;
}

#section-archive.section .date:before {
    width: 20px;
    height: 60px;
    top: 4px;
    right: 10px;
}

#section-single #section-title .category-post a {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}

#section-single #section-title  h1{
    text-transform: none;
}

/*-----------------------------------------------------------
    Single
-------------------------------------------------------------*/

.breadcrumbs:before, 
.breadcrumbs:after {
    width: 10px;
}

#section-single {
    top: -40px;
    padding: 0;
}

.single-post .section-width{
    padding: 0px;
}

.single-post #section-single.section .meta{
    flex-wrap: wrap;
    padding: 0 20px;
}

.single-post #section-single.section .date {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 20px 0;
}

.single-post #section-single.section .date:before {
    content: '/';
    font-size: 38px;
    top: 0;
    height: 27px;
    width: auto;
    background-image: none;
    filter: none;
    right: inherit;
}

.single-post .month{
    padding-left: 27px;
    padding-right: 10px;
}

.single-post  .date .month h5,
.single-post  .date .year h5 {
    margin-bottom: 0;
    line-height: 0.6;
}

.single-post  #section-single.section .entry-media img{
    margin-bottom: 0;
}

.single-post #section-single.section .title-wrapper h1{
    font-size: 30px;
}

.single-post #section-single.section .text-editor {
    margin-top: 20px;
    max-width: 100%;
    padding: 0 20px;
}

.switch-post .support-div {
    margin: 50px auto 0;
    padding: 0 20px;
    height: 43px;
}

.prev a, 
.next a {
    font-size: 16px;
}

.single .content-wrapper {
    padding-bottom: 120px;
}

.next a {
    padding-right: 35px;
    text-align: right;
}

.prev a {
    padding-left: 35px;
}




.single-inwestycje #section-title .meta .title-wrapper h1{
    font-size: 26px;
}


.single-inwestycje #section-single.section .entry-media img {
    height: 287px;
}

.single-inwestycje .text-editor .support-wrapper {
    flex-direction: column-reverse;
    padding: 20px;
}

.single-inwestycje .text-editor .support-wrapper .col-left,
.single-inwestycje .text-editor .support-wrapper .col-right {
    width: 100%;
    left: 0;
    position: relative;
}

.single-inwestycje .text-editor .support-wrapper .col-left{
    margin-top: 40px;
}

.single-inwestycje .col-right .details .termin {
    margin: 20px 0;
}

.related-wrapper h4, 
.single-inwestycje .text-editor .support-wrapper .col-right h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

#section-single .gallery-wrapper2 .col-left,
#section-single .gallery-wrapper2 .col-right{
    width: 100%;
}

#section-single .gallery-wrapper2 .col-left {
    margin-left: 0;
    padding: 20px;
    height: 156px;
}

.slick-counter-wrapper{
    position: relative;
}

.slick-counter-wrapper {
    position: relative;
    right: 0;
    top: 0;
}

.slick-counter-wrapper .slick-counter span.current {
    font-size: 100px;
    line-height: .65;
}

.slick-counter-wrapper .slick-counter {
    justify-content: flex-end;
    top: -20px;
    bottom: inherit;
}

.slick-arrows2 {
    position: absolute;
    display: flex;
    width: 96px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    left: 20px;
    margin: auto;
    z-index: 4;
}

#section-single .slick-slide img {
    height: 464px;
}

.related-wrapper {
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
}

.related-wrapper .item {
    width: 100%;
}

.related-wrapper .item .title-wrapper h4 {
    font-size: 26px;
    margin: 15px 0 20px;
    padding-left: 27px;
}

.related-wrapper img {
    width: 100%;
    height: 284px;
}

#section-single #wrapper-0.section .section-width {
    margin-top: 40px;
}

#section-single #wrapper-0.section .section-width img {
    height: 230px;
}

#section-single #wrapper-1.section{
    margin-bottom: 0;
}

#section-single #wrapper-1.section .section-width .section-content {
    padding: 40px 0 !important;
    margin: 0;
    background-color: transparent;
}

#section-single #wrapper-1.section .section-width .content-left {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 30px;
}




/*-----------------------------------------------------------
    Overlay menu
-------------------------------------------------------------*/

.overlay-section {
    display: block;
    top: 0px;
    z-index: 200; 
    width: 0;
    transition: width 1s;
    transition-timing-function: ease;
    height: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #0F0F26;
}

.overlay-section.active {  
    width: 100%;
    top: 0;
}

.menu-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

#mobile-overlay {
    left: -250%;
    visibility: hidden;
    opacity: 0;
    height: auto;
    position: relative;
    transition: all 1s;
    transition-timing-function: ease;
    text-align: left;
}

#mobile-overlay.active {
    visibility: visible;
    opacity: 1;
    left: 0;
}

#mobile-overlay ul{
    padding-left: 0;
}

#mobile-overlay li {
    list-style: none;
    padding: 15px 0 0;
}

#mobile-overlay li a {
	font-weight: 400;
	font-style: normal;
    font-size: 25px;
    line-height: 0.56px;
    line-height: 1.2;
    color: white;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
}

#mobile-overlay li.current-menu-item a {
    text-decoration: underline;
}

.home #mobile-overlay li.current-menu-item a{
    text-decoration: none;
}

#mobile-overlay ul{
    padding-top: 10px;
}

#mobile-overlay ul ul{}


#mobile-overlay ul ul ul{
    padding-top: 15px;
}



#mobile-overlay ul ul li{
    padding: 10px 0 0px 15px;
}

#mobile-overlay ul ul ul li{
    padding: 0 0 10px 15px;
}



#mobile-overlay ul ul a{
    font-size: 20px;
    text-transform: capitalize;
}

#mobile-overlay ul ul ul a{
    font-size: 16px;
    text-transform: none;
}


.overlay-section .menu-container {
    position: absolute;
    top: 0;
    border: 1px solid transparent !important;
    background: transparent;
    padding: 5px 20px 0;
}

.overlay-section .logo img {
    width: 100px;
    max-width: 100px;
}

.overlay-section .logo {
    justify-content: flex-start;
    width: 35%;
}

.overlay-section  .menu-mobile .support-div {
    justify-content: flex-end;
}


.overlay-section .menu-mobile {
    width: 17%;
    justify-content: flex-end;
}

.overlay-section .right-button {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 200px;
}

.overlay-section .right-button a {
    font-size: 14px;
    width: 100%;
    height: 200px;
    min-width: 100%;
    justify-content: center;
}

.overlay-section .hours-animation{
    display: flex;
    margin-right: 30px;
}

.menu-mobile .hamburger{
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

.menu-mobile .hamburger.is-active{
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.overlay-section .hamburger{
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.overlay-section .hamburger.is-active{
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

.overlay-section .social-media{
    display: none;
    width: 120px;
    margin: 30px 25px;
    justify-content: space-between;
}

.overlay-section .social-media i {
    font-size: 25px;
}

.overlay-section .social-media a:before{
    display: none;
}

/*Accordion mobile*/

.section.accor ul li {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
    
.section.accor ul li:before {
    content: '';
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: -25px;	
    width: 8px;
    height: 8px;
}

.single .item-details .item-information {
    font-size: 14px;
    color: #505050;
    width: 100%;
}

.udogodnienia ul {
    columns: 1;
}

.section.accor {
    padding: 0;
}

.section.accor .support-div {
    padding: 0;
}

#accordion-button-1{
    border-top: none;
}

.accordion-content .post-content{
    padding: 10px 15px;
    background: white;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #3f3f3e;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #3f3f3e;
}

.accordion button .accordion-title {
    max-width: 600px;
    display: block;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    width: 12px;
    height: 2px;
    background: #E63228;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    left: 5px;
    width: 2px;
    height: 12px;
    background: #E63228;
}

.accordion h4 {
    font-size: 12px;
}

.accordion button[aria-expanded="true"] {
    color: #3f3f3e;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion .accordion-content p {
    font-size: 14px;
    color: #505050;
}

/*-----------------------------------------------------------
    Post pagination
-------------------------------------------------------------*/
    
.paginationHome li a{
    padding: 0 5px;
}

.pagination{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.paginationHome{
    padding-left: 0;
}

.pagination .prev,
.pagination .next{
    width: 50px;
}

.paginationHome li a{
    padding: 0;
}

/*-----------------------------------------------
    Footer
-------------------------------------------------------------*/

body footer, footer p, footer a, footer ul, footer li {
    font-size: 12px;
}

.foot-col-4 a,
.foot-col-5 a,
.foot-col-4 ul li,
.foot-col-5 ul li{
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.copy-content, 
.copy-content a {
    text-align: center;
}

footer {
    padding: 0;
}

footer .section {
    padding: 20px 0;
}

.foot-content-wrapper {
    align-items: flex-start;
    justify-content: flex-end;
}

.foot-item.i-1 .foot-widget img{
    width: 98px;
}

.foot-item.i-2{
    display: none;
}



.foot-item.i-3{
    text-align: right;
}



.foot-item.i-4 .support-wrapper a,
.foot-item.i-4 .support-wrapper p{
    font-size: 10px;
}

.foot-content {
    padding: 0px;
    flex-wrap: wrap;
}

.foot-col-1{	
    width: 100%;
}

.foot-col-1 img {
    width: 50px;
    margin-bottom: 30px;
}

.foot-col-2{
    width: 49%;
}

.foot-col-3{
    width: 49%;
}

.foot-col-3 a.tel {
    font-size: 22px;
    padding-bottom: 10px;
    display: block;
}

.foot-col-3 br {
    display: none;
}

.foot-col-4{
    width: 49%;
}

.foot-col-4 ul.menu{
    margin: 0;
}

.foot-col-5{
    width: 49%;
}

.foot-col-6 {
    width: 100%;
    display: block;
    height: auto;
    align-items: center;
    margin-top: 15px;
}

.else-foot-content{
    margin-bottom: 40px;
}

.foot-col-6 .foot-widget,
.else-foot-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-col-6 p{
    margin: 0;
}

.copyright {
    padding-bottom: 60px;
}


footer .section-button {
    margin-top: 0px;
    width: 55%;
}

footer .social-media {
    width: 35%;
    margin: 0;
    justify-content: space-between;
}

footer .social-media i {
    font-size: 25px;
}

footer .section-button a{
    font-size: 12px;
    justify-content: start;
}

footer .section-button a:before {
    width: 79px;
    height: 17px;
    display: block;
}



#return-to-top{
    display: none !important;
}























}
