.leaflet-sidebar {
  position: absolute;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  z-index: 5000; }
  .leaflet-sidebar.left {
	z-index: 5000;
    left: -500px;
transition-timing-function: linear;
    transition: left 1.0s, width 1.0s;
    padding-right: 0; }
    .leaflet-sidebar.left.visible {
      left: 0; }
  .leaflet-sidebar.right {
    right: -500px;
    transition: right 0.5s, width 0.5s;
    padding-left: 0; }
    .leaflet-sidebar.right.visible {
      right: 0; }
  .leaflet-sidebar > .leaflet-control {
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 4px;
    font-size: 1.1em;
    /*background: white;*/
	  background-color: rgba(214,210,196,0.5);
	  background-color: rgba(255,255,255,0.7);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .leaflet-touch .leaflet-sidebar > .leaflet-control {
      box-shadow: none;
      border: 2px solid rgba(0, 0, 0, 0.2);
      background-clip: padding-box; }
	  /*
  @media (max-width: 767px) {
	  */
  @media (max-width: 991px) {
    .leaflet-sidebar {
      width: 100%;
      padding: 0; }
      .leaflet-sidebar.left.visible ~ .leaflet-left {
        left: 100%; }
      .leaflet-sidebar.right.visible ~ .leaflet-right {
        right: 100%; }
      .leaflet-sidebar.left {
        left: -100%; }
        .leaflet-sidebar.left.visible {
          left: 0; }
      .leaflet-sidebar.right {
        right: -100%; }
        .leaflet-sidebar.right.visible {
          right: 0; }
      .leaflet-sidebar > .leaflet-control {
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0; }
        .leaflet-touch .leaflet-sidebar > .leaflet-control {
          border: 0; } }
		  /* remove width=250px; because not displaying well
  @media (min-width: 768px) and (max-width: 991px) {
    .leaflet-sidebar {
      width: 250px; }
      .leaflet-sidebar.left.visible ~ .leaflet-left {
        left: 250px; }
      .leaflet-sidebar.right.visible ~ .leaflet-right {
        right: 250px; } }
		*/
  @media (min-width: 992px) and (max-width: 1199px) {
    .leaflet-sidebar {
      width: 330px; }
      .leaflet-sidebar.left.visible ~ .leaflet-left {
        left: 330px; }
      .leaflet-sidebar.right.visible ~ .leaflet-right {
        right: 330px; } }
  @media (min-width: 1200px) {
    .leaflet-sidebar {
      width: 400px; }
      .leaflet-sidebar.left.visible ~ .leaflet-left {
        left: 400px; }
      .leaflet-sidebar.right.visible ~ .leaflet-right {
        right: 400px; } }
  .leaflet-sidebar .close {
	color: rgba(255,255,255,0.5) !important;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
	/*
    color: #333;
    background: white;
    -webkit-border-radius: 16px;
    border-radius: 16px;
	*/
    cursor: pointer;
    z-index: 3000; }

.leaflet-left {
transition-timing-function: linear;
  transition: left 1.0s; }

.leaflet-right {
  transition: right 1.0s; }
