@orange: #ee7b0d;
@blue: #00adef;
@futura: 'FuturaBoo';
@futurabold: 'Futura-Bol';

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3989ea");


@font-face {font-family: 'Futura-Bol';src: url('webfonts/3989EA_0_0.eot');src: url('webfonts/3989EA_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3989EA_0_0.woff2') format('woff2'),url('webfonts/3989EA_0_0.woff') format('woff'),url('webfonts/3989EA_0_0.ttf') format('truetype');}


body {
  background:white;
  font-family: @futura;
  font-size:18px;
  color:#000;
}

.ohidden {
  overflow: hidden;
}

.cicon {
  img {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 0.51);
    -moz-box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 0.51);
    box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 0.51);
  }
  h3 {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 10px 20px;
  }
}

a, div, p {
  font-family: @futura, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: @futurabold, Arial, sans-serif; font-weight: unset;
}
.ikony2 {
  .icon-box-content {
    p {
      font-family: 'FuturaDem', Arial, sans-serif;
      line-height: 120%;
    }
  }
  .icon-box-icon, .icon-box-right .icon-box-icon, .icon-box-left .icon-box-content, .icon-box-right .icon-box-content {
    display: table-cell;
    vertical-align: middle;
  }
}
.ikony {
  color:#fff;
  p {
    color:#fff;
    font-size: 18pt;
  }
  h3 {
    text-align: left;
    color:#fff;
    font-family: 'FuturaDem', Arial, sans-serif;
  }
  .icon-box-content {
    p {
      font-family: 'FuturaDem', Arial, sans-serif;
      line-height: 120%;
    }
  }
  h2.h2 {
    color:#fff;
    text-align: center;
    font-size:40px;
  }
}

.silikon {
  .produkt {
    max-width:150px;
    margin:0 auto;
  }
}
.lo1 {
  display: inline-block;
  width: 50%;
  float:left;
}
.lo2 {
  display: inline-block;
  width: 50%;

}

.h3extra.black1 {
  h3 {
    color:#000;
  }

}

.silikon {
  @media(min-width: 1024px) {
    margin-top:-100px;
  }
  img {
    max-width:200px!important;

  }
}

.header-wrapper {
z-index: 3;
}

.menu-horizontal {
  position: relative;
  padding: 5px 0px;
}
.maintitle {
  font-family: "KnaufScreen-Bold", 'Futura', Arial, sans-serif;
  text-transform: uppercase;

  span {
    font-weight: bold;
  }
}
.pack {
  max-width:320px;
}
@media (max-width: 959px) {
#main-logo.navbar-header {
  display: none;
}
}

.ikony {
.icon-box-icon, .icon-box-right .icon-box-icon, .icon-box-left .icon-box-content, .icon-box-right .icon-box-content {
  display: table-cell;
  vertical-align: middle;
}
}

.onepage-pagination {
  z-index: 1;
}

h3.h3extra {
  font-size: 50px;
}
#main-logo {
  display:none;
}
.gpic {
  margin-bottom:40px;
}
.kolory {

  .kolor {

    img {
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1);
      border: 10px solid #fff;
margin: 0 auto;
      -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);

      &:hover {
        transform: scale(1.2);
        transition: all 300ms;
        border: 10px solid #000;
      }


  }
    h3 {
      background-color: rgba(255,255,255,0.7);
      display:inline-block;
      padding: 5px 10px;
      border-radius: 5px;
    }
  }
}
#imagesequence {
  margin-top:40px;
  margin-bottom:40px;
}

#menu-item-79739 {
  a {
    font-size:0px;
    background-image: url('../img/logo_top.png');
    background-repeat: no-repeat;
    height:39px;
    width:60px;
    margin-left:40px;
  }
}

.line-box {
  height: 15px;
  position: relative;
  z-index: 9;
  float:left;
  background-image: url('../img/line.png');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: initial;
  width: 470px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  @media(max-width:1023px) {
    display: none;
  }
}

.advright {
  .line-box {
    background-image: url('../img/line2.png');
    float:right;

  }
  .pulse-wrapper {
    position: absolute;
    left: -20px;
  }
}
.pulse-wrapper{position:absolute;right:-20px}
.pulse-wrapper-2{position:absolute;left:-43px}



.spinner {

  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: @orange;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: spinner 2s infinite;
}


@-webkit-keyframes spinner {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,148,3, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,148,3, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,148,3, 0);
  }
}
@keyframes spinner {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,148,3, 0.4);
    box-shadow: 0 0 0 0 rgba(255,148,3, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,148,3, 0);
    box-shadow: 0 0 0 10px rgba(255,148,3, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,148,3, 0);
    box-shadow: 0 0 0 0 rgba(255,148,3, 0);
  }
}

//
//.spinner {
//  width: 40px;
//  height: 40px;
//  margin: 0px;
//  background-color: @orange;
//  border:2px solid #fff;
//
//  border-radius: 100%;
//  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
//  animation: sk-scaleout 1.0s infinite ease-in-out;
//}
//
//@-webkit-keyframes sk-scaleout {
//  0% { -webkit-transform: scale(0) }
//  100% {
//    -webkit-transform: scale(1.0);
//    opacity: 1;
//  }
//}
//
//@keyframes sk-scaleout {
//  0% {
//    -webkit-transform: scale(0);
//    transform: scale(0);
//  } 100% {
//      -webkit-transform: scale(1.0);
//      transform: scale(1.0);
//      opacity: 1;
//    }
//}

.hsub2 {
  font-size:25px;
  span{
    display: block;
    font-size:25px;
    line-height: 29px;
  }
  @media(max-width: 480px) {
   text-align: center!important;
    font-size:30px;
    line-height: 1.4;
    margin:0 auto;
    span{
      display: block;
      font-size:30px;
    }
  }
}


.maintxt {
  .mainh2 {
    font-size:50px;
    font-weight: 400;
    text-align: center;
    margin:0px;
    margin-bottom:50px;
  }
  p {
font-size:22px; color:#000;
    @media(max-width: 480px) {
    text-align: center;
    }
  }
}

.porada-adres {
  background-color: #efefef;
  padding:20px;
  color:#000;
  img {

    max-width: 220px;
  }
  a {
    color:@blue!important;
    text-decoration: underline;
  }
}

.panel-title > a span {
  font-size: 14px; font-family: Futura!important;
}

.hide-mobile {
  @media(max-width: 480px) {
   display:none;
  }
  @media(max-width: 481px) {
    display:block;
  }
}

.hide {
  display: none;
}

body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li#menu-item-79739.menu-item.menu-item-79739 > a {
  @media(max-width: 959px) {
    text-indent: -9999999999px;
    width:100%;
    background-position: center;
    margin-left:0px;
  }
}

.oblique2 {
  background: #830024;
  color: #FFF;
  padding: 2em;
  position: relative;
  min-height:300px;
  overflow:hidden;
}
.oblique2:after {
  content: '';
  position: absolute;
  bottom: -5%; left: 0; right: 0;
  height:100%;
  background:#FFF;
  transform: skew(0deg, -5deg);
}
.logo-container {
  display:none;
}

.navbar {
  &.is_stuck {
    .logo-container {
      display:block;
    }
  }
}
.fachowcy-wiedza {
  font-size:36px;
  font-weight: bold;
  text-shadow: 1px 1px 14px rgba(0,0,0,0.44);
  text-align: left;
  max-width:480px;
  h3 {
    color:#fff;   text-align: left;
  }
}

.porady {
  .kolumny {
    img {
      background-color: #00adef;
      border-radius: 100%;
      max-width:110px;
      border:solid #fff 5px;
      @media(max-width: 480px) {
       margin:0 auto;
      }
    }
  }
}

.paddingbottom0 {
  padding-bottom:0px!important;
}

.podpis {
  font-size: 22px;
  padding-left: 60px;
  font-style: italic;
  p {
    font-size: 32px;
    line-height: 120%;
  }
}
.historia-h3 {
  h3 {
    font-weight: 400;



  }
  &.top {

    h3 {
      @media(max-width:480px) {
        font-size:30px!important;
        font-weight:bold;
      }

      font-size: 42px!important;
      padding-left: 60px;
      font-weight: bold;
    background-image: url('../img/quote.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: initial;
    }
  }

}

.worekrow {

  .spacer.s2 {
    min-height: 0px;
  }

.advant.advleft {
  text-align:right;

  @media(max-width:1023px) {
    text-align: center;
  }

  .icon {
    @media(min-width: 1024px) {
    float: right;
    margin-left: 20px;
    margin-right: -60px;
  }

      @media(max-width: 1023px) {
        margin: 0 auto;
      }

  }
}
.advant.advright {


  .icon {
    @media(min-width: 1024px) {
    float:left;
    margin-right:20px;
    margin-left:-60px;
  }
    @media(max-width: 1023px) {
      margin: 0 auto;
    }

  }
}

.advant {

  .icon {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color:#eee;


    width:80px;
    height:80px;
    border-radius: 110px;
    &.i1 {
      background-image: url('../img/i3.png');
    }
    &.i2 {
      background-image: url('../img/i5.png');
    }
    &.i3 {
      background-image: url('../img/i4.png');
    }
    &.i4 {
      background-image: url('../img/i2.png');
    }
    &.i5 {
      background-image: url('../img/i1.png');
    }
    &.i6 {
      background-image: url('../img/i7.png');
    }
  }

  @media(min-width:480px) {
    padding-top:80px;
  }


  @media(max-width:480px) {
    text-align: center;
    padding-left:20px;
    padding-right:20px;
  }

  &.advleft {
    .advpin {
      @media(min-width: 768px) {
        padding-right:20px;
      }
    }



  }
  &.advright {
    .advpin {
      @media(min-width: 768px) {
        padding-left:20px;
      }
    }


  }
  .advpin {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
opacity:0;


    &.active {
      opacity:1;
      padding-right:0px;
      padding-left:0px;
    }
    margin-bottom: 90px;
    h3 {
padding:0px;
      margin-bottom:10px;
      color:@orange;
      font-weight: 400;
      font-size: 28px;
      letter-spacing: -0.6px;
    }
    h4 {
margin:0px;
      font-weight: 400;
      font-size: 20px;
    }
  }

}
}


.fachowcy-wiedza {
  font-size:30px;
  text-align: center;
  color:#fff;
  p {
    font-size:40px;

    @media(max-width:480px) {
    font-size:28px;
      font-weight:bold;
  }
  }
}



/*
	Containers
*/
#content-wrapper, #example-wrapper {
  height: 100%;
}
.scrollContainer {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%
}
.scrollContainer {
  height: 100%;
  margin: auto;
}
#example-wrapper .scrollContent {
  height: 100%;
}

.horizontal.scrollContainer {
  overflow-y: hidden;
  overflow-x: scroll;
}
#example-wrapper.scrollContainer .scrollContent {
  width: 100%;
  height: auto;
}
#example-wrapper.scrollContainer.horizontal .scrollContent {
  width: auto;
  height: 100%;
}
#example-wrapper.horizontal {
  white-space: nowrap;
  font-size: 0;  /* fix for spaces between inline block divs */
}
#example-wrapper.horizontal div {
  font-size: 13px;
}
#example-wrapper .scrollContent, #example-wrapper.horizontal .scrollContent {
  font-size: 0;
}
#example-wrapper .scrollContent div {
  font-size: 13px;
}
#example-wrapper section {
}

section#titlechart {
  text-align: center;
  position: relative;
  height: 100%;
  min-height: 500px;
  min-width: 100%;
  height: 100vh;
}
.horizontal section, .horizontal section#titlechart{
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
section#titlechart #description {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 600px;
  height: 300px;
  margin: -150px auto auto -300px;
}
section#titlechart.home #description {
  padding-top: 0;
  padding-bottom: 100px;
}
section#titlechart #description h1 {
  margin: 0;
}
section#titlechart #description h2 {
  margin-bottom: 20px;
}
section#titlechart #description a.viewsource {
  margin-bottom: 20px;
  display: inline-block;
}
section#titlechart #description code {
  background-color: #E1F1FF;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

section#titlechart #description ol, section#titlechart #description p {
  text-align: left;
  max-width: 400px;
  margin: 10px auto 10px auto;
  white-space: normal;
}
section#titlechart #description ol {
  list-style-position: outside;
}
#example-wrapper section#titlechart #description:after {
  content: "↧";
  font-size: 40px;
  display: block;
}
#example-wrapper.horizontal section#titlechart #description:after {
  content: "↦";
}


section.demo * {
  font-size: 13px;
}
section.demo {
  font-size: 0;
  text-align: center;
  //background-image: url("../img/example_bg_v.png");
}
section.demo.fullheight {
  min-height: 100%;
}
section.demo.doublewidth, .spacer.doublewidth {
  min-width: 200%;
}
.horizontal section.demo {
  text-align: inherit;
  white-space: nowrap;
  //background-image: url("../img/example_bg_h.png");
}
.horizontal section.demo.fullwidth {
  min-width: 100%;
}

.spacer {
  text-align: center;
  min-height: 100px;
  //background-image: url("../img/example_bg_spacer_v.gif");
}
.spacer.s0 {
  min-height: 1px;
}
.spacer.s1 {
  min-height: 100px;
}
.spacer.s2 {
  min-height: 200px;
}
.spacer.s3 {
  min-height: 300px;
}
.spacer.s4 {
  min-height: 400px;
}
.spacer.s5 {
  min-height: 500px;
}
.spacer.s6 {
  min-height: 600px;
}
.spacer.s7 {
  min-height: 700px;
}
.spacer.s8 {
  min-height: 800px;
}
.spacer.s9 {
  min-height: 900px;
}
.spacer.s10 {
  min-height: 1000px;
}
.spacer.s_viewport {
  min-height: 100%;
}
.horizontal .spacer {
  background-image: url("../img/example_bg_spacer_h.gif");
  margin-bottom: 0;
  min-height: initial;
  min-width: 100px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.horizontal .spacer.s0 {
  min-width: 1px;
}
.horizontal .spacer.s1 {
  min-width: 100px;
}
.horizontal .spacer.s2 {
  min-width: 200px;
}
.horizontal .spacer.s3 {
  min-width: 300px;
}
.horizontal .spacer.s4 {
  min-width: 400px;
}
.horizontal .spacer.s5 {
  min-width: 500px;
}
.horizontal .spacer.s6 {
  min-width: 600px;
}
.horizontal .spacer.s7 {
  min-width: 700px;
}
.horizontal .spacer.s8 {
  min-width: 800px;
}
.horizontal .spacer.s9 {
  min-width: 900px;
}
.horizontal .spacer.s10 {
  min-width: 1000px;
}
.spacer.s_viewport {
  min-width: 100%;
}

.box1, .box2, .box3 {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  border: 0px solid white;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
}
.box1 {
  min-width: 100px;
  height: 100px;
  margin: 0 auto 0 auto;
}
.box2 {
  min-width: 50px;
  height: 50px;
  margin: 25px auto 25px auto;
}
.box3 {
  min-width: 26px;
  height: 26px;
  margin: 37px auto 37px auto;
}
.horizontal .box1 {
  top: 50%;
  max-height: 100px;
  margin: -50px 0 auto 0;
}
.horizontal .box2 {
  top: 50%;
  max-height: 50px;
  margin: -25px 25px auto 25px;
}
.horizontal .box3 {
  top: 50%;
  max-height: 26px;
  margin: -13px 37px auto 37px;
}
.box1 p, .box2 p, .box3 p {
  margin: 5px 15px 5px 15px;
  font-size: 13px;
  font-weight: lighter;
  color: white;
}
#reveal-elements .digit {
  vertical-align: top;
}
#reveal-elements .digit p {
  font-size: 35px;
  font-weight: bold;
}
.box1 p:first-child {
  margin-top: 27px;
}
.box1 a, .box2 a, .box3 a {
  color: white;
}
.box1.white *, .box2.white *, .box3.white * {
  color: #2e639e;
}
.box2.mario {
  background-color: #004fae;
  border-top: 30px solid #fc112f;
  border-bottom: 10px solid #c4723b;
}
.box3.goomba {
  min-width: 30px;
  height: 4px;
  margin-top: 75px;
  margin-left: 30px;
  margin-bottom: 25px;
  background-color: #b39475;
  border-top: 30px solid #744527;
  border-bottom: 6px solid #c4723b;
}
/*
	colors
*/

.box1.outline, .box2.outline, .box3.outline {
  border: 1px solid white;
}
.blue {
  background-color: #3883d8;
}
.turqoise {
  background-color: #38ced7;
}
.brown {
  background-color: #a66f28;
}
.bordeaux {
  background-color: #953543;
}
.skin {
  background-color: #ED9F4C;
}
.black {
  background-color: #000000;
}
.white {
  background-color: #FFFFFF;
}
.red {
  background-color: #cf3535;
}
.green {
  background-color: #22d659;
}
.orange {
  background-color: #ea6300;
}
/*
	Form
*/
form.move {
  text-align: left;
  position: fixed;
  top: 70px;
  left: 20px;
  display: block;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 20px;
  z-index: 20;
}
html.touch form.move {
  top: 120px;
}
form > div, form > fieldset > div {
  margin: 10px 0 10px 0;
  display: block;
}
form .slider {
  min-width: 199px;
  display: inline-block;
  position: relative;
  height: 9px;
  border-right: 1px solid #2e639e;
  border-left: 1px solid #2e639e;
  vertical-align: middle;
  margin-right: 5px;
}
form .slider .trackbar {
  margin-top: 4px;
  border-top: 1px solid #2e639e;
  height: 4px;
}
form .slider .handle {
  height: 14px;
  width: 6px;
  position: absolute;
  top: -4px;
  margin-left: -4px;
  left: 0%;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #2e639e;
}
form .slider .handle:hover, form .slider.dragging .handle {
  background-color: #79b0ee;
}
form .slider + input {
  background-color: transparent;
  border: none;
  padding: 0;
}
form #options label, form #actions label, form #tweenparams label {
  min-width: 90px;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}
form #tweenparams label {
  min-width: 50px;
}
form #options button {
  width: 65px;
}
form fieldset {
  padding: 0 10px 0 10px;
  margin: 5px 0 0 0;
}
form fieldset:first-child {
  margin-top: -5px;
}
form fieldset legend {
  padding: 0 5px 0 5px;
  margin: 0;
}

.move {
  cursor: move;
}
.move * {
  cursor: auto;
}
.move label {
  cursor: default;
}

/*
	MENU
*/

ul#menu, ul#menu ul {
  list-style: none;
  padding: 0;
}

ul#menu {
  position: fixed;
  z-index: 999;
  width: 540px;
  left: 50%;
  margin: 10px auto auto -270px;
  text-align: center;
}

ul#menu > li {
  display: inline-block;
  margin: 0 5px 0 5px;
  position: relative;
  min-height: 30px;
  border-radius: 4px;
  background-color: #79b0ee;
  vertical-align: top;
  min-width: 165px;
}
ul#menu li a {
  padding: 0 5px 0 5px;
  display: block;
  text-decoration: none;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
}
ul#menu ul {
  display: none;
}

ul#menu li:hover > a, ul#menu li.current > a {
  color: #2e639e;
}

ul#menu li:hover ul, html.touch ul#menu li.open ul {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  border-top: 1px dashed white;
}
ul#menu ul li a {
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: lighter;
  color: #133f71;
}
ul#menu ul li.current a {
  background-color: #FFFFFF;
}
ul#menu ul li a:hover {
  background-color: #3883d8;
  color: white;
}


