* {
  -webkit-overflow-scrolling: touch!important;
}
html, body {
    overflow-x: hidden;
}
body {
	-moz-font-feature-settings: "liga", "kern";
	-moz-font-feature-settings:"liga=1, kern=1";
	-ms-font-feature-settings:"liga", "kern";
	-o-font-feature-settings:"liga", "kern";
	-webkit-font-feature-settings:"liga", "kern";
	font-feature-settings: "liga", "kern";
	padding: 0;
	margin: 0;
	letter-spacing: normal;
	background-color: #eae0d6;
}
h2 {
	font-size: 24px;
}
* {
	font-family: 'basier_circleregular'!important;
	font-style: normal!important;
	font-stretch: normal!important;
	font-weight: 400!important;
}
.plr-0 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.pb-0 {
	padding-bottom: 0!important;
}
.pr-0 {
	padding-right: 0!important;
}
header#header_top {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
button.navbar-toggler[aria-expanded="true"] #hamburger_menu{
	display:none
}
button.navbar-toggler[aria-expanded="true"] #cross{
	display:block
}
button.navbar-toggler[aria-expanded="false"] #cross{
	display:none!important
}
button.navbar-toggler[aria-expanded="false"] #hamburger_menu{
	display:block!important
}
*:not(.fa, strong) {
	font-weight: 400!important;
}
.fa, strong {
	font-weight: 400!important;
}
a strong {
  font-weight: 400!important;
}
.max-width-1440 {
	max-width: 1440px;
	margin: 0px auto;
}
.max-width-640 {
	max-width: 640px;
	margin: 0px auto;
}
.max-width-660 {
	max-width: 660px;
	margin: 0px auto;
}
.max-width-670 {
	max-width: 670px;
	margin: 0px auto;
}
.max-width-900 {
	max-width: 900px;
	margin: 0px auto;
}
.max-width-1280 {
	max-width: 1280px;
	margin: 0px auto;
}
.light-color {
	color: #eae0d6!important;
}
.dark-color {
	color: #22333b!important;
}
.navbar {
	padding: 0;
}
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
.dark-menu {
	border-bottom: 2px solid #22333b;
	background-color: #eae0d6!important;
}
.light-menu {
	border-bottom: 2px solid transparent;
	background-color: transparent!important;
}
.hidden {
	display: none!important;
}
#naos_logo {
	width: 170px;
	margin: 10px 0 0 50px;
}
.navbar-toggler {
	border: none;
	outline: none!important;
	border-radius: 0;
	margin-right: 35px;
}
header#masthead {
	background: transparent;
	box-shadow: none;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 0px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 26px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 26px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 26px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  transition: ease all .2s;
  background-color: #22333b;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
  background-color: #22333b;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  transition: ease all .2s;
  background-color: #22333b;
}
div.menuItemLeft, div.menuItemRight {
	display: block;
	width: 100%;
}
.centered {
	text-align: center;
}
.menuItemLeft, .menuItemRight {
	padding-left: 75px;
}
.menuItemLeft a:link,
.menuItemLeft a:active,
.menuItemLeft a:visited,
.menuItemLeft a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #22333b;
	line-height: 48px;
}
.menuItemLeft a:hover {
	text-decoration: underline;
}
.menuItemRight a:link,
.menuItemRight a:active,
.menuItemRight a:visited,
.menuItemRight a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #22333b;
	line-height: 48px;
}
.menuItemRight a:hover {
	text-decoration: underline;
}
.menuFirstItemLeft, .menuFirstItemRight {
	margin-top: 25%;
}

.css-slider-wrapper-rel {
	position: relative;
	display: block;
	width: 100vw;
	height: 100vh;
}
.css-slider-wrapper {
	display: block;
	background: #ffffff;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider {
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	-webkit-transition: -webkit-transform 1600ms;
	transition: -webkit-transform 500ms, transform 500ms;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slider > div {
	text-align: center;
}

.slider h2 {
	position: absolute;
	left: 80px;
	bottom: 30px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	z-index: 1000;
}
.slider .button {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	opacity: 0;
	font-size: 24px;
	line-height: 24px;
	text-shadow: 1px 1px #000000;
	display: inline-block;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	position: absolute;
	right: 95px;
	bottom: 54px;
	z-index: 1000;
}
.slider h2, .slider .button {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media only screen and (max-width: 767px) {
	.slider h2 {
		font-size: 20px;
	}
	.slider > div {
		padding: 0 2%
	}
	.control label {
		font-size: 35px;
	}
	.slider .button {
		padding: 0 15px;
	}
}
.contact-link {
	position: absolute;
	right: 100px;
	bottom: 100px;
	width: 325px;
	height: 150px;
	background: #eae0d6;
	z-index: 1000;
}
.contact-link span {
	display: block;
	width: 100%;
	font-size: 24px;
	letter-spacing: normal;
	color: #22333b!important;
	padding: 20px;
	text-decoration: none;
}
.contact-link span a:hover {
	text-decoration: none;
}
.contact-link span.left {
	position: absolute;
	top: -8px;
	left: 90px;
	text-align: left;
}
img.meeting-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 60px;
}
img.contact-form-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
}
a.contact-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#content.site-content, .container-fluid {
	padding: 0;
}

.projectItemInner {
	border: none!important;
	outline: none!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(34,51,59,0.95);
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.1s linear;
	-o-transition: visibility 0s, opacity 0.1s linear;
	-ms-transition: visibility 0s, opacity 0.1s linear;
	-moz-transition: visibility 0s, opacity 0.1s linear;
	-webkit-transition: visibility 0s, opacity 0.1s linear;
	transition: visibility 0s, opacity 0.1s linear;
}
.projectItemInner a {
	border: none!important;
	outline: none!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	z-index: 300;
}
div[id^="projectItem_"], .mp0 {
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	outline: none!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mb200 {
	margin-bottom: 200px!important;
}
.pt20 {
	padding-top: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.mt75 {
	margin-top: 75px;
}
div[id^="projectItem_"]:hover .projectItemInner {
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	outline: none!important;
	visibility: visible;
	opacity: 1;
}
span.projectTitle {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 24px;
	color: #ffffff;
	max-width: 75%;
}
span.projectReadMore {
	position: absolute;
	right: 25px;
	bottom: 25px;
	font-size: 24px;
	color: #ffffff;
}
.home-desc {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 24px;
	padding: 10px 40px 0 60px;
}
.project-desc {
	display: block;
	width: 100%;
	padding-top: 100px;
}
#how_naos_works {
	position: relative;
	display: block;
	width: 100%;
	background-color: #eae0d6;
}
.section-title h1, .section-title h2 {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 100px 0 25px 60px;
	font-size: 24px;
	font-weight: normal!important;
}
.section-title h1{
	font-size: 34px;
}
.header-inside {
	margin: 0!important;
	padding: 100px 5px 25px 25px!important;
}
.header-inside-no-margin {
	margin: 0!important;
	padding: 100px 5px 25px 0px!important;
}
.section-title span {
	display: block;
	width: 100%;
	margin: 100px 0 25px 60px;
	font-size: 24px;
	padding-top: 24px;
	line-height: 28px;
}
.pckgs-excerpt {
	margin: 0!important;
	padding: 124px 5px 25px 0px!important;
}
.relative {
	position: relative;
}
.creme {
	background-color: #eae0d6;
}
.section-table {
	display: table!important;
}
.workItem {
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	background-color: #eae0d6;
}
.workItem img {
	width: 150px;
	margin: auto;
	border: none;
	outline: none;
}
.text-left {
	text-align: left;
	padding-left: 100px;
}
.text-right {
	text-align: right;
	padding-right: 50px;
}
.text-center {
	text-align: center;
}
.wITTitle, .wITDescription {
	margin: 0;
	padding-top: 0px;
	line-height: 32px;
}
.next-step-arrow {
	position: absolute;
	top: 22%;
	margin-top: -10px;
	left: 100%;
	margin-left: -30px;
	width: 60px;
	height: 26px;
	z-index: 100;
}
.next-step-arrow-right {
	position: absolute;
	top: 22%;
	right: 30px;
	width: 45px;
	height: 300px;
	z-index: 100;
}
.next-step-arrow-left {
	position: absolute;
	top: 22%;
	left: 30px;
	width: 45px;
	height: 300px;
	z-index: 100;
}
.reverse-arrow {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cover-description-left {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	background: #eae0d6;
	width: 100%;
	font-size: 24px;
	cursor: pointer;
	padding: 0 100px 0 100px;
}
.cover-description-right {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 200px;
	background: #eae0d6;
	width: 100%;
	font-size: 24px;
	cursor: pointer;
	padding: 0 100px 0 100px;
}
#packages-section {
	position: relative;
	display: block;
	width: 100%;
	background: #F5F0EA;
	padding-bottom: 120px;
}
.white {
	color: #ffffff;
}
.p40 {
	padding: 40px 40px 0 40px;
}
.p20_40 {
	padding: 0px 40px 0 40px;
}
.plr60 {
	padding: 0 40px 0 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt120 {
	padding-top: 120px;
}
.ptb-page {
	padding: 10px 0 80px 0;
}
.ptb-page-n {
	padding: 10px 0 40px 0;
}
.w150 {
	display: block;
	width: 150px;
	margin: 0px auto;
}
.pkgs-container {
	height: 640px;
	padding: 40px;
	border: 1px rgba(34,51,59,1) solid;
}
.dot {
    width: 2px;
    background-color: #22333b;
    border: 10px solid #22333b;
    border-radius: 25px;
    margin: 22px auto 34px;
}
.pkgs-header {
	margin-top: 120px;
	text-align: left;
	border-bottom: 2px rgba(34,51,59,1) solid;
}
.pkgs-header h1 {
	font-size: 24px;
	padding-top: 10px;
	letter-spacing: normal;
}
.pkgs-content {
	text-align: left;
	font-size: 20px;
	letter-spacing: normal;
	padding-top: 24px;
	line-height: 24px;
}
.pkgs-img {
	position: absolute;
	top: 55px;
	left: 40px;
	width: 75px;
	height: 75px;
}
.pkgs-container a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.best-option {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: #22333B;
	color: #F5F0EA;
	display: none;
}
div.pkgs-container:hover {
	background: #EAE0D6;
}
div.pkgs-container:hover > div.best-option {
    display: block;
}
div.pkgs-container:hover > div.button-pdf {
    background: #22333B;
	color: #EAE0D6;
}
#furniture-section {
	background-color: #F5F0EA;
	position: relative;
	display: block;
	width: 100%;
	/* padding-bottom: 80px; */
}
.dark-green {
	color: rgba(34,51,59,1);
}
.furniture-img {
	width: 200px;
	position: absolute;
	top: 40px;
	left: 0;
}
.h320 {
	height: 320px;
}
.furniture-content {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding-left: 0px;
	padding-right: 26px;
	padding-top: 50px;
	letter-spacing: normal;
}
.furniture-link:link,
.furniture-link:active,
.furniture-link:visited,
.furniture-link:hover {
	display: block;
	width: 100%;
	font-size: 22px;
	color: rgba(34,51,59,1);
}
.furniture-link:hover {
	text-decoration: underline;
}
#contact-section {
	background-color: #e2c8b0; 
	color: #22333b;
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 80px;
}
#contact-form {
	display: block;
	width: 100%;
}
.form-content {
	margin-top: 100px;
}
.contact-info {
	font-size: 24px;
	line-height: 26px;
	padding: 80px 0 80px 0px;
}
.p25 {
	padding: 0 25px;
}
.form-control{
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
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,
#wiadomosc:focus {
	border: 2px #22333b solid;
	box-shadow: none;
	outline: 0 none;
	background: transparent;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	height: 55px;
	/* margin-bottom: 44px; */
	font-size: 18px;
	background: transparent;
	color: #22333b;
	border: 2px #22333b solid;
	letter-spacing: normal;
}
.wpcf7, .wpcf7-response-output {
	display: block;
	width: 100%;
}
.wpcf7-response-output {
	text-align: center;
	border: none!important;
}
#wiadomosc {
	height: 320px;
	font-size: 22px;
	background: transparent;
	color: #22333b;
	border: 2px #22333b solid;
}
.form-meeting {
	display: block;
	width: 100%;
	font-size: 12px;
	height: 18px;
	/*
	margin: 0 0 44px 35px;
	padding-right: 25px;
	*/
}
#nr_telefonu,
#imie_nazwisko,
#e_mail {
	margin-top: 18px;
}
#imie_nazwisko,
#e_mail {
	margin-bottom: 0;
}

/*
#imie_nazwisko,
#nr_telefonu {
	margin-right: 13px;
	width: calc(100% - 13px);
}
#e_mail,
#termin,
.form-meeting {
	margin-left: 13px;
	width: calc(100% - 13px);
}
*/

input[type="submit"],
input[type="submit"]:hover,
.btn-primary.disabled,
.btn-primary:disabled {
	display: block;
	height: 55px;
	line-height: 44px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 45px;
	font-size: 18px;
	background: #22333b;
	border-color: #22333b;
	opacity: 1;
	margin-left: 13px;
	width: calc(100% - 13px);
	color: #eae0d6;
}
div.row.mm-form-0 div.col-md-6.mp0.p25.right-column span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	margin-left: 13px;
}
@media only screen and (max-width: 767px) {
	div.row.mm-form-0 div.col-md-6.mp0.p25.right-column span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
		margin-left: 0px;
	}
}

div.row.mm-form-0 div.col-md-6.mp0.p25.left-column span.wpcf7-form-control-wrap,
div.row.mm-form-0 div.col-md-6.mp0.p25.right-column span.wpcf7-form-control-wrap {
	display: block;
	padding-bottom: 20px;
}
#partners-section {
	background-color: #e2c8b1;
	color: #22333b;
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 80px;
}
.partners-slider-row {
	padding: 100px 100px 50px 100px;
}
.partner-logo {
	display: block;
	width: 70%;
	height: 80px;
	margin: 0px auto;
}
footer#colophon {
	color: rgba(34,51,59,1)!important;
	background-color: #e2c8b1!important;
	margin-top: -1px;
	padding-top: 20px;
	padding-bottom: 60px;
}
.custom-html-widget span {
	display: block;
	width: 100%;
	padding-left: 20px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
	text-decoration: none;
}
.custom-html-widget h1 p,
.custom-html-widget p {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 26px;
	padding-left: 25px;
	letter-spacing: normal;
	text-decoration: none;
	margin-bottom: 0;
}
h1.package-header, h2.package-header {
	color: #183028;
	font-size: 24px;
	margin-top: 20px;
	padding: 20px 0 40px 25px;
}
h2.package-header {
	margin-top: 0px;
	padding: 20px 0 20px 25px;
}
.border-bottom-left {
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
.border-right-bottom {
	border-top: none;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: none;
}
.border-none {
	border: none;
}
.package-header-row {
	margin-bottom: 0!important;
	margin-top: 40px;
}
.clean-link {
	border: none;
	outline: none;
	text-decoration: none!important;
}
#gmaps {
	display: block;
	min-height: 600px;
}
.second-arrow {
	display: none;
}
.opis {
	position: relative;
}
div.opis:hover .cover-description-left {
	display: block!important;
}
div.opis:hover .cover-description-right {
	display: block!important;
}

.footer-menu-item {
	display: block;
	width: 100%;
	padding-left: 20px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
	text-decoration: none;
	color: #99979c;
}
.footer-menu-item a {
	text-decoration: none;
	color: rgba(34,51,59,1)!important;
}
.wplc_gdpr_privacy_notice {
	display: none!important;
}

@media screen and (min-width: 1366px) {
	.menuItemLeft, .menuItemRight {
		padding-left: 50px;
	}
	.next-step-arrow {
		top: 22%;
	}
	.hide-large {
		display: none;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
	.next-step-arrow-left, .next-step-arrow-right {
		display: none;
	}
	.cover-description-left, .cover-description-right {
		height: 200px;
		overflow: hidden;
		padding: 0 50px 0 50px;
		font-size: 24px;
		line-height: 32px;
	}
	.hide-large, .jislider__controller {
		display: none;
	}
	div[id^="pgc-"] {
		width: 25%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#naos_logo {
		width: 140px;
		margin: 1px 0 0 50px;
	}
	.menuFirstItemLeft, .menuFirstItemRight {
		margin-top: 50px;
	}
	.menuItemLeft a:link,
	.menuItemLeft a:active,
	.menuItemLeft a:visited,
	.menuItemLeft a:hover {
		line-height: 36px;
	}
	.menuItemRight a:link,
	.menuItemRight a:active,
	.menuItemRight a:visited,
	.menuItemRight a:hover {
		line-height: 36px;
	}
	.next-step-arrow-left, .next-step-arrow-right {
		display: none;
	}
	.cover-description-left, .cover-description-right {
		height: 200px;
		overflow: hidden;
		padding: 0 50px 0 50px;
		font-size: 24px;
		line-height: 26px;
	}
	.next-step-arrow {
		top: 22%;
		left: 100%;
		margin-left: -30px;
	}
	.workItem {
		padding: 0;
		font-size: 24px!important;
		line-height: 24px!important;
	}
	.workItem img {
		width: 130px;
	}
	.mb80 {
		margin-bottom: 60px;
	}
	.opis {
		padding-bottom: 60px;
	}
	.second-arrow, .hide-large, .jislider__controller {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#naos_logo {
		width: 140px;
		margin: 1px 0 0 50px;
	}
	.menuFirstItemLeft, .menuFirstItemRight {
		margin-top: 50px;
	}
	.menuItemLeft a:link,
	.menuItemLeft a:active,
	.menuItemLeft a:visited,
	.menuItemLeft a:hover {
		line-height: 36px;
	}
	.menuItemRight a:link,
	.menuItemRight a:active,
	.menuItemRight a:visited,
	.menuItemRight a:hover {
		line-height: 36px;
	}
	.next-step-arrow-left, .next-step-arrow-right {
		display: none;
	}
	.cover-description-left, .cover-description-right {
		height: 200px;
		overflow: hidden;
		padding: 20px;
		font-size: 24px;
		line-height: 28px;
	}
	.next-step-arrow {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: 50%;
		top: 75%;
	}
	.workItem {
		padding: 0;
		font-size: 24px!important;
		line-height: 24px!important;
	}
	.workItem img {
		width: 150px;
	}
	.mb80 {
		margin-bottom: 60px;
	}
	.opis {
		padding-bottom: 60px;
	}
	.second-arrow {
		display: block;
		top: 175%;
	}
	.last-arrow, .jislider__controller {
		display: none;
	}

	.plr60 {
		padding: 0 50px!important;
	}
	.p25 {
		padding: 0!important;
	}
	.mobi-pt {
		padding-top: 25px;
	}
	input[type="submit"],
	input[type="submit"]:hover {
		margin-top: 60px;
	}
	#main {
		padding: 0;
	}
	.custom-html-widget span {
		padding-left: 0;
	}
	.contact-info {
		padding: 80px 20px 80px 0px;
		font-size: 22px;
	}
	.panel-grid-cell {
		width: 100%!important;

	}
	.package-header {
		border: none;
		margin-bottom: 0;
		border-bottom: 2px solid #000;
	}
	div[id^="pgc-"] {
		margin-bottom: 0!important;
	}
	div[id^="pl-"] {
		padding: 0 20px;
	}
	.w150 {
		padding-top: 50px;
	}
	.partner-logo {
		padding: 25px 0;
	}
	.footer-menu-item {
		padding-left: 0;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	#naos_logo {
		width: 140px;
		margin: 1px 0 0 50px;
	}
	.menuFirstItemLeft, .menuFirstItemRight {
		margin-top: 50px;
	}
	.menuItemLeft a:link,
	.menuItemLeft a:active,
	.menuItemLeft a:visited,
	.menuItemLeft a:hover {
		line-height: 36px;
	}
	.menuItemRight a:link,
	.menuItemRight a:active,
	.menuItemRight a:visited,
	.menuItemRight a:hover {
		line-height: 36px;
	}
	.next-step-arrow-left, .next-step-arrow-right {
		display: none;
	}
	.cover-description-left, .cover-description-right {
		height: 200px;
		overflow: hidden;
		padding: 20px;
		font-size: 24px;
		line-height: 24px;
	}
	.next-step-arrow {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: 50%;
		top: 75%;
	}
	.workItem {
		padding: 0;
		font-size: 24px!important;
		line-height: 24px!important;
	}
	.workItem img {
		width: 130px;
	}
	.mb80 {
		margin-bottom: 60px;
	}
	.opis {
		padding-bottom: 60px;
	}
	.second-arrow {
		display: block;
		top: 175%;
	}
	.last-arrow, .jislider__controller {
		display: none;
	}
	.furniture-img {
		top: 50px;
	}
	.plr60 {
		padding: 0 50px!important;
	}
	.p25 {
		padding: 0!important;
	}
	.mobi-pt {
		padding-top: 25px;
	}
	input[type="submit"],
	input[type="submit"]:hover {
		margin-top: 60px;
	}
	#main {
		padding: 0;
	}
	.custom-html-widget span {
		padding-left: 0;
	}
	.contact-info {
		padding: 80px 20px 80px 0px;
		font-size: 22px;
	}
	.panel-grid-cell {
		width: 100%!important;

	}
	.package-header {
		border: none;
		margin-bottom: 0;
		border-bottom: 2px solid #000;
	}
	div[id^="pgc-"] {
		margin-bottom: 0!important;
	}
	div[id^="pl-"] {
		padding: 0 20px;
	}
	.w150 {
		padding-top: 50px;
	}
	.partner-logo {
		padding: 25px 0;
	}
	.footer-menu-item {
		padding-left: 0;
	}
}
@media screen and (min-width: 375px) and (max-width: 780px) {
	.mobi-hide{
		display: none!important;
	}
}
@media screen and (min-width: 375px) and (max-width: 575px) {
	#naos_logo {
		width: 140px;
		margin: 1px 0 0 50px;
	}
	.menuFirstItemLeft, .menuFirstItemRight {
		margin-top: 50px;
	}
	.menuItemLeft a:link,
	.menuItemLeft a:active,
	.menuItemLeft a:visited,
	.menuItemLeft a:hover {
		line-height: 36px;
	}
	.menuItemRight a:link,
	.menuItemRight a:active,
	.menuItemRight a:visited,
	.menuItemRight a:hover {
		line-height: 36px;
	}
	.next-step-arrow-left, .next-step-arrow-right {
		display: none;
	}
	.cover-description-left, .cover-description-right {
		height: 200px;
		overflow: hidden;
		padding: 20px;
		font-size: 20px;
		line-height: 22px;
	}
	.next-step-arrow {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: 50%;
		top: 75%;
	}
	.workItem {
		padding: 0;
		font-size: 24px!important;
		line-height: 24px!important;
	}
	.workItem img {
		width: 130px;
	}
	.mb80 {
		margin-bottom: 60px;
	}
	.opis {
		padding-bottom: 60px;
	}
	.last-arrow, .jislider__controller {
		display: none;
	}

	.JiSliderHeader {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 30px;
	color: #e5e1da;
	}

	a.JiSliderLink {
		right: 25px!important;
		width: 100px;
	}
	.contact-link {
		position: absolute;
		right: 25px;
		bottom: 155px;
		width: 325px;
		height: 115px;
		background: #eae0d6;
		z-index: 1000;
	}
	.furniture-img {
		top: 50px;
	}
	.plr60 {
		padding: 0 50px!important;
	}
	.p25 {
		padding: 0!important;
	}
	.mobi-pt {
		padding-top: 25px;
	}
	input[type="submit"],
	input[type="submit"]:hover {
		margin-top: 60px;
	}
	#main {
		padding: 0;
	}
	.custom-html-widget span {
		padding-left: 0;
	}
	.contact-info {
		padding: 80px 20px 80px 0px;
		font-size: 22px;
	}
	.panel-grid-cell {
		width: 100%!important;

	}
	.package-header {
		border: none;
		margin-bottom: 0;
		border-bottom: 2px solid #000;
	}
	div[id^="pgc-"] {
		margin-bottom: 0!important;
	}
	div[id^="pl-"] {
		padding: 0 20px;
	}
	.w150 {
		padding-top: 50px;
	}
	.partner-logo {
		padding: 25px 0;
	}
	#naos_logo {
		width: 130px;
		margin: 5px 0 0 15px;
	}
	.navbar-toggler {
		margin-right: 0;
	}
	.contact-link span.left {
		font-size: 18px;
		left: 90px;
		top: -5px
	}
	.footer-menu-item {
		padding-left: 0;
	}
}

/* nowe strzałki */

.arrow-icon-open {
	display: block;
	width: 27px;
	height: 40px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 65px;
}
.arrow-icon-open img {
	display: block;
	width: 27px;
	margin-top: 10px;
}
.mt36 {
	margin-top: 36px!important;
}
h1.h1title {
	display: inline-block;
	max-width: 80%;
	font-size: 24px!important;
	font-weight: 400!important;
	margin-top: -40px;
}
.mt0 {
	margin-top: 0px!important;
}
.mt24 {
	margin-top: 48px!important;
}
.pb20 {
	padding-bottom: 20px;
}
.pdesc div.textwidget p, ol li {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
}
.rbbottom {
	border-bottom: 2px #000 solid;
}
.blockSeparator {
	border-bottom: 2px #000 solid;
	display: block;
	margin: 0 65px;
}
.slideIn {
	display: none;
}

@media screen and (max-width: 780px) {
	.mt24 {
		margin-top: 0px!important;
		margin-bottom: 24px;
	}
	.mt36 {
		margin-top: 0px!important;
	}
	.right-bar {
		top: 18px;
	}
	span.JiSliderHeader {
		bottom: 20px!important;
		left: 30px!important;
	}
	.blockSeparator {
		border-bottom: 2px #000 solid;
		display: block;
		margin: 0;
	}
	.arrow-icon-open {
		right: 0;
	}
}
.JiSliderHeader a:link,
.JiSliderHeader a:active,
.JiSliderHeader a:hover,
.JiSliderHeader a:visited,
.JiSliderHeader a:focus {
	color: #fff;
	text-decoration: none;
}
	
/* contact form checkboxes*/
.checkbox-container {
  display: inline-block;
  width: 33.33%;
  position: relative;
  margin-top: 0px;
  padding-left: 85px;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
  background: transparent;
  border: 2px solid #22333b;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #e2c8b1;
}
.checkbox-container input:checked ~ .checkmark {
  background: transparent url(https://naoswnetrza.pl/wp-content/themes/wp-bootstrap-starter/images/naos_checkbox.svg) center center no-repeat;
  background-size: 75% 75%;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
	/* null - style for custom checkbox, not background */
}

/* slider arrows update */
.jislider__left-arrow, .jislider__right-arrow {
	width: 16px!important;
}
.jislider__left-arrow {
	left: 70px!important;
}
.jislider__right-arrow {
	right: 80px!important;
}
.jislider__left-arrow__top, .jislider__left-arrow__bottom, .jislider__right-arrow__top, .jislider__right-arrow__bottom {
	display: none;
}
.jislider__left-arrow {
  background: transparent url(https://naoswnetrza.pl/wp-content/themes/wp-bootstrap-starter/images/naos_arrow_baner_prev.svg) center center no-repeat;
}
.jislider__right-arrow {
  background: transparent url(https://naoswnetrza.pl/wp-content/themes/wp-bootstrap-starter/images/naos_arrow_baner_next.svg) center center no-repeat;
}
@media screen and (max-width: 780px) {
	.jislider__left-arrow {
		left: 40px!important;
	}
	.jislider__right-arrow {
		right: 40px!important;
	}
	.checkbox-container {
		display: block;
	}
}
.fs22 {
	font-size: 22px!important;
	line-height: 30px;
}
.package-desc-header {
	padding-left: 25px!important;
	padding-bottom: 25px!important;
	font-size: 24px!important;
}
.package-desc-header a,
p.dark-color a {
	color: #eae0d6!important;
	text-decoration: none;
}
p.light-color a {
	color: #22333b!important;
	text-decoration: none;
}
.custom-html-widget p a {
	text-decoration: underline;
	font-weight: 400!important;
	color: #eae0d6 !important;
}
.mlr40 {
	margin-left: 40px;
	margin-right: 40px;
}
.p40f {
	padding: 40px 40px 0 40px;
}
.widget_text,
.custom_html_widget {
	position: relative;
}
.first-arrow {
	top: 65px!important;
}
@media screen and (min-width: 781px) {
	.mobi-show {
		display: none;
	}
}
.more-arrow {
	height: 16px;
}
.pkgs-pdf {
	position: absolute;
	bottom: 45px;
	left: 40px;
	width: 135px;
	height: 24px;
	text-align: left;
}
.pkgs-pdf a:link,
.pkgs-pdf a:active,
.pkgs-pdf a:focus,
.pkgs-pdf a:hover,
.pkgs-pdf a:visited {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #212529;
	text-decoration: none;
}
.footer-widget-title {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #22333b;
	margin-top: 0;
	padding-top: 32px;
}
div#footer-inner div.row.p40f div.col-lg-2.col-md-6 div div ul.menu {
	list-style-type: none;
	padding-left: 0;
}
div#footer-inner div.row.p40f div.col-lg-2.col-md-6 div div ul.menu li.menu-item ul.sub-menu {
	list-style-type: none;
	padding-left: 16px;
}
footer#colophon {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #22333b;
}
div#footer-inner div.row.p40f div.col-lg-2.col-md-6 div:not(:first-child) {
	display: inline-block;
	width: auto;
}
div#footer-inner div.row div.col-lg-2.col-md-6 div div.so-widget-sow-image div.sow-image-container a {
	padding-right: 20px;
}
.naos_sygnet {
	position: absolute;
	bottom: 0;
	left: 0;
}
.furniture-wrapper span {
	padding-right: 60px;
}
@media screen and (max-width: 991px) {
	.furniture-wrapper span {
		margin: 0;
		padding-right: 0;
	}
	.furniture-wrapper span a.furniture-link {
		text-align: left!important;
		max-width: 220px;
	}
	.furniture-content_f1 {
		height: 240px;
	}
	.furniture-content_f2,
	.furniture-content_f3,
	.furniture-content_f4 {
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.furniture-content_f4 {
		padding-bottom: 80px;
	}
}
.plm-0 {
	padding-left: 0!important;
}
.mm-form-55 {
	display: block;
	margin-top: 25px!important;
}
@media screen and (max-width: 767px) {
	.pckgs-excerpt {
	  margin: 0 !important;
	  padding: 80px 0 25px 0 !important;
	}
	.mobile-width-660 {
		max-width: 660px;
	}
	.plm-0 {
		padding-left: 0!important;
	}
	.ptm-0 {
		padding-top: 0!important;
	}
	.header-inside-no-margin {
		padding: 50px 5px 25px 0px !important;
	}
	#e_mail, #termin, .form-meeting {
		margin-left: 0;
		width: 100%;
	}
	input[type="submit"],
	input[type="submit"]:hover {
		margin: 24px auto 0 auto;
		width: calc(100% - 70px);
	}
	.mm-form-0 {
		margin: 0!important;
		padding: 0 20px!important;
	}
	.mm-form-55 {
		margin: 0!important;
		padding: 0 20px!important;
	}
	#imie_nazwisko, #nr_telefonu, #e_mail, #termin {
		margin-bottom: 24px;
		width: 100%;
	}
	.p40f, .p40 {
	  padding: 40px 20px 0 25px;
	}
	.furniture-img {
		left: 0;
	}
	.arrow-icon-open {
		top: 0;
	}
	#formularz-kontaktowy {
		padding-left: 20px;
		padding-top: 50px;
	}
	.partners-slider-row {
		padding: 50px 20px 50px 20px;
	}
	#partners-section {
		padding-bottom: 0px;
	}
	.naos_sygnet {
		left: 0;
	}
	.contact-info {
		padding: 80px 20px 80px 20px;
	}
	.package-desc-header {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.pm-36 {
		padding-left: 36px!important;
		padding-right: 36px!important;
	}
	.pm-16 {
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
}
.project-exceprt {
	font-size: 18px;
	line-height: 24px;
}
.see-more {
	margin: 0px 0 25px 20px;
}
header#header_top {
    position: fixed;
    z-index: 9999;
    width: 100%;
	padding: 0px 0;
	transition:all .3s
}
.sticky__pitech {
   background:#eae0d6
}
a.black_logo__pitech{
	display:none
}
.sticky__pitech a.black_logo__pitech{
	display:block
}
.sticky__pitech a.light_logo__pitech{
	display:none
}
a.nav-link span,
.light_logo__pitech,
.black_logo__pitech{
	transition:all .3s
}
.sticky__pitech a span{
	color:#22333b!important
}
div#bs-example-navbar-collapse-1 {
    justify-content: flex-end;
}
div#bs-example-navbar-collapse-1 > ul > li.menu-item > a > span {
    color: #fff;
}
div#bs-example-navbar-collapse-1 > ul > li.menu-item-3259 > a > span {
	border: 2px solid #fff;
	padding: 3px 5px;
}
@media all and (max-width:991px) {
	div#bs-example-navbar-collapse-1 > ul > li.menu-item-3259 > a > span {
		border: 2px solid #22333b;
		padding: 3px 5px;
	}
}
div#bs-example-navbar-collapse-1 > ul > li.menu-item-3259 > a > span:hover {
	border: 2px solid #22333b;
	padding: 3px 5px;
}


div#bs-example-navbar-collapse-1 li.menu-item a{
	font-size: 18px;
}

@media all and (min-width:992px) and (max-width:1199px) {
	div#bs-example-navbar-collapse-1 li.menu-item a{
		font-size: 15px;
	}
}

div#bs-example-navbar-collapse-1 a.dropdown-toggle::after{
	display:none!important
}

div#bs-example-navbar-collapse-1 li a:hover span,
.menu-item.show > a > span{
	color:#22333b!important
}
.dropdown-menu {
    min-width: 17.5rem!important;
}
button.navbar-toggler svg {
    width: 25px;
    height: 25px;
}
button.navbar-toggler svg path {
    fill: #fff;
}
button.navbar-toggler {
    line-height: 0;
}
.background_white_pitech {
    background: #eae0d6;
}
header#header_top.background_white_pitech button.navbar-toggler svg path{
	fill:#22333b
}

ul.dropdown-menu > li a {
    padding: 0.25rem 1.5rem!important;
	color:#22333b
}
.sticky__pitech div#bs-example-navbar-collapse-1 a.dropdown-toggle::before{
	border-right-color: #22333b;
    border-bottom-color: #22333b;
}
.sticky__pitech button.navbar-toggler svg path{
	fill:#22333b
}
.sticky__pitech a.light_logo__pitech {
    display: none!important;
}
.sticky__pitech a.black_logo__pitech {
    display: block!important;
}
.background_white_pitech div#bs-example-navbar-collapse-1 > ul > li.menu-item > a > span{
	color: #22333b
}
div#bs-example-navbar-collapse-1 a.dropdown-toggle::before{
	border-right-color: #22333b;
    border-bottom-color: #22333b;
}
@media all and (min-width:992px){
	div#bs-example-navbar-collapse-1 a.dropdown-toggle::before {
		content: "";
		border: solid #fff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		right: 5px;
		top: 15px;
	}
	div#bs-example-navbar-collapse-1 a.dropdown-toggle {
		padding-right: 20px;
	}
	div#bs-example-navbar-collapse-1 li a:hover::before{
		border-right-color:#22333b;
		border-bottom-color:#22333b;
	}
	.menu-item.show > a.dropdown-toggle::before{
		border-right-color:#22333b!important;
		border-bottom-color:#22333b!important
	}
	div#bs-example-navbar-collapse-1 .dropdown-menu a.dropdown-toggle::before{
		border-right-color:#22333b!important;
		border-bottom-color:#22333b!important;
		right: 15px;
		top: 10px;
	}
}
@media all and (max-width:991px){
	ul#menu-mainmenu {
		margin-top: 50px;
	}
	div#bs-example-navbar-collapse-1 > ul > li.menu-item > a > span {
		color: #22333b;
	}
	div#bs-example-navbar-collapse-1 a.dropdown-toggle::before {
		content: "";
		border: solid #22333b;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
		right: 10px;
		top: 20px;
	}
	div#bs-example-navbar-collapse-1 a.dropdown-toggle::before{
		top: 15px;
	}
	.dropdown-menu{
		background:transparent!important;
		border:0
	}
	ul.dropdown-menu > li a,
	#bs-example-navbar-collapse-1 ul.dropdown-menu > li a{
		padding:0!important
	}
	div#bs-example-navbar-collapse-1 li,
	div#bs-example-navbar-collapse-1 a{
		background:transparent!important
	}
	div#bs-example-navbar-collapse-1 > ul > li {
		padding-bottom: 10px;
	}
	div#bs-example-navbar-collapse-1 > ul .dropdown-menu span {
		color:rgba(34, 51, 59, 0.5)!important
	}
	li.menu-item.show > a::before {
		transform: rotate(45deg)!important;
		-webkit-transform: rotate(45deg)!important;
	}
	ul.dropdown-menu.show > li.menu-item.open > a::before {
		transform: rotate(45deg)!important;
		-webkit-transform: rotate(45deg)!important;
	}
}
.sticky__pitech .menu_contact__pitech,
.background_white_pitech .menu_contact__pitech,
.menu_contact__pitech:hover {
    background:#22333b;
	fill:#eae0d6
}
.menu_contact__pitech{
	transition:all .3s
}
.sticky__pitech svg#cross g,
.background_white_pitech svg#cross g,
.sticky__pitech #hamburger_menu g {
    stroke: #22333B!important;
}

nav.navbar.navbar-expand-lg div.container-fluid {
	max-width: 1386px;
}
.order_last__pitech {
	padding-left: 13px;
	padding-right: 13px;
}
@media all and (min-width:992px) {
	li.menu-item {
		padding: 1em 0;
	}
	div#footer-inner div.row.p40f div.col-lg-2.col-md-6 div div ul.menu li.menu-item {
		padding: 5px 0;
	}
}
div.execphpwidget span a {
	line-height: 1.33;
	letter-spacing: normal;
	color: #212529;
	text-decoration: none;
	font-size: 18px;
	padding-right: 32px;
}
a.Kontakt_Link:link,
a.Kontakt_Link:active,
a.Kontakt_Link:focus,
a.Kontakt_Link:hover,
a.Kontakt_Link:visited {
	color: #212529;
	text-decoration: none;
}
.mt25 {
	margin-top: 25px!important;
}
.wpcf7-list-item {
	margin-left: 0!important;
}
.red {
	color: #ff0000;
}
@media screen and (max-width: 767px) {
	.plr20 {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	input[type="submit"], input[type="submit"]:hover, .btn-primary.disabled, .btn-primary:disabled {
		margin: 20px auto 0px auto;
		width: calc(100% - 40px);
	}
}
.link-polityka-prywatnosci:link,
.link-polityka-prywatnosci:focus,
.link-polityka-prywatnosci:active,
.link-polityka-prywatnosci:hover,
.link-polityka-prywatnosci:visited {
	color: #22333b;
	text-decoration: none;
}
.so-panel.widget.widget_media_image {
	text-align: center!important;
}

/* blog item */
.css-slider-wrapper-rel img {
	display: block;
	width: 100%!important;
}
.blog-article-container {
	display: block;
	max-width: 1000px;
	padding: 140px 20px 40px 20px;
	background: transparent;
	margin: 0px auto;
}
#blog-article-title {
	display: block;
	max-width: 640px;
	font-style: normal!important;
	font-weight: 400!important;
	color: #22333B!important;
	margin: 0px auto;
	font-size: 48px!important;
	line-height: 52px!important;
	padding-bottom: 50px;
}
.blog-article-pre-content,
.blog-article-content-first,
.blog-article-content-second,
.blog-article-content-third,
.blog-article-content-fourth {
	display: block;
	max-width: 640px;
	font-style: normal!important;
	font-weight: 400!important;
	color: #22333B!important;
	margin: 0px auto;
	font-size: 24px!important;
	line-height: 32px!important;
	padding-bottom: 50px;
}
.blog-article-image {
	padding-bottom: 50px;
}
.blog-content-bordered {
	padding: 40px;
	border: 2px solid #22333B;
	margin-bottom: 50px;
}
.blog-images-splitted {
	display: bolck;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.blog-article-content-fourth {
	padding-top: 50px;
}
.blog-images-splitted-left {
	display: inline-block;
	max-width: calc(50% - 5px);
	padding-right: 10px;
}
.blog-images-splitted-right {
	display: inline-block;
	max-width: calc(50% - 5px);
	padding-left: 10px;
}

@media all and (max-width: 640px) {
	.blog-images-splitted-left,
	.blog-images-splitted-right	{
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	/*
	a.light_logo__pitech,
	a.black_logo__pitech {
		margin-left: 15px!important;
	}
	*/
}
div.blog-article-container span.blog-article-content-second.blog-content-bordered p a {
	color: #22333B!important;
	text-decoration: underline;
}
.JiSliderHeaderBlog {
	display: block;
	width: 33%;
}
.JiSliderHeaderBlog a span {
	font-size: 48px;
	line-height: 48px;
}
@media only screen and (max-width: 1200px) {
	.JiSliderHeaderBlog {
		width: 95%;
	}
	.JiSliderHeaderBlog a span {
		font-size: 32px;
		line-height: 32px;
	}
}
.blog-categories-list {
	display: block;
	max-width: 1386px;
	margin: 0px auto;
	text-align: center;
	padding: 40px 0 25px 0;
}
@media all and (max-width: 991px) {
	.blog-categories-list {
		overflow-x: scroll;
	}
}
a.blog-taxonomy-link,
.blog-categories-list span {
	color: #22333B!important;
	font-size: 24px;
	padding: 0 12px;
	white-space: nowrap;
}
.blog-categories-articles {
	display: block;
	max-width: 1406px;
	padding: 0 25px;
	margin: 0px auto;
	text-align: center;
}
.blog-image {
	padding-bottom: 25px;
}
.blog-title a {
	display: block;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	color: #13333A!important;
	text-align: left;
}
.blog-exceprt a {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #13333A!important;
	text-align: left;
	text-decoration: none;
	padding-top: 15px;
}
.blog-readmore a {
	display: block;
	width: 130px;
	font-size: 18px;
	line-height: 24px;
	color: #13333A!important;
	text-align: left;
	text-decoration: none;
	margin-top: 15px;
}
.blog-article {
	padding-bottom: 50px;
}
.blog-paginate > * {
	font-size: 18px;
	line-height: 24px;
	color: #13333A!important;
}
.blog-paginate {
	display: block;
	width: 100%;
	padding: 50px 20px 50px 20px;
	text-align: right;
}
.underline-link {
	text-decoration: underline!important;
}

/* amelia */
.amelia-app-booking #am-cabinet .am-cabinet-auth {
	margin: 60px auto 0 auto!important;
}
.am-select-service-title {
	display: none!important;
}
/*
.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button {
	background-color: #22333b!important;
	border-color: #22333b!important;
	color: #fff;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date,
.amelia-app-booking #amelia-booking-wrap .el-switch.is-checked .el-switch__core {
	background: #22333b!important;
	border-color: #22333b!important;
}
*/

.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date {
	background: #22333b!important;
	border-color: #22333b!important;
}
.am-employee-photo {
	display: none!important;
}
.package-download {
	display: block!important;
	width: 155px!important;
	margin: 25px 0 0 20px;
}
.package-download a {
	line-height: 1.33;
	letter-spacing: normal;
	color: #212529;
	text-decoration: none;
	font-size: 18px;
}
.sticky__pitech nav .container-fluid div#bs-example-navbar-collapse-1 > ul > li.menu-item-3259 > a > span {
	border: 2px solid #22333b;
	padding: 3px 5px;
}
.sticky__pitech .navbar .container-fluid .order_last__pitech a.menu_contact__pitech svg path {
	fill: #eae0d6;
}
@media all and (max-width: 991px) {
	.light_logo__pitech img,
	.black_logo__pitech img	{
		max-width: 75%;
		padding-left: 15px;
	}
	#bs-example-navbar-collapse-1 {
		padding-left: 15px;
	}
}

.pkgs-container div.button-pdf {
	position: absolute;
	top: auto;
	right: 40px;
	bottom: 40px;
	left: 40px;
	border: #22333B 2px solid;
	color: #22333B;
	text-decoration: none;
	z-index: 200;
}
.button-pdf-inner {
	padding: 5px 0;
}
.download-hint, .download-icon {
	display: inline-block;
	height: 25px;
}
.download-hint {
	padding-right: 0px;
}
.download-icon {
	width: 25px;
	background: transparent url('https://dev.naoswnetrza.pl/wp-content/themes/wp-bootstrap-starter/images/pobierz_pdf.svg') center center no-repeat;
}
div.pkgs-container:hover > div.button-pdf div.button-pdf-inner div.download-icon {
	width: 25px;
	background: transparent url('https://dev.naoswnetrza.pl/wp-content/themes/wp-bootstrap-starter/images/pobierz_pdf_hover.svg') center center no-repeat;
}
a.download-link {
	position: static;
	display: inline-block;
	color: #22333B;
	font-size: 18px;
}
div.pkgs-container:hover > div.button-pdf div.button-pdf-inner div.download-hint a.download-link {
	position: static;
	display: inline-block;
	color: #EAE0D6;
	text-decoration: none;
	font-size: 18px;
}
.pkgs-1 {
	border-top: 2px #22333B solid;
	border-right: 1px #22333B solid;
	border-bottom: 2px #22333B solid;
	border-left: 2px #22333B solid;
}
.pkgs-2 {
	border-top: 2px #22333B solid;
	border-right: 1px #22333B solid;
	border-bottom: 2px #22333B solid;
	border-left: 1px #22333B solid;
}
.pkgs-3 {
	border-top: 2px #22333B solid;
	border-right: 1px #22333B solid;
	border-bottom: 2px #22333B solid;
	border-left: 1px #22333B solid;
}
.pkgs-4 {
	border-top: 2px #22333B solid;
	border-right: 2px #22333B solid;
	border-bottom: 2px #22333B solid;
	border-left: 1px #22333B solid;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
	.pkgs-1 {
		border-top: 2px #22333B solid;
		border-right: 1px #22333B solid;
		border-bottom: 1px #22333B solid;
		border-left: 2px #22333B solid;
	}
	.pkgs-2 {
		border-top: 2px #22333B solid;
		border-right: 2px #22333B solid;
		border-bottom: 1px #22333B solid;
		border-left: 1px #22333B solid;
	}
	.pkgs-3 {
		border-top: 1px #22333B solid;
		border-right: 1px #22333B solid;
		border-bottom: 2px #22333B solid;
		border-left: 2px #22333B solid;
	}
	.pkgs-4 {
		border-top: 1px #22333B solid;
		border-right: 2px #22333B solid;
		border-bottom: 2px #22333B solid;
		border-left: 1px #22333B solid;
	}
}
@media all and (max-width: 991px) {
	.pkgs-1 {
		border-top: 2px #22333B solid;
		border-right: 2px #22333B solid;
		border-bottom: 1px #22333B solid;
		border-left: 2px #22333B solid;
	}
	.pkgs-2 {
		border-top: 1px #22333B solid;
		border-right: 2px #22333B solid;
		border-bottom: 1px #22333B solid;
		border-left: 2px #22333B solid;
	}
	.pkgs-3 {
		border-top: 1px #22333B solid;
		border-right: 2px #22333B solid;
		border-bottom: 1px #22333B solid;
		border-left: 2px #22333B solid;
	}
	.pkgs-4 {
		border-top: 1px #22333B solid;
		border-right: 2px #22333B solid;
		border-bottom: 2px #22333B solid;
		border-left: 2px #22333B solid;
	}
}
.n-header-inside-no-margin {
	margin: 0!important;
	padding: 0 5px 25px 0!important;
}
.n-pckgs-excerpt {
	margin: 0 !important;
	padding: 25px 5px 25px 0!important;
}
.furniture-content_f2 {
	padding-left: 0;
}
.background-light-beige {
	background: #F5F0EA;
}
