/**
**Project: PHMSA Timeline
**Author: Olumuyiwa Somide
**Date: 08/20/2015
**Agency: DOT - PHMSA  
**CTR: Catapult Technology
**/
/*body {
    background: #333 none repeat scroll 0 0;
    font-family: Arial;
    font-size: 10px;
    margin: 0;
    padding: 0;
}*/
#timeline{
    /*top: -30px;*/
}
.timeline {
    margin: 30px 0 20px;
    position: relative;
}
.timeline h1 {
    border-bottom: 3px dotted rgba(255, 255, 255, 0.55);
    color: #fff !important;
    font-size: 1.2em !important;
    left: 0;
    letter-spacing: 2px;
    margin: 10px;
  /*  margin-left:0px;*/
    padding-bottom: 35px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1;
}
.timeline .panel_container {
    background: #333 none repeat scroll 0 0;
    height: 100%;
    margin: 10px 0 0;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    width: 100%;

	/*background: #26016a; *//* Old browsers */
	
	
}
.timeline .background_slider {
    height: inherit;
    position: absolute;
    width: inherit;
}
.timeline .background{
	opacity:.4;
	background-repeat:repeat;
	width:100%;
	height:100%;
		}

.timeline .background_slider img {
    left: 0;
    position: absolute;
    top: 0;
}
.timeline .background_slider img:nth-child(2) {
 	opacity: 0.10;
	
	/*display:none;*/
}
.timeline .background_zebra{
		background:url(/staticfiles/PHMSA/ImageCollections/Images/bw-stripes.png) repeat scroll 0 0;
		width:100%;
		height:100%;
		display: block !important;
	}
.timeline .panel_slider {
    position: absolute;
    width: 100%;
}
.timeline .panel {
    position: absolute;
    width: 615px;
}
.timeline .panel_content {
    padding: 75px 10px 0 22px;
    position: relative;
	 text-align: center;
}
.timeline .panel_content h2 {
    color: #fff !important;
    font-size: 1.3em !important;
    margin: 0 0 8px;
	 text-align: left;
}
.timeline .panel_content img {
    height: 100%;
    max-height: 250px;
	max-width: 400px;
    text-align: center;
	box-shadow: 1px 1px 13px 2px  rgba(0, 0, 0, 0.55) ;
	-webkit-box-shadow: 1px 1px 13px 2px rgba(0, 0, 0, 0.55);
}
.timeline .panel_content p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1em;
   /* margin: 5px 0 1em;*/
    position: relative;
	padding-bottom:30px;
	/*padding-right:10px;*/
    line-height: 14px;
	text-align: left;
	left:-5px;
	 
}
.timeline .panel_content .label {
    color: rgba(247, 151, 41, 0.85) !important;
    font-family: Georgia;
    font-size:2.6em;
    left: 20px;
    position: absolute;
    text-align: right;
    top: 22px;
	
}
.timeline .panel_content .credit {
    color: rgba(255, 255, 255, 0.55) !important;
    display: block;
    font-size: 0.8em;
    margin: 2px 0 8px;
    text-align: center;
}
.timeline nav {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: inherit;
	 background: #181818 none repeat scroll 0 0;
}
.timeline nav a:hover {  background: #555 none repeat scroll 0 0;}
.timeline nav a {
    border-color:  rgba(0, 0, 0, 0.45);
    border-style: solid;
    border-width: 0px 0.25px 2px 1.25px;
    color: #fff !important;
    display: inline-block;
    font-size: 0.9em !important;
    padding: 5px 10px;
    text-decoration: none;
	text-align:left;
	font-weight:bold;
}
.timeline nav a:first-child {
    border-left-width: 0.5px;
}
.timeline nav a:last-child {
    border-right-width: 0.5px;
}
.timeline nav a.selected {
	background: #F70;
    background-color: rgba(247, 151, 41, 0.45);
	border-width: 0px 0px 2px 0px;
	border-color:  rgba(255, 255, 255, 0.55);
	
}

.clear_both {
    clear: both;
}
@media screen and (max-width: 615px) {
.timeline {
    margin: 0;
}
.timeline h1 {
    padding: 10px 10px 10px 20px;
    text-align: left;
}
.timeline .panel_container {
	 
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    filter: none;
    height: auto;
    margin: 0;
	background-color:#333;
}
.timeline .panel_slider {
    height: auto;
    position: static;
}
.timeline .panel {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: auto;
    padding-bottom: 20px;
    position: static;
    width: auto;
	margin-top:15px;
}
.timeline nav {
    display: none;
}
.timeline .backround_slider {
    display: none;
}

.timeline .panel:first-child {
    padding-top: 40px;
}
.timeline .panel_content {
    padding-top: 60px;
}
.timeline .panel_content .label {
    right: 10px;
    top: -5px;
}

}


.timeline .left-nav, .timeline .right-nav {
    display: inline-block;
    height: 55px;
    position: relative;
    top: 250px;
    vertical-align: middle;
    width: 55px;
    z-index: 60;
}


.timeline .left-nav {
  left: 0px;
  float: left;
/*background-image: url("/staticfiles/PHMSA/ImageCollections/Images/navigation-button-sprite-left.png");*/
}


.timeline .right-nav {	
  right: 65px; 
  float: right;
 /* margin-right: -65px; 
background-image: url("/staticfiles/PHMSA/ImageCollections/Images/navigation-button-sprite-right.png");*/
}


.timeline .left-nav:hover {
  background-image: url("/staticfiles/PHMSA/ImageCollections/Images/navigation-button-sprite-left-hover-brown-shadow-2.png");
  cursor:pointer;
}
.timeline .right-nav:hover {
  background-image: url("/staticfiles/PHMSA/ImageCollections/Images/navigation-button-sprite-right-hover-brown-shadow-2.png");
  cursor:pointer;
}