@import url("../../../webfonts/montserrat_thinn/stylesheet.css");
@import url("../../../webfonts/Roboto_Light/stylesheet.css");
@import url("../../../webfonts/roboto_light_web/stylesheet.css");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.wrapper {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 88%;
    }
}

body.home-page {
    height: 100vh;
    overflow: hidden;
    background-image: url("../img/Slider.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

body.oferta-in-page,
body.realizacje-page {
    height: 100%;
    width: 100%;


}



body.oferta-page {
	height: 100%;
	overflow: auto;
	background-repeat: no-repeat;
	background-attachment: contain;
}

@media only screen and (max-width: 768px) {
    body.oferta-page {
        overflow: auto;
    }
}

body.onas-page {
    height: 100%;
    overflow: auto;
    background-image: url("../img/onas/o-nas-tlo.jpg");
    background-repeat: no-repeat;
    background-attachment: contain;
}

@media only screen and (max-width: 768px) {
    body.onas-page {
        overflow: auto;
    }
}
body.lakiernia-page {
    height: 100%;
    overflow: auto;
    background-image: url("../img/lakiernia/lakiernia-tlo.jpg");
    background-repeat: no-repeat;
    background-attachment: contain;
}

@media only screen and (max-width: 768px) {
    body.lakiernia-page {
        overflow: auto;
    }
}

body.kontakt-page {
    height: 100%;
    overflow: auto;
    background-image: url("../img/kontakt/kontakt-tlo.jpg");
    background-repeat: no-repeat;
    background-attachment: contain;
}

@media only screen and (max-width: 768px) {
    body.kontakt-page {
        overflow: auto;
    }
}



main {
    margin-top: 75px;
    margin-bottom: 75px;
}

section.home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 125px);
}


@media only screen and (max-width: 768px) {
    section.home-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

}

section.realizacje-page,
section.kontakt-page,
section.oferta-page,
section.onas-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-top: 75px;
    margin-bottom: 75px;
}




@media only screen and (max-width: 768px) {
    section.realizacje-page,
    section.kontakt-page,
    section.oferta-page,
    section.onas-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

}



#site-navigation {
	display: block;
	background-color: #669900;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	max-height: 75px;
	z-index: 100;
}

}



#site-navigationblack {
	display: block;
	background-color: #000000;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 75px;
	z-index: 100;
}

.home-page #site-navigation {
    bottom: 0;
    top: unset;
}

@media only screen and (max-width: 768px) {
    .home-page #site-navigation {
        bottom: unset;
        top: 0;
    }
    body.home-page #site-navigation ul li:before,
    body.home-page #site-navigation ul li:after {
        content: " ";
        display: block;
        padding: 12px 0;
        text-align: center;
    }
}


#site-navigation > input {
    display: none;

}

#site-navigation > label {
    display: block;
    font-size: 36px;
    color: #414042;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 36px;
    padding: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#main-menu {
	clear: both;
	position: relative;
	background-color: #669900;
	color: #FFFFFF;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

}

@media only screen and (max-width: 768px) {
    #main-menu {
        opacity: 0;
        visibility: hidden;
        top: 70px;
        width: 70%;
    }
}


#site-navigation > input:checked + #main-menu {
    visibility: visible;
    opacity: 1;

}

#site-navigation ul li {
    display: block;
    padding: 12px 0;
    text-align: center;
}

#site-navigation a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


#site-navigation a:hover {
    opacity: 0.5;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}



@media only screen and (min-device-width: 769px) {
    #site-navigation {
        height: 74px;
    }
    #site-navigation #main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 75px;
    }

    body.home-page #site-navigation #main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 74px;
    }

    #site-navigation > label {
        display: none
    }
    #site-navigation ul li {
        display: inline-block;
    }
}

a#logo-menu {
	color: transparent;
	background-image: url(../img/duze-logo-white.png);
	background-blend-mode: overlay;
	background-size: contain;
	width: 150px;
	height: 75px;
	display: block;
	position: absolute;
	top: 0;
	left: 20%;
	border: 10px solid transparent;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    a#logo-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#menu-transparent {
    width: calc(50% - 150px);
}


h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 50px;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 30px 0;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 1.9rem;
    }
}


h2 {
	color: #666;
	font-size: 30px;
	font-weight: 600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.9;

}

@media only screen and (max-width: 1524px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1;
	padding-left: 10px;
}

@media only screen and (max-width: 1524px) {
    h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 600px) {
    h3 {
	font-size: 36px;
    }
}
h4 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1,3;
}

@media only screen and (max-width: 1524px) {
    h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    h4 {
	font-size: 18px;
    }
}
h5 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
}

@media only screen and (max-width: 1524px) {
    h5 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    h5 {
	font-size: 16px;
    }
}
h6 {
	color: #333;
	font-size: 34px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	padding-left: 10px;
}

@media only screen and (max-width: 1524px) {
    h6 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 600px) {
    h6 {
        font-size: 34px;
    }
}

.text-align-left {
    text-align: left;
}

.text-align-center {
	text-align: left;
}


.oferta-h1 {
    background: url('../img/oferta/grafika-pod-tekst.png');
    background-repeat: no-repeat;
    background-position: center center;

    padding-left: 30px;
    margin-top: 8px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    .oferta-h1 {
        margin-bottom: 0px;
    }
}

.realizacje-h1 {
    background: url('../img/oferta/grafika-pod-tekst.png');
    background-repeat: no-repeat;
    background-position: center center;

    padding-left: 40px;
    margin-top: 8px;
}

.onas-h1 {
    background: url('../img/oferta/grafika-pod-tekst.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding-left: 120px;
    margin-top: 8px;
    margin-left: -120px;
    margin-bottom: 30px;
}

.lakiernia-h3 {
	background: url('../img/oferta/grafika-pod-tekst3.png');
	background-position: center-center;
	background-repeat: no-repeat;
	color: #333;
}

.nowoczesna-h1 {
    background: url('../img/oferta-in/nowoczesna.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain, cover;

    padding-left: 129px;
    margin-top: 70px;
    margin-left: -170px;
    margin-bottom: 20px;
}



.oryginalna-h1 {
    background: url('../img/oferta-in/oryginalna.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain, cover;

    padding-left: 129px;
    margin-top: 70px;
    margin-left: -170px;
    margin-bottom: 20px;
}


.klasyczna-h1 {
    background: url('../img/oferta-in/klasyczne.png');
    background-repeat: no-repeat;
    background-position: left center;


    padding-left: 129px;
    margin-top: 70px;
    margin-left: -170px;
    margin-bottom: 20px;
}

.zabezpieczenia-h1 {
    background: #83d44c;
    margin-top: 70px;

    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .oryginalna-h1,
    .klasyczna-h1,
    .nowoczesna-h1 {
        margin-left: 0;
    }
}


.kontakt-h1 {
    background: url('../img/kontakt/grafika-pod-tekst.png');
    background-repeat: no-repeat;
    background-position: center center;


    padding-left: 30px;
    margin-top: 8px;

}

section.oferta-page p {
    font-weight: 400;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
}

.onas-page .onas-text p {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-top: 15px;
}


.onas-text {
    width: 60%;
    float: left;
}


.onas-page img {
	width: 60%;
	float: left;
	margin-right: -15%;
	margin-top: calc(2% - 5px);
}



footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #669900;
	max-height: 50px;
}

footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer p,
footer p a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	padding-top: 10px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    footer p,
    footer p a {
        font-size: 14px;
    }
}


footer p a:hover {
    opacity: 0.5;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

footer p:last-of-type {
	text-align: right;
}

footer.home-page {
    display: none;
}


section.box-oferta-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.box-oferta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
}

@media only screen and (max-width: 768px) {
    .box-oferta {
        width: 100%;
        margin-top: 30px;
    }
    section.box-oferta-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }
    .box-oferta:nth-of-type(1) {
        margin-top: 0;
    }
}

div.box-oferta-img,
div.box-oferta-img img {
    display: block;
    width: 100%;
    height: auto;
}

a.box-oferta:nth-of-type(1) {
	background-color: #F5F5F5;

}

a.box-oferta:nth-of-type(2) {
	background-color: #F5F5F5;
}

a.box-oferta:nth-of-type(3) {
	background-color: #F5F5F5;
}

a.box-oferta {
    text-decoration: none;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}


a.box-oferta:hover {
    opacity: 0.7;

}



.box-oferta-main {
    margin-top: 5%;
}


@media only screen and (min-width: 768px) {
    .home-page a#logo-menu {
        display: none;
    }
}

img.home-page-logo {
    width: 85%;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: auto;
    display: block;

    top: 50%;
    left: 50%;

    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}


img.home-page-logo:hover {
    opacity: 0.6;
}

.kontakt-column {
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: left;
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {
    .kontakt-column {
        width: 100%;
    }
}

.oferta-in-p {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 46px;


}

.p-kontakt {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 46px;

    margin-left: 110px;
}

.p-kontakt:nth-child(1):before {
    content: '';
    background: url('../img/kontakt/ikonka-lokalizacja.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50px;
    ;
    height: 50px;
    display: block;
    margin-left: -100px;
    position: absolute;
    margin-top: -10px;
}

.p-kontakt:nth-child(2):before {
    content: '';
    background: url('../img/kontakt/ikonka-telefon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50px;
    ;
    height: 50px;
    display: block;
    margin-left: -100px;
    position: absolute;
    margin-top: -10px;
    margin-bottom: 10px;
}

.p-kontakt:nth-child(3):before {
    content: '';
    background: url('../img/kontakt/ikonka-mail.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50px;
    ;
    height: 50px;
    display: block;
    margin-left: -100px;
    position: absolute;
    margin-top: -20px;
}



.kontakt-page textarea::-webkit-input-placeholder,
.kontakt-page input::-webkit-input-placeholder,
.kontakt-page input,
.kontakt-page textarea {
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 40px;
    height: 55px;
    border: 0 solid #fff;
}



.kontakt-page textarea:-ms-input-placeholder,
.kontakt-page input:-ms-input-placeholder,
.kontakt-page input,
.kontakt-page textarea {
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 40px;
    height: 55px;
    border: 0 solid #fff;
}



.kontakt-page textarea::-ms-input-placeholder,
.kontakt-page input::-ms-input-placeholder,
.kontakt-page input,
.kontakt-page textarea {
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 40px;
    height: 55px;
    border: 0 solid #fff;
}



.kontakt-page textarea::placeholder,
.kontakt-page input::placeholder,
.kontakt-page input,
.kontakt-page textarea {
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    margin-bottom: 40px;
    height: 55px;
    border: 0 solid #fff;
}

.kontakt-page textarea {
    height: 200px;
}

.kontakt-page textarea::-webkit-input-placeholder {
    padding-left: 30px;
    padding-top: 30px;
}

.kontakt-page textarea:-ms-input-placeholder {
    padding-left: 30px;
    padding-top: 30px;
}

.kontakt-page textarea::-ms-input-placeholder {
    padding-left: 30px;
    padding-top: 30px;
}

.kontakt-page textarea::placeholder {
    padding-left: 30px;
    padding-top: 30px;
}

.kontakt-page input::-webkit-input-placeholder {
    padding-left: 30px;
}

.kontakt-page input:-ms-input-placeholder {
    padding-left: 30px;
}

.kontakt-page input::-ms-input-placeholder {
    padding-left: 30px;
}

.kontakt-page input::placeholder {
    padding-left: 30px;
}

.kontakt-page .button {
    display: block;
    margin: auto;
    width: 40%;
    text-align: center;
}

/* <-------------------------------------------------galeria w realizacje */

body.realizacje-page .row > .column {
    padding: 0 8px;
}

body.realizacje-page .row:after {
    content: "";
    display: table;
    clear: both;
}

body.realizacje-page .column {
    float: left;
    width: 33%;
    margin-bottom: 10px;
}

/* The Modal (background) */

body.realizacje-page .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fefefe;
    ;
}

/* Modal Content */

body.realizacje-page .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */

body.realizacje-page .close {
    color: #000;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

body.realizacje-page .close:hover,
body.realizacje-page .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

body.realizacje-page .mySlides {
    display: none;
}

body.realizacje-page .cursor {
    cursor: pointer
}

/* Next & previous buttons */

body.realizacje-page .prev,
body.realizacje-page .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -20px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */

body.realizacje-page .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

body.realizacje-page .prev:hover,
body.realizacje-page .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

body.realizacje-page .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

body.realizacje-page img {
    margin-bottom: 0px;
}

body.realizacje-page .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

body.realizacje-page .demo {
    opacity: 0.6;
}

body.realizacje-page .active,
body.realizacje-page .demo:hover {
    opacity: 1;
}

body.realizacje-page img.hover-shadow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

body.realizacje-page .hover-shadow:hover {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

/* <-------------------------------------------------galeria */

.lightbox {
    margin-top: 70px;
    margin-bottom: 10px;
}


.oferta-in-slider {
    background: url('../img/oferta-in/nowoczesna.jpg');
    width: 100%;
    height: calc(80vh - 125px);
    background-repeat: no-repeat;
    max-height: 750px;
}

.oferta-in-slider-oryginalna {
    background: url('../img/oferta-in/oryginalne.jpg');
    width: 100%;
    height: calc(80vh - 125px);
    background-repeat: no-repeat;
    max-height: 750px;
}

.oferta-in-slider-klasyczna {
    background: url('../img/oferta-in/klasyczne.jpg');
    width: 100%;
    height: calc(80vh - 125px);
    background-repeat: no-repeat;
    max-height: 750px;
}

/* <----------------------------------------------------------galeria zabezpieczenia */

body.zabezpieczenia-page .row > .column {
    padding: 40px 40px;
}

body.zabezpieczenia-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */

body.zabezpieczenia-page .column {
    float: left;
    width: calc( 50% - 0px);

}

body.zabezpieczenia-page .column img:hover {
    opacity: 0.8;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.zabezpieczenia-caption-container {
    display: block;
    margin: auto;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    width: 65%;
    position: relative;


}

.zabezpieczenia-caption-container.ekonomiczna:before {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-ekonomiczne.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: -5rem;
    max-width: 65px;
    max-height: 65px;

}

.zabezpieczenia-caption-container.optymalne:before {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-optymalne.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: -5rem;
    max-width: 65px;
    max-height: 65px;
}

.zabezpieczenia-caption-container.optymalne:after {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-2latagwarancji.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: -6rem;
    top: 0;
    max-width: 75px;
    max-height: 75px;
}


.zabezpieczenia-caption-container.premium:before {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-premium.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: -5rem;
    max-width: 65px;
    max-height: 65px;
}

.zabezpieczenia-caption-container.premium:after {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-2latagwarancji.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: -6rem;
    top: 0;
    max-width: 75px;
    max-height: 75px;
}

.zabezpieczenia-caption-container.superpremium:before {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-superpremium.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: -5rem;
    max-width: 65px;
    max-height: 65px;
}

.zabezpieczenia-caption-container.superpremium:after {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-5latgwarancji.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: -6rem;
    top: 0;
    max-width: 75px;
    max-height: 75px;
}

.zabezpieczenia-caption-container h5 {
    font-size: 2rem;
    font-weight: 700;
}


.zabezpieczenia-caption-container h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
}




@media only screen and (max-width: 1024px) {
    body.zabezpieczenia-page .column {
        float: left;
        width: 100%;

    }



}

@media only screen and (max-width: 600px) {
    .zabezpieczenia-caption-container h5 {
        font-size: 1rem;

    }
    .zabezpieczenia-caption-container h6 {
        font-size: 0.8rem;
    }
}

/* <----------------------------------------------------------galeria zabezpieczenia */

/* <----------------------------------------------------------galeria paleta */

body.paleta-page .row > .column {
    padding: 40px 40px;
}

body.paleta-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */

body.paleta-page .column {
    float: left;
    width: calc( 25% - 0px);

}

@media only screen and (max-width: 1024px) {
    body.paleta-page .column {
        width: calc( 50% - 0px);

    }

}

@media only screen and (max-width: 600px) {
    body.paleta-page .column {
        width: calc( 100% - 0px);

    }


}


.paleta-caption-h5 {
    text-align: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.paleta-caption {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 800;
    margin-left: 40px;
}

.paleta-caption:before {
    content: '';
    background-color: #414042;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 5rem;
    height: 5rem;
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    margin-left: -20px;
    margin-top: 18px;
}

.paleta-caption.ikonka-superpremium:after {
    content: '';
    background: url(../img/zabezpieczenia/ikonka-superpremium.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 5rem;
    height: 5rem;
    position: absolute;
    margin-left: 15px;
    max-width: 65px;
    max-height: 65px;
}

/* <----------------------------------------------------------galeria paleta */

/* <----------------------------------------------------------galeria nowoczesna */

body.oferta-in-page .row > .column {
    padding: 0 8px;
}

body.oferta-in-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */

body.oferta-in-page .column {
    float: left;
    width: 33%;
}

/* The Modal (background) */

body.oferta-in-page .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #414042;
}

/* Modal Content */

body.oferta-in-page .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 1580px;

}

/* The Close Button */

body.oferta-in-page .close {
    color: #fff;
    position: absolute;
    top: 75px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

body.oferta-in-page .close:hover,
body.oferta-in-page .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */

body.oferta-in-page .mySlides {
    display: none;
}

/* Next & previous buttons */

body.oferta-in-page .prev,
body.oferta-in-page .next {

    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    /* padding: 16px; */
    margin-top: -50px;
    color: #fff;
    font-weight: bold;
    font-size: 150px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    left: -10%;
}

/* Position the "next button" to the right */

body.oferta-in-page .next {
    left: unset;
    border-radius: 3px 0 0 3px;
    right: -10%;
}

/* On hover, add a black background color with a little bit see-through */

body.oferta-in-page .prev:hover,
body.oferta-in-page .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

body.oferta-in-page .numbertext {
    color: #414042;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 40px;
    position: absolute;
    top: 20%;
    right: 0;
    width: 48%;
    font-family: 'Montserrat', sans-serif;
}

body.oferta-in-page .numbertext h8 {
    color: #414042;
    font-size: 42px;
    font-weight: 600;
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

body.oferta-in-page .mySlides img.ikonkaE {

    width: 2rem;
    height: 2rem;
    margin: 10px;
    float: right;
}

body.oferta-in-page .mySlides img.ikonka {
    position: absolute;
    left: 45%;
}

/* Caption text */

body.oferta-in-page .caption-container {
    text-align: center;
    background-color: #9adc6e;
    padding: 1px 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 20%;
    position: relative;
    top: -32px;
    left: 0px;

}

body.oferta-in-page.oryginalna .caption-container {
    background-color: #df4331;

}

body.oferta-in-page.klasyczna .caption-container {
    background-color: #31ace6;

}



body.oferta-in-page img.demo {
    display: none;
}

body.oferta-in-page .mySlides {
    display: block;
    width: 50%;
    padding: 10% 0;
    height: 80vh;
}

body.oferta-in-page .mySlides img {
    top: 30%;
    position: relative;
}

body.oferta-in-page .active,
body.oferta-in-page .demo:hover {
    opacity: 1;
}

body.oferta-in-page img.hover-shadow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

body.oferta-in-page .hover-shadow:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

@media only screen and (max-width: 1024px) {
    body.oferta-in-page .mySlides {

        width: 100%;
    }
    body.oferta-in-page .numbertext {
        color: #414042;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 40px;
        position: absolute;
        right: 0;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        top: 55%;
    }
    body.oferta-in-page .prev,
    body.oferta-in-page .next {
        font-size: 70px;
    }
}

@media only screen and (max-width: 600px) {
    body.oferta-in-page .numbertext {
        color: #414042;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 40px;
        position: absolute;
        right: 0;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        top: 45%;
    }
    body.oferta-in-page .prev,
    body.oferta-in-page .next {
        font-size: 50px;
    }
    body.oferta-in-page .modal-content {
        height: 100vh;
    }
}

/* <----------------------------------------------------------galeria nowoczesna */

body.oferta-in-page .column-visible img {
    width: 50%;
}

.sidebar {
    color: #000;
    font-size: 16px;

    font-family: 'Montserrat', sans-serif;

}

div.sidebar {
    margin-left: calc(20% - 250px);
    width: 180px;
    background-color: #e6e7e8;
    padding: 36px 5px 36px 5px;
    position: absolute;
    margin-top: calc(3.25rem + 70px);
}

@media only screen and (max-width: 1024px) {
    div.sidebar {
        margin-left: calc(1% - 0px);
    }
}

@media only screen and (max-width: 768px) {
    div.sidebar {
        margin-left: calc(1% - 0px);
        position: fixed;
        top: 10px;
    }
    body.paleta-page div.sidebar,
    body.zabezpieczenia-page div.sidebar {
        display: none;
    }


    .onas-h1 {
        margin-left: -40px;
        margin-bottom: 0;
    }
    .p-kontakt {
        -webkit-transform: translateX(34%);
        -ms-transform: translateX(34%);
        transform: translateX(34%);
    }
}

.sidebar a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 20px;
}

.sidebar a:hover {
    opacity: 0.7;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.h5-sidebar {
    font-weight: 800;
    padding-left: 20px;
}



@media only screen and (max-width: 600px) {
    .p-kontakt {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .realizacje-h1 {
        padding-left: 50px;
    }
    .onas-h1 {
        margin-left: 0;
        padding-left: 90px;
        margin-bottom: 0px;
    }
    .onas-text {
        width: 90%;
    }
    body.oferta-in-page,
    body.realizacje-page {
        height: 100%;
        width: 130%;
    }
    .nowoczesna-h1,
    .klasyczna-h1,
    .oryginalna-h1 {
        padding-left: 110px;
    }
    body.oferta-in-page .column {
        float: left;
        width: 49%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .kontakt-page textarea:-ms-input-placeholder,
    .kontakt-page input:-ms-input-placeholder {
        background-color: #000;
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        width: 100%;
        margin-bottom: 40px;
        height: 55px;
        border: 0 solid #fff;
    }
    .kontakt-page .button {
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        width: 60%;
        margin-bottom: 40px;
        height: 55px;
        border: 0 solid #fff;
    }

    .kontakt-page textarea:-ms-input-placeholder,
    .kontakt-page input:-ms-input-placeholder {
        background-color: #000;
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        width: 100%;
        margin-bottom: 40px;
        height: 55px;
        border: 0 solid #fff;
    }

    .kontakt-page textarea::-ms-input-placeholder,
    .kontakt-page input:-ms-input-placeholder {
        background-color: #000;
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        width: 100%;
        margin-bottom: 40px;
        height: 55px;
        border: 0 solid #fff;
    }
    .box-oferta h2 {
        margin-bottom: 25%;
    }

    body.oferta-in-page .next {
        left: 100%;
    }

}

.modal-content .caption-container {
    display: none;
}

/* realizacje */

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

@media(max-width:767px) {
    .gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    footer .wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #FFFFFF;
    }
    footer {
        max-height: 70px !important;
    }
    #site-navigation > label {
        display: block !important;
    }
}

.gallery div img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 263px;
    padding: 1px 4px;
    height: 200px;

}

.realization-subpage .gallery {
    display: block !important;

}

.realization-subpage ul#image-gallery li img {
    width: 100%;

}

.lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 5px;
    border: 3px solid black !important;
}



@media(max-width:1024px) {
    div.sidebar {
        position: fixed;
        top: 14px;
        background: none;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-top: calc(3.25rem + 20px);
        z-index: 2;
    }
    .sidebar label {
        position: fixed;
        top: 76px;
        z-index: 9999;
        background: #e6e7e8;
        color: black;
        padding: 6px 5px 3px 11px;
        -webkit-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2);
    }
    .sidebar_child {
        -webkit-transform: translate(-100%);
            -ms-transform: translate(-100%);
                transform: translate(-100%);
        background-color: #e6e7e8;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 10px;

    }
    .sidebar .sidebar_child {
        -webkit-transform: translate(-100%);
            -ms-transform: translate(-100%);
                transform: translate(-100%);
    }

    .sidebar:focus-within .sidebar_child {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);

    }

    .sidebar:focus-within label {
        pointer-events: none;
    }

}

@media(min-width:1025px) {
    .sidebar label {
        display: none;
    }
}
@media(max-width:767px){
.oferta-in-slider,.oferta-in-slider-oryginalna,.oferta-in-slider-klasyczna{
display:none !important;
}
}
.g-recaptcha{
-webkit-transform: scale(0.77) !important;
    -ms-transform: scale(0.77) !important;
    transform: scale(0.77) !important;
}
