
/* Page */

div#n2-ss-6item1, div#n2-ss-6item3, div#n2-ss-6item5 {
    font-size: 62px !important;
    line-height: 64px !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 200 !important;
}
.AboutUsSection h2 {
    color: rgba(229, 229, 229, 1);
    font-size: 50px;
    text-transform: uppercase;
    text-align: inherit;
    line-height: 1.1;
    font-weight: 200;
}

ul.wp-block-list.horizontal {
    flex-wrap: wrap;
    flex-direction: column;
}
.ContactSection p {
    margin-bottom: 3px;
}

.ContactFormSection h4 {
    font-size: 20px;
    color: rgba(237, 28, 36, 1);
    margin-bottom: 15px;
    display: block;
    font-weight: 100;
}
.ContactFormSection a {
    color: rgba(199, 199, 199, 1);
}
.white{color: #fff !important;}

.TopSectionPage {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0; /* możesz dopasować */
    color: white; /* zależnie od grafiki */
}

.TopSectionPage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://pracewysokosciowe-lublin.pl/wp-content/uploads/2025/06/banner-overlay.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; /* żeby nie blokować klikalności */
    z-index: 1;
}

.TopSectionPage .container,
.TopSectionPage h1 {
    position: relative;
    z-index: 2;
}


.about-us_DSC p {
    font-size: 16px;
    color: rgba(199, 199, 199, 1);
    margin-bottom: 10px;
}
.about-us_DSC {
    margin-top: 30px;
    margin-bottom: 40px;
}
.FeaturedSection hr{
    border: 1px solid #ed1c24;
    background: #ed1c24;
    max-width: 70px;
    margin-left: 0;
}

.row.align-center {
    align-items: center;
    position: relative;
}
.FeaturedSection {
    margin-top: 130px;
}
.col-xs-12.col-md-6.contents.contents-right {
    margin-right: 0 !important;
    left: auto;
}
.row.align-center.spacebottom {
    margin-bottom: 75px;
}
.ParallaxSection {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
}
.ParallaxSection h2 {

    line-height: 105px;
    font-size: 80px;
    font-weight: 100;
}
.FeaturedSection a svg {
    margin-left: 10px;
}
.FeaturedSection a {
    color: #fff;
    background: #ed1c24;
    border:1px solid #ed1c24;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    max-width: max-content;
    justify-content: space-between;
    transition: 0.3s ease;
}

.FeaturedSection a:hover {
    color: #ed1c24;
    background: #fff;
    transition: 0.3s ease;
}

.FeaturedSection h2 {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 100;
}
.col-xs-12.col-md-6.contents {
    position: absolute;
    padding: 40px 30px;
    background: #fff;
    z-index: 9999;
    font-size: 16px;
    margin-right: -8.33333333% !important;
    margin-left: 0 !important;
    left: 0;
    right: 0 !important;
}
.FeaturedSection img {
    max-width: 100%;
    height: auto;
}

.AboutUsSection a {
    color: rgba(237, 28, 36, 1);
    background: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    max-width: max-content;
    justify-content: space-between;
        transition: 0.3s ease;
}
.flex-end{align-items: flex-end;}
.AboutUsSection a svg {
    margin-left: 10px;
}
.AboutUsSection a:hover {
    background: #ed1c24 !important;
    color: #fff;
    transition: 0.3s ease;
}
.AboutUsSection hr {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    max-width: 70px;
    margin-left: 0;
}

.serviceBox h1, .serviceBox h2 {
    color: rgba(229, 229, 229, 1);
    font-size: 50px;
    text-transform: uppercase;
    text-align: inherit;
    line-height: 1.1;
    font-weight: 200;
}
.serviceBox hr {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    max-width: 70px;
    margin-left: 0;
}
.serviceBox {
    color: rgba(199, 199, 199, 1);
    font-size: 16px;
}
.col-md-12.serviceBox {
    padding: 0;
    margin-bottom: 30px;
}


.mainCat {
    display: flex;
    flex-wrap: wrap;
}
.mainCat div {
    justify-content: center;
    margin: 0 auto;
}
.mainCat div::after {
    content: '|';
    padding-left: 22px;
    color: #d3d3d3;
}
.mainCat div a {
color: #231f20;
    font-size: 17px;
    font-weight: 600;
}
.mainCat div:nth-last-child(1)::After {
    content: none !important;
}
.TopSectionPage h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
	    letter-spacing: 0.6px;
		position:relative;
}
.subTxt {
    margin-top: 50px;
}

.PageWpContent h2 {
    font-size: 45px;
    color: rgba(229, 229, 229, 1);
    text-transform: uppercase;
    font-weight: 100;
}
.PageWpContent {
    color: rgba(199, 199, 199, 1);
}
.PageWpContent ul {
    gap: 15px;
    display: flex
;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-top: 30px;
}
.zespolbox {
    position: relative;
}

p.specialTxt {
    background: #ed1c24;
    border: 1px solid #fff;
    width: 300px;
    padding: 12px;
    margin: 0;
    position: absolute;
    right: -23px;
    bottom: 0px;
    color: rgba(240, 240, 240, 1);
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}
.PageWpContent hr {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    max-width: 70px;
    margin-left: 0;
}
.TopSectionPage h1 span {
    position: relative;
}
/* Slider */
.SztukeriaSlider .swiper-button-prev, .SztukeriaSlider .swiper-button-next {
    top: 40%;
}
.bgSlid {
    background-size: cover !important;
    padding: 200px 0;
	
}
.sliderBox {
    max-width: 1200px;
    margin: 0 auto;
}
.sliderHeader {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.sliderDesc {
    text-align: center;
    color: #fff;
    font-size: 15px;
    max-width: 1000px;
    margin: 0 auto;
}
.sliderBox hr {
    background: #fff;
    width: 70px;
    height: 3px;
}
p.buttonCTA {
    text-align: center;
    margin-top: 30px;
}
p.buttonCTA a {
    background: #1e2548;
    color: #fff;
    padding: 11px 23px;
    border-radius: 5px;
    font-size: 15px;
	transition: 0.4s ease;
}
p.buttonCTA a:hover{
	transition: 0.4s ease;
	border-radius:20px;
	text-decoration:none;
}

/* Section About Us */


.aboutUs {
    padding:55px 0 40px 0;
	background:#fbfbfb;
}
.AboutUs-header {
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    color: #222;
    font-weight: 600;
}
.oz {
    margin-top: 30px;
    border-radius: 5px;
    padding: 30px 0 30px 10px;
    padding-right: 0;
}
.OfferUs hr {
    width: 70px;
    background: #816439;
    height: 2px;
    margin-top: 25px;
	    margin-left: 0;
}
.aboutUs hr {
    width: 70px;
    background: #816439;
    height: 2px;
    margin-top: 25px;
	margin-left: 0;
}
.aboutUs p.Subtitle {
    text-align: left;
}
.AboutUs-description p {
    font-size: 16px;
    margin-top: 25px;
    text-align: left;
}
p.Subtitle {
text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #816439;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.9px;
}
.img-responsive{width:100%; height:auto;}


/* Section Box Home */


.Home-S1 h1 {
    font-family: 'PT Serif', serif;
    text-align: center;
    color: #fff;
    font-size: 51px;
}
span.colortheme {
    color: #b07c4b;
}
.Home-S1 p {
    text-align: center;
    color: #fff;
    font-family: 'PT Serif', serif;
    font-size: 17px;
    max-width: 850px;
    margin: 0 auto;
}
.box-s2 {
    background: #2f3953;
    min-height: 332px !important;
}
.Home-s2 {
    padding-bottom: 120px;
    position: relative;
    z-index: 999;
    margin-top: -65px;
}

.row.bgHome {
    background: #fff;
    padding: 50px 30px;
    border-style: solid;
    border-image-source: linear-gradient(to left, #816439, #a781bf);
    border-image-slice: 1;
    border-width: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.Home-s2::after {
    content: '';
    background: #f7fafb;
    width: 100%;
    height: 85%;
    position: absolute;
    top: 64px;
    z-index: -1;
}
p.TimeH1 {
    color: #816439;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 33.8px;
    margin-bottom: 30px;
    letter-spacing: 0px;
}
p.s2-space {
    margin-bottom: 15px;
    justify-content: right;
    display: flex;
	padding:0 !important;
}
img.s2-img-bg {
    background: #b07c4b;
    padding: 15px;
}

.box-s2 h2 {
    margin-top: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    padding-left: 65px;
}
.box-s2 h2::before {
    left: 25px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: #b07c4b;
}
.box-s2 h2::after {
    left: 50px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: #b07c4b;
}
a.link-more {
    text-transform: uppercase;
    color: #dba777;
    letter-spacing: 0.5px;
	font-size: 13px;
}

p.s2-readmore a::before {
    content: "";
    height: 1px;
    background: black;
    background-color: black;
    width: 3.5em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 1;
    background: #b07c4b;
}

.box-s2 p {
    margin-top: 0;
    padding: 10px 20px;
    color: #d7d7d7;
    font-size: 15px;
}
p.s2-readmore {
    padding-bottom: 35px;
}
p.s2-readmore a:hover::before {
    transform: scaleX(0);
    transform-origin: right;
}
p.s2-readmore a:hover{text-decoration:none;}

.box-special {
    padding: 258px 0 0px 0;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.box-special h2 {
    padding: 26px 15px 27px 15px;
    background: #fff;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #2c2c2c;
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
}
.box-wew {
    display: flex;
    align-items: center;
}
.padd-0 {
    padding: 0;
}
.Home-s3 {
  padding: 70px 0;
}
.Home-s3 h2 {
  font-size: 39px;
  font-weight: 600;
}
.s3-wew-padd {
  padding: 20px;
}
.s3-wew-padd p {
  font-size: 15px;
  text-align: justify;
}
.ico-img-s3 img {
  position: absolute;
  top: 0;
  right: 0;
  background: #b07c4b;
  padding: 20px;
}
.aboutUs .col-md-6 {
    padding-left: 0;
}
.AboutUs-Image-Section {
    margin-right: 15px;
    position: relative;
}
.AboutUs-Ico img {
    position: absolute;
    top: 0;
    right: 0;
    background: #b07c4b;
    padding: 20px;
}
.godziny-otwarcia {
    font-size: 14px;
    font-weight: 600;
    max-width: 290px;
}
.pn {
    margin-bottom: 20px;
}
span.txtGodziny {
    color: #555;
    font-size: 13px;
}
p.rezerwacja-description {
    max-width: 300px;
}
.PhoneNumber {
    font-size: 25px;
    color: #595959;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.PhoneNumber img {
    margin-right: 17px;
}
span.timeGodziny {
    color: #816439;
}
.godziny-otwarcia div {
    display: flex;
    justify-content: space-between;
}
.pn, .sb {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0 7px 0;
}
.OfferUs {
    padding:45px 0 0px 0;
    position: relative;
}
.WhyUs.whyus2 {
    padding: 0 0 50px 0;
}
.sliderContent {
    padding: 60px 0;
    text-align: center;
}

.col-md-12.RelatedCat hr {
    margin-top: 10px;
}
.col-md-12.RelatedCat ul li a {
    font-size: 16px;
	padding-left: 21px;
	color:#000;
}

.col-md-12.RelatedCat ul {
    margin: 25px 0;
    padding-left: 0px;
}
.col-md-12.RelatedCat li {
    margin-top: 12px;
    list-style: none;
	position:relative;
}
.OfferUs h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}
.OfferBoxes {
    position: relative;
}
p.offerBox {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 10px 15px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.subContent {
    margin-top: 30px;
}
.OfferUs p.Subtitle {
    text-align: left;
}
p.offerBox a {
color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
h2.moreH {
    font-size: 16px;
    text-transform: uppercase;
    color: #816439;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.9px;
}

.row.OfferRow2 {
    margin-top: 45px;
	position:relative;
}
.OfferUs.spOffer .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -55px;
	top: 40%;
}
.OfferUs.spOffer .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -55px;
    left: auto;
	top: 40%;
}
.swiper-pagination {
    position: relative !important;
    margin-top: 30px;
}
span.swiper-pagination-bullet {
    border-radius: 0;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ed1c24;
}

.OfferBoxes img {
    transition: 0.4s ease;
}
.OfferBoxes img:hover {
    opacity: 0.7;
    transition: 0.4s ease;
}

.TopSectionPage {
    padding: 225px 0 120px;
}
.page-content {
    padding:50px 0;
}
.TopSectionPage h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 100;
    max-width: 33%;
}

.PageWpContent p {
    text-align: justify;
}

.ImgBig {
    margin: 20px 0;
}
.SztukeriaBox {
    margin: 10px;
    border: 2px solid #d2d2d2;
    padding: 30px 68px 30px 68px;
    min-height: 266px;
}
/* Wspolpraca */
.wspolpracaBox {
    margin-top: 50px;
}
.owsBox {
    margin: 30px 0 5px 0;
}

.owsBox a {
    font-size: 18px;

    color: #f44646;
    position: relative;
}
.owsBox i {
    font-size: 24px;
    padding-right: 5px;
}
.DefaultSec h3{
	font-size: 22px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.6px;
    position: relative;
    margin: 20px 0;
	
}
.wspolpracaBox h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.6px;
    position: relative;
	margin-bottom: 15px;
}
.wspolpracaBox h2 span::before {
    content: '';
    background: #816439;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    z-index: -1;
}
.wspolpracaBox h2 span {
    position: relative;
}

.wspolpracaBox p {
    margin-bottom: 55px;
}

/* Koniec sekcji wspolpraca */

.SztukeriaBox h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}
.ContentPageSection {
    margin: 100px 0;
}
.OfferUs.spOffer {
    padding: 0px 0;
}
.ContentPageSection h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.6px;
    position: relative;
}
.ContentPageSection hr {
    width: 70px;
    background: #816439;
    height: 2px;
    margin-top: 25px;
    margin-left: 0;
}
/* Kontakt Page */

.col-md-4.box-ico-kontakt {
    display: flex;
    border: 1px solid #cacaca;
    max-width: 31%;
    margin: 10px 13px;
    padding: 20px;
	justify-content: center;
	align-items: center;

}
.ico svg {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
span.head-k {
    font-weight: 600;
}
.ico-desc {
    font-size: 14px;
}
.row.box-kontakt {
    margin-bottom: 50px;
}
.subTxt p {
    margin-bottom: 0;
}
iframe {
    width: 100%;
}
div#wpcf7-f176-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #cacaca;
    font-size: 13px;
    border-radius: 5px;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cacaca;
    font-size: 14px;
}
div#wpcf7-f176-o1 input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cacaca;
    font-size: 15px;

}
div#wpcf7-f176-o1 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cacaca;
    font-size: 13px;
    border-radius: 5px;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    line-height: 18px;
}
p.form-kontakt.content-small {
    font-size: 12px;
    line-height: 22px;
    padding-left: 9px;
}
div#wpcf7-f176-o1 .wpcf7-submit {
    background: #ed1c24;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    margin-left: 15px;
}

h2.contactHead {
    font-size: 29px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    margin-bottom: 40px;
}
select.wpcf7-form-control.wpcf7-select {
    background: #fff !important;
    color: #223 !important;
}
.row.space50.formspace {
    padding: 40px 60px;
    background: #e9e9e9;
    margin-top: 80px;
}
.col-md-12.info-kontakt {
    padding: 0;
}
/* Podstrony uslugowe */

.ServicesOfferBox {
    padding: 100px 0;
}

.ServicesOfferBox h2 {
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bgUslugi{background:#f7fafb;}
.ServicesOfferBox img {
    border-radius: 17px;
}
img.icoKamedex {
    padding-right: 10px;
max-width: 40px;
    height: auto;
}
.ax h2 {
    font-size: 25px;
    padding-right: 20px;
}.row.sepcrow {
    margin-top: 80px;
    background: #9f76ba;
    padding: 30px;
}
.row.sepcrow h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}.row.sepcrow ol {
    margin: 30px 0;
}
.row.sepcrow ol li {
    color: #fff;
    margin: 10px 0;
}
p.decorp {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 600;
}
.ServicesOfferBox.CennikBoxes h2 {
    margin: 70px 0 40px 0;
    font-size: 23px;
}
table.table.table-striped td {
    width: 85%;
}
/* Slid */
.n2-ss-slide-background-image img {
	animation: SlideZoom 35s infinite;
}

.n2-ss-slide {
    content: '';
    position: absolute;
    background: url(http://pracewysokosciowe-lublin.pl/wp-content/uploads/2025/06/slider-text-bg.png) 0 0 no-repeat;
    bottom: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    background-size: cover;
}


.abstract span {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 20px 30px;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.abstract {
    text-align: center;
}



.spOffer .swiper-button-next:after, .spOffer .swiper-button-prev:after{font-size:17px !important;}
.spOffer .swiper-button-next, .spOffer .swiper-button-prev {
    padding: 20px !important;
}

.WhyUs h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}
.WhyUs {
    padding: 50px 0 25px 0;
    position: relative;
}
.WhyUs hr {
    width: 160px;
    background: #816439;
    height: 2px;
    margin-top: 25px;
    margin-left: 0;
}
.row.WhyUsRow2 {
    margin-top: 30px;
}

/* Gallery */
.OfferBoxes .content {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.OfferBoxes .content .content-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.marki .container-fluid {
    padding: 0 60px;
}
.OfferBoxes .content-details h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.5em;
    font-size: 27px;
}
.spOffer .OfferBoxes {
padding: 80px 0;
    border: 2px solid #ddd;
}

.spOffer p.offerBox
{
position:relative;
background:transparent;
}
.spOffer a {
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.OfferBoxes .content-details p {
    color: #fff;
    font-size: 15px;
    padding: 0 65px;
    line-height: 21px;
}
.OfferBoxes .content:hover .content-overlay{
  opacity: 1;
}

.OfferBoxes .content-image{
  width: 100%;
}
.OfferBoxes .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.OfferBoxes .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.OfferBoxes .fadeIn-right{
  left: 80%;
}
.ZaslonySlider .SztukeriaBox {
    height: 535px;
}
.ZaslonySlider .swiper-button-prev, .ZaslonySlider .swiper-button-next {
    top: 43%;
}

.ZaslonySlider .SztukeriaBox::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.ZaslonySlider .SztukeriaBox::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.ZaslonySlider .SztukeriaBox::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.ZaslonySlider .SztukeriaBox::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.bottom20{margin-bottom:20px;}
.top20{margin-top:20px;}
/* Slider Custom */
section.StartContent .col-md-3.mb-4 {
    padding: 0;
}
.text-end svg {
    background: #000000;
    width: 47px;
    height: 47px;
    padding: 15px 4px 9px 10px;
    position: absolute;
    right: 15px;
    bottom: -25px;
    border: 1px solid #fff;
}
.StartContent .col-md-3.mb-4:nth-child(2n) .text-end svg {
    background: #ed1c24;
}
p.mb-2.block-title a {
    text-decoration: none;
}
section.StartContent .boxSelect, .text-end svg{transition:0.3s ease;}
section.StartContent .boxSelect:hover .text-end svg{
    transition: 0.3s ease;
    background: #fff !important;
    fill:#ed1c24;
}
section.StartContent p.mb-2.block-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
}

section.StartContent {
    background: url(http://pracewysokosciowe-lublin.pl/wp-content/uploads/2025/06/tlo_pod_boxy-2.jpg);
    margin-top: -48px;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
div#n2-ss-6 .n-uc-16e229270b6da-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
    margin-right: 0 !important;
}
.default h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.6px;
    position: relative;
}
.default hr {
    width: 70px;
    background: #816439;
    height: 2px;
    margin-top: 19px !important;
    margin-left: 0;
}
.default p.Subtitle.text-left {
    margin-top: 30px;
}
.col-md-12.RelatedCat li a:hover {
    color: #816439;
    transition: 0.3s ease;
    text-decoration: none;
    padding-left: 25px;
}
.col-md-12.RelatedCat li a {
    transition: 0.3s ease;
}

.parentStyle h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 0;
    margin-top: -41px;
}
.parentStyle img {
    transition: 0.4s ease;
}
.parentStyle img:hover {
    transition: 0.4s ease;
    opacity: 0.7;
}
h2.spaceNoImg {
    margin-top: -30px;
}
.parentStyle a {
    transition: 0.4s ease;
}
.parentStyle a:hover {
    text-decoration: none;
    color: #816439 !important;
}
.parentStyle a h2{transition: 0.4s ease;}
.parentStyle a h2:hover {
    color: #816439 !important;
	transition: 0.4s ease;
}
.CaptitionSec {
    display: flex;
    justify-content: space-between;
}

section.Welcome-content {
    background: #121212;
    padding: 30px 0 1px 0;
}

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

.col-md-12.serviceBox {
    padding: 0 15px;
    margin-bottom: 30px;
}

.col-md-12.serviceBox h1, .col-md-12.serviceBox h2 {
    font-size: 35px;
}
	.mobilePSpace {
    margin-top: 20px;
}
.col-md-4.padd-0 {
    margin-bottom: 45px;
}
.row.bgHome {
    padding: 50px 30px 20px 30px;
}
.oz {
    margin-left: 0;
	padding-left:0;
	margin-top: 15px;
}
.AboutUs-Image-Section {
    margin-right: 0;
}
.aboutUs .col-md-6 {
    padding-left: 15px;
}
.col-md-4.box-ico-kontakt {
    max-width: 100%;
	    justify-content: left;
}
div#n2-ss-6 {
    margin-top: 90px;
}
.mainCat div {
 
	padding: 0 15px;
	margin: 0;
	   margin-bottom: 15px;
}
.mainCat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.sliderContent {
    padding: 40px 0 30px 0;
}
.aboutUs {
    padding: 55px 0 10px 0;
}
.ParallaxS1 {
    padding: 75px 0;
	    background-attachment: initial;
}

.abstract span {
    display: none;
}
.WhyUs {
    padding: 50px 0 0px 0;
}
.WhyUs h2 {
    font-size: 30px;
}
.OfferUs h2 {
    font-size: 30px;

}
.AboutUs-header {
    font-size: 30px;
}
.marki h2 {
    font-size: 30px;

}
.ImgBig {
    margin: 20px 0;
}
p.Subtitle.text-left {
    margin-top: 20px;
}
.col-md-6.order2 {
    order: 2;
}
.ContentPageSection {
    margin: 10px 0;
}
.ContentPageSection h2 {
    line-height: 38px;
}
.ContentPageSection img {
    margin-top: 20px;
}
.page-template-zaluzje .OfferUs.spOffer {
    margin-top: 30px;
}
.page-template-zaluzje .OfferUs h2 {
    font-size: 28px;
}
.col-md-12.RelatedCat h2.moreH {
    font-size: 22px !important;
}
.col-md-12.RelatedCat {
    margin-top: 0;
}
.row.space50.formspace {
    padding: 45px 0px !important;
    margin-bottom: -50px;
    margin-top: 0px;
}
.TopSectionPage h1 {
    font-size: 30px;
}
.n2-ss-layer-row.n2-ss-layer-with-background.n-uc-16e229270b6da-inner {
    margin-right: 0 !important;
    padding-right: 20px !important;
}

.OfferBoxes .content-details h3 {
    font-size: 20px;
}
.OfferBoxes .content-details p {
    font-size: 13px;
    padding: 0px 15px;
}
div#wpcf7-f176-o1 input, div#wpcf7-f176-o1 textarea {
    width: 100%;
}
.order1 {
    order: 1;
}
.order2 {
    order: 2;
}
.SztukeriaBox {
    padding: 30px 30px 30px 33px;
}
.ZaslonySlider .SztukeriaBox{height:auto;}

.parentStyle h2 {

    margin-top: -58px;
}h2.spaceNoImg {
    margin-top: -20px;
}

}


@media only screen and (max-width: 770px) {
.n2-section-smartslider {
  display: none;
}
body {
  margin-top: 0;
}

  section.StartContent {
    margin-top: 0;
    padding-top: 1px;
  }

.AboutUsSection .col-md-6 {
  margin-bottom: 45px;
}
.col-xs-12.col-md-6.contents {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  z-index: 9999;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0 !important;
  left: 0;
  right: 0 !important;
}
.offset-5 {
  margin-left: 0;
  padding: 0;
}
.col-xs-12.col-md-7.img {
  padding: 0;
}


section.StartContent .col-md-3.mb-4 {
  max-width: 100%;
  flex: 0 0 100%;
}

}

@media only screen and (max-width: 500px) {
	.mainCat div a {
    padding: 0 10px;
	font-size: 14px;
}
.mainCat div{padding:0;}
.mainCat div::After {
    padding-left: 0px;
}


.ParallaxSection h2 {
  line-height: 62px;
  font-size: 40px;
  font-weight: 100;
}

}