/* Minification failed. Returning unminified contents.
(703,47): run-time error CSS1033: Expected closing bracket, found 'i'
(703,48): run-time error CSS1031: Expected selector, found ']'
(703,48): run-time error CSS1025: Expected comma or open brace, found ']'
(722,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* Minification failed. Returning unminified contents.
(697,47): run-time error CSS1033: Expected closing bracket, found 'i'
(697,48): run-time error CSS1031: Expected selector, found ']'
(697,48): run-time error CSS1025: Expected comma or open brace, found ']'
(716,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.mapCanvas {
  height: 100%;
}

.stena-map-widget form {
  position: initial;
  height: initial;
}

.stena-map-widget .design-controls {
  background-color: #ddd;
  color: #ccc;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: sans-serif;
}

.stena-map-widget fieldset legend {
  color: #ccc;
}

.stena-map-widget .design-controls input, .stena-map-widget .design-controls select {
  color: #fff;
  background-color: #666;
  border: 1px solid #888;
}

.stena-map-widget .ribbon {
  float: right;
  opacity: 0.5;
  background-color: #a00;
  overflow: hidden;
  white-space: nowrap;
}

.stena-map-widget .ribbon span {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.stena-map-widget .toggle-design-controls {
  height: 25px;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  cursor: pointer;
  font-size: 25px;
}

.stena-map-widget .design-controls.min {
  height: 25px;
  width: 35px;
  overflow: hidden;
  top: 0;
}

.stena-map-widget .design-controls {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition:    all 0.5s ease-out;
  -o-transition:      all 0.5s ease-out;
  transition:         all 0.5s ease-out;
  position: relative;
  background-color: #333;
  z-index: 9999;
  opacity: 0.8;
}

.stena-map-widget .design-controls.max {
  top: 0;
  height: 100%;
  width: 270px;
}

.stena-map-widget .design-controls fieldset {
  margin: 10px 4px 10px 4px;
  border: solid 1px #888;
  color: #eee;
}

.stena-map-widget .options {
  height: 92%;
  overflow-x: hidden;
  overflow-y: auto;
}

.stena-map-widget {
  height: 100%;
  position: relative;
}

.stena-map-widget .map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.stena-map-widget .toggle {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 180px;
}

.stena-map-widget .search input {
  width: 100%;
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:         border-box;
  display: block;
  outline: none;
}

.stena-map-widget .center-position, .stena-map-widget .marker-position {
  border: 1px solid #ddd;
  width: 100%;
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:         border-box;
  padding: 4px;
  display: block;
  border: 1px solid #ddd;
  opacity: 0.4px;
  outline: none;
}

.stena-map-widget select {
  margin-left: 10px;
  width: 130px;
}

.stena-map-widget input.styles {
  margin-left: 10px;
  width: 130px;
}

.stena-map-widget label {
  clear: both;
  float: left;
  padding: 10px;
  font-weight: bold;
}

.stena-map-widget .search input[type="search" i]::-webkit-search-results-decoration {
  margin: 0 8px 0 0;
}

.stena-map-widget input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 8px;
}

.stena-map-widget .status-widget {
  position: fixed;
  text-align: center;
  padding: 10px;
  left: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  z-index: 9999999;
  font-size: 18px;
  transition: all
  -webkit-transition: all 0.5s ease-out;
  -moz-transition:    all 0.5s ease-out;
  -o-transition:      all 0.5s ease-out;
  transition:         all 0.5s ease-out;
  top: -100px;
}

.stena-map-widget .status-widget-success {
  top: 0;
  background: rgb(149, 197, 149);
}

.stena-map-widget .status-widget-error {
  top: 0;
  background: rgb(219, 146, 152);
}

.stena-map-widget h3, .stena-map-widget .h3 {
  font-size: 1.5em;
}

.stena-map-widget .infobox {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 0  8px #000;
  box-shadow: 0 0 8px #000;
  background: #fff;
  float: left;
  width: 300px;
}

.stena-map-widget .infobox.infobox-tooltip {
  width: 180px;
}

.stena-map-widget .infobox img {
  max-width: 280px !important;
}

.stena-map-widget .infobox.infobox-tooltip img {
  max-width: 160px !important;
}

.stena-map-widget .infobox-header {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  font-family: "Stena Sans";
  text-transform: uppercase;
}

.stena-map-widget .infobox-content {
  font-family: "arial","arial","helvetica",sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px 0 10px;
  color: #737373;
}

.stena-map-widget .infobox-label {
  font-size: 10px;
  text-align: right;
  padding: 0px 4px 0;
  color: #aaa;
  font-style: italic;
}

.stena-map-widget .infobox-content.link {
  text-align: right;
  padding: 10px 12px 10px 0;
}

.stena-map-widget .stenalight-blue {
  background: #2864cb;
}

.stena-map-widget .arrow-box {
	position: relative;
}

.stena-map-widget .arrow-box:after, .stena-map-widget.arrow-box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stena-map-widget .arrow-box:after {
	border-color: rgba(203, 213, 60, 0);
	border-bottom-color: #2864cb;
	border-width: 8px;
	margin-left: -8px;
}

.stena-map-widget .arrow-box:before {
	border-color: rgba(112, 245, 71, 0);
	border-bottom-color: #2864cb;
	border-width: 14px;
	margin-left: -14px;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 4px !important;
}

.leaflet-popup-content {
    margin: 0 !important;
    line-height: inherit !important;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/assets/img/leaflet/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-control-layers-toggle {
    background-image: url(/assets/img/leaflet/layers.png);
    width: 36px;
    height: 36px;
}

.marker {
  background: url(/assets/img/sprite.png) no-repeat top left;
  width: 30px;
  height: 40px;
}

.marker.route {
  background-position: -32px -469px;
}

.stena-map-widget .infobox-wrapper {
    display: block !important;
}

.leaflet-container a.leaflet-popup-close-button {
  font-size: 24px;
  color: white;
}

.stena-map-widget .box {
  margin-top: -9px;
}

.stena-map-widget .map-no-interaction {
  cursor: pointer !important;
}

.stena-map-widget input[type=search] {
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;

}

.stena-map-widget .weather-control {
  background-color: white;
  width: 180px;
}

.stena-map-widget .weather-control ul {
  list-style-image: none;
  overflow: hidden;
  transition: max-height ease-out 0.5s;
  max-height: 800px
}

.stena-map-widget .weather-control ul.collapsed {
  max-height: 0;
}

.stena-map-widget .selected {
  background-color: #eee;
}

.stena-map-widget ul.category-list {
  border: 1px solid #efefef;
}

.stena-map-widget .category-list li {
  display: inline-block;
  width: 50%;
}

.stena-map-widget .category-list a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.stena-map-widget .weather-control .time-list a, .stena-map-widget .weather-control .expand-collapse {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding-left: 12px;
  box-sizing: border-box;
}

.stena-map-widget .weather-control .expand-indicator {
  display: inline-block;
  float: right;
  padding-right: 8px;
  font-size: 18px;
}

.stena-map-widget .weather-control .collapsed .expand-indicator:after {
  transform: rotate(0);
}

.stena-map-widget .weather-control .expand-indicator:after {
  display: inline-block;
  transition: transform ease 0.5s;
  transform: rotate(-90deg);
  content: '\00bb';
}

.stena-map-widget .infobox-content dl {
  margin-bottom: 0;
  padding-bottom: 16px;
  min-width: 180px;
}

.stena-map-widget .infobox-content dt {
  clear: left;
  float: left;
}

.stena-map-widget .infobox-content dd {
  font-weight: bold;
  margin: 0;
  text-align: right;
}

.stena-map-widget .overlay-pane {
  z-index: 1000;
}

.stena-map-widget .overlay-popup, .stena-map-widget .overlay-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stena-map-widget .overlay-popup .leaflet-popup-content-wrapper, .stena-map-widget .overlay-popup .leaflet-popup-content {
  height: 100%;
}

.stena-map-widget .overlay-popup .infobox {
  width: 100%;
  height: 100%;
}

.stena-map-widget .map-static-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: none;
}

.stena-map-widget .marker-cluster {
  background-color: none;
}

.stena-map-widget .marker-cluster span {
  display: block;
  position: relative;
  top: -45px;
  left: 18px;
  width: 18px;
  height: 18px;
  line-height: 1.4;
  border-radius: 50%;
  background-color: #2864cb;
  color: white;
  font-weight: bold;
}

.stena-map-widget .leaflet-container a.leaflet-popup-close-button {
  top: 6px;
  right: 2px;
}

.stena-map-widget-placeholder .spinner {
  z-index: 900;
  display: none;
}
.stena-map-widget-placeholder.loading .spinner {
  display: inline-block;
  margin-left: 20px;
}
.stena-map-widget-placeholder .close {
  position: fixed;
  top: 2px;
  right: 2px;
  height: 24px;
  width: 24px;
  z-index: 300;
  display: none;
  background-color: #666;
  cursor: pointer;
}
.stena-map-widget-placeholder .close span {
  display: block;
  background: url("/assets/img/sprite.png") no-repeat;
  background-position: -128px -224px;
  height: 20px;
  width: 20px;
  position: relative;
  top: 6px;
  left: 6px;
}
.stena-map-widget-placeholder.full-screen .close {
  display: block;
}
.stena-map-widget-placeholder.full-screen .stena-map-widget{
  position: fixed;
  height: calc(100% - 95px);
  width: calc(100% - 55px);
  top: 25px;
  left: 25px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  background: none;
}
.stena-map-widget-placeholder .full-screen .map {
  height: 100%;
}
.stena-map-widget-placeholder .full-screen .route-list-container {
  right: 10px;
}
.stena-map-widget-placeholder .map {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background: white;
  z-index: 1;
}
.stena-map-widget-placeholder .infobox-wrapper {
  display: none;
}
.stena-map-widget-placeholder .tip-left {
  background: url("/assets/img/sprite.png") no-repeat;
  background-position: -293px -259px;
  height: 24px;
  width: 28px;
  position: absolute;
  left: -11px;
  top: 0;
  z-index: 10;
  display: block;
}
.stena-map-widget-placeholder .tip-up {
  background: url("/assets/img/sprite.png") no-repeat;
  background-position: 0 -512px;
  height: 13px;
  width: 28px;
  z-index: 100;
  position: absolute;
  left: 126px;
  top: -4px;
}
.stena-map-widget-placeholder .box {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 0 8px black;
  box-shadow: 0 0 8px black;
  margin-top: -19px;
  background: white;
  float: left;
  width: 300px;
}
.stena-map-widget-placeholder .box .spot-header {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  color: white;
  font-family: "Stena Sans";
  padding: 10px;
  text-shadow: 0px 1px 0px #042258;
  text-transform: uppercase;
}
.stena-map-widget-placeholder .box .spot-content {
  font-family: "arial", "arial", "helvetica", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  color: #737373;
}
.stena-map-widget-placeholder .box .legend {
  padding: 0 10px 0 10px;
}
.stena-map-widget-placeholder .box .book-now-link {
  float: right;
  clear: both;
  padding: 10px 10px 10px 0;
}
.stena-map-widget-placeholder .route-list-container {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
}
.stena-map-widget-placeholder .route-list {
  max-width: 300px;
}
.stena-map-widget-placeholder .route-list li {
  width: 162px;
  text-align: left;
}
.stena-map-widget-placeholder .route-list li.stenablue-light {
  text-shadow: 0px 1px 0px #042258;
}
.stena-map-widget-placeholder .btn {
  overflow: visible;
}
.stena-map-widget-placeholder .btn-continue {
  border-bottom: none;
}
.stena-map-widget-placeholder .btn-continue:last-child {
  border: 1px solid #b0b0b0;
}
.stena-map-widget-placeholder .stenalight-blue {
  background: #2864cb;
}
.stena-map-widget-placeholder.span100, .stena-map-widget-placeholder.spanfullwidth {
  width: 640px;
  height: 480px;
}
.stena-map-widget-placeholder.span67 {
  width: 420px;
  height: 315px;
}
.stena-map-widget-placeholder.span50 {
  width: 310px;
  height: 217px;
}
.stena-map-widget-placeholder.span33 {
  width: 200px;
  height: 140px;
}

.stena-map-widget-placeholder.span100 .thumbnail, .stena-map-widget-placeholder.spanfullwidth .thumbnail{
  width: 640px;
  height: 480px;
}
.stena-map-widget-placeholder.span67 .thumbnail{
  width: 420px;
  height: 315px;
}
.stena-map-widget-placeholder.span50 .thumbnail{
  width: 310px;
  height: 217px;
}
.stena-map-widget-placeholder.span33 .thumbnail{
  width: 200px;
  height: 140px;
}

.stena-map-widget-placeholder {
  margin-bottom: 40px;
}

.stena-map-widget-placeholder .static-overlay {
  position: absolute !important;
}

@media only screen and (max-width: 800px) /*@breakpoint-below-desktop*/ {
    .stena-map-widget-placeholder.box-wide.span100,
    .stena-map-widget-placeholder.span100 {
        height: 315px !important;
    }
}

@media only screen and (max-width: 599px) /*@breakpoint-phone*/ {
    .stena-map-widget-placeholder.box-wide.span100,
    .stena-map-widget-placeholder.box-wide.span67,
    .stena-map-widget-placeholder.box-wide.span50,
    .stena-map-widget-placeholder.box-wide.span33,
    .stena-map-widget-placeholder.span100,
    .stena-map-widget-placeholder.span67,
    .stena-map-widget-placeholder.span50,
    .stena-map-widget-placeholder.span33 {
        height: 219px !important;
    }
}
