.section--map {
	padding: 0;
	position: relative;
	background-color: #141414;
}

.section--map-float-wrap {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0;
	z-index: 9;
}

.section--map-float-wrap-col {
	position: absolute;
	top: 150px;
	width: 100%;
}

@media (max-width:899px) {
	.section--map-float-wrap-col {
		position: relative;
		top: 0px;
		padding: 60px 1em 30px 1em;
	}
}

.section-map-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  min-height: 960px;
}

@media (max-width:1199px) {
  .section-map-wrap {
    min-height: 800px;
  }
}

@media (max-width:899px) {
  .section-map-wrap {
    min-height: 520px;
  }
}

.section-map-main {
  width: 100%;
  height: 100%;
	position: absolute !important;
}

.section-map-ticket {
  position: absolute;
  left: -9999px;
  top: -9999px;
  transform: translate3d(calc(-50% + 70px), -50%, 0);
  z-index: 10;
  width: 100%;
  max-width: 390px;
  background-color: #101010;
  opacity: 0;
  transition: opacity .2s, transform .2s;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width:599px) {
  .section-map-ticket {
    max-width: 290px
  }
}

.section-map-ticket--black {
	background-color: #eee;
	box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.35);
}

.section-map-ticket.is-active {
  top: 53.57%;
  left: 50%
}

.section-map-ticket.is-animated {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
	border: 2px solid #fff;
}

.section-map-ticket.section-map-ticket--black.is-animated {
	border-color: #000;
}

.section-map-ticket__header {
  background-color: #101010;
  padding: 23px 35px 16px 35px;
	border-bottom: 2px solid #fff;
}

@media (max-width:599px) {
  .section-map-ticket__header {
    padding: 30px 15px
  }
}

.section-map-ticket--black .section-map-ticket__header {
	border-color: #000;
	background-color: #eee;
}

.section-map-ticket__heading {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  padding-right: 50px;
}

.section-map-ticket--black .section-map-ticket__heading {
	color: #000;
}

.section-map-ticket__tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px
}

.section-map-ticket__tags-item {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #fff;
  margin-right: 9px;
  margin-top: 9px;
}

.section-map-ticket__content {
  padding: 0 35px 10px;
	color: #fff;
}

.section-map-ticket--black .section-map-ticket__content {
	color: #000;
}

.section-map-ticket__content strong {
	font-weight: 600;
}

@media (max-width:599px) {
  .section-map-ticket__content {
    padding: 0 15px 30px
  }
}

.section-map-ticket__content p {
  font-size: 17px;
  line-height: 1.3;
  margin-top: 25px;
}

.section-map-ticket__content p a {
  transition: color .2s
}

.section-map-ticket__content p a:hover {
  color: #00b4cd;
}

.section-map-ticket__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background-color: #101010;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: all .4s;
}

.section-map-ticket__close::after,
.section-map-ticket__close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: 0;
	width: 2px;
	height: 15px;
	transform-origin: 50% 50%;
	background-color: #fff;
}

.section-map-ticket__close::before {
  transform: rotate(45deg)
}

.section-map-ticket__close::after {
  transform: rotate(-45deg)
}

.section-map-ticket--black .section-map-ticket__close {
	border-color: #000;
	background-color: #eee;
}

.section-map-ticket--black .section-map-ticket__close::after,
.section-map-ticket--black .section-map-ticket__close::before {
	background-color: #000;
}

.section-map-ticket__close:hover,
.section-map-ticket__close:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.section-map-ticket--black .section-map-ticket__close:hover,
.section-map-ticket--black .section-map-ticket__close:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.section--map--select {
	max-width: 400px;
	margin-bottom: 0;
}

@media (max-width:899px) {
	.section--map--select {
		max-width: 100%;
	}
}
