/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-05-30, 07:07:38
    Author     : andrew
*/
.landing .section .section-wrap {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 100%;
}
.landing .text-center {
  text-align: center;
}
.landing .landing_text_wrapper {
  overflow-x: hidden;
}
/**/
.landing.wppage #page_banner {
  background: #006bb0 url(../../img/landing/wp_topbg.png) center center repeat-x !important;
}
.landing .section .container-fluid {
  padding: 1.8rem;
}
.landing .s-head {
  text-align: center;
}
.landing .l_bar {
  display: inline-block;
  color: #373636;
  font-weight: bold;
  margin: 0px;
  padding: 3px 15px;
  border-left: 5px solid;
  font-size: 48px;
}
/**/
.landing.wppage .l_bar {
  border-color: #006bb0;
}
/**/
.landing.wppage .s-head {
  padding-bottom: 5vh;
}
.landing .page_banner_bottom {
  text-align: center;
  padding-bottom: 0.4rem;
  padding-top: 1rem;
}
.landing .page_banner_bottom h4 {
  font-weight: bold;
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.landing .page_banner_bottom .scroll_downbtn {
  animation-name: moveBgDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  height: 58px;
  width: 58px;
  display: inline-block;
  cursor: pointer;
  background-color: #8bc75c;
  background-image: url(../../img/landing/darrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.landing #page_banner .page_banner_img {
  position: absolute;
  position: relative;
  height: 40vh;
}
.landing #page_banner .page_banner_img img {
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
/*WOOCOMERCE*/
.woo-first-img{margin-top: 80px;}

/**/
.landing #page_banner .page_banner_img img#woologoimg {
  animation-name: wplogoimg;
  animation-duration: 1s;
  left: 0px;
  transform: translate(0px, 0px) rotate(0deg);
}
.landing.woopage #page_banner {
  background: #006bb0 url(../../img/woocommerce/banner-background.jpg) center center repeat-x !important;
}

/**/
.landing #page_banner .page_banner_img img#wplogoshadow {
  left: 150px;
  animation-name: wplogoshadow;
  animation-duration: 4s;
}
/**/
.landing #page_banner .page_banner_img img#wplogoimg {
  animation-name: wplogoimg;
  animation-duration: 1s;
  left: 0px;
  transform: translate(0px, 0px) rotate(0deg);
}
.landing #page_banner .page_banner_title {
  height: 100vh;
  padding: 0px;
  box-sizing: border-box;
  padding-top: 2vh;
}
.landing #page_banner .page_banner_text {
  overflow: hidden;
  text-align: center;
}
.landing #page_banner .page_banner_text h2 {
  margin: 0.2rem 0rem 0rem;
  z-index: 99;
  position: relative;
  /*padding-bottom: 0.3rem;*/
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-align: center;
  animation: type 2s steps(40, end);
  white-space: nowrap;
}
.landing #page_banner .page_banner_text h3 {
  margin: 0.2rem 0rem;
  transform: translateY(-60%);
  opacity: 0;
  /*padding-top: 0.3rem;*/
  padding-bottom: 0.4rem;
  color: #f8d144;
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 0px;
}
.landing #page_banner .page_banner_text h4 {
  transition: none;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 0%;
  padding-bottom: 2vh;
  font-weight: bold;
  font-size: 1rem;
  color: white;
  margin: 10px auto;
}
.type {
  animation: type 2s steps(40, end) !important;
  white-space: nowrap !important;
  width: 100% !important;
}
.landing #page_banner .page_banner_text form {
  position: relative;
  display: inline-block;
}
.landing #page_banner .page_banner_text #s-mail, .landing #page_banner .page_banner_text #s-phone {
  opacity: 0;
  font-style: italic;
  border: 0px;
  padding-left: 55px;
  box-sizing: border-box;
  height: 50px;
  width: 340px;
  padding-left: 15px;
  font-size: 16px;
  margin-left: 10px;
  max-width: 100%;
}
.landing #page_banner .page_banner_text #s-submit {
  opacity: 0;
  transform: translateY(-50px) translateX(20px) rotate(40deg);
  z-index: 1;
  padding: 0px;
  cursor: pointer;
  bottom: 0px;
  right: 0;
  border: none;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 0px;
  background: url(../../img/landing/rarrow.png) center center no-repeat;
  background-color: #8bc75c;
}
.landing #page_banner .page_banner_text #s-submit:hover {
  transition: all 0.5s ease-in-out;
  background-position: 60% center;
}
.landing .subsection {
  /*min-height: 100vh;*/
}
.landing .subsection + .subsection {
  margin-top: 2rem;
}
.landing .s-list p {
  margin-bottom: 1rem;
  padding-left: 2rem;
  background: url(../../img/check.png) left center no-repeat;
  font-size: 1.0rem;
  line-height: 2.5rem;
}
/**/
.landing.wppage .s-list p {
  background: url(../../img/landing/check_blue.png) left center no-repeat;
}
/**/
.landing .s1 {
  background: #fff;
  background: -moz-linear-gradient(top, #fafafa 95%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #fafafa), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fafafa 95%, #fff 100%);
  background: -o-linear-gradient(top, #fafafa 95%, #fff 100%);
  background: -ms-linear-gradient(top, #fafafa 95%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fff', GradientType=0);
  background: linear-gradient(#fafafa 95%, #fff 5%);
}
.landing .s1 .s-dev {
  position: relative;
}
.landing .s1 .s-dev img {
  overflow: hidden;
  position: absolute;
}
.landing .s1 .s-dev img#wp_img3 {
  bottom: -8%;
  left: -10%;
  opacity: 0;
  transform: translateX(-100%);
}
.landing .s1 .s-dev img#wp_img4 {
  bottom: -10%;
  left: 20%;
  opacity: 0;
  transform: translateX(-250%);
}
.landing .s1 .s-dev img#wp_img2 {
  opacity: 0;
  transform: translateX(-100%);
  bottom: -10%;
  right: -80%;
}
.landing .s1 .s-dev img#wp_img1 {
  opacity: 0;
  transform: translateX(-100%);
  position: relative;
}
.landing .s-box {
  display: inline-block;
  width: 100%;
  clear: both;
}
.landing .s-boxes + .s-boxes {
  padding-top: 90px;
}
.landing .s-box .s-boxes-img {
  float: left;
  width: 30%;
  padding-top: 15px;
}
.landing .s-box .s-box-img {
  text-align: center;
}
.landing .s-box .s-boxes-text {
  float: left;
  width: 70%;
}
.landing .s-box .s-boxes-text p {
  font-size: 18px;
}
.landing .s-box .s-boxes-text h4 {
  font-weight: bold;
  margin-top: 0px;
  font-size: 38px;
  margin-bottom: 30px;
}
.landing .s-boxes-img img {
  opacity: 0;
  transform: translateX(-100%);
}
.landing .shortsection .container-fluid {
  padding-top: 30px;
  padding-bottom: 50px;
}
.landing .s9 {
  text-align: center;
  background-color: #006bb0;
}
.landing .s9 h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
}
.landing .s9 h3 {
  padding-bottom: 1.3rem;
  color: #f8d146;
  font-weight: 300;
  font-size: 1.3rem;
}
.landing .s9 input[type="text"] {
  display: inline-block;
  font-style: italic;
  border: 0px;
  padding-left: 55px;
  box-sizing: border-box;
  height: 2.5rem;
  width: 230px;
  padding: 0px 8px;
  margin: 0px 5px;
  font-size: 15px;
}
.landing .s9 input[type="submit"] {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 0px 50px 0px 20px;
  height: 2.5rem;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
  background: url(../../img/landing/rarrow.png) 85% center no-repeat;
  background-color: #8bc75c;
  color: white;
  text-transform: uppercase;
}
.landing .s9 input[type="submit"]:hover {
  animation-name: buzz-out !important;
  animation-duration: 0.75s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-play-state: running !important;
}
.landing .s4 {
  text-align: center;
  margin-bottom: 30px;
}
.landing .s4 .col-xs-2 {
  width: 16.66666%;
}
.landing .s4 .col-xs-2 img {
  max-width: 100%;
}
.landing .s4 .portfolio-link {
  text-align: center;
}
.landing .s4 .portfolio-link a {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 0px 20px 0px 20px;
  height: 50px;
  background: url(../../img/landing/rarrow.png) 85% center no-repeat;
  background-color: #8bc75c;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  line-height: 48px;
  margin-top: 30px;
}
.landing .s4 .portfolio-link a:hover {
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.landing .s10 .contact-form #contact-form input.send_btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 0px 50px 0px 20px;
  height: 50px !important;
  width: auto !important;
  background: url(../../img/landing/rarrow.png) 85% center no-repeat;
  background-color: #8bc75c;
  color: white;
  text-transform: uppercase;
  margin-top: 30px;
  float: none;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
}
.landing .s10 #contact-form {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.landing .s10 #contact-form ul {
  text-align: left;
  width: 100%;
  margin: 0px auto;
}
.landing .s10 #contact-form li {
  display: inline-block;
  width: 100%;
  min-height: 2.5rem;
}
.landing .s10 #contact-form input[type="text"],.landing .s10 #contact-form input[type="email"] {
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  border: 1px solid #dedede;
}
.landing .s10 #contact-form textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border: 1px solid #dedede;
}
.landing .s10 #contact-form label {
  padding-top: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  padding-left: 5px;
  display: inline;
}
.landing .s10 h3 {
  text-align: center;
  padding: 0px 4rem;
  font-size: 1.6rem;
  color: #006bb0;
  font-weight: bold;
}
.landing .s10 h4 {
  text-align: center;
  padding: 0px 4rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #2a2929;
}
.landing #main_content .portfolio-small-boxes {
  position: relative;
  float: none;
}
.landing #footer {
  margin-top: 0px;
}
.landing .s10 input.send_btn:hover {
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.landing2 .inblock {
  display: block;
}
/* aplikacje */
.landing2 #landing_top {
  background: url(../../img/landing/topbg/aplikacje_topbg.png) no-repeat center top;
  background-size: cover;
}
.landing2 #page_banner .page_banner_img {
  height: 40vh;
  padding-top: 1vh;
}
.landing2.app_page .l_bar {
  border-color: #af2f94;
}
.landing2 h2.l_bar {
  margin-bottom: 2.2rem;
  font-size: 2rem;
  font-weight: 900;
  color: #373636;
  text-align: left;
}
.landing2 span.s-num {
  font-size: 5rem;
  font-weight: 900;
  color: #d2e2e8;
  display: block;
  line-height: 5rem;
}
.landing2 .s-head {
  text-align: left;
}
.landing2 .s-text {
  font-size: 0.9rem;
  font-weight: 300;
  text-align: justify;
  line-height: 2rem;
}
.landing2 .s-dev .s-imgbox {
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.landing2 .s-head + .s-dev .s-imgbox {
  padding-right: 0px;
  padding-left: 2rem;
}
.landing2 .subsection .s-imgbox img {
  position: relative;
}
.landing2.app_page .s-list p {
  background: url(../../img/landing/aplikacje_check.png) left center no-repeat;
}
@-webkit-keyframes error {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0.4;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinreal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes full {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page404 {
  position: relative;
  height: 100vh;
  background: url(../../img/landing/404.png) no-repeat center center;
  background-size: 100%;
}
.page404:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../img/landing/text_404.png) no-repeat center center;
  -webkit-animation-name: error;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: 3;
  animation-name: error;
  animation-duration: 1.25s;
  animation-iteration-count: 1;
}
.page404 .content404 {
  text-shadow: 1px 1px 1px #fff;
  width: 50%;
  font-size: 36px;
  position: absolute;
  bottom: 120px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  min-width: 290px;
}
.page404 .content404 .oopsText {
  font-weight: 200;
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
  animation: fadein 1.5s;
}
.page404 .content404 .oopsText span {
  font-weight: 800;
}
.page404 .content404 .backHome {
  font-size: 30px;
  color: #343434;
  padding-top: 25px;
  position: relative;
  -webkit-animation: full 2s;
  -moz-animation: full 2s;
  -ms-animation: full 2s;
  -o-animation: full 2s;
  animation: full 2s;
}
.page404 .content404 .backHome:before {
  content: '';
  width: 360px;
  height: 32px;
  position: absolute;
  bottom: -16px;
  left: -70px;
  background: #ffcd28;
  z-index: -1;
  transition: ease-in-out 3s;
  -webkit-transition: ease-in-out 1s;
}
.page404 .content404 .backHome:hover {
  text-decoration: none;
}
.page404 .content404 .backHome:hover:before {
  left: 0;
}
/* elementy wspolne CSS dla landingow */
.common-landing h2.l_bar {
  margin-bottom: 55px;
  font-size: 48px;
  font-weight: 900;
  color: #373636;
  text-align: left;
}
.common-landing span.s-num {
  font-size: 96px;
  font-weight: 900;
  color: #d2e2e8;
  display: block;
  line-height: 90px;
}
.common-landing .s-head {
  text-align: left;
}
.common-landing .s-text {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 50px;
}
.common-landing .s-dev .s-imgbox {
  padding-right: 50px;
}
.common-landing .s-head + .s-dev .s-imgbox {
  padding-right: 0px;
  padding-left: 50px;
}
.common-landing .subsection .s-imgbox img {
  position: relative;
}
.common-landing .s-list p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.common-landing .section_wrap .s9 {
  background: url('../../img/landing/img1.png') no-repeat center center;
  min-height: 400px;
}
.common-landing .section_wrap .s7 {
  height: 400px;
  width: 100%;
}
.common-landing .section_wrap .s7 .container-fluid {
  background: url(../../img/landing/break.jpg) center no-repeat;
  min-height: 400px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
}
.common-landing .section_wrap .s7 .container-fluid .text-container {
  position: relative;
  top: 30%;
  text-align: center;
}
.common-landing .section_wrap .s7 .container-fluid .text-container h2 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}
.common-landing .section_wrap .s7 .container-fluid .text-container h3 {
  font-size: 24px;
  color: #fff;
  width: 65%;
  margin: 0 auto;
}
.common-landing .inblock {
  display: block;
}
.woopage  .l_bar, .common-landing.app_page .l_bar {
  border-color: #8bc75c;
}
.common-landing #page_banner .page_banner_text h2 {
  font-weight: 500;
}
.common-landing #page_banner .woocomerce_banner_text h2 {
  font-weight: 500;
  padding-bottom:0;
}
.landing #page_banner .woocomerce_banner_text h3{padding-top:0;}
.common-landing #page_banner .page_banner_text h3 {
  font-weight: 800;
  color: #fff;
 
}
.common-landing .s1 {
  background-color: #eef6f9;
}
.common-landing .s2,
.common-landing .s4,
.common-landing .s6 {
  position: relative;
}
.common-landing .s2background {
  background-color: #eef6f9;
  width: 95%;
  height: 75%;
  position: absolute;
  bottom: 2%;
  right: 0;
}

.common-landing .s3background {
  background-color: #eef6f9;
    width: 95%;
    height: 75%;
    position: absolute;
    left: 0;
    top: 13%;
}
.common-landing #page_banner .page_banner_text #s-submit,
.common-landing .page_banner_bottom .scroll_downbtn {
  background-color: #f8d144;
}
.common-landing .s-list {
  text-align: left;
}
.common-landing h2.r_bar {
  margin-top: 55px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 900;
  color: #373636;
  text-align: left;
}
/* aktualizacje stron */
.aktualizacje #landing_top {
  background: url(../../img/landing/topbg/aktualizacje_topbg.png) no-repeat center top;
  background-size: cover;
}
.aktualizacje .s2background {
  background-color: #eef6f9;
  width: 95%;
  height: 75%;
  position: absolute;
  top: 16%;
  right: 0;
}
.aktualizacje .subsection .s-imgbox img {
  float: right;
}
/* audyty SEO */
.audytySeo #landing_top {
  background: url(../../img/landing/topbg/audyty_seo_topbg.png) no-repeat center top;
  background-size: cover;
}
.common-landing .s2background {
  bottom: 4%;
}
.audytySeo .s2 .s-dev {
  position: absolute;
  top: 15%;
  left: 0;
}
.audytySeo .s2 .s-head {
  float: right;
}
/* audyty usability */
.audytyUse #landing_top {
  background: url(../../img/landing/topbg/audyty_usability_topbg.png) no-repeat center top;
  background-size: cover;
}
.audytyUse #page_banner .page_banner_img {
  padding-top: 10px;
}
.audytyUse .s2 .s-dev {
  position: absolute;
  top: 30%;
  left: 7%;
}
.audytyUse .s2 .s-head {
  float: right;
}
.audytyUse .s2background {
  background-color: #eef6f9;
  width: 95%;
  height: 75%;
  position: absolute;
  bottom: 2%;
  right: 0;
}
/* Olicom CMS */
.olicms #landing_top {
  background: url(../../img/landing/topbg/cms_olicom_topbg.png) no-repeat center top;
  background-size: cover;
}
.olicms .s2background {
  bottom: 6%;
  width: 90%;
}
.olicms .s2 .s-dev {
  position: absolute;
  top: 15%;
  left: 0;
}
.olicms .s2 .s-head {
  float: right;
}
.olicms .s4 .s-head {
  position: absolute;
  right: 2%;
  top: 5%;
}
.olicms .s4 .s2background {
  left: 0;
  bottom: 0;
  width: 95%;
}
/* Domeny */
.domeny #landing_top {
  background: url(../../img/landing/topbg/domeny_topbg.png) no-repeat center top;
  background-size: cover;
}
.domeny #page_banner .page_banner_text #s-submit,
.domeny .page_banner_bottom .scroll_downbtn {
  background-color: #f8d144;
}
/* E-learning */
.elearn #landing_top {
  background: url(../../img/landing/topbg/elearn_topbg.png) no-repeat center top;
  background-size: cover;
}
.elearn .s2 .s2background {
  bottom: 0;
}
.elearn .s2 .s-dev {
  position: absolute;
  bottom: 0;
}
.elearn .s4 .s-dev {
  position: relative;
  left: 50%;
  margin-top: 30px;
}
.elearn .s6 .s-dev {
  position: relative;
  left: 7%;
}
.elearn .s2 .s-head {
  position: relative;
  left: 48%;
}
.elearn .s4 .s-head {
  position: absolute;
  left: 2%;
  top: 5%;
}
.elearn .s4 .s2background {
  left: 0;
  bottom: 0;
  width: 100%;
}
.elearn .s6 .s2background {
  left: 0;
  bottom: 0;
  width: 90%;
  right: 0;
  margin: 0 auto;
}
/* flipbook*/
.flipbooks #landing_top {
  background: url(../../img/landing/topbg/flipbook_topbg.png) no-repeat center top;
  background-size: cover;
}
.flipbooks #page_banner .page_banner_img {
  padding-top: 10px;
}
.flipbooks .s2 .s2background {
  bottom: -5%;
}
.flipbooks .s2 .s-dev {
  position: absolute;
  bottom: -5%;
}
.flipbooks .s4 .s-dev {
  position: relative;
  left: 50%;
  margin-top: 30px;
}
.flipbooks .s6 .s-dev {
  position: relative;
  left: 0%;
  margin-top: 50px;
}
.flipbooks .s2 .s-head {
  position: relative;
  left: 48%;
}
.flipbooks .s4 .s-head {
  position: absolute;
  left: 2%;
  top: 5%;
}
.flipbooks .s4 .s2background {
  left: 0;
  bottom: 15%;
  width: 100%;
  height: 62%;
}
.flipbooks .s6 .s-head {
  position: static;
  right: 0%;
  top: 5%;
  padding-bottom: 0;
}
.flipbooks .s6 .s2background {
  left: 0;
  bottom: -2%;
  width: 90%;
  right: 0;
  margin: 0 auto;
}
/* hosting*/

.hostings #landing_top {
  background: url(../../img/landing/topbg/hosting_topbg.png) no-repeat center top;
  background-size: cover;
}
.hostings .s4 .s-dev {
  position: relative;
  left: 0%;
  margin-top: 150px;
}
.hostings .s4 .s-head {
  position: absolute;
  right: 0%;
  top: -23%;
}
.hostings .s4 .s2background {
  left: 0;
  bottom: -2%;
  width: 90%;
  right: 0;
  margin: 0 auto;
}
.hostings .s3 .standard,
.hostings .s3 .biznes,
.hosting .s3 .pro {
  padding: 0 30px;
}
.hostings .s3 .hosting-table {
  margin: 50px auto;
}
.hostings .pro {
    margin-bottom: 0;
}
.hostings .s3 .hosting-table .table-header {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 15px;
  background: transparent url(../../img/landing/hosting_table_top.png) no-repeat bottom right;
  background-position: 115px 15px;
}
.hostings .s3 .standard .table-header {
  background-color: #8bc75c;
}
.hostings .s3 .biznes .table-header {
  background-color: #006bb0;
}
.hostings .s3 .pro .table-header {
  background-color: #f31a68;
}
.hostings .s3 .hosting-table .table-header .table-circle {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -75px;
}
.hostings .s3 .hosting-table .table-header .table-circle .circle-img {
  width: 85%;
  height: 85%;
  border-radius: 100px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  margin-top: 13px;
}
.hostings .s3 .standard .table-header .table-circle .circle-img {
  background: #fff url(../../img/landing/hosting_standard_icon.png) no-repeat center center;
}
.hostings .s3 .biznes .table-header .table-circle .circle-img {
  background: #fff url(../../img/landing/hosting_biznes_icon.png) no-repeat center center;
}
.hostings .s3 .pro .table-header .table-circle .circle-img {
  background: #fff url(../../img/landing/hosting_pro_icon.png) no-repeat center center;
}
.hostings .s3 .hosting-table .table-content {
  border: 2px solid #d4d4d4;
  border-top: none;
  box-sizing: border-box;
  text-align: center;
}
.hostings .s3 .hosting-table .table-content .table-row {
  padding-top: 25px;
}
.hostings .s3 .hosting-table .table-content .table-row > span {
  width: 100%;
  display: block;
}
.hostings .s3 .hosting-table .table-content .table-row .row-heading {
  color: #8f8f8f;
  font-size: 18px;
}
.hostings .s3 .hosting-table .table-content .table-row .row-body {
  color: #343434;
  font-size: 28px;
  font-weight: 600;
}
.hostings .s3 .hosting-table .table-content .table-row .row-body span {
  font-size: 18px;
}
.hostings .s3 .hosting-table .table-content .table-row .buyHosting {
  padding: 20px 35px 15px 90px;
  background-position-x: 35px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}
.hostings .s3 .standard .table-header .table-circle,
.hostings .s3 .standard .table-content .table-row .buyHosting {
  background-color: #8bc75c;
}
.hostings .s3 .biznes .table-header .table-circle,
.hostings .s3 .biznes .table-content .table-row .buyHosting {
  background-color: #006bb0;
}
.hostings .s3 .pro .table-header .table-circle,
.hostings .s3 .pro .table-content .table-row .buyHosting {
  background-color: #f31a68;
}
/* monitorng*/
.monitoring #landing_top {
  background: url(../../img/landing/topbg/monitoring_sieci_topbg.png) no-repeat center top;
  background-size: cover;
}
.monitoring #page_banner .page_banner_img {
  padding-top: 10px;
}
.monitoring .s4 .s-dev {
  position: absolute;
  left: 2%;
  bottom: 0;
}
.monitoring .s4 .s2background {
  left: 0;
  bottom: 0;
  width: 90%;
  right: 0;
  margin: 0 auto;
}
.monitoring .s4 .s-head {
  position: relative;
  left: 45%;
  margin-bottom: 50px;
}
/* projektowanie*/
.projektowanie #landing_top {
  background: url(../../img/landing/topbg/projektowanie_topbg.png) no-repeat center top;
  background-size: cover;
}
.projektowanie #page_banner .page_banner_img {
  padding-top: 10px;
}
.projektowanie .s6 .l_bar {
  width: 100%;
}
.projektowanie .s6 .s-head {
  padding-left: 120px;
}
.projektowanie .s6 .s-dev {
  position: absolute;
  right: 0;
}
.projektowanie .s6 .s-dev img {
  float: right;
}
.projektowanie .s6 .s2background {
  bottom: 15%;
  height: 60%;
}
.projektowanie.app_page .l_bar {
  border-color: #f8c154;
}
.projektowanie.landing .s-list p {
  background: url(../../img/landing/yellow_check.png) left center no-repeat;
}
/* sklepy internetowe*/

.sklepy_internetowe #landing_top {
  background: url(../../img/landing/topbg/sklepy_internetowe_topbg.png) no-repeat center top;
  background-size: cover;
}
.sklepy_internetowe .s3,
.sklepy_internetowe .s5 {
  position: relative;
}
.sklepy_internetowe .s3 .s-dev {
  position: absolute;
  left: 4%;
  bottom: 0;
}
.sklepy_internetowe .s3 .s2background {
  bottom: 0;
}
.sklepy_internetowe .s3 .s-head {
  float: right;
}
.sklepy_internetowe .s4 .s-head {
  padding-bottom: 0;
}
.sklepy_internetowe .s4 .s2background {
  width: 100%;
  bottom: -5%;
}
.sklepy_internetowe .s5 .s2background {
  width: 90%;
}
.sklepy_internetowe .s5 .s-dev {
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.sklepy_internetowe .s5 .s-head {
  float: right;
  margin-top: -75px;
}
.sklepy_internetowe .s6 .l_bar {
  width: 100%;
}
.sklepy_internetowe .s6 .s-head {
  padding-left: 120px;
}
.sklepy_internetowe .s6 .s-dev {
  position: absolute;
  right: 0;
  top: 0;
}
.sklepy_internetowe .s6 .s-dev img {
  float: right;
}
.sklepy_internetowe .s6 .s2background {
  bottom: 15%;
  height: 60%;
}
.sklepy_internetowe.app_page .l_bar {
  border-color: #006bb0;
  margin-bottom: 85px;
}
.sklepy_internetowe #page_banner .page_banner_text #s-submit,
.sklepy_internetowe .page_banner_bottom .scroll_downbtn {
  background-color: #8bc75c;
}
/* stany magazynowe */
.stany_magazynowe #landing_top {
  background: url(../../img/landing/topbg/stany_topbg.png) no-repeat center top;
  background-size: cover;
}
.stany_magazynowe .s5 .s-head {
  float: right;
  margin-top: -75px;
}
.stany_magazynowe .s6 .l_bar {
  width: 100%;
}
.stany_magazynowe .s6 .s-head {
  padding-left: 120px;
}
.stany_magazynowe .s6 .s-dev {
  position: absolute;
  right: 0;
  top: 0;
}
.stany_magazynowe .s6 .s-dev img {
  float: right;
}
.stany_magazynowe .s6 .s2background {
  bottom: 15%;
  height: 60%;
}
.stany_magazynowe .s3,
.stany_magazynowe .s5 {
  position: relative;
}
.stany_magazynowe .s3 .s2background {
  width: 92%;
  bottom: 10%;
}
.stany_magazynowe .s3 .s-dev {
  position: absolute;
  left: 5%;
}
.stany_magazynowe .s3 .s-head {
  float: right;
  margin-top: -75px;
}
.stany_magazynowe.app_page .l_bar {
  border-color: #006bb0;
}
.stany_magazynowe #page_banner .page_banner_text #s-submit,
.stany_magazynowe .page_banner_bottom .scroll_downbtn {
  background-color: #8bc75c;
}
.stany_magazynowe .s1 {
  position: relative;
}
.stany_magazynowe .s5 .s-head {
  position: absolute;
  z-index: 9;
}
.stany_magazynowe .s5 .s-dev {
  text-align: right;
  margin-top: -100px;
  margin-bottom: 250px;
}
.stany_magazynowe .checkit-btn {
  background: #006bb0 url(../../img/landing/rarrow.png) no-repeat center left;
  color: #fff;
  text-decoration: none;
  padding: 5px 35px 5px 50px;
  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: 10%;
  background-position-x: 15px;
}
/* strony RWD */
.strony_mobilne #landing_top {
  background: url(../../img/landing/topbg/strony_rwd_topbg.png) no-repeat center top;
  background-size: cover;
}
.strony_mobilne .s3 {
  position: relative;
}
.strony_mobilne .s3 .s-head {
  padding-bottom: 50px;
  float: right;
}
.strony_mobilne .s3 .s-dev {
  position: absolute;
  bottom: 4%;
}
.strony_mobilne .s6 .s2background {
  bottom: 4%;
  right: 5%;
  width: 92%;
}
.strony_mobilne .s6 .s-dev {
  position: absolute;
  right: 0;
  bottom: 5%;
}
.strony_mobilne .s6 .s-head {
  position: relative;
  left: 5%;
}
/* strony www*/
.strony_www #landing_top {
  background: url(../../img/landing/topbg/strony_topbg.png) no-repeat center top;
  background-size: cover;
}
.strony_www .s2 .s-dev {
  position: absolute;
  top: 15%;
}
.strony_www .s2 .s-head {
  float: right;
  padding: 0;
}
.strony_www .s4 .s-head {
  float: left;
  padding: 0;
  padding-left: 25px;
}
.strony_www .s4 .s-dev {
  position: absolute;
  top: 5%;
  right: 0;
}
.strony_www .s4 .s2background {
  width: 100%;
}
.strony_www .s6 .s-dev {
  position: absolute;
  top: 15%;
  left: 5%;
}
.strony_www .s6 .s-head {
  float: right;
  padding: 0;
  padding-left: 100px;
}
.strony_www .s6 .s2background {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}
/* support*/
.support #landing_top {
  background: url(../../img/landing/topbg/support_topbg.png) no-repeat center top;
  background-size: cover;
}
.support .s6 .s-dev {
  position: absolute;
  top: 15%;
  right: 5%;
}
.support .s6 .s-head {
  float: left;
  padding: 0;
  padding-left: 100px;
}
.support .s6 .s2background {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}
.s2background {
  z-index: -1;
}
/* video*/
.videos #landing_top {
  background: url(../../img/landing/topbg/video_topbg.png) no-repeat center top;
  background-size: cover;
}


.projektowanie .s6 .s-dev img.sm-img-2-zd{height:250px;}