.filter-top > div:first-child button {
  border: none;
  position: relative;
  padding-right: 2rem;
}
.filter-top > div:first-child button span {
  position: absolute;
  top: 0;
  padding-left: 0.5rem;
}
.filter-top button {
  margin-right: 0.5rem;
}
.filter-top .filter-btn.active {
    background-color: #5B8AA4;
    color: white;
    border-color: #5B8AA4;
}
.map-modal .item {
    opacity: 1;
}
.filter-top .filter-num-72 {
    background-color: #b3e3ff2b;
}
.filter-results .item .media {
    width: 15rem;
    margin-right: 2rem;
}

.filter-results.items-list .item .media {
    width: 100%;
    margin-right: 0rem;
}
.filter-results .itemtext {
	padding: 0.9rem 0 3rem 0;
}
.map-filter-column .filter-results .item.horizontal {
	box-shadow: unset;
	border-bottom: var(--border1);
    border-radius: 0;
}
.map-filter-column .filter-results .item.horizontal.subsidiary {
    background: #f2faff;
    border-radius: var(--radius1);
    padding: 1rem 3rem;
    border-bottom: 0;
    border: 1px solid #5b8aa5;
    margin-bottom: 1rem;
}
h2.contact_type {
    text-align: left !important;
    float: left;
    width: 100%;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}
.map-filter-column .filter-results .itemtext {
	padding: 2rem 4rem 2rem 0rem;
}
.map-filter-column .itemtext h3 {
    font-family: arial;
    font-weight: 300;
    font-size: var(--fontsize_s);
}
.map-filter-column .itemtext p {
    font-family: roboto, arial;
    font-size: var(--fontsize_s);
}

.map-marker-content {
	padding: 1rem;
	width: 25rem;
	text-align: left;
    margin-top: -1.5rem;
}
.itemtext h3 a:before {
    display: none;
}
.map-marker-content h4 {
	margin: 0 0 0.5rem 0;
}
.map-marker-content p {
	line-height: 1.5;
	margin-top: 1rem;
}
.filter-results .itemtext h3 {
	margin: 0;
}
.filter-results .itemtext p:last-of-type {
	margin-bottom: 0;
}
.full-width .filter-results .item .media {
    width: 100%;
    height: 24rem;
    margin-right: 0;
}
.filter-top h2 {
    margin-bottom: 1rem;
    margin-top: 15rem;
}
.filter-top .filter-btn {
  margin-top: 1rem;
}
section.filter .map-filter-column .container > .bottom-arrrow {
	display: block;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    width: 2rem;
    text-align: center;
    z-index: 1;
	transform:translateX(-50%);
    transition: var(--animtime2);
    opacity: 1;
    -moz-animation: bounce 2s infinite, fadeIn ease 0.4s;
    -webkit-animation: bounce 2s infinite, fadeIn ease 0.4s;
    animation: bounce 2s infinite, fadeIn ease 0.4s;
	cursor: pointer;
}
section.filter .map-filter-column .container > .bottom-arrrow svg {
	transform: rotate(90deg);
	width: 2rem;
	height: auto;
}
section.filter .map-filter-column .container .item .bottom-arrrow {
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	transition: var(--animtime2);
}
section.filter .map-filter-column .item.horizontal:hover .bottom-arrrow {
	right: 0.5rem;
}
section.filter .map-filter-column {
	position: relative;
}
section.filter .map-filter-column:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15rem;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
button.show-more {
  margin: 0 auto;
  margin-top: 3.5rem;
  display: block;
}
.load-more-container button.show-more {
  margin-top: 0;
}
.filter .load-more-container {
  margin-bottom: 0;
  margin-top: 3rem;
}
.map-modal {
  height: 15rem;
  width: 60%;
  position: absolute;
  display: flex;
  bottom: 5rem;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
section.map {
	padding: 0;
	position: relative;
}
section.filter:not(.full-width) {
	display: flex;
}
.map-filter-column,
.map-column {
	flex: 0 0 50%;
	position: relative;
}
.map-filter-column .container {
	overflow: auto;
    height: 100vh;
}
.map-filter-column .container::-webkit-scrollbar {
  display: none;
}

.map-filter-column .container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.map-filter-column .container .items-list {
	padding-bottom: 8rem;
	row-gap: unset;
}
section.filter .map-filter-column.hide-arrow:after {
	display: none;
}
.map-column #map {
	height: 100vh;
}
.bottom-arrrow .arowb {
	stroke: var(--clr1);
}
#map .gm-ui-hover-effect {
	top: 0.5rem !important;
	right: 0.5rem !important;
    padding: 0 !important;
}
#map .bottom-arrrow {
	position: absolute;
    right: 2rem;
	bottom: 2rem;
}
.filter li.product {
  width: auto!important;
  margin-right: 0!important;
}
@media screen and (max-width: 1000px){
	section.filter:not(.full-width) {
		flex-direction: column-reverse;
	}
	.map-filter-column .container .items-list {
		padding-bottom: 3rem;
	}
	.map-filter-column, .map-column {
		flex: 0 0 100%;
	}
	.map-column #map {
		height: 50rem;
	}
	.map-filter-column .container {
		height: auto;
	}
	section.filter .map-filter-column:after,
	section.filter .map-filter-column .bottom-arrrow.total {
		display: none;
	}
}
@media screen and (max-width: 768px){
	.filter ul.products li.product {
		width: auto!important;
		margin: 0 0 2.992em;
	}
}
@media screen and (min-width: 2020px) {
    .map-filter-column .container {
        margin-left: calc(50vw - 1010px);
        margin-right: calc(50vw - 1010px);
        width: auto;
    }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.3rem);
  }
}
