/* http://bootsnipp.com/snippets/featured/single-column-timeline-collapsed */
/* dales pagalbiniai */

/*body {font-family: 'PT Sans', sans-serif;}

h1, h2, h3, h4, h5 {font-family: georgia}*/

.vatikanas {background-color:#e5bb11 !important; /*opacity: 0.9;*/ }
.lietuva {background-color:#e30615 !important; /*opacity: 0.9;*/}
.vyskupijos {background-color:#699a42 !important; /*opacity: 0.9;*/ }
.visi {background-color: #3d7e94 !important; /*opacity: 0.9;*/}

.va {border: 2px solid #e5bb11}
.lt { border: 2px solid #e30615}
.vysk {border: 2px solid #699a42}
.vis { border: 2px solid #3d7e94}

.k_legenda, .d_legenda {margin-left:22px; margin-bottom: 10px; color:#3d7e94; font-family: 'PT Sans Narrow', sans-serif; }
.k_legenda {float:left; max-width: 230px;}
.d_legenda {float: right; width:auto; margin-right: 20px;}
.d_legenda span {padding: 3px 4px; height: 24px; color: #fff;
  border-top-right-radius: 90%;
  border-top-left-radius: 90%;
  border-bottom-right-radius: 90%; /* 50%;*/
  border-bottom-left-radius: 90%; /* 50%;*/}
.k_legenda i.glyphicon.glyphicon-plus {color:#3d7e94; font-size: 1.1em; /*line-height: 0.5em;*/ margin-right: 0px}

#gj_timeline h4.timeline-title {color: #3d7e94; font-size: 18px; letter-spacing: 0; padding-bottom: 0; margin-bottom: 6px; font-weight: normal}
#gj_timeline .timeline-heading small { font-size: 13px;}
#gj_timeline .timeline > li > .timeline-badge {line-height: 1.2em;}
#gj_timeline .timeline > li > .timeline-badge span {font-size: 2em; line-height: 1.2em;}

/*ul.timeline {top: -4px;}*/
/* pataisytas originalas */

#gj_timeline ul.timeline {
  list-style: none;
  padding: 20px 0 20px; 
  position: relative;
}
#gj_timeline .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #3d7e94; /*#eeeeee;*/
  left: 27px; /* 25px; */
  margin-right: -1.5px;
}
#gj_timeline .timeline > li {
  text-indent: 0px; /***/
  margin-bottom: 20px;
  position: relative;
}
#gj_timeline .timeline > li:before,
#gj_timeline .timeline > li:after {
  content: " ";
  display: table;
}
#gj_timeline .timeline > li:after {
  clear: both;
}
#gj_timeline .timeline > li:before,
#gj_timeline .timeline > li:after {
  content: " ";
  display: table;
}
#gj_timeline .timeline > li:after {
  clear: both;
}
#gj_timeline .timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: right;
  border: 1px solid #3d7e94; /*#d4d4d4;*/
  border-radius: 2px;
  padding: 18px; /* 20px*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#gj_timeline .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #3d7e94; /*#ccc;*/
  border-left: 0 solid #3d7e94; /*#ccc;*/
  border-bottom: 15px solid transparent;
  content: " ";
}
#gj_timeline .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
#gj_timeline .timeline > li > .timeline-badge {
  font-family: 'PT Sans Narrow', sans-serif; /* ds */
  /*font-weight: bold;  ds */
  color: #fff;
  width: 56px; /*50px;*/
  height: 94px; /*50px;*/
  padding-top:14px; /* ds*/
  /*line-height: 50px;*/
  /*font-size: 1.2em;  1.4em */
  text-align: center;
  position: absolute;
  top: 0px; /* 16px; */
  left: 0px;
  margin-right: -25px; /* -25px; */
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 90%;
  border-top-left-radius: 90%;
  border-bottom-right-radius: 90%; /* 50%;*/
  border-bottom-left-radius: 90%; /* 50%;*/
}
#gj_timeline .timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
#gj_timeline .timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
#gj_timeline .timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
/*.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}*/
#gj_timeline .timeline-title {
  margin-top: 0;
  color: inherit;
}
#gj_timeline .timeline-body > p,
#gj_timeline .timeline-body > ul {
  margin-bottom: 0;
}
#gj_timeline .timeline-body > p + p {
  margin-top: 5px;
}

#gj_timeline .timeline-body {
    display: none;
}