/*
Embed fonts families:
-------------------
font-family: "Jost", sans-serif;

possible weights:
-------------------
Open Sans: 300;400;500;700;

animation:
-------------------
transition: all 0.5s;

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


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: "Jost", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	offset-anchor:70px;
}

body.admin-bar .navbar.fixed-top {
	margin-top: 32px;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 700;
}
/* Links */
a {
	transition: all 0.5s;
	text-decoration: none;
}
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
}


/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */



/* Headers */
h1, h2, h3, h4, h5 {
	font-weight: 400;
}
h1 {
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}
h1 strong {
	color:#b19777;
	font-weight: 400;
}
h1::before {
	content:"";
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #b19777;
	top: -15px;
	left: 0;
}
h2 {
	font-size: 35px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
#banner h2 {
	font-size: 25px;
	margin-bottom: 40px;
	position: relative;
}
#banner h2::after {
	content:"";
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #b19777;
	top: -15px;
	left: 0;
}
h2 strong {
	color:#b19777;
	font-weight: 400;
}
h3 {
	font-size: 21px;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
}
h3 strong {
	color:#b19777;
	font-weight: 400;
}
h3::before {
	content:"";
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #b19777;
	top: -15px;
	left: 0;
}

.search-title h3 {
	color:#222222;
	margin-bottom: 30px;
}
.search-title h3:before {
	top:unset;
	bottom:-15px
}
h4 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 400;
}
h5 {
	font-size: 18px;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
}
@media only screen and (max-width : 768px) {
	h2 {
		font-size: 30px;
	}
}
/* /Headers */

/* 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 {
	background-color: #222222;
	border:1px solid #222222;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:#b19777;
	color: #fff;
	transition: all 0.5s;
}
.btn-dark {
	background-color: #000;
	border:1px solid #000;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	background-color:#b19777;
	color: #fff;
	transition: all 0.5s;
}
.dark .btn-default {
	background-color: #ffffff;
	border:1px solid #ffffff;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	padding:10px 25px;
	transition: all 0.5s;
}
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default:active {
	background-color:#b19777;
	border:1px solid #b19777;
	color: #fff;
	transition: all 0.5s;
}
.sidebar .btn-default,
.portfolio .btn-default {
	background-color: transparent;
	border:1px solid #b19777;
	color:#fff;
}
.cta-wrapper .btn-default {
	border:1px solid #b19777;
	background-color: transparent;
	color:#fff;
}
.btn-default.btn-search {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 16px;
	padding-bottom: 17px;
}
.btn-gfx {
	position: relative;
}
.btn-gfx::before {
	content:"";
	position: absolute;
	left: -30px;
	height: 110px;
	width: 90px;
	border:1px solid #b19777;
	z-index: 0;
	top:-32px;
	z-index: -1;
}
.cn-button.bootstrap {
	background-color: #b19777 !important;
	text-transform: uppercase !important;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
/* /Buttons */

section {
	position: relative;
}
.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 */



/* Selection  */
::selection {
	background: #b19777; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #b19777; /* Gecko Browsers */
	color:#fff;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
}
/* /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;
}

/* ============================================= */
/* 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: 0;
	border:0;
	border-bottom:1px solid #cccccc;
	padding: 13px 20px;
	font-size: 18px;
	width: 100% !important;
	color:#000;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
	background-color: #fff;
	border-bottom:1px solid #b19777;
	color: #303338;
	box-shadow: none;
	outline: 0 none;
}
.wpcf7-form select {
	padding: 0px;
	line-height: 40px;
}
.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	color:#222222; 
	font-size: 18px;
	margin-left: 20px;
}

.wpcf7-list-item-label a {
	color:#222222; 
	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 {
	background-color: #222222;
	border:1px solid #222222;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding:10px 25px;
	transition: all 0.5s;
}
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	color: #fff !important;
}
.wpcf7-submit:disabled {
	opacity:0.7;
}
.drop_uploader.drop_zone {
	border:1px dashed #999 !important;
	background-color: #f6f6f6;
	border-radius: 0 !important;
}
.drop_uploader.drop_zone .text {
	font-size: 18px !important;
	font-weight: 400 !important;
	color:#222222 !important;
}
.drop_uploader.drop_zone .text a {
	font-weight: 700 !important;
	color:#222222 !important;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#222222;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#222222;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#222222;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#222222;
 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;
}
.dark::-webkit-input-placeholder {
	color:#ffffff;
opacity: 0.7;
}
.dark:-moz-placeholder {
color:#ffffff;
opacity: 0.7;
}
.dark::-moz-placeholder {
color:#ffffff;
opacity: 0.7;
}
.dark:-ms-input-placeholder {
color:#ffffff;
opacity: 0.7;
}
/* /Placeholder  */

/* ============================================= */
/* 3. Navbar (bootstrap)                         */
/* ============================================= */
.navbar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f6f6f6;
	border-bottom:1px solid #e6e6e6;
}
.sticky-top .navbar {
	background-color: rgba(246,246,246,0.8);
	backdrop-filter: blur(10px);
}
.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-brand img {
	transition: all linear 0.5s;
	width: 253px; 
}

.navbar-light .navbar-nav .nav-link {
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	padding:17px 17px;
	transition: all 0.5s;
}

@media only screen and (max-width : 1485px) and (min-width: 1399px) {
	.navbar-light .navbar-nav .nav-link {
		padding:17px 12px;
	}
}
@media only screen and (max-width : 1199px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding:10px 15px;
	}
	.navbar-collapse {
		border-top:1px solid #b19777;
		padding-top: 15px;
		margin-top: 15px;
	}
}

@media only screen and (max-width : 768px) {
	.navbar-brand img {
		transition: all linear 0.5s;
		width: 200px; 
	}
	
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.show {
	color: #b19777;
	transition: all 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link:focus::after {
	content:"";
	position: absolute;
	width:95px;
	height: 1px;
	background-color: #b19777;
	bottom:0;
	left: 17px;
	max-width: 60%;
}

@media only screen and (max-width : 1485px) and (min-width: 1399px) {
	.navbar-light .navbar-nav .nav-link:hover::after,
	.navbar-light .navbar-nav .nav-link:focus::after {
		left: 12px;
	}
}
@media only screen and (max-width : 1199px) {
	.navbar-light .navbar-nav .nav-link:hover::after,
	.navbar-light .navbar-nav .nav-link:focus::after {
		left: 15px;
	}
}

.navbar-light .navbar-nav .current-menu-item .active > .nav-link,
.navbar-light .navbar-nav .current-menu-item .nav-link.active {
	color: #b19777;
}

.sticky .navbar-light .navbar-nav .nav-link {
	padding-top:10px;
	padding-bottom:10px;
}
.sticky .navbar-brand img {
	transition: all linear 0.5s;
	width: 140px; 
}
.navbar-toggler {
	border-radius: 0px;
	transition: all 0.5s;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(0,0,0,0.6);
	height: 2px;
	width: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}
.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:#b19777;
	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: #b19777;
}
.dropdown-item.active {
	background-color: transparent;
	color:#b19777 !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-radius: 0px;
	background-color: transparent;
	border:0;
	border-bottom: 1px solid #fafafa;
	padding-left: 25px;
	color:fff;
}
input.search-input:focus {
	background-color: transparent;
	border-bottom:1px solid #b19777;
	color: #fff;
	box-shadow: none;
	outline: 0 none;
}


/* /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%;
	min-height: 700px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style iframe + div { border:none!important; }
.map-wrapper {
	padding-left:24px;
	padding-right:24px;
}
/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */
#banner {
	background-color:#f6f6f6;
}
.height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 90vh;
	overflow:hidden;
}


/*.banner-caption::before {
	content:"";
	position: absolute;
	width: 175px;
	height: 175px;
	border:1px solid #b19777;
	left: -30px;
	top:-30px;
	z-index: -1;
}*/
.curtine {
	width: 5000px;
	left:-4800px;
	position:absolute;
	top:0; 
	height:100%; 
	background-color:#f6f6f6;
}
.line-vertical {
	position: absolute;
	left:20%;
	height: 100%;
	width: 1px;
	background-color: #e6e6e6;
	top:0;
}
.banner-caption a {
	background-color: transparent;
	font-weight: 500;
	border:1px solid #b19777;
	border-radius: 0;
	font-size: 15px;
	color: #fff;
	padding:10px 25px;
	transition: all 0.5s;
}
.ms-tooltip-point .ms-point-center {
	border-color: #b19777 !important;
}
.ms-tooltip-point .ms-point-border {
	background-color: #b19777 !important;
}
.ms-tooltip .ms-tooltip-cont {
	background-color: #222222 !important;
	color: #fff;
	text-shadow: none !important;
	font-weight: 300 !important;
	font-size: 16px !important;
}
.ms-tooltip.ms-tooltip-top .ms-tooltip-arrow {
	border-top-color:#222222 !important;
}
.ms-skin-default .ms-bullet-selected {
	height: 28px !important;
	background-position: -34px -74px !important;
	margin-top: -10px;
}

.feature img {
	max-width: 40px;
}
.features--image::before {
	content:"";
	position: absolute;
	width: 70%;
	height: 70%;
	border:1px solid #b19777;
	bottom:-30px;
	right: -30px;
	z-index: -1;
}
@media only screen and (max-width : 768px) {
	.features--image::before {
		bottom:unset;
		right: unset;
		left:-30px;
		top:-30px;
	}
}
.bg-grey {
	background-color: #f6f6f6;
}
.material-pos {
	transition: all 0.5s;
	height: 100%;
	cursor: pointer;
}
.material-pos:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px -5px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px 0px 25px -5px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 0px 25px -5px rgba(34, 34, 34, 0.1);
}
.material--image {
	aspect-ratio: 1.27;
	position: relative;
	background-image: url(../img/material-blank.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.post-image {
	aspect-ratio: 1.27;
	position: relative;
	overflow: hidden;
}
.post-image img {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}

span[itemprop="name"] {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 400;
}
img[itemprop="image"] {
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
}
span[itemprop="description"] {
	position: relative;
	padding-top: 20px;
}
span[itemprop="description"]::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #b19777;
	top:0;
}
.absolute.bg-grey {
	background-color: #f6f6f6;
	width: calc(100% - 24px);
	height: 100%;
	z-index: -2;
}
.absolute.bg-dark {
	background-color: #222222;
	width: calc(100% - 24px);
	height: 100%;
	z-index: -2;
}
.bg-dark {
	background-color: #212529;
}


.how-to-choose--step .how-to-choose--step-image {
	border:1px solid #3f3f3f;
	padding:8px;
}
.how-to-choose--step .how-to-choose--step-count {
	color:#b19777;
	font-size: 15px;
	font-weight: 500;
}
.how-to-choose--step .how-to-choose--desc {
	font-size: 21px;
	font-weight: 400;
}
.accordion-item {
	border-bottom: 0;
	margin-bottom: 5px;
}
.accordion-button {
	background-color: #f6f6f6;
	border:1px solid #e6e6e6; 

}
.accordion-button:focus,
.accordion-button:hover {
	background-color: #ededed;
	box-shadow: none;
	border-color: rgba(0,0,0,.125);
}
.accordion-button {
	font-size: 18px;
}
.accordion-button:not(.collapsed) {
	background-color: #ededed;
	color:#222222;
}
footer {
	font-size: 15px;
	font-weight: 500;
}
footer a {
	color:#222222;
}
.copyrights {
	font-weight: 300;
}
.footer-menus a {
	text-transform: uppercase;
	color:#222222;
	display: block;
}
.footer-menus a:hover {
	color:#b19777;
}
.footer-menus ul {
	padding: 0;
	margin:0;
}
.footer-menus ul li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contact-box {
	position: absolute;
	font-size:16px;
	font-weight: 300;
	min-width: 80%;
}
@media only screen and (max-width : 768px) {
	.contact-box {
		position: static;
		min-width: unset;
	}
}
.contact-wrapper-map .contact-box {
	right:-80px;
	top:80px;
	width: 100%;
	z-index: 2;
}
@media only screen and (max-width : 991px) {
	.contact-wrapper-map .contact-box {
		position: static;
		font-size:16px;
		font-weight: 300;
		min-width: 80%;
	}
}
.contact-box::before {
	content:"";
	position: absolute;
	width:170px;
	height:170px;
	border:1px solid #b19777;
	top:-30px;
	left: -30px;
	z-index: -1;
}
.contact-wrapper-map .contact-box::before {
	display: none;
}
footer .contact-extras {
	display: none;
}
#header-top .bg-dark {
	background-image: url(../img/bg-header-top-01.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-square {
	background-image: url(../img/bg-square.webp);
	background-repeat: no-repeat;
	background-position: 55px 50px;
}



.logos-slider-container {
	padding: 0 3rem;
	margin: 0 auto 0 auto;
	position:relative;
}
.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;
}
.logos-slider-container .slider-controls {
  left: 0;
	right: 0;
}
.slider-container .slider-item {
	padding: 1.5rem .75rem;
	position: relative;
}
.banner-slider-container .slider-item {
  padding: 0;
}
.arrow {
  height: 18px;
  width: 40px;
  background-image: url(../img/arrows.png);
  cursor: pointer;
}
.arrow.arrow-black {
  background-image: url(../img/arrows-black.png);
}
.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: #00bfff;
  border:0;
  margin: auto 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.margin-reduction {
	margin-top: -3rem;
}
.bg-cta {
	background-image: url(../img/bg-cta.webp);
	width: calc(100% - 24px);
	height: 100%;
	z-index: -1;
}
.cta-wrapper {
	padding:80px 30px 70px 30px;
}
.cta-wrapper::before {
	content:"";
	position: absolute;
	left: -30px;
	height: 150px;
	width: 150px;
	border:1px solid #b19777;
	z-index: 0;
	top:-32px;
	z-index: -1;
}
#error .bg-dark {
	background-image: url(../img/bg-404.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.text-big {
	font-size: 24px;
	font-weight: 400;
}
.search-box:hover {
	background-color: #fafafa;
}
.search-box:hover::after {
	content:"";
	position: absolute;
	top:-20px;
	right: -20px;
	width: 130px;
	height: 130px;
	border:1px solid #b19777;
	z-index: -1;
}
/* Accordion czytaj więcej */

.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;
}
.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::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
	background: rgb(233,233,233);
	background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn.no-curtine::before {
	display: none !important;
}
.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: -45px;
	top: 0px;
	width: 23px;
	height: 12px;
	transition: all 0.5s;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover{
	color:#846419;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover::after{
	right: -60px;
}

.img-with-gfx::after {
	content:"";
	position: absolute;
	right: -30px;
	height: 250px;
	width: 250px;
	border:1px solid #b19777;
	z-index: 0;
	bottom:-30px;
	z-index: -1;
}
@media only screen and (max-width : 1399px) { 
	.img-with-gfx::after {
		right: unset;
		left: -30px;
	}
}
.services-extra--img {
	max-width: 270px;
}
.services-extra--img img {
	min-width:250px;
	width:250px;
}
.services-extra--img .img-with-gfx::after {
	content:"";
	position: absolute;
	left: -30px;
	height: 80px;
	width: 80px;
	border:1px solid #b19777;
	top:-30px;
	z-index: -1;
}
@media only screen and (max-width : 1199px) {
	.services-extras-wrapper > .col-xl-6 > .services-extra {
		margin-bottom:70px;
	}
	.services-extras-wrapper > .col-xl-6:last-of-type > .services-extra {
		margin-bottom:0px;
	}
}
@media only screen and (max-width : 768px) { 
	.services-extra--img {
		max-width: 100%;
		text-align: center;
	}
	.services-extra--img .img-with-gfx::after {
		left: 5%;
	}
}
.sidebar::after {
	content:"";
	position: absolute;
	right: -30px;
	height: 250px;
	width: 250px;
	border:1px solid #b19777;
	z-index: 0;
	top:-30px;
	z-index: -1;
}
#knowledge .sidebar::after {
	left: -30px;
}
.news-title a {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}
.news-title a:hover {
	color:#b19777;
}
.news-title h3 {
	margin-bottom: 5px;
}
.news-date {
	font-size: 12px;
	font-weight: 400;
}
.news-box .news-title h3::before {
	top:unset;
	bottom:-40px;
}
.news-box:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px -5px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px 0px 25px -5px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 0px 25px -5px rgba(34, 34, 34, 0.1);
}
.sidebar .news-box:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.news-cat {
	top: 0;
	left: 0;
	background-color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.bestseller {
	top: 15px;
	right: 0;
	background-color: #fff;
	font-size: 15px;
	font-weight: 500;
	color:#b19777;
	text-transform: uppercase;
}
.news-cat svg,
.title-below svg {
	margin-top: -3px;
}
.page-numbers {
	width: 48px;
	height: 48px;
	background-color: #222;
	color:#fff;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	line-height: 48px;
}
.page-numbers.current {
	width: 48px;
	height: 48px;
	background-color: #222;
	color:#b19777;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	line-height: 48px;
}
.pagination-container .page-numbers:first-child {
	position: relative;
}
.pagination-container .page-numbers:first-child::before {
	content:"";
	position: absolute;
	left: -15px;
	height: 80px;
	width: 80px;
	border:1px solid #b19777;
	z-index: 0;
	top:-15px;
	z-index: -1;
}
blockquote {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 500;
	background-image: url(../img/bg-blockquote.webp);
	background-repeat: no-repeat;
	background-position: 5px 30px;
}
.breadcrumbs a {
	color:#b19777;
}
.searchandfilter ul {
	display: inline-table;
}
.searchandfilter ul li {
	display: flex;
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-bottom: 5px;
}

.searchandfilter ul li h4 {
	display: inline-block;
	margin-right: 30px;
	min-width: 90px;
	width: 90px;
	font-weight: 700;
}
.searchandfilter ul li ul {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-left: 0;
}

.searchandfilter ul li ul li {
	display: inline-block;
	margin-right: 15px;
}
.searchandfilter .sf-field-taxonomy-wyroznik {
	width: 45%;
}
.searchandfilter .sf-field-search {
	width: 45%;
}
.searchandfilter .sf-field-search label {
	padding-left: 32px;
}


@media only screen and (max-width : 500px) { 
	.searchandfilter ul {
		padding-left: 0;
	}
	.searchandfilter ul li {
		display:block;
	}
	.searchandfilter ul li h4 {
		display: block;
		width: 100%;
		margin-right: 0;
		min-width: 100%;
	}
	.searchandfilter ul li ul {
		padding-left: 0;
	}
}
input[type="checkbox"] {
	accent-color: #b19777;
	color:#fff;
}
.material-found-quantity {
	font-size: 14px;
	font-weight: 400;
}
.modal-content {
	border-radius: 0;
}
.modal-title .producer {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.material-pos-data strong {
	font-weight: 400;
}
.material-pos-data .comma:last-of-type {
	display: none;
}
.material-sheet {
	text-transform: uppercase;
	color:#b19777;
	font-weight: 500;
	font-size: 15px;
}
#material .bg {
	width: calc(100% - 24px);
	height: 100%;
	z-index: -2;
	background-image: url(../img/bg-header-top-05.webp);
}
.sidebar h5 a {
	display: block;
}
.sidebar h5 a:hover {
	color: #b19777;
}
#content ul {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content ul li {
	list-style-type:none;
	font-weight: 500;
	line-height: 30px;
	position: relative;
	background-image: url(../img/li.webp);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#header-top.portfolio .bg-dark {
	background-image: url(../img/bg-portfolio.webp);
	background-size: contain;
	background-repeat: repeat-y;
}
/* Lines in background */
#features, #popular-materials, #knowledge, #offer-main, #offer-extras, #material, #contact-wrapper, #contact-form, .spacer, #content {
	background-image: url(../img/line-01.webp);
	background-repeat: no-repeat;
	background-position: 16.666666%;
	background-repeat: repeat-y;
}
#knowledge {
	background-position: 25%;
}
#how-to-choose .bg-dark {
	background-image: url(../img/line-02.webp);
	background-repeat: no-repeat;
	background-position: 16.666666%;
	background-repeat: repeat-y;
}
footer .bg-grey {
	background-image: url(../img/line-01.webp);
	background-repeat: no-repeat;
	background-position: 16.666666%;
	background-repeat: repeat-y;
}
.post-type-archive-wiedza #header-top .bg-dark,
.single-wiedza #header-top .bg-dark {
	background-image: url(../img/bg-header-top-02.webp);
}
.post-type-archive-material #header-top .bg-dark {
	background-image: url(../img/bg-header-top-03.webp);
}
.page-template-page-offer #header-top .bg-dark {
	background-image: url(../img/bg-header-top-04.webp);
}
/* ============================================= */
/* 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;
	}
}

/* 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) {
}