.absolute-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.absolute-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.absolute-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.absolute-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.navbar-toggle {
  font-size: larger;
}
.nav.navbar-nav i {
  color: blue;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  -ms-transition: color, 0.5s;
  transition: color, 0.5s;
}
.nav.navbar-nav li.active i,
.nav.navbar-nav li:hover i {
  color: orange;
}
.container.content {
  min-height: 400px;
}
.footer {
  background: #e5e5ff;
  padding: 10px;
  border-top: 2px solid #3333ff;
  margin-top: 2em;
}
.carousel img {
  width: 100%;
}
.case .carousel {
  width: 80%;
  margin: 0 auto;
}
h1 {
  font-size: x-large;
  padding-left: 1em;
  line-height: 200%;
  border-left: 10px solid #1A681A;
  color: #1A681A;
}
.intro {
  min-height: 333px;
  background: #E5E5FF;
  padding: 20px;
  color: darkblue;
}
.intro h4 {
  margin-top: 0;
}
.main p {
  margin: 1em 0;
  line-height: 180%;
}
.quick-link {
  margin-top: 1em;
}
.quick-link .box {
  background: #e8fce8;
  min-height: 160px;
  padding: 10px;
}
.quick-link h4 {
  color: darkgreen;
}
.product {
  margin: 10px;
  border-top: 5px solid #428BCA;
}
.product img {
  float: left;
  margin-top: 20px;
  width: 15%;
}
.product h2,
.product ul {
  float: left;
  margin-left: 2%;
  width: 70%;
}
.product h2 {
  color: #428BCA;
  font-size: larger;
}
