

.module_type1 {
font-color:#fff
background-color: #003399 !important;
padding-top: 40px;
padding-bottom: 40px;
}

.t3-sl {
  padding-bottom: 0px;
  padding-top: 0px;


  // Modules
  .t3-module {
    background-color:#003399;
	margin-bottom: 0;
    // If there are 2 modules, then add proper margin
    + .t3-module {
      margin-top: @t3-global-margin;
    }
  }

  // Larger padding in Tablet / Desktop
  @media screen and (min-width: @screen-sm) {
    padding-bottom: @t3-global-padding * 3;
    padding-top: @t3-global-padding * 3;
  }
}

// Spotlight 1
// -----------
.t3-sl-1 {
  border-bottom: 1px;
  background-color:#003399;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slideshow {
  background: #003399;
  padding: 0px 0;
    margin-top: 0px;
  margin-bottom: 0px;
}



.img-responsive-1,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 250px;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: auto;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

font-family: 'Yanone Kaffeesatz', sans-serif;


