@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #00163f;
  text-decoration: none;
}
a img {
  border: none;
}
button,
nav.switch-layer {
  background: white;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  transition: background .2s linear;
  transition: background 0.2s linear, box-shadow 0.1s ease-in-out, color 0.2s linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
button:hover,
nav.switch-layer:hover {
  background: #F4F4F4;
}
button i.fa,
nav.switch-layer i.fa {
  margin-right: 5px;
}
.layer.controls nav.switch-layer {
  display: none;
}
.layer.controls .show-layers {
  color: #888;
  width: 40px;
}
.layer.controls .show-layers > label {
  display: none;
}
.layer.controls.activated nav.switch-layer {
  display: block;
}
.layer.controls.activated .show-layers {
  color: #00163f;
}
nav.switch-layer {
  position: relative;
  background: #F8F8F8;
  color: #BBB;
  transition: background .2s linear, color .2s linear;
}
nav.switch-layer .key {
  display: block;
  overflow: hidden;
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
}
@media (max-width: 480px) {
  nav.switch-layer .key {
    font-size: 11px;
  }
}
nav.switch-layer .key .key-box {
  opacity: 1;
}
nav.switch-layer .key .wilson {
  color: #0b486b;
}
nav.switch-layer .key .sherman {
  color: #3b8686;
}
nav.switch-layer .key .lynch {
  color: #79bd9a;
}
nav.switch-layer .key .thomas {
  color: #cff09e;
}
nav.switch-layer .key .other {
  color: #848481;
}
nav.switch-layer .key .thirty {
  color: #00163f;
}
nav.switch-layer .key .twenty {
  color: #23395d;
}
nav.switch-layer .key .ten {
  color: #465c7b;
}
nav.switch-layer .key .five {
  color: #697f99;
}
nav.switch-layer .key .three {
  color: #8ca2b7;
}
nav.switch-layer .key .two {
  color: #afc5d5;
}
nav.switch-layer .key .one {
  color: #d2e8f3;
}
nav.switch-layer .key .green-featured {
  color: #1dd83c;
}
nav.switch-layer .key .blue-all {
  color: #00163f;
}
nav.switch-layer.active {
  border-top: 4px solid #00163f;
  background: white;
  color: #00163f;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
nav.switch-layer.active .key {
  max-height: 300px;
}
nav.switch-layer.active .current {
  display: none;
}
nav.switch-layer .wait {
  opacity: 0;
  transition: opacity .5s linear;
  position: absolute;
  top: 8px;
  right: 8px;
}
nav.switch-layer.loading .wait {
  opacity: 1;
}
nav.switch-layer.loading .current {
  display: none;
}
nav.switch-layer .current {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
}
.overlay {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  transition: background .2s linear;
}
@media (max-width: 480px) {
  .overlay {
    position: relative;
  }
}
.overlay .modal {
  position: relative;
  display: block;
  top: 100px;
  margin: auto;
  width: 800px;
  max-width: 100%;
  padding: 20px;
  border-radius: 4px;
  background: #00163f;
  color: white;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-700px);
  transform: translateY(-700px);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .overlay .modal {
    top: 10px;
  }
}
.overlay .modal .ad {
  text-align: center;
  margin: 20px auto 0px;
}
.overlay .modal .close {
  position: absolute;
  top: 0px;
  right: 4px;
  cursor: pointer;
  font-size: 36px;
  color: #a5a7af;
}
.overlay .modal .close:hover {
  color: #c0c1c7;
}
.overlay.visible {
  background: rgba(0, 0, 0, 0.8);
}
.overlay.visible .modal {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.overlay.show {
  display: block;
}
.accent {
  color: #1dd83c;
}
.gray-accent {
  color: #a5a7af;
}
.blue-accent {
  color: #00163f;
}
nav.top {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #CCC;
}
nav.top a.logo {
  height: 30px;
  float: left;
  margin: 5px;
}
nav.top a.logo img {
  max-width: 160px;
}
nav.top .sponsorship {
  height: 40px;
  float: left;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
nav.top .sponsorship span.accent {
  float: left;
  margin-left: 5px;
}
@media (max-width: 480px) {
  nav.top .sponsorship span.accent {
    display: none;
  }
}
nav.top .sponsorship #adtopright {
  display: inline-block;
  float: left;
  height: 40px;
  padding-top: 4px;
}
@media (max-width: 320px) {
  nav.top .sponsorship #adtopright {
    display: none;
  }
}
nav.top .share {
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 999;
  line-height: 100%;
}
@media (max-width: 480px) {
  nav.top .share {
    right: 0px;
  }
}
nav.top .share.sharer-0 label {
  background: none;
  color: #222222;
}
.map-container {
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  position: fixed;
}
.controls {
  position: fixed;
  z-index: 9999;
  bottom: 8px;
  max-width: 45%;
}
.controls i.fa {
  margin-right: 0px;
}
.controls.toggle {
  right: 8px;
}
@media (max-width: 480px) {
  .controls.toggle {
    width: 40px;
  }
  .controls.toggle label {
    display: none;
  }
}
.controls.layer {
  left: 8px;
}
.controls button,
.controls nav.switch-layer {
  margin: 4px 0px 8px;
  display: block;
  width: 200px;
  max-width: 100%;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 480px) {
  .controls button,
  .controls nav.switch-layer {
    font-size: 14px;
  }
}
.controls .show-form {
  background: #00163f;
  color: #1dd83c;
}
.form-panel,
.response-panel {
  position: relative;
  width: 320px;
  border: 1px solid #CCC;
  background: white;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transition: -webkit-transform 0.2s ease-in-out, box-shadow 0.2s linear;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s linear;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  z-index: 99999;
  box-shadow: -8px 0 8px transparent;
}
.ie9 .form-panel,
.ie9 .response-panel {
  right: -320px;
  transition: left 0.2s ease-in-out;
}
.ie9 .form-panel.show,
.ie9 .response-panel.show {
  right: 0px;
}
.form-panel.show,
.response-panel.show {
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media (max-width: 480px) {
  .form-panel.show,
  .response-panel.show {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.modal .logo {
  text-align: center;
  display: block;
}
.modal .logo img {
  height: 30px;
}
.modal h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.modal p {
  line-height: 1.5;
  font-size: 1.2em;
}
.modal .add-yourself-tease {
  border: 1px solid #28292d;
  white-space: nowrap;
  padding: 4px 6px;
  border-radius: 4px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.modal .small-print {
  font-size: 12px;
  color: #a5a7af;
}
.modal .credits {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #a5a7af;
}
.modal .credits li {
  margin-bottom: 4px;
}
.modal .credits li a {
  color: #a5a7af;
}
@media (max-width: 480px) {
  .modal .credits li {
    display: list-item;
  }
}
.location-input {
  margin: 5px 0 15px 0;
  white-space: nowrap;
}
.location-input [name=location] {
  width: calc(100% - 34px);
  display: inline-block;
  margin: 0;
}
.location-input .geolocate {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 0;
  vertical-align: top;
}
.location-input .location-preview {
  width: 300px;
  height: 0;
  transition: height 0.2s ease-in-out;
}
.location-input.searching .geolocate {
  color: yellow;
}
.location-input.located .geolocate {
  color: #1dd83c;
}
.location-input.located .location-preview {
  height: 300px;
}
.autocomplete {
  padding-bottom: 8px;
}
.autocomplete input.view {
  margin-bottom: 0;
}
.autocomplete .dropdown {
  position: absolute;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 30px);
  background: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 999;
}
.autocomplete .dropdown li {
  padding: 8px;
  cursor: pointer;
}
.autocomplete .dropdown li.selected,
.autocomplete .dropdown li:hover {
  background: #EEE;
}
.radio-unit {
  margin: 5px 0 15px 0;
}
.radio-unit input[type=radio],
.radio-unit input[type=checkbox] {
  display: none;
  padding: 0;
}
.radio-unit input[type=radio] + label,
.radio-unit input[type=checkbox] + label {
  display: block;
}
.radio-unit input[type=radio] + label::before,
.radio-unit input[type=checkbox] + label::before {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
  font-size: 20px;
  margin-right: 4px;
}
.radio-unit input[type=radio]:checked + label::before,
.radio-unit input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #000816;
}
.radio-unit input[type=radio] + label {
  width: 49%;
  display: inline-block;
}
.form-panel {
  padding: 10px 15px;
  font-size: 14px;
}
.form-panel .close-button {
  position: absolute;
  font-size: 36px;
  z-index: 999;
  right: 8px;
  top: 8px;
  cursor: pointer;
  color: #a5a7af;
}
.form-panel .close-button:hover {
  color: #c0c1c7;
}
.form-panel h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 26px;
}
.form-panel .chatter {
  margin-top: 0;
}
.form-panel h3 {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
}
.form-panel input,
.form-panel select,
.form-panel textarea {
  display: block;
  margin: 5px 0 15px 0;
  width: 100%;
}
.form-panel input,
.form-panel textarea {
  border: 1px solid #CCC;
  font-size: 1em;
  padding: 6px;
}
.form-panel textarea {
  min-height: 50px;
}
.form-panel button {
  border: none;
  width: 100%;
  background: #00163f;
  color: white;
  transition: box-shadow 0.2s ease-in-out, background 0.2s linear;
  font-weight: bold;
}
.form-panel button .fa {
  margin: 0;
}
.form-panel button:hover {
  background: #18b432;
}
.form-panel button[disabled] {
  opacity: .4;
  color: #888;
}
.form-panel .note-length {
  color: #888;
  text-align: right;
}
.form-panel .note-length .over {
  color: #800;
}
.form-panel small {
  display: inline-block;
  color: #888;
  font-size: 0.8em;
}
.form-panel .radio-unit {
  margin: 5px 0 15px 0;
}
.form-panel .submit {
  font-size: 0.9em;
  padding: 8px;
}
.form-panel .submission {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.form-panel .error {
  border-radius: 4px;
  background: #822;
  color: white;
  text-align: center;
  margin: 8px 0;
  padding: 8px;
  display: none;
}
.form-panel.invalid .validation.error {
  display: block;
}
.form-panel .ui {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}
.form-panel .ui .when-sent {
  display: none;
  padding: 15px;
}
.form-panel .ui .when-sent button {
  margin-top: 1em;
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px;
}
.form-panel .ui .message {
  display: block;
  padding: 14px;
  text-align: center;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  background: #404248;
  width: 100%;
  margin-bottom: 10px;
  transition: background .5s linear, color .5s linear;
}
.form-panel.sending .ui,
.form-panel.sent .ui {
  display: block;
}
.form-panel.sent .ui {
  background: white;
}
.form-panel.sent .when-sent {
  display: block;
}
.form-panel.sent .message {
  background: #7d7f8b;
}
.map-container .zoom-ui {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 100%;
}
.map-container .zoom-ui button {
  white-space: nowrap;
  margin-right: 4px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .map-container .zoom-ui button {
    font-size: 12px;
    width: 40%;
  }
  .map-container .zoom-ui button.desktop {
    display: none;
  }
}
.fan-map {
  width: 100%;
  height: 100%;
}
.fan-icon {
  background-color: rgba(29, 216, 60, 0.8);
  color: #00163f;
  width: 15px;
  height: 15px;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 15px;
  border-width: 4px;
  border-style: solid;
  border-color: #00163f;
}
@media (max-width: 480px) {
  .fan-icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
  }
}
.fan-icon .fa {
  position: absolute;
  left: 0;
  top: 0;
}
.marker-cluster {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 22, 63, 0.95);
  color: white;
  border-radius: 100%;
}
.marker-cluster.medium {
  background: rgba(0, 22, 63, 0.9);
  line-height: 50px;
}
.marker-cluster.large {
  background: rgba(0, 22, 63, 0.85);
  line-height: 60px;
}
.featured {
  color: rgba(29, 216, 60, 0.95);
  text-shadow: 0 0 3px #00163f;
  font-size: 18px;
}
.featured i.fa {
  position: absolute;
}
.fan-popup .leaflet-popup-content {
  text-align: center;
}
.fan-popup .leaflet-popup-scrolled {
  border: 0;
}
.response-panel {
  padding: 0 20px;
  font-size: 14px;
}
.response-panel .close {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 24px;
  cursor: pointer;
}
.response-panel h1.headline {
  font-family: 'Oswald', sans-serif;
  margin: 0;
}
.response-panel .content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  max-height: calc(100% - 80px);
}
.response-panel .content h1 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  margin: 2px 0 0 0;
}
.response-panel .content .list {
  margin: 0;
  padding: 0;
}
.response-panel .content .list li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.response-panel .content .list li .feature-label {
  color: #1ac236;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}
.response-panel .content .list li .season-ticket {
  background-color: #70737e;
  color: white;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
}
.response-panel .content .list li .season-ticket i {
  font-size: 1.2em;
}
.response-panel .content .list li:last-child {
  border-bottom: none;
}
.response-panel .content .list li label {
  font-weight: bold;
}
.response-panel .content .list li p {
  margin: 2px 0;
  line-height: 1.4em;
  font-size: 1.2em;
}
.response-panel .content .list li .note {
  position: relative;
  display: block;
  margin: 1em 0;
  line-height: 1.5;
}
.response-panel .content .list li .note .fa-quote-left,
.response-panel .content .list li .note .fa-quote-right {
  font-size: 20px;
  position: absolute;
  color: rgba(165, 167, 175, 0.5);
}
.response-panel .content .list li .note .fa-quote-left {
  left: -12px;
}
.response-panel .content .list li .note .fa-quote-right {
  bottom: -10px;
  right: 10px;
}
.response-panel .content .list li .note .content {
  z-index: 2;
}
.stats-popup {
  width: 200px;
}
.stats-popup h2 {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.stats-popup label {
  font-weight: bold;
  text-transform: uppercase;
}
.stats-popup .stats-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.stats-popup .stats-list li {
  padding-bottom: 4px;
}
.stats-popup .player-list {
  list-style-position: inside;
  padding: 4px 0 0 8px;
  margin: 0;
}
/* 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;
	}
.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;
	}

