@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/MyriadProLight.eot');
    src: url('../fonts/MyriadProLight.eot') format('embedded-opentype'),
         url('../fonts/MyriadProLight.woff2') format('woff2'),
         url('../fonts/MyriadProLight.woff') format('woff'),
         url('../fonts/MyriadProLight.ttf') format('truetype'),
         url('../fonts/MyriadProLight.svg#MyriadProLight') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadSetProBold';
    src: url('../fonts/MyriadSetProBold.eot');
    src: url('../fonts/MyriadSetProBold.eot') format('embedded-opentype'),
         url('../fonts/MyriadSetProBold.woff2') format('woff2'),
         url('../fonts/MyriadSetProBold.woff') format('woff'),
         url('../fonts/MyriadSetProBold.ttf') format('truetype'),
         url('../fonts/MyriadSetProBold.svg#MyriadSetProBold') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProSemibold.woff2') format('woff2'),
         url('../fonts/MyriadProSemibold.woff') format('woff'),
         url('../fonts/MyriadProSemibold.ttf') format('truetype'),
         url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

body {
  color: #7c7b7b;
  font-size:20px;
  line-height: 1.5em;
  font-family: 'MyriadProLight';
  font-weight: normal;
  background-color: #ededed;
}
img {
  max-width: 100%;
  height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #3b89e4;
}
::-moz-selection {
  color: #fff;
  background-color: #3b89e4;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}
.absolute-link{
  position: relative;
}
.absolute-link a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.loading{
  position: relative;
}
.loading:after{
  content: "";
  position: absolute;
  top:0;
  left:0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 998;
  background-image: url('../images/preloader.gif');
}
.vertical-helper{
  display: table;
  margin: 0 auto;
}
.vertical-center{
  display: table-cell;
  vertical-align: middle;
}
a{
  text-decoration: none;
  color: #7c7b7b;
}
a:hover{
  text-decoration: none;
  color: #3b89e4;
}
a:focus{
  text-decoration: none;
  outline: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
  margin: 0;
  font-family: 'MyriadProSemibold';
}
a:visited {
  text-decoration: none;
  outline: none;
}
p{
  margin:0;
}
.offset-top{
  margin-top: 50px;
}
.offset-bottom{
  margin-bottom: 50px;
}
.p-top{
  padding-top: 50px;
}
.p-bottom{
  padding-bottom: 50px;
}
strong{
  font-family: 'MyriadProSemibold';
}
button, input[type="submit"]{
  cursor: pointer;
}
p{
  margin:0 0 20px 0;
}
.menu-button {
  display: none;
  padding: 0;
  background-color: #3b89e4;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 25px;
  margin: 0;
  padding:0;
  float: right;
}
.menu-button .fa{
  vertical-align: middle;
}
.mybg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mybg > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pinktable th{
  background-color: #3b89e4;
  color: #fff;
  text-align: center;
}
.pinktable td:last-child{
  text-align: right;
}
.table.pinktable>thead>tr>th, .table.pinktable>tbody>tr>th, .table.pinktable>tfoot>tr>th, .table.pinktable>thead>tr>td, .table.pinktable>tbody>tr>td, .table.pinktable>tfoot>tr>td{
  padding: 12px 6px;
}
.table.pinktable>thead>tr>th, .table.pinktable>tbody>tr>th{
  border: none;
}
.zoomIt{
  position: relative;
  overflow: hidden;
  display: block;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.1); 
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}
hr {
  margin: 30px 0;
  border: none;
  clear: both;
  height: 1px;
  width: 100%;
  background: #eaeaea;
}
.lg100{
  display: block;
  width: 100%;
}
.offset-bottom-20{
  margin-bottom: 20px;
}
.alignleft{
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.aligncenter{
  display:block;
  margin:0 auto;
}
.alignright{
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.button, .pagilink a{
  display: inline-block;
  position: relative;
  padding: 0 30px;
  line-height: 60px;
  height: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  box-shadow: none;
  letter-spacing: 2px;
  border: 1px solid #3b89e4;
  background-color: #3b89e4;
  color: #fff;
}
.button i.fa{
  margin-left: 10px;
  font-size: 22px;
}
a.button{
  color: #fff;
}
.button:hover, .pagilink a:hover{
  border: 1px solid #3b89e4;
  color: #3b89e4;
  background-color: #fff;
}
.button.offset-top{
  margin-top: 30px;
}
.form-row{
  margin: 0 0 20px 0;
}
.standard-input,
.standard-textarea{
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  color: #7c7b7b;
  font-family: 'MyriadProLight';
  border: none;
  border-bottom: 1px solid #abaaaa;
}
.socials-fixed{
  list-style-type: none;
  display: table;
  padding:0;
  margin:0;
  position: fixed;
  top: 150px;
  right: -10px;
  z-index: 999;
}
.socials-fixed li{
  margin-bottom: 2px;
}
.socials-fixed li a{
  display: block;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: #fff;
  color: #ccc;
  padding:0;
  position: relative;
  left:0;
}
.socials-fixed li a:hover{
  background-color: #3b89e4;
  color: #fff;
  left:-10px;
}
#map_canvas {
  height: 300px;
  width:100%;
}
label{
  font-weight: normal;
  font-family: 'MyriadProLight';
}
.standard-input{
  height: 40px;
  padding: 0 8px;
}
.standard-textarea{
  padding: 8px;
  height: 160px;
  border: 1px solid #abaaaa;
}
form div.wpcf7-mail-sent-ng,
form div.wpcf7-spam-blocked,
form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok{
  display: block;
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px;
  background-color: #ff4444;
  color: #fff;
  border: none;
}
form div.wpcf7-mail-sent-ok{
  background-color: #4dbf36;
}
form div.wpcf7-validation-errors{
  background-color: #ffa544;
}
.video-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.footer{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  color: #9a9a9a;
}
.footer a{
  color: #9a9a9a;
}
.footer p{
  margin:0;
}
.row-0{
  margin-left: 0;
  margin-right: 0;
}
.padding-0{
  padding-left: 0;
  padding-right: 0;
}
.main-menu{
  position: relative;
}
.main-menu ul{
  list-style-type: none;
  display: table;
  padding:0;
  margin:0;
}
.second-menu{
  position: absolute;
  top:100%;
  z-index: 20;
}
.main-menu ul li{
  float: left;
}
.main-menu ul li a{
  display: block;
  padding: 30px 20px;
  font-size: 17px;
  line-height: 1.3em;
  font-family: 'MyriadProSemibold';
}
.second-menu ul li a{
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-family: 'MyriadProRegular';
}
.main-menu ul li a:hover,
.main-menu ul li.current-menu-item > a{
  background-color: #fff;
  color:#3b89e4;
  text-shadow: none;
}
.logo{
  position: relative;
}
.logo a{
  position: absolute;
  top:0;
  left: 0;
  padding: 30px;
  background-color: #fff;
  z-index: 4;
  max-width: 90%;
}
.banerpart{
  position: relative;
}
.slideone{
  background-color: #3b89e4;
  position: relative;
  overflow: hidden;
}
.homebaner .bluebg{
  position: relative;
  z-index: 3;
}
.banerimg{
  display: block;
  float: right;
  line-height: 1em;
  max-width: 1195px;
  width:66%;
  position: relative;
  opacity:0;
}
.banerpart .container{
  position: relative;
}
.banerimgh{
  height: 45vh;
}
.homebaner .banerimgh{
  height: 65vh;
}
.banerdesc{
  position: absolute;
  top: 30vh;
  left:0px;
  width: 610px;
  display: block;
  color: #fff;
  font-family: 'MyriadProRegular';
  font-size: 38px;
  line-height: 1.1em;
  z-index: 2;
  opacity:0;
  animation-fill-mode: forwards;
  -webkit-animation-name: fromleft;
  -webkit-animation-duration: 0.5s;
  animation-name: fromleft;
  animation-duration: 0.5s;
}

@-webkit-keyframes fromleft {
  0%   {left:-100px; opacity:0;}
  100% {left:0px; opacity:1;}
}
@keyframes fromleft {
  0%   {left:-100px; opacity:0;}
  100% {left:0px; opacity:1;}
}
.banerdesc h2{
  color: #fff;
  font-size: 65px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.banerdesc-holder{
  position: absolute;
  top: 0;
  left:0;
  height: 900px;
  background-color: #3b89e4;
  display: block;
  width: 33.333%;
  z-index: 4;
}
.whitebg{
  background-color: #fff;
}
.content-box{
  padding: 80px 50px;
}
.cb-title{
  padding-left:0;
}
.bluebg{
  background-color: #3b89e4;
  color: #fff;
}
.bluebg a{
  color: #fff;
}
.smallslider .alignMe{
  line-height: 1em;
}
.smallslider .alignMe img{
  display: inline-block;
}
h2, .content-box h1{
  font-size: 36px;
  line-height: 1.1em;
  color: #3b89e4;
}
h3{
  font-size: 26px;
  line-height: 1.1em;
}
h4{
  font-size: 22px;
  line-height: 1.3em;
}
.kindergartens .slick-slide img{
  display: inline-block;
  vertical-align: middle;
  max-width: 60%
}
.kindergartens .slick-slide{
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.kindergartens .slick-slide img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.kindergartens .slick-slide:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.vacuums-part .content-box{
  padding-left: 0;
}
#map_canvas{
  width: 100%;
  height: 500px;
}
#map_canvas img{
  max-width: 1000px;
}
.productone h4{
  margin-top: 30px;
  margin-bottom: 30px;
}
.productone .button{
  margin-top: 30px;
}
.productone .zoomIt{
  background-color: #fff;
}
.bluebg h2,
.bluebg h1
.bluebg h3
.bluebg h4{
  color: #fff;
}
.bluebg .button{
  color: #3b89e4;
  background-color: #fff;
  margin-top: 30px;
}
.bluebox h2{
  font-family: 'MyriadProRegular';
  line-height: 1.2em;
}
.border-box{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 80px;
  min-height: 80px;
}
.border-box img{
  position: absolute;
  top:0;
  left:0;
  width: 60px;
}
.border-box p{
  margin:0;
}
.border-box:last-child{
  border:none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-content h1,
.page-content .whitebg{
  position: relative;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-name: frombottom;
  -webkit-animation-duration: 0.5s;
  animation-name: frombottom;
  animation-duration: 0.5s;
}
.page-content .whitebg{
  -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.page-content h1{
  -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.page-content .page-txt h2,
.page-content .page-txt h3{
  margin-bottom: 30px;
}
.certyfikaty-page h1{
  color: #3b89e4;
}
.products-list-slider{
  margin-bottom: 100px;
}
.po-img{
  text-align: center;
  height: 507px;
  line-height: 507px;
}
.po-img img{
  display: inline-block;
}























@media(min-width:1271px){
.home-row-2 img{
  width: 100%;
}
}
@media(max-width:1400px){
.banerdesc{
  font-size: 30px;
}
}
@media(max-width:1270px){
.md-offset-top{
  margin-top: 30px;
}
.md-offset-bottom{
  margin-bottom: 30px;
}
.main-menu ul li a{
  padding: 30px 5px;
  font-size: 16px;
}
.banerdesc h2{
  font-size: 55px;
}
.banerdesc{
  font-size: 28px;
}
h2, .content-box h1{
  font-size: 32px;
}
body{
  font-size: 18px;
  line-height: 1.5em;
}
.bluebox h2{
  font-size: 30px;
}
.kindergartens .slick-slide{
  height: 140px;
  line-height: 140px;
}
}
@media(max-width:992px){
.offset-top{
  margin-top: 50px;
}
.offset-bottom{
  margin-bottom: 50px;
}
.p-top{
  padding-top: 50px;
}
.p-bottom{
  padding-bottom: 50px;
}
.sm-offset-top{
  margin-top: 30px;
}
.sm-offset-bottom{
  margin-bottom: 30px;
}
.main-menu ul li a{
  font-size: 14px;
}
.smallslider .alignMe{
  height: auto !important;
}
.content-box{
  padding: 50px;
}
.banerdesc h2{
  font-size: 45px;
}
.banerdesc{
  font-size: 20px;
}
h2, .content-box h1{
  font-size: 28px;
}
body{
  font-size: 16px;
  line-height: 1.5em;
}
.bluebox h2{
  font-size: 24px;
}
}
@media(max-width:767px){
.offset-top{
  margin-top: 30px;
}
.offset-bottom{
  margin-bottom: 30px;
}
.p-top{
  padding-top: 30px;
}
.p-bottom{
  padding-bottom: 30px;
}
.padding-50{
  padding-left: 15px;
  padding-right: 15px;
}
.products-list-slider{
  margin-bottom: 30px;
}
.xs-offset-top{
  margin-top: 30px;
}
.xs-offset-bottom{
  margin-bottom: 30px;
}
.banerdesc-holder{
  background-color: transparent;
}
.banerdesc{
  font-size: 20px;
  top: 20vw;
  max-width: 100vw;
  left:0;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-shadow: 0 0 10px #000;
}
.banerimg{
  width: 100%;
}
.main-menu ul li a{
  padding: 8px;
}
.main-menu ul li{
  float: none;
}
.main-menu{
  padding-right: 15px;
}
.main-menu ul{
  display: none;
  width: 100%;
  text-align: center;
  clear: both;
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.second-menu{
  position: relative;
  top:0;
  z-index: 20;
}
.second-menu ul li a{
  color: #7c7b7b;
  font-family: 'MyriadProSemibold';
  text-shadow: none;
}
.menu-button{
  display: block;
}
.logo{
  position: absolute;
  top:10px;
  left:15px;
  width: 57px;
  z-index: 4;
}
.header{
  position: fixed;
  top:0;
  padding-top: 10px;
  padding-bottom: 10px;
  left:0;
  z-index: 999;
  background-color: #ededed;
}
.logo a{
  position:relative;
  padding: 0;
  background-color: transparent;
  max-width: 100%;
}
body{
  padding-top: 70px;
}
.vacuums-part .content-box{
  padding-left: 15px;
}
.homebaner .banerimgh,
.banerimgh{
  height: 250px;
}
.content-box{
  padding: 30px 15px;
}
.cb-title{
  padding-left: 15px;
}
}

@media(max-width:480px){
.sxs-100{
  width: 100%;
}
.sxs-offset-top{
  margin-top: 30px;
}
.homebaner .banerimgh{
  height: 70vw;
}
.banerimgh{
  height: 50vw;
}
}

@media(max-width:340px){
.xsxs-100{
  width: 100%;
}
.sxs-offset-top{
  margin-top: 30px;
}

}





.fromTop{
  top:0px;
  opacity:1;
  -webkit-animation-name: fromtop;
  -webkit-animation-duration: 0.5s;
  animation-name: fromtop;
  animation-duration: 0.5s;
}

@-webkit-keyframes fromtop {
  0%   {top:-100px; opacity:0;}
  100% {top:0px; opacity:1;}
}
@keyframes fromtop {
  0%   {top:-100px; opacity:0;}
  100% {top:0px; opacity:1;}
}

.fromBottom{
  top:0px;
  opacity:1;
  -webkit-animation-name: frombottom;
  -webkit-animation-duration: 0.5s;
  animation-name: frombottom;
  animation-duration: 0.5s;
}

@-webkit-keyframes frombottom {
  0%   {top:80px; opacity:0;}
  100% {top:0px; opacity:1;}
}
@keyframes frombottom {
  0%   {top:80px; opacity:0;}
  100% {top:0px; opacity:1;}
}



.fromRight{
  left:0px;
  opacity:1;
  -webkit-animation-name: fromright;
  -webkit-animation-duration: 0.5s;
  animation-name: fromright;
  animation-duration: 0.5s;
}

@-webkit-keyframes fromright {
  0%   {left:100px; opacity:0;}
  100% {left:0px; opacity:1;}
}
@keyframes fromright {
  0%   {left:100px; opacity:0;}
  100% {left:0px; opacity:1;}
}




.visiblee{
  opacity: 1 !important;
}