body {
	font-family: "Source Sans Pro",Arial,sans-serif;
	margin-top: 100px;
  margin-bottom: 100px;
}

nav {
	height: 80px;
	max-height:100px;
	background-color: #FFFFFF;
}

.navbar-brand > span {
    position: absolute;
    top: 20px;
    left: 160px;
    padding-left: 50px;
    margin-left: -3px;
    font-weight:lighter;
    font-size: 25px;
    line-height: 25px;
    color: #777;
    display: block;
    clear: left;
    text-transform: none;
    box-sizing: border-box;
}

.navbar-brand > img {
    height: 40px;
}

.carousel {
	max-height:300px;
  min-height: 300px;
	margin:auto;
	overflow: hidden;
}

.carousel-img {
	max-height:300px;
	margin:auto;
}

.carousel-inner img {width: 100%;}
.carousel-caption {color:#000;top:110px; bottom: auto; text-align:left;}
.carousel-caption h1 { color:#dd0000; background-color:#;}

.nav-custom {
	background-color: #FFFFFF;
}

.nav-custom > li > a {
	color: #184e5b;
	background-color: #FFFFFF;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 16px;
}


.nav-custom > li > a:hover,
.nav-custom > li > a:focus {
  text-decoration: none;
  background-color: #ffd515;
}

.nav-custom > li.active > a,
.nav-custom > li.active > a:hover,
.nav-custom > li.active > a:focus {
  color: black;
  cursor: default;
  background-color: #ffd515;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.btn-custom {
	 background-color: #ffd515;
    font-weight: bold;
    line-height: 30px;
    color: #184e5b;
    display: block;
    clear: left;
    text-transform: none;
    box-sizing: border-box;
    font-size: 16px;
}

.btn-pos1 {
	position: absolute;
    top: 40px;
    right: 0px;
    margin-left: -3px;
}

.btn-pos2 {
	position: absolute;
    top: 40px;
    right: 225px;
    margin-left: -3px;
}

.filliereLink:hover {
  text-decoration: underline;
  color: black;
}


.filliereLink,
.filliereLink:link,
.filliereLink:visited,
.filliereLink:active, {
  text-decoration: none;
  color: black;
}




.tab-pane {
	padding-left: 50px;
}

h3, label {
	color: #184e5b;
}

.modal-header > button {
  position: absolute;
  top:15px;
  left:95%;
}