@font-face {
  font-family: 'Haas Grot Text R Web';
  src: url('/fonts/NeueHaasGrotDispRound-55Roman-Web.eot');
  src: url('/fonts/NeueHaasGrotDispRound-55Roman-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/NeueHaasGrotDispRound-55Roman-Web.woff2') format('woff2'), url('/fonts/NeueHaasGrotDispRound-55Roman-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Haas Grot Text R Web';
  src: url('/fonts/NeueHaasGrotTextRound-75Bold-Web.eot');
  src: url('/fonts/NeueHaasGrotTextRound-75Bold-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/NeueHaasGrotTextRound-75Bold-Web.woff2') format('woff2'), url('/fonts/NeueHaasGrotTextRound-75Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Haas Grot Text R Web';
  src: url('/fonts/NeueHaasGrotTextRound-55Roman-Web.eot');
  src: url('/fonts/NeueHaasGrotTextRound-55Roman-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/NeueHaasGrotTextRound-55Roman-Web.woff2') format('woff2'), url('/fonts/NeueHaasGrotTextRound-55Roman-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: 'Haas Grot Text R Web';
  font-size: 15px;
  color: #000;
}
.border {
  border: 1px #000000 solid;
}
.cleaner {
  clear: both;
}
.tooltip {
  font-family: 'Haas Grot Text R Web';
  font-size: 14px;
}
a {
  color: #000000;
}
a:hover,
a:active,
a:link {
  color: #000000;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.hide {
  display: none !important;
}
.menu-space {
  height: 40px;
}
#map-canvas {
  position: relative;
  border-bottom: 1px #000000 solid;
}
#map-canvas.full {
  height: 200px;
}
#map-canvas.path {
  height: 775px;
}
#map-canvas #map-gl,
#map-canvas #map-leaflet,
#map-canvas #map-openlayers {
  width: 100%;
  height: 100%;
  position: absolute;
}
h1,
.h1 {
  margin: 60px 0;
  font-size: 40px;
}
.object-detail h1 {
  margin-bottom: 40px;
}
.object-detail .tag-bar {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.object-detail .tag-bar a {
  color: #000000;
  margin: 0 60px;
}
.object-detail .tag-bar a .fa {
  font-size: 40px;
  font-weight: light;
}
.object-detail .tag-bar .tag-box {
  border: 1px #000000 solid;
  padding: 10px 20px;
}
.object-detail .tag-bar .tag-box span {
  line-height: 15px;
}
.object-detail .gal-detail {
  text-align: center;
}
.object-detail .gal-detail a.more {
  background: #000000;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
}
.object-detail .gal-detail a.more i.fa {
  float: left;
  padding: 8px 0 0 15px;
}
.object-detail .gal-detail a.more:hover {
  text-decoration: none;
}
.object-detail .gal-detail img {
  width: 100%;
}
.object-detail .text-row {
  padding-bottom: 60px;
  padding-top: 60px;
}
.object-detail .text-row p {
  margin: 0 0 20px 0;
  text-align: left !important;
}
.object-detail .text-row .text-content {
  text-align: left;
}
.object-detail .text-row .right-iconbar ul.icons {
  list-style: none;
}
.object-detail .text-row .right-iconbar ul.icons li {
  border: 1px #000000 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}
.object-detail .text-row .right-iconbar ul.icons li a {
  color: #000000;
  display: block;
  padding: 0;
  width: 40px;
  text-align: center;
  text-decoration: none;
}
.object-detail .text-row .right-iconbar ul.icons li:hover {
  cursor: pointer;
  background: #000000;
}
.object-detail .text-row .right-iconbar ul.icons li:hover a {
  color: #ffffff;
}
.object-detail .text-row .right-iconbar ul.icons li:hover .favorites-heart {
  background-position: -90px -26px;
}
.object-detail .text-row .right-iconbar ul.icons li:hover .favorites-heart.selected {
  background-position: -135px -26px;
}
.object-detail .text-row .right-iconbar ul.icons li .favorites-heart {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat -90px 7px;
  background-size: 166px 368px;
}
.object-detail .text-row .right-iconbar ul.icons li .favorites-heart.selected {
  background-position: -135px 7px;
}
.object-detail .link-bar {
  color: #000000;
  padding-bottom: 10px;
}
.object-detail .link-bar a.toggle,
.object-detail .link-bar a.toggle-link {
  border: 1px #000000 solid;
  height: 40px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.object-detail .link-bar a.toggle .fa,
.object-detail .link-bar a.toggle-link .fa {
  float: left;
  padding: 8px 0 0 15px;
}
.object-detail .link-bar a.toggle:hover,
.object-detail .link-bar a.toggle-link:hover,
.object-detail .link-bar a.toggle:focus,
.object-detail .link-bar a.toggle-link:focus,
.object-detail .link-bar a.toggle.active,
.object-detail .link-bar a.toggle-link.active {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
}
.object-detail .link-bar .toggle-hide {
  padding-top: 40px;
  padding-bottom: 40px;
}
.object-detail .link-bar .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}
.object-detail .link-bar .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alphabet {
  line-height: 40px;
}
.alphabet a {
  margin: 0 2px;
}
.alphabet > a {
  white-space: nowrap;
}
.alphabet ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alphabet ul.list li {
  line-height: 20px;
  padding: 10px 0;
  text-align: left;
}
.another-objects {
  background: #e5e5e5;
}
.text-detail img:not([width]) {
  width: 100%;
}
.another-objects .main-title,
.objects-list .main-title {
  text-align: center;
}
.another-objects .main-title h1,
.objects-list .main-title h1 {
  font-size: 40px;
  padding-bottom: 60px;
}
.another-objects .objects-detail .more-wrapper .item-img img,
.objects-list .objects-detail .more-wrapper .item-img img {
  margin-top: calc(-50% + 20px);
}
.another-objects .objects-detail .more-wrapper .more,
.objects-list .objects-detail .more-wrapper .more {
  border: 1px #000000 solid;
  margin-top: 20px;
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
}
.another-objects .objects-detail .more-wrapper .more .more-plus,
.objects-list .objects-detail .more-wrapper .more .more-plus {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat 0 -334px;
  background-size: 166px 368px;
}
.another-objects .objects-detail .more-wrapper .more:hover,
.objects-list .objects-detail .more-wrapper .more:hover {
  background-color: #000000;
  color: #ffffff;
}
.another-objects .objects-detail .more-wrapper .more:hover .more-plus,
.objects-list .objects-detail .more-wrapper .more:hover .more-plus {
  background-position: -22px -334px;
}
.another-objects .objects-detail .item .item-img,
.objects-list .objects-detail .item .item-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.another-objects .objects-detail .item .item-img img,
.objects-list .objects-detail .item .item-img img {
  width: 100%;
  border: 1px solid transparent;
}
.another-objects .objects-detail .item .item-img img.no-img,
.objects-list .objects-detail .item .item-img img.no-img {
  border: 1px solid #000000;
}
.another-objects .objects-detail .item .item-img .no-img-gfx,
.objects-list .objects-detail .item .item-img .no-img-gfx {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent url('/img/no-photo/1.svg') no-repeat center center;
  background-size: contain;
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-1,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-1 {
  background-image: url('/img/no-photo/1.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-2,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-2 {
  background-image: url('/img/no-photo/2.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-3,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-3 {
  background-image: url('/img/no-photo/3.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-4,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-4 {
  background-image: url('/img/no-photo/4.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-5,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-5 {
  background-image: url('/img/no-photo/5.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-6,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-6 {
  background-image: url('/img/no-photo/6.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-7,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-7 {
  background-image: url('/img/no-photo/7.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-8,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-8 {
  background-image: url('/img/no-photo/8.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-9,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-9 {
  background-image: url('/img/no-photo/9.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-10,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-10 {
  background-image: url('/img/no-photo/10.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-11,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-11 {
  background-image: url('/img/no-photo/11.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-12,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-12 {
  background-image: url('/img/no-photo/12.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-13,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-13 {
  background-image: url('/img/no-photo/13.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-14,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-14 {
  background-image: url('/img/no-photo/14.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-15,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-15 {
  background-image: url('/img/no-photo/15.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-16,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-16 {
  background-image: url('/img/no-photo/16.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-17,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-17 {
  background-image: url('/img/no-photo/17.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-18,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-18 {
  background-image: url('/img/no-photo/18.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-19,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-19 {
  background-image: url('/img/no-photo/19.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-20,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-20 {
  background-image: url('/img/no-photo/20.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-21,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-21 {
  background-image: url('/img/no-photo/21.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-22,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-22 {
  background-image: url('/img/no-photo/22.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-23,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-23 {
  background-image: url('/img/no-photo/23.svg');
}
.another-objects .objects-detail .item .item-img .no-img-gfx.rand-24,
.objects-list .objects-detail .item .item-img .no-img-gfx.rand-24 {
  background-image: url('/img/no-photo/24.svg');
}
.another-objects .objects-detail .item .object-title,
.objects-list .objects-detail .item .object-title {
  display: block;
  height: 115px;
  overflow: hidden;
  line-height: 1.3;
}
.another-objects .objects-detail .item:hover,
.objects-list .objects-detail .item:hover {
  cursor: pointer;
}
.another-objects .objects-detail .next,
.objects-list .objects-detail .next {
  border: 1px #000000 solid;
  height: 30px;
  margin-top: 5%;
}
.another-objects .objects-detail .next .inner,
.objects-list .objects-detail .next .inner {
  text-align: center;
  padding-top: 5px;
}
.another-objects .objects-detail .next .inner .fa,
.objects-list .objects-detail .next .inner .fa {
  float: left;
  padding-top: 3px;
}
.another-objects .objects-detail .next:hover,
.objects-list .objects-detail .next:hover {
  background: #000000;
  color: #ffffff;
}
.another-objects .objects-detail .next:hover .inner,
.objects-list .objects-detail .next:hover .inner {
  cursor: pointer;
}
.content {
  padding-bottom: 60px;
}
.container-fluid.footer {
  background: #e5e5e5;
  border-top: 1px #000000 solid;
  padding-top: 40px;
  padding-bottom: 40px;
}
.container-fluid.footer .top-row .logo {
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat 0 -74px;
  background-size: 138px 306px;
  width: 114px;
  height: 192px;
  padding-left: 10px;
}
.container-fluid.footer .top-row .breadcrumb {
  background: #e5e5e5;
}
.container-fluid.footer .bottom-row {
  padding-top: 20px;
}
.container-fluid.footer .bottom-row .soc {
  padding-left: 10px;
}
.container-fluid.footer .bottom-row .footer-text p {
  margin-bottom: 0;
}
.container-fluid.footer .bottom-row .copyright ul.copyright-overlook {
  list-style: none;
  padding-left: 0;
}
.container-fluid.footer .bottom-row .copyright ul.copyright-overlook li {
  line-height: 14px;
}
.container-fluid.footer .bottom-row .copyright ul.copyright-overlook li span {
  font-weight: 700;
}
.parallax-window {
  position: relative;
  display: block;
  min-height: 300px;
  background: transparent;
}
.navbar-default .navbar-collapse {
  padding: 0;
  margin: 0;
}
.navbar {
  border-radius: 0;
  margin: 0;
  border: 0;
}
#navbar {
  clear: both;
  border-top: 1px solid #000000;
}
.navbar-default {
  border-color: #000;
  background-color: #FFF;
  background-image: none;
  box-shadow: none;
}
.navbar-header {
  width: 100%;
}
.navbar-default .navbar-nav > li {
  border-right: 0;
  padding: 0;
}
#navbar .navbar-nav > li {
  border-bottom: 1px solid #000000;
}
.navbar-default .navbar-nav > li:first-child {
  border-left: 0;
}
.navbar-default .navbar-nav > li:last-child {
  border-right: 0;
}
.navbar-default .navbar-brand {
  padding: 10px 20px;
  height: auto;
  border-right: 1px solid #000;
}
.navbar > .container-fluid .navbar-brand,
.navbar > .container-fluid-fluid .navbar-brand {
  margin: 0 0 0 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #000;
  text-align: center;
  font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #FFF;
  background-color: black;
  background-image: none;
  box-shadow: none;
  font-size: 15px;
}
.navbar-default .navbar-nav a {
  padding: 10px;
  background-image: none;
}
.navbar-default .navbar-header {
  margin: 0 0 -1px 0 !important;
  border-bottom: 1px solid #000000;
}
.navbar-nav {
  float: none;
  margin: 0;
}
.navbar-default .flex {
  display: flex;
  justify-content: space-between;
}
.navbar-default .navbar-toggle {
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0;
  float: left;
  border-right: 1px solid #000000 !important;
}
.navbar-default .navbar-right.navbar-nav > li {
  float: left;
  border-right: 0;
  border-left: 1px solid #000;
  width: 40px;
}
.navbar-default .navbar-right.navbar-nav > li.noborder {
  border: 0;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-toggle:hover {
  background-color: #000;
}
.navbar-default .navbar-toggle:hover span {
  background-color: #FFF;
}
.navbar-toggle .icon-bar {
  width: 100%;
  border-radius: 0;
}
#navbar .navbar-nav {
  width: 100%;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  padding: 0;
}
.navbar-header form {
  width: 100%;
  flex-grow: 1;
}
body .typeahead__container {
  width: 100%;
  padding-left: 20px;
  background-color: #FFF;
}
body .typeahead__field input[type="text"] {
  border: 0;
  height: 40px;
  line-height: 40px;
}
body .typeahead__container button {
  line-height: 40px;
  width: 60px;
}
body .typeahead__container input[type=submit] {
  border: 0;
  min-width: 40px;
  height: 40px;
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat 8px 8px;
  background-size: 166px 368px;
}
body .typeahead__container input[type=submit]:hover {
  background-color: #000;
  color: #FFF;
  background-position: 8px -25px;
}
body .typeahead__cancel-button {
  line-height: 40px;
}
body .typeahead__list > li.typeahead__group {
  font-weight: normal;
}
body .typeahead__query,
body .typeahead__filter {
  visibility: hidden;
}
.navbar-header .navbar-right {
  float: none !important;
  min-width: 200px;
  flex-grow: 0;
}
.navbar-header #menu-map-toggle {
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat -40px 8px;
  background-size: 166px 368px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
}
.navbar-header #menu-map-toggle:hover,
.navbar-header .active #menu-map-toggle {
  background-position: -40px -25px;
  background-color: #000;
}
.navbar-header #menu-favorites {
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat -90px 8px;
  background-size: 166px 368px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
}
.navbar-header #menu-favorites:hover,
.navbar-header .active #menu-favorites {
  background-position: -90px -25px;
  background-color: #000;
}
.navbar-header #menu-search {
  background: transparent url(/img/sprite-icons.svg?v=3) no-repeat 8px 8px;
  background-size: 166px 368px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
}
.navbar-header #menu-search:hover {
  background-position: 8px -25px;
  background-color: #000;
}
.navbar {
  min-height: 40px;
}
.menu-space {
  margin-top: 0;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
  overflow: visible;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  left: auto;
  right: 0;
  /*position:absolute;*/
  box-shadow: none;
  border: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li {
  /* &:last-child a{
				border-bottom:0;
			} */
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #FFF;
  background-color: #000;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  border-top: 1px solid #FFF;
  margin: 0 -1px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
  color: #000;
  background: #FFF none;
}
.mapButtonsWrapper {
  max-height: 230px;
  overflow: auto;
  margin-right: 50px;
}
.legendWrapper {
  background-color: #FFF;
  display: none;
  padding: 10px;
  font-size: 13px;
  width: 220px;
  line-height: 1.4;
  position: absolute;
  border: 1px solid #000;
  right: 10px;
  margin-top: -1px;
}
.legendWrapper img {
  margin-right: 4px;
}
#legendToggle.active {
  border-bottom-color: #FFF;
}
.mapButton:hover,
.mapButton.active {
  background-color: #000 !important;
  color: #FFF !important;
}
a[name*=anchor] {
  scroll-margin-top: 41px;
}
@media (max-width: 992px) {
  .mapButtonsWrapper {
    max-height: 140px;
  }
  .right-iconbar {
    text-align: center;
  }
  .right-iconbar ul {
    margin: 0;
    padding: 0;
  }
  .right-iconbar ul li,
  .right-iconbar ul div {
    display: inline-block !important;
  }
  .right-iconbar ul div {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  a[name*=anchor] {
    scroll-margin-top: 123px;
  }
  .navbar-default .navbar-brand {
    width: 50%;
    outline: initial;
  }
  #navbar .navbar-nav > li {
    border-right: 1px solid #000000;
  }
  #navbar .navbar-nav > li:nth-child(1) {
    border-bottom: 1px solid #000;
  }
  #navbar .navbar-nav > li:nth-child(2) {
    border-bottom: 1px solid #000;
  }
  #navbar .navbar-nav > li:nth-child(3) {
    border-bottom: 1px solid #000;
    border-right: 0;
  }
  #navbar .navbar-nav > li:nth-child(6) {
    border-right: 0 !important;
  }
  .navbar {
    min-height: 50px;
  }
  .menu-space {
    margin-top: 82px;
  }
  .navbar-header .navbar-right {
    min-width: 160px;
  }
}
@media (min-width: 992px) {
  a[name*=anchor] {
    scroll-margin-top: 82px;
  }
  .hp-promo .padding-left {
    padding-left: 40px;
    padding-right: 0;
  }
  .hp-promo .padding-right {
    padding-right: 40px;
    padding-left: 0;
  }
  .alphabet {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #navbar .navbar-nav > li {
    border-right: 1px solid #000000 !important;
  }
  .menu-space {
    margin-top: 42px;
  }
  .content {
    min-height: 500px;
  }
  .navbar-default .navbar-brand {
    border-right: 0;
  }
  .navbar-nav .middle-after:after {
    content: " ";
    display: block;
    height: 40px;
    width: 1px;
    position: absolute;
    background-color: #000;
    right: -1px;
    top: -40px;
  }
  #map-canvas.full {
    height: 300px;
  }
  .parallax-window {
    min-height: 400px;
  }
  .alphabet ul.list,
  .architects ul.list {
    column-count: 2;
    column-gap: 60px;
  }
  .alphabet ul.list li,
  .architects ul.list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
  }
  .alphabet ul.list {
    column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .mapButtonsWrapper {
    max-height: 400px;
  }
  #map-canvas.full {
    height: 400px;
  }
  .parallax-window {
    min-height: 800px;
  }
}
/*

.parallax-window{
background: #003044;
    min-height: 100%;
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;

a{
    background-position: 100%;
    background-size: 100%;
    width: 100%;
    min-height: 100%;
    position: relative!important;
    display:block;
}

}
*/
.hp-promo {
  margin: 40px 0;
}
.hp-promo .bg-black {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 40px;
  margin-top: 60px;
}
.hp-promo .bg-black a,
.hp-promo .bg-black a:hover,
.hp-promo .bg-black a:active,
.hp-promo .bg-black a:link {
  color: #ffffff;
}
.hp-promo .bg-black .h1 {
  margin-top: 0;
}
@media print {
  .another-objects {
    page-break-before: always;
  }
  .parallax-mirror,
  #map-canvas,
  .noprint {
    display: none !important;
  }
  .print {
    display: block !important;
  }
  .same-height {
    height: auto !important;
  }
  .inner-content.top {
    min-height: 60px !important;
  }
  .borders,
  .inner-content {
    border-bottom: 0;
  }
  .full-image img {
    width: 33%;
  }
  .gallery img {
    width: 45%;
    float: left;
    height: auto;
    margin: 10px;
  }
  body {
    padding-top: 0 !important;
  }
  .col-print-1,
  .col-print-2,
  .col-print-3,
  .col-print-4,
  .col-print-5,
  .col-print-6,
  .col-print-7,
  .col-print-8,
  .col-print-9,
  .col-print-10,
  .col-print-11,
  .col-print-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .container-fluid {
    width: 100% !important;
    padding: 0 !important;
  }
  .container-fluid-fluid {
    padding: 0 !important;
  }
  .col-print-12 {
    width: 100%;
  }
  .col-print-offset-1 {
    margin-left: 0;
  }
  a.logo span {
    display: inline;
  }
  a.logo span.border-bottom {
    border: 0;
  }
  .col-md-4.objects a {
    padding-bottom: 62px;
  }
  .col-md-4.objects a p {
    position: absolute;
    bottom: 10px;
  }
  .with-gallery {
    position: relative !important;
    height: auto !important;
  }
  .with-gallery .gallery-image {
    position: static !important;
  }
  .object-detail .gal-detail a.more {
    margin-top: 0;
  }
}
@media screen {
  .print {
    display: none;
  }
}
.maplibregl-popup-content {
  padding: 0 !important;
}
.maplibregl-ctrl.maplibregl-ctrl-group {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* styl tlačítek */
.maplibregl-ctrl .maplibregl-ctrl-group button {
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
  font: 14px/28px sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
}
/* hover a aktivní stav */
.maplibregl-ctrl .maplibregl-ctrl-group button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.maplibregl-ctrl .maplibregl-ctrl-group button:focus,
.maplibregl-ctrl .maplibregl-ctrl-group button.active {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
/* kontejner i button jako u ostatních ovladačů */
.layer-dropdown {
  position: relative;
  font: 14px/28px sans-serif;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
/* hlavní tlačítko */
.layer-dropdown .dropdown-button {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 8px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}
/* šipka dolů */
.layer-dropdown .dropdown-button::after {
  content: '▾';
  float: right;
  margin-left: 8px;
  font-size: 12px;
}
/* seznam (skrytý výchozí) */
.layer-dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  margin: 0;
  padding: 0 0;
  list-style: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  z-index: 10;
  width: calc(100% + 2px);
  left: -1px;
}
/* když je rozbaleno */
.layer-dropdown.open .dropdown-list {
  display: block;
}
/* položky seznamu */
.layer-dropdown .dropdown-list li {
  padding: 4px 12px;
  white-space: nowrap;
  cursor: pointer;
}
/* hover a aktivní */
.layer-dropdown .dropdown-list li:hover {
  background: #f0f0f0;
}
.layer-dropdown .dropdown-list li.active {
  background: #e0e0e0;
}
.maplibregl-ctrl.maplibregl-ctrl-group {
  overflow: visible !important;
}
.maplibregl-ctrl.maplibregl-ctrl-group {
  border-radius: 0 !important;
}
/* Kontejner + tlačítko jako u ostatních kontrol */
.legend-dropdown {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 0;
  /* bez zaoblení */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/28px sans-serif;
}
/* Tlačítko */
.legend-dropdown .legend-button {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 8px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}
/* Box s legendou skrytý */
.legend-dropdown .legend-box {
  display: none;
  position: absolute;
  bottom: 28px;
  right: -1px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: none;
  z-index: 10;
  padding: 8px;
  min-width: 200px;
}
.legend-dropdown .legend-box div {
  white-space: nowrap;
}
/* Po otevření */
.legend-dropdown.open .legend-box {
  display: block;
}
/* Vlastní obsah legendy */
.legend-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.legend-box li {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.legend-marker {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border: 1px solid #777;
  display: inline-block;
}
.maplibregl-ctrl-top-right {
  display: flex;
  flex-direction: row;
}
.maplibregl-ctrl-group {
  margin-right: 4px;
  box-shadow: none !important;
  border: 1px solid #000;
}
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7%207v6h2v-4h4v-2zm16%200h-4v2h4v4h2v-6zm0%2016h-4v2h6v-6h-2zm-14-4h-2v6h6v-2h-4z%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E%0A) !important;
}
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22m%2021%2C7%20h%20-2%20v%206%20h%206%20v%20-2%20h%20-4%20z%22%20fill%3D%22%23111%22%20%2F%3E%20%3Cpath%20d%3D%22m%2019%2C19%20v%206%20h%202%20v%20-4%20h%204%20v%20-2%20z%22%20%2F%3E%20%3Cpath%20d%3D%22M%2011%2C11.000002%20H%206.999974%20v%201.999997%20h%206%20V%206.9999985%20H%2011%20Z%22%20%2F%3E%20%3Cpath%20d%3D%22M%2011%2C19.000001%20H%207.000012%20v%201.999997%20H%2011%20v%204.000003%20h%202.000012%20v%20-6%20z%22%20%2F%3E%20%3C%2Fsvg%3E) !important;
}
.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
}
.leaflet-popup-content {
  margin: 0 !important;
}
