@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
/* scrollspy need */
body {
  position: relative;
}
#blueHeader {
  background-color: #2a6aaf;
  height: 38px;
  overflow: hidden;
}
#blueHeader .title {
  color: white;
  font-size: 20px;
  line-height: 37px;
  padding: 0;
  margin: 0;
  font-family: 'aleobold';
  margin-left: 10px;
}
@media (max-width: 768px) {
  #blueHeader .title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #blueHeader .container .row {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#mainNav {
  height: 63px;
  background-color: #eff0f2;
}
@media (min-width: 992px) {
  #mainNav .container {
    width: 1090px;
  }
}
#mainNav #logo {
  margin-top: 8px;
  display: inline-block;
  padding-right: 30px;
}
@media (max-width: 991px) {
  #mainNav #logo {
    position: absolute;
  }
}
#mainNav .active {
  text-decoration: none;
  color: #646363;
  background-image: url('../img/red_line.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
#mainNav #menuPlaceHolder {
  position: absolute;
  right: 20px;
  z-index: 200;
}
@media (min-width: 992px) {
  #mainNav #menuPlaceHolder {
    display: none;
  }
}
@media (max-width: 991px) {
  #mainNav #primaryMenu {
    display: none;
  }
}
#mainNav #primaryMenu li {
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
}
#mainNav #primaryMenu li a {
  color: #646363;
  font-size: 15px;
  font-family: 'aleobold';
  display: block;
  padding: 21px 2px;
}
#mainNav #primaryMenu li a:hover,
#mainNav #primaryMenu li a:focus,
#mainNav #primaryMenu li a:active {
  text-decoration: none;
  color: #646363;
  background-image: url('../img/red_line.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
#mainNav #primaryMenu li.active {
  text-decoration: none;
  color: #646363;
  background-image: url('../img/red_line.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 768px) {
  #mainNav .container .row {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#slider {
  background-color: #d2d2d2;
  overflow: hidden;
  clear: both;
}
#slider .bxslider {
  padding: 0px;
}
#slider .bxslider li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 405px;
}
@media (max-width: 767px) {
  #slider .bxslider li {
    height: 205px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider .bxslider li {
    height: 305px;
  }
}
#slider .bxslider li .container {
  margin-top: 150px;
}
@media (max-width: 767px) {
  #slider .bxslider li .container {
    margin-top: 120px;
  }
}
#slider .bxslider li .message {
  opacity: 0;
  max-width: 80%;
  padding: 8px 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  #slider .bxslider li .message {
    line-height: 14px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider .bxslider li .message {
    line-height: 19px;
    max-width: 100%;
  }
}
#slider .bxslider li .message .title {
  font-size: 22px;
  font-family: 'aleoregular';
  position: relative;
  transition: 0.5s ease 0s;
  right: -5000px;
  top: -3000px;
}
@media (max-width: 767px) {
  #slider .bxslider li .message .title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider .bxslider li .message .title {
    font-size: 18px;
  }
}
#slider .bxslider li .message .subtitle {
  font-size: 22px;
  font-family: 'aleoregular';
  position: relative;
  transition: 0.5s ease 0s;
  left: -5000px;
  top: -3000px;
}
@media (max-width: 768px) {
  #slider .bxslider li .message .subtitle {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider .bxslider li .message .subtitle {
    font-size: 18px;
  }
}
#slider .bxslider li .icons {
  margin-top: 5px;
}
@media (max-width: 767px) {
  #slider .bxslider li .icons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider .bxslider li .icons {
    margin-top: -5px;
  }
}
#slider .bxslider li.current .message {
  opacity: 1;
  transition: all 1s ease 0.5s;
}
#slider .bxslider li.current .message .title {
  right: 0;
  top: 0;
  transition: all 1s ease 0.5s;
}
#slider .bxslider li.current .message .subtitle {
  left: 0;
  top: 0;
  transition: all 1s ease 0.5s;
}
@media (min-width: 992px) {
  #slider .description .container .row {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#slider .description .col-md-12 {
  margin-bottom: 10px;
}
#slider .description .col-md-12 .title {
  color: #8f8f8f;
  font-family: 'aleobold';
  font-size: 19px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#slider .description .col-md-12 ul {
  margin-left: -45px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  #slider .description .col-md-12 ul {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#slider .description .col-md-12 ul li {
  width: 19%;
  text-align: center;
  color: #575757;
  font-size: 13px;
}
@media (max-width: 767px) {
  #slider .description .col-md-12 ul li {
    width: 30%;
  }
}
#slider .description .col-md-12 ul li .sprite {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 10px;
}
#about {
  background-color: #d2d2d2;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #about {
    padding-top: 40px;
  }
}
#about .col-md-10 .title {
  color: #2c70b3;
  font-family: 'aleobold';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  margin-left: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #about .col-md-10 .title {
    font-size: 18px;
    line-height: 21px;
  }
}
#about .col-md-2 .title {
  color: #2c70b3;
  font-family: 'aleobold';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  #about .col-md-2 .title {
    font-size: 18px;
    line-height: 21px;
  }
}
#about .col-md-2 .title span {
  display: block;
  margin-left: 5px;
  margin-bottom: 3px;
}
#about .col-md-4 .sprite {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 991px) {
  #about .col-md-4 .sprite {
    margin-left: auto;
    margin-right: auto;
  }
}
#about .col-md-4 .title {
  color: #2c70b3;
  font-size: 14px;
  font-family: 'aleoregular';
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #about .col-md-4 .title {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#about .col-md-4 .description {
  color: #575757;
  font-family: 'aleoregular';
  font-size: 13px;
}
@media (min-width: 992px) {
  #about .container .row {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#howToWork #wirowkaBG {
  background-color: #073460;
  position: relative;
  overflow: hidden;
}
#howToWork #wirowkaBG .wraper {
  position: relative;
}
@media (max-width: 639px) and (orientation: landscape) {
  #howToWork #wirowkaBG .wraper {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 640px) and (max-width: 767px) and (orientation: landscape) {
  #howToWork #wirowkaBG .wraper {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #howToWork #wirowkaBG .wraper {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #howToWork #wirowkaBG .wraper {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
#howToWork #wirowkaBG #wirowka {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) and (orientation: portrait) {
  #howToWork #wirowkaBG #wirowka {
    display: none;
  }
}
@media (max-width: 639px) and (orientation: landscape) {
  #howToWork #wirowkaBG #wirowka {
    width: 250px;
  }
}
@media (min-width: 640px) and (max-width: 768px) and (orientation: landscape) {
  #howToWork #wirowkaBG #wirowka {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #howToWork #wirowkaBG #wirowka {
    width: 550px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #howToWork #wirowkaBG:after {
    content: '';
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA0IAAANCAGn4OxSAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAMBQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgldg8wAAAD90Uk5TAAMGBwgMDRARFhwdICUoKy8wNT9QV2JobG5wcXeAiYyQk5iaqK6ws7S4vMDFyMvN0dTV3+Di5efo7PDz+P3+j0CZsAAAANxJREFUOMu9k+cOwiAQgFFxz7pbV621Wvee1Xv/t5JDE+kKJhq/PxzwkbvAQcinJLrb05ujVfYKLWCcTWQB1h1WJEJpVBAmKFxsZIMCZCq6PhKEqTMV2UGOLRqisHNl7HwkJIdxFhZVjZHyCzVNU4uEtIFT8AtzXG+TAw62EvMLecUGOBB+3gyuwWRbPxF69VBhOUChmgwV5vqfBGmR39zDeiwRrnuQP5b0uaUNg2TDmvZFekaZwDM5yI2HgsCb9ylQnJqBAv840GwwFjzMCELfMEotcLMiHqSfN4wHjKBXVos3wEIAAAAASUVORK5CYII4dd61fb85ba5d898ff61d89f81b7e31a');
    display: block;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #howToWork #wirowkaBG .speechCloud {
    display: none;
  }
}
#howToWork #movieBG {
  background-color: #dddddd;
  height: 225px;
}
#howToWork #movieBG .title {
  color: #545555;
  font-family: 'aleobold';
  font-size: 20px;
  margin: 0;
  margin-top: 38px;
  margin-bottom: 20px;
}
#howToWork #movieBG .sprite {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
#howToWork #movieBG video {
  display: none;
  width: 100%    !important;
  height: auto   !important;
}
#howToWork #movieBG2 {
  background-color: #cccccc;
  background-image: url('../img/pan_sokowicz.jpg');
  background-size: cover;
  background-position: center;
  height: 390px;
}
@media (max-width: 767px) {
  #howToWork #movieBG2 {
    height: 290px;
  }
}
#howToWork #movieBG2 .block {
  position: absolute;
}
@media (min-width: 768px) {
  #howToWork #movieBG2 .block {
    top: 140px;
    left: 72px;
  }
}
@media (max-width: 767px) {
  #howToWork #movieBG2 .block {
    top: 40px;
    width: 100%;
  }
}
#howToWork #movieBG2 .block .title {
  color: #073460;
  font-family: 'aleobold';
  font-size: 22px;
  margin: 0;
}
@media (min-width: 768px) {
  #howToWork #movieBG2 .block .title {
    vertical-align: middle;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #howToWork #movieBG2 .block .title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #howToWork #movieBG2 .block .wraper {
    width: 88px;
    vertical-align: middle;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #howToWork #movieBG2 .block .wraper {
    width: 100%;
  }
}
#howToWork #movieBG2 .block .wraper .sprite {
  margin-left: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #howToWork #movieBG2 .block .wraper .sprite {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
#howToWork #movieBG2 video {
  display: none;
  width: 100%    !important;
  height: auto   !important;
  margin-top: 30px;
}
#howToWork #clouds {
  background-color: #073460;
  position: relative;
  height: 390px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #howToWork #clouds {
    height: 420px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #howToWork #clouds {
    height: 490px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #howToWork #clouds {
    height: auto;
  }
  #howToWork #clouds:after {
    content: '';
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA0IAAANCAGn4OxSAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAMBQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgldg8wAAAD90Uk5TAAMGBwgMDRARFhwdICUoKy8wNT9QV2JobG5wcXeAiYyQk5iaqK6ws7S4vMDFyMvN0dTV3+Di5efo7PDz+P3+j0CZsAAAANxJREFUOMu9k+cOwiAQgFFxz7pbV621Wvee1Xv/t5JDE+kKJhq/PxzwkbvAQcinJLrb05ujVfYKLWCcTWQB1h1WJEJpVBAmKFxsZIMCZCq6PhKEqTMV2UGOLRqisHNl7HwkJIdxFhZVjZHyCzVNU4uEtIFT8AtzXG+TAw62EvMLecUGOBB+3gyuwWRbPxF69VBhOUChmgwV5vqfBGmR39zDeiwRrnuQP5b0uaUNg2TDmvZFekaZwDM5yI2HgsCb9ylQnJqBAv840GwwFjzMCELfMEotcLMiHqSfN4wHjKBXVos3wEIAAAAASUVORK5CYII4dd61fb85ba5d898ff61d89f81b7e31a');
    display: block;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #howToWork #clouds .speechCloud {
    display: none;
  }
}
#howToWork #clouds .title {
  color: white;
  font-family: 'aleobold';
  font-size: 20px;
  margin: 0;
  margin-top: 38px;
  margin-bottom: 20px;
  margin-bottom: 10px;
}
#zobaczRoznice {
  height: 620px;
}
@media (max-width: 767px) {
  #zobaczRoznice {
    height: auto;
  }
  #zobaczRoznice .warper {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #zobaczRoznice .warper img {
    width: 100%;
  }
}
#zobaczRoznice .title {
  color: #2c70b3;
  font-size: 19px;
  font-family: 'aleobold';
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
#zobaczRoznice .title.big {
  font-size: 29px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #zobaczRoznice .title {
    font-size: 15px;
  }
}
#zobaczRoznice .col-md-4 {
  height: 520px;
}
#zobaczRoznice .blue-circle {
  background-color: #2c70b3;
  border: 1px solid #2c70b3;
  color: white;
  width: 84px;
  height: 84px;
  text-align: center;
  border-radius: 45px;
  font-size: 11px;
  line-height: 17px;
  padding-top: 25px;
}
#zobaczRoznice .blue-circle .big {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'aleoregular';
}
#zobaczRoznice .blue-circle.left {
  position: absolute;
  top: 215px;
  left: 30px;
}
#zobaczRoznice .blue-circle.right {
  position: absolute;
  top: 215px;
  right: 30px;
}
#zobaczRoznice .bigCloud {
  background-image: url('../img/cloud.png');
  background-repeat: no-repeat;
  width: 160px;
  height: 200px;
  overflow: hidden;
  color: #575757;
  font-size: 10px;
  position: absolute;
  top: 296px;
  right: 18px;
  padding-top: 75px;
}
#zobaczRoznice .bigCloud span {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  font-size: 11px;
}
#testimonials {
  background-image: url('../img/testimonialsbg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 576px;
  overflow: hidden;
}
#testimonials .quoted {
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 32px;
  font-family: 'aleoregular';
  line-height: 37px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  #testimonials .quoted {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #testimonials .quoted {
    font-size: 24px;
    line-height: 28px;
  }
}
#testimonials .quoted:before {
  display: block;
  width: 47px;
  height: 37px;
  background-image: url('../img/quote.png');
  background-repeat: no-repeat;
  content: ' ';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#testimonials .person {
  text-align: center;
  font-size: 20px;
  font-family: 'aleoregular';
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 60px;
}
@media (max-width: 767px) {
  #testimonials .person {
    font-size: 16px;
  }
}
#testimonials .person img {
  margin-right: 15px;
}
#catalog {
  background-color: #787878;
  padding-top: 40px;
  padding-bottom: 90px;
  overflow: hidden;
}
#catalog .title {
  color: white;
  font-size: 19px;
  font-family: 'aleobold';
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
#catalog .box {
  border: 2px solid #d0d2d3;
  border-radius: 10px;
  height: 450px;
  overflow: hidden;
  background-color: white;
}
#catalog .box .img {
  background-color: #3361a2;
  border-bottom: 2px solid #d0d2d3;
  height: 105px;
  overflow: hidden;
}
#catalog .box .img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#catalog .box .description {
  border-bottom: 2px solid #d0d2d3;
  padding-top: 7px;
  height: 285px;
}
#catalog .box .description dl {
  clear: both;
}
#catalog .box .description dl dt {
  color: #8c8c8c;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 40%;
  padding-left: 10px;
}
#catalog .box .description dl dt.strong {
  font-weight: bold;
  font-size: 12px;
}
#catalog .box .description dl dd {
  font-size: 11px;
  text-align: right;
  display: inline-block;
  width: 55%;
}
#catalog .box .description dl dd:after {
  content: ' ';
  display: block;
  margin-bottom: 15px;
}
#catalog .box .description dl dd.strong {
  font-weight: bold;
  font-size: 12px;
}
#catalog .box .link {
  text-transform: uppercase;
  display: inline-block;
  width: 70px;
  height: 41px;
  background-image: url('../img/cloudSmall.png');
  text-align: center;
  margin-top: 10px;
  color: #3361a2;
  font-family: 'aleobold';
  font-size: 12px;
  line-height: 30px;
  float: right;
  margin-right: 20px;
  display: none;
}
#catalog .catalogSlider li {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #catalog .catalogSlider li {
    width: 45%;
  }
}
#catalog .arrows span {
  position: absolute;
  color: white;
}
#catalog .arrows span#slider-prev {
  top: 195px;
}
#catalog .arrows span#slider-next {
  top: 195px;
}
@media (min-width: 767px) {
  #catalog .arrows span#slider-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #catalog .arrows span#slider-next {
    right: 30px;
  }
}
@media (min-width: 992) {
  #catalog .arrows span#slider-next {
    right: 30px;
  }
}
#contact {
  background-color: #424242;
  padding-top: 30px;
}
#contact .text {
  color: white;
}
#contact .text .leftCloud {
  font-family: 'aleoregular';
}
@media (min-width: 767px) {
  #contact .text .leftCloud {
    min-height: 332px;
    background-image: url('../img/bigLeftCloud.png');
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 35px;
  }
}
#contact .text .leftCloud a {
  color: white;
}
#contact .text .leftCloud a:hover,
#contact .text .leftCloud a:active,
#contact .text .leftCloud a:focus {
  text-decoration: none;
  color: white;
}
#contact .text .rightCloud {
  font-family: 'aleoregular';
}
@media (min-width: 767px) {
  #contact .text .rightCloud {
    min-height: 357px;
    background-image: url('../img/bigRightCloud.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 20px;
    padding-left: 35px;
  }
}
#contact .text .rightCloud #map {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  color: #333333;
}
#contact .text form {
  font-family: 'aleoregular';
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  #contact .text form {
    width: 80%;
  }
}
#contact .text form .title {
  margin: 0;
  padding: 0;
}
#contact .text form .small {
  font-size: 10px;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 767px) {
  #contact .text form .form-group {
    margin-bottom: -1px;
  }
}
#contact .text form .form-group label {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0;
}
#contact .text form .form-group input {
  border-radius: 0;
}
@media (min-width: 767px) {
  #contact .text form .form-group input {
    padding: 2px 8px;
    height: 24px;
    font-size: 11px;
  }
}
#contact .text form .form-group input.round {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#contact .text form .form-group textarea {
  height: 55px;
  resize: none;
}
#contact .text form .form-group textarea.round {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#contact .text form .form-group .textareaTriangle {
  background-image: url('../img/textarea.png');
  height: 20px;
  width: 41px;
  position: absolute;
  right: 80px;
}
#contact .text form .twoCol .postalCodeField {
  width: 38%;
  display: inline-block;
}
#contact .text form .twoCol .adressField {
  width: 60%;
  display: inline-block;
  float: right;
}
#contact .text form .actions input {
  border: 0;
  background-image: url('../img/wyslij.png');
  height: 26px;
  width: 47px;
  font-size: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #contact .text form .actions input {
    margin-bottom: 20px;
  }
}
#contact .description {
  color: white;
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 50px;
}
#contact .title {
  font-size: 15px;
  margin-bottom: 25px;
}
.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-butelki {
  background-position: -5px -5px;
  width: 86px;
  height: 65px;
}
.sprite.sprite-dymek_3_fiolki {
  background-position: -101px -5px;
  width: 154px;
  height: 140px;
}
.sprite.sprite-dymek_fiolka {
  background-position: -5px -155px;
  width: 153px;
  height: 140px;
}
.sprite.sprite-dymki_fiolki {
  background-position: -168px -155px;
  width: 153px;
  height: 140px;
}
.sprite.sprite-jakosc {
  background-position: -265px -5px;
  width: 59px;
  height: 46px;
}
.sprite.sprite-kropla {
  background-position: -334px -5px;
  width: 86px;
  height: 65px;
}
.sprite.sprite-optymalna_metnosc {
  background-position: -5px -80px;
  width: 60px;
  height: 46px;
}
.sprite.sprite-play {
  background-position: -331px -80px;
  width: 88px;
  height: 88px;
}
.sprite.sprite-powtarzalnosc {
  background-position: -331px -178px;
  width: 60px;
  height: 45px;
}
.sprite.sprite-smak {
  background-position: -331px -233px;
  width: 61px;
  height: 46px;
}
.sprite.sprite-termin_waznosci {
  background-position: -331px -289px;
  width: 60px;
  height: 46px;
}
/*<i class="sprite sprite-butelki"></i>


<i class="sprite sprite-dymek_3_fiolki"></i>
<i class="sprite sprite-dymek_fiolka"></i>
<i class="sprite sprite-dymki_fiolki"></i>
<i class="sprite sprite-play"></i>
<i class="sprite sprite-jakosc"></i>
<i class="sprite sprite-kropla"></i>
<i class="sprite sprite-optymalna_metnosc"></i>
<i class="sprite sprite-powtarzalnosc"></i>
<i class="sprite sprite-smak"></i>
<i class="sprite sprite-termin_waznosci"></i>
*/
.slider01 {
  background-image: url('../img/slider/slider01.jpg');
}
.slider02 {
  background-image: url('../img/slider/slider02.jpg');
}
.slider03 {
  background-image: url('../img/slider/slider03.jpg');
}
.yellow {
  color: white;
  background-color: #ffbe27;
}
.blue {
  color: white;
  background-color: #0da8cf;
}
.green {
  color: white;
  background-color: #9bc200;
}
.speechCloud {
  color: white;
  font-size: 10px;
  display: inline-block;
  height: 55px;
  position: relative;
  position: absolute;
  z-index: 2;
}
.speechCloud span {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
  padding-top: 6px;
}
.speechCloud span ul {
  padding-left: 0;
}
.speechCloud span ul li {
  margin-left: 10px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .speechCloud span {
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  }
}
.speechCloud.biggerPadding span {
  padding-top: 12px;
}
.speechCloud:before {
  background-image: url('../img/cloudLeft.png');
  background-repeat: no-repeat;
  width: 35px;
  height: 43px;
  display: block;
  content: ' ';
  position: absolute;
}
.right.speechCloud:before {
  background-image: url('../img/cloudLeftArrow.png');
  width: 41px;
  height: 55px;
}
.big.speechCloud:before {
  background-image: url('../img/cloudLeftBig.png');
  width: 19px;
  height: 78px;
}
.speechCloud:after {
  background-image: url('../img/cloudRightArrow.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 55px;
  display: block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
}
.right.speechCloud:after {
  background-image: url('../img/cloudRight.png');
  width: 36px;
  height: 43px;
}
.big.speechCloud:after {
  background-image: url('../img/cloudRightBigArrow.png');
  width: 72px;
  height: 95px;
}
@media (min-width: 768px) {
  .speechCloud#speach1 {
    top: 90px;
    left: 39px;
  }
}
@media (max-width: 639px) {
  .speechCloud#speach1 {
    top: 2px;
    left: -11px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .speechCloud#speach1 {
    top: 14px;
    left: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach1 {
    top: 59px;
    left: -18px;
  }
}
@media (min-width: 768px) {
  .speechCloud#speach2 {
    top: 95px;
    left: 810px;
  }
}
@media (max-width: 639px) {
  .speechCloud#speach2 {
    top: 1px;
    left: 356px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .speechCloud#speach2 {
    top: 35px;
    left: 490px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach2 {
    top: 65px;
    left: 637px;
  }
}
@media (min-width: 768px) {
  .speechCloud#speach3 {
    top: 103px;
    left: 478px;
    z-index: 100;
  }
}
@media (max-width: 639px) {
  .speechCloud#speach3 {
    top: 55px;
    left: 193px;
    z-index: 100;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .speechCloud#speach3 {
    top: 49px;
    left: 293px;
    z-index: 100;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach3 {
    top: 78px;
    left: 358px;
    z-index: 100;
  }
}
.speechCloud#speach3 span {
  line-height: 11px;
}
@media (min-width: 768px) {
  .speechCloud#speach4 {
    top: 45px;
    left: 448px;
  }
}
@media (max-width: 639px) {
  .speechCloud#speach4 {
    top: 1px;
    left: 218px;
    z-index: 9;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .speechCloud#speach4 {
    top: -8px;
    left: 300px;
    z-index: 9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach4 {
    top: 15px;
    left: 338px;
  }
}
@media (min-width: 768px) {
  .speechCloud#speach5 {
    top: 175px;
    left: -15px;
  }
}
@media (max-width: 639px) {
  .speechCloud#speach5 {
    top: 65px;
    left: -7px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .speechCloud#speach5 {
    top: 75px;
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach5 {
    top: 153px;
    left: -18px;
  }
}
@media (min-width: 768px) {
  .speechCloud#speach6 {
    top: 411px;
    left: 513px;
  }
}
@media (max-width: 639px) {
  .speechCloud#speach6 {
    top: 125px;
    left: 253px;
    z-index: 100;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .speechCloud#speach6 {
    top: 195px;
    left: 345px;
    z-index: 100;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach6 {
    top: 338px;
    left: 373px;
  }
}
.speechCloud#speach10 {
  top: 30px;
}
@media (min-width: 768px) {
  .speechCloud#speach10 {
    left: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach10 {
    left: 20px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach10 {
    right: 10px;
    top: 10px;
  }
}
.speechCloud#speach11 {
  top: 90px;
}
@media (min-width: 768px) {
  .speechCloud#speach11 {
    left: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach11 {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach11 {
    left: 20px;
    top: 344px;
  }
}
.speechCloud#speach12 {
  top: 155px;
}
@media (min-width: 768px) {
  .speechCloud#speach12 {
    left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach12 {
    top: 170px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach12 {
    right: 20px;
    top: 190px;
  }
}
.speechCloud#speach13 {
  top: 230px;
}
@media (min-width: 768px) {
  .speechCloud#speach13 {
    left: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach13 {
    top: 265px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach13 {
    left: 50px;
    top: 250px;
  }
}
.speechCloud#speach14 {
  top: 32px;
}
@media (min-width: 768px) {
  .speechCloud#speach14 {
    right: 313px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach14 {
    right: 260px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach14 {
    left: 10px;
    top: 12px;
  }
}
.speechCloud#speach15 {
  top: 85px;
}
@media (min-width: 768px) {
  .speechCloud#speach15 {
    right: 77px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach15 {
    right: 57px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach15 {
    right: 10px;
    top: 60px;
  }
}
.speechCloud#speach16 {
  top: 155px;
}
@media (min-width: 768px) {
  .speechCloud#speach16 {
    right: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speechCloud#speach16 {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach16 {
    right: 120px;
    top: 125px;
  }
}
.speechCloud#speach17 {
  top: 220px;
}
@media (min-width: 768px) {
  .speechCloud#speach17 {
    right: 44px;
  }
}
@media (max-width: 767px) {
  .speechCloud#speach17 {
    right: 24px;
    top: 300px;
  }
}
.staticTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
}
.margin135 {
  margin-left: 80px;
  margin-right: 80px;
}
.display-inline-block {
  display: inline-block;
  vertical-align: top;
}
.rotatePhone {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA0IAAANCAGn4OxSAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAMBQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgldg8wAAAD90Uk5TAAMGBwgMDRARFhwdICUoKy8wNT9QV2JobG5wcXeAiYyQk5iaqK6ws7S4vMDFyMvN0dTV3+Di5efo7PDz+P3+j0CZsAAAANxJREFUOMu9k+cOwiAQgFFxz7pbV621Wvee1Xv/t5JDE+kKJhq/PxzwkbvAQcinJLrb05ujVfYKLWCcTWQB1h1WJEJpVBAmKFxsZIMCZCq6PhKEqTMV2UGOLRqisHNl7HwkJIdxFhZVjZHyCzVNU4uEtIFT8AtzXG+TAw62EvMLecUGOBB+3gyuwWRbPxF69VBhOUChmgwV5vqfBGmR39zDeiwRrnuQP5b0uaUNg2TDmvZFekaZwDM5yI2HgsCb9ylQnJqBAv840GwwFjzMCELfMEotcLMiHqSfN4wHjKBXVos3wEIAAAAASUVORK5CYII4dd61fb85ba5d898ff61d89f81b7e31a');
}
.slicknav_menu {
  background: #eff0f2 none repeat scroll 0% 0%;
}
.slicknav_nav a {
  color: #333;
  font-size: 18px;
}
