
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #17a1e4;
  color: #fff;
}

::-moz-selection {
  background: #17a1e4;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  
.naj-rej {
    margin: 5px 0;
}
}

.section-heading {
text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.section-heading h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #17a1e4;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #17a1e4;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}

a.nav-link {
    color: #232d39;
}


/* 
---------------------------------------------
moje
--------------------------------------------- 
*/




.wyszukiwarka {
    margin: 0 0 20px 0;
	width: 23rem;
    border: 1px solid #5d5c5c;
    border-radius: 4px;
    max-width: 30rem;
    padding: 9px;
    text-align: center;

    font-size: 12px;
}


button#szukaj{
    font-size: 13px;
    padding: 11px 17px;
    background-color: #17a1e4;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
	width: 200px;
    border-radius: 5px;
    outline: none;
    margin-top: -8px;
}

button#szukaj:hover {
    background: #f9735b;
}

.zna {
    background: #232d39;
    padding: 5px;
    width: 100%;
    color: white;
}

.zgu {
    background: #17a1e4;
    padding: 5px;
    width: 100%;
    color: white;
}

.zna:hover,
.zgu:hover{
	cursor:pointer;
	-webkit-filter: drop-shadow(1px 1px 3px #232d39); 
filter: drop-shadow(1px 1px 3px #232d39);

}


.hover:hover{
	cursor:pointer;
	-webkit-filter: drop-shadow(1px 1px 3px #232d39); 
filter: drop-shadow(1px 1px 3px #232d39);

}.hover a:hover{
color:white;

}

a.nav-link {
    font-size: 0.95rem;
}



.row.ostatnie {
    margin: 2px 4px 20px;
    border-bottom: 1px dashed#bbbbbb;
}


.section-heading h3 {
    font-size: 1.7rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-heading h3 em {
    font-style: normal;
    color: #17a1e4;
}


.section-heading h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-heading h1 em {
    font-style: normal;
    color: #17a1e4;
}

#opis {
    padding: 60px 0px 40px 0;
    background-image: url(../images/cta-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#opis b{
color: #17a1e4;
}


.mar-bo {
    margin-bottom: -18px;
}

.naj-data {
    font-size: 0.8rem;
    color: #039ae4;
}






.bortop {
background: #eaeaea;
}

.col-lg-3.woj {
    padding: 7px 0;
}

section#trainers {
    margin-bottom: 20px;
}

li.location-li {
    list-style-type: square;
    margin: 1.4rem 0;
    font-size: 0.85rem;
}

li.location-li a {
color:white;
}

img.logo {
    width: 19rem;

}

section {

    background-image: url(/assets/images/tlo.webp);
}



.col-sm-12.dod_ogl {
     margin-top: 1rem; 
}

button#form-submit {
    width: 100%;
}

.col-sm-12.dod_zdj_in {
    margin-top: -16px;
}

.col-sm-12.dod_zdj_in {
    margin-top: -16px;
    color: #7a7e82;
    font-size: 13px;
    text-align: left;

}

fieldset.field_bor {
    border: 1px solid #dddddd;
    padding: 0.6rem 0.5rem 0.4rem 0.5rem;
}


img.kawa {
    width: 200px;
    margin-top: -23px;
    float: right;
    margin: -15px 47px 0 0;
}

.ramka {
    text-align: left;
    background: #f5f3f3;
    margin-top: 10px;
    padding: 1rem 2rem 0rem;
    border: 1px solid #232d39;
    width: 300px;
}


input.stawiam {
    background: #17a1e4;
    color: white;
    padding: 4px 10px;
    margin-top: 5px;
    border: 1px solid #0984bf;
    font-size: 0.9rem;
    border-radius: 3px;
}


.down-content {
    margin-top: 10px;
    text-align: center;
}

.white-back{
	background:white;

}
.grey-back{
	background:#f7f7f7;
	border-bottom:1px dashed #eaeaea;
}

.ogloszenie {
    border: 1px solid #e0e0e0;
    padding: 2rem 1rem;
    background: #f9f9f9;
    margin: 1rem 0;
	width:100%;
}

.ogloszenie a {
    color: white;
}

.naj-rej,
.naj-rej a{
    font-weight: bold;
    font-size: 0.9rem;
    color: #3d5169;
}

.Znaleziono {
    color: #ffffff;
    margin-top: -3px;
	border: 1px solid #0e1218;
    background: #232d39;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 2px;
}

.Zgubiono {
    color: #ffffff;
    margin-top: -3px;
    border: 1px solid #1895d1;
    background: #17a1e4;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 2px;
}



button.btn,
a.btn {
    font-size: 0.8rem;
}

.dane-kontaktowe {
    background: #fdfdfd;
    border: 2px solid #21b943;
	padding: 1rem 0;
	background: #f9fff2;

}

.dane-kontaktowe p {
    color: #232d39;
    font-size: 1rem;
	padding: 6px;
}

a.btn.btn-primary {
    color: white;
}

#tab-info {
    font-size: 0.8rem;
}

span.nieb {
    color: #17a1e4;
    font-weight: bold;
}


.a-button {
    background: #17a1e4;
    padding: 0.6rem 4rem;
    color: white;
    font-size: 0.9rem;
    border-radius: 5px;    
	margin: 1rem;
    display: inline-block;
}

.a-button:hover {
    background: #f9735b;
	color:white;
}


.padd {
    padding: 2rem;
}

h4.down-content a {
    color: #232d39;
}
 

.foot-a {
color:white;
display: block;
font-size: 0.8rem;
padding: 0.4rem;
}



fieldset.polpry {
    font-size: 0.7rem;
    text-align: left;
    color: #464646;
	    margin-top: 6px;
}

a.btn.btn-primary:hover {
    color: white;
}

.alert {
    text-align: center;
}

ul.nav {
    margin-left: 6rem;
}


header {
    background: #f7f7f8;
}


a.nav-link.dodaj.hover {
    background: #17a1e4;
    padding: 0.6rem;
    color: white;
	border-radius: 3px;
}

ul.navbar-nav.mr-auto {
    display: table-cell;
}

li.nav-item {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

a.nav-link.dodaj.hover:hover {
    color: white;
}

li.nav-item a {
    font-size: 0.9rem;
}

.kon-mar {
    margin: 0.3rem 0;
}

a.szcz {
    color: #232d39;
    padding: 0.5rem;
    font-size: 0.9rem;
    margin-top: 5px;
    background: #eaeaea;
    display: block;
}

.down-content a {
    color: #232d39;
    font-size: 1rem;
}

.down-content p {
    font-size: 0.8rem;
}


img.fb-icon {
    width: 2.4rem;
    margin: -2px -0.7rem 0 -0.7rem;
    padding: -1rem;
}
/* 

---------------------------------------------
koniec moje
--------------------------------------------- 
*/







/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #17a1e4!important;
}

.background-header .nav li a.active {
  color: #17a1e4!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250,250,250,0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #17a1e4;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #17a1e4;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: #f9735b;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #17a1e4!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #17a1e4!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #17a1e4;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  
  ul.nav {
    margin-left: 0rem;
}

img.logo {
    width: 15rem;

}


}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17a1e4!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #17a1e4;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #17a1e4!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #17a1e4!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17a1e4!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  
  
img.logo {
    width: 15rem;

}

  ul.nav {
    margin-left: 0rem;
}

}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}



#call-to-action {
 padding: 52px 0px 40px 0;
  background-image:url(../images/rej7.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}







.cta-content h1,
.cta-content h2
 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h1 em,
.cta-content h2 em
 {
  font-style: normal;
  color: #17a1e4;
}

.cta-content p {
  font-size: 0.85rem;
  color: #fff;
  margin: 15px 0px 25px 0px;
}





/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 30px 30px 8px 30px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #17a1e4;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #17a1e4;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/



#wszystkie .container-fluid .col-lg-6 {
  padding: 0px;
}

#wszystkie .contact-form {
    padding: 5px 50px;
    background-image: url(../images/contact-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}




#wszystkie .contact-form #contact {

      padding: 0 0 40px;
  border-radius: 5px;
}

.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #17a1e4;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
  WIDTH:100%;
}

.contact-form button:hover {
  background-color: #f9735b;
}




/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
    text-align: center;
    padding: 6px 0px;
    background-image: url(../images/rej7.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

footer p {
  color: white;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #17a1e4;
}

footer p a:hover {
  color: #17a1e4;
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #wszystkie #map {
    margin-bottom: -7px;
  }
  #wszystkie .contact-form {
    padding: 30px;
  }
  #wszystkie .contact-form #contact {
    padding: 0px;
  }
  
  li.location-li {
    margin: 0.4rem;
}


li.nav-item {
    display: table-cell;
    margin: 0.4rem 0;
    padding: 0.3rem 0;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

ul.navbar-nav.mr-auto {
    display: flex;
}

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
  
  img.logo {
    width: 14rem;

}

.wyszukiwarka {
    width: 100%;   
}

}





