#page {
  margin-bottom: 30px;
}
#sidebar {
  padding-top: 30px;
  border-right: 1px solid #ccc;
  padding-bottom: 30px;
}
#sidebar li iframe {
  padding: 3px 0px;
}
@media (max-width: 767px){
  #sidebar {
    border-right: none;
    text-align: center;
  }
  .hero-unit h1 {
    font-size: 42px;
  }
}
footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid rgb(129, 161, 187);
  border-bottom: 1px solid rgb(129, 161, 187);
  box-shadow: 0 0 6px rgb(129, 161, 187) inset;
  background-color: rgba(51, 86, 125, 0.1);
}
footer p {
  margin-bottom: 0;
  color: rgb(58, 73, 92);
}
footer p:last-child {
  padding-top: 10px;
}
.navbar .brand {
  float: right;
  text-shadow: 0 1px 0 rgb(32,51,85);
}
.navbar .brand .bracketed {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
}
.navbar .brand .bracketed span {
  color: rgb(255,209,23);
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.hero-unit {
  background-color: rgba(51, 86, 125, 0.1);
  border-radius: 0px 0px 6px 6px;
  padding: 40px 10px;
  text-align: center;
  position: relative;
}
.social-plugins {
  position: absolute;
  right: 5px;
  bottom: -30px;
  opacity: 0.6;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.social-plugins:hover {
  opacity: 1;
}
.social-plugins .twitter-share-button, .social-plugins .fb-like {
  float: right;
}
.social-plugins .twitter-share-button {
  padding-top: 5px;
  padding-bottom: 5px;
}
.social-plugins .fb-like span {
  vertical-align: middle;
}
hr {
  border-top: 1px solid rgb(178, 195, 214);
}
.icon-flag {
  opacity: 0.5;
}
