@import "../css/MarkerCluster.css";

@import "../css/MarkerCluster.Default.css";
/* Don't edit this CSS file.  It's generated using lessc */
/* Swatches */
/* Global styles */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Navigation and header area */
body {
  padding-top: 25px;
}
.anchor {
  padding-top: 50px;
  margin-top: -50px;
}
a[name] {
  padding-top: 75px;
  margin-top: -75px;
  display: inline-block;
}
.navbar-header .navbar-brand {
  font-size: 0px;
  text-indent: -9999px;
  width: 16px;
  height: 25px;
  margin-top: 12px;
  margin-left: 12px;
  background: url(../img/oalogo_x_white.png) no-repeat top left;
}
header {
  background: url(../img/bg.jpg) no-repeat;
  background-position: 0px 50%;
  background-size: 100% auto;
  text-align: center;
}
header .container {
  display: none;
}
header a {
  display: block;
  width: 100%;
  height: 225px;
  max-width: 960px;
  font-size: 0px;
  text-indent: -9999px;
  background: url(../img/header_wide.png) no-repeat bottom center;
  background-size: 80%;
}
header .lead {
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  left: 0px;
  margin-top: 15px;
}
header .lead span {
  background-color: #ef5b23;
  color: white;
  padding: 0.4em;
  opacity: 0.9;
}
#github_ribbon {
  position: absolute;
  top: 3em;
  right: 0;
  border: 0;
  z-index: 1;
}
#video-header {
  background: url(../img/iconmonstr-video-5.png) no-repeat left center;
  background-size: 1em;
  padding-left: 1.5em;
}
.jumbotron {
  margin-bottom: 0;
}
#start form {
  border: none;
}
/* Bookmarklet popup */
#bookmarklet {
  display: none;
  position: fixed;
  top: 15px;
  right: 100px;
  z-index: 9999;
  padding: 10px;
  margin: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.slidetop {
  animation-name: swooshlet;
  -o-animation-name: swooshlet;
  -ms-animation-name: swooshlet;
  -moz-animation-name: swooshlet;
  -webkit-animation-name: swooshlet;
  animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes swooshlet {
  from {
    opacity: 0;
    top: 75px;
  }
  to {
    opacity: 1;
    top: 15px;
  }
}
@-moz-keyframes swooshlet {
  from {
    opacity: 0;
    top: 75px;
  }
  to {
    opacity: 1;
    top: 15px;
  }
}
@-ms-keyframes swooshlet {
  from {
    opacity: 0;
    top: 75px;
  }
  to {
    opacity: 1;
    top: 15px;
  }
}
@-o-keyframes swooshlet {
  from {
    opacity: 0;
    top: 75px;
  }
  to {
    opacity: 1;
    top: 15px;
  }
}
@keyframes swooshlet {
  from {
    opacity: 0;
    top: 75px;
  }
  to {
    opacity: 1;
    top: 15px;
  }
}
#form-bookmarklet .checkbox label {
  font-weight: 700;
}
#help-bookmarklet {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
  background: #eef;
  padding: 1em 1em 0.5em 1em;
}
.wedge-up {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 15px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  margin-top: -25px;
}
.modal-backdrop.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
/* Activity map */
#world,
#map {
  height: 500px;
  width: 100%;
  margin-top: -20px;
}
#world .underlay {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 84%;
  margin: 0 8%;
  padding: 1em 0;
  z-index: 99;
  background: #ffc425;
}
#world .underlay .lead {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#world .underlay p {
  padding: 0 1em;
  font-size: 110%;
}
#counter {
  font-weight: bold;
  font-size: 120%;
}
.thumbnail .caption {
  padding: 0px;
}
.thumbnail .caption p {
  font-size: 95%;
}
/* Content areas */
h2 {
  color: #494949;
  font-size: 40px;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
h3 {
  color: #555;
  font-size: 19px;
  text-align: center;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 1em;
}
h3.overline {
  border-top: 1px solid #aaa;
}
a[data-toggle] {
  cursor: pointer;
}
#intro,
#contribute,
#thanks {
  padding: 2em 3em;
}
#intro p,
#contribute p,
#thanks p {
  line-height: 1.7;
}
#intro .row,
#contribute .row,
#thanks .row {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  padding: 0 1.5em;
}
#intro .row.hilite-left,
#contribute .row.hilite-left,
#thanks .row.hilite-left {
  border-left: 7px solid #ef5b23;
}
#intro .row.hilite-right,
#contribute .row.hilite-right,
#thanks .row.hilite-right {
  border-right: 7px solid #ef5b23;
}
.panel-contribute {
  margin: 0;
  border: 0;
  padding-top: 5pt;
  text-align: center;
}
.panel-contribute .panel-body {
  max-width: 80%;
}
.panel-contribute .contribute-button {
  cursor: pointer;
  background-color: #eb1478;
  border: none;
  padding: 3px 13px;
  margin-left: 10pt;
  color: #fff;
}
.panel-contribute .contribute-button:hover {
  color: #fff;
  font-weight: bold;
}
/* Container colors */
#thanks {
  background: #ffd;
}
#intro,
#footer {
  background: #eee;
}
.buttons {
  margin-top: 2em;
  text-align: center;
}
.buttons a {
  text-decoration: none !important;
}
.buttons button {
  font-size: 20px;
  padding: 4px 10px;
  border-color: #444;
  color: #000;
  margin: 0 20px;
}
#contribute {
  background: #fff;
}
#thanks .team ul {
  text-align: left;
  list-style: none;
}
#thanks .team .thumbnails li {
  display: inline-block;
  margin: 0 2px;
}
#thanks .team .thumbnails .wedge-up {
  border-left-color: #ef5b23;
  margin-top: -19px;
}
#thanks .team .thumbnails .thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: inline-block;
}
#thanks .team .thumbnails .thumb img {
  width: 100%;
}
#thanks .team .thumbnails li:hover .thumb,
#thanks .team .thumbnails li.hover .thumb {
  opacity: 0.1;
}
#thanks .team .thumbnails li.right .caption {
  margin-left: -352px;
}
#thanks .team .thumbnails li.right .wedge-up {
  margin-left: 372px;
  border-left: none;
  border-right: 15px solid #ef5b23;
}
#thanks .team .thumbnails .caption {
  position: absolute;
  z-index: 99;
  margin: 0;
  width: 400px;
  height: 156px;
  max-width: 90%;
  padding: 4px;
  border: 2px solid #ef5b23;
  background: white;
  font-size: 20px;
}
#thanks .team .thumbnails .caption .name {
  font-size: 23px;
  font-weight: bold;
}
#thanks .team .thumbnails .caption p {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
}
#thanks .team .thumbnails .caption .large {
  height: 144px;
  max-width: 144px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
#thanks .team .thumbnails .caption .large img {
  height: 144px;
}
#thanks .team .thumbnails .caption .links {
  position: absolute;
  left: 144px;
  bottom: 5px;
}
#thanks .team .thumbnails .caption .web,
#thanks .team .thumbnails .caption .twitter {
  display: inline-block;
  width: auto;
  height: 24px;
  font-size: 18px;
  margin-left: 10px;
  padding-left: 27px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left;
}
#thanks .team .thumbnails .caption .web {
  background-image: url(../img/iconmonstr-globe-3.png);
}
#thanks .team .thumbnails .caption .twitter {
  background-image: url(../img/iconmonstr-twitter-4.png);
}
#thanks .team .thumbnails li .caption {
  display: none;
}
#thanks .team .thumbnails li:hover .caption,
#thanks .team .thumbnails li.hover .caption {
  display: block;
}
#thanks .orgs li {
  width: 25%;
  float: left;
}
#thanks .orgs p {
  display: block;
  clear: both;
  font-size: 15px;
  padding-top: 1em;
  text-align: center;
}
#footer {
  padding-top: 2em;
}
#footer .icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  position: relative;
  font-size: 0px;
  text-indent: -9999px;
  margin: 0 25px 0 0;
}
#footer .icon:hover {
  opacity: 0.5;
}
#footer .twitter {
  background-image: url(../img/webicon-twitter.png);
}
#footer .facebook {
  background-image: url(../img/webicon-facebook.png);
}
#footer .wordpress {
  background-image: url(../img/webicon-wordpress.png);
}
.license {
  font-size: 75%;
}
.license img {
  float: left;
  padding-top: 1.5em;
  padding-right: 1em;
}
/* Responsive styles */
@media screen and (max-width: 768px) {
  body {
    padding-top: 0px;
  }
  header a {
    background-size: 100%;
  }
  header .lead {
    font-size: 15px;
    position: relative;
  }
  .panel-contribute {
    margin-top: 1.5em;
  }
  .panel-contribute a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 520px) {
  header a {
    height: 110px;
    position: absolute;
    background-image: url(../img/header_needaccess.png);
  }
  header .lead {
    visibility: hidden;
  }
  #github_ribbon {
    display: none;
  }
}
.form-bookmarklet {
  /* max-width: 300px; */

  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form-bookmarklet .form-bookmarklet-heading,
.form-bookmarklet .checkbox {
  margin-bottom: 10px;
}
.form-bookmarklet input[type="text"],
.form-bookmarklet input[type="password"],
.form-bookmarklet select {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
  width: 100%;
}
.form-bookmarklet button {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
  clear: both;
  width: 100%;
}
