@import url(https://fonts.googleapis.com/css?family=Hammersmith+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
.box-shadow, .thumbnails-container figure img, .carousel-container img, .snapshot-container .snapshot-item img, .timelapse-container figure {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75); }

.title-shadow, .title-container h1, .archive-selector-container h3, .snapshot-container h3, .timelapse-selector-container h3, h2, .forecast-container h3 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }

header.main {
  text-align: center;
  background-color: white;
  padding: 10px;
  border-bottom: 8px solid #f8f8f8; }
  header.main img.wl-logo {
    display: inline;
    height: 150px; }
  header.main img.bloom-logo {
    display: inline;
    height: 50px; }
  header.main .left {
    text-align: left; }
    @media (max-width: 768px) {
      header.main .left {
        text-align: center; } }
  header.main .right {
    text-align: center; }
    header.main .right p {
      margin-top: 30px;
      font-size: 12px; }

* {
  font-family: "Open Sans", Arial, helvetica, Sans Serif; }

h1, h2, h3, h4, h5 {
  font-family: "Hammersmith One", Arial, helvetica, Sans Serif;
  color: #3c8fd3; }

.label-icon {
  font-size: 1em; }

.text-justify {
  text-align: justify; }

html, body {
  height: 100%; }

.btn-wl {
  background-color: #66a7dc;
  color: white;
  text-transform: uppercase; }

.btn-link {
  background-color: white;
  color: #66a7dc;
  padding: 8px;
  font-weight: bold;
  margin: 4px; }
  .btn-link:hover {
    background-color: #f8f8f8; }

.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
  margin-right: -4px; }

.dashed-container {
  padding: 20px 0;
  border-top: 5px solid white;
  border-bottom: 5px solid white; }

.title-container {
  background-color: #66a7dc;
  padding: 20px 0; }
  .title-container h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0; }

.intro-container {
  padding: 20px 0;
  background-image: url("../images/bg-intro.jpg");
  background-size: cover;
  background-position: center; }
  .intro-container div.intro-content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8); }
    .intro-container div.intro-content a {
      font-weight: bold; }
    .intro-container div.intro-content p {
      text-align: justify; }

.facebook-container {
  padding-top: 40px; }

.adsense-container {
  background-color: #f8f8f8;
  padding: 10px; }

.thumbnails-container {
  padding: 10px;
  background-color: #66a7dc; }
  .thumbnails-container figure figcaption {
    color: white;
    text-transform: uppercase;
    font-size: 15px; }

.carousel-container {
  padding: 10px;
  background-color: #FFE16B;
  background-image: url("../images/bg-yellow.png");
  background-attachment: fixed; }
  .carousel-container h2 {
    text-transform: uppercase; }
  .carousel-container div.description {
    text-align: justify; }

.archive-selector-container {
  background-color: #FFE16B;
  padding: 10px; }
  .archive-selector-container h3 {
    color: white;
    text-transform: uppercase; }
  .archive-selector-container label {
    color: white;
    font-weight: 400; }

.snapshot-container {
  padding: 10px;
  background-color: #9D8973; }
  .snapshot-container .snapshot-item {
    padding-bottom: 20px; }
  .snapshot-container h3 {
    color: white;
    margin-top: 0;
    text-transform: uppercase; }
  .snapshot-container div.date {
    color: white;
    text-transform: uppercase; }

.calendar-container {
  padding: 20px; }
  .calendar-container .badge-wl {
    background-color: #66a7dc;
    color: white;
    border-radius: 0; }
  .calendar-container h3 {
    text-transform: uppercase; }
  .calendar-container h4 {
    text-transform: uppercase; }
  .calendar-container .calendar-nav {
    text-align: center; }

#map-canvas {
  width: 100%;
  height: 450px; }

.timelapse-selector-container {
  background-color: #b9d7ef;
  padding: 40px; }
  .timelapse-selector-container h2 {
    margin-top: 0; }
  .timelapse-selector-container a.btn-lg {
    font-weight: 700; }
  .timelapse-selector-container h3 {
    color: white;
    text-transform: uppercase; }
  .timelapse-selector-container label {
    color: white;
    font-weight: 400; }
  .timelapse-selector-container .btn-webcam {
    margin: 2px;
    padding: 2px; }

.timelapse-container {
  background-image: url("../images/bg-blue.png");
  padding: 20px 0;
  min-height: 200px; }
  .timelapse-container .help-container {
    color: white;
    font-size: 24px; }
    .timelapse-container .help-container .fa-huge {
      font-size: 120px; }
  .timelapse-container .timelapse-controls {
    margin: 10px; }
    .timelapse-container .timelapse-controls .btn {
      background-color: transparent; }
  .timelapse-container .img-timelapse {
    display: inline-block; }
  .timelapse-container #timelapse-message {
    padding: 10px;
    font-weight: 700; }
  .timelapse-container figure {
    display: inline-block;
    position: relative;
    background-color: #e8e8e8; }
    .timelapse-container figure #img-top {
      position: absolute;
      top: 0;
      z-index: 1000; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

.navbar-wl {
  background-color: #e8e8e8;
  border-radius: 0;
  margin-bottom: 0px;
  border: none; }
  .navbar-wl .navbar-nav {
    font-family: "Hammersmith One", Arial, helvetica, Sans Serif; }
    .navbar-wl .navbar-nav > li > a {
      color: #9D8973;
      text-transform: uppercase;
      margin: 0 10px;
      font-size: 14px; }
      @media (min-width: 1000px) {
        .navbar-wl .navbar-nav > li > a {
          font-size: 20px; } }
      .navbar-wl .navbar-nav > li > a:hover {
        background-color: white; }
    .navbar-wl .navbar-nav > .open > a:focus {
      background-color: #66a7dc; }

.form-header {
  padding: 10px;
  margin-bottom: 20px; }
  .form-header h1 {
    margin: 0; }
  .form-header .record-info {
    font-size: 11px; }

.form-actions {
  margin-top: 20px; }

form.form-delete {
  display: inline; }

.panel-form {
  background-color: #f8f8f8;
  margin-top: 20px; }

ul.nav-tabs-translation li a:hover {
  background-color: #66a7dc;
  color: white; }
ul.nav-tabs-translation li.active a, ul.nav-tabs-translation li.active a:focus {
  background-color: #e8e8e8; }

.tab-pane-translation {
  padding: 10px;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #f8f8f8;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.dm-uploader {
  border: 3px dashed #66a7dc;
  background-color: #e8e8e8;
  height: 200px;
  padding: 45px;
  text-align: center;
  border-radius: 16px; }
  .dm-uploader strong {
    font-family: "Hammersmith One", Arial, helvetica, Sans Serif;
    color: #c2c2c2;
    font-size: 32px; }

.form-upload-progress-container {
  min-height: 25px; }
  .form-upload-progress-container .progress {
    margin: 0; }

.form-upload-log {
  margin-top: 10px;
  height: 165px;
  overflow-y: auto;
  background-color: #e8e8e8;
  padding: 5px; }

table.picture-table, table.attachment-table {
  margin-top: 20px; }
  table.picture-table > tbody > tr > td, table.attachment-table > tbody > tr > td {
    vertical-align: middle; }

footer.footer {
  background-color: #222222;
  color: white;
  padding: 40px 0; }

h2 {
  color: white; }

.btn-wl {
  margin-top: 100px;
  font-size: 20px; }

.flex-direction-nav a {
  height: 100px; }

.img-big {
  display: inline-block;
  min-width: 100%; }

@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal; }
i.weather {
  color: #FFE16B;
  font-family: weather;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: 0.7; }
  i.weather.icon-0:before {
    content: ":"; }
  i.weather.icon-1:before {
    content: "p"; }
  i.weather.icon-2:before {
    content: "S"; }
  i.weather.icon-3:before {
    content: "Q"; }
  i.weather.icon-4:before {
    content: "S"; }
  i.weather.icon-5:before {
    content: "W"; }
  i.weather.icon-6:before {
    content: "W"; }
  i.weather.icon-7:before {
    content: "W"; }
  i.weather.icon-8:before {
    content: "W"; }
  i.weather.icon-9:before {
    content: "I"; }
  i.weather.icon-10:before {
    content: "W"; }
  i.weather.icon-11:before {
    content: "I"; }
  i.weather.icon-12:before {
    content: "I"; }
  i.weather.icon-13:before {
    content: "I"; }
  i.weather.icon-14:before {
    content: "I"; }
  i.weather.icon-15:before {
    content: "W"; }
  i.weather.icon-16:before {
    content: "I"; }
  i.weather.icon-17:before {
    content: "W"; }
  i.weather.icon-18:before {
    content: "U"; }
  i.weather.icon-19:before {
    content: "Z"; }
  i.weather.icon-20:before {
    content: "Z"; }
  i.weather.icon-21:before {
    content: "Z"; }
  i.weather.icon-22:before {
    content: "Z"; }
  i.weather.icon-23:before {
    content: "Z"; }
  i.weather.icon-24:before {
    content: "E"; }
  i.weather.icon-25:before {
    content: "E"; }
  i.weather.icon-26:before {
    content: "3"; }
  i.weather.icon-27:before {
    content: "a"; }
  i.weather.icon-28:before {
    content: "A"; }
  i.weather.icon-29:before {
    content: "a"; }
  i.weather.icon-30:before {
    content: "A"; }
  i.weather.icon-31:before {
    content: "6"; }
  i.weather.icon-32:before {
    content: "1"; }
  i.weather.icon-33:before {
    content: "6"; }
  i.weather.icon-34:before {
    content: "1"; }
  i.weather.icon-35:before {
    content: "W"; }
  i.weather.icon-36:before {
    content: "1"; }
  i.weather.icon-37:before {
    content: "S"; }
  i.weather.icon-38:before {
    content: "S"; }
  i.weather.icon-39:before {
    content: "S"; }
  i.weather.icon-40:before {
    content: "M"; }
  i.weather.icon-41:before {
    content: "W"; }
  i.weather.icon-42:before {
    content: "I"; }
  i.weather.icon-43:before {
    content: "W"; }
  i.weather.icon-44:before {
    content: "a"; }
  i.weather.icon-45:before {
    content: "S"; }
  i.weather.icon-46:before {
    content: "U"; }
  i.weather.icon-47:before {
    content: "S"; }

.forecast-container {
  padding: 60px 0;
  background-color: #e8e8e8; }
  .forecast-container h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    margin: 10px 0; }
  .forecast-container p {
    text-align: justify; }
  .forecast-container .forecast-date {
    font-size: 15px;
    font-family: "Hammersmith One", Arial, helvetica, Sans Serif; }
  .forecast-container i.weather {
    font-size: 120px;
    color: #3c8fd3; }
  .forecast-container .forecast-temperature {
    font-family: "Hammersmith One", Arial, helvetica, Sans Serif;
    color: white;
    background-color: #66a7dc;
    padding: 5px;
    display: inline-block; }

#current-weather {
  font-family: "Hammersmith One", Arial, helvetica, Sans Serif; }
  #current-weather strong {
    font-size: 20px; }
  #current-weather i.weather {
    margin: 0 5px;
    font-size: 48px;
    line-height: 48px; }
  #current-weather .wind-info {
    font-size: 9px;
    margin: 0 5px;
    display: inline; }

/*# sourceMappingURL=public.css.map */
