.navigation {
  height: 80px;
  background: url(bg-header.png) 0 0 repeat;
	position: absolute;
	z-index: 10;
	margin: 3px 0px 0px 175px;
    opacity: 1;
}
#slider {/*width:500px; height:200px;*/ position:relative;width:500px; height:400px;}
.brand {

  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: black;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin-left: 15px;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
 background:url(bg-header.png) 0 0 repeat;
  color: black;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: black;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
 background:url(bg-header.png) 0 0 repeat;
 color: black;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
    	margin:  -11px 135px 0px 0px !important;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.logo{
float:left;
}
.banner{
/*position:absolute;
top:0;
left:1px;*/
position:relative;
top: -28px;
left: -38px;
width:100%;
z-index:5;
margin:0 auto;
overflow:hidden;
}

.banner li { list-style: none; height:474px; width:100%;}
.banner ul li { float: left; }
.banner ul li img{ width:100%;}

.banner h2{ font-size:2.25em; font-weight:300; color:#FFFFFF; position:absolute; top:250px; left:0;}
.banner h2 span{ font-weight:400;}
.responsive {
    width: 100%;
    height: auto;
}
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;background-color: #7da7d9;
    width:100%;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0 0 0 0 !important;
    color: #FFFFFF;
  opacity:0.8;
    
}


.timelineContainer{
border-left: 5px solid #74c5f0;
margin-left:20px;
}

.year{
width: 60px;
height: 55px;
line-height:35px;
cursor:pointer;
background:#007cc2;
padding:10px;
color:#fff;
float:left;
margin-left:-30px;
border: 2px solid #74c5f0;
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
border-radius: 50%;
}

.yearDesp{
float:left;
width:510px;
margin:15px 0 0 20px;
font-weight:bold;
}

.timelineMajor{
margin:0 0 20px 0;
float:left;
}

.timelineMinor{
clear:both;
background:#d7edfb;
margin:20px 0 0 30px;
padding:15px;
display:block;
width: 100%;

 -webkit-border-radius: 12px;
 -moz-border-radius: 12px; 
 border-radius: 12px;
position:relative;
 word-break: break-all; 
  max-width: 350px;

/*    display: inline-block;
    max-width: 250px;
    padding: 10px;
   */
}

.timelineMinor .arrow{
position:absolute;
top: 6px;
left: -15px;
}

.timeline-topic{
color:#1077b1;
cursor:pointer;
font-weight:bold;
}
.dn{
padding-left: 45px;
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}