body {
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
}

a {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.preloader {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.chmura {
  width: 100%;
  position: absolute;
  text-align: center;
  background-color: rgba(255,255,255, 0.3);
  padding: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  left: 0;
  top: 50%;
  font-size: 20px;  
  color: white;
  transform: translateY(-50%);
  text-transform: uppercase;
  text-shadow: -1px -1px 6px rgba(0,0,0, 0.35);
  z-index: 1;
  font-weight: 600;
}

.container {
max-width: 1920px;
}

.mainwraper {
background-color: transparent;
}

header {
width: 100%;
height: 100px;
background-color: white;
background-color: rgba(255,255,255, 0.8);
position: fixed;
z-index: 1000;
top: 0;
left: 0;

-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);

-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

header.white {
background-color: white;
}

.col.logo, .col.facebook {

}

.col.logo {
width: 200px !important;
}

.col.facebook {
width: 160px !important;
}

.col.menu {
width: calc(100% - 360px) !important;
}

.logo img {
height: 50px;
width: auto;
float: left;
margin-top: 15px;
margin-left: 30px;
}

.logo span {
float: left;
width: 100%;
padding-left: 30px;
color: #0c2348;
font-size: 14px;
font-style: italic;
text-transform: uppercase;
padding-top: 3px;
letter-spacing: 0.5px;
}

.menu {
width: 70% !important;
text-align: center;
}

.menu ul {
display: block;
width: 100%;
}

.menu ul li {
display: inline-block;
margin-left: 20px;
margin-right: 20px;
}

.menu ul li a, .menu ul li span {
display: block;
float: left;
width: 100%;
height: 80px;
margin-top: 20px;
line-height: 80px;
color: #717171;
font-size: 18px;
text-decoration: none;
text-transform: capitalize;
font-style: italic;
position: relative;
}

.menu ul li a::after {
width: 60px;
height: 60px;
display: block;
position: absolute;
content: '';
top: 50%;
margin-top: -35px;
left: 50%;
margin-left: -30px;
background: url(../img/menulogo.png);
background-position: top center;
background-size: 80%;
background-repeat: no-repeat;
opacity: 0;
}

.menu ul li.active a::after {
opacity: 0.9;
}

.menu ul li.active a, .menu ul li a:hover {
color: #0c2348;
}

.facebook a {
display: block;
float: right;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 50px;

background-color: #3B5998;
background-color: #395693;
margin-right: 30px;
margin-top: 20px;

color: white;
padding-left: 15px;
padding-top: 7px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

border: 1px solid #717171;
background-color: transparent;
color: #717171;

}

.facebook a.inst {
padding-left: 0;
padding-top: 0;
margin-right: 10px;
}

.facebook a.inst:hover {
background-color: #717171;
border-color: #717171;
}

.section {
float: left;
width: 100%;
}

.home { 
height: 100vh;
position: relative;
margin-top: 0;
}

.home .slides, .home .slides li, .home .slides li .img {
display: block;
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}




.home  .textcontainer {
position: absolute;
width: 100%;
height: 160px;
background-color: rgba(255,255,255, 0.8);
z-index: 2;
bottom: 0;
left: 0;

-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.home  .textcontainer .logo {
width: 360px;
height: 80px;
display: block;

margin-top: 10px;
}

.home  .textcontainer .text {
width: 360px;
height: 60px;
display: block;
clear: both;
line-height: 60px;
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 36px;
font-variant: 300;
font-family: 'Poiret One', cursive;
color: #2F2F2F;
}

.home a.scroll, .home a.next-slide, .home a.prev-slide {
width: 60px;
height: 60px;
position: absolute;
z-index: 2;
bottom: 180px;
left: 50%;
margin-left: -30px;
background-color: rgba(255,255,255, 0.8);
text-align: center;
line-height: 60px;
font-size: 22px;

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;

color: #2F2F2F;
}


.home a.prev-slide, .home a.next-slide {
bottom: auto;
top: 50%;
margin-top: -30px;
margin-left: 0;
left: 30px;
}

.home a.next-slide {
left: auto;
right: 30px;
}

.home a.scroll:hover, .home a.prev-slide:hover, .home a.next-slide:hover, .facebook a:hover {
background-color: #0c2348;
color: white;
}

.facebook a:hover {
color: white;
background-color: #395693;
border-color: #395693;
}

/* sekcja paralax */

.section-paralax {
background: url(../img/animacjanew/home2026.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.section-paralax .mainwraper {
background-color: rgba(255,255,255, 0.9);
padding-top: 80px;
padding-bottom: 60px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.section {
float: left;
width: 100%;
text-align: center;
padding-top: 100px;
padding-bottom: 80px;
}

#zarezerwuj-wizyte1 {
padding-top: 0;
padding-bottom: 0;
background: none;
}

#zarezerwuj-wizyte .mainwraper {
position: relative;
z-index: 10;
}

h2 {
text-align: center;
font-family: "Poiret One",cursive;
font-size: 50px;
line-height: 50px;
font-weight: 300;
font-style: italic;
width: auto;
display: inline-block;
min-height: 50px;
position: relative;
padding-left: 90px;
padding-right: 90px;
margin-bottom: 20px;
}

p {
font-size: 20px;
font-weight: 300;
line-height: 30px;
margin-bottom: 20px;
text-align: center;
color: #717171;
}

h2::after, h2::before {
display: block;
width: 48px;
height: 1px;
background-color: black;
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 0;
}

h2::before {
left: auto;
right: 0;
}

h2 span {
display: inline-block;
}

.button {
display: inline-block;
height: 60px;
line-height: 60px;
font-size: 20px;
background-color: #0c2348;
padding-left: 36px;
padding-right: 36px;
color: white;
text-decoration: none;
font-style: italic;

-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
margin-top: 10px;
margin-bottom: 20px;
text-transform: capitalize;
border: none;
outline: none;
cursor: pointer;
}

.button:hover {
background-color: black;
}

.section.bigpadding {
padding-top: 180px;
}

.colections {
padding-top: 40px;
}

.colections .col {
width: 20%;
min-width: 320px;
}

a.top-up img {
width: 100%;
height: auto;
float: left;
aspect-ratio: 9/16;
object-fit: cover;
}

.section .container {
padding-left: 30px;
padding-right: 30px;
}

.wraper {
justify-content: center;
}

.col {
display: block !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

a.top-up {
float: left;
width: 100%;
height: auto;
margin-bottom: 24px;
position: relative;
overflow: hidden;
border: 1px solid lightgrey;
}

.ramka {
display: block;
position: absolute;
width: calc(100% - 30px);
height: calc(100% - 30px);
position: absolute;
z-index: 1;
top: 15px;
left: 15px;
border: 1px solid white;
}

.ramka .shade {
display: block;
width: 100%;
height: 1px;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
background-color: #0c2348;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.ramka  i {
display: block;
width: 60px;
height: 60px;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
margin-left: -30px;
margin-top: -30px;
line-height: 60px;
font-size: 30px;
color: white;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a:hover .ramka i {
opacity: 1;
}

a:hover .ramka .shade {
height: 100%;
top: 0;
opacity: 0.5;
}

a.top-up .logo {
width: 100%;
height: 70px;
z-index: 2;
background-color: white;
position: absolute;
bottom: 30px;
left: 0;
border: 1px solid lightgrey;

-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}

a.top-up:hover .logo, a.top-up.active .logo {
bottom: 50%;
margin-bottom: -35px;
}

a.top-up .logo.logo1 {
    background: url(../img/firmy/1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: white;
}

a.top-up .logo.logo2 {
    background: url(../img/firmy/2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: white;
}

a.top-up .logo.logo3 {
    background: url(../img/firmy/3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: white;
}

a.top-up .logo.logo4 {
    background: url(../img/firmy/4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: white;
}

a.top-up .logo.logo5 {
    background: url(../img/firmy/5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: white;
}

a.top-up .logo.logo6 {
    background: url(../img/firmy/6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: white;
}

a.top-up .logo.logo7 {
    background: url(../img/firmy/nicole.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: white;
}

a.top-up .logo.logo8 {
    background: url(../img/firmy/stella-york-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: white;
}

a.top-up .logo.logo9 {
    background: url(../img/firmy/adore.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: white;
}

a.top-up img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.top-up:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}


.gal a.wczytaj-galerie.link {
display: block;
float: left;
width: 100%;
background-color: white;
margin-top: -24px;
margin-bottom: 24px;
border: 1px solid lightgrey;
height: 60px;
line-height: 60px;
color: #5A5959;
text-transform: uppercase;
font-size: 18px;
text-decoration: none;
}

.gal a.wczytaj-galerie.link small {
font-size: 16px;
margin-right: 10px;
}

.gal a.wczytaj-galerie.link:hover {
background-color: #0c2348;
border-color: #0c2348;
color: white;
}

#o-nas  .container {
max-width: 1200px;
min-width: 100px;
}

.section-paralax.paralax2 {
    background: url(../img/animacjanew/home2026.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.section-paralax.paralax3 {
    background: url(../img/animacjanew/home2026.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-paralax.paralax2 .mainwraper {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
}

.section-paralax .slides {
float: left;
width: 100%;
min-height: 140px;
position: relative;
margin-top: 40px;
}

.section-paralax .slides ul, .section-paralax .slides ul li {
display: block;
float: left;
width: 100%;
}

.section-paralax .slides ul li {
position: absolute;
z-index: 1;
width: 100%;
}


.section-paralax .slides .colcustom {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}

.section-paralax .slides .colcustom .flex {
float: left;
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}

.section-paralax .slides .colcustom.col1 {
width: 500px;
text-align: right;
height: 100px;
}

.section-paralax .slides .colcustom.col1 p {
text-align: right;
}

.section-paralax .slides .colcustom.col2 {
width: 160px;
height: 100px;
}

.section-paralax .slides .colcustom.col3 {
width: 500px;
height: 100px;
}

.section-paralax .slides .colcustom h3 {
font-family: "Poiret One",cursive;
font-size: 26px;
line-height: 30px;
margin-bottom: 10px;
margin-top: 10px;
color: black;
}

.section-paralax .slides .colcustom p i {
color: #0c2348;
}

.section-paralax .slides .colcustom.col3 p {
font-size: 18px;
line-height: 24px;
text-align: left;
padding-top: 10px;
}

.section-paralax .slides .colcustom.col3 p strong {
font-size: 22px;
font-weight: bold;
font-style: italic;
color: #0c2348;
}

.section-paralax .slides .colcustom img {
float: left;
width: 120px;
height: 120px;
margin-left: 15px;

-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;

border: 1px solid white;
margin-top: -10px;
}

.section-paralax .slides .colcustom a.top-up {
width: 120px;
height: 120px;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
margin-left: 15px;
border: none;
margin-top: -10px;
}

.section-paralax .slides .colcustom a.top-up img {
margin-left: 0;
width: 170px;
height: 170px;
margin-left: -25px;
margin-top: -25px;

  object-fit: cover;
} 

.section-paralax .slides .colcustom a.top-up .ramka {
width: 100%;
height: 100%;
top: 0;
left: 0;
border: none;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
}

#kontakt .container {
min-width: 10px;
max-width: 1200px;
}

#kontakt p {
text-align: left;
line-height: 36px;
}

#kontakt {
padding-bottom: 20px;
}

#kontakt p strong {
font-family: "Poiret One",cursive;
font-size: 26px;
line-height: 30px;
margin-bottom: 10px;
margin-top: 10px;
color: #0c2348;
}

#kontakt p.small {
font-size: 12px;
line-height: 16px;
text-align: justify;
}

#podziekowanie {
display: none;
}

.col-1-3 {
width: 33.333% !important;

}

.col-2-3 {
width: 66.666% !important;
}

#mapa {
padding-top: 0;
padding-bottom: 0;
}

#mapa h2 {
margin-bottom: 40px;
}

.mapa {
float: left;
width: 100%;
height: 420px;
position: relative;
}

.mapa iframe {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.field {
float: left;
width: 100%;
height: 50px;
margin-bottom: 16px;
position: relative;
}

.field.textarea {
height: 120px;
}

.field input, .field textarea {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: none;
outline: none;
background-color: white;
border: 1px solid lightgrey;
font-size: 14px;
padding-left: 16px;
padding-right: 16px;
line-height: 22px;
color: #717171;
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style: italic;
}

.field textarea {
padding: 16px;
padding-top: 8px;
padding-bottom: 8px;
resize: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
opacity: 1;
}

footer {
float: left;
clear: both;
width: 100%;
text-align: center;
padding-top: 40px;
padding-bottom: 20px;
}

footer p {
font-style: italic;
}

label.error {
position: absolute;
z-index: 2;
top: 0;
right: 0;
background-color: red;
font-size: 12px;
padding: 6px;
color: white;
margin-top: -12px;
font-weight: bold;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input.error, textarea.error {
border: 1px solid red !important;
}

#preloaderkontakt {
display: block;
position: fixed;
width: 100%;
height: 100%;
z-index: 2000;
top: 0;
left: 0;
background-color: white;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#preloaderkontakt.open {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#preloaderkontakt i {
display: block;
width: 60px;
height: 60px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
color: #0c2348;
font-size: 60px;
text-align: center;
line-height: 60px;
}

#strona-glowna .bx-viewport {
height: 100% !important;
position: absolute !important;
top: 0;
left: 0;
z-index: 1;
padding-top: 0;
}

.home .slides li .img.img1 {
background: url(../img/animacjanew/1.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img.img2 {
background: url(../img/animacjanew/2.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img.img3 {
background: url(../img/animacjanew/3.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img.img4 {
background: url(../img/animacjanew/4.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img.img5 {
background: url(../img/animacjanew/5.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img.img6 {
background: url(../img/animacjanew/6.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img.img7 {
background: url(../img/animacjanew/7.jpg);
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.home .slides li .img {
    background: none !important;
    background-color: transparent !important;
}

.home {
    background: url(../img/animacjanew/home2026.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .textcontainer .text {
position: relative;
margin-top: 95px;
}

.home .textcontainer .text span {
position: absolute;
width: 600px;
left: 50%;
margin-left: -300px;
opacity: 0;
-moz-transform: translateX(-200px);
-webkit-transform: translateX(-200px);
-o-transform: translateX(-200px);
-ms-transform: translateX(-200px);
transform: translateX(-200px);

-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
line-height: 26px;
font-weight: normal;
overflow: visible;
font-weight: bold;
color: #717171;
}

.home .textcontainer .text span.anim {
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

.home  .textcontainer .logo {
position: absolute;
left: 50%;
margin-left: -180px;
}

.home  .textcontainer .logo span {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}

.home  .textcontainer .logo span i.logotype {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
-moz-transform: translateX(200px);
-webkit-transform: translateX(200px);
-o-transform: translateX(200px);
-ms-transform: translateX(200px);
transform: translateX(200px);

-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.home  .textcontainer .logo span.anim i.logotype {
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

.home  .textcontainer .logo span i.logo1 {
background: url(../img/firmy/jab.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
margin-left: auto;
margin-right: auto;
}

.home  .textcontainer .logo span i.logo2 {
background: url(../img/firmy/sin.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 50%;
margin-left: auto;
margin-right: auto;
}

.home  .textcontainer .logo span i.logo3 {
background: url(../img/firmy/lw.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 50%;
margin-left: auto;
margin-right: auto;
}

.home  .textcontainer .logo span i.logo4 {
background: url(../img/firmy/adore2.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 90%;
margin-left: auto;
margin-right: auto;
}

.home  .textcontainer .logo span i.logo5 {
background: url(../img/firmy/6.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 70%;
margin-left: auto;
margin-right: auto;
}

.home  .textcontainer .logo span i.logo6 {
background: url(../img/firmy/nicole.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 60%;
margin-left: auto;
margin-right: auto;
}

.home  .textcontainer .logo span i.logo7 {
background: url(../img/firmy/stella-york-logo.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 70%;
margin-left: auto;
margin-right: auto;
}




#slider-prev a, #slider-next a {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}



#wczytaj-kategorie {
display: none;
}

#shade2 {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
background-color: white;
z-index: 2000;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#shade2.open {
visibility: visible;
opacity: 0.7;
}

#galeria-topup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0, 0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#galeria-topup .preloader, #youtube-player .preloader {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2001;
background-color: black;
opacity: 0;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
visibility: hidden;
}

#galeria-topup .preloader.open, #youtube-player .preloader.open {
opacity: 1;
-webkit-transition: all 0s ease-in-out;
-moz-transition: all 0s ease-in-out;
-ms-transition: all 0s ease-in-out;
-o-transition: all 0s ease-in-out;
transition: all 0s ease-in-out;
visibility: visible;
}

#galeria-topup.open {
    visibility: visible;
    opacity: 1;
}

#wczytajgalerie {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    float: left;
    position: relative;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
}

#wczytajgalerie .bx-wrapper {
    height: 100% !important;
}

#wczytajgalerie .bx-wrapper .bx-viewport {
    height: 100% !important;
}

#wczytajgalerie ul, #wczytajgalerie ul li {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

#wczytajgalerie ul li img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#zamknij-galeria-topup, #zamknij-youtube-player {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 2000;
    top: 20px;
    right: 30px;
    background: url(../img/close.png);
    background-position-x: 0%;
    background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: black;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#wczytajgalerie .bx-next, #wczytajgalerie .bx-prev {
position: absolute;
z-index: 1000;
width: 60px;
height: 60px;
text-indent: -99999px;
color: transparent;

background: url(../img/next2.png);
background-position: center center;
background-size: 50%;
background-repeat: no-repeat;
right: 30px;
top: 50%;
margin-top: -30px;
background-color: black;


-webkit-border-radius: 3px;
-moz-border-radius: 3px;
 border-radius: 3px;
}

#wczytajgalerie .bx-prev {
background: url(../img/prev2.png);
background-position: center center;
background-size: 50%;
background-repeat: no-repeat;
right: auto;
left: 30px;
top: 50%;
margin-top: -30px;
background-color: black;
}

#wczytajgalerie .bx-pager, .bx-pager {
width: 100%;
height: 30px;
position: absolute;
z-index: 1000;
left: 0;
bottom: 30px;
text-align: center;
}

#galeria-topup .tytul {
display: block;
position: absolute;
top: 30px;
left: 30px;
color: white;
z-index: 1001;
font-size: 15px;
font-weight: bold;
padding: 10px;
background-color: black;
text-transform: uppercase;
}

.bx-pager-item {
display: inline-block;
width: 21px;
height: 21px;
margin-left: 3px;
margin-right: 3px;
position: relative;
}

.bx-pager-item a {
display: block;
width: 100%;
height: 100%;
text-indent: -99999px;
color: transparent;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,6d6d6d+99 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(109,109,109,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(109,109,109,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(109,109,109,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.bx-pager-item a.active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+0,000000+100 */
background: rgb(109,109,109); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,109,109,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(109,109,109,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(109,109,109,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

section .bx-pager {
bottom: 0;
z-index: 100;
opacity: 0.7;
}

section .bx-viewport {
padding-top: 10px;
height: 180px !important;
}

section .bx-pager-item {
width: 18px;
height: 18px;
}

#shade {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    background-color: rgba(0,0,0, 0.9);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#shade.open {
visibility: visible;
opacity: 1;
}

#youtube-player {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;  
    visibility: hidden;
    opacity: 0;  
    display: flex;
  align-items: center;
  justify-content: center;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;      
}

#youtube-player .preloader i {
width: 60px;
height: 60px;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
color: white;
margin-left: -30px;
margin-top: -30px;
font-size: 60px;
line-height: 60px;
text-align: center;
}

#youtube-player .preloader.open {
visibility: visible;
opacity: 1;
}

#youtube-player iframe {
width: 100vw;
height: 100vh;
max-width: 1240px;
max-height: 700px;
}

#youtube-player.open {
visibility: visible;
opacity: 1;
}

#filmy .slides .colcustom a.top-up {
overflow: hidden;
}

#filmy .slides .colcustom a.top-up:hover img {

}


#kolekcje h2, #kolekcje p, #kolekcje .colections .col, #kolekcje .button, 
#zarezerwuj-wizyte h2, #zarezerwuj-wizyte p, #zarezerwuj-wizyte .button,
#o-nas h2, #o-nas p, #opinie h2, #opinie .slides, #akcesoria h2, #akcesoria p, #akcesoria .colhiden,
#kontakt h2, #kontakt p, #kontakt  input, #kontakt  textarea, #kontakt  .button, 
#filmy h2, #filmy .slides    {
opacity: 0;
}

section {
overflow: hidden;
}

.infobox {
width: 100%;
height: 100%;
position: fixed;
top: 50%;
background-color: white;
z-index: 1001;
max-width: 1000px;
max-height: 200px;
left: 50%;
margin-left: -500px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;

margin-top: -100px;
overflow-y: auto;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
padding: 20px;
}


.infobox .close {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 40px;
height: 40px;
background-color: #0c2348;
line-height: 40px;
font-size: 16px;
color: white;
}

@media (max-width: 1000px) { 
  .infobox {
  	left: 15px;
  	margin-left: 0;
  	width: calc(100% - 30px);
  	height: calc(100% - 30px);
  	top: 15px;
  	margin-top: 120px;
  	}

}

@media (max-width: 660px) { 
  .infobox {
  max-height: 100%;
  top:15px;
  margin-top:0;  
  }

  .home .textcontainer .text span {
    width: 360px;
    margin-left: -180px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    min-height: 34px;
  }

}