.hero-row {
  background:none repeat scroll 0 0 #0a5f7f;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5f7f', endColorstr='#084a63');
  background:-moz-linear-gradient(top, #0a5f7f, #084a63);
  background:-ms-linear-gradient(top, #0a5f7f, #084a63);
  background:-webkit-gradient(linear, 0 0, 0 100%,from(#0a5f7f),to(#084a63));
  background:-webkit-linear-gradient(top,#0a5f7f,#084a63);
  background:-o-linear-gradient(top,#0a5f7f,#084a63);
  background:linear-gradient(top,#0a5f7f,#084a63);
  text-align:left
  color: #eeeeee;
}

.hero-row-sub {
  background-color:#f4f4f4;
  box-shadow:0 5px 5px -5px #999
}

.navbar .brand-observium-www {
  background: url('/observium-brand.png') no-repeat;
  width: 240px;
  display: inline-block;
  height: 40px;
  padding: 0;
  margin: 15px 0;
}

.featurette-divider {  
  margin: 40px 0;
}

h1, h2, h3, h4, h5 {
  margin-left: 0;
  margin-bottom: 15px;
  margin-top: 0;
}

h1, h2, h3 {
 color: #0a5f7f;
// color: #033d53;
// color: #3b9bbf;
}

h1, h2 {
  margin-bottom: 15px;
}

.nav  [class^="oicon-"], .nav  [class*=" oicon-"] {
  margin-right: .5em;
}



/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}
.modal {
  width: 80%;
  margin: auto;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 1200;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 100%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
