/*
Embed fonts families:
-------------------

.fustat-<uniquifier> {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

possible weights:
-------------------
Open Sans: 300;400;500;700;

animation:
-------------------
transition: all 0.5s;

Content:
1. Main styles override
2. Contact form 7 
3. Navbar bootstrap
4. ACF elements
5. Theme styles  
6. Responsive fixes
*/

/* ============================================= */
/* 1. Main styles override                       */
/* ============================================= */

body {
	font-family: "Fustat", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	background-color: #d2c9c3;
}
body.admin-bar .navbar.fixed-top {
	margin-top: 32px;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 700;
}
/* Links */
a {
	color:#2a2a2a;
	transition: all 0.5s;
	text-decoration: none;
}
#error a {
	color:#00465e;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
button, button:focus, button:active {
	outline: 0;
	box-shadow: 0
}
.bg-glass {
	backdrop-filter: blur(10px);
	transition: all linear 0.3s;
}
.offcanvas {
	background-color: rgb(36, 36, 36, 0.85);
	backdrop-filter: blur(5px);
	border:0 !important;
}
/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */



/* Headers */
h1, h2, h3, h4, h5 {
	font-family: "Fustat", sans-serif;
	font-weight: 700;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	color:#9eb9c9;
}
h1 {
	font-size: 58px;
	
}
h2 {
	font-size: 43px;
	line-height: 46px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 22px;
	position: relative;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

@media only screen and (max-width : 768px) {
	h1 {
		font-size: 38px;	
	}
	h2 {
		font-size: 34px;
		line-height: 36px;
	}
}
/* /Headers */

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

/* Bootstrap extra spaces */
.pt-6,
.py-6 {
	padding-top: 5rem !important;
}

.pe-6,
.px-6 {
	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important;
}

.ps-6,
.px-6 {
	padding-left: 5rem !important;
}
.mt-6,
.my-6 {
	margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important;
}

.ms-6,
.mx-6 {
	margin-left: 5rem !important;
}
.py-6-fixed {
	padding-top: 4rem !important;
	padding-bottom: 7rem !important;
}
@media only screen and (max-width : 768px) {
	.py-6-fixed {
		padding-top: 4rem !important;
		padding-bottom: 7rem !important;
	}
	.pt-6,
	.py-6 {
		padding-top: 4rem !important;
	}

	.pr-6,
	.px-6 {
		padding-right: 4rem !important;
	}

	.pb-6,
	.py-6 {
		padding-bottom: 4rem !important;
	}

	.pl-6,
	.px-6 {
		padding-left: 4rem !important;
	}
	.mt-6,
	.my-6 {
		margin-top: 4rem !important;
	}

	.me-6,
	.mx-6 {
		margin-right: 4rem !important;
	}

	.mb-6,
	.my-6 {
		margin-bottom: 4rem !important;
	}

	.ms-6,
	.mx-6 {
		margin-left: 4rem !important;
	}
}
/* /Bootstrap extra spaces */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}
/* Buttons */
.btn-default {
	border-radius: 0;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	letter-spacing:0.38em;
	color:#2a2a2a;
	border-bottom:1px solid transparent !important;
	width:auto;
	padding:unset;
	padding-bottom:10px !important;
	text-transform:lowercase;
	transition: all 0.5s;
}
.btn-default-border {
	padding-top:10px;
	border-top:1px solid transparent !important;
	border-bottom:1px solid #294d62 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color:#294d62;
	border-bottom:1px solid #294d62 !important;
	transition: all 0.5s;
}
.btn-default-border:hover {
	border-top:1px solid #294d62 !important;
}
.btn-search {
	background-color: #294d62;
	width: 50px;
	height: 50px;
	border-radius:50px;
	padding-top: 12px;
	padding-bottom: 17px;
	
}
.input-group-append {
	padding:3px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border:1px solid #294d62 !important;
}
.btn-text {
	padding: 0;
	font-weight: 700;
	font-size: 14px;
}
.cn-button.bootstrap {
	background-color: #294d62 !important;
	text-transform: uppercase !important;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
/* /Buttons */

section {
	position: relative;
	overflow: hidden;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Vertical align */
.vertical-a {
	display: flex;
	justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.vertical-align {
		display: block;
	}
}
.vertical-b {
	align-self: center;
	width: 100%;
}
/* /Vertical align */

/* Placeholder  */
::-webkit-input-placeholder {
	color:#888;
}
:-moz-placeholder {
	color:#888;
}
::-moz-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
/* /Placeholder  */

/* Selection  */
::selection {
	background: #294d62; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #294d62; /* Gecko Browsers */
	color:#fff;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	cursor: pointer;
}
/* /Box links (often used)  */

.bg-test {
	background-color: rgba(255,0,0,0.5);
}

.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

/* Element single post box */
.post-box--img {
	width: 100%;
	height: 380px;
	position: relative;
}
.post-box--img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
/* /Element single post box */

/* ============================================= */
/* 2. Contact form 7                             */
/* ============================================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-select,
.wpcf7 textarea {
	background-color: transparent;
	color: #303338;
	border-radius: 10px;
	border:1px solid #2a2a2a;
	padding: 13px 20px;
	font-size: 15px;
	width: 100%;
	color:#2a2a2a;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
	background-color: #fff;
	color: #303338;
	box-shadow: none;
	outline: 0 none;
}
.wpcf7-form select {
	padding: 0px;
	line-height: 40px;
}
.wpcf7-form label {
	width: 100%;
}

.wpcf7-response-output {
	max-width: 340px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	padding-top: 5px;
	margin-left: 20px;
}

.wpcf7-list-item-label a {
	color:#2a2a2a; 
	font-weight: 500;
}

.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    line-height: 1.2;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    align-self: start;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}


.wpcf7-submit {
	border:0;
	background-color: #fff;
	border-radius: 0;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	letter-spacing:0.38em;
	color:#2a2a2a;
	border-bottom:1px solid #2a2a2a !important;
	width:auto;
	padding:unset;
	padding-bottom:10px !important;
	text-transform:lowercase;
	transition: all 0.5s;
}
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	color:#294d62;
	border-bottom:1px solid #294d62 !important;
	transition: all 0.5s;
}

.wpcf7-submit:disabled {
	opacity:0.7;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:active::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-ms-input-placeholder,
:focus::-ms-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
/* /Placeholder  */

/* ============================================= */
/* 3. Navbar (bootstrap)                         */
/* ============================================= */
header.sticky {
	padding-top: 10px !important;
}
.navbar {
	font-family: "Fustat", sans-serif;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgb(36, 36, 36, 0.75);
	backdrop-filter: blur(5px);
	transition: all linear 0.3s;
}
.sticky.navbar {
	margin-top: 5px !important;
}
.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-brand  {
	width: 195px;
	height:auto;
	padding:7px;
}
.sticky .navbar-brand {
	zoom: 0.7;
	transition: all linear 0.5s;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 14px;
	padding:17px 25px;
	transition: all 0.5s;
}

@media only screen and (max-width : 1350px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 12px;
		padding-right: 12px; 
	}
}
@media only screen and (max-width : 1040px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px; 
	}
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.show {
	color: #294d62;
	transition: all 0.5s;
}
.current-menu-item > a {
    color: #eed1be !important;
}
footer .current-menu-item > a {
    color: #294d62 !important;
}

.navbar-dark .navbar-nav .current-menu-item .active > .nav-link,
.navbar-dark .navbar-nav .current-menu-item .nav-link.active {
	color: #294d62;
}
.navbar-toggler {
	border-radius: 0px;
	padding:0;
	transition: all 0.5s;
	border:0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(255,255,255,0.7);
	height: 1px;
	width: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
	left: 0;
	opacity: 1;
	transform-origin: center left;
}
.navbar-toggler:hover span {
	background-color: rgba(255,255,255,1);
	height: 2px;
}
.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}
 
.navbar-toggler span:nth-child(2) {
	opacity: 1;
}
 
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}
 
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}
 
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.navbar .contact a.nav-link {
	background: #00465e;
	/*background: linear-gradient(0deg, rgba(33,37,41,1) 0%, rgba(0,62,83,1) 100%);*/
}
.search-activator {
	cursor: pointer;
}

.search-activator a.nav-link {
	text-indent: -9999px;
	background-image: url(../img/icon-main-menu-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dropdown-menu {
	margin-top: -2px;
	border-radius: 0px;
	background-color: #1e1e1e;
	border:0px;
	text-transform: lowercase;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
}
.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
	border-top:1px solid #00465e;
}
.dropdown-menu li a.dropdown-item {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	transition: all 0.5s;
}


.dropdown-menu li a.dropdown-item:hover {
	color:#294d62;
	transition: all 0.3s;
}
.dropdown-menu li a.dropdown-item:hover,
.dropdown-menu li a.dropdown-item:focus,
.dropdown-menu li a.dropdown-item:active {
	background-color: transparent;
	transition: all 0.3s;
	border-left-color: #294d62;
}
.dropdown-item.active {
	background-color: transparent;
	color:#294d62 !important;
}


/* Search window */
#search-container {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	top:0px;
	left:0px;
	max-height: 100vh;
	z-index: 999999999;
}
#search-container .d-flex {
	height: 100%;
}
#search-close {
	position: absolute;
	right: 40px;
	top:25px;
	background-image: url(../img/search-close.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 41px;
	width: 41px;
	z-index: 100000;
	cursor: pointer;
}
#search-close span {
	position: absolute;
	right: 50px;
	top:10px;
	width: 100px;
	text-align: right;
	color: #fff
}
#search-container .vertical-align {
	height: 100%;
}
#title .form-control {
	border:0;
}
.search-btn {
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.search-input {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	line-height: 56px;
	height: 58px;
	padding-left: 25px;
	border-right: 0;
	border-color: #294d62 !important;
}
/* /Search window */

/* Open on hover for desktops only */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;    
}
@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}
/* /Open on hover for desktops only */


/* ============================================= */
/* 4. ACF elements                               */
/* ============================================= */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acf-map {
	width: 100%;
	height: 475px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style iframe + div { border:none!important; }

/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 80vh;
	overflow:hidden;
	padding-bottom: 50px;
}
.slider-container .slider-controls {
	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;   
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;    
    justify-content: space-between;
}
.testimonial-slider-container .slider-controls {
	left: 30px;
    right: 30px;
    z-index: 40;
}
.testimonial-slider-container .slider-item {
	padding: 0;
}
.arrow {
	height: 18px;
	width: 40px;
	background-image: url(../img/arrows.webp);
	cursor: pointer;
}

.arrow.arrow-right {
	background-position: 40px 0;
}
.tns-nav {
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.tns-nav button {
	background-color: #cfcfcf;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.tns-nav button.tns-nav-active {
	background-color: #294d62;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
/* /Tiny Slider Banner */
#banner {
	min-height: 700px;
	height: 90vh;
}
.ms-slide-bgcont,
.ms-slide {
	border-radius: 15px !important;
	overflow: hidden;
}
.ms-slide-bgcont::before,
.ms-slide-bgvideocont::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/banner-curtine.webp);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
@media (max-width: 767px) {
	.ms-slide-bgcont::before {
		background-image: url(../img/banner-curtine-mobile.webp);
		background-position: bottom;
	}
}
.ms-layer {
	font-size: 58px;
	line-height: 58px;
	font-weight: 600;
}
@media (max-width: 1399px) {
	.ms-layer {
		margin-left:35px;
	}
}
@media (max-width: 767px) {
	.ms-layer {
		font-size: 36px;
		line-height: 36px;
	}
}
.ms-layer strong {
	font-weight: 600;
	color:#9eb9c9;
}
.ms-btn-container {
	font-size: 14px;
}
.banner-socials-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner-socials {
	position: relative;
	height: 100px;
	border-top-right-radius: 15px;
	background-color: #d2c9c3;
}
.banner-socials::before,
.banner-socials::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #e0d7cf; /* kolor TŁA strony za blokiem */
}



/* prawy dolny */
.banner-socials::after {
	position: absolute;
    top:-20px;
    left: 0px;
	width:20px;
	height:20px;
    background: #d5cbc1; /* kolor kafelka */
    padding: 0;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    /* ważne przy masce */
    --r: 20px;
    -webkit-mask:
        radial-gradient(circle var(--r) at 100% 0,
            transparent calc(100% - 1px),   /* wewnętrzna część */
            #000 calc(100% - 0px));         /* cienka krawędź */
    mask:
        radial-gradient(circle var(--r) at 100% 0,
            transparent calc(100% - 1px),
            #000 calc(100% - 0px));
}
.banner-socials::before {
	position: absolute;
    bottom:0px;
    right: -20px;
	width:20px;
	height:20px;
    background: #d5cbc1; /* kolor kafelka */
    padding: 0;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    /* ważne przy masce */
    --r: 20px;
    -webkit-mask:
        radial-gradient(circle var(--r) at 100% 0,
            transparent calc(100% - 1px),   /* wewnętrzna część */
            #000 calc(100% - 0px));         /* cienka krawędź */
    mask:
        radial-gradient(circle var(--r) at 100% 0,
            transparent calc(100% - 1px),
            #000 calc(100% - 0px));
}
/* kółka pod ikonami */
.banner-socials a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;                        /* kolor ikon */
    text-decoration: none;
	text-align: center;
	line-height: 48px;
}

.banner-socials a svg {
    width: 20px;
    height: 20px;
}
.banner-socials a:hover  {
    background: #294d62;
}
.banner-socials a:hover svg {
	fill: #fff;
}

.otgs-development-site-front-end {
	display: none;
	
}
.box--type-a {
	background-color: #2a2a2a;
	height:600px;
	background-size: cover;
	background-position: center;
}
.box--type-a .cover {
	background-image: url(../img/box--type-a-cover.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box--type-a.box--type-a-2 {
	height:650px;
}
.box--type-a .icon {
	width: 50px;
}
.box--type-a .desc-short {
	width: 70%;
}
.font-size-60 {
	font-size: 60px;
	line-height: 60px;
}
.font-size-58 {
	font-size: 58px;
	line-height: 58px;
}
@media only screen and (max-width : 991px) {
	.font-size-58 {
		font-size:45px;
		line-height: 45px;
	}
}
.font-size-43 {
	font-size: 43px;
	line-height: 43px;
}
@media only screen and (max-width : 991px) {
	.font-size-43 {
		font-size: 32px;
		line-height: 32px;
	}
}
.font-size-30 {
	font-size: 30px;
	line-height: 32px;
}
@media only screen and (max-width : 991px) {
	.font-size-30 {
		font-size: 25px;
		line-height: 25px;
	}
}
.font-size-24 {
	font-size: 24px;
	line-height: 30px;
}
.font-size-22 {
	font-size: 22px;
	line-height: 26px;
}
@media only screen and (max-width : 991px) {
	.font-size-22 {
		font-size: 18px;
		line-height: 22px;
	}
}

.font-size-20 {
	font-size: 20px;
	line-height: 24px;
}
.font-size-17 {
	font-size: 17px;
	line-height: 20px;
}
.font-size-14 {
	font-size: 14px;
	line-height: 18px;
}
.font-weight-600 {
	font-weight: 600;
}
.color-white {
	color:#fff;
}
.color-bright {
	color:#d2c9c3;
}
h3 .color-bright strong {
	color:#d2c9c3;
}
.color-grey {
	color:#a9a9a9;
}

.stairs > *:nth-child(3n+1) { margin-top: 0px; }
.stairs > *:nth-child(3n+2) { margin-top: 50px; }
.stairs > *:nth-child(3n) { margin-top: 100px; }

.stairs > .col-md-3:nth-child(4n+1) { margin-top: 0px; }
.stairs > .col-md-3:nth-child(4n+2) { margin-top: 50px; }
.stairs > .col-md-3:nth-child(4n+3) { margin-top: 100px; }
.stairs > .col-md-3:nth-child(4n) { margin-top: 150px; }


@media only screen and (max-width : 1150px) {
	.stairs > *:nth-child(n) { margin-top:25px; }
	.stairs > .col-md-3:nth-child(n) { margin-top: 0px; }
}
.stairs-reverse > *:nth-child(1) > div { height: 650px; }
.stairs-reverse > *:nth-child(2) > div { height: 600px; }


.box--type-b img {
	height:500px;
  	object-fit: cover;
}
.border-left {
	border-left: 1px solid #d5cbc1;
}
.box--type-b:hover .title {
	color:#294d62;
}

#steps .bg-dark {
	background-image: url(../img/bg-steps.webp);
}

.box--type-c {
	transition: all 0.3s;
}
.box--type-c  .desc-short {
	line-height: 20px;
}
.box--type-c .image {
	height: 190px;
	overflow: hidden;
}
.box--type-c .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box--type-c:hover {
	background-color: #294d62 !important;
}
.box--type-c:hover h3,
.box--type-c:hover p,
.box--type-c:hover a,
.box--type-c:hover .desc-short {
	color:#fff !important;
}
.bg-blue {
	background-color: #294d62;
}
.bg-blue.bg-glass {
	background-color: rgb(41, 77, 98,0.7);
}
.box--type-d .position-absolute {
	top:20px;
	right: 30px;
}
.box--type-d .desc h3 {
	width: 85%;
}
.steps-wrapper img {
	height: 400px;
	object-fit: cover;
}

.box--type-e img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Accordion readmore */
.accordions-readmore-wrapper .read-more-btn .accordion-hide {
	display:inline
}
.accordions-readmore-wrapper .read-more-btn:not(.collapsed) .accordion-show {
	display:none
}
.accordions-readmore-wrapper .read-more-btn.collapsed .accordion-hide {
	display:none
}
.accordions-readmore-wrapper .accordion-read-more {
	position: relative;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-item,
#gallery .accordion-item,
.accordion-premises .accordion-item {
 background-color: transparent;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-body,
#gallery .accordion-read-more .accordion-body,
.accordion-premises .accordion-body {
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 0;

}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn {
	background-color: transparent;
	padding:0;
	position: relative;
	border:0;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:not(.collapsed)::before {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::after {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button {
	color:#000 !important;
	padding:0;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span {
	position: relative;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span::after{
	content:"";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	transition: all 0.5s;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover{
	color:#000;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover::after{
	right: -30px;
}
/* Accordion readmore */


#knowledge-faq .accordion .accordion-button {
	background-color: #f4f4f4;
	transition: all 0.5s;
	color:#000;
	padding-top:22px;
	padding-bottom:22px;
}
#knowledge-faq .accordion .accordion-button {
	font-size:17px !important;
	font-weight: 400 !important;
}
#knowledge-faq .accordion .accordion-item {
	border-bottom: 0;
	margin-bottom: 2px;
}
#knowledge-faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
	 transition: all 0.5s;
}
#knowledge-faq .accordion-button:hover {
	color:#fff;
	background: #294d62;
}
#knowledge-faq .accordion-button::after {
	background-image: url(../img/plus.webp) !important;
	background-size: 26px;
	width: 26px;
	height: 26px;
}
#knowledge-faq .accordion-button:hover::after  {
	background-image: url(../img/plus-white.webp) !important;
}
#knowledge-faq .accordion-button:not(.collapsed)::after {
	background-image: url(../img/minus.webp) !important;
}
#knowledge-faq .accordion-button:not(.collapsed):hover::after  {
	background-image: url(../img/minus-white.webp) !important;
}
.bg-accordion-body {
	background-image: url(../img/bg-accordion-body.webp);
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
.accordion-item {
	border-left: 0;
	background-color: transparent;
}
.copyrights {
	font-size: 14px;
}
footer .border-top {
	border-top: 1px solid #2a2a2a !important;
}
footer ul {
	padding:0;
}
footer ul li {
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
	list-style-type: none;
}
footer ul li a {
	display: block;
}
footer ul li a:hover {
	color:#294d62;
}
footer .logo {
	width: 303px;
	height: auto;
	filter:invert(1);
}
@media only screen and (max-width : 991px) {
	footer .logo {
		width: 250px;
	}
}
#header-main .col-xxl-10.offset-xxl-1 {
	padding-left: 17px !important;
	padding-right: 17px !important;
}
@media only screen and (max-width : 1399px) {
	#header-main .col-xxl-10.offset-xxl-1 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}
.bg-line-03 {
	left: 0px;
	top: 0;
}
.bg-line-04 {
	right: 0;
	top: 20%;
}
.bg-line-05 {
	left: 0;
	top: 30%;
}
.bg-line-06 {
	right: 0;
	top: 40%;
}
.bg-line-07 {
	left: 0;
	top: 10%;
}
.bg-line-08 {
	left: 0;
	top: 10%;
}
.bg-line-09 {
	left: 15%;
	bottom: 0;
}
.bg-line-10 {
	right: 15%;
	top: 0;
}
#flying-contact {
	position:fixed;
	bottom:-115px;
	right:15px;
	width:45px;
	height:45px;
	background-color:#294d62;
	text-align:center;
	line-height:45px;
	border-radius:25px;
	padding:0;
	transition:all 0.5s
}
.pulse {
  animation:pulse-animation 2s infinite
}
#flying-contact.sticky {
  bottom:15px
}
@keyframes pulse-animation {
  0% {
    box-shadow:0 0 0 0 rgb(0 0 0 / .4)
  }
  100% {
    box-shadow:0 0 0 10px #fff0
  }
}
.btn {
	border:0;
}
.legend {
	color:#afafaf;
}
#breadcrumbs {
	transition: all 0.4s;
	margin-top: 150px;
}

header.sticky #breadcrumbs {
		margin-top: -20px;
		opacity: 0;
	}
@media only screen and (max-width : 991px) {
	#breadcrumbs {
		margin-top: 105px;
	}
}
#breadcrumbs a {
	font-weight: 700;
}
#heading .content-wrapper {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top:180px !important;
}
#heading .content-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg-heading.webp);
	border-radius: 18px;
	background-size: cover;
}
.page-template-page-contact #heading .content-wrapper::before {
	background-image: none;
}
@media only screen and (max-width : 991px) {
	#heading .content-wrapper::before {
		background-image: none;
		background-color: rgba(0,0,0,0.6);
	}
}

.icon-white {
	background-color: #fff;
	width: 56px;
	height: 56px;
	border-radius: 100px;
	text-align: center;
	line-height: 56px;
	margin-right: 15px;
}
.box--type-e .icon {
	display: inline-block;
	min-width: 65px;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	margin-right: 15px;
	background-color: #294d62;
}
.box--type-e .icon img {
	width: 40px;
	height: 40px;
}
.logo-construction img {
	filter:brightness(1) invert(1);
}
.box--type-f .image {
	height: 400px;
}
.box--type-f .image img {
	object-fit: cover;
	height:400px !important;
}
.tns-outer {
	margin-left:35px;
	margin-right:35px;
}
@media only screen and (max-width : 991px) {
	.tns-outer {
		margin-left:0px;
		margin-right:0px;
	}
}
.testimonial-wrapper {
	background-image: url(../img/bg-testimonial.webp);
	background-repeat: no-repeat;
	background-position: 40px 50px;
	padding-left: 70px !important;
}
.categories-wrapper {
	list-style: none;
	padding:0;
}
.categories-wrapper  li {
	display: inline-block;
	margin-right: 15px;
}
.categories-wrapper a {
	display: inline-block;
	border-radius: 0;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	letter-spacing:0.38em;
	color:#2a2a2a;
	border-bottom:1px solid #2a2a2a !important;
	width:auto;
	padding:unset;
	padding-top:10px !important;
	padding-bottom:10px !important;
	text-transform:lowercase;
	transition: all 0.5s;
}
.categories-wrapper a:hover,
.categories-wrapper a:focus,
.categories-wrapper a:active,
.categories-wrapper .current-cat a {
	color:#294d62;
	border-bottom:1px solid #294d62 !important;
	transition: all 0.5s;
}
.categories-wrapper .current-cat a {
	border-top:1px solid #294d62 !important;
	border-bottom:1px solid #294d62 !important;
}
.page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #294d62;
	color: #fff !important;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}
.page-numbers.current,
.page-numbers:hover {
	background-color: #172f3d;
}

/* Element single post box */
.post-box h3  {
	line-height: 26px !important;
	font-weight: 600;
}
.post-box h3 a {
	font-size: 22px;
	color:#101010 !important;
}
.post-box:hover h3 a {
	color:#294d62 !important;
}
.post-box:hover .btn-default,
.search-box:hover .btn-default {
	border-bottom:1px solid #294d62 !important;
}
.box-img {
	width: 100%;
	height: 500px;
	position: relative;
}

.box-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.post-box--date {
	border-right:1px solid #a9a9a9;
	padding-right: 15px;
	margin-right: 15px;
	color:#a9a9a9;
}
.post-box--category-main {
	color:#a9a9a9;
}
.post-box--title a {
	color:#2a2a2a !important;
}
.cat-item {
	margin-bottom: 5px;
}
.search-title strong {
	color:#2a2a2a;
}
h3.border-bottom {
	border-bottom-color:#2a2a2a !important;
}
.gallery .image {
	height: 400px;
	width: 100%;
}
.gallery .image img {
	object-fit: cover;
	height:400px !important;
	width: 100% !important;
}
.columns-2 {
	column-count: 2;
	column-gap: 40px;
}
@media only screen and (max-width : 991px) {
	.columns-2 {
		column-count: 1;
		column-gap: 0;
	}
}
.accordions-readmore-wrapper .btn-default {
	border-bottom:1px solid #294d62 !important;
}
.single-realizacja .box--type-b .color-grey {
	color:#2a2a2a;
}
.single-realizacja .box--type-b .border-left {
	border-left-color:#2a2a2a;
}

.pricelist-container h4.big-font {
  font-size: 37px;
}
.pricelist-container .price-tag {
  background-color: #ba9673;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
}
.pricelist-container .price-position {
  margin-top: 1px;
  
  padding-top:8px;
  padding-bottom: 8px;
  border-radius: 8px;
}
.pricelist-container .price-position:hover {
  background-color: #f0f0f0; 
}
.pricelist-container .price-header-subgroup {
  font-size: 18px;
}
.pricelist-container .group-wrapper > .price-position:nth-child(even) {
	background-color: #f6f6f6;
}
.price-categories .btn-default,
.categories-wrapper a {
	padding-top: 10px;
	border-top:1px solid transparent;
	border-bottom:1px solid #294d62 !important;
}
.price-categories .btn-default:hover,
.categories-wrapper a:hover {
	border-top:1px solid #294d62 !important;
}
.content ul {
	padding-left: 50px;
}
.team-modal-contacts .icon {
	margin-right: 10px;
	background-color: #294d62;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box--type-g.bg-bright {
	background-color: #d2c9c3;
	transition: all 0.5s;
}
.box--type-g:hover.bg-bright {
	background-color: #294d62;
}
.box--type-g:hover .title {
	color: #fff !important;
}
.color-blue {
	color: #294d62;
}
.jobs-wrapper > div:nth-child(even) {
	margin-top: 30px;
}
@media only screen and (max-width : 991px) {
	.jobs-wrapper > div:nth-child(even) {
		margin-top: 0px;
	}
}
/* ============================================= */
/* 6. Responsive fixes                           */
/* ============================================= */

@media only screen and (max-width : 1150px) {
	.slider-container .slider-controls {
		margin: 0;
	    padding: 0;
	    list-style: none;
	    position: absolute;   
	    top: 50%;
	    transform: translatey(-50%);
	    display: flex;
	    align-items: center;    
	    justify-content: space-between;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) { 

	.fixed-top.navbar-light .navbar-nav .nav-link {
		padding-top:8px;
		padding-bottom:8px;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar {
		padding-top:8px !important;
		padding-bottom:8px !important;
	}
	.navbar-brand img {
		width: 150px; 
		height: auto;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* WP image float fix */
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
	}
	/* /WP image float fix */

} 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}


/* Height */
@media only screen and (max-height : 730px) {
}