﻿.languages {
  float: right;
  color: #fff;
  margin-top: 3px;
  padding-left: 30px;
  position: relative;
  margin-left: 30px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.languages a {
  margin-left: 10px;
  color: #fff;
  padding: 7px;
  border-radius: 4px;
}

.languages .active {
  background: rgba(255,255,255,0.9);
  font-weight: bold;
  color: #333;
}
.uslugi{padding:40px 0px; }
section.media{padding:60px 0px; overflow: hidden;}
.grid{ overflow: hidden;}
.grid-item { width:16.6%; padding:10px; float:left;  opacity:0.8 ; border-radius: 6px; overflow: hidden;}
.grid-item img{border-radius: 6px;}
.button-group{margin-top:20px; margin-bottom:20px; text-align: center;}
.button{  border:none; font-weight:400;  font-family: "Arial"; border-radius: 6px; font-size:10px; text-transform: uppercase; color:#777; padding:5px 0px; background:none;  letter-spacing: 2px; margin-left:4px; margin-right:4px}
.button.is-checked{border:1px solid #fff; background: #fff; color:#ff4c2d; font-weight: 900;}
.button:focus{outline: none;}

.grid-item:hover{  opacity:1;}
.languages span {
  float: left;
  margin-right: 10px;
}

.languages:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "";
  height: 10px;
  border-left: 1px solid rgba(255,255,255,0.4);
}

body {
  font-family: "Lato", arial;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  background: #fff;
  color: #666;
  text-align: left;
}

#content a {
  color: #1a9813;
}

section#page {
  background: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 0px auto;
  padding: 0px 0px 0px;
}

a {
  color: #666;
  text-decoration: none;
  transition: 0.5s all;
}

.part a.red {
  color: #fc3c1b
}
/* --------------------------------------------------------------- popup --------------------------------------------------------------- */

.promopopup {
  background: rgba(0,0,0,0.8);
  height: 100%;
  position: fixed;
  text-align: justify;
  top: 0;
  width: 100%;
  display: none;
  z-index: 100000;
}

.promopopup .btn {
  width: auto;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 2px;
  width: 50%;
  font-weight: normal;
  text-transform: uppercase;
}

.promopopup .btn.f-left {
  border-radius: 30px 0px 0px 30px;
}

.promopopup .btn.f-right {
  border-radius: 0px 30px 30px 0px;
}

.promopopup .btn#logmein {
  width: 100%;
  font-size: 14px;
}

.promopopup a {
  cursor: pointer;
}

.promopopup #forgetform {
  display: none;
}

.promopopup #forgetform .btn {
  width: 100%;
}

.promopopup .wrap h2 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}

.promopopup .wrap {
  margin: 50px auto 0px;
  width: 600px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  overflow: hidden;
  padding: 60px;
  text-align: center;
  color: #888;
  position: relative;
}

.promopopup .wrap #total {
  color: #ff3600
}

.sortowanie {
  width: 300px;
  text-align: left;
  margin-top: 10px;
}

.sortowanie select {
  width: 160px;
  margin: 0px 0px 0px 10px;
  position: relative;
  top: 0px;
}

.promopopup.errs .wrap h3 {
  color: #df1f1f;
}

.promopopup.errs .wrap i {
  color: #df1f1f;
}

.promopopup.ok .wrap i {
  color: #07a60d;
}

.promopopup .wrap i {
  margin-bottom: 15px;
  font-size: 36px;
  position: relative;
  width: 100%;
  top: 0px;
  color: #149312
}

.promopopup .wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

.promopopup .wrap .close i {
  font-size: 16px;
  color: #333;
}



/* --------------------------------------------------------------- CART --------------------------------------------------------------- */




#cartcontents {
  position: absolute;
  top: 65px;
  right: 0px;
  width: 450px;
  display: none;
  padding: 30px;
  z-index: 1001;
  color: #444;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1)
}

#cartcontents div.pid {
  float: left;
  width: 100%;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

#cartcontents span {
  font-size: 14px;
  color: #222;
  margin-top: 12px;
  float: right;
  font-weight: bold;
}

#cartcontents .btn.fw {
  width: 50%;
  padding: 10px 0px;
  font-size: 12px;
  border-radius: 30px;
  letter-spacing: 3px;
  margin-top: 20px;
}

#cartcontents .btn.fw.f-left {
  border-radius: 30px 0px 0px 30px;
  background: #444;
  color: #fff;
}

#cartcontents .btn.fw.f-right {
  border-radius: 0px 30px 30px 0px;
}

#cart-container .removerow {
  margin-top: 10px;
}

#cartcontents .removerow {
  float: right;
  margin: 6px 0px 0px 16px;
}

#cartcontents .removerow i {
  font-size: 16px;
  color: #db6343
}

#cartcontents h2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #333;
  font-size: 14px;
}

#body-main #cartcontents .productlist,
#cartcontents .productlist {
  padding: 0px;
}

#cartcontents .max50 {
  border-radius: 25px;
}

#cartcontents .productlist .pid span {
  color: #fc401e;
  font-size: 18px;
}

.qty {
  margin-top: 5px;
}

.qty input {
  width: 90px;
  margin-left: 10px;
}

.plusminus {
  position: relative;
  z-index: 800;
}

.plusminus a {
  margin-left: 10px;
}

.relative {
  position: relative;
}

.important {
  color: #333;
  font-size: 22px;
  font-weight: 300;
  padding: 40px 0px;
  text-align: left;
}

#menu-responsive {
  display: none!important;
}

.heading {
  float: left;
  width: 100%;
}

.ti-big {
  font-size: 48px;
  color: #ff4d00;
  padding: 30px;
  border: 1px solid #ff4d00;
  width: 100px;
  height: 100px;
  border-radius: 80px;
}

.biuroimg {
  border: 10px solid #fff;
}

.text a:hover {
  color: #ff5400
}

.listabox {
  margin: 0px 0px 0px;
  padding: 0px;
}

.listabox li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto!important;
}

.mt20 {
  margin-top: 20px;
}

.mt-200 {
  margin-top: -150px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

p {
  margin: 0px 0px 10px 0px;
}

.kontakt-page {
  padding: 80px 0px 40px;
  overflow: hidden;
  width: 100%;
}

.kontakt-page p {
  margin-bottom: 0px;
}

.kontakt-page h3 {
  margin-top: 38px;
}

.padd20 {
  padding: 20px;
}

.padd30 {
  padding: 30px;
}

.text-center {
  text-align: center;
}

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

.kontakt-page i {
  margin-right: 10px;
  color: #ff6300;
  position: relative;
  top: 1px;
}

.text-right {
  text-align: right;
}

.font18 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.text {
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

blockquote {
  float: left;
  width: 50%;
  padding: 60px;
  margin: 0px 30px 30px 0px;
  border-radius: 6px;
  font-size: 19px;
  font-family: "Lato";
  line-height: 25px;
  color: #fff;
  background: url(images/bq.jpg) 50% 50%
}

blockquote strong {
  text-align: right;
  float: right;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Lato"
}

.btn.black {
  font-size: 10px;
  padding: 5px 10px;
  background: #333;
  font-family: "Lato";
  float: none;
  margin: 0px 5px;
  position: relative;
  top: -1px;
}

.poradypage {
  margin-bottom: 30px;
}

section.structure {
  padding: 40px 0px;
  overflow: hidden;
  float: left;
  width: 100%;
}

section.structure h1 {
  font-size:25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #444;
  margin-top:0px;
  margin-bottom: 0px;
  float:left;
  width:100%;
}

body.szkolenia-i-staze section.structure h1 {
  margin:30px 0px 30px;
}

body.szkolenia-i-staze section.structure h1:first-child{margin-top:0px;}

/* --------------------------------------------------------------- dlaczego --------------------------------------------------------------- */
.dlaczego {
  float: left;

  width: 100%;
  background:#edf1f2;

  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.dlaczego .wrap {
  padding: 30px 0px;
  overflow: hidden;
}

#body-dla-klubow .topm{margin-top:60px;}
#body-dla-klubow section.structure h1{
  text-transform: none;
  letter-spacing: 0px;
  font-size:30px;
  margin:20px 0px;
}
.boxwhy{padding:50px;
  border-radius: 6px;
background: #fc6636;
color:#fff;
overflow:hidden;
}
#body-dla-klubow section.structure .wrap{padding:20px 40px;}
#body-dla-klubow section.structure .boxwhy i{
  font-size:48px;
  margin:0px;
  top:-18px;
  float:right;
  position: absolute;
  right:40px;
}

#body-dla-klubow section.structure .boxwhy .akapit{float:left; width:auto;}

#body-dla-klubow section.structure .boxwhy h1{
  color:#fff;
  line-height: 23px;
  margin-bottom:20px;
  font-size:18px;
  text-transform: uppercase;

}


.dlaczego h1 {
  font-size:25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #444;
  margin-top:0px;
  margin-bottom: 30px;
  float:left;
  width:100%;
}

.roundbox {
  width: 250px;
  border-radius: 150px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
  height: 250px;
  font-family: "Lato";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.roundbox.l1 {
  background: #333;
}

.roundbox.l2 {
  background: #ff3713;
}

.roundbox.l3 {
  background: #333;
}

.roundbox span {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 60px;
  margin-top: 90px;
  line-height: 60px;
  color: #fff
}

/* ---------------------------------------------------------------  --------------------------------------------------------------- */
.text .tabs {
  margin-top: 50px;
}

.text .tabs li {
  list-style: none;
  padding: 0px;
  display: inline;
}

.text .tabs li:before {
  content: "";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.tabs a {
  padding: 10px 30px;
  display: inline-block;
  border-bottom: 5px solid #eee;
  color: #777;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
}

.tabs a.active {
  border-bottom: 5px solid #318a01;
  color: #318a01;
}




/* --------------------------------------------------------------- modal --------------------------------------------------------------- */
.modal {
  background: rgba(0,0,0,0.8);
  height: 100%;
  position: fixed;
  text-align: justify;
  top: 0;
  width: 100%;
  display: none;
  z-index: 100000;
}

.modal .btn {
  width: auto;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.modal .btn#logmein {
  width: 100%;
  font-size: 14px;
}

.modal a {
  cursor: pointer;
}

.modal #forgetform {
  display: none;
}

.modal .wrap h3 {
  color: #149312;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px;
}

.modal .wrap {
  margin: 50px auto 0px;
  width: 470px;
  font-weight: 300;
  background: #fff;
  overflow: hidden;
  padding: 40px;
  text-align: center;
  color: #888;
  position: relative;
}

.modal.errs .wrap h3 {
  color: #df1f1f;
}

.modal.errs .wrap i {
  color: #df1f1f;
}

.modal.ok .wrap i {
  color: #07a60d;
}

.modal .wrap i {
  margin-right: 15px;
  font-size: 36px;
  position: relative;
  top: 7px;
  color: #149312
}

.modal .wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

.modal .wrap .close i {
  font-size: 16px;
  color: #333;
}

.btn.closebtn {
  background: #444;
  color: #fff;
  position: relative;
}






/* --------------------------------------------------------------- LISTY --------------------------------------------------------------- */

.akapit ul {
  margin: 20px 0px 20px;
  padding: 0px;
}

.akapit li {
  list-style-type: none;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 0px 5px 30px;
}

body.doswiadczenie .akapit li,
body.kariera-zawodnicza .akapit li {
  padding: 3px 10px 20px 40px;
  float: left;
  width: 100%;
  font-size: 14px;

}


body.szkolenia-i-staze .akapit li{
  padding: 3px 10px 20px 40px;
  float: left;
  width: 100%;
  font-size: 14px;

}


body.szkolenia-i-staze .akapit li strong,
body.doswiadczenie .akapit li strong,
body.kariera-zawodnicza .akapit li strong {
  color: #f94f10;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

.akapit img.left {
  float: left;
  margin: 0px 50px 30px 0px;
}

body.o-mnie .akapit img.left {
  margin-top: -105px;
}

body.doswiadczenie .akapit li:before {
  top: 4px;
  font-size: 24px;
    color:#333;
  content: "\F1E3";
}
body.szkolenia-i-staze .akapit li:before {
  top: 4px;
  font-size: 24px;
  content: "\F1E3";
  color:#333;
}
body.kariera-zawodnicza .akapit li:before {
  top: 4px;
  font-size: 24px;
  content: "\F1E3";
  color:#333;
}

.akapit li:before {
  content: "\E80D";
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #59b11c;
  font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: 5px;
  left: 0px;
}

.downloads.text ul {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.downloads {
  padding: 40px 0px 60px;
  background: url(images/wood.jpg);
  overflow: hidden;
}

.downloads.text li {
  float: left;
  width: 20%;
  padding: 60px 15px 0px 15px;
  min-height: 190px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 21px;
  text-align: center;
}

.downloads.text li:before {
  content: "\e6a3";
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #f94f10;
  font-size: 48px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: -24px;
  left: 50%;
}

.text .greenbox li:before {
  color: #fff;
}

.faq .wrapper .akapit li:before {
  content: "\f0f6";
  top: 0px;
  left: -38px;
}


/* --------------------------------------------------------------- TABELE --------------------------------------------------------------- */
.text table {
  border-collapse: collapse;
  border: none!important;
  width: 100%!important;
}

.text table td {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-weight: 300;
  padding: 20px 10px;
  color: #222;
}

.text h2 {
  margin: 0px 0px 15px;
  letter-spacing: -1px;
  text-transform: none;
}

.text table h4 {
  padding: 0px;
  margin: 0px;
}

.tibig {
  font-size: 72px;
  text-align: center;
  position: relative;
  bottom: 20px;
}

.text table td,
.text table td span {
}

.text table th strong {
  color: #fff;
  font-weight: 700;
}

.text table td em {
  color: #aaa;
}

.text table p {
  margin: 0px;
  padding: 0px;
}

.text table.bordered td {
  border: 1px solid #eee;
  padding: 10px;
  color: #222;
}

.text table td.totals {
  font-family: "Lato";
  color: #222;
  padding: 35px 10px 25px 10px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

#cart-container .btn {
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.text #cart-container table td.totals .btn {
  background: #ddd;
  width: auto;
  float: right;
  color: #444;
  margin-bottom: 0px;
  font-size: 10px;
  letter-spacing: 3px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  margin-top: -5px;
}

.totals span {
  color: #fc3c1b;
}

.text table th {
  padding: 20px 10px;
  color: #fc3c1b;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid #fc3c1b;
  font-family: "Lato";
  font-weight: normal;
}

.text table caption {
  color: #f7941e;
  font-size: 18px;
  padding: 0px 0px 15px;
}



/* --------------------------------------------------------------- phone --------------------------------------------------------------- */

.phone {
  margin-top: 0px;
  width: 246px;
  float: right;
  margin-left: 50px;
  text-align: right;
  background: rgba(0,0,0, 0.5);
  padding: 15px 20px;
  border-radius: 0px 0px 6px 6px;
}

.phone span {
  font-size: 10px;
  margin-top: -5px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: block;
  font-weight: 400;
}

.phone img {
  float: left;
  margin-right: 20px;
}

.phone span.number {
  font-size: 20px;
  margin-top: 0px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
}




/* --------------------------------------------------------------- TYPOGRAFIA --------------------------------------------------------------- */

h1,h2,h3,h4,h5,.submenu a,.topbar .links a,.price_box .box .price,.price_box .box .title {
  font-family: "Lato";
  position: relative;
}

h1 {
  font-weight: 700;
  font-family:"Raleway";
  color: #222;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  font-style: normal;
  line-height: 35px;
}

.text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 0px #fff;
  padding-bottom: 0px;
  font-size: 44px;
  line-height: 50px;
  text-align: left;
  color: #444
}

.radius {
  border-radius: 6px;
}

.komentarze-lista h1:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 3px solid #ff5502;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px
}

section.kontakt {
  overflow: hidden;
  width: 100%;
  position: relative
}

.kontakt-page h1 {
  color: #222;
  font-size: 20px;
  margin-top: 40px;
  letter-spacing: 1px;
}

.kontakt-page h2 {
  color: #222;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase
}

.kontakt-page h2:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 3px solid #ff5502;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px
}

.text .text-center h1 {
  margin-bottom: 40px;
}

.text .text-center h1:after {
  left: 50%;
  margin-left: -25px;
  position: absolute;
  margin-bottom: 50px;
}

h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 2px 0px;
  color: #555;
}

h3 {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin: 0px 0px 5px 0px;
}




/* --------------------------------------------------------------- INPUTY --------------------------------------------------------------- */


input,textarea,select {
  border: none;
  padding: 8px 12px;
  font-size: 15px;
  margin-bottom: 0px;
  width: 100%;
  color: #444;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0px 1px 8px rgba(0,0,0,0.1) inset;
  background: #fafafa;
}

.footer input,
.footer textarea {
  background: rgba(0,0,0,0.3);
  color: #fff;
  border: none;
}

.pole {
  margin: 15px 0px
}

.pole .label {
  font-weight: 800;
}

textarea {
  height: 140px;
}




/* --------------------------------------------------------------- SLICK SLIDER --------------------------------------------------------------- */

.slick-dots {
  margin: -60px 0px 0px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1000;
  padding: 0px;
  top: -15px;
  text-align: center;
}

.slick-dots li {
  display: inline;
}

.slick-dots button {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  padding: 0px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 7px;
  margin: 0px 5px;
}

.slick-dots li[aria-hidden="false"] button {
  background: #e47610;
}

a {
  cursor: pointer;
}

a.slick-next {
  position: absolute;
  right: 0px;
  top: 43%;
  border-radius: 20px;
  padding: 10px 0px 0px;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 123;
}

a.slick-prev:hover i,
a.slick-next:hover i {
  color: #ff3d00;
}

a.slick-prev {
  position: absolute;
  left: -45px;
  top: 43%;
  border: none;
  padding: 10px 0px 0px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  z-index: 123;
}

a.slick-prev i {
  padding: 10px 0px 0px 12px;
  font-size: 26px;
  color: #555;
}

a.slick-next i {
  padding: 10px 0px 0px 12px;
  font-size: 26px;
  color: #555;
}



/* --------------------------------------------------------------- PRZYCISKi --------------------------------------------------------------- */

.btn {
  background: url(images/btn.png) 0px -50px;
  transition: all 1s;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  float: left;
  margin-top: 30px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 900;
  padding: 15px 40px;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px
}

.offer {
  padding: 50px 0px;
  overflow: hidden;
  background: #fff;
}

.offer .row {
  overflow: hidden;
}

.offer h1 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 44px;
  margin-bottom: 0px;
  font-weight: 200;
  margin-top: 0px;
  color: #222
}

.offer h2 {
  text-align: center;
  font-family: "Lato";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  margin-bottom: 30px;
}

.offer .col-sm-3 {
  background: #fff;
  transition: 0.5s all;
  overflow: hidden;
  padding: 30px 1px 0px;
  min-height: 200px;
}

.offer .col-sm-3 .title {
  opacity: 1;
  transition: 0.5s all;
  padding: 20px 30px 0px;
  line-height: 21px;
  color: #777;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
}

.offer .col-sm-3 .wrap {
  position: absolute;
  top: 30px;
  opacity: 0;
  width: 100%;
  transition: 0.5s all;
  padding: 10px 30px 20px;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
}

.offer .col-sm-3 .wrap a {
  padding: 10px;
  background: rgba(0,0,0,0.1);
  color: #fff;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
  width: 100%;
  line-height: 10px;
}

.offer .col-sm-3 .ikona {
  text-align: center;
  margin: 0px auto;
  color: #266cb1;
  font-size: 64px;
  border-radius: 60px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.offer .col-sm-3:hover {
  background: rgb(38, 108, 177);
}

.offer .col-sm-3:hover .title,
.offer .col-sm-3:hover .ikona,
.offer .col-sm-3:hover .wrap {
}



.metodybox {
  text-align: center;
}

.metodybox h2 {
  font-size: 20px;
  font-weight: 900;
  padding:0px 40px;
  font-family: "Raleway";
  line-height: 24px;
}

div.icon {
  width: 150px;
  height: 150px;
  margin: 30px auto;
  background: #eff3f5;
  padding-top: 45px;
  text-align: center;
  border-radius: 75px;
}

body.cele-treningowe .service h1{color:#ff6238; margin-top:60px;}

.newsdetail h1{color:#444; margin-top:60px; margin-bottom:0px;}
.newsdetail{overflow:hidden; padding:60px 0px; }
.metody {
  padding: 10px;
  overflow: hidden;
  margin: 30px 0px 0px;
}

.metody h2 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-top:10px;
  text-transform: none;
  letter-spacing: 0px;
  font-family: "Raleway"
}

.metody .icon {
  width: 80px;
  height: auto;
  font-size:40px;
  margin: 6px 10px 0px 0px;
  padding: 0px 0px 0px;
  float: left;
  background: none;
  text-align: center;
}
.metody .icon i{font-size:48px; text-align: center;}

div.icon i {
  color: #ff4f39;
  font-size: 64px;
}

.metodylewa h2 {
  text-align: right;
  font-weight: 300;
  font-family: "Lato";
  font-size: 16px;
  text-transform: uppercase;
}

.metodylewa h1 {
  text-align: right;
  font-weight: 900;
  font-family: "Raleway";
  letter-spacing: 0px;
  color: #ff4f39;
  font-size: 33px;
  text-transform: uppercase;
  margin-top: 0px;
}

.metodylewa {
  padding-right: 40px;
  position: relative;
}
.metodyprawa{padding-left:40px;}

.metodylewa:after {
  border-right: 1px solid #ff4f39;
  position: absolute;
  height: 70px;
  content: "";
  right: 0px;
  top: 6px;
}

section.wspolpraca h1:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

section.wspolpraca h1 {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 5px;
}

section.wspolpraca {
  background: #fff;
  overflow: hidden;
  padding: 50px 0px;
}
.testimonialbox{float: left; width: 100%; overflow: hidden; }
section.testimonials h1:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

section.testimonials h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 5px;
}

section.testimonials {
  background: url(images/testimonials.jpg);
  overflow: hidden;
  padding: 50px 0px;
}

section.testimonials .tresc {
  position: relative;
  font-style: italic;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  padding: 30px 100px;
  font-weight: 300;
}

section.testimonials .tresc:before {
  content: '"';
  position: absolute;
  top: 30px;
  left: 50px;
  font-family: "Georgia";
  font-size: 95px;
  color: #fff;
}

section.testimonials .tresc:after {
  content: '"';
  position: absolute;
  bottom: 0px;
  right: 33px;
  font-family: "Georgia";
  font-size: 95px;
  color: #fff;
}

section.testimonials .autor {
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

section.testimonials .autor img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 7px solid #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

section.aboutus .box h2 {
  font-size: 38px;
  letter-spacing: 0px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 37px;
}

section.aboutus .box.gatunki i {
  color: #fff
}

section.aboutus .box.gatunki h2 {
  color: #fff
}

section.aboutus .box.gatunki {
  background: url(images/gatunki.jpg);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 19px;
}

section.aboutus .box {
  margin-top: 40px;
}

section.aboutus .box.eno i {
  color: #fff
}

section.aboutus .box.eno h2 {
  color: #fff;
}

section.aboutus .box.eno {
  background: url(images/eno.jpg);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 19px;
}

section.aboutus .box {
  padding: 60px;
  background: #fff;
}

section.aboutus .box i {
  float: left;
  font-size: 48px;
  margin: 0px 15px 40px 0px;
}

section.aboutus .icon-wine-glass {
  float: left;
  font-size: 96px;
  color: #a10000
}

section.aboutus {
  padding: 30px 0px 50px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

section.aboutus h3 {
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato";
  text-transform: uppercase;
  color: #a10000;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 12px;
}

.offerbox .wrap {
  text-align: center;
  margin: 15px 0px 0px 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}

.offerbox a.big {
  font-family: "Lato";
  font-size: 28px;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  line-height: 24px;
  letter-spacing: 2px;
}

.offerbox span {
  font-size: 11px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.offer .col-sm-3:hover .ikona {
  opacity: 0;
}

.offer .col-sm-3:hover .title {
  opacity: 0;
}

.offer .col-sm-3:hover .wrap {
  opacity: 1
}

.movies {
  padding: 30px 0px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.film {
  text-align: center;
}

.film h1 {
  font-style: italic;
  margin-bottom: 0px;
}

.film span {
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: uppercase;
}

.video,.videodetector {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  margin-top: 30px;
  height: 0;
}
.videodetector iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn.orange {
  background: url(images/btn2.png) 0px -30px;
  margin-right: 20px;
}

.btn.f-right {
  float: right;
}

.btn.small {
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px 9px;
  letter-spacing: 0px;
}


body.sztab-trenerski .btn.small {float:right;}

.btn.reverse {
  background: #fff;
  color: #333;
  text-shadow: none;
}

.btn.reverse:hover {
  color: #fff;
  background: #333;
}

form .btn {
  text-transform: uppercase;
  float: right;
  border: none;
  width: 200px;
  color: #fff;
  font-style: normal;
}

.text .btn:hover,
.btn:hover {
  background-position: 0px 0px;
  color: #fff;
}

form .btn:hover {
  background-position: 0px -50px;
  color: #fff;
}

.btn-reverse {
  display: block;
  transition: all 0.5s;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: center;
  background: #d80e0d;
  text-transform: uppercase;
  margin-top: 20px
}

.btn-reverse:hover {
  background: #333;
  color: #fff;
}

.btn-reverse:hover {
  background: #333;
  color: #fff;
}

/* --------------------------------------------------------------- wyszukiwarka --------------------------------------------------------------- */
.newsbox {
  margin-bottom: 30px;
  margin-top: 0px;
  min-height: 350px;
  font-weight: 300;
  color: #333;
  box-shadow: 0 0 0px 1px #ddd;
  padding: 30px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  line-height: 22px;
  transition: 0.5s all;
}

.wyniki .box:hover {
  box-shadow: 0 0 0px 10px #116cac;
}

/* --------------------------------------------------------------- COOKIES INFO --------------------------------------------------------------- */

#cookieNotice {
  width: 100%;
  text-align: center;
  background: #111;
  position: fixed;
  z-index: 33000;
  bottom: 0px;
  display: none;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.4)
}

#cookieNoticeContent {
  width: 100%;
  text-align: center;
  padding: 25px 0px 25px;
  color: #aaa;
  line-height: 19px;
  font-size: 13px;
  font-weight: 300;
}

#cookieNoticeContent .btn {
  border: none;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  margin-top: 20px;
  font-size: 11px;
  float: none
}





/* --------------------------------------------------------------- GŁÓWNA STRONA - OFERTA --------------------------------------------------------------- */


.uslugi .box {
  margin-bottom: 30px;
  margin-top: 0px;
  min-height: 120px;
  font-weight: 400;
  color: #777;
  padding: 20px 20px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  transition: 0.5s all;
}

i,h1,h2,h3,h4 {
  transition: 0.5s all
}

.uslugi .box h2 {
  font-weight: 300;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase
}

.uslugi .box i {
  font-size: 80px;
  padding: 30px;
  color: #13befe;
}

.uslugi .box:hover i {
  color: #333;
}

.uslugi,.uslugi h1 {
  text-align: left;
}

.uslugi h1 {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 2px;
}

.uslugi h1:after {
  border: none;
  position: absolute;
}
/* --------------------------------------------------------------- PARTNERZY --------------------------------------------------------------- */

section.partnerzy {
  overflow: hidden;
  width: 100%;
  background: url(images/partnerzy.png) repeat-x top;
  padding: 40px 0px 50px;
  border-top: 1px solid #ddd;
}

section.partnerzy h1 {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 300;
  position: relative;
}

section.partnerzy h1:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 3px solid #ddd;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: 10px;
  margin-bottom: 20px
}

section.partnerzy img {
  padding: 15px;
  border-radius: 30px
}


/* --------------------------------------------------------------- oferta  - onas --------------------------------------------------------------- */

.oh {
  overflow: hidden;
}

section.additional {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(images/add.jpg) #eee;
  margin: 0px 0px;
  border-top: 1px solid #ddd;
  padding: 40px 0px 70px;
  color: #555;
}

section.onas {
  position: relative;
  overflow: hidden;
  margin: 0px 0px;
  background: #fff;
  padding: 40px 0px 40px;
  color: #555;
}

.franczyza h1 {
  margin-bottom: 20px;
  font-size: 28px;
  margin-top: 0px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333;
}

section.onas h1:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 15px;
  border-bottom: 3px solid #333;
}

.franczyza h2 {
  margin-bottom: 7px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

section.photos h1 {
  text-align: center;
}

section.photos h1 span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  color: #aaa;
}

section.photos {
  width: 100%;
  padding: 0px 0px 0px;
  background: #f3f3f3;
  color: #555;
  overflow: hidden;
}

section.photos h3,
section.additional h3,
section.packages h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #999
}

section.photos h2,
section.packages h2,
section.additional h2 {
  text-align: center;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 27px;
  text-shadow: 1px 1px 0px #fff;
  margin-bottom: 0px;
}

section.packages {
  width: 100%;
  padding: 50px 0px;
  background: #eee;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #555;
  overflow: hidden;
}

section.packages.white {
  border-top: 1px solid #ddd;
  background: #f7f7f7;
}

.fotorow {

}


.foto {
  float: left;
  margin-bottom: 0px;

  padding: 5px;
  width:33%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.foto img {
  border-radius: 0px;
    border:1px solid #eee;
    padding:5px;
}

.foto .hov {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: 0.5s all
}

.foto .hov i {
  text-align: center;
  top: 50%;
  margin-top: -18px;
  line-height: 36px;
  height: 36px;
  position: relative;
  color: #fff;
  font-size: 36px;
  display: block;
}

.foto:hover .hov {
  opacity: 1;
}
/* --------------------------------------------------------------- PORADY --------------------------------------------------------------- */

section.porady {
  width: 100%;
  padding: 60px 0px 60px;
  background: url(images/bmw3.jpg);
  color: #555;
  overflow: hidden;
  text-align: center;
}

section.porady .text-right {
  margin-top: 90px;
}

section.porady h1 {
  text-align: center;
  color: #fff;
  font-size: 43px;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 300;
}

.wheel {
  padding: 35px 30px 30px;
}

#body-o-firmie section.porady {
  text-align: center;
  padding: 80px 0px;
}

#body-o-firmie section.porady i {
  font-size: 120px;
}

#body-o-firmie section.porady h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

section.porady h3 {
  text-align: center;
}

section.porady h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 300;
}

.fotoright {
  float: right;
  width: 50%;
  margin-left: 20px;
  margin-bottom: 20px;
}


.newsdetail .data {margin-bottom:15px;}

.data {
  color: #ff4a32;
  font-style: normal;
  font-weight: 500;
  float: left;
  width: 100%;
  letter-spacing: 3px;
  font-size: 10px;
}

section.onas h1:after {
  border: none;
  margin: 0px;
}

section.onas h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

section.onas h2 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 400;
}

section.products.latestnews {
  overflow: hidden;
  background: #f3f3f3;
}

.slajd {
  max-height: 230px;
  overflow: hidden;
  margin: 30px 0px 0px;
  position: relative;
}



.slajd span p {
  margin: 0px;
}

.slajd span {
  position: absolute;
  background: rgba(0,0,0,0.5);
  display: block;
  top: 0px;
  height: 100%;
  padding: 26% 0 0;
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
}

.products.featured {
  background: url(images/feat.jpg) center bottom;
}

.products.shop {
  background: url(images/shop.jpg) center bottom;
  overflow: hidden;
  padding: 40px 0px;
}

.products.shop h2 {
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 0px 100px;
}

.products.shop h1:after {
  border-color: #ff3600;
  margin-top: 20px
}

.products.shop h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

.products.shop .btn {
  float: none;
  line-height: 120px;
}

.news-box {
  position: relative;
  cursor: pointer;
  background: #fff;
  top: 0px;
  margin-bottom: 30px;
  text-align: left;
  transition: 0.5s all;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
  line-height: 20px;
  transition: 0.5s all;
  overflow: hidden;
  padding: 0px;
}
.video-box .image{max-height:200px; overflow:hidden;}
.video-box {
  position: relative;
  cursor: pointer;
  background: #fff;
  top: 0px;
  margin-bottom: 30px;
  text-align: left;
  transition: 0.5s all;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
  line-height: 20px;
  transition: 0.5s all;
  overflow: hidden;
  padding: 0px;
}
.newslist {
  padding: 50px 0px 30px;
  background: #eff3f5;
  overflow: hidden;
  width: 100%;
}

.newslist h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0px;
  font-weight: 900;
  font-family: "Raleway";
  margin-top: 0px;
  float: left;
  color: #222
}

.newslist .title {
  float: left;
  width: 100%;
  overflow: hidden;
}

.newslide{padding:0px 15px; overflow: hidden; float:left; width:100%;}
.newslist .title a {
  float: right;
  color: #ff5629;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.news-box {
  border-radius: 6px;
  min-height: 350px;

  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1)
}

.video-box {
  border-radius: 6px;
  min-height: 250px;

  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1)
}

.news-box:hover {
}
.imageleft{width:30%; float:left; margin:13px 40px 20px 0px; z-index:200; position: relative}
.imageleft img{position: relative; z-index:5;}
.imageleft::after{
  content:'';
  position: absolute;
  background: #ff5e33;
  width:100%;
  height:100%;
  left:-30px;
  top:-30px;
}
.video-box .wrap,
.news-box .wrap {
  padding: 30px;
  float: left;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0px;
  min-height: 100px;
  background: #fff;
}

.news-box  span{float:left; width:100%; font-size:9px; letter-spacing: 2px; text-transform: uppercase; margin-bottom:10px; margin-top:-10px;}

.news-box .image {
  position: relative;
  float: left;
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}


.news-box.sztab .image {
  position: relative;
  float: left;
  width: 100%;
  max-height: 190px;
  overflow: hidden;
}

.news-box .data {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #ef5124;
  color: #fff;
  width: auto;
  padding: 7px 10px;
  font-size: 10px;
}

.news-box .data .commentcount {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #eee;
}

section.downloads h1 {
  font-size: 40px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #fff;
}

section.downloads h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff
}

section.downloads i {
  font-size: 96px;
  margin-top: 40px;
  margin-right: 50px;
  float: right;
  color: #fff;
}

.news-box img {
  width: 100%;
}
.video-box .big,
.news-box .big {
  display: block;
  font-weight: 700;
  font-family: "Raleway";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333;
  margin-bottom: 10px;
}

.newslider {
  overflow: hidden;
  padding: 20px 0px 20px;
  width: 100%;
}

.newslist .container {
  position: relative;
}



/* --------------------------------------------------------------- PAGINATION --------------------------------------------------------------- */

.pagination {
  float: right;
  margin-top: 20px;
  padding: 0px 0px;
}

.pagination ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.num {
  display: inline-block;
  text-align: center;
  width: 36px;
  font-weight: bold;
  height: 36px;
  background: #f4f4f4;
  border-radius: 6px;
  line-height: 36px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 0px;
  background-repeat: no-repeat;
}

.numactive {
  background: #ff5502;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  width: 36px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 0px;
  background-repeat: no-repeat;
}

 .numactive strong {
  color: #fff;
}

.naj {
  display: inline-block;
  text-align: center;
  width: 75px;
  height: 36px;
  background: #f4f4f4;
  line-height: 36px;
  margin-right: 3px;
  vertical-align: middle;
  padding-top: 0px;
  color: #333;
  background-repeat: no-repeat;
}


iframe{width:100%!important;}

.num:hover,
.naj:hover {
  background: #333;
}

.text .num:hover a,
.text .naj:hover a {
  color: #fff;
}


/* --------------------------------------------------------------- MAPA --------------------------------------------------------------- */
#map-wrapper {
  width: 100%;
  height: 400px;
}

#map {
  width: 100%;
  height: 400px;
}

#mapa-wrapper {
  width: 100%;
  height: 555px;
}

#mapa {
  width: 100%;
  height: 555px;
}

.mapbox {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#map img {
  max-width: none;
}

#bodyContent {
  padding: 10px!important;
  font-size: 12px;
  line-height: 17px;
}

h2.gm {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  color: #222;
  margin-top: 10px;
  line-height: 20px;
}

h3.gm {
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 0px;
}
/* --------------------------------------------------------------- placowka --------------------------------------------------------------- */

.placowka {
  border: 10px solid #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2)
}

.placowka-box {
  border: 2px solid #eee;
  padding: 30px;
  margin-bottom: 20px;
}

.oddzialy-list {
  float: left;
  margin: 30px 0px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.picture-row {
  width: 100%;
}

.picture-small {
  float: left;
  margin-top: 10px;
  margin-right: 0px;
  width: 20%;
  padding: 0px 5px;
}

.lista-placowek a {
  background: #eee;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #444;
  float: left;
  font-size: 14px;
  font-weight: 700;
}

.lista-placowek a:hover {
  background: #555;
  color: #fff;
  ;
}

/* --------------------------------------------------------------- BANER --------------------------------------------------------------- */

 /*BANER */
.baner {
  height: 520px;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
  background-position: 50% 50%!important;
}

.banerwrap {
  background-size: cover;
  height: 650px;
}

.baner img {
  position: absolute;
  top: 0px;
}

img.left{margin-right:20px; margin-bottom:10px; float:left;}
img.right{margin-left:20px; margin-bottom:10px; float:right;}

.baner-small {
  height: 300px;
  width: 100%;
  background-image: url(images/boisko.jpg);
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  color: #333;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0px;
  position: relative;
}

html {
  -webkit-backface-visibility: hidden;
}

.news-list {
  float: left;
  width: 100%;
  margin: 0px 0px 15px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}

.news-list .big {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0px;
}

.news-list .data i {
  margin-right: 10px;
}

.news-list .data {
  color: rgba(255,255,255,0.8)
}
/* --------------------------------------------------------------- checkout --------------------------------------------------------------- */


#dostawa {
  display: none;
}

#gosc {
  display: none;
  width: 100%;
  float: left;
  margin-top: 30px;
}

#rejestruj {
  display: none;
}

.inp {
  margin: 15px 0px 0px;
  width: 100%;
  float: left;
}

#body-blog .text h1 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 30px;
}

.inp {
  padding: 0px;
  width: 100%;
  float: left;
}

.halfinp {
  padding: 10px;
  width: 50%;
  float: left;
}

.checkoutwrap input {
  float: left;
  width: 70%;
}

.box-wrap .pole,
.checkoutwrap .pole {
  float: left;
  width: 100%;
  margin: 8px 0px;
  overflow: hidden;
}

#body-blog .text .komentarze-lista h1, .checkoutwrap h1,.box-wrap h1 {
  float: left;
  font-size: 20px;
  width: 100%;
  letter-spacing: 3px;
  margin-top: 0px;
  line-height: 25px;
}

.checkoutwrap h3 {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0px 15px;
  letter-spacing: 3px;
}

.btn-paypal {
  background: #029bde;
  transition: all 0.5s;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  float: right;
  width: auto;
  font-family: "Lato";
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

table.history .btn-paypal {
  padding: 8px 14px;
  font-size: 10px;
  margin-top: 0px;
  float: left;
}

table.history .btn-paypal:hover {
  background: #333;
  color: #fff;
}

.btn-paypal i {
  margin-right: 10px;
}

.box-wrap input {
  float: left;
  width: 70%;
}

.signupform {
  padding: 0px 0px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.signupform .btn {
  width: 100%;
  margin-top: 30px;
}

.box-wrap .halfinp input {
  width: 100%;
}

.box-wrap .label,
.checkoutwrap .label {
  float: left;
  width: 30%;
}

.checkoutwrap .label span {
  font-size: 11px;
  font-weight: 400;
}

input[type="checkbox"] {
  float: left;
  width: 20px;
  margin-top: 4px;
}

.edycjadanych {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fa3e24;
  font-size: 24px;
  z-index: 100;
}

.komentarze-lista,
.checkoutwrap {
  margin-bottom: 30px;
  margin-top: 30px;
  min-height: 315px;
  font-weight: 300;
  color: #333;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(111,111,111,0.25);
  width: 100%;
  background: rgba(255,255,255,1);
  border-radius: 6px;
  padding: 40px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  transition: 0.5s all;
}

.box-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
  min-height: 315px;
  font-weight: 300;
  color: #333;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(111,111,111,0.25);
  background: rgba(255,255,255,1);
  border-radius: 6px;
  padding: 40px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  transition: 0.5s all;
}

.konto .box-wrap {
  min-height: inherit;
  text-align: center;
}

.konto .box-wrap a {
  font-family: "Lato";
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px;
  font-size: 14px;
}

.konto .box-wrap i {
  font-size: 24px;
  margin-right: 10px;
  color: #ff370b;
  position: relative;
  top: 3px;
}

#cart-container .box-wrap h2 {
  margin: 10px 0px 10px;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#cart-container .box-wrap .btn {
  float: left;
  margin-bottom: 0px;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  position: relative;
  margin-top: 6px;
}

#cart-container .box-wrap.newc .btn {
  margin-top: 36px;
}

.konto {
  margin: 0px 0px 30px;
  overflow: hidden;
  width: 100%;
}

#body-shop .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.structure .downloadbox h1 {
  margin-bottom: 0px;
}

.structure .downloadbox {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 6px;
  float: left;
  width: 100%;
  padding: 40px;
  margin-bottom: 30px;
}

.structure .downloadbox h1 {
  font-size: 22px;
  line-height: 22px;
  font-family: "Lato";
  text-transform: uppercase;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 2px;
  color: #333;
}

.structure .downloadbox h1:after {
  margin: 0px;
  border: none;
}

.structure .downloadbox h2 {
  text-transform: uppercase;
  font-style: normal;
  font-family: "Lato";
  text-align: left;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #555
}

.downloadbox i {
  font-size: 96px;
  margin-top: 5px;
  margin-right: 0px;
  float: right;
  color: #ff754a;
}
.testimonialslider{overflow: hidden; }
.downloadbox .btn {
  padding: 10px 15px;
  margin-right: 10px;
}
#body-aktualnosci .baner-small:before,
#body-news .baner-small:before {
  content:"";
  position: absolute;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  z-index:10;
}
#body-media .baner-small {
  background-image: url(images/media.jpg)
}

#body-dla-klubow .baner-small {
  background-image: url(images/kluby.jpg)
}
#body-o-nas .baner-small {
  background-image: url(images/onas.jpg)
}
#body-cele-treningowe .baner-small {
  background-image: url(images/cele.jpg)
}
#body-aktualnosci .baner-small {
  background-image: url(images/news.jpg)
}
#body-ubezpieczenia.ubezpieczenia-komunikacyjne .baner-small {
  background-image: url(images/komunikacyjne.jpg)
}

#body-pobierz .baner-small {
  background-image: url(images/downl.jpg);
}

#body-dla-rodzica .baner-small {
  background-image: url(images/rodzice.jpg)
}

#body-edukacja .baner-small {
  height: 300px;
  background-image: url(images/onas.jpg)
}

#body-edukacja.Montessori .baner-small {
  height: 300px;
  background-image: url(images/waldorf.jpg)
}

#body-kontakt .baner-small,
#body-edukacja.Freinet- .baner-small {
  height: 300px;
  background-image: url(images/frei.jpg)
}
body.szkolenia-i-staze .baner-small {
  height: 300px;
  background-image: url(images/szkolenia.jpg)
}


#body-edukacja.dalton .baner-small {
  height: 300px;
  background-image: url(images/dalton.jpg)
}

#body-blog .baner-small h1 {
  padding-top: 157px;
}

img.max50 {
  width: 50px;
  border-radius: 40px;
  margin-right: 15px;
}

.reviews h1 {
  font-size: 18px;
  letter-spacing: 3px;
}

.service h3.ocena {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h3.ocena span {
  font-size: 11px;
  color: #999;
}

.ocena i {
  color: #f2492c
}

.komentarz {
  padding: 0px 0px 0px 30px;
  border-left: 3px solid #ff6941;
  font-size: 16px;
  line-height: 22px;
  margin: 30px 0px 40px;
  width: 100%;
  float: left
}

.komentarz span {
  float: left;
  width: 100%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #ff6941;
  text-transform: uppercase
}

.komentarze-lista {
  padding: 40px;
  min-height: inherit!important;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.komentarze-lista h1 {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
}

/* --------------------------------------------------------------- reviews --------------------------------------------------------------- */
.reviews {
  overflow: hidden;
  width: 100%;
  padding: 40px 0px;
  background: #fff;
}

.rating {
  overflow: hidden;
  width: 100%;
}

.rating input {
  border: none;
  width: auto;
  margin-right: 5px;
}

.rating .rate {
  float: left;
  margin-right: 20px;
}

.rating i {
  color: #f2492c
}

/* --------------------------------------------------------------- product list --------------------------------------------------------------- */

.productlist {
  background: rgba(255,255,255,0.5);
  overflow: hidden;
  padding: 20px 0px 50px;
}

#body-main .productlist {
  padding: 40px 0px 50px;
}

.productlist h1 {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  color: #118b16;
  margin-top: 0px;
  margin-bottom: 40px;
}

.productlist h1:after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 3px solid #118b16
}

.productlist .box .foto {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  max-height: 180px;
}

.productlist.rolnicy .box .foto {
  max-height: 240px;
}

.productlist.rolnicy .box {
  min-height: 470px;
}

.productlist .box {
  position: relative;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.15);
  margin-top: 30px;
  text-align: center;
  transition: 0.5s all;
}

.productlist .box .over {
  position: absolute;
  border-radius: 6px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: rgba(138, 127, 121, 0.63)
}

.productlist .box .over .wrap {
  top: 30px;
  color: #fff;
  position: relative;
}

.productlist .box .over .wrap a {
  background: #10a109;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  line-height: 40px;
  margin: 10px 0px;
  padding: 7px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}

.productlist .box:hover {
  box-shadow: 0 20px 40px rgba(72, 78, 85, 0.35);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.productlist .box .wrap .btn {
  padding: 10px 15px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 70px;
  float: none;
  border-radius: 30px;
}

.buyblock h2 {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.reviews h2 {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.prevarr,.nextarr {
  position: absolute;
  top: 50%;
  z-index: 555;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.prevarr {
  left: 0px;
  border-radius: 0px 6px 6px 0px;
}

.nextarr {
  right: 0px;
  border-radius: 6px 0px 0px 6px
}

.buyblock div::selection,
.buyblock input::selection,
.buyblock .plusminus::selection {
  background: none;
 /* WebKit/Blink Browsers */
}

.buyblock div::-moz-selection,
.buyblock input::-moz-selection,
.buyblock .plusminus::-moz-selection {
  background: none;
 /* Gecko Browsers */
}

.productimages img {
  border-radius: 6px;
}

.text h1.product_name {
  margin-bottom: 20px;
}

.buyblock .price_container {
  float: none;
  display: block;
  text-align: left;
  color: #f2492c;
  margin: 30px 0px 15px;
  font-size: 30px;
  font-weight: 300;
}

.buyblock  .price_container .price {
}

.buyblock .btn {
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  border-radius: 30px;
}

.productlist .box .wrap {
  padding: 20px;
}

.productlist .box .wrap .big {
  font-size: 14px;
  line-height: 17px;
  min-height: 40px;
  float: left;
  letter-spacing: 2px;
  width: 100%;
  font-weight: 300;
  font-family: "Lato";
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.productlist .box .wrap .price_container {
  float: left;
  width: 100%;
  text-align: center;
  color: #fe4525;
  margin-top: 0px;
  font-weight: 300;
  font-size: 18px;
}

.productlist .box .wrap .price_container .price {
}

.productlist .box .wrap .price_container .jednostka {
}

.productlist .buttons {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

.productlist .box .wrap span.desc {
  float: left;
  font-size: 12px;
  line-height: 18px;
  min-height: 46px;
  width: 100%;
  margin-bottom: 0px;
}

.status {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px;
  font-weight: 400;
  border-radius: 6px;
  color: #fff;
}

.status.s1 {
  background: #54b300;
}

.status.s2 {
  background: #3c6dff;
}

.status.s3 {
  background: #ff6418;
}

.status.s4 {
  background: #129186;
}

.status.s5 {
  background: #c31741;
}

.fotoslider.productdetails {
  float: right;
  width: 37%;
  height: auto;
  margin-right: 0px;
  position: relative;
  z-index: 10;
  font-size: 11px;
  text-align: center;
}

.col-md-25 {
  float: left;
  width: 20%;
}

.greenbox {
  font-size: 15px;
  overflow: hidden;
  padding: 140px 0px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 23px;
  position: relative;
  text-align: center;
  margin-top: 0px;
  background: url(images/greenbox.jpg) center top;
  margin-bottom: 0px;
  color: #fff;
}

.greenbox h1,.greenbox .akapit h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 50px;
  letter-spacing: 6px;
}

.greenbox h2 {
  font-size: 23px;
  color: #fff;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 30px;
  letter-spacing: 6px;
}

.greenbox .btn {
  float: none;
  line-height: 70px;
}

.greenbox .half {
  float: left;
  width: 50%;
}

.greenbox .half .wrap {
  width: 600px;
  padding: 80px 70px 0px 70px;
  overflow: hidden;
  text-align: left;
}

.greenbox .halfimg {
  background-image: url(images/greenbox.jpg);
  background-size: cover;
  min-height: 400px;
  float: left;
  width: 50%;
  height: 100%;
}

.text .greenbox h1:after {
  border: none;
  margin: none;
  padding: none
}

.greenborder {
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
  border: 10px solid #00944c;
  margin: 30px 0px;
  font-size: 19px;
  padding: 30px;
  color: #666;
}

.greenborder h1 {
  font-size: 34px;
  color: #00944c;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

.baner-small h1 {
  padding: 120px 0px 0px;
  text-shadow: 0px 1px 1px #000;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  z-index: 102;
  position: relative;
  font-size: 55px;
  line-height: 36px;
}



.baner-small .data {
  text-align: center;
  font-size: 14px;
  letter-spacing: 5px;
  color: #fff;
  z-index: 1000;
  position: relative;
}

.baner-small h2 {
  padding: 0px 50px 0px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  position: relative;
  opacity: 0.9;
  z-index: 999;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.baner-small h1:after {
  border: none;
}

.baner-small .data i {
  margin-right: 5px;
}

.twoblock {
  width: 100%;
  height: 100px;
}

.twoblock a {
  width: 50%;
  float: left;
  padding: 50px;
  color: #fff;
  font-style: italic;
  font-size: 33px;
  font-family: "Playfair Display"
}

.twoblock a.one {
  text-align: right;
  background: rgba(11, 170, 141, 0.85);
}

.twoblock a.two {
  text-align: left;
  background: rgba(11, 170, 141, 0.55);
}

.twoblock a span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-style: normal;
  font-family: "Lato";
}

.twoblock a:hover {
  background: rgba(255, 78, 47, 0.85)
}

.slogan {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 60%;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  position: relative;
  top: 100px;
  z-index: 5;
  text-align: left;
  padding: 60px 10px;
  color: #fff;
}

.slogan h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  width: 100%;
  font-style: normal;
  letter-spacing: -2px;
  display: inline-block;
  text-shadow: 0px 0px 22px rgba(0,0,0,1);
  margin: 0px 0px 30px;
  padding: 0px;
  text-align: left;
  font-family: "Raleway";
  text-transform: none;
  color: #fff;
}

.slogan i {
  font-size: 96px;
}

.slogan h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  font-style: normal;
  letter-spacing: 10px;
  display: inline-block;
  text-shadow: 0px 0px 22px rgba(0,0,0,1);
  margin: 0px 0px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Lato";
  text-transform: uppercase;
  color: #fff;
}

.slogan .btn {
  float: none;
  line-height: 120px;
  padding: 20px 60px 20px 30px;
  border-radius: 6px;
  background-position: 50% 50%;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
}

.slogan .btn:hover {
  background-position: 0% 100%
}

.slogan .btn:before {
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  content: '\e821';
  font-family: "fontello";
  position: absolute;
  right: 22px;
  top: 20px;
  transition: 0.5s all;
}

.slogan .btn:hover:before {
  right: 12px;
}

.h150 {
  height: 130px;
}





/* --------------------------------------------------------------- TOPBAR --------------------------------------------------------------- */
.topbar {
  position: absolute;
  ;
  padding-top: 0px;
  z-index: 1001;
  top: 0;
  margin: 0px auto;
  width: 100%;
  transition: 0.3s all;
  -webkit-backface-visibility: hidden;
}

.strip {
  padding: 6px 0px;
  overflow: hidden;
  background: rgba(0,0,0,0.2)
}

.part.f-left a {
  margin-right: 30px;
}

.part.f-right a {
  margin-left: 30px;
}



.logomob {
  display: none;
}

.topbar.fixed {
  height: 133px;
}

.topbar.fixed .logo {
  top: 50px;
}

.topbar.fixed .nav {
  margin-top: 56px;
  position: absolute;
  right: 0px;
  z-index: 999;
}

.topbar .topstrip i {
  font-size: 16px;
}
.fb a{color:#fff;}
.topbar .topstrip i.icon-facebook {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  background: #405d9b;
  padding: 2px 0px;
  border-radius: 20px;
}

.topbar .topstrip {
  color: #444;
  position: relative;
  margin-right: 0px;
  float: right;
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  z-index: 1000;
  letter-spacing: 1px;
}

.topbar .topstrip .part {
  float: right;
  color: #fff;
  margin-left: 30px;
}

.col-sm-45 {
  float: left;
  width: 37.5%
}

.topbar .logo {
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 1000;
}

.topbar .nav {
  transition: 0.5s all;
  text-align: center;
  margin-top: 10px;
  padding: 0px;
  z-index: 1001;
  position: relative;
  float: right;
}

.topbar .navi {
  margin-top: 37px;
}

section.technology {
  color: #fff;
  font-weight: 300;
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 0px 50px;
  margin-top: 0px;
}

section.technology .btn {
  margin-top: 5px;
}

/* --------------------------------------------------------------- products --------------------------------------------------------------- */
section.products {
  background: #fff;
  padding: 40px 0px 80px;
  border-top: 1px solid #ddd;
  margin-top: 0px;
}

section.products .block {
  padding: 10px;
}

section.products .block img {
  border-radius: 6px;
}

section.products .block .image h2 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-top: 30%;
  color: #fff;
  position: relative;
  z-index: 1000;
}

section.products .block .image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  height: 215px;
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}

section.products .block .image:after {
  content: '';
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

section.products .productslider {
  padding: 30px 0px 10px;
}

section.products h2 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 15px;
  margin-top: 0px;
  font-weight: lighter;
  color: #444;
}

section.products h1 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: lighter;
  color: #444;
}

section.products h1:after {
  content: '';
  display: block;
  width: 100px;
  border-top: 3px solid #ddd;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: 40px;
  margin-bottom: 20px
}

.rims {
  width: 20%;
  padding: 50px 40px 0px;
  float: left
}

.products .block {
}


/* --------------------------------------------------------------- SUBEMNU --------------------------------------------------------------- */
.subs {
  top: -62px;
  padding: 0px 0px;
  width: 100%;
  position: relative;
  right: 0px;
}

#body-ubezpieczenia .subs,
#body-o-firmie .subs,
#body-aktualnosci .subs {
  top: -72px;
}




section.aktualnosci {padding:110px 0px; overflow: hidden; background: #f8f8f8}


.subs h2 {
  background: url(images/slogan.jpg);
  color: #fff;
  padding: 20px 20px;
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.subs h1 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}

.submenu {
  border-top: none;
  padding: 0px 0px;
}

.submenu ul {
  margin: 0px;
  padding: 0px;
}

.submenu li {
  list-style-type: none;
  padding: 0px 0px;
}

.submenu a {
  color: #fff;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: block;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
}

.submenu li ul li a {
  padding: 8px 0px 8px 20px;
  font-size: 11px;
  color: #999
}

.submenu li ul li ul li a {
  padding: 8px 0px 8px 30px;
  font-size: 11px;
}

.submenu li ul li:last-child a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.submenu a.active,.submenu a.selected {
  font-weight: 700;
  color: #ff6a33;
  border-top: none;
}

.submenu a:hover {
  color: #ff482a;
}

.submenu a.active,.submenu a.selected:hover {
}

.submenu li:last-child a {
}

.submenu a.active:before,.submenu a.selected:before {
}







/* --------------------------------------------------------------- ACORDION --------------------------------------------------------------- */

.accordion {
  margin: 30px 0px 0px;
}

.accordion dt {
  padding: 0px 0px 10px;
  border-bottom: 0;
}

.accordion dd {
  margin: 0px 0px;
  padding: 10px 0px;
}

.accordion h3 {
  font-weight: 300;
  margin-bottom: 6px;
}

.accordion a {
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
  color: #333;
  background-color: #e5e5e5;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: 0.5s all;
}

.accordion a:hover {
  background: #d3d3d3;
}

.accordion a:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #666;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 20px;
  right: 10px;
}

.accordion a.active:before {
  content: "\f106";
  color: #fff;
}

.accordion a.active {
  background-color: #135dbd;
  color: #fff;
}

.text ul {
  margin: 10px 0px;
  padding: 0px;
}

.text li {
  list-style-type: none;
  position: relative;
  padding: 3px 0px 3px 30px;
}

.text li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #319513;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  left: 0px;
}

/* --------------------------------------------------------------- SITEMAP --------------------------------------------------------------- */




ul.sitemap {
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 0px;
}

.sitemap ul {
  margin-bottom: 10px;
}

.sitemap li {
  list-style-type: none;
  margin-left: 0px;
  position: relative;
  padding: 0px 0px 7px 0px;
}

.sitemap li ul li {
  float: none;
  width: 100%;
}

.sitemap li a strong {
  font-size: 16px;
}

.sitemap li ul {
  margin-top: 10px;
}

.sitemap  li ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #2673d7;
  font-size: 14px;
  padding-right: 0px;
  position: absolute;
  top: 0px;
  left: -20px;
}

.text  .price_box .box .wrap li {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lato"
}



/* --------------------------------------------------------------- komunikaty --------------------------------------------------------------- */
.error,.err {
  color: #ff370b;
  padding-left: 15px;
  border-left: 3px solid #ff370b;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Lato";
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 5px;
}

.msg {
  color: #259e0d;
  padding-left: 15px;
  border-left: 3px solid #259e0d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Lato";
  display: block;
  margin: 0px 0px 5px;
}

.topm {
  margin-top: 40px;
}

/* --------------------------------------------------------------- grey --------------------------------------------------------------- */
.grey {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  z-index: 102;
  padding: 30px;
  text-align: left;
  background: #2f3337;
  margin-top: -40px;
  border-radius: 6px 6px 6px 6px;
}

.grey.green {
  color: #fff;
  box-shadow: none;
  background: url(images/green.png)
}


.grey.green h2 {
  color: #fc6636;
}

.grey.green h2:after {
  border-color: #fff;
}

.grey h2 {
  color: #fff;
  background: none;
  font-weight: 900;
  line-height: 34px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
}

.grey h2 span {
  display: block;
  font-size: 10px;
  color: #aaa;
  letter-spacing: 4px;
  line-height: 10px;
}

.grey h2::after {
  content: '';
  display: block;
  width: 50px;
  border-top: 5px solid #fc6636;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px
}

/* --------------------------------------------------------------- LAST NEWS --------------------------------------------------------------- */
.laast {
  color: #555;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 40px;
  background: url(images/test.jpg) center top;
  margin-top: -102px;
  border-radius: 6px;
}

.lastnew .big {
  font-size: 11px;
  font-family: "Lato";
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  line-height: 15px;
  margin-bottom: 10px;
}

.lastnew .data {
  display: block;
  margin-top: 10px;
  color: #aaa;
}

.lastnew {
  margin: 15px 0px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 5px 0px;
  overflow: hidden;
}

.lastnew:last-child {
  border: none;
}

.laast.mt20 {
}

.laast h2 {
  color: #fff;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 34px;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
}

.laast h2::after {
  content: '';
  display: block;
  width: 50px;
  border-top: 3px solid #333;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px
}

.blogpost {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7d8e1;
}

.blogpost:last-child {
  border: none;
  padding: 0px;
  margin: 0px;
}

.laast a.big {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 22px;
  color: #ddd;
  display: block;
  margin-bottom: 5px;
}

.laast a.big:hover,.laast a.read {
  color: #ff5f10;
}

.last-news a.big {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  color: #444;
  display: block;
  margin-bottom: 0px;
}

.laast .data,.datan {
  font-size: 12px;
  color: #888;
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.laast .data i,.datan i {
  padding-right: 5px;
}

.laast-news .btn {
  border: 1px solid #333;
  color: #0e9c11;
  font-size: 12px;
  float: left;
  padding: 2px 8px;
  margin-top: 10px;
  text-transform: uppercase;
}

.last-news .btn:hover {
  border: 1px solid #0e9c11;
  background-color: #0e9c11;
  color: #fff;
}

.last-news .btn .glyphicons {
  padding: 0px 0px 0px 5px;
  top: 5px;
}

/* --------------------------------------------------------------- Tagi --------------------------------------------------------------- */

.tags {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tag {
  display: block;
  float: left;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
  background: #ddd;
  color: #444;
  margin: 0px 3px 3px 0px;
}

.tag.active {
  background: #009cff;
  color: #fff;
}

.tag:hover {
  background: #444;
  color: #fff;
}

/* --------------------------------------------------------------- STOPKA --------------------------------------------------------------- */
.footer {
  width: 100%;
  background: url(images/footer.jpg) top center;
  clear: both;
  overflow: hidden;
  margin-top: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 0px 0px 0px 0px;
}

.footer p {
  margin-bottom: 4px;
}

.footer .naw {
  padding: 0px;
  margin: 0px;
}

.footer .naw li {
  position: relative;
  float: left;
  width: 33%;
  list-style-type: none;
  text-align: left;
  padding: 0px 0px 5px 0px;
}

.footer i {
  width: 20px;
  margin-right: 5px;
  font-size: 16px;
  color: #009a4c;
  text-align: center;
}

.footer .btn {
  width: 100%;
  background: url(images/btn.png) 0px -50px;
  font-weight: bold;
  margin: 10px 0px;
}

.stopka {
  background: rgba(0,0,0,0.3);
  padding: 10px 0px;
  margin-top: 60px;
  overflow: hidden;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
  font-size: 10px;
}

.footer a {
  text-transform: uppercase;
  font-size: 12px;
}

.footer .sociale {
  margin-top: 40px;
}

.footer .sociale a {
  padding: 3px;
  height: 24px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.footer .sociale i {
  font-size: 30px;
  color: #fff;
  width: 17px;
  height: 24px;
  text-align: center;
  padding: 0px;
  margin-right: 0px;
  transition: 0.5s all;
}

.footer .sociale a:hover i {
  color: #1bc5f2
}

.topbar .sociale {
  margin-top: 0px;
  margin-left: 70px;
}

.topbar .sociale a {
  padding: 3px;
  height: 24px;
  line-height: 24px;
  float: left;
  margin-bottom: 0px;
  text-align: center;
}

.topbar .sociale i {
  font-size: 18px;
  color: #fff;
  width: 17px;
  height: 24px;
  text-align: center;
  padding: 0px;
  margin-right: 0px;
  transition: 0.5s all;
}

.topbar .sociale a:hover i {
  color: #1bc5f2
}

.footer .container {
  padding-top: 70px;
  padding-bottom: 0px;
  overflow: hidden;
}

.footer .stopka .container {
  padding: 20px 0px;
}

.footer a {
  color: rgba(255,255,255,0.8);
  font-weight: 400;
}

.stopka a {
  color: #5a524c;
}

.footer strong {
  color: #fff;
}

.footer a:hover {
  color: #fff
}

.footer h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.footer .col-sm-20 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer .col-sm-40 {
  float: left;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer h2:after {
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
  border-bottom: 1px solid #fff;
}

.footer h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}


/* --------------------------------------------------------------- bluebg --------------------------------------------------------------- */
.bluebg {
  background: #2091e3;
  padding: 50px 0px;
  float: left;
  width: 100%;
}

/* --------------------------------------------------------------- Powiązane --------------------------------------------------------------- */

.powiazane-artykuly {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 0px 0px;
}

.powiazane-artykuly h2 {
  margin: 0px 0px 0px;
  text-align: center;
  padding: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.powiazane-artykuly .big {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.powiazane-artykuly .box {
  margin-bottom: 0px;
  margin-top: 30px;
  min-height: 194px;
  font-weight: 300;
  color: #fff;
  box-shadow: 0 0 0px 1px rgba(255,255,255,0.2);
  padding: 30px;
  font-size: 14px;
  line-height: 22px;
  transition: 0.5s all;
}

.powiazane-artykuly .box:hover {
  box-shadow: 0 0 0px 10px #fff;
}

.service {
  padding:60px 0px;
  overflow: hidden;
  width:100%;
}
/* --------------------------------------------------------------- breadcrumb --------------------------------------------------------------- */
.breadcrumb {
  padding: 5px 0px;
  color: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 1000;
  text-align: center;
  overflow: hidden;
  line-height: 14px;
  width: 100%;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb a {
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 1px;
  font-family: "Lato";
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 0px 0px;
}

.breadcrumb a:last-child {
  color: #fff;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
}

.breadcrumb a:first-child {
  margin-left: 0px;
}



/* --------------------------------------------------------------- service --------------------------------------------------------------- */
.service h3 {
  margin: 0px;
  font-size: 22px;
}

/* --------------------------------------------------------------- oferta --------------------------------------------------------------- */

.oferta .block {
  padding: 0px;
  cursor: pointer;
  box-shadow: 0 5px 15px 0px rgba(111,111,111,0.25);
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 0px;
  line-height: 22px;
  transition: 0.5s all;
}

.oferta .block h2 {
  color: #fff;
  position: relative;
  z-index: 122;
  letter-spacing: 0px;
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
  padding-top: 96px;
}

.oferta .block:hover {
  box-shadow: 0px 10px 25px 0 rgba(0,0,0,.2);
  position: relative;
  top: -8px;
}

.oferta .block .image {
  width: 100%;
  height: 215px;
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}

.oferta .block .image:after {
  content: '';
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.oferta .block .wrap {
  padding: 30px;
}

/* --------------------------------------------------------------- MEANMENU --------------------------------------------------------------- */

#mean {
  display: none;
}
