

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
        padding-top: 0px;
        padding-bottom: 0px;
        height:100%;
      }

      /* Custom container */
      .container {
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 1000px;
        min-height:100%;
        background: rgb(0, 0, 0) transparent; /* default fallback */
        background: rgba(0,0,0,.85);  /* Required for IE 5, 6, 7 */
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000); /* IE 6/7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)"; /* IE8 */
      }
      .container > hr {
        margin: 60px 0;
      }
      
      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 80px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 100px;
        line-height: 1;
      }
      .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }


      /* Customize the navbar links to be fill the entire space of the .navbar */
      .navbar .navbar-inner {
        padding: 0;
      }
      .navbar .nav {
        margin: 0;
        display: table;
        width: 1000px;
      }
      .navbar .nav li {
        display: table-cell;
        width: 1%;
        float: none;
        margin-left: 0;
      }
      .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
      }
      .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
      }
      .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
      }



.gallery{position:relative;padding:0;}.gallery .span4{margin-bottom:20px;}
.gallery div{float:left;background:#fff;position:relative;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}.gallery div a{overflow:hidden;display:block;position:relative;}.gallery div a img{display:block;position:relative;}
.gallery div a div{position:absolute;background:rgba(75, 75, 75, 0.7);width:100%;height:100%;text-align:center;}.gallery div a div.da-animate{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.gallery div a div span{display:inline-block;text-transform:uppercase;font-weight:normal;color:rgba(255, 255, 255, 0.9);text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);border-bottom:1px solid rgba(255, 255, 255, 0.5);margin-top:20%;}
.da-slideFromTop{left:0px;top:-100%;}
.da-slideFromBottom{left:0px;top:100%;}
.da-slideFromLeft{top:0px;left:-100%;}
.da-slideFromRight{top:0px;left:100%;}
.da-slideTop{top:0px;}
.da-slideLeft{left:0px;}

.question:hover{
  cursor: help;
}

.btn-esmblue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #173777;
  background-image: -moz-linear-gradient(top, #2981ad, #173777);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2981ad), to(#173777));
  background-image: -webkit-linear-gradient(top, #2981ad, #173777);
  background-image: -o-linear-gradient(top, #2981ad, #173777);
  background-image: linear-gradient(to bottom, #2981ad, #173777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'2981ad, endColorstr='#'173777, GradientType=0);
}

.btn-esmblue:hover,
.btn-esmblue:focus,
.btn-esmblue:active,
.btn-esmblue.active,
.btn-esmblue.disabled,
.btn-esmblue[disabled] {
  color: #ffffff;
  background-color: #173777;
  *background-color: #173777;
}
