.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
  }
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 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);
  }
  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

 .timeline > li > .timeline-heading h4 {
margin-top: 0 !important;
}
  .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;
  }
  .timeline-title {
    margin-top: 0 !important;
    color: inherit;
  }
  .timeline-body > p,
  .timeline-body > ul {
    margin-bottom: 0;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }


.timeline-poczet .timeline-badge.kolor_poczet{
    background-color: #115329 !important;
  } 

.timeline-honoris .timeline-badge.kolor_honoris{
    background-color: #115329 !important;
  } 


/* do bloków w liście rozwijalnej */
div.szary{
    background-color: #f9f9f9;
     margin: 0 30px 0 0;
    padding: 15px 20px 15px 20px;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}

div.bialy{
    background-color: #fff;
    margin: 0 30px 0 0;
    padding: 15px 20px 15px 20px;
}

/* do tekstu w blokach szary - biały */
div.szarytab{
    background-color: #f9f9f9;
     margin: 0 30px 0 0;
    padding: 15px 20px 5px 20px;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}



div.bialytab{
    background-color: #fff;
    margin: 0 30px 0 0;
    padding: 15px 20px 5px 20px;
}

/* do tekstu w blokach szary - biały z nagłówkiem h5 */
div.szaryh{
    background-color: #f9f9f9;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
div.bialyh{
    background-color: #fff;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;	
}
@media(min-width: 992px){
div.szaryh,
div.bialyh{  
	width: 65%;
}
div.krotki{
width: 50%;
}

div.szesdziesiat{
width: 65%;
}
}
/* do boxów w liście rozwijalnej */
.panel-sport .panel-body {
  padding: 0 15px 10px 15px !important;
}


/* do boxów w SPORT */
.panel-body>.image{
   margin: -3px -16px 0px -16px;
}

.panel-body>.image{
  overflow: hidden;
}

.panel-body>.image img{
  transition: all .3s ease-in-out;
}

.panel-body>.image:hover img{
opacity:0.8;
}

.tlo-sport{
/*background: #012404 !important;
 background: linear-gradient(180deg,#00723d 0,#1a431f 100%) !important; */
}


.panel-sport{
border: 0px !important;
box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}


/* do animacji */
.deley-1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.deley-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.deley-3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.deley-4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.deley-5 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.deley-6 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.deley-7 {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
.deley-8 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.deley-9 {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}
.deley-10 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

div.kolor-frame{
    background-color: #2B333E;
color: #fff;
     margin: 0 50px;
    padding: 0px 10px 15px 10px;
border: 1px solid #052942;
}

div.kolor-frame a{
color: #A0A6AF;
}

div.kolor-frame a:hover{
color: #fff;
}

/* .scroll-down:after{animation: scrolldown 1s linear infinite} */
/* .scroll-down:after{animation: scrolldown duration dynamika-animacji pętla} */




.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
}


/* kierunki studiów - boxy */
.page-id-32 .panel-body{
	padding-top:15px !important;
}
.page-id-32 .panel-body + .panel-body{
	padding-top:0px !important;
}
.page-id-32 .panel-default{
	min-height:242px;
}
.page-id-32 .panel-body .button{
	margin-top:15px !important;
}

/* Galeria - ukrywanie liczba zdjęć */
p.ngg-album-gallery-image-counter {
    display: none;
} 