body,html{padding:0px; margin:0px; overflow-x: hidden;}
@font-face {
  font-family: 'Oblik';
     src: url('../font/Oblik-Bold.eot');
     src: url('../font/Oblik-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Oblik-Bold.woff2') format('woff2'),
         url('../font/Oblik-Bold.woff') format('woff'),
         url('../font/Oblik-Bold.ttf') format('truetype'),
         url('../font/Oblik-Bold.svg#Oblik-Bold') format('svg');
     font-weight: bold;
     font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../font/PlayfairDisplay-Regular.eot');
    src: url('../font/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../font/PlayfairDisplay-Regular.woff') format('woff'),
        url('../font/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
video {
  position: relative;
top:310px;
  left: 50%;
  transform: translate(-50%,-50%);
}
#langmenu ul{list-style: none; padding: 0px; margin: 0px;}
#langmenu li{float: left;line-height: 14px; padding: 0px 5px;text-align: center;}
#langmenu li a{padding: 0px 0px 0px 10px;}
.sideNav li + li a {
  border-left: 1px solid #000;
}

.video_contain {

}
.sutodesc {
    max-width: 500px;
}
.floatmenu{}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p{line-height: 18px;font-family: 'Rubik', sans-serif;}
#tobar{width:100%; height: 116px; background: #fff;position: relative;
    z-index: 9000;}
.narrow{width:1138px; margin: 0px auto !important;}
#logo{position: absolute; left: 30px;top: 13px;z-index: 99999999;}
.manubar{text-align: right;}
.manubar ul{list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    left: 0px;
    width: auto;
    float: right;}
.manubar li{float: left; display: inline; padding: 0px 20px;}
.manubar li a {font-size: 16px; text-transform: uppercase; color:#242424; line-height: 116px;font-family: 'Oblik'; font-weight: bold; font-style: normal;}

#bannerplaceholder{width: 100%;
    height: 600px;
    background: url(../img/poster.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;}
#bannerplaceholder1{width:100%; min-height: 500px; background: url("../img/b1a.jpg")no-repeat; background-position: bottom center; background-size: cover;}
#bannercard{width:660px; min-height: 200px; background: #fff; margin-top:-100px; left:50%; margin-left: -330px;position: absolute;padding:20px 10px; text-align: center; font-family: 'Playfair Display';}
#bannercard h1{font-size: 35px;}
#footer{background: #222222; width: 100%; min-height: 200px; padding:30px  10px 0px; color:#fff;font-family: 'Oblik'; font-weight: normal; font-style: normal;}
.copyrights{text-align: right;border-top: 1px solid #fff; padding: 10px 0px; font-size: 10px;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.footmenu ul{list-style: none;}
.footmenu li a{color: #fff; text-transform: uppercase;}
.wbox {
    background: #fff;
    /*margin: 76px 0px 0px 0px;*/
    position: relative;
    z-index: 3999;
    max-width: 447px;
    /*padding: 30px;
    right: -129px;*/
}
.wbox h2, .wbox h3,.wbox2 h2, .wbox2 h3{font-family: 'Playfair Display';}
.wbox h2,.wbox2 h2{font-size: 42px;}
.wbox h3, .wbox2 h3{padding-bottom: 10px;padding-top:30px;}
.padding1 {
    padding: 100px 0px 0px;
}
.padding50 {
    padding: 50px 0px 0px;
}
#turnee{width:100%; min-height: 637px; background: url("../img/turnebg2019a.jpg")no-repeat; background-position: top center; background-size: cover;}
.tourne1 {
    text-align: center;
    margin-left: -138px;
}
.tourne1 h2, #szkolenia h2, #bartek h2{font-family: 'Playfair Display';font-size: 42px;}
.tourne1 p{font-size: 24px;}
.tourne2{margin-left: -67px;max-width: 100%;}
.tourne2 p{padding: 10px 0px;}
#szkolenia{width:100%; min-height: 300px; background: url("../img/szkoleniabg.jpg")no-repeat; background-position: top center; background-size: cover;    height: 422px;    padding: 31px 0px 0px;}
.rtxt {
    position: absolute;
    text-align: right;
    right: 44px;
    padding-top:70px;
}
.rtxt h3{font-family: 'Playfair Display'; font-size: 32px;}

@-moz-keyframes fadein {
  0% {
    opacity: .1;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: .1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: .1;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.uppercase {
  text-transform: uppercase;
}

.testimonial-widget {
  position: relative;
  text-align: center;

  padding: 0 20px;
  height: 486px;
}

.testimonial {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.testimonial.current {
  opacity: 1;
  position: relative;
  z-index: initial;
  -moz-animation: fadein 0.7s ease;
  -webkit-animation: fadein 0.7s ease;
  animation: fadein 0.7s ease;
}

.prev-testimonial,
.next-testimonial {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  width: 30px;
  top: 110px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9999;
display: block;
}
.prev-testimonial:focus,
.next-testimonial:focus {
  outline: none;
}
.prev-testimonial:before,
.next-testimonial:before {
  content: "";
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev-testimonial {
  left: 0;
}
.prev-testimonial:before {
  left: 10px;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
}

.next-testimonial {
  right: 0;
}
.next-testimonial:before {
  right: 10px;
  border-top: solid 1px black;
  border-right: solid 1px black;
}

.testimonial__mug {
  width: 100px;
  height: 100px;
  margin: 16px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.grey-out {
  opacity: .2;
}
.wrap {
  padding-top: 56px;
      width: 100%;
      margin: 0px auto;

      max-width: 900px;
}
.tbox img{margin: -46px 0px;
    z-index: 9999;}
#szkolenia2{width: 100%;
    min-height: 300px;
    background: url('../img/szk1.png')no-repeat;
    background-position: top center;
    background-size: cover;
    margin: -55px 0px;
    height: 420px;
  position: absolute;
}
#szkolenia3{width: 100%;
    min-height: 300px;
    background: url('../img/szk2.png')no-repeat;
    background-position: top center;
    background-size: cover;
    margin: -55px 0px;
    height: 420px;
  position: absolute;
}
div#szknapis {
        margin-top: -101px;
        position: relative;
        z-index: 6000;
    }
  #szkolenia3 .rtxt, #szkolenia2 .rtxt{
        position: absolute;
        text-align: right;
        right: 44px;
        padding-top: 115px;
    }
#bartek{width:100%; min-height: 300px; background: url("../img/bartekbg.jpg")no-repeat; background-position: top center; background-size: cover;    height: 422px;}
.bartekbox {
    padding-left: 96px;
    padding-top: 25px;
}
.bartekbox2 {
    padding-left: 96px;
    padding-top: 25px;
}
.bartekbox2 h2{font-family: 'Playfair Display';
    font-size: 42px;}
#plex{width:100%; min-height: 300px; background: url("../img/milarich.png")no-repeat; background-position: top center;     background-size: cover;
    height: 842px;
    margin-top: 279px;}
#plexR{width:100%; min-height: 300px; background: url("../img/milarich2.jpg")no-repeat; background-position: top center;     background-size: cover;
        height: 842px;
        margin-top: 200px;}
#plex2{width:100%; min-height: 300px; background: url("../img/plex2bg.jpg")no-repeat; background-position: top center;     background-size: cover;
        height: 842px;
        margin-top: 0px;}
.pleximg {
        position: absolute;
        margin: 75px -85px;
    }
#plex2 .pleximg {
        position: absolute;
        margin: 138px -85px;
    }
#plex .tbox {
  margin: 47px -43px;
position: absolute;
text-align: left;
right: 56px;
    }
#plex2 .tbox {
            margin: 354px 0px;
            position: absolute;
            text-align: right;
            right: 56px;
        }
#plex .tbox h2, #plex2 .tbox h2{font-family: 'Playfair Display';font-size: 62px;}
#plex .tbox h3, #plex2 .tbox h3{font-family: 'Playfair Display';}
.fixed{position: fixed !important; z-index: 9999999;border-bottom: 1px solid #d3d3d3;}
#tobar.fixed{
    width: 100%;
    height: 89px;
    background: #fff;
    transition-duration: 1s;
}
.fixed .manubar li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #242424;
    line-height: 87px;
    font-family: 'Oblik';
    font-weight: bold;
    font-style: normal;
    transition-duration: 1s;
}
.fixed #logo img {
    height: 31%;
    width: 31%;
    transition-duration: 1s;
    margin: 7px;
}
.fixed .langswitch {

    transition-duration: 1s;
}
li.active {
    text-decoration: underline;
}
.pageinfo{text-align: center;font-family: 'Oblik';}
.whitebg{background: #fff;}
#udpates{list-style: none; padding: 0px; margin: 0px;}
.slick-arrow{
  position: absolute !important;
    -moz-appearance: none  !important;
    -webkit-appearance: none  !important;
    background-color: transparent  !important;
    border: none  !important;
    width: 30px  !important;
    top: 363px   !important;
    text-indent: -9999px  !important;
    cursor: pointer  !important;
    z-index: 4999;
    display: block;
}
.slick-next:before, .slick-prev:before {
    content: "";
    background-color: transparent ;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before {
    left: 10px;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
}
.slick-next:before {
    right: 10px;
    border-top: solid 1px black;
    border-right: solid 1px black;
}
.slick-next {
    right: 300px;
}
.slick-prev {
    left: 300px;
}

.sliderbox{width:100%;}
ul.slick-dots {
    margin: 0px auto 20px;
    text-align: center;
    list-style: none;
}
.slick-dots li{display: inline-block;padding: 0px 10px;}
.slick-dots li button{border-radius: 50%; border: 1px solid #000; background: #fff;width:30px; height: 30px;}
.slick-active button{background: #000 !important; color:#fff;}
li.widget {
    list-style: none;
}
.wbox2 {
    background: #fff;
    margin: 76px 0px 0px 0px;
    position: relative;
    z-index: 9999;
    max-width: 447px;
    padding: 30px;
    right: -69px;
}
.korekta img{    margin-right: 69px;
    right: 0px;
    position: absolute;}
#menu-produkty{width:100%; background: #fff; position: relative; z-index: 8000;min-height: 200px;border-top: 1px solid #d3d3d3;display:none;position: fixed;}
.visible{display: block !important; }
div#menu-produkty.fixed {
    margin-top: 0px;
}
#menu-produkty ul{list-style: none; padding: 0px; margin: 0px;}
#menu-produkty li a{color:#000; text-transform: uppercase;font-family: 'Rubik', sans-serif;}
.subprod{padding-top:80px;}
.subprod b{font-family: 'Oblik'; font-weight: 100;}
.filtr h3{font-family: 'Oblik'; }
.filtr h4{font-family: 'Oblik'; }
.filtr li{text-transform: uppercase;}
.filtr li a{color: #000;font-family: 'Rubik', sans-serif;}
.filtr{padding-bottom: 50px;}
.zawartosc ul{list-style: none;    padding: 0px;
    margin: 0px;}
.zawartosc li{float: left; padding: 10px; text-align: center; width: 273px;}
.zawartosc li img{max-height: 226px;}
.zawartosc li h2{font-family: 'Playfair Display'; padding-bottom: 20px; font-size: 22px;}
.zawartosc li p{padding-bottom: 20px;}
.prodList{display:none;}
.show{display: block !important; }
.omarce1 h2{    font-family: 'Playfair Display';
    font-size: 42px;}
#omarce2{width:100%; min-height: 870px; background: url("../img/omarce2.jpg")no-repeat; background-position: bottom center; background-size: cover;}
.omniebox1 {
    padding-top: 351px;
    max-width: 416px;
}
.kolekcjeFont h3{font-family: 'Playfair Display';}
.navbox_time ul{list-style: none;}
.navbox_time li{max-width: 200px;
    text-align: center;
    float: left;
    margin: 0px 36px;
    width: 200px;
    padding: 0px;}
.navbox_time li.active:before{content: '\2022';
    position: absolute;
    margin: -50px -36px;
    font-size: 42px;
  color:#000 !important;
width: 200px;
}
.navbox_time li:before{    content: '\2022';
    position: absolute;
    margin: -50px -36px;
    font-size: 42px;
    color: #d3d3d3 !important;
    width: 200px;}
.navbox_time li a{color: #000; }
.lSSlideOuter .lSPager.lSGallery li {
    height: 51px;}
/*.milaClubJak{width:100%; min-height: 469px; background: url("../img/grafika_1920x469px_v2.jpg")no-repeat; background-position: bottom center; background-size: contain;margin-top:50px;}*/
.milaClubJak img{width:100%;}
.milaClubJak {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw  !important;
    margin-top:30px;
}
.milaClubJak .col-md-12{padding-right: 0px  !important;
    padding-left: 0px   !important;}
.row.milaClubJak p {
  font-size: 18px;
color: #fff;
padding: 0px;
line-height: 23px;
text-shadow: 2px 2px 2px #000;
font-family: 'Rubik', sans-serif;
}
.milaClubText{padding-top:100px;}
.abowe:before{
  content: '';
      position: absolute;
      margin: -31px -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #ffffff transparent transparent transparent;
      left: 50%;

}
.greybg{background: #ebebeb;}
.blackbar{background: #000; height: 30px; width: 100%;}
.blackbar p{line-height: 30px; color:#fff;}
.blackbar:before{
  content: '';
      position: absolute;
      margin: 25px -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #000 transparent transparent transparent;
      left: 50%;

}
.pnone{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p10e{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.milabox{border-top: none; border-left: none;
border-right: none; border-radius: 0px;box-shadow: none; }
.milasubmit{text-align: center; margin: 10px auto; border:1px solid #00; border-radius: 0px; width: 200px;}
.listbg{background: url('../img/listbg.jpg')no-repeat; padding: 20px 10px; width:350px; height:160px; overflow: hidden;margin: 5px 0px;}
.menuszkolenia ul{list-style: none; text-align: center;}
.menuszkolenia li{display: inline; width: 200px; padding: 10px 66px; border:1px solid #000; cursor:pointer; margin: 0px 20px;}
.szkoleniabg1{width:100%; min-height: 300px; background: url("../img/szkoleniabg1.jpg")no-repeat; background-position: top center; background-size: cover;    height: 822px;}

.szkoleniabg1 h2 {
    font-family: 'Playfair Display';
    font-size: 42px;
}
.paddingbann{padding-top: 150px;}
.quote h2{    font-family: 'Playfair Display';}
#liftup{    margin-top: -151px !important;}
#bgall{padding-top:190px;width:100%; min-height: 300px; background: url("../img/szkoleniabg4all.jpg")no-repeat; background-position: top center; background-size: cover;   height: auto;}
.schoolbox{border:1px solid #000; margin: 10px; height: 808px; padding: 10px;background: #fff;}
.schoolbox2{border:1px solid #000; margin: 100px 10px; height: 730px; padding: 10px;background: #fff;}
.schoolbox3{border: 1px solid #000;
    margin: 285px 10px;
    height: 447px;
    padding: 10px;
    background: #fff;
    position: absolute;}
.stop{
    background: #000;
    margin: -27px auto;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -26%;
    padding: 0px 10px;
    width: 54%;}
    .stop2 {
        width: 29px;
        background: #000;
        margin: -27px auto;
        text-align: center;
        line-height: 30px;
        height: 30px;
        color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        border-radius: 50%;
    }
.scont p,.scont2 p{line-height: 20px;}
.sprice, .sprice2{background: #fff; border:1px solid #000; margin: 20px auto; line-height: 30px; height: 30px; width: 100px; text-align: center;font-size: 18px;
    font-weight: bold;}
.sprice small{font-size: 14px; font-weight: normal;}
.scont {
    height: 687px;
    padding-top: 20px;
}
.scont2 {
    height: 403px;
    padding-top: 20px;
}
#szonlinebg{padding-top:66px;width:100%; min-height: 793px; background: url("../img/szkoleniabg5.jpg")no-repeat; background-position: top center; background-size: cover;   height: auto;}
#szonlinebg h2{    font-family: 'Playfair Display';
    font-size: 42px; margin-top:0px;}
.sonlintxt p{margin: 84px 0px;
    position: absolute;
    text-align: right;
    right: 56px;
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 33px;}
#instruktorzy{padding-top:190px; padding-bottom:100px;}
#instruktorzy h2{font-family: 'Playfair Display';
    font-size: 42px; margin-top:0px;}
    #instruktorzy h3{font-family: 'Playfair Display';
        font-size: 22px; padding-top:10px;}
.claSzko{font-size: 32px; padding: 700px 0px 0px; position: absolute;}
.claSzko p{line-height: 40px;}
div#RWD {
    position: fixed;

    width: 60px;
    z-index: 9999999;
    padding: 41px;
    display: none;
    right: 60px;
}
.fixed div#RWD {
    position: fixed;
    width: 60px;
    z-index: 9999999;
    padding: 20px 41px;
    display: none;
    right: 60px;
}
.fixed .bar {
    width: 20px;
    height: 2px;
    background: #0d0d0d;
    margin: 5px;
    clear: both;
}
.btnrwd {
    display: inline-block !important;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
    float: left;
    margin: 14px 7px 14px 33px;
    width: 32px;
    background: transparent;
}
.bar {
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 5px;
    clear: both;
}
#RWDMENu {
    width: 49%;
    position: fixed;
    height: 100%;
    display: none;
    left: -49%;
    height: 100vh;
    transition-property: all;
    z-index: 6000;
    transition-duration: .5s;
}
.collapsein {
    transition-duration: 1s;
    background: #fff;
    color: #000;
    display: block !important;
    float: left;
    z-index: 999;
    left: 0 !important;
    transition: all .5s ease;

}
.slim ul{list-style: none;padding-top:123px;padding-left: 22px;}
.slim li{padding: 10px 0px;}
.slim li a{color:#000;text-transform: uppercase;}
.sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transition: opacity 1.5s;
}
.sidebar-overlay.triggered{
    display: block;
    transition: opacity 1.5s;
}
#closeprod{display:none;}
.slick-list, .slick-slide  {
    outline: none !important;
}
ul.slick-dots {
    padding-top: 30px;
}
div#menu-produkty.fixed {
    margin-top: 79px;
}
.lslide img, .clone img{
    max-width: 100% !important;
    display: block;
  margin: 0 auto;
  max-height: 83vh;
}
.lSSlideOuter .lSPager.lSGallery li img{
  max-height: 100%;
  display: block;
margin: 0 auto;
}
@media (max-width: 1600px) {
  body,html{overflow-x: hidden;}
	div#menu-produkty.fixed {
    margin-top: 79px;
}
	#bannerplaceholder1 {
    width: 100%;
    min-height: 326px;
    background: url(../img/b1a.jpg)no-repeat;
    background-position: bottom center;
    background-size: cover;
}

  #closeprod {
      display: block;
      margin: -70px 0px;
      right: 26px;
      position: absolute;
      font-size: 27px;
  }
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 50px;
}
}
/* style dla telefon orientacja pionowa --------------------------------------------------------*/
@media (max-width: 550px) {
  .sonlintxt {
    margin-right: -51px;
}
  #closeprod{ display: none;
    margin: -22px 0px;
    right: 14px;
    z-index: 99999999999;
    /* top: 145px; */}
  #bannerplaceholder1 {
    width: 100%;
    min-height: 196px;
    background: url(../img/b1amob.jpg)no-repeat;
    background-position: bottom center;
    background-size: cover;
}
  div#szknapis {
      margin-top: -101px;
      position: relative;
      z-index: 1;
  }
#bannercard h1 {
    font-size: 35px;

}

.letitbe {
    display: block !important;
    transition-duration: 1s;
}
div#logo img {
    width: 50%;
    margin: 15px 0px;
}
#menu-produkty{display:none;}
.manubar{display:none;}
.narrow {
    width: 100%;

}
.wbox {
    z-index: 1 !important;
    right: unset;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#bannercard {
  width: 90%;
      min-height: unset;
      background: #fff;
      margin-top: -27px;
      left: unset;
      margin-left: unset;
      position: relative;
      padding: 20px 10px 0px;
      text-align: center;
      font-family: 'Playfair Display';
      clear: both;
      left: 50%;
      margin-left: -45%;
}
.tboxR {
    padding: 574px 0 0 230px;
}
#plex .tbox {
    margin: 307px 0px 0px;
    position: absolute;
    text-align: right;
    right: 12px;
}
.wbox h3 {
    padding-bottom: 10px;
    padding-top: 30px;
    display: none;
}
.padding1 {
    padding: 0px 0px 0px;
}
img{max-width:100%; height: auto;float: unset !important;}
.tourne1 {
    text-align: center;
    margin-left: 0px;
}
.bartekbox {
    padding-left: 0px;
    padding-top: 25px;
}
#plex {
  width: 100%;
  min-height: 300px;
  /* background: unset; */
  background-position: -1308px 154px;
  background-size: cover;
  height: 956px;
  margin-top: 355px;
}
.pleximg {
    position: absolute;
    margin: 75px -0px;
}
#tobar.fixed {
    width: 100%;
    height: 89px;
    background: #fff;
    transition-duration: 1s;
}
#tobar {
    width: 100%;
    height: 116px;
    background: transparent;
    position: absolute;
    z-index: 9000;
}

#turnee {
  width: 100%;
    min-height: unset;
    background: none;
    background-position: -626px 0px;
    background-size: cover;
    padding: 0px 0px 33px;
}
.tourne2 {
    margin-left: 2px;
    max-width: 100%;
}
.tourne2 .btn{text-align: center;margin-top: -112px;}
.wrap {
    padding-top: 81px;
    width: 100%;
    margin: 0px auto;
    max-width: 900px;
}
.rtxt {
    position: absolute;
    text-align: right;
    right: 44px;
    padding-top: 145px;
}
#szkolenia3 .rtxt, #szkolenia2 .rtxt {
    position: absolute;
    text-align: right;
    right: 44px;
    padding-top: 201px;
    text-shadow: 1px 1px 3px #fff;
}
#bannerplaceholder {
    width: 100%;
    height: 66vh;
    background: url(../img/b1.jpg)no-repeat;
    background-position: -340px center !important;
    background-size: cover;
    overflow: hidden;
}
.slick-list{height:auto;}
.korekta img {
    margin-right: 69px;
    right: 0px;
    position: relative;
}
#omarce2 {
    width: 100%;
    min-height: 503px;
    background: url(../img/omarce2mob.jpg)no-repeat;
    background-position: -477px bottom !important;
    background-size: cover;
}
.omniebox1 {
  margin-top: 261px;
  padding: 6px;
  background: #fff;
}
.footmenu ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 14px 0px;
}
.menuszkolenia li {
  display: block;
      width: 90%;
      padding: 10px 66px;
      border: 1px solid #000;
      cursor: pointer;
      margin: 15px auto;
}
.menuszkolenia ul {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.szkoleniabg1 h2 {
    font-family: 'Playfair Display';
    font-size: 34px;
}
.scont img{float:left !important;}
.schoolbox {
    border: 1px solid #000;
    margin: 48px 10px;
    height: auto;
    padding: 10px;
    background: #fff;
}
#bgall {
    padding-top: 10px;
  }

  .schoolbox2 {
    border: 1px solid #000;
    margin: 100px 10px;
    height: auto;
    padding: 10px;
    background: #fff;
}
.scont {
  height: inherit;
  padding-top: 20px;
  margin-bottom: 51px;
  clear: both;
}
.sprice, .sprice2 {
  background: #fff;
  border: 1px solid #000;
  margin: 0px -50px;
  line-height: 30px;
  height: 30px;
  width: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  clear: both;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
.szkoleniabg1 .bartekbox{padding-top:373px;}
.szkoleniabg1 .bartekbox h2{text-shadow:2px 1px 0px #fff;}
.sonlintxt p {
    margin: 23px 0px;
    position: relative;
    text-align: right;
    right: 56px;
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 33px;
}
.schoolbox3 {
    border: 1px solid #000;
    margin: 86px 10px;
    height: 447px;
    padding: 10px;
    background: #fff;
    position: relative;
}
.claSzko {
    display: none;
}
.scont2 {
    height: auto;
    padding-top: 20px;
}
#instruktorzy {
    padding-top: 10px;
    padding-bottom: 100px;
}
.wbox2 {
    background: #fff;
    margin: -11px 0px 0px 0px;
    position: relative;
    z-index: 9999;
    max-width: 447px;
    padding: 30px;
    right: unset;
}
.slick-arrow {
    position: absolute !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent !important;
    border: none !important;
    width: 30px !important;
    top: unset !important;
    text-indent: -9999px !important;
    cursor: pointer !important;
    z-index: 4999;
    display: block;
    bottom: 14px;
}
ul.slick-dots {
    margin: 26px auto 20px;
    text-align: center;
    list-style: none;
    padding: 0px;
}
.navbox_time li {
  max-width: 116px;
  text-align: center;
  float: left;
  margin: 0px 5px;
  width: 116px;
  padding: 0px;
}
.navbox_time ul {
    list-style: none;
    clear: both;
}
.listbg {
    background: url(../img/listbg.jpg)no-repeat;
    padding: 20px 10px;
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 5px 0px;
    background-position: right top;
}
#plex2 .pleximg {
    position: absolute;
    margin: -36px -68px;
}
#plex2 {
    width: 100%;
    min-height: 300px;
    background: url(../img/plex2bg.jpg)no-repeat;
    background-position: -980px top;
    background-size: cover;
    height: 842px;
    margin-top: 0px;
}
#totlanew{
    width: 114px !important;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #000;
    font-weight: bold;
    right: -223px;
    position: relative;
    margin-bottom: 100px;
}
#plex2 .tbox {
    margin: 354px 0px;
    position: absolute;
    text-align: right;
    right: 3px;
}
#menu-produkty {
  background: #fff !important;
      position: fixed !important;
      overflow-y: scroll;
      top: 0px;
      padding: 112px 0px 0px;
      height: 100vh;
	      margin-top: 0px !important;
}
.subprod {
    padding-top: 10px;
}
.prev-testimonial, .next-testimonial {
    position: absolute;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    width: 30px;
    top: 110px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
    display: block;
}
#liftup {
    margin-top: 12px !important;
}
.rwdhide{display:none;}
.clearstyle{margin: 180px 10px 0px !important;}
.zawartosc li {
    float: left;
    padding: 10px;
    text-align: center;
    width: 50%;
}
.prwdtitle{height: 100px !important;}
.prwddesc{height: 130px !important;}
.milaClubJak img{display:none;}
.milaClubJak {
    width: 100%;
    min-height: 577px;
    background: url(../img/jakmob.jpg)no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top: 50px;
}
.rwdclear{clear:both;}
.btn {
    display: inline-block;
    padding: 6px 6px !important;}
}
