/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

* {
  box-sizing: border-box; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

#about .single-col, footer .single-col {
  display: inline;
  float: left;
  width: 97.3684210526%;
  margin: 0 1.3157894737%; }
  @media screen and (min-width: 992px) {
    #about .single-col, footer .single-col {
      display: inline;
      float: left;
      width: 30.701754386%;
      margin: 0 1.3157894737%; } }

#model .single-col {
  display: inline;
  float: left;
  width: 97.3684210526%;
  margin: 0 1.3157894737%; }
  @media screen and (min-width: 992px) {
    #model .single-col {
      display: inline;
      float: left;
      width: 14.0350877193%;
      margin: 0 1.3157894737%; } }

#employees .single-col {
  display: inline;
  float: left;
  width: 97.3684210526%;
  margin: 0 1.3157894737%; }
  @media screen and (min-width: 992px) {
    #employees .single-col {
      display: inline;
      float: left;
      width: 22.3684210526%;
      margin: 0 1.3157894737%; } }

body {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 400; }

h1 {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  color: #398790;
  position: relative;
  padding: 0 1em 1em 1em; }
  @media screen and (min-width: 992px) {
    h1 {
      padding-bottom: 40px; } }

h2 {
  font-size: 1.2em; }

p {
  padding: 2em 1em; }
  @media screen and (min-width: 992px) {
    p {
      padding: 30px 0; } }

img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.wrapper {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both; }

.clearfix {
  clear: both; }

/*----------Header----------*/
header {
  /*background: url(../img/header.jpg) repeat;*/
  width: 100%;
  height: 70px; }

.logo {
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .logo {
      float: left; } }

nav {
  float: right;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 992px) {
    nav {
      width: auto; } }
  nav ul li {
    display: inline-block; }
    nav ul li a {
      font-size: 0.9em;
      display: block;
      padding: 1.1em;
      color: #398790;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      transition: .4s ease-in-out; }
      nav ul li a:hover {
        webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
        color: #f00; }
      @media screen and (min-width: 992px) {
        nav ul li a {
          padding: 1.1em 1.4em;
          font-size: 1em; } }
    nav ul li:last-child {
      font-size: 1.3em; }

.red:hover {
  color: #f00; }

.blue:hover {
  color: #3f9eff; }

.yellow:hover {
  color: #eed127; }

.purple:hover {
  color: #f0f; }

.light-green:hover {
  color: #17a717; }

.fb-color:hover {
  color: #3b5998; }

/*-----------Main -->  parallax----------*/
main {
  width: 100%;
  background-position: 100% 100%;
  /*    background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;*/
  position: relative;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden; }

.container {
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both; }
  .container .shape1 {
    margin-top: -40%;
    margin-left: -5%;
    z-index: 100;
    display: none; }
    @media screen and (min-width: 992px) {
      .container .shape1 {
        display: block; } }

.child {
  display: none; }
  @media screen and (min-width: 992px) {
    .child {
      display: block;
      position: absolute;
      z-index: 999;
      left: 50px;
      bottom: 0; } }

/*----------Section - O przedszkolu----------*/
#about {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0; }
  #about .wrapper h1:before {
    content: url("../img/pinezka.png");
    position: relative;
    top: 20px;
    left: 0; }
  #about .wrapper .single-col:hover > img {
    webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  #about .wrapper .single-col img {
    transition: .4s ease-in-out; }

/*----------Section - Model----------*/
#model {
  background: url(../img/under-about.jpg) no-repeat;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0; }
  #model h1 {
    color: #fff; }
  #model .white-info {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em; }
  #model .single-col:hover > .image-circle {
    webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  #model .single-col .image-circle {
    border: 3px solid #fff;
    transition: .4s ease-in-out;
    margin: 50px auto 0;
    width: 50%;
    border-radius: 50%; }
    @media screen and (min-width: 992px) {
      #model .single-col .image-circle {
        width: 100%;
        margin: 150px auto 0; } }
    #model .single-col .image-circle img {
      padding: 2.5em; }

.blue-bg {
  background-color: #3f9eff; }

.yellow-bg {
  background-color: #eed127; }

.purple-bg {
  background-color: #f0f; }

.light-green-bg {
  background-color: #17a717; }

.red-bg {
  background-color: #f00; }

.accent-bg {
  background-color: #398790; }

/*----------Section - Oferta dodatkowa----------*/
#offer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  padding: 50px 0;
  background: url(../img/oferta.jpg) repeat; }
  @media screen and (min-width: 992px) {
    #offer {
      background: url(../img/oferta.jpg) no-repeat; } }
  #offer h1 {
    color: #fff;
    padding-bottom: 15px; }
    #offer h1:before {
      content: url("../img/pinezka.png");
      position: relative;
      top: 20px;
      left: 0; }
  #offer ul li {
    padding: 5px 1em;
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9em; }
    @media screen and (min-width: 992px) {
      #offer ul li {
        padding: 5px 1em;
        font-size: 1em; } }

/*----------Section - Kadra----------*/
#employees {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0; }
  #employees h1:before {
    content: url("../img/pinezka.png");
    position: relative;
    top: 20px;
    left: 0; }
  #employees .rectangle {
    padding: .5em;
    height: 10em;
    transition: .4s ease-in-out; }
    #employees .rectangle span {
      color: #555; }
    #employees .rectangle:hover {
      webkit-transform: translate(0, -10px);
      -moz-transform: translate(0, -10px);
      -o-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
      -webkit-box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.86);
      -moz-box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.86);
      box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.86);
      cursor: pointer; }
    @media screen and (min-width: 768px) {
      #employees .rectangle {
        height: 8em; } }
    @media screen and (min-width: 992px) {
      #employees .rectangle {
        height: 10em; } }
  #employees .rect-r:hover {
    background-color: #ffe6e6; }
  #employees .rect-lg {
    height: 25em; }
    #employees .rect-lg:hover {
      background-color: #cff8cf; }
    @media screen and (min-width: 768px) {
      #employees .rect-lg {
        height: auto; } }
  #employees .rect-b:hover {
    background-color: #c9e4ff; }
  #employees .rect-y:hover {
    background-color: #fbf4cc; }
  #employees .single-col {
    text-align: center;
    width: 17.368%; }
    @media screen and (min-width: 992px) {
      #employees .single-col {
        text-align: left; } }
    #employees .single-col p {
      padding: 0; }
    #employees .single-col h2 {
      padding-bottom: 20px; }

.red-c {
  color: #f00; }

.yellow-c {
  color: #eed127; }

.blue-c {
  color: #3f9eff; }

.light-green-c {
  color: #17a717; }

.purple-c {
  color: #f0f; }

/*Info*/
.info {
  background: url(../img/info-bg.jpg) no-repeat fixed;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0; }
  .info h1 {
    font-size: 2.5em;
    color: #fff; }
  .info h2 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 300; }

/*----------Footer----------*/
footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  background: url(../img/oferta.jpg) no-repeat;
  text-align: center; }
  @media screen and (min-width: 992px) {
    footer {
      text-align: left; } }
  footer p {
    padding: 0;
    color: #fff; }
    footer p:first-child, footer p:nth-child(5) {
      padding-top: 1.5em; }
      @media screen and (min-width: 992px) {
        footer p:first-child, footer p:nth-child(5) {
          padding-bottom: 0.5em;
          padding-top: 0; } }
    footer p:nth-child(5) {
      padding-top: 0.5em; }
    footer p i {
      padding-right: .8em;
      color: #eed127;
      padding-bottom: 0.5em; }
    footer p a {
      color: #eed127;
      transition: .4s ease-in-out;
      font-weight: bold; }
      footer p a:hover {
        color: #398790; }

.copyright {
  width: 100%;
  text-align: center;
  font-size: 0.8em; }
  .copyright a {
    color: #eed127;
    transition: .4s ease-in-out; }
    .copyright a:hover {
      color: #398790; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*	-moz-box-shadow: 0 0 5px #ccc;
          -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
          border:  5px solid #fff;
          left: -5px;*/
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 50px;
  background: url(../img/left.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover; }

.bx-wrapper .bx-next {
  right: 50px;
  background: url(../img/right.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover; }

.bx-wrapper .bx-prev:hover {
  filter: brightness(2);
  -webkit-filter: brightness(2); }

.bx-wrapper .bx-next:hover {
  filter: brightness(2);
  -webkit-filter: brightness(2); }

.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  outline: 0;
  text-indent: -9999px;
  /*z-index: 9999;*/ }
  @media screen and (min-width: 768px) {
    .bx-wrapper .bx-controls-direction a {
      width: 75px;
      height: 75px; } }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*# sourceMappingURL=main.css.map */
