/*
Theme Name: Kubusiowi Przyjaciele Natury
Author: Grupa 3
Author URI: http://grupa3.com.pl/
Version: 1.0
*/

/*
@font-face {
    font-family: 'comfortaabold';
    src: url('lib/fonts/comfortaa_bold-webfont.eot');
    src: url('lib/fonts/comfortaa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/comfortaa_bold-webfont.woff2') format('woff2'),
         url('lib/fonts/comfortaa_bold-webfont.woff') format('woff'),
         url('lib/fonts/comfortaa_bold-webfont.ttf') format('truetype'),
         url('lib/fonts/comfortaa_bold-webfont.svg#comfortaabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'comfortaaregular';
    src: url('lib/fonts/comfortaa_regular-webfont.eot');
    src: url('lib/fonts/comfortaa_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/comfortaa_regular-webfont.woff2') format('woff2'),
         url('lib/fonts/comfortaa_regular-webfont.woff') format('woff'),
         url('lib/fonts/comfortaa_regular-webfont.ttf') format('truetype'),
         url('lib/fonts/comfortaa_regular-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


*/

@font-face { font-family: 'sinkin_sans400_regular'; src: local("Sinkin Sans 400"); src: url("lib/fonts/sinkinsans-400regular-webfont.eot"); src: url("lib/fonts/sinkinsans-400regular-webfont.eot?#iefix") format("embedded-opentype"), url("lib/fonts/sinkinsans-400regular-webfont.woff2") format("woff2"), url("lib/fonts/sinkinsans-400regular-webfont.woff") format("woff"), url("lib/fonts/sinkinsans-400regular-webfont.ttf") format("truetype"), url("lib/fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'sinkin_sans400_bold'; src: local("Sinkin Sans 400"); src: url("lib/fonts/sinkinsans-400regular-webfont.eot"); src: url("lib/fonts/sinkinsans-400regular-webfont.eot?#iefix") format("embedded-opentype"), url("lib/fonts/sinkinsans-400regular-webfont.woff2") format("woff2"), url("lib/fonts/sinkinsans-400regular-webfont.woff") format("woff"), url("lib/fonts/sinkinsans-400regular-webfont.ttf") format("truetype"), url("lib/fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }

@font-face {
    font-family: 'mocha_mattariregular';
    src: url('lib/fonts/mochamattari-webfont.eot');
    src: url('lib/fonts/mochamattari-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/mochamattari-webfont.woff2') format('woff2'),
         url('lib/fonts/mochamattari-webfont.woff') format('woff'),
         url('lib/fonts/mochamattari-webfont.ttf') format('truetype'),
         url('lib/fonts/mochamattari-webfont.svg#mocha_mattariregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**/

body {
    margin: 0;
    padding: 0;
    font-size: 22px;
    /*font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/    
    font-size: -webkit-calc(20px + (22 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    font-size: -moz-calc(20px + (22 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    font-size: -ms-calc(20px + (22 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    font-size: calc(20px + (22 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    background: #ffffff;
    color: #154b64;
    font-family: 'sinkin_sans400_regular';
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:focus {
    outline: none;
}

nav, header, footer, section, article {
    display: block;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #44883e;
    margin: 0;
    font-family: 'mocha_mattariregular';
}

h1, .jak_h1 {
    font-size: 2.167em;
    margin: 0;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 2em;
    padding: 0 0 0.5em 0;
}

h3, .jak_h3 {
    font-size: 1.5em;
    padding: 0 0 0.667em 0;    
}

h4 {
    font-size: 1.333em;
    padding: 0 0 0.75em 0;       
}

h5 {
    font-size: 1.167em;
    padding: 0 0 0.857em 0; 
}

h6 {
    font-size: 1em;
    padding: 0 0 1em 0;     
}

p {
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 160%;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 1em;
    margin-left: 0;
    padding-bottom: 1em; 
    line-height: 160%;
}

ol ul {
    padding-bottom: 0;
}


hr {
    border-top: 1px solid #cccccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    
}


.btn {
    background-color: #a5c500;
    color: #ffffff;
    padding: 20px 30px;
    font-family: 'mocha_mattariregular';
    text-decoration: none;
    font-size: 1.5em;
    display: inline-block;
}

.btn:hover, .btn.hover {
    background-color: #44883e;
    color: #ffffff;
    text-decoration: none;
}

.btn.ramka {
    background-color: #ffffff;
    color: #a5c500;
    padding: 20px 30px;
    font-family: 'mocha_mattariregular';
    text-decoration: none;
    font-size: 1.5em;
    display: inline-block;
    border: 2px solid #a5c500;
}

.btn.ramka:hover {
    background-color: #ffffff;
    color: #44883e;
    text-decoration: none;
    border: 2px solid #44883e;
}

a img {
    border: none;
}

a {
    color: #a5c500;
}

a:hover {
    color: #44883e;

}

form {
    margin: 0;
    padding: 0;
}

input[type=text], input[type=password], input[type=email], textarea, select {
    padding: 20px;
    display: block;
    border: 2px solid #cccccc;
    width: 100%;
    color: #999999;
    font-family: 'sinkin_sans400_regular';
    font-size: 0.750em;
}

input:required:invalid, textarea:required:invalid {
    outline: none !important;
    box-shadow: none !important;
}


input[type=text]:focus, input[type=email]:focus, textarea:focus {
    border-color: #154b64;
    color: #154b64;
}

input[type=submit] {
    background-color: #a5c500;
    color: #ffffff;
    padding: 20px 30px;
    font-family: 'mocha_mattariregular';
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    color: #ffffff;
    border: none;
}

input[type=submit]:hover {
    background-color: #44883e;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

textarea {
    resize: none;
	overflow: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
    box-shadow: 0 0 0 1000px white inset !important;    
    }

em.ukryj {
    font-style: normal;
}

.overflow_hidden {
    overflow: hidden;
}

/**/


.owl-stage{
    margin: 0 auto;
}

.owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot {
    background-color: #f2f2f2;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
    margin: 10px;
}

.owl-carousel button.owl-dot.active {
    background-color: #ed1c24;
}

.txt_18 {
    font-size: 0.750em;
}

.txt_16 {
    font-size: 0.667em;
}

.blad {
    color: #ed1c24;
}

/**/

div.wpcf7-response-output {
    margin: 0;
    padding: 0 0 1em 0 !important;
    text-align: center;
    border: none !important;
    font-weight: bold;
}


.wpcf7-acceptance-missing, .wpcf7-spam-blocked, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    color: #ed1c24;
}


span.wpcf7-not-valid-tip {
    font-size: 0.750em;   
}

.txt_18 span.wpcf7-not-valid-tip {
    font-size: 1em;
}

span.wpcf7-form label {
    display: block;
    width: 100%;
}

span.wpcf7-list-item {
    margin: 0;
    display: block;
}

.checkbox {
    padding: 10px;
    clear: both;
}


.checkbox .label {
	display: inline-block;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -ms-calc(100% - 80px);
    width: calc(100% - 80px);    
    vertical-align: middle;	
    color: #999999;
    margin-left: 20px;
}

.icheckbox {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background: url('img/check.png') no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox.checked {
	background-position: 0 -60px;
}


.select {
	overflow: hidden;
	display: block;
	padding: 0;
    position: relative;
    border: 2px solid #cccccc;   
    background: #ffffff;
}

.select.disabled {
    background-color: #f2f2f2;
}

.select.focus {
    border-color: #154b64;
}

.select .strzalka {
	background-image: url('img/strzalka_select.png');
	background-repeat: no-repeat;
	background-position: center right;	
    display: block;	

}

.select select {
    padding: 20px 49px 20px 20px;
    font-family: 'sinkin_sans400_regular';
    font-weight: normal;
    font-style: normal;      
	display: block;
    width: 100%;
    background-color: #cccccc; 
    color: #999999;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
    border: none;
	background-color: transparent;
}
 
.select select:focus {
/*     border-color: #154b64; */
    color: #154b64;
}

.select select::-ms-expand{
    display: none;
}

.select option {
	display: block;
    width: 100%;
    background-color: #ffffff; 
    color: #154b64;
}

form select:focus::-ms-value {
    background-color: transparent;
}


input[type=text], input[type=password], input[type=email], textarea {
    padding: 20px;
    display: block;
    border: 2px solid #cccccc;
    width: 100%;
    color: #999999;
    font-family: 'sinkin_sans400_regular';
    font-size: 0.750em;
    background-color: #ffffff; 
}

input[type=text]:disabled, input[type=email]:disabled, textarea:disabled {
    background-color: #f2f2f2;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
    border-color: #154b64;
    color: #154b64;
}

.pokaz_na_mobile {
    display: none;
}


.clear {
    clear: both;
}

/*****************/

.belka {
    display: table;
    width: 100%;
    font-size: 1.250em;
    white-space: nowrap;
    font-family: 'mocha_mattariregular';
}

.belka strong {
    font-weight: normal;
    color: #44883e;
}

.belka a {
    text-decoration: none;
    color: #44883e;
}

.belka a.btn {
    font-size: 1em;
    color: #ffffff;    
}

.belka a.btn:hover {
    color: #ffffff;
}

.belka .mobile {
    display: block;
    text-align: right;
    padding: 20px;    
}


.hamburger {
    padding:20px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
    color: #44883e;
    position: absolute;
    top: -1000px;
}
/*     .hamburger:hover {
     } */
  
     .hamburger-label {
         display: inline-block;
         vertical-align: middle;
         margin-right: 5px;
         margin-top: -2px;
         font-size: 24px;
         line-height: 100%;
     }
  .hamburger-box {
    width: 20px;
    height: 24px;
    display: inline-block;
    position: relative; 
    vertical-align: middle;
}
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 20px;
      height: 4px;
      background-color: #a5c500;
      /* border-radius: 4px; */
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -8px; }
    .hamburger-inner::after {
      bottom: -8px; }
      
      .hamburger--slider-r .hamburger-inner {
        top: 2px; }
        .hamburger--slider-r .hamburger-inner::before {
          top: 8px;
          transition-property: transform, opacity;
          transition-timing-function: ease;
          transition-duration: 0.15s; }
        .hamburger--slider-r .hamburger-inner::after {
          top: 16px; }
      
      .hamburger--slider-r.is-active .hamburger-inner {
        transform: translate3d(0, 8px, 0) rotate(-45deg); }
        .hamburger--slider-r.is-active .hamburger-inner::before {
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          opacity: 0; }
        .hamburger--slider-r.is-active .hamburger-inner::after {
          transform: translate3d(0, -16px, 0) rotate(90deg); }

  

/**/

.belka .lewa {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
    width: 25%;
}

.belka .logo {
    display: block;
    width: 40%;
    max-width: 170px;
    min-width: 120px;
    margin: 0 auto;
}

.belka .logo img {
    display: block;
    width: 100%;
    height: auto;
}


/**/

.belka .prawa {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    position: relative;
}

.belka ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table;
    height: 100%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 0px;
    left: 20px;
    table-layout: fixed;
    padding-right: 20px;
    line-height: normal;
}

.belka ul li {
    padding: 0;
    margin: 0;   
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: visible;
}

.belka ul li.zapisz {
    cursor: auto;
}

.belka li:hover strong, .belka  li:hover a {
    text-decoration: none;
    color: #ed1c24;
}

.belka li:hover a.btn {
    color: #ffffff;
}

.belka li:hover li a {
    color: #44883e !important;
}

.belka li:hover li a:hover, .belka li:hover li.current-menu-item a, .belka li.current-menu-item a, .belka strong.active {
    color: #ed1c24 !important;
}


.belka ul.menu_gorne ul {
    height: auto;    
    display: none;
    position: absolute;
    z-index: 200;    
    top: 100%;
    left: 0;
    background-color: #ffffff;     
    padding: 20px;  
    font-size: 0.8em;
}

.belka ul ul li {
    display: block;
}

.belka ul ul li a {
    display: block;
    height: auto;
    padding: 20px;
}

.belka ul.menu_gorne li:hover ul {
    display: inline-block;
    width: auto;
    border-top: 4px solid #a5c500;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);    
}

.belka ul.menu_gorne li:hover ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #a4c500 transparent;
    position: absolute;
    margin-top: -34px;
    left: 40px;
}


.belka ul ul ul {
    display: none;

}


/**/

.belka ul.mobile_menu {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0; 
    display: block;    
    position: absolute;
    left: -10000px;
    z-index: 200;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border-top: 4px solid #a5c500;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);
  /*   max-width: 300px;  */    
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);     

}

.belka ul.mobile_menu li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}


.belka ul.mobile_menu ul {
    position: static;
    background-color: #f9f9f9;
    padding: 10px 0;
}

.belka ul.mobile_menu li ul {
    display: none;
}

.belka ul.mobile_menu li.aktywny ul {
    display: block;
    width: 100%;
}


.belka ul.mobile_menu li strong, .belka ul.mobile_menu li a {
    padding: 10px 40px;
    font-size: 22px;
    display: block;

}

.belka ul.mobile_menu .btn {
    width: 100%;
    margin-top: 10px;
}


.belka ul.mobile_menu .strz {
    background-image: url("img/strz_mm_down.png");
    background-position: center right;
    background-repeat: no-repeat;
}

.belka ul.mobile_menu .aktywny .strz {
    background-image: url("img/strz_mm_up.png");
    color: #ed1c24 !important;
}

.belka ul.mobile_menu ul li a {
    padding: 10px 40px;
    font-size: 18px;
    background-image: none;
}


/*****************/

.home_slider {
    border-bottom: 1px solid #f2f2f2;
}

.home_slider .slider {
    position: relative;
}

.home_slider .slide img {
    display: block;
    width: 100%;
}

.home_slider .slide .txt {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    padding: 2em;
    left: 19%;
    top: 50%;    
    max-height: 80%;
    width: 36.5%;
    max-width: 700px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);            
}

.home_slider .strzalka {
    width: 12.5%;
    position: absolute;
    z-index: 100;
    top: 50%;  
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);         
}

.home_slider .strzalka.lewa {
    left: 0px;
}

.home_slider .strzalka.prawa {
    right: 0px;
}

.home_slider .strzalka a {
    display: inline-block;
    max-width: 100px;
    min-width: 70px;
    width: 37%;
    margin: 0;
}

.home_slider .strzalka.lewa {
    text-align: right;
}

.home_slider .strzalka.prawa a {
    text-align: left;
}

.home_slider .strzalka a img {
    display: block;
    width: 100%;
}

.home_slider .nawigacja {
    display: table;
    width: 100%;
    font-family: 'mocha_mattariregular';
}

.home_slider .nawigacja a {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    text-decoration: none;
    color: #44883e;
    background: #f2f2f2;
    text-align: center;
    position: relative;
}

.home_slider .nawigacja a.active, .home_slider .nawigacja a:hover {
    background: #a4c500;
    color: #ffffff;
}

.home_slider .nawigacja a.active .txt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #a4c500 transparent;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;  
    left: 50%;
    top: 0;
    z-index: 10;
}

.home_slider  .nawigacja .bullet {
    display: none;
}

.home_slider  .nawigacja .bullet {
    background-color: #f2f2f2;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
    margin: 10px;
}

.home_slider .nawigacja a.active .bullet {
    background-color: #ed1c24;
}

/*****************/

.home_do_pobrania {
    background: #ffffff url("img/bg_do_pobrania.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 2em 0;
}

.home_do_pobrania h2 {
    width: 100%;
    text-align: center;
    padding: 1em 20px 0 20px;
}

.home_do_pobrania .podpis {
    width: 100%;
    text-align: center;
    padding: 0 20px 70px 20px;
    color: #154b64;    
}

.home_do_pobrania .slider {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.home_do_pobrania .strzalka {
    width: 12.5%;
    display: table-cell;
    vertical-align: middle;
}


.home_do_pobrania .strzalka a {
    display: inline-block;
    max-width: 100px;
    min-width: 70px;
    width: 37%;
    margin: 0;
}

.home_do_pobrania .strzalka.lewa  {
    text-align: right;
}

.home_do_pobrania .strzalka.prawa a {
    text-align: left;
}

.home_do_pobrania .strzalka a img {
    display: block;
    width: 100%;
}

.home_do_pobrania .slajdy {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}

.home_do_pobrania .slide {
    padding: 20px;
}

.home_do_pobrania .slide .miniatura {
    width: 100%;
    max-width: 188px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15); 
    margin: 0 auto;
}

.home_do_pobrania .slide .miniatura img {
    display: block;
    width: 100%;
    height: auto;
}

.home_do_pobrania .txt {
    max-width: 380px;
    margin: 0 auto;
}

.home_do_pobrania .slide .txt h3 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.home_do_pobrania .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0px;
}

/*****************/

.sekcja_home_wiedza {
    position: relative;
}
.sekcja_home_wiedza .linia-prawa{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    height: 100%;
    border-left: 1px solid #ffffff;
    width: 1px;
}

.sekcja_home_wiedza .linia-dolna{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    height: 1px;
}


.home_wiedza {
    display: table;
    width: 100%;
    background-color: #44883e;
    color: #ffffff;
    table-layout: fixed;
}

.home_wiedza .owl-stage{
    margin-left: -1px;
}


.home_wiedza h2 {
    position: relative;
    padding-right: 70px;
}

.home_wiedza h2 .strzalki {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.home_wiedza h2 .strzalka {
    display: inline-block;
}

.home_wiedza h2 .strzalka.lewa {
    margin-right: 10px;
}

.home_wiedza h2 .strzalka a {
    width: 29px;
    display: block;
}

.home_wiedza h2 .strzalka a  img {
    display: block;
    width: 100%;
    height: auto;
}

.home_wiedza .slide.opis {
    width: 25%;
    display: table-cell;
    vertical-align: top;
    overflow-x: hidden;
}

.home_wiedza .slajdy {
    width: 75%;
    display: table-cell;  
    vertical-align: top;      
}


.home_wiedza .slide {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
/*     height: 960px;
    padding: 20px; */
    position: relative;
}

.home_wiedza .slide img {
    display: block;
    width: 100%;
    height: auto;
}

.home_wiedza .slide .wew {
    position: absolute;
    padding: 2em;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.home_wiedza .slide.opis .wew {
    position: static;
    
}


.home_wiedza .slide .btn {
    position: absolute;
    bottom: 1.334em;
    left: 1.334em;
    z-index: 10;    
}

.home_wiedza .owl-dots {
    position: absolute;
    width: 33%;
    left: -33%;
    z-index: 20;
    bottom: 2em;
    text-align: right;
    padding-right: 1em;
}

/*****************/

.home_zapisz_sie {
    padding: 2em 0;
    background: #ffffff url("img/bg_form.png") no-repeat center center;
    background-size: cover;
    /*width: 75%;*/
    margin: 0 auto;
}

.home_zapisz_sie h2 {
    width: 100%;
    text-align: center;
    padding: 1em 20px;
}

.home_zapisz_sie p {
    font-size: 0.750em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.home_zapisz_sie .button {
    text-align: center;
}

/*****************/

.form_zapisz {
    /* padding: 2em 0; */
    padding: 0 0 2em 0;
    background: #ffffff; /* url("img/bg_form.png") no-repeat center center;*/
    background-size: cover;
}

.form_zapisz .wew {
    width: 75%;
    margin: 0 auto;
}

.form_zapisz h2 {
    width: 100%;
    text-align: center;
    padding-left:  20px;
    padding-right:  20px;
}

.form_zapisz .msg {
    text-align: center;
}


.form_zapisz h3 {
    width: 100%;
    text-align: center;
    color: #154b64;
    padding: 1em 20px;   
    clear: both;
}

.form_zapisz .legale {
    padding-top: 1em;
    clear: both;
}

.form_zapisz .info_o_placowce, .form_zapisz .info_o_nauczycielu, .form_zapisz .info_o_dzieciach_szkola {
    clear: both;
}

.form_zapisz .formularz {
    padding: 10px;
}
.form_zapisz .formularz strong {
    display: block;
    padding-bottom: 10px;
}

.form_zapisz .formularz .pole {
    width: 50%;
    float: left;
    padding: 10px;
}

.form_zapisz4 .formularz .pole {
    width: 20%;
    float: left;
    padding: 10px;
}

.form_zapisz .formularz .pole.dlugie {
    width: 100%;
}

.form_zapisz .formularz .przyciski {
    clear: both;
    padding: 20px 0px;
    text-align: center;
}

.form_zapisz .formularz .przyciski .captcha, .form_zapisz .formularz .przyciski .wyslij {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 100%;
    padding: 10px;
}


.form_zapisz .formularz input[type=submit] {
    width: 304px;
    height: 74px;
    line-height: 74px;   
    padding: 0; 
    text-align: center;
    max-width: 100%;
}


/*****************/

.form_ankieta {
    padding: 0 0 2em 0;
}

.form_ankieta .radio, .form_ankieta .checkbox {
    padding: 10px;
}

.form_ankieta .icheckbox,
.form_ankieta .iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(img/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.form_ankieta .icheckbox {
    background-position: 0 0;
}
    .form_ankieta .icheckbox.hover {
        background-position: -24px 0;
    }
    .form_ankieta .icheckbox.checked {
        background-position: -48px 0;
    }
    .form_ankieta .icheckbox.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .form_ankieta .icheckbox.checked.disabled {
        background-position: -96px 0;
    }

.form_ankieta .iradio {
    background-position: -120px 0;
}
    .form_ankieta .iradio.hover {
        background-position: -144px 0;
    }
    .form_ankieta .iradio.checked {
        background-position: -168px 0;
    }
    .form_ankieta .iradio.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .form_ankieta .iradio.checked.disabled {
        background-position: -216px 0;
    }

.form_ankieta .odpowiedz {
    display: block;
    padding: 2px 0;

}

.form_ankieta .label {
    display: inline-block;
    width: auto;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -ms-calc(100% - 40px);
    max-width: calc(100% - 40px);    
    vertical-align: middle;	
    color: #999999;
    margin-left: 18px;
    font-size: 0.75em;
}

.form_ankieta .dodatkowe {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form_ankieta .dodatkowe {
    display: block;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);    
    color: #999999;
    margin-left: auto;
    margin-right: 0;
}
.form_ankieta .dodatkowe strong {
    font-size: 0.75em;
    padding-left: 0 !important;
}

.form_ankieta .dodatkowe textarea{
    border-width: 1px;
    padding: 5px;
}

.form_ankieta .info_o_placowce h3, .form_ankieta .info_o_nauczycielu h3, .form_ankieta .info_dodatkowe h3 {
    padding: 40px 10px 10px 10px;
}

.form_ankieta .info_o_placowce .pole, .form_ankieta .info_o_nauczycielu .pole {
    width: 50%;
    float: left;
    padding-top: 0;
}

.form_ankieta .info_o_placowce .pole.dlugie, .form_ankieta .info_o_nauczycielu .pole.dlugie {
    width: 100%;
    float: left;

}


.form_ankieta h3 {
    width: 100%;
    color: #154b64;
    padding: 1em 20px;   
    clear: both;
}

.form_ankieta .pole_x2 {
    width: 100%;
    float: left;
    padding: 10px;
}

.form_ankieta .txt{
    padding: 0 20px;
}

.form_ankieta .wew {
    width: 75%;
    margin: 0 auto;
}

.form_ankieta .legale {
    padding-top: 1em;
    clear: both;
}

.form_ankieta .formularz {
    padding: 10px;
}

.form_ankieta .formularz strong {
    display: block;
    padding: 10px;
}

.form_ankieta .formularz .przyciski {
    clear: both;
    padding: 20px 0px;
    text-align: center;
}

.form_ankieta .formularz .przyciski .captcha, .form_ankieta .formularz .przyciski .wyslij {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 100%;
    padding: 10px;
}


.form_ankieta .formularz input[type=submit] {
    width: 304px;
    height: 74px;
    line-height: 74px;   
    padding: 0; 
    text-align: center;
    max-width: 100%;
}

.form_ankieta .inne {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 1px;
    width: 100%;
    max-width: 240px;
    font-size: 0.75em;
}


.form_ankieta .ocen_co {
    width: 100%;
    max-width: 12em;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
    font-size: 0.75em;
}

.form_ankieta .ocena {
    color: #999999;
    display: inline-block;
    vertical-align: middle;
    margin-lefT: 10px;
    margin-right: 20px;
    font-size: 0.75em;
}
.form_ankieta .ocen {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}


.form_ankieta .pole {
    padding: 20px 10px;
}

.form_ankieta .dodatkowe {
    display: none;
}

/*****************/

.form_kontakt {
    padding: 5.417em 20px;
    background: #ffffff url("img/bg_kontakt.jpg") no-repeat top right;
    background-size: cover;  
}

.form_kontakt .wew {
    width: 75%;
    margin: 0 auto 0 12.5%;
}

.form_kontakt .formularz {
    width: 48.5%;
    background: #ffffff;
    padding: 2em;
    min-width: 480px;
}


.form_kontakt .formularz .icheckbox, .form_kontakt .formularz .checkbox .label {
    vertical-align: top;
}

.form_kontakt .formularz strong {
    display: block;
    padding-bottom: 10px;
}

.form_kontakt .formularz .pole {
    padding: 10px 0;
}

.form_kontakt .formularz .przyciski {
    padding: 10px 0;
}

.form_kontakt .formularz .checkbox {
    padding-left: 0px;
    padding-right: 0px;
}

.form_kontakt .formularz .przyciski .captcha, .form_kontakt .formularz .przyciski .wyslij {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 100%;
    padding: 10px 0;
}

.form_kontakt .formularz input[type=submit] { 
    height: 74px;
    line-height: 74px;   
    padding-top: 0;
    padding-bottom: 0;
}

.form_kontakt h2 {
    padding-bottom: 0;
}

.form_kontakt h3 {
    color: #154b64;
}


.form_kontakt div.wpcf7-response-output {
    text-align: left;
}

/*****************/


.slider_newsy {
    background: #ffffff url("img/bg_szary.png") no-repeat center center;
    background-size: cover; 
    padding: 2em 0;
    text-align: center;
}


.slider_newsy h2 {
    width: 100%;
    text-align: center;
    padding: 1em 20px 70px 20px;
}

.slider_newsy .slider {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.slider_newsy .strzalka {
    width: 12.5%;
    display: table-cell;
    vertical-align: middle;
}


.slider_newsy .strzalka a {
    display: inline-block;
    max-width: 100px;
    min-width: 70px;
    width: 37%;
    margin: 0;
}

.slider_newsy .strzalka.lewa  {
    text-align: right;
}

.slider_newsy .strzalka.prawa a {
    text-align: left;
}

.slider_newsy .strzalka a img {
    display: block;
    width: 100%;
}

.slider_newsy .slajdy {
    display: table-cell;
    vertical-align: middle;
}

.slider_newsy .slide {
    padding: 20px;
}

.slider_newsy .slide h3 {
    padding-top: 1em;
}

.slider_newsy .slide .miniatura {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 300px;
    width: 75%;
    margin: 0 auto;
}

.slider_newsy .slide .miniatura img {
    display: block;
    width: 100%;
}


.slider_newsy .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0px;
}


/*****************/



.partnerzy {
    background: #ffffff/*  url("img/bg_partnerzy.png") no-repeat center center */;
  /*   background-size: cover;  */
    padding: 2em 0;
    border-top: 1px solid #f2f2f2;
}

.partnerzy.szara {
     background: #f8f8f8;
}

.partnerzy h2 {
    width: 100%;
    text-align: center;
    padding: 1em 20px 1em 20px;
}


.partnerzy .slider {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.partnerzy .strzalka {
    width: 12.5%;
    display: table-cell;
    vertical-align: middle;
}


.partnerzy .strzalka a {
    display: inline-block;
    max-width: 100px;
    min-width: 70px;
    width: 37%;
    margin: 0;
}

.partnerzy .strzalka.lewa  {
    text-align: right;
}

.partnerzy .strzalka.prawa a {
    text-align: left;
}

.partnerzy .strzalka a img {
    display: block;
    width: 100%;
}

.partnerzy .slajdy {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}

.partnerzy .slide {
    padding: 20px;
}

.partnerzy .slide .partner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.partnerzy .slide .partner a img {
    display: block;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.partnerzy .slide .partner a:hover img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.partnerzy .owl-wrapper {
    display: table !important;
}
.partnerzy  .owl-item {
    display: table-cell  !important;
    float: none  !important;
    vertical-align: middle  !important;
}

/*****************/

.stopka {
    background: #44883e;
    color: #ffffff;    
    padding: 2em 0;
}


.stopka h2 {
    color: #ffffff;
    font-size: 3em;
    line-height: 100%;
}

.stopka strong {
    text-transform: uppercase;
}

.stopka ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stopka li{
    margin: 0;
    padding: 1em 0 0 0;
}

.stopka a, .stopka a:hover  {
    color: #ffffff;
    text-decoration: none;
}

.stopka .wew {
    width: 75%;
    margin: 0 auto;
    display: table;
}

.stopka .kolumna {
    width: 23%;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #599e52;
    padding: 0 3em;
}

.stopka .kolumna.lewa {
    width: 31%;
    border-left: none;
    padding-left: 0;
}

.stopka .nad_social {
    padding-bottom: 3em;
}

.stopka a img, .stopka a span {
    display: inline-block;
    vertical-align: middle;
}

.stopka a img {
    margin-right: 10px;
}

/*****************/

.menu_dolne { 
    background: #154b64;
    color: #ffffff;
    padding: 2em 0;
}

.menu_dolne a, .menu_dolne a:hover  {
    color: #ffffff;
    text-decoration: none;
}


.menu_dolne .wew {
    width: 75%;
    margin: 0 auto;
    display: table;  
}


.menu_dolne .kolumna {
    display: table-cell;
    vertical-align: top;
}

.menu_dolne .lewa {
    width: 31%;
}

.menu_dolne .prawa {
    width: 69%;
    text-align: right;
}

.menu_dolne .prawa a {
    display: inline-block;
    padding: 0 2em;
}

.menu_dolne .prawa a:last-child {
    padding-right: 0;
}


/*****************/

.naglowek {
    position: relative;
}

.naglowek .img {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: top right;
    display: block;
    overflow-x: hidden;
    width: 100%;
}

.naglowek .img img {
    display: block;
    margin: 0 0 0 auto;
    min-width: 605px;
}

.naglowek .txt {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    padding: 2em;
    left: 12.5%;
    top: 50%;    
    max-height: 90%;
    /*min-height: 56.5%;*/
    min-height: 36.5%;
    width: 36.5%;
    max-width: 700px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);          
}


/*****************/

.breadcrumb {
    width: 75%;
    margin: 0 auto;
    padding: 2em 0;
}

.breadcrumb strong {
    font-weight: normal;
}

.breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.583em;
    line-height: normal;
}

.breadcrumb li{
    margin: 0;
    padding: 0;
    display: inline;
    color: #154b64;    
}

.breadcrumb li a {
    color: #154b64;
    text-decoration:  none;
}



.breadcrumb a:hover, .breadcrumb .current strong {
    color: #a5c500;
}

/*****************/

.kontener {
    width: 75%;
    margin: 0 auto;
}

.kontener.tekst {
    padding-bottom: 2em; 
}


.kontener.tekst p {
     
}

.kontener.max_960 {
    max-width: 1000px;
    padding: 0 20px 1em 20px;
}

/*****************/


.ukryj_na_mobile {
    display: none;
}

.news {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 2em;
    border-collapse: separate;
    border-spacing: 20px;    
}

.news .kolumna {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.news .kolumna.txt {
    padding: 20px;
}

.news .img.pokaz_na_mobile {
    display: none;
}

.news .odstep {
    width: 20px;
}

.news .odstep_poziomy {
    display: table-row;
    height: 20px;
}

.news .kolumna.img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news:nth-child(odd) .lewa {
    display: none;
}

.news:nth-child(even) .prawa {
    display: none;
}

.news .kolumna.img img {
    display: block;
    width: 100%;
}

/*****************/

.do_pobrania {
    text-align: center;
/*     padding-left: 0;
    padding-right: 0; */
    padding: 2em 0;
}

.download {
    padding: 20px;
    text-align: center;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.download2 {
    padding: 20px;
    text-align: center;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.download .miniatura {
    width: 100%;
    max-width: 188px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15); 
    margin: 0 auto;
}

.download .miniatura img {
    display: block;
    width: 100%;
    height: auto;
}

.download .txt {
    max-width: 380px;
    margin: 0 auto;
}

.download .txt h3 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.download.mniej {
    display: inline-block;
    vertical-align: top;
    float: none;
}


/*****************/

.paginacja {
    text-align: center;
    padding: 2em 0;
}

.paginacja a {
    margin: 0 10px;
}


/*****************/



.loader {
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    background-image: url('img/overlay.png');
    width: 100%;
    height: 100%;
}

.loader img {
    position: absolute;
    z-index: 100001;
    top: 50%;
    left: 50%;
    margin-left: -33px; 
    margin-top: -33px; 
}

.lds-facebook {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #44883e;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

/*****************/


.post-password-form {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 580px;
} 

.post-password-form label {
    display: block;
    padding-bottom: 30px;
}

/*****************/

#cookies {
    background-color: #f9f9f9;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

#cookies .wew {
    display: table;
    width: 75%;
    margin: 0 auto;
}

#cookies .wew div {
    display: table-cell;
    padding: 20px 0;
    position: relative;
    vertical-align: middle;
}

#cookies .wew .txt {
    width: 65%;
}

#cookies .wew strong {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
}

#cookies .wew p {
    display: block;
    padding-bottom: 1em;
}

#cookies .wew .img {
    padding: 0;
    width: 21%;
}

#cookies .wew .img span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    max-width: 300px;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);  
}

#cookies .wew .img img {
    display: block;
    width: 100%;
}

#cookies .wew .button {
    width: 14%;
    text-align: right;   
}


/*****************/





.school-a{
    text-align: center;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.school-a:hover {
    text-decoration: none;
    color: #000;
}

.school-name {
    min-height: 110px;
    display: block;
}

.school-img {
    margin-top: 10px;
}
.gallery a {
    text-decoration: none;
}
.gallery a:hover em {
    color: red;
}
#page_nav {
    clear: both;
    padding-top: 40px;
    color: #000;
}
#page_nav a  {
    color: #000;
}
#breadcrumb_nav {
    color: #000;
    margin-bottom: 30px;
    display: block;
}
#breadcrumb_nav a{
    color: #000;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

#page_nav .current {
    color: red;
}

#page_nav a {
    text-decoration: none;
}


@media only screen and (max-width: 1599px) { 
    body {
        font-size: 20px;
        font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 1200px) / (1600 - 1200)));
        font-size: -moz-calc(16px + (20 - 16) * ((100vw - 1200px) / (1600 - 1200)));
        font-size: -ms-calc(16px + (20 - 16) * ((100vw - 1200px) / (1600 - 1200)));
        font-size: calc(16px + (20 - 16) * ((100vw - 1200px) / (1600 - 1200)));      
    }
  

    .txt_18, input[type=text], input[type=password], input[type=email], textare, select, span.wpcf7-not-valid-tip, .home_zapisz_sie p {
        font-size: 0.9em;
    }      

    .txt_16 {
        font-size: 0.8em;
    }
    
    .breadcrumb ul {
        font-size: 0.7em;
    }

    #cookies .wew strong {
        padding-top: 0;
    }
    
    #cookies .wew p {
        padding-bottom: 0;
    }        
}

@media only screen and (max-width: 1199px) { 
    body {
        font-size: 16px;
        font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 960px) / (1200 - 960)));
        font-size: -moz-calc(14px + (16 - 14) * ((100vw - 960px) / (1200 - 960)));
        font-size: -ms-calc(14px + (16 - 14) * ((100vw - 960px) / (1200 - 960)));
        font-size: calc(14px + (16 - 14) * ((100vw - 960px) / (1200 - 960))); 
    }

    .belka ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn {
        padding: 15px 20px;
    }


    .txt_18, input[type=text], input[type=password], input[type=email], textarea, select, span.wpcf7-not-valid-tip, .home_zapisz_sie p {
        font-size: 1em;
    }

    .school-a {
        font-size: 13px;
    }

    #zapisz4 .pole .txt_18 {
        font-size: 0.8em;
    }

    .txt_16 {
        font-size: 0.889em;
    }    

    .breadcrumb ul {
        font-size: 0.778em;
    }    
    

    .home_wiedza .slide.opis {
        width: 33%;
    }    

    .home_wiedza .slajdy {
        width: 67%;
    }      

    .home_wiedza .owl-dots {
        width: 50%;
        left: -50%;
    }    

    .stopka .wew {
        width: 100%;
    }

    .stopka .kolumna.lewa {
        padding: 0 2em;
    }

    .menu_dolne .wew {
        width: 100%;
        margin: 0 auto;
        display: table;  
    }

    .menu_dolne .lewa {
        padding: 0 2em;
    }

    .menu_dolne .prawa a {
        padding: 0 2em;
    }

    .menu_dolne .prawa a:last-child {
        padding-right: 2em;
    }

    #cookies .wew {
        width: 100%;
    }

    
    #cookies .wew .txt {
        padding-left: 20px;
    }
    
    #cookies .wew .button {
        padding-right: 20px;
    }       

}

@media only screen and (max-width: 955px) { 
     body {
        font-size: 14px;    
    } 

    .txt_16 {
        font-size: 0.857em;
    }   

    .home_slider .notka, .home_slider .nawigacja .txt {
        display: none;
    }

    .home_slider .nawigacja .bullet {
        display: inline-block;
    }

    .home_slider .nawigacja {
        display: block;
        text-align: center;
        padding: 10px 20px 20px 20px;
    }

    .home_slider .nawigacja a {
        background-color: #ffffff;
        display: inline;
        padding: 0;
    }

    .home_slider .nawigacja a.active, .home_slider .nawigacja a:hover {
        background-color: #ffffff;
    }

    .form_zapisz .formularz .pole {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .form_zapisz4 .formularz .pole {
        width: 100%;
        float: none;
        padding: 10px;
    }
 
    .icheckbox {
        width: 40px;
        height: 40px;
        background-size: 100%;

    }
    .icheckbox.checked {
        background-position: 0 -40px;
    }

    .checkbox .label {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -ms-calc(100% - 60px);
        width: calc(100% - 60px);    
        margin-left: 20px;
    }

    .stopka .kolumna, .stopka .kolumna.lewa {
        width: 50%;
    }

    .stopka .kolumna.druga, .stopka .kolumna.trzecia, .stopka .nad_social {
        display: none;
    }

    .naglowek .txt {
        min-height: 0;
    }

    .naglowek .txt p {
        display: none;
    }

    .naglowek .txt h1 {
        padding-bottom: 0;
    }
    
    .kontener {
        width: 100%;
    }

    .kontener.tekst {
        width: 75%;
    }

    .home_zapisz_sie {
        width: 100%;
    }

    .news .notka {
        display: none;
    }

    .slider_newsy .slide .notka {
        display: none;
    } 
  

    .download .miniatura{
        max-width: 160px;
    }    

    #cookies .wew .img {
        display: none;
    }

    
    #cookies .wew .txt, #cookies .wew .button  {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .belka .prawa {
        text-align:  right;
    }

    .hamburger { 
        position: static;
    }

    .belka ul.menu_gorne {
        top: -10000px;
        left: -10000px;
    }

    .belka ul.mobile_menu {
        left: 20px;
    }

}


@media only screen and (max-width: 767px) { 
    .naglowek .txt  {
        position: static;
        padding: 20px;
        width: 100%;
        max-height: none;
        max-width: none;
        min-height: none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        transform:none;       
    }

    .kontener.tekst {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .breadcrumb {
        width: 0;
        height: 0;
        overflow: hidden;
        padding: 0;
    }


    .home_slider .slide .txt {
        position: static;
        padding: 20px 20px 0 20px;
        width: 100%;
        max-height: none;
        max-width: none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        transform:none;       
        text-align: center;     
    }

    .home_slider .strzalka {
        display: none;
    }

    .home_slider .strzalka {
        display: none;
    }

    .home_wiedza .slide.opis, .home_wiedza .slajdy {
        width: 50%;
    }   

    .home_wiedza .owl-dots {
        width: 100%;
        left: -100%;
    }    
    
    .home_zapisz_sie .foto {
        display: none !important;
    }

    .home_zapisz_sie .news {
        margin-bottom: 0 !important;
    }
    .home_zapisz_sie .txt {
        padding-bottom: 0 !important;
    }

    .icheckbox, .checkbox .label {
        vertical-align: top;
    }

    .form_kontakt  {
        padding: 20px;
    }

    .form_kontakt .wew {
        width: 100%;
        max-width: 576px;        
        margin-left: auto;
    }
        
    .form_kontakt .formularz {
        width: 100%;
        padding: 20px;
        min-width: 0px;
    }
        
    .partnerzy .strzalka {
        width: 70px;
    }

    .partnerzy .slajdy {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: -ms-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .stopka .kolumna, .stopka .kolumna.lewa {
        padding: 20px;
    }

    .menu_dolne .wew,  .menu_dolne .kolumna.prawa {
        width: 100%;
        text-align: center;
    }

    .menu_dolne .kolumna.prawa {
        display: none;
    }
        
    .kontener {
        padding: 0 20px;
    } 

    .news, .news .kolumna  {
        display: block;
        width: 100%;
    }

    .news .kolumna.txt {
        padding-left: 0;
        padding-right: 0;
    } 

    
    .news:nth-child(odd) .lewa, .news .lewa {
        display: block;
    }
    

    .news .prawa {
        display: none;
    }

    .download {
        width: 50%;
    }
   
    .download2 {
        width: 100%;
    }
   

    #cookies .wew {
        display: block;
    }

    #cookies .wew .txt, #cookies .wew .button  {
        display: block;
        text-align: center;
    }

    #cookies .wew .txt {
        padding-bottom: 0;
    }


   

}


@media only screen and (max-width: 480px) { 
    .home_do_pobrania .strzalka, .slider_newsy .strzalka {
        display: none;
    }

    .home_do_pobrania .strzalka, .slider_newsy .strzalka {
        display: none;
    }
    
    .home_do_pobrania .slajdy, .slider_newsy .slajdy {
        width: 100%;
    }

    .home_wiedza, .home_wiedza .slide.opis , .home_wiedza .slajdy {
        display: block;
        width: 100%;
    }  
    

    .home_wiedza .slide.opis {
        background-position: -100% -100%;
        background-size: 0;
    }

    .home_wiedza .slide img {
        max-height: -webkit-calc(100vh - 40px);
        max-height: -moz-calc(100vh - 40px);
        max-height: -ms-calc(100vh - 40px);
        max-height: calc(100vh - 40px);    
    }
    
    .home_wiedza .slide .wew {
        padding: 20px;
        text-align: center;
        width: 100%;
    }

    .home_wiedza .slide .btn {
        bottom: 20px;
        left: 50%;
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);             
    }

    .home_wiedza .owl-dots {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -40px;
        z-index: 20;
        text-align: center;
        padding-right: 0;
        background-color: #44883e; 
        min-height: 40px;  
        padding-top: 5px;
    }

    .home_wiedza h2 {
        padding-right: 0px;
    }
    
    .home_wiedza h2 .strzalki {
        display: none;
    }  

    .home_zapisz_sie {
        padding-left: 20px;
        padding-right: 20px;
    }
    

    .form_zapisz .wew {
        width: 100%;
    }  
    
    .form_kontakt  {
        padding: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .form_kontakt .przyciski {
        text-align: center;
    }

    .form_kontakt  h2, .form_kontakt  h3 {
        text-align: center;
    }

    .form_kontakt div.wpcf7-response-output {
        text-align: center;
    }


    .download {
        width: 100%;
    }

    .stopka .wew, .stopka .kolumna, .stopka .kolumna.lewa {
        width: 100%;
        display: block;
        text-align: center;
    }

    .stopka .kolumna.lewa h2, .stopka .kolumna.druga, .stopka .kolumna.trzecia, .stopka .nad_social {
        display: none;
    }  
    
    .stopka .kolumna, .stopka .kolumna.lewa {
        padding: 0 20px;
    }  
    
    .stopka .kolumna.lewa { 
        padding-bottom: 10px;
    }


    .form_ankieta .wew {
        width: 100%;
    }  

    .form_ankieta .info_o_placowce .pole, .form_ankieta .info_o_nauczycielu .pole {
        width: 100%;
    
    }

    .form_ankieta .inne {
        max-width: 100%;
        width: -webkit-calc(100% - 42px);
        width: -moz-calc(100% - 42px);
        width: -ms-calc(100% - 42px);
        width: calc(100% - 42px);  
        font-size: 0.75em;
        margin: 0 0 10px auto;
        display: block;
        padding-bottom: 4px;
    }
}


.partnerzy .owl-item:nth-child(2) .partner {
    max-width: 550px;
  }