html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  background: #f0f0f0; }

#osb-map-page-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  position: relative; }

#osb-map-wrapper {
  height: 100%;
  overflow: hidden; }

#osb-map-page-left, #osb-map-page-right {
  height: 100%;
  padding: 5px;
  display: block; }

#osb-map-page-left {
  float: none;
  width: auto;
  overflow: hidden; }

.osb-map-normal {
  width: 100%; }

#osb-map-wrapper.filter-x #osb-map-page-right {
  float: right;
  width: 300px;
  height: 100%; }
#osb-map-wrapper.filter-x #osb-map-filter-content {
  height: 80%;
  overflow: hidden; }
#osb-map-wrapper.filter-x .osb-filter-close {
  display: inline-block; }
#osb-map-wrapper.filter-x .osb-filter-open {
  display: none; }

#osb-map-wrapper.filter-y #osb-map-page-right {
  float: right;
  width: 60px;
  height: 100%; }
#osb-map-wrapper.filter-y #osb-map-filter-header {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  transform-origin: 100% 100%;
  right: 15px;
  white-space: nowrap; }
#osb-map-wrapper.filter-y #osb-map-filter-content {
  display: none; }
#osb-map-wrapper.filter-y .osb-filter-disc-open {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  transform-origin: 100% 100%; }
#osb-map-wrapper.filter-y .osb-filter-close {
  display: none; }
#osb-map-wrapper.filter-y .osb-filter-open {
  display: inline-block; }

.osb-long-title {
  display: inline-block; }

@media screen and (min-width: 381px) and (max-width: 800px) {
  #osb-map-wrapper.filter-x #osb-map-page-right {
    float: right;
    width: 60px;
    height: 100%; }
  #osb-map-wrapper.filter-x #osb-map-filter-header {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    transform-origin: 100% 100%;
    right: 15px;
    white-space: nowrap; }
  #osb-map-wrapper.filter-x #osb-map-filter-content {
    display: none; }

  #osb-map-wrapper.filter-y #osb-map-page-right {
    float: right;
    width: 300px;
    height: 100%; }
  #osb-map-wrapper.filter-y #osb-map-filter-header {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: inherit;
    display: block; }
  #osb-map-wrapper.filter-y #osb-map-filter-content {
    height: 80%;
    overflow: hidden;
    display: block; }

  .osb-long-title {
    display: inline-block; } }
@media screen and (max-width: 380px) {
  #osb-map-page-right {
    float: none;
    width: 98%;
    height: 60px; }

  #osb-map-wrapper.filter-x #osb-map-page-right {
    float: inherit;
    width: 100%;
    height: 60px; }
  #osb-map-wrapper.filter-x #osb-map-filter-header {
    text-align: center;
    font-size: 1em; }
  #osb-map-wrapper.filter-x #osb-map-filter-content {
    display: none; }

  #osb-map-wrapper.filter-y #osb-map-page-right {
    float: inherit;
    width: 100%;
    height: 100%; }
  #osb-map-wrapper.filter-y #osb-map-filter-header {
    text-align: center;
    font-size: 1em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: inherit;
    display: block; }
  #osb-map-wrapper.filter-y #osb-map-filter-content {
    display: block; }

  .osb-long-title {
    display: none; } }
@media screen and (max-width: 600px) {
  .osb-long-title {
    display: none; } }
.osb-map-filter-max {
  width: 300px; }

.osb-map-filter-min {
  width: 60px; }

.osb-map-filter-min > #osb-map-filter > #osb-map-filter-header {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  transform-origin: 100% 100%;
  right: 15px;
  white-space: nowrap; }

#osb-map-header {
  font-size: 1.8em;
  color: #ef7b05;
  height: 60px !important;
  line-height: 100px;
  font-weight: 400;
  margin-left: 10px; }

#osb-map-header-subtitle {
  font-size: smaller;
  font-style: italic; }

#osb-map {
  width: 100%;
  height: 70%;
  border: solid 2px #4c4c4c;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  z-index: 10; }

#osb-map-filter {
  background: #ef7b05;
  width: 100%;
  height: 70%;
  border: solid 2px #4c4c4c;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em; }

#osb-map-filter-header, #osb-map-filter-content {
  margin: 10px 20px 20px 20px;
  color: #fef3e8; }

#osb-map-filter-header {
  font-size: 1.4em; }
  #osb-map-filter-header p:hover {
    color: #000000; }

#osb-map-filter-content > p, #osb-selected-keyword-list > p {
  color: #000000;
  text-align: center;
  margin: 10px 0 10px 0;
  font-size: larger;
  font-weight: bold; }

#osb-blog-link {
  border: solid 2px #4c4c4c;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #333333;
  color: white;
  margin-top: 20px;
  height: 80px;
  bottom: 0;
  position: relative; }

.osb-popup-more {
  font-weight: bold;
  color: #ffffff; }
  .osb-popup-more a:link {
    text-decoration: none;
    color: #ffffff; }
  .osb-popup-more a:visited {
    text-decoration: none;
    color: #ffffff; }
  .osb-popup-more a:hover {
    text-decoration: underline;
    color: #ffffff; }
  .osb-popup-more a:active {
    text-decoration: none;
    color: #ffffff; }

.leaflet-container img.osb-img {
  width: 80%; }

.osb-map .leaflet-popup-content-wrapper {
  background: #dabd18;
  border-radius: 0;
  color: #3e4042;
  font-size: 16px;
  line-height: 24px; }
  .osb-map .leaflet-popup-content-wrapper h4 {
    font-weight: bold;
    color: #ffffff; }
    .osb-map .leaflet-popup-content-wrapper h4 a:link {
      text-decoration: none;
      color: #ffffff; }
    .osb-map .leaflet-popup-content-wrapper h4 a:visited {
      text-decoration: none;
      color: #ffffff; }
    .osb-map .leaflet-popup-content-wrapper h4 a:hover {
      text-decoration: underline;
      color: #ffffff; }
    .osb-map .leaflet-popup-content-wrapper h4 a:active {
      text-decoration: none;
      color: #ffffff; }
  .osb-map .leaflet-popup-content-wrapper img {
    width: 80%;
    text-align: center; }

.osb-map .leaflet-popup-content p {
  margin: 0; }

.osb-map .leaflet-popup-tip-container {
  width: 30px;
  height: 15px; }

.osb-map .leaflet-popup-tip {
  background: #dabd18; }

.osb-map a.leaflet-popup-close-button {
  color: #ffffff;
  font-size: 30px; }

#osb-map-filter-header {
  cursor: pointer; }

#osb-place-description {
  border: solid 2px #4c4c4c;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #ffffff;
  padding: 30px; }
  #osb-place-description span {
    text-align: right; }
  #osb-place-description h3 {
    font-size: 1.5em;
    font-weight: bold; }
  #osb-place-description img {
    max-width: 100%;
    height: auto;
    width: auto; }
  #osb-place-description p {
    margin: 10px 0 0 0; }

.osb-img-desc-wrapper {
  margin: 10px; }

.osb-desc-close-wrapper {
  float: right; }

.osb-desc-close {
  font-weight: bold; }

#osb-place-description-content h3 {
  margin: 10px 0 10px 0; }
#osb-place-description-content strong {
  font-weight: bold; }

#osb-place-media h4 {
  margin: 10px 0 10px 0;
  font-weight: bold; }

#osb-layer-list {
  text-align: center;
  font-size: 1.1em; }
  #osb-layer-list ul {
    list-style: none; }
    #osb-layer-list ul li {
      display: inline-block;
      margin: 5px 15px 5px 0; }
      #osb-layer-list ul li a:link {
        text-decoration: none;
        color: #ffffff; }
      #osb-layer-list ul li a:visited {
        text-decoration: none;
        color: #ffffff; }
      #osb-layer-list ul li a:hover {
        text-decoration: underline;
        color: #ffffff; }
      #osb-layer-list ul li a:active {
        text-decoration: none;
        color: #ffffff; }

#osb-keyword-list {
  overflow-y: scroll;
  height: 60%; }
  #osb-keyword-list ul li {
    display: inline-block;
    padding: 5px; }
    #osb-keyword-list ul li a {
      text-decoration: none;
      border-bottom: 1px dotted; }

#osb-places-total, #osb-selected-keyword-list {
  margin: 10px 0 10px 0;
  text-align: center; }

#osb-selected-keyword-list {
  text-align: center; }
  #osb-selected-keyword-list ul li {
    display: inline-block;
    padding-right: 10px; }

.osb-tag-a {
  font-size: 0.8em; }

.osb-tag-b {
  font-size: 0.9em; }

.osb-tag-c {
  font-size: 1.2em;
  font-weight: bold; }

.osb-tag-d {
  font-size: 1.6em;
  font-weight: bold; }

.spinner {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  /* Rounds out the halo */
  opacity: .7;
  /* Some subtle opacity to help blend with variable background colors */
  display: inline-block; }

.spinner.medium {
  height: 31px;
  width: 31px;
  background: url("../image/spiffygif_30x30.gif"); }

.spinner.medium_wbg {
  height: 31px;
  width: 31px;
  background: url("../image/spiffygif_30x30_wbg.gif"); }

#osb-place-details {
  margin: 10px; }

.osb-place-details > .spinner {
  text-align: center; }

.osb-place-details-img {
  text-align: center; }

audio, video {
  max-width: 100%; }

#osb-layer-list {
  text-align: center;
  font-size: 1.1em; }
  #osb-layer-list ul {
    list-style: none; }
    #osb-layer-list ul li {
      display: inline-block;
      margin: 5px 15px 5px 0; }
      #osb-layer-list ul li a:link {
        border-bottom: dotted 1px; }
      #osb-layer-list ul li a:visited {
        border-bottom: dotted 1px; }
      #osb-layer-list ul li a:hover {
        border-bottom: solid 1px;
        text-decoration: none; }
      #osb-layer-list ul li a:active {
        border-bottom: dotted 1px; }
      #osb-layer-list ul li a.osb-selected-layer:link {
        border-bottom: none; }
      #osb-layer-list ul li a.osb-selected-layer:visited {
        border-bottom: none; }
      #osb-layer-list ul li a.osb-selected-layer:hover {
        border-bottom: solid 1px; }
      #osb-layer-list ul li a.osb-selected-layer:active {
        border-bottom: none; }

#osb-map-filter-header > p {
  margin-bottom: 0; }

#osb-layer-list > ul {
  margin: 0;
  padding: 0; }

#osb-places-total > p {
  margin-bottom: 0;
  text-align: center; }

#osb-keyword-list > ul {
  margin: 0;
  padding: 0; }

#osb-selected-keyword-list > ul {
  margin: 0;
  padding: 0; }

article.page {
  background: #f0f0f0 !important;
  border: 0 !important; }

#osb-map-toggle.osb-map-min {
  background: url("../image/plus-square.png") center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

#osb-map-toggle.osb-map-max {
  background: url("../image/minus-square.png") center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.osb-max-expand {
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  z-index: 200;
  height: 100% !important;
  overflow-y: scroll !important; }

#osb-contribute-map {
  padding: 5px 0; }

.osb-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #dabd18 !important;
  padding: 5px;
  color: #000000 !important; }

#osb-map-description {
  padding: 0 0 0 10px; }

#osb-logo ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #osb-logo ul li {
    display: inline;
    margin-right: 20px; }
