/***********************************************************************************************************************
** styles begin here
***********************************************************************************************************************/
.vertical-timeline{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#timeline{
	width: 600px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#timeline .post{
	width: 271px;
	margin: 0 0 10px 0;
	float: left;
}
#timeline .post.last{
	margin-bottom: 0;
}
#timeline .post .inner{
	position: relative;
	width: 100%;
	padding: 11px;
	border: 1px #adadad solid;
	background-color:#fff;
	min-height:37px;
	word-wrap:break-word;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow:  0px 1px 1px 0px #adadad;
	-moz-box-shadow:  0px 1px 1px 0px #adadad;
	box-shadow:  0px 1px 1px 0px #adadad;
}
#timeline .post.right{
	float: right;
}
#timeline .item .timestamp{
	display: none;
}
#timeline .post h3{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #010101;
	padding-right: 30px;
	line-height: 1.3;
}
#timeline .post .caption{
	color: #9d9d9d;
	font-size: 12px;
	margin-top: 4px;
}
#timeline .post .body{
	margin-top: 10px;
}
#timeline .post .body img{
	max-width: 247px;
	border-radius: 4px;
}
#timeline .post .text{
	color: #393939;
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.5;
}
#timeline .post a.open-close{
	background: transparent url(../img/button-up-down-arrow.png) no-repeat;
	height: 17px;
	width: 16px;
	position: absolute;
	right: 11px;
	top: 11px;
}
#timeline .post.closed a.open-close{
	background-position: left bottom;
}
#timeline .post.closed .title{
	display: table;
	min-height: 40px;
}
#timeline .post.closed .title h3{
	display: table-cell;
	vertical-align: middle;
}
#timeline .post .share{
	position: relative;
	float: right;
}
#timeline .post .share-popup{
	display: none;
	background: transparent url(../img/popup.png) no-repeat;
	width: 166px;
	height: 50px;
	position: absolute;
	top: -61px;
	left: -126px;
	text-align: center;
	padding-top: 15px;
}
#timeline .post .share-popup .twitter-share-button{
	position: absolute;
	left: 20px;
	top: 15px;
}
#timeline .post .share-popup .facebook-share-button{
	position: absolute;
	right: 20px;
	top: 12px;
}
.lt-ie9 #timeline .post .share-popup .facebook-share-button{
	top: 11px;
}
.lt-ie8 #timeline .post .share-popup .facebook-share-button{
	top: 16px;
}
#timeline .post .date{
	color: #6a6a6a;
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 19px;
	display: block;
	width: 54px;
	line-height: 20px;
}
#timeline .post.left .date{
	background-color: #FFFFFF;
	border-right: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
	border-bottom: 2px solid #ADADAD;
	border-radius: 0 4px 4px 0;
	right: -54px;
}
#timeline .post.right .date{
	background-color: #FFFFFF;
	border-left: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
	border-bottom: 2px solid #ADADAD;
	border-radius: 4px 0 0 4px;
	left: -54px;
}
#timeline .year-marker {
	float: left;
	width: 80px;
	margin: 50px 0 15px 0;
}
#timeline .year-marker.top{
	margin-top: 0;
}
#timeline .year-marker .inner{
	width: 76px;
	height: 26px;
	padding: 2px;
	background-color: #FFF;
}
#timeline .year-marker .inner2{
	background-color: #434a50;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#timeline .year{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}

#buttons{
	text-align: center;
	margin: 30px 0 15px 0;
	height: 30px;
}
#buttons div{
	display: inline;
	padding: 0 10px;
}
*/
#line-container{
	width: 4px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.isotope #line{
	margin: 0 auto;
	background-color: #b3b6b8;
	display: block;
	float: left;
	height: 100%;
	left: 298px;
	width: 4px;
	position: absolute;
}

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@media only screen and (max-width: 768px) {
	#timeline {
		margin-top: 50px;
	}
	.isotope #line {
		left: 35px;
	}
	#timeline .post .date {
		left: 10px;
		top: -30px;
		background-color: #FFFFFF;
		border: 1px solid #ADADAD;
		border-bottom: 2px solid #ADADAD;
		border-radius: 4px;
	}
	#timeline .post .inner {
		margin-top: 30px !important;
	}
	.vertical-timeline .timeline-title{
		text-align: left;
	}
	#buttons {
		text-align: left;
		margin: 0px;
	}
	#buttons div{
		display: block;
		margin-top: 5px;
		margint-bottom: 10px;
	}
}
