@charset "UTF-8";

.gdanskie-szlaki {
  font-family: 'Kanit', sans-serif;
}

.gdanskie-szlaki .bar>.color {
  width: 40px;
  height: 8px;
  border-right: 1px solid #ffffff;
  background: #f44545;
}

.gdanskie-szlaki .submenu .navbar {
  background-color: #f44545;
}

.rama {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#menu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.welcome img {
  width: 75%;

}

@media (max-width: 768px) {
  .welcome img {
    width: 50%
  }

}

.kategoria_0 {
  width: 100%;
  background: #034ebc;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #0347ab;
  font-size: 12px;
  padding: 11px
}

.kategoria_0:hover {
  background: #002d60;
}

.kategoria_1 {
  width: 100%;
  background: #196eea;
  cursor: pointer;
  color: #ffffff;
  padding: 11px 11px 11px 31px;
}

.kategoria_1:hover {
  background: #002d60;
}

.kategoria_2 {
  width: 100%;
  background: #579bff;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #0347ab;
  font-size: 12px;
  padding: 11px 11px 11px 51px;
}

.kategoria_2:hover {
  background: #002d60;
}

.kategoria_3 {
  width: 100%;
  background: #86b6fd;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #0347ab;
  font-size: 12px;
  padding: 11px 11px 11px 71px;
}

.kategoria_3:hover {
  background: #002d60;
}

#pma_navigation_collapser {
  width: 20px;
  height: 22px;
  line-height: 22px;
  background: #eee;
  color: #555;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 240px;
  text-align: center;
  cursor: pointer;
  z-index: 800;
  text-shadow: 0 1px 0 #fff;
  -webkit-filter: dropshadow(color=#fff, offx=0, offy=1);
  filter: dropshadow(color=#fff, offx=0, offy=1);
  border: 1px solid #888;
}

/**/
.color1 {
  background: #f44545;
  color: #ffffff;
}

.dymek_rama {
  top: 0px;
  font-family: 'Kanit', sans-serif;
}
.dymek_rama .btn-danger {
  background: #f44545 !important;
  border-color: #f44545 !important;
}

.dymek_rama .image a:link,
.dymek_rama .image a:visited {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;

}

div.image {
  max-height: 200px;
  overflow: hidden;
}

.image {
  width: 100%;
  display: block;
  -webkit-filter: saturate(105%);
  -moz-filter: saturate(105%);
  -o-filter: saturate(105%);
  -ms-filter: saturate(105%);
  filter: saturate(105%);
  -webkit-filter: contrast(110%);
  -moz-filter: contrast(110%);
  -o-filter: contrast(110);
  -ms-filter: contrast(110%);
  filter: contrast(110%);
}

div.title {
  padding: 0 14px;
  font-size: 24px;
  margin: 0px 0px 10px 0px;
  line-height: 1.2;
}

div.txt {
  padding: 0px 14px 0px 14px;
  text-align: justify;
  line-height: 20px;
  margin: 10px 0px 10px 0px;
  max-height: 300px;
  overflow-y: auto;
}

div.bottom {
  padding: 10px 14px 10px 14px;
}

div.link {
  float: right;
  cursor: pointer;
}

span.link {
  color: #fff;
}

span.link:hover {
  color: #ccc;
}
.gm-style .gm-style-iw-c {
  border-radius:2px !important;
}

.gm-style-iw {
  width: 500px !important;
  max-width: 500px !important;
  top: 0 !important;
  left: 0 !important;
  right: 0px !important;
}

.gm-style-iw-nowa1 {
  max-width: 499px;
  box-shadow: black 0px 0px 6px 0px !important;
}

.gm-style-iw-nowa2 {
  max-width: 499px;
}

#belka_tytulowa {
  width: 100%;
  display: none;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0px;
  position: fixed;
  z-index: 100;
}

.belka_tytulowa_logo {
  float: left;
  margin: 5px 20px 0px 0px;
}

.belka_tytulowa_opis {
  float: left;
  margin: 3px 0px 0px 0px;
  font-size: 24px;
}

.mapa-modal .btn-primary {
  color: #fff;
  background-color: #009be3;
  border-color: #009be3;
  border-radius: 2px;
}

.mapa-modal .search .modal-dialog {
  max-width: 1100px;
  width: 90%;
}

@media (max-width: 998px) {
  .mapa-modal .search .modal-dialog {
    margin: 0.5rem auto;
  }
}

.mapa-modal .search .modal-body {
  padding: 2rem;
}

@media (max-width: 998px) {
  .mapa-modal .search .modal-body {
    padding: 1rem;
  }
}

.mapa-modal .search .modal-header {
  background-color: #009be3;
  color: #fff;
  padding: 1.5rem;
  display: block;
}

.mapa-modal .search .modal-header .title {
  font-size: 2rem;
  padding: 0px;
}

.mapa-modal .search .modal-header .close {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
}

.mapa-modal .search input {
  width: 100%;
}

.mapa-modal .search .search-result {
  border-bottom: 1px solid #f6f6f6;
  margin: 14px;
  padding-top: 14px;
}

@media (max-width: 998px) {
  .mapa-modal .search .search-result img {
    width: 100%;
    display: block;
  }
}

.mapa-modal .search .search-result .title {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0px 14px;
}

@media (max-width: 998px) {
  .mapa-modal .search .search-result .title {
    padding-top: 14px;
  }
}

.mapa-modal .search .search-result a:link,
.mapa-modal .search .search-result a:visited {
  text-decoration: none;
}

.mapa-modal .search .search-result a:hover {
  color: #009be3;
}

.mapa-modal .search .search-result .more {
  padding: 14px;
}

.mapa-modal .search .search-result:hover {
  background-color: #f6f6f6;
}

.submenu-content {
  background-color: #009be3;
}

.mapa-article {
  line-height: 1.6;
}

.mapa-article p,
.mapa-article span {
  line-height: 1.6;
}

.mapa-article p {
  padding-bottom: 12px;
}

.mapa-article img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

.mapa-article .intro {
  background-color: #f6f6f6;
  padding: 30px 30px 60px 30px;
  position: relative;
  z-index: 4;
}

@media (max-width: 998px) {
  .mapa-article .intro {
    padding: 20px;
  }
}

.mapa-article .intro h2 {
  font-weight: bold;
  padding-bottom: 10px;
}

.mapa-article .intro span {
  font-size: 1.2rem;
}

.mapa-article .intro .gallery-icon {
  margin-top: 20px;
  background-color: #009be3;
  padding: 0px 15px;
  border-radius: 2px;
  font-size: 2rem !important;
  color: #fff;
}

.mapa-article .category-icon {
  position: absolute;
  top: -55px;
  left: -55px;
  z-index: 5;
  color: #fff;
  display: block;
  border: 10px solid;
}

@media (max-width: 998px) {
  .mapa-article .category-icon {
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    border-left: 0px;
    border-right: 0px;
  }
}

.mapa-article .category-icon a {
  color: #f6f6f6;
}

.mapa-article .category-icon div {
  background-color: #36454c;
  padding: 10px 15px;
  float: left;
  min-height: 100px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 998px) {
  .mapa-article .category-icon div {
    border-left: 0px solid;
  }
}

.mapa-article .category-icon div .glyphicon {
  font-size: 1.2rem;
}

.mapa-article .category-icon .glyphicon {
  font-size: 4rem;
}

.mapa-article .category-icon div:first-child {
  background-color: #009be3;
  border-right: 10px solid;
  top: 0;
}

.mapa-article .category-icon .koszt {
  text-align: right;
  font-size: 1.6rem !important;
  font-weight: bold;
}

.mapa-article .category-icon .more {
  float: right;
  font-size: 0.8rem !important;
  opacity: 0.5;
}

.mapa-article .category-icon .more span {
  font-size: 0.7rem !important;
}

.mapa-article .contact {
  font-size: 1.2rem;
  color: #36454c;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media (max-width: 998px) {
  .mapa-article .contact {
    margin-top: 0px;
  }
}

.mapa-article .contact .glyphicon,
.mapa-article .contact .fab {
  color: #009be3;
  font-size: 1.5rem !important;
  padding-right: 10px;
  height: 100%;
  float: left;
}

.mapa-article .contact a:hover {
  color: #009be3;
  text-decoration: none;
}

.mapa-article .information {
  padding: 30px;
  background-color: #36454c;
  color: #ffffff;
  margin: 0px 10px;
  line-height: 1.6;
}

.mapa-article .information-blue {
  padding: 30px;
  background-color: #009be3;
  color: #ffffff;
  margin: 0px 10px;
  line-height: 1.6;
}

.mapa-article .information ul,
.mapa-article .information-blue ul {
  margin: 0px;
  padding: 0px 20px;
}

.mapa-article .linked-investments {
  font-size: 0.9rem;
}

.mapa-article .linked-investments ul li ul {
  padding: 5px 15px;
}

.mapa-article .linked-investments ul li {
  padding-bottom: 5px;
}

.mapa-article .linked-investments ul li span {
  color: #5be300;
  font-weight: bold;
  display: block;
}

.mapa-article .linked-investments a:link,
.mapa-article .linked-investments a:visited {
  color: #fff;
}

.gallery {
  margin-bottom: 40px;
  padding: 20px 20px 40px 20px;
  background-color: #73ad27;
  color: #fff;
}

.podobne {
  padding: 40px 0px;
}

.podobne .title-podobne {
  background-color: #f6f6f6;
  color: #36454c;
  padding: 10px 15px;
}

.linki a:link,
.linki a:visited {
  color: #36454c;
}

.linki a:hover {
  text-decoration: none;
  color: #009be3;
}

#map {
  display: block;
  width: 100%;
  height: 450px;
}

#map.large {
  height: 500px;
}

.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #336699;
}

.rama .category-icon div {
  background-color: #36454c;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 10px;
}

.rama .category-icon {
  color: #fff;
}

.rama .category-icon .glyphicon {
  font-size: 5rem;
}

.rama .category-icon div .glyphicon {
  font-size: 1.2rem;
}

.rama .well {
  border: 0px;
  border-radius: 0;
}

/****drzewo************/
.mapa-category-list {
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  z-index: 2;
}

@media (max-width: 998px) {
  .mapa-category-list {
    width: 100%;
  }
}

.mapa-category-list .item {
  border-bottom: 1px solid #f7f7f7;
}

.mapa-category-list .item>.marker {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.mapa-category-list .item>.marker img {
  width: 45px;
}

.mapa-category-list .item label {
  margin-right: 10px;
}

.mapa-category-list .item .mapa-category-list .item .mapa-subcategory-name {
  font-weight: bold;
  padding: 0px 5px 5px 5px;
  font-size: 1.1rem;
  margin: 20px 0px 0px 0px;
}

.mapa-category-list .item .show {
  width: 100%;
}

.mapa-category-list .item .mapa-category-name {
  font-size: 1.1rem;
  line-height: 10px;
  color: #333;
}

.mapa-category-list .item .card-body {
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}

.mapa-category-list .item .card-body .row {
  border-top: 1px solid #ccc;
}

.mapa-category-list .item .card-body .marker {
  text-align: center;
  font-size: 2rem;
  margin-left: 7%;
}

.hity {
  background-color: #009be3 !important;
}

.card-body .marker {
  background-repeat: no-repeat !important;
  background-size: 25px 38px !important;
  background-position: center !important;
  width: 25px;
  height: 48px;
}

.category-145>.marker {
  background-color: #cc0000;
}

.category-145 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_145.png);
}

.category-153>.marker {
  background-color: #AB00E3;
}

.category-153 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_153.png);
}

.category-154>.marker {
  background-color: #f4ab06;
}

.category-154 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_154.png);
}

.category-155>.marker {
  background-color: #06f0f4;
}

.category-155 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_155.png);
}

.category-156>.marker {
  background-color: #1c06f5;
}

.category-156 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_156.png);
}

.category-157>.marker {
  background-color: #79c700;
}

.category-157 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_157.png);
}

.category-158>.marker {
  background-color: #f55006;
}

.category-158 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_158.png);
}

.category-159>.marker {
  background-color: #06a9f3;
}

.category-159 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_159.png);
}

.category-160>.marker {
  background-color: #f4069e;
}

.category-160 .card-body .marker {
  background: url(http://www.gdansk.pl/subpages/mapa-inwestycji/images/mapa_160.png);
}

/******filtry***********/
#filtry {
  z-index: 1;
  padding: .75rem;
}

#filtry span {
  display: block;
  font-size: 0.9rem;
}

/*****lista biektów***************/
#container-lista {
  margin: 0px;
  padding: 0;
  overflow: hidden;
}

#lista {
  overflow-y: auto;
  overflow-x: hidden;
}

#lista .card-body {
  padding: .75rem;
}

/* The container */
label {
  margin-bottom: 0;
}

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a primary background */
.checkbox input:checked~.checkmark {
  background-color: #f44545;
  border: 1px solid #f44545
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Modal galeria*/
.modal-gallery .modal-content {
  background-color: transparent;
  border: 0;
  margin-top: 25%;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-gallery .carousel-inner {
  border: 10px solid #f6f6f6;
  max-height: 500px;
}

.modal-gallery .carousel-control-prev span,
.carousel-control-next span {
  font-size: 4rem !important;
}

/****horizontal collapse*****/
.collapse {
  /*visibility: hidden;*/
}

.collapse.show {
  visibility: visible;
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}

/*******************/
#maska_menu {
  position: absolute;
  z-index: 1025;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: calc(100% - 140px);
}

/*# sourceMappingURL=mapa.css.map */
.ui-widget-content {
  background-color: transparent !important;
}


#maska_map {
  position: absolute;
  z-index: 100000;
  display: block;
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  height: calc(100% - 0px);
}

.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none !important;
  background-color: #36454c !important;
  color: #f6f6f6 !important;
  border: 0px !important;
  font-size: 0.9rem;
  padding: 5px 20px 5px 5px !important
}

.chosen-container a:link {
  color: #cc0000
}

.search-choice-close {
  top: 7px !important
}