.timelinr-container a {
  color: #FFFFFF;
  text-decoration: none;

}

.timelinr-container  h1,
.timelinr-container  h2
{
	line-height:0;
}

.timelinr-container {
  /*min-height: 400px;*/   /* M:added*/   /* Height of the box */  /* ATCZ - 20-12-2013: height -> min-height */

  overflow: hidden;
  margin: 20px auto;
  position: relative;
  background: url('../images/dot.png') left 103px repeat-x;
}

.ie7_html .timelinr-container {
  background: url('../images/dot.png') left 90px repeat-x; /* IE7 and below */
}

.timelinr-dates {
  height: 104px;
  overflow: hidden;
  padding-left: 0px;
}

.timelinr-dates h1,
.timelinr-dates h2
{
	margin:0;
}

/* bloc-top */
.timelinr-dates li {
  list-style: none;
  float: left;
  height: 97px;
  background: url('../images/biggerdot.png') center bottom no-repeat;
  position: relative;
  top:0px;
}

.timelinr-dates h1
{
	font-size: 0.84em;
	line-height: 1.2em;
	color: #099FBA;
}

.timelinr-dates h2
{
	font-size:0.65em;
	line-height: 20px;
	text-transform:capitalize;
	color: #BA7300;
}

.timelinr-dates a {
  line-height: 1em;
  padding-bottom: 10px;
  text-decoration: none;
}

.timelinr-dates .selected  h1,
.timelinr-dates .selected  h2
{
  font-weight:bold;
}

.timelinr-dates .selected h1
{
	font-size:1em;
	color: #047d9a;
}

.timelinr-dates .selected h2
{
	font-size:0.7em;
}

.timelinr-issues {
  /*height: 350px;*/
  height: auto;
  overflow: hidden;
  padding-left: 0px;
}

.timelinr-issues li {
  list-style: none;
  float: left;
	overflow: hidden;
	color:white;
}

.timelinr-issues li img {
  float: left;
  margin: 0px 5px 0px 0px;   /* Matt */
  background: transparent;
}

.timelinr-issues li h1 {
 display:none; /*M:added*/
}

.timelinr-issues li p {
  /*font-size: 11px;*/
  font-size: 0.84em;
  font-weight: normal;
  line-height: 1.4em;
  padding: 0px; /* KKA */
  margin: 0px; /* KKA */
}

.timelinr-grad_left,
.timelinr-grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}
.timelinr-grad_left {
  left: 0;
  background: url('../images/grad_left.png') repeat-y;
}
.timelinr-grad_right {
  right: 0;
  background: url('../images/grad_right.png') repeat-y;
}

.timelinr-next,
.timelinr-prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.timelinr-next:hover,
.timelinr-prev:hover {
  background-position: 0 -76px;
}
.timelinr-next {
  right: 0;
  background-image: url('../images/next.png');
}
.timelinr-prev {
  left: 0;
  background-image: url('../images/prev.png');
}
.timelinr-next.disabled,
.timelinr-prev.disabled {
  opacity: 0.2;
}

/* KKA */
#timelinr-issues-timeline-page, #timelinr-dates-timeline-page {
	padding-left: 0px;
}

.timelinr-issue-box {
    background-color: #099FBA;
    border-radius: 15px;
	/*margin-left: 52px;*/
  margin-left: 5%;
	margin-top: 0px;
	padding: 15px;
	height: auto !important; /* ATCZ - 20-12-2013 */
	width: 63%;
	overflow: auto;
}

.timelinr-issue-arrow {
	background-image: url('../images/arrow.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 21px;
	margin-bottom: -4px;
}

ul.timelinr-dates li a h2, ul.timelinr-dates li a h1 {
	width: 100%;
}

ul.timelinr-dates li a h1 {
		width: auto !important;
}
.timelinr-content {
	text-overflow:ellipsis;
	font-size: 12px;
}

/*#timelinr-dates-timeline-page li a.selected .bullet {*/
.timelinr-dates li a.selected .bullet {
    background: url("../images/selected_biggerdot.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 23px;
    width: 100%;
	float: left;
	position: absolute;
	top: 80px;
}

/* Large timeline begin */
.large-timeline .timelinr-dates h1
{
	font-size: 1em;
	line-height: 1.2em;
}

.large-timeline .timelinr-dates h2
{
	font-size:0.7em;
	line-height: 20px;
}

.large-timeline .timelinr-dates a {
  line-height: 1em;
  padding-bottom: 10px;
  text-align: center;
}

.large-timeline .timelinr-dates .selected h1
{
	/*font-size:1.3em;*/
  font-size: 1em;
  margin-left: 0;
}

.large-timeline .timelinr-dates .selected h2
{
	font-size:1em;
  margin-left: 0;
}

.large-timeline .timelinr-issue-box {
	width: 80%;
}

.large-timeline .timelinr-issues li img {
	/*
  width: 480px;
	height: 160px;
  height: 350px;
  */
	margin: 0px 5px 1em 0px;
}
/* Large timeline end */

@media all and (max-width: 960px) /* TABLET */
{
  .large-timeline .timelinr-issues li img {
    width: 40%;
    height: auto;
    margin: 0 1em 1em 0;
  }
  .timelinr-content {
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
  }
  p.image_caption {
    position: absolute;
    bottom: 0;
  }
}

@media all and (max-width: 700px) /* TABLET */
{
  .large-timeline .timelinr-issues li img {
    width: 60%;
    height: auto;
  }

}

@media all and (max-width: 480px) /* TABLET */
{
  .large-timeline .timelinr-issues li img {
    width: 100%;
    height: auto;
  }
  p.image_caption {
    position: relative;
    bottom: auto;
  }
}


@media all and (max-width: 360px) /* TABLET */
{
  .large-timeline .timelinr-issues li img {
    width: 100%;
    height: auto;
  }
}

p.image_caption {
    display: block;
    font-style: italic;
    margin-bottom: 20px !important;
    text-align: right;
    margin-right: 10px !important;
}
