@charset "UTF-8";
/* CSS Document */


.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 0;
}

.leaflet-popup-content {
  margin: 5px !important;
}

.leaflet-popup--header {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.leaflet-popup--img {
  max-width: 100%;
}

.leaflet-popup--desc {
  display: block;
  padding: 0px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  margin-bottom: 0;
}

.leaflet-popup--button {
  text-align: center;
}

.margin-r-2 {
  margin-right: 6px;
}

.review_strip h4 {
  margin: unset;
  margin-bottom: 5px;
  text-align: center;
}

.review_strip .tags a {
  font-size: .875em;
	display:inline-block;
	margin:5px 4px 4px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#555;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
}
.review_strip .tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}
.post h4 {
  font-size: 16px;
}
.ml-unset {
  margin-left: unset;
}

a.link-white {
  color: #fff;
}
a.link-white:hover {
  color: #e14d67;
}
.map-right #map-big {
  height: 100vh;
  width: 100%;
}
.content-left {
  height: 100vh;
}
.back_to_list {
  visibility: hidden;
}

@media (max-width: 979px) {
  .back_to_list {
    visibility: visible;
    z-index: 400;
  }
}
.button_on_map {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  pointer-events: auto !important;
  width: 250px;
  text-align: center;
}
.download_gpx {
	position: relative;
	cursor: pointer;
	padding: 8px 10px 8px 33px;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -8px;
	display: block;
	border-top: 1px solid #ededed;
	font-weight: 500;
	font-size: 13px;
}

.download_gpx:before {
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	font-size: 14px;
	content: "\e846";
	color: #e04f67;
	position: absolute;
	left: 15px;
	top: 7px;
}

