/*---------------------------
        =Timeline
---------------------------*/

#page-title.single-timeline  {
    background: url(../images/timeline-hd.jpg) center 0 no-repeat #3f8fbc;
}

#timeline-strip {
	overflow: hidden;
}
#timeline-nav {
    background: #ed971e;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: 0px 0 0 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    position: relative;
}
#timeline-nav a {
	color: #222222;
	font-family: futura-pt, sans-serif !important;
	font-weight: normal;
	margin: 0 22px;
}

#timeline-nav a:hover, a:focus, a:visited {
    border-bottom: 0px solid #000;
    color: #fff;
    text-decoration: none;
}

#timeline-nav a:hover.active,
#timeline-nav a.active {
	border: 0;
	color: #fff;
}
#timeline-posts {
    overflow-x: auto;
    padding: 20px 0;
    position: relative;
    overflow-y: hidden;
}
#timeline-posts .decade {
	display: block;
	float: left;
}
#timeline-posts h1.decade-col {
	border-left: 1px solid #999999;
	color: #bbbbbb;
	display: block;
	float: left;
	font-family: futura-pt, sans-serif !important;
	font-size: 90px;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	text-align: center;
	width: 300px
}
#timeline-posts h1.decade-col .decade-end {
	color: #888888;
}
#timeline-posts .timeline-entry {
	border-left: 1px solid #999999;
	display: block;
	float: left;
	min-height: 600px;
	padding: 0 25px;
	width: 300px;
}
#timeline-posts .timeline-entry.second-col {
	border-left: 1px solid #ddd;
}
#timeline-posts .timeline-entry img {
    height: auto;
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
#timeline-posts .timeline-entry h2.entry-hd,
#timeline-posts .timeline-entry h2.entry-hd a {
	color: #3f8fbc;
	font-family: futura-pt, sans-serif !important;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 .5em 0;
}
#timeline-posts .timeline-entry p {
    color: #333;
    line-height: 28px !important;
    font-size: 18px !important;
}
.timeline-entry a {
    font-size: 16px;
}
.timeline-entry h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
#timeline-posts .timeline-entry p.schulz, #timeline-posts .timeline-entry p .schulz {
    margin-top: 0px;
    font-family: 'schulzregular' !important;
    font-size: 16px !important;
}
.timeline-entry p.schulz , .timeline-entry p .schulz {
   
}
.timeline-entry a:hover, a:focus, a:visited{
    text-decoration: none;
}

#timeline-posts .timeline-entry hr {
	background: #bdbdbd;
	border: 0;
	clear: both;
	color: #bdbdbd;
	height: 1px;
	margin: 16px 0 24px 0;
	outline: 0;
	padding: 0;
}
#timeline-posts .timeline-entry blockquote,
#timeline-posts .timeline-entry blockquote p {
	color: #333;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#timeline-posts .timeline-entry blockquote p {
	line-height: 22px;
	margin: 0 0 1em 0;
}
#timeline-posts .timeline-entry blockquote .citation {
	color: #747474;
	font-style: italic;
}
#timeline-posts .timeline-more {
	color: #ed971e;
	display: inline-block;
	margin: 0 0 0 6px;
}
#page-title.timeline {
	background: url(../images/timeline-hd.jpg) center 0 no-repeat #3f8fbc;
}
#page-title.timeline h1 {
	font-size: 36px;
}
#timeline-advance .prev {
	background: url(../images/timeline-prev.png) center center no-repeat #777;
	display: block;
	height: 300px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -100000px;
	top: 0px;
	width: 100px;
}
#timeline-advance .next {
	background: url(../images/timeline-next.png) center center no-repeat #777;
	display: block;
	height: 300px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -100000px;
	top: 0px;
	width: 100px;
}
/*
#timeline-nav a:last-child {
	display: none !important;
}
*/
.timeline {
    width: 100%;
    display: block;
    position: relative;
    max-width: 1680px;
    margin: 0px auto;
}
.timeline-single {}
.timeline-single p.lessmargin {
    margin: 0px;
}
.timeline-single h1.decmargin {
    margin-top: 10px;
    margin-bottom: 0px;
}

/***
**
**
* Mobile responsiveness
**
**
***/
.owl-nav i {
     font-family: 'fontello';
}

 #timeline-nav a.active {
    font-weight: bold;
}    

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #000 !important;
}
.time-main-contain {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px !important;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: pointer !important;
}
.decades .hide {
    display: none !important; 
}
.scrollmenu ul {
    white-space: nowrap;
    transition: all ease 750ms;
    position: relative;
}
.scrollmenu ul li {
    display: inline-block;
}


.owl-theme {
    position: relative;
}    
.owl-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.owl-prev, .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
i {
    font-size: 2rem;
    color: #7e7e7e;
}


.owl-prev {
    left: -30px;
}

.owl-next {
    right: -30px;
}