
.fre,
.nav > li > a.fre{
	color: #1570a6;
}

.eng,
.nav > li > a.eng{
	color: #ff3738;
}

.ger,
.nav > li > a.ger{
	color: #41bb19;
}

.nav > li > a.fre:hover,
.nav > li > a.fre:focus,
.nav > li > a.eng:hover,
.nav > li > a.eng:focus,
.nav > li > a.ger:hover,
.nav > li > a.ger:focus {
	color: white;
}




.page-header {
	margin: 20px 0px;
}

.decade {
	margin-bottom: 50px;
}

.glyphicon.lg {
	font-size: 19px;
	line-height: 1.33;
}

div.meta .glyphicon {
	margin-right: 5px;
	vertical-align: -10%;
}

.meta {
	font-size: 13px;
	line-height: 1.33;
	margin: 0 0 10px;
}

.sidenav .nav .nav {
	display: none;
	margin-bottom: 8px;
}

.sidenav .nav > .active > ul {
	display: block;
}

.sidenav .nav > li.active > a:hover {
	color: white !important;
}

.nav > li > a {
	line-height: 1.25;
	padding: 10px 10px;
}

.nav .nav > li > a {
	font-size: 80%;
	padding: 5px 10px 5px 30px;
}

.affix {
  position: static;
}

@media screen and (min-width: 992px) {
  .sidenav .nav > .active > ul {
	display: block;
  }
  /* Widen the fixed sidebar */
  .sidenav.affix,
  .sidenav.affix-bottom {
	width: 290px;
  }
  .sidenav.affix {
	 /* Undo the static from mobile first approach */
	position: fixed;
	top: 20px;
  }
  .sidenav.affix-bottom {
	/* Undo the static from mobile first approach */
	position: absolute; 
  }
  .sidenav.affix-bottom,
  .sidenav.affix {
	margin-top: 0;
	margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .affix-bottom,
  .affix {
	width: 210px;
  }
}

.side.nav {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}

.styled h1,
.styled h2,
.styled h3,
.styled h4,
.styled h5,
.styled h6{
	margin: 2px 0px 15px 0px;
}

.styled p{
	margin: 2px 0px 15px 0px;
}

.styled ul,
.styled ol {
	margin: 3px 0 6px;
}

.styled li{
	padding-top: 4px ;
	padding-bottom: 4px ;
}

.thumbnail {
	min-height:300px;
	margin-bottom: 40px;
}
.images .thumbnail {
	min-height:600px;
}

/*h3 > a {
	color: rgb(102, 102, 102);
}*/

a .stealth {
	color: rgb(102, 102, 102);
}

article.separator {
	background-color:#eee;
}


/*
 * Tables
 */

.styled table {
	width: 100%;
	margin-bottom: 30px;
}
.styled thead {
	color: #999;
	font-size:.7;
}
.styled tbody tr:nth-child(odd) {
	background: rgb(245, 245, 245);
}
.styled tbody tr:nth-child(even) {
	background: #fff;
}
.styled td {
	padding:10px 5px;
}
.styled tbody tr:nth-child(even) td:first-child {
	border-left: none;
}
.styled tbody tr:nth-child(odd) td {
	border-left: 1px solid #fff;
}
.styled tbody tr:nth-child(even) td {
	border-left: 1px solid rgb(245, 245, 245);
}

tbody {

}


/*
 * Glossary
 */

.qtip-content ul {
	list-style-type: none;
	padding: 0px;
}
.qtip-content ul > li {
	padding-left: 8px;
}
.qtip-content label {
	color:#aaa;
	margin-right: 5px;
}

.marker {
	border-bottom: 1px dashed #ccc;
}

.glossary.results {
	min-height:156px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.glossary ul.terms  {
	list-style: none;
	padding-left: 0;
}


/*
 * Footer
 */

footer ul li {
	padding: 6px 0px;
	line-height: 1.25;
}

/*
 * Loading
 */

.loading {
	background-position: center center;
	background-size: 128px 128px;
	background-repeat: no-repeat;
}


.no-results {
	text-align: center;
	color: #999;
}

/*
 * Slide
 */

.slides a,
.flexslider a {
	color: white;
	/*background-color: rgb(229, 46, 47);
	padding-left:5px;
	padding-right: 5px;*/
	margin-left:5px;
	margin-right: 5px;
}



/* Print */

@media print {
  header,
  div.navbar,
  div.hidden-xs.col-sm-4, /* side column */
  div.footer-nav {
	display: none;
  }

  div.col-sm-8.col-md-8.col-lg-8 {
	width: 100%;
  }

  h1 {
  	font-size: 28px;
  }
  h2 {
  	font-size: 24px;
  }
  h3 {
  	font-size: 21px;
  }
  h4 {
  	font-size: 18px;
  }
  h5 {
  	font-size: 15px;
  }
  h6 {
  	font-size: 12px;
  }

  p, li{
  	font-size: 11px;
  }

  body {
  	padding-right:10%;
  	padding-left:10%;
  }

}


