body {
    background-color: #ffffff;
}

a {
  color: #404654;
  text-decoration: none;
}

a:hover {
  color: #404654;
  text-decoration: underline;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #404654;
  background-color: #353a45;
  background-image: -moz-linear-gradient(top, #404654, #353a45);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404654), to(#353a45));
  background-image: -webkit-linear-gradient(top, #404654, #353a45);
  background-image: -o-linear-gradient(top, #404654, #353a45);
  background-image: linear-gradient(to bottom, #404654, #353a45);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff404654', endColorstr='#ff353a45', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #404654;
  background-color: #353a45;
  background-image: linear-gradient(to bottom, #404654, #353a45);
  background-image: -moz-linear-gradient(top, #404654, #353a45);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404654), to(#353a45));
  background-image: -webkit-linear-gradient(top, #404654, #353a45);
  background-image: -o-linear-gradient(top, #404654, #353a45);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff404654', endColorstr='#ff353a45', GradientType=0);
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #404654;
}

.muted {
  color: #404654;
}


.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 2px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #404654;
  -webkit-box-shadow: 0 2px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 2px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 2px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.jumbotron {
    text-align: center;
    margin: 20px 0;
}

.jumbotron h1 {
    font-size: 64px;
    line-height: 1;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

#login {
    max-width: 400px;
    padding: 10px 29px 10px 29px;
    margin: 10px auto 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-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);
}

#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}

.modal-footer {
  padding: 3px 15px 1px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}