body{
  margin:0;
  font-family: 'Open Sans', sans-serif;
}

#wholeSection{
  margin-top:127px;
}

#menuOutside{
  font-family: 'Open Sans', sans-serif;
  position:fixed;
  top:0;
  left:0;
  margin:0;
  width:100%;
  z-index:9539;
  background-color:#fff;
  transition:all 0.3s ease;
}

#menu #logoBox{
  float:left;
  margin-top:50px;
  transition:0.3s ease;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
}

#menuInside{
  display:inline-block;
  float:right;
}

#menuInside a.menu{
  font-size: 18px;
  text-decoration:none;
  color:#000;
  position:relative;
  display:inline-block;
  transition:0.3s ease;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
}

#menuInside a.menu:hover{
  color: #a0262c;
}

#menuInside .eachMenu{
  display:block;
  float:left;
  margin-right:35px;
  padding-top:50px;
  padding-bottom:50px;
  transition:0.3s ease;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
}

#menuInside .eachMenu:last-child{
  margin-right:0;
}

.navbarScrolled{
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .2);
}

.navbarScrolled #menuInside .eachMenu{
  padding-top:20px;
  padding-bottom:20px;
}

.navbarScrolled #menuInside a.menu{
  font-size:15px;
}

.navbarScrolled #menu #logoBox{
  margin-top:20px;
}

#menuInside a.menu.dropdown .triangle{
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #a0262c;
  position:relative;
  top:-3px;
  margin-left:2px;
  display:inline-block;
}

#menuInside .eachMenu .dropDownMenu{
  position:fixed;
  visibility: hidden;
  text-align:right;
  cursor:default;
  opacity:0;
  display:block;
  top:127px;
  border-top:1px solid #000;
  left:0;
  width:100%;
  z-index:34;
  background-color:#fff;
  padding:25px 30px 50px 30px;
  transition:0.3s ease;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  box-shadow: 0 10px 10px -10px #c5c5c5;
  -webkit-box-shadow: 0 10px 10px -10px #c5c5c5;
  -moz-box-shadow: 0 10px 10px -10px #c5c5c5;
}

.navbarScrolled #menuInside .eachMenu .dropDownMenu{
  top:64px;
}

#menuInside .eachMenu:hover .dropDownMenu{
  opacity:1;
  visibility: visible;
}

#menuInside .eachMenu .eachDropDownMenuCategoryBox{
  display:inline-block;
  margin-right:60px;
  vertical-align: top;
}

#menuInside .eachMenu .eachDropDownMenuCategoryBox:last-child{
  margin-right:0;
}

#menuInside .eachMenu .eachDropDownMenuCategoryBox .eachDropDownMenuCategoryHead,
#menuInside .eachMenu .eachDropDownMenuCategoryBox .eachLinkDropDown{
  clear:both;
  display:inline-block;
  float:left;
}

#menuInside .eachMenu .eachDropDownMenuCategoryBox .eachDropDownMenuCategoryHead{
  width:100%;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.8;
  text-align: left;
  padding-bottom:4px;
  margin-bottom:10px;
  border-bottom:1px solid #000;
}

#menuInside .eachMenu .eachDropDownMenuCategoryBox .eachLinkDropDown{
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1.8;
  text-align: left;
  text-decoration:none;
  transition:0.3s ease;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
}

#menuInside .eachMenu .eachDropDownMenuCategoryBox .eachLinkDropDown:hover{
  color:#a0262c;
}

#menuInside a.menu.active{
  color: rgb(160, 38, 44);
  font-weight: bold;
}

#menuInside a.menu:last-child{
  margin-right:0;
}

.slide{
  position:relative;
  height:600px;
  width:100%;
  float:left;
}

.slide:before{
  content:"";
  background-color:rgba(27, 70, 106, .9);
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.slide .slideContent{
  width:100%;
  position:absolute;
  text-align:center;
  left:0;
  top:50%;
  z-index:5;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}

.slide .slideContent h1{
  color:#fff;
  text-align:center;
  font-size: 55px;
  font-weight:600;
  margin-bottom:50px;
  position:relative;
  line-height: 0.684;
}

.slide .slideContent h1:before{
  content:"";
  height:3px;
  width:85px;
  max-width:100%;
  background-color:#fff;
  position:absolute;
  bottom:-35px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}

.slide .slideContent p{
  font-size: 23px;
  font-weight:300;
  color: rgb(225, 225, 225);
  line-height: 1.64;
  margin-bottom:45px;
  padding-left:15px;
  padding-right:15px;
}

.button,
.button:hover,
.button:focus,
.button:active,
.button:active:focus{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding:6px 28px;
  color:#fff;
  text-align:center;
  display:inline-block;
  font-size: 17px;
  line-height: 2.051;
  text-decoration:none;
}

.slide .slideContent .button{
  margin-right:12px;
  margin-left:12px;
  width:195px;
  max-width:100%;
}

.slide .slideContent .button:last-child{

}

.button.redButton{
  background-color: #e70033;
}

.button.blueButton{
  background-color:#00bab4;
}

.slidePodstrona{
  height:400px;
  background-image: -moz-linear-gradient( 0deg, rgb(22,86,149) 0%, rgb(0,186,180) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(22,86,149) 0%, rgb(0,186,180) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(22,86,149) 0%, rgb(0,186,180) 100%);
}

.slide.slidePodstrona:before{
  display:none;
}

.slide.slidePodstrona .slideContent p{
  margin-bottom:0;
}

#slide1{
  background:url("../images/slide.jpg");
  background-size:cover;
}

.breadCrumps{
  float:left;
  font-size:14px;
  color:#777;
  padding:40px 0 30px 0;
}

.breadCrumps a,
.breadCrumps span.active{
  display:inline;
}

.breadCrumps a,
.breadCrumps a:hover,
.breadCrumps a:focus,
.breadCrumps a:active,
.breadCrumps a:active:focus{
  color:inherit;
  text-decoration:none;
  margin-right:8px;
}

.breadCrumps span.active{
  color:#e70033;
  margin-left:8px;
}

#aboutParent{
  background-color:#fff;
}

.sectionMargin h3{
  font-size: 38px;
  margin-bottom:20px;
  font-weight:300;
  color: #fff;
  line-height: 1.15;
  text-align:left;
}

#aktualnosci h3,
#listaPakietow h3,
#about h3,
#przeslijZapytanie h3,
#produkty h3,
#produktyPodstrona h3,
#prezentacja h3,
#opisProduktu h3,
#opisProduktu2 h3,
#kontakt h3{
  color:#000;
}

#prezentacja ul{
  padding-left:0;
}

#prezentacja li{
  width:100%;
  display:inline-block;
  position:relative;
}

#prezentacja li:before{
    content: "•";
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-right: 10px;
    color: #333;
    font-weight: bold;
}

#about p{
  color:#000;
  padding-right:120px;
}

#about img{
  margin-bottom:30px;
  padding-right:20px;
}

#about a{
  margin-top:20px;
}

#aktualnosciParent,
#przeslijZapytanieParent{
  background-color:#f1f2f4;
}

.podstronaB #aktualnosciParent{
  background-color:#fff;
}

.podstronaB .sectionMargin{
  margin-top:50px;
  margin-bottom:120px;
}

.podstronaB #aktualnosciParent h3{
  margin-left:0;
}

#aktualnosciParent h3{
  margin-bottom:40px; 
  margin-left:10px;
}

#aktualnosci .eachAktualnosc{
  padding:15px 30px;
  margin-bottom:30px;
}

#aktualnosci .eachAktualnosc .eachAktualnoscInside{
  text-align:left;
  background-color:#fff;
  float:left;
  width:100%;
  height:100%;
  position:relative;
  padding:15px 15px 55px 15px;
  box-shadow:0px 0px 12px rgba(0, 0, 0, .1);
  -webkit-box-shadow:0px 0px 12px rgba(0, 0, 0, .1);
  -moz-box-shadow:0px 0px 12px rgba(0, 0, 0, .1);
  font-size: 16px;
   color: rgb(0, 0, 0);
}

#aktualnosci .eachAktualnosc .eachAktualnoscInside img{
  margin-bottom:15px;
}

#aktualnosci .eachAktualnosc .eachAktualnoscInside span.date{
  color: rgb(98, 98, 98);
  line-height: 1.333;
  font-weight:300;
  text-align:left;
  font-size:14px;
  margin-bottom:8px;
  display:block;
}

#aktualnosci .eachAktualnosc .eachAktualnoscInside h4{
  font-weight: bold;
  font-size:17px;
  line-height: 1.083;
  text-align: left;
}

#aktualnosci .eachAktualnosc .eachAktualnoscInside p{
  line-height: 1.333;
  font-size:15px;
  text-align: left;
}

#aktualnosci .eachAktualnosc .eachAktualnoscInside a{
  line-height: 1.083;
  font-size:14px;
  font-weight:bold;
  text-align: center;
  padding:8px 18px 9px 18px;
  color: #fff;
  border-radius:4px;
  -webkit-border-radius:4px;
  position:absolute;
  left:15px;
  bottom:15px;
  -moz-border-radius:4px;
  display:inline-block;
  background-color:#e70033;
  text-decoration: none;
}

#aktualnosci{
  text-align:center;
}

#aktualnosci #zobaczWszystkieAktualnosci{ 
  max-width:100%;
  margin:auto;
  margin-top:40px;
}

.pagninacja{
  margin-top:30px;
  float:left;
  width:100%;
  text-align:center;
}

.pagninacja a,
.pagninacja a:hover,
.pagninacja a:focus,
.pagninacja a:active,
.pagninacja a:active:focus{
  color:#666;
  text-decoration:none;
  font-size:14px;
}

.pagninacja a.prev,
.pagninacja a.next{
  transition:0.25s ease;
  -webkit-transition:0.25s ease;
  -moz-transition:0.25s ease;
  -o-transition:0.25s ease;
  color:#666;
}

.pagninacja a.prev:hover,
.pagninacja a.next:hover{
  color:#e70033;
}

.pagninacja a.prev{
  margin-right:10px;
}

.pagninacja a.next{
  margin-left:10px;
}

.pagninacja a.numberP{
  border:1px solid #eee;
  background-color:#fff;
  color:#666;
  padding:2px 6px;
  margin-right:5px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  transition:0.25s ease;
  -webkit-transition:0.25s ease;
  -moz-transition:0.25s ease;
  -o-transition:0.25s ease;
}

.pagninacja a.numberP:hover{
  background-color:#e70033;
  border-color:#e70033;
  color:#fff;
}

.pagninacja a.numberP:last-child{
  margin-right:0;
}

.pagninacja a.activeNumberP{
  background-color:#e70033;
  border-color:#e70033;
  color:#fff;
}

#ofertaParent{
  background-image: -moz-linear-gradient( 90deg, rgb(54,86,118) 0%, rgb(14,65,116) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(54,86,118) 0%, rgb(14,65,116) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(54,86,118) 0%, rgb(14,65,116) 100%);
}

#oferta h3{
  margin-bottom:25px;
}

#oferta p{
  font-size: 18px;
  color: rgb(220, 220, 220);
  line-height: 1.333;
  text-align: left;
  margin-bottom:25px;
  padding-right:20px;
}

#oferta a{
  color:#fff!important;
  margin-top:30px;
}

#produkty h4{
  font-size: 21px;
  color: rgb(32, 32, 32);
  line-height: 1.042;
  text-align: left;
  margin-bottom:15px;
}

#produkty img{
  padding-right:30px;
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
}

#produkty a{
  margin-top:30px;
}

#statystyki{
  margin-top:0;
  margin-bottom:0;
}

#leftStatystyki,
#rightStatystyki{
  float:left;
  width:50%;
  position:relative;
  min-height:300px;
}

#leftStatystyki{
  background:url("../images/bg-left-statystyki.jpg");
  background-size:cover;
}

#rightStatystyki{
  background:url("../images/bg-right-statystyki.jpg");
  background-size:cover;
}

#rightStatystyki:before,
#leftStatystyki:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:2;
}

.contentInsideStatystyki{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}

#leftStatystyki .contentInsideStatystyki{
  right:60px;
}

#leftStatystyki .contentInsideStatystyki h3{
  text-align:right;
}

#rightStatystyki .contentInsideStatystyki{
  left:60px;
}

.contentInsideStatystyki h3{
  font-size: 58px;
  font-weight:500;
  color: rgb(255, 255, 255);
  line-height: 0.675;
}

.contentInsideStatystyki p{
  color: rgb(255, 255, 255);
  margin-bottom:0;
  font-size: 30px;
  line-height:0.9;
}

.leftFooter .eachBox{
  vertical-align:top;
  display:inline-block;
  margin-right:50px;
}

.leftFooter .eachBox a{
  clear:both;
  cursor:pointer;
  display:inline-block;
  float:left;
  text-decoration: none;
}

.leftFooter .eachBox a.main,
.leftFooter .leftFooter .eachBox a.main:hover,
.leftFooter .eachBox a.main:focus,
.leftFooter .eachBox a.main:active,
.leftFooter .eachBox a.main:active:focus{
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.5;
}

.leftFooter .eachBox a.sub,
.leftFooter .eachBox a.sub:hover,
.leftFooter .eachBox a.sub:focus,
.leftFooter .eachBox a.sub:active,
.leftFooter .eachBox a.sub:active:focus{
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 1.75;
}

#footerParent{
  background:url("../images/footerbg.jpg");
  background-size:cover;
}

#footer.sectionMargin{
  margin-top:50px;
  margin-bottom:50px;
}

.rightFooter{
  float:right;
  width:auto;
}

.rightFooter img{
  float:right;
  max-width:100%;
  margin-bottom:15px;
}

.rightFooter p{
  margin:0 0 3px 0;
  font-size: 15px;
  color: rgb(255, 254, 254);
  line-height: 1.667;
}

.rightFooter a{
  color:inherit;
  text-decoration:none;
  transition:0.25s ease;
  -webkit-transition:0.25s ease;
  -moz-transition:0.25s ease;
  -o-transition:0.25s ease;
}

.rightFooter a:hover,
.rightFooter a:focus,
.rightFooter a:active,
.rightFooter a:focus:active{
  color:#00bab4;
}

footer{
  background-color:#2e2d2d;
  padding:20px 0;
}

.copyright{
  text-align:right;
}

.copyright p{
  font-size: 13px;
  color: rgb(210, 214, 218);
  margin:0;
}

#rozwiazania{
  margin-bottom:180px;
}

.rozwiazaniaMenu .rozwiazaniaHeading{
  background-color:#f1f2f4;
  padding:15px 8px 13px 25px;
  text-transform:uppercase;
  text-align:left;
  color:#000;
  font-weight:bold;
  font-size: 18px;
  line-height: 1.563;
}

.rozwiazaniaMenu .eachRozwiazanie{
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  padding:15px 12px 13px 12px;
  line-height: 1.563;
  text-align:left;
  cursor:pointer;
  transition:0.35s ease;
  -webkit-transition:0.35s ease;
  -moz-transition:0.35s ease;
  -o-transition:0.35s ease;
  color:#000;
  font-weight:600;
  font-size:15px;
  border-bottom:1px solid #eee;
  background-color:#fff;
  text-indent:0;
}

.rozwiazaniaMenu .rozwiazanieActive{
  text-indent:13px;
  background-color:#e70033;
  border-bottom:1px solid #e70033;
  color:#fff;
}

.rozwiazaniaMenu .eachRozwiazanie:hover{
  text-indent:13px;
  border-bottom:1px solid #e70033!important;
}

.rozwiazaniaMenu .eachRozwiazanie:last-child{
  border-bottom:1px solid transparent;
}

.eachRozwiazanieContent{
  display:none;
}

.eachRozwiazanieContent h3{
  color:#000;
  font-weight:400;
  line-height:44px;
  font-size:32px;
}

.eachRozwiazanieContent p{
  color:#000;
}

#rozwiazanieContent1{
  display:block;
}

#produktyPodstrona h3{
  margin-bottom:60px;
}

#przeslijZapytanie h3{
  margin-bottom:75px;
}

.eachProdukt{
  margin-bottom:100px;
}

.eachProdukt:last-child{
  margin-bottom:0;
}

.eachProdukt .leftProductBox{
  position:relative;
  text-align:center;
}

.eachProdukt .leftProductBox img{
  width:100%;
}

.eachProdukt .leftProductBox span{
  position:absolute;
  width:70%;
  left:15%;
  padding:0 30px;
  display:inline-block;
  line-height:1.45;
  font-size: 26px;
  color:#fff;
  top:50%;
  font-weight:300;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
}

.eachProdukt .rightProductBox a.button{
  margin-top:20px;
}

.eachprodukt .rightProductBoxContent{
  float:left;
  width:100%;
}

.eachProdukt .rightProductBoxContent *{
  font-size:inherit!important;
  color:inherit!important;
  text-decoration:none!important;
  font-family:inherit!important;
}

.eachProdukt .rightProductBoxContent ul{
  padding-left:20px;
}

.eachProdukt .rightProductBoxContent ul li{
  margin-bottom:20px;
}

#wsparcieProduktyParent{
  background:url("../images/wsparciebg.jpg");
  background-size:cover;
}

#wsparcieProdukty{

}

#wsparcieProdukty .eachWsparcieContent{
  padding:0 30px;
}

#listaPakietowParent{
  background-color:#f1f2f4;
}

#listaPakietow{
  margin-top:80px;
  margin-bottom:150px;
}

#kontakt{
  margin-bottom:0;
  margin-top:0;
}

#formularzKontaktowy{
  padding:70px 0 50px 0;
  background-color:#f1f2f4;
}

#formularzKontaktowy h3{
  text-align:center;
  line-height:1.25;
  margin-bottom:50px;
}

#daneKontaktowe{
  padding-top:70px;
}

#daneKontaktowe h3{
  margin-bottom:80px;
}

#daneKontaktowe img.kontaktLogos{
  margin-bottom:45px;
}

#daneKontaktowe p{
  margin-bottom:0px;
  color:#000;
}

#daneKontaktowe .adresEmail{
  margin-top:30px;
}

#daneKontaktowe .adresEmail img{
  vertical-align: top;
  position:relative;
  top:1px;
  margin-right:3px;
}

#daneKontaktowe .adresEmail a,
#daneKontaktowe .adresEmail a:hover,
#daneKontaktowe .adresEmail a:focus
#daneKontaktowe .adresEmail a:active
#daneKontaktowe .adresEmail a:active:focus{
  color:#000;
  font-size:18px;
  text-decoration: none;
  font-weight:800;
}

#formularzKontaktowy form{

}

#oprogramowanie{
  margin-top:80px;
  margin-bottom:80px;
}

#listaPakietow .bigMargin,
#oprogramowanie .veryBigMargin,
#wsparcieProdukty .bigMargin,
#aktualnosci .bigMargin{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.eachPakiet{
  padding:0 30px;
  margin-top:80px;
}

.eachPakietInside{
  height:100%;
  background-color:#fff;
  float:left;
  width:100%;
}

.eachPakietInside h4{
  background-color:#e70033;
  font-size: 26px;
  color: rgb(255, 255, 255);
  padding:15px 8px 15px 20px;
  line-height: 1.25;
  text-align: left;
  margin-bottom:0;
} 

.eachPakietInside ul{
  padding-left:20px;
  list-style-type:square;
}

.eachPakietInside .eachPakietInsideContent{
  background-color:#fff;
  float:left;
  width:100%;
  padding:15px;
  position:relative;
}

.eachPakietInside .eachPakietInsideContent ul li{
  margin-bottom:20px;
  position:relative;
  color:#000;
}

.eachPakietInside .eachPakietInsideContent ul li.importantValuePakiet{
  margin-bottom:40px;
  min-height:48px;
}

.eachPakietInside .eachPakietInsideContent ul li.importantValuePakiet:before{
  content:"";
  position:absolute;
  left:-35px;
  bottom:-15px;
  width:calc(100% + 50px);
  height:1px;
  background-color:#e5e5e5;
}

#wsparcieProdukty .eachWsparcieContentInside{
  background-color:#fff;
  height:100%;
  float:left;
  width:100%;
  padding:30px 30px 90px 30px;
  position:relative;
}

#wsparcieProdukty h3{
  text-align:center;
  margin-bottom:50px;
  margin-top:25px;
}

#wsparcieProdukty .eachWsparcieContent h4{
  font-size: 20px;
  font-weight:600;
  color: rgb(0, 0, 0);
  line-height: 1.25;
  text-align: left;
  margin-bottom:12px;
}

#wsparcieProdukty .eachWsparcieContent p{
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.333;
  text-align: left;
}

#wsparcieProdukty .eachWsparcieContent a{
  margin-top:15px;
  position:absolute;
  left:30px;
  bottom:30px;
}

#opisProduktu h3,
#opisProduktu2 h3{
  margin-bottom:30px;
}

#opisProduktu,
#opisProduktu2{
  margin-top:120px;
}

#przeslijZapytanie{
  margin-top:100px;
  margin-bottom:150px;
}

#opisProduktu p,
#opisProduktu2 p{
  font-size: 16px;
  margin-bottom:25px;
  color: rgb(0, 0, 0);
  line-height: 1.333;
  text-align: left;
}

#oprogramowanieParent{
  background:url("../images/oprogramowaniebg.jpg");
}

#oprogramowanie .eachOprogramowanie{
  padding:0 60px;
}

#oprogramowanie .eachOprogramowanie .eachOprogramowanieInside{
  padding:45px 30px 80px 30px;
  background-color:#fff;
  text-align:center;
  height:100%;
  float:left;
  width:100%;
}

#oprogramowanie .eachOprogramowanie .eachOprogramowanieInside img{
  margin-bottom:15px;
}

#oprogramowanie .eachOprogramowanie .eachOprogramowanieInside h4{
  margin-bottom:15px;
}

#oprogramowanie .eachOprogramowanie .eachOprogramowanieInside p{
  width:210px;
  max-width:100%;
  color:#000;
  display:inline-block;
  margin-bottom:35px;
}

#result{
  display:none;
  position:fixed;
  z-index:99999;
  top:80px;
  font-size:16px;
  text-align:center;
}

form .form-group{
  margin-bottom:20px;
}

form .form-group label{
  color:#000;
  margin-bottom:3px;
}

form .form-group input[type='text'],
form .form-group textarea{
  border:1px solid transparent;
  background-color:#fff;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

input.field-error[type='checkbox']+label:before{
  border:1px solid #e70033!important;
}

form .form-group textarea#message{
  height:207px;
}

form .form-group input.field-error[type='text'],
form .form-group textarea.field-error{
  border:1px solid #e70033;
}

form span[data-function='sendrequest']{
  display:inline-block;
  background-color:#e70033;
  padding:9px 35px;
  text-align:center;
  color:#fff;
  font-size:16px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  cursor:pointer;
}

label.pointerLabel{
  cursor:pointer;
}

.starRequired{
  font-size:13px;
  color:#000;
  position: relative;
  top:-5px;
  color:#a0262c;
  margin-left:2px;
}

.clearBoth{
  display:block;
  clear: both;
}

.sectionMargin{
  margin-top:120px;
  margin-bottom:120px;
}

.bigMargin{
  margin-left:-30px;
  margin-right:-30px;
}

.veryBigMargin{
  margin-left:-60px;
  margin-right:-60px;
}

.szkolenia nav{
  margin-bottom:0;
}

#nav-hamburger {
  display:none;
  width: 28px;
  height: 20px;
  position: relative;
  float:right;
  margin-right:15px;
  margin-top:32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

#nav-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background:#e70033;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-hamburger span:nth-child(even) {
  left: 50%;
}

#nav-hamburger span:nth-child(odd) {
  left:0px;
}

#nav-hamburger span:nth-child(1), 
#nav-hamburger span:nth-child(2) {
  top: 0px;
}

#nav-hamburger span:nth-child(3), 
#nav-hamburger span:nth-child(4) {
  top: 9px;
}

#nav-hamburger span:nth-child(5), 
#nav-hamburger span:nth-child(6) {
  top: 18px;
}

#nav-hamburger.open span:nth-child(1),
#nav-hamburger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-hamburger.open span:nth-child(2),
#nav-hamburger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-hamburger.open span:nth-child(1) {
  left: 0;
  top: 4px;
}

#nav-hamburger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

#nav-hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-hamburger.open span:nth-child(5) {
  left: 0px;
  top: 13px;
}

#nav-hamburger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}

.validation-error{
  color:#e70033;
  font-size:12px;
  margin:4px 0 0 0;
  text-transform: uppercase;
}

.visibleMobile{
  display:none;
}

.slide.slidePodstrona.textwithimage{
  padding: 15px 0;
  height: initial;
}

.row.pagehead{
  position:relative;
}

.pageheadimage{
  position:static!important;
}

.slide.slidePodstrona.textwithimage .slideContent{
  position: static;
  transform:translateY(0%);
  -webkit-transform:translateY(0%);
  -ms-transform:translateY(0%);
}

@media (max-width:1275px){
  .pagehead .inner{
    width:100%!important;
  }

  .pagehead img{
    max-width:100%;
  }

}

@media (max-width:991px){

  .pageheadimage{
    height:initial!important;
    width:100%!important;
  }

  .pagehead .inner .col-md-6{
    width:100%!important;
    text-align:center;
  }

  .pagehead img{
  position:static!important;    
  }

  #oprogramowanie .veryBigMargin{
    margin-left:-15px!important;
    margin-right:-15px!important;
  }

}

@media (max-width:575px){
  .slide .slideContent h1{

      line-height:46px!important;
  }
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: fixed;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left:25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 3px;
  width: 18px;
  height:18px;
  border:1px solid rgb(0, 27, 100);
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content:'✔';
  position:absolute;
  top:5px;
  left:3px;
  text-align:center;
  font-size: 0.9em;
  line-height: 1;
  color: #3E6894;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #3E6894;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #3E6894!important;
}

@media (max-width:1500px){

 #oprogramowanie .veryBigMargin{
    margin-left:-45px;
    margin-right:-45px;
  }

  #oprogramowanie .eachOprogramowanie{
    padding-left:30px;
    padding-right:30px;
  }

  #listaPakietow .bigMargin{
    margin-left:-15px;
    margin-right:-15px;
  }

  .eachPakiet{
    padding-left:15px;
    padding-right:15px;
  }

  .eachProdukt .leftProductBox span{
    width:80%;
    left:10%;
  }

  .slide{
    height:550px;
  }

  .slidePodstrona{
    height:300px;
  }

}


@media (max-width:991px){

  .eachProdukt .leftProductBox{
    padding-left:0;
    padding-right:0;
  }

  #przeslijZapytanie{
    margin-top:60px;
    margin-bottom:80px;
  }

  #przeslijZapytanie h3{
    margin-bottom:45px;
  }

  #oprogramowanie .eachOprogramowanie .eachOprogramowanieInside{
      padding: 30px 15px 30px 15px;
  }

  #oprogramowanie .eachOprogramowanie,
  #wsparcieProdukty .eachWsparcieContent{
    padding:0 15px;
  }

  #daneKontaktowe h3{
    margin-bottom:50px;
  }

  #formularzKontaktowy{
    padding-top:50px;
  }

  #opisProduktu, #opisProduktu2{
    margin-bottom:50px;
    margin-top:50px;
  }

  .rightProductBox,
  #opisProduktu p, #opisProduktu2 p,
  .eachPakietInside h4{
    text-align:center;
  }

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

  #wsparcieProdukty .eachWsparcieContent h4,
  #wsparcieProdukty .eachWsparcieContent p,
  #wsparcieProdukty .eachWsparcieContentInside{
    text-align:center;
  }

  #wsparcieProdukty .eachWsparcieContent a{
    position:static;
    margin-top:10px;
  }

  #wsparcieProdukty .eachWsparcieContentInside{
    padding:15px 15px 25px 15px;
  }

  #statystyki{
    margin-top:0;
    margin-bottom:0;
  }

  #wholeSection{
    margin-top:85px;
  }

  .leftProductBox{
    margin-bottom:15px;
  }

  #daneKontaktowe{
    text-align:center;
    padding-bottom:70px;
  }

  .eachPakiet{
    margin-top:60px;
  }

  .eachProdukt{
    margin-bottom:60px;
  }

  .eachProdukt .leftProductBox span{
    width:100%;
    left:0;
  }

  #menuInside a.menu.dropdown .triangle{
        border-top-color:#fff;
  }

  #menuInside .eachMenu .eachDropDownMenuCategoryBox{
    margin-right:0;
    float:left;
    width:100%;
    margin-bottom:12px;
  }

  #menuInside .eachMenu .eachDropDownMenuCategoryBox .eachDropDownMenuCategoryHead,
  #menuInside .eachMenu .eachDropDownMenuCategoryBox .eachLinkDropDown{
    text-align:center;
    float:left;
    width:100%;
  }

  #menuInside .eachMenu .dropDownMenu{
    display:none;
    opacity:1;
    visibility: visible;
    transition:0s;
    -webkit-transition:0s;
    -moz-transition:0s;
    -o-transition:0s;
  }

  #menuInside .eachMenu .dropDownMenu{
    position:static;
    padding:10px 15px;
    float:left;
    margin-top:15px;
    width:100%;
    max-height:200px;
    overflow-y:auto;
    border-top:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
  }

  .eachRozwiazanieContent{
    padding-top:30px;
  }

  .podstronaB .sectionMargin{
    margin-top:15px;
    margin-bottom:80px;
  }

  #rozwiazania{
    margin-bottom:80px;
  }

  .leftFooter{
    margin-bottom:30px;
  }

  .leftFooter .eachBox,
  .leftFooter .eachBox a.main,
  .leftFooter .eachBox a.sub{
    float:left;
    width:100%;
    text-align:center;
    margin-right:0;
  }

  .leftFooter .eachBox{
    margin-bottom:30px;
  }

  .rightFooter{
    width:100%;
    text-align:center;
  }

  .copyright{
    text-align:center;
  }

  .rightFooter img{
    float:none;
    display:inline-block;
    margin-bottom:25px;
  }

  .visibleMobile{
    display:block;
  }

  a.visibleMobile{
    display:inline-block;
  }

  .visibleDekstop{
    display:none;
  }

  #prezentacja img{
    margin-bottom:30px;
    margin-top:10px;
  }

  #aktualnosci .eachAktualnosc .eachAktualnoscInside img{
    margin:auto;
    width:100%;
    display:block;
    margin-bottom:15px;
  }

  #about,
  #prezentacja{
    text-align:center;
  }

  #about p,
  #about img{
    padding-right:0;
  }

  .sectionMargin h3{
    text-align:center;
  }

  .sectionMargin{
    margin-top:60px;
    margin-bottom:60px;
  }

  #aktualnosci #zobaczWszystkieAktualnosci{
    margin-top:40px;
  }
  
  .bigMargin,
  .veryBigMargin{
    margin-left:-15px;
    margin-right:-15px;
  }

  #aktualnosci .eachAktualnosc{
    padding-left:15px;
    padding-right:15px;
  }

  #aktualnosciParent h3{
    margin-left:0;
  }

  #oferta p{
    padding-right:0;
  }

  #menuInside .eachMenu{
    padding-top:0;
    padding-bottom:0;
  }

  #menu #logoBox{
    margin-left:15px;
    margin-bottom:30px;
    margin-top:30px;
  }

  .navbarScrolled #menu #logoBox{
    margin-bottom:20px;
  }

  .navbarScrolled #nav-hamburger{
    margin-top:23px;
  }

  #menu{
    padding-left:0;
    padding-right:0;
  }

  #menuInside{
    display:none;
    float:left;
    width:100%;
    background-color:#e70033;
  }

  #menuInside a.menu,
  #menuInside .eachMenu{
    color:#fff;
    float:left;
    width:100%;
    text-align:center;
    margin:0;
    padding:15px 0;
    font-size:15px;
  }

  .navbarScrolled #menuInside .eachMenu{
    padding:15px 0;
  }

  #menuInside .eachMenu .eachDropDownMenuCategoryBox .eachDropDownMenuCategoryHead{
    font-size:15px;
  }

  #menuInside .eachMenu .eachDropDownMenuCategoryBox .eachLinkDropDown{
    font-size:14px;
  }

   #menuInside a.menu{
    margin:0;
    padding:0;
   }

   #menuInside a.menu:hover,
   #menuInside a.menu:focus,
   #menuInside a.menu:active,
   #menuInside a.menu:active:focus{
    color:#fff;
   }

  #menuInside a.menu.active{
    color:#fff;
  }

  #nav-hamburger{
    display:block;
  }

  #oferta,
  #oferta p{
    text-align:center;
  }

  #oferta a{
    margin-top:5px;
  }

  #oferta img{
    margin-top:0;
    margin-bottom:20px;
  }

  #produkty,
  #produkty h4{
    text-align:center;
  }

  #produkty a{
    margin-top:10px;
  }

  #produkty img{
    padding-right:0;
    transform:translateY(0%);
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    margin-top:10px;
    margin-bottom:10px;
  }

  #leftStatystyki, #rightStatystyki{
    width:100%;
    min-height:180px;
  }

  #leftStatystyki .contentInsideStatystyki,
  #rightStatystyki .contentInsideStatystyki{
    right:0;
    left:0;
  }

  #leftStatystyki .contentInsideStatystyki h3,
  #rightStatystyki .contentInsideStatystyki h3,
  #rightStatystyki .contentInsideStatystyki p,
  #leftStatystyki .contentInsideStatystyki p{
    text-align:center;
    margin-bottom:0;
    line-height:1.25;
  }

}

@media (max-width:767px){

  #aktualnosci .eachAktualnosc{
    margin-bottom:35px;
  }

  #aktualnosci .eachAktualnosc:last-child{
    margin-bottom:0;
  }

}

@media (max-width:575px){

  .sectionMargin h3{
    font-size:32px;
  }

  .pagninacja a.numberP{
    margin-right:3px;
  }

  .pagninacja a.prev,
  .pagninacja a.next{
    margin:10px 0;
    float:left;
    width:100%;
  }

  .contentInsideStatystyki h3{
    font-size:46px;
  }

  .contentInsideStatystyki p{
    font-size:24px;
  }

  .slide{
    height:450px;
  }

  .slidePodstrona{
    height:200px;
  }

  .slide .slideContent .button{
    display:block;
    margin:auto;
    margin-bottom:20px;
  }

  .slide .slideContent .button:last-child{
    margin-bottom:0;
  }

  .slide .slideContent h1{
    font-size:36px;
  }

  .slide .slideContent p{
    font-size:19px;
    padding:0 15px;
  }

}

@media (max-width:399px){

   #menuInside .eachMenu .dropDownMenu{
    max-height:150px;
   }

  .sectionMargin h3{
    font-size:28px;
  }

  #menu #logoBox{
    width:220px;
  }

}



.additionalSectionContainer{
    display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -ms-flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     width:100%;
     max-width:1130px;
     margin:auto;
   }
 
 
 .additionalSectionContainer .additionalSectionChild{
   padding: 50px 20px;
     text-align: center;
     background-color: #fff;
     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
     -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);
     max-width: 460px;
     display: inline-block;
     width: initial;
     margin: 40px auto;
 }
 
 .additionalSectionContainer .additionalSectionChild img{
     height: 80px;
     width: auto;
     display: block;
     margin:auto;
   }
 
 
   .additionalSectionContainer .additionalSectionChild .line{
     height: 1px;
     width: 50%;
     background-color: rgba(0,0,0,0.4);
     margin: 30px auto 20px auto;
   }
 
   .additionalSectionContainer .additionalSectionChild h3{
     font-size:24px;
     line-height:26px;
     color:#000;
     font-weight:300;
     text-align:center;
     margin-bottom:15px;
   }
 
   .additionalSectionContainer .additionalSectionChild p{
     font-size:15px;
     line-height:20px;
     color:#000;
   }
 
     .additionalSectionContainer .additionalSectionChild .buttonsSectionAdSec{
       float:left;
       width:100%;
       margin-top:15px;
   }
 
   .additionalSectionContainer .additionalSectionChild .freeTrialBtt{
     padding: 4px 45px !important;
     font-size: 12px;
     color: #fff;
     background-color: #e70033;
     border-radius: 2px;
     padding: 5px 20px;
     margin: 20px 0;
     transition: 0.5s linear;
     text-transform: capitalize;
     font-weight: 700;
     letter-spacing: .01em;
     text-decoration: none;
     margin-right:10px;
     border: 3px solid transparent;
   }
 
   .additionalSectionContainer .additionalSectionChild .learnMoreBtt{
     padding: 5px 40px !important;
     color: #000;
     background-color: transparent;
     border: 3px solid #000;
     border-radius: 2px;
     padding: 5px 20px;
     margin: 20px 0;
     transition: 0.5s linear;
     text-transform: capitalize;
     font-weight: 700;
     margin-left:10px;
     font-size: 12px;
     text-decoration: none;
   }
 
 
   @media (max-width:480px){
     .additionalSectionContainer .additionalSectionChild .freeTrialBtt,
     .additionalSectionContainer .additionalSectionChild .learnMoreBtt{
       width:100%;
       margin:10px 0;
       float:left;
       display:block;
     }
   }