ul.icon-bullets {
  list-style-type: none;
}
ul.icon-bullets li {
  text-indent: -1.6em;
}
ul.icon-bullets li:before
{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e131";
  float: left;
  width: 1.6em;
  color: #787a8f;
}
@media screen and (max-width: 760px) {
  #navbar-ex1-collapse {
    border: 1px solid #bbb;
  }
}
.navbar-brand {
  padding-left: 0;
}
.dropdown-menu li a {
  font-weight: 300;
}
body {
  background: white;
  color: #3d303d;
  margin-bottom: 30px;
}
.container {
  background: transparent;
  /* border: 1px solid red; */
}
html {
  position: relative;
  min-height: 97%;
  background: transparent;
  margin: 0 0 20px; /* bottom = footer height */
  font-weight: 300;
}
#full-screen-background-image {
  z-index: -999;
  /*min-height: 100%;*/
  min-width: 512px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
footer {
    font-size: 12pt;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
  padding-left: 10px;
}
.botbox {
  position: relative;
  /*border: solid;*/
  height: 100%;
}
form {
  /*position: absolute;
  bottom: 0; */
  margin-top: 20px;
}
.copy-fineprint {
  font-size: 10pt;
  margin-bottom: 0;
  padding-bottom: 0;
}

.h1img {
  max-width: 400px;
  width:45%;
}

.large-image {
  max-width: 800px;
  width:98%;
}

.h1box {
  margin-left: 10%;
}
.image-link {
  text-decoration: none;
  outline: none !important;
}
.img-box {
  float: right;
  border: 1px solid #787a8f;
  padding: 2px 2px 0px 2px;
  text-align: center;
  margin: 0 0 3px 3px;
}
@media screen and (max-width: 550px) {
  .img-box {
    float: none;
  }
}
.img-box img {
  width: 300px;
}
.book-teaser {
  margin-top:10px;
  min-height: 133px;
}
