body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  padding: 0;
}

.top {
  background-color: #a82927;
  border-bottom: 10px solid #74453d;
}

@media only screen and (max-width: 990px) {
  .top {
    background-color: #fff;
  }
}

.top .logo-contener {
  text-align: center;
}

.top .logo-contener .logo {
  margin-bottom: -22px;
  margin-top: 8px;
  z-index: 100;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .top .logo-contener .logo {
    margin-bottom: -16px;
  }
}

.top .site-branding {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}

@media only screen and (max-width: 990px) {
  .top .site-branding {
    text-align: center;
    color: #a82927;
  }
}

.top .site-branding .site-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 2rem;
  line-height: 4rem;
}

@media only screen and (max-width: 1439px) {
  .top .site-branding .site-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .top .site-branding .site-title {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 990px) {
  .top .site-branding .site-title {
    line-height: 3rem;
    margin-bottom: 0;
  }
}

.top .site-branding .site-description {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2rem;
}

@media only screen and (max-width: 990px) {
  .top .site-branding .site-description {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-top: 7px;
  }
}

.top .site-branding .site-moredescription {
  font-size: 13px;
  font-style: italic;
  padding-top: 17px;
}

header {
  margin-bottom: 20px;
}

header .row {
  width: 100%;
}

header .bg-light {
  background-color: #e0e0e0 !important;
  padding: 0;
}

header .navbar-light .navbar-nav .nav-item {
  padding: 5px;
}

header .navbar-light .navbar-nav .nav-item .nav-link {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$white+1,dce2e6+50,ffffff+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 1%, #dce2e6 50%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 1%, #dce2e6 50%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 1%, #dce2e6 50%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white', endColorstr='$white',GradientType=0 );
  /* IE6-9 */
  border-right: 2px solid #a82927;
  font-size: 15px;
  width: 165px;
  text-align: center;
  color: #333;
  margin-bottom: 5px;
  padding: 2px;
}

header .navbar-light .navbar-nav .nav-item .nav-link:hover {
  background: #a82927;
  color: #fff;
}

header .navbar-light .navbar-nav .nav-item .nav-link.curent {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$grey3+0,b6b9be+51,c4c6cb+100 */
  background: #c4c6cb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4c6cb 0%, #b6b9be 51%, #c4c6cb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c4c6cb 0%, #b6b9be 51%, #c4c6cb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c4c6cb 0%, #b6b9be 51%, #c4c6cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey3', endColorstr='$grey3',GradientType=0 );
  /* IE6-9 */
}

@media only screen and (max-width: 1247px) {
  header .navbar-light .navbar-nav .nav-item .nav-link {
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  header .navbar-light .navbar-nav .nav-item .nav-link {
    width: 100%;
  }
}

.left-panel {
  max-width: 350px;
}

.left-panel h3 {
  background-color: #a82927;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 14px 6px 33px;
  position: relative;
}

.left-panel h3::before {
  content: " ";
  background-image: url(../images/znaczek.png);
  height: 23px;
  width: 20px;
  position: absolute;
  left: 5px;
  top: 4px;
}

.left-panel ul {
  list-style: none;
  padding-left: 0;
}

.left-panel ul li a {
  padding: 5px 15px 5px 27px;
  display: block;
  border-bottom: 1px solid #a82927;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.left-panel ul li a:hover, .left-panel ul li a:active {
  background: white;
  background: linear-gradient(0deg, white 0%, #dce2e6 52%, white 100%);
}

.left-panel ul li.curent a {
  background: white;
  background: linear-gradient(0deg, white 0%, #dce2e6 52%, white 100%);
}

.left-panel .wiget {
  padding-bottom: 15px;
}

.left-panel .wiget .new-offer, .left-panel .wiget .new-offer2 {
  background-color: #a82927;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 10px;
  font-weight: bold;
  box-shadow: 1px 1px 5px #333;
}

.left-panel .wiget .new-offer:hover, .left-panel .wiget .new-offer:active, .left-panel .wiget .new-offer2:hover, .left-panel .wiget .new-offer2:active {
  background-color: #e0e0e0;
  color: #333;
}

.left-panel .wiget .new-offer2 {
  max-width: 100%;
  font-size: 1.5rem;
}

.left-panel .partners {
  text-align: center;
  margin-bottom: 5px;
}

.left-panel .partners h3 {
  text-align: center;
  padding: 10px;
}

.left-panel .partners h3::before {
  display: none;
}

.left-panel .partners img {
  max-width: 100%;
  padding: 7px;
}

.left-panel .partners a {
  display: block;
}

@media only screen and (max-width: 990px) {
  .left-panel {
    margin: 0 auto;
  }
}

.custom-ads-top {
  position: relative;
  margin-bottom: 25px;
  max-width: 950px;
}

.custom-ads-top::before {
  content: "reklama";
  position: absolute;
  color: #dce2e6;
  top: -16px;
  left: 8px;
  font-size: 13px;
}

.custom-ads-top img {
  max-width: 100%;
  height: auto;
  display: block;
  height: auto;
}

@media only screen and (max-width: 990px) {
  .custom-ads-top img {
    margin: 0 auto;
  }
}

.custom-ads-top-main {
  position: relative;
  margin-bottom: 20px;
  max-width: 950px;
}


.custom-ads-top-main img {
  max-width: 100%;
  height: auto;
  display: block;
  height: auto;
}

@media only screen and (max-width: 990px) {
  .custom-ads-top-main img {
    margin: 0 auto;
  }
}

.custom-ads-right {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 223px;
  float: left;
}

.custom-ads-right::before {
  content: "reklama";
  position: absolute;
  color: #dce2e6;
  top: -16px;
  left: 8px;
  font-size: 13px;
}

.custom-ads-right img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .custom-ads-right {
    float: none;
    margin: 33px auto 0;
    width: 376px;
  }
}

@media only screen and (max-width: 990px) {
  .custom-ads-right {
    margin: 0;
    margin-right: 13px;
    margin-top: 15px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .custom-ads-right {
    margin: 15px auto;
    max-width: 100%;
  }
  .custom-ads-right img {
    margin: 0 auto;
  }
}

.bootom-ads {
  padding: 0;
  margin: 28px 0;
}

.custom-ads-bottom {
  position: relative;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}


.custom-ads-bottom img {
  max-width: 100%;
  height: auto;
}

.custom-ads-bottom a {
  color: #333;
}

@media only screen and (max-width: 990px) {
  .cols-1 {
    order: 1;
  }
}

@media only screen and (max-width: 990px) {
  .cols-2 {
    order: 2;
  }
}

@media only screen and (max-width: 990px) {
  .cols-3 {
    order: 3;
  }
}

.home {
  position: relative;
}

.home h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 15px;
  background: #a8a6a7;
  padding: 5px;
  color: #fff;
}
.hometext h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
  background: #a8a6a7;
  padding: 5px;
  color: #fff;
}
.hometext h3 {
  text-align: center;
  margin-top: 15px;
    font-size: 1.3rem;
  background: #a8a6a7;
  padding: 5px;
  color: #fff;
}
@media only screen and (max-width: 990px) {
.hometext {order:4;}
}
.home h1 {
  text-align: center;
  font-size: 1.6rem;
  background: #a8a6a7;
  padding: 5px;
  color: #fff;
}

.home .map {
  position: relative;
}

.home .map a:hover {
  border: 2px solid #a82927;
}

.home .map::before {
  display: none;
}

@media only screen and (max-width: 990px) {
  .home .map {
    margin-bottom: 15px;
  }
}

.home .righttext {
  background-color: #e0e0e0;
  margin-bottom: 15px;
  padding: 5px 15px;
  width: 223px;
}

.home .righttext a {
  color: #fff;
  background: #a82927;
  padding: 5px;
  margin: 16px 5px 8px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home .righttext {
    width: 100%;
  }
}

.home .custom-ads-top {
  border: 0;
  padding-top:10px;
}

@media only screen and (max-width: 1199px) {
  .home .cols-1 {
    order: 1;
  }
  .home .cols-2 {
    order: 2;
  }
}

.sponsors {
  background-color: #a8a6a7;
  padding: 5px 0;
  margin-bottom: 20px;
}

.sponsors h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

.o-nas-text {
  font-size: 0.9rem;
}

.o-nas-text h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

.o-nas-text h2 {
  background-color: #a82927;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
    margin-top: 2rem;
}


.o-nas-text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a82927;
  margin:5px 0;
}


.o-nas-text img {
  border: 1px solid #333;
}

.o-nas-text .publikacje {
  font-size: 0.6rem;
  text-align: center;
}

.o-nas-text .publikacje img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.o-nas-text .publikacje p {
  padding-top: 8px;
}

.o-nas-text .publikacje-2 {
  font-size: 0.8rem;
  border-top: 6px solid #a82927;
  padding-top: 15px;
  padding-bottom: 15px;
}

.o-nas-text .publikacje-2 .col-book {
  padding: 0;
}

.o-nas-text .publikacje-2 .col-book img {
  float: right;
}

@media only screen and (max-width: 990px) {
  .o-nas-text .publikacje-2 .col-book {
    padding: 10px;
  }
  .o-nas-text .publikacje-2 .col-book img {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 990px) {
  .o-nas-text .publikacje-2 img {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.o-nas-text .inwest {
  position: relative;
  height: 100%;
  margin-bottom: 40px;
}

.o-nas-text .inwest::before {
  content: " ";
  background-color: #ededed;
  width: 100%;
  height: 84%;
  position: absolute;
  z-index: -1;
  left: 1%;
}

@media only screen and (max-width: 990px) {
  .o-nas-text .inwest::before {
    height: 95%;
  }
}

.o-nas-text .inwest .col-book {
  padding: 0;
}

@media only screen and (max-width: 990px) {
  .o-nas-text .inwest .col-book {
    text-align: center;
  }
}

.o-nas-text .inwest .col-book img {
  float: right;
}

@media only screen and (max-width: 990px) {
  .o-nas-text .inwest .col-book img {
    float: none;
  }
}

.o-nas-text .inwest .text {
  padding-left: 20px;
}

.o-nas-text .aboutatlas {
  background-color: #ededed;
  margin-bottom: 22px;
  padding: 15px;
}

.sponsorzy-text h1, .sponsorzy-text h2 {
  background-color: #c4c6cb;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 0;
}

.sponsorzy-text .sponsorzy {
  padding: 0;
  margin: 0;
}

.sponsorzy-text .sponsorzy .clol55 {
  width: 20%;
  height: 200px;
  position: relative;
  background-color: #e0e0e0;
}

.sponsorzy-text .sponsorzy .clol55 a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.sponsorzy-text .sponsorzy .clol55:nth-child(2n) {
  background-color: #fff;
}

@media only screen and (max-width: 990px) {
  .sponsorzy-text .sponsorzy .clol55 {
    width: 32%;
  }
}

@media only screen and (max-width: 559px) {
  .sponsorzy-text .sponsorzy .clol55 {
    width: 49%;
  }
}

.pobierz h1 {
  font-size: 2rem;
  font-weight: bold;
}

.pobierz .text {
  font-size: 1.7rem;
  color: #a82927;
}

.pobierz .text p {
  background-image: url(../images/arrow.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
}

@media only screen and (max-width: 990px) {
  .pobierz .text p {
    text-align: center;
    background-position: center bottom;
  }
}

@media only screen and (max-width: 990px) {
  .pobierz img {
    display: block;
    margin: 0 auto;
  }
}

footer {
  background-color: #a8a6a7;
  text-align: center;
  color: #fff;
}

footer p {
  padding: 7px 0;
  margin: 0;
}

.map {
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .map {
    padding-top: 2px;
  }
  .map::before {
    content: ' ';
    background-image: url(../images/arrow-2.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 190px;
    position: absolute;
    top: 0;
    z-index: 100;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.mapawarszawa {
  height: auto;
}

.map-container {
  overflow: auto;
  position: relative;
  width: 100% !important;
  margin-bottom: 15px;
}

.kontakt {
  font-size: 1rem;
  padding-top: 85px;
}

.kontakt h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (min-width: 1440px) {
  .larger-centrum {
    max-width: 1400px;
  }
  .larger-centrum .custom-ads-bottom {
    text-align: left;
  }
}

@media only screen and (min-width: 1640px) {
  .larger-centrum {
    max-width: 1550px;
  }
}

.larger-centrum .row .row {
  padding-right: 0;
}

.larger-centrum .row .row .col-lg-9 {
  padding-right: 0;
}

@media only screen and (max-width: 990px) {
  .larger-centrum .row .row {
    padding-left: 0;
    margin: 0 auto;
  }
  .larger-centrum .row .row .col-lg-9 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .larger-centrum {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .larger-centrum .row .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1810px) {
  .larger-centrum.bielany {
    max-width: 1840px;
    padding: 0 15px;
  }
  .larger-centrum.bielany .custom-ads-top {
    max-width: 1840px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .larger-centrum.bielany .custom-ads-top::before {
    left: auto;
    right: 34px;
  }
}

@media only screen and (max-width: 1809px) {
  .larger-centrum.bielany #wrapper1 {
    display: block !important;
  }
}

#wrapper1, #wrapper2 {
  width: 100%;
  overflow-x: AUTO;
  overflow-y: hidden;
}

#wrapper1 {
  height: 20px;
  margin-top: 14px;
}

@media only screen and (min-width: 1400px) {
  #wrapper1 {
    display: none;
  }
}

#div1 {
  width: 2000px;
  height: 20px;
}

.none-high {
  height: 0;
}

.odstemp {
  margin-bottom: 17px;
}

.box__description.green h3 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
  background: #009244;
  color: #fff;
  font-weight: bold;
}

.box__description.red h3 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
  background: #dc143c;
  color: #fff;
  font-weight: bold;
}

.myUL {
  list-style: none;
}

@media only screen and (min-width: 1440px) {
  .urs .custom-ads-top {
    max-width: 1049px;
  }
}

.urs .custom-ads-top img {
  margin: 0 auto;
}
.sprawdztez {height:80px; float:left; padding-right:10px;}
.sprawdztez a {color:#000; text-decoration:none; }
.mapbg {border:1px solid #a82927; padding:10px}
.mapbg span {padding-left:30px;}
.mapbg:hover {background-color:#e0e0e0;}
.sprawdztez a:hover {color:#a82927;}
.mapbg::before {
  content: " ";
  background-image: url(../images/znaczekblack.png);
  height: 23px;
  width: 20px;
  position: absolute;

}
@media only screen and (min-width: 780px) {
 .computernot {display:none;}}
@media only screen and (max-width: 780px) {
 .mobilenot {display:none;}}
.dowloand{
	padding: 25px;
}
.dowloand .form-control{
	max-width:500px;
}
.dowloand h1{
	font-size: 1.7rem;
}
.dowloand #newsletter{
	background:#a82927;
	border:#a82927;
	border-radius: 0;
}
.dowloand #newsletter:hover{
	background:#e0e0e0;
	border:#e0e0e0;
	color:#333;
}