.my_breadcrumbs {
  margin-left: 0; }
  .my_breadcrumbs li {
    display: inline;
    list-style: none; }
    .my_breadcrumbs li:after {
      content: " > "; }
    .my_breadcrumbs li.active:after {
      content: ""; }

.logo span {
  padding-top: 1em;
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  color: #0000ff; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  max-height: 100%; }

nav.my_breadcrumb ol.breadcrumb {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.indexpage hr {
  margin-top: 0; }

#contactPage label {
  font-weight: normal;
  font-size: 0.7em;
  color: #666; }
#contactPage p {
  font-size: 2rem; }

div.points {
  font-size: 1.6em;
  line-height: 1.8; }
