/* Timeline
 */
.timeline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 62px;
  margin-top: 40px;
  list-style: none;
}
.timeline::before {
  position: absolute;
  top: 0;
  height: 100%;
  padding-right: 11px;
  border-right: 2px solid #F2F2F2;
  content: "";
}
.timeline__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 30px 0;
}
.timeline__step {
  padding-right: 42px;
}
.timeline__step__marker {
  position: relative;
  display: table-cell;
  height: 24px;
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  border: 4px solid #F2F2F2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  z-index: 0;
}
.timeline__step__marker--red {
  border-color: #FF3467;
}
.timeline__step__marker--blue {
  border-color: #18D0BF;
}
.timeline__step__marker--green {
  border-color: green;
}
.timeline__step__marker--purple {
  border-color: #C178FA;
}
.timeline__time {
  padding-right: 10px;
  font-size: 14px;
  width:160px;
}
.timeline__title {
  padding-bottom: 15px;
  font-size: 14px;
}
.timeline__points {
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #77777D;
  font-style:italic;
}
.timeline__points > * {
  padding: 0 0 10px 0;
}

/* For mobile!
 */
@media (max-width: 768px) {
  .card {
    max-width: 375;
  }

  .timeline {
    padding: 0 35.42857px;
  }
  .timeline::before {
    padding-right: 6.28571px;
  }
  .timeline__item {
    padding: 15.42857px 0;
  }
  .timeline__step {
    padding-right: 35.42857px;
  }
  .timeline__step__marker {
    height: 13.71429px;
    min-hieght: 13.71429px;
    width: 13.71429px;
    min-width: 13.71429px;
    border-width: 2.28571px;
  }
  .timeline__time {
    padding-right: 22px;
    font-size: 12.85714px;
    width:100px;
  }
  .timeline__title {
    padding-bottom: 14.85714px;
    font-size: 10.28571px;
  }
  .timeline__points {
    font-size: 9.71429px;
  }
  .timeline__points > * {
    padding-bottom: 6.85714px;
  }
small {     font-size: 9.71429px; }
}

.blue-gradient {
 background:-webkit-linear-gradient(50deg,#303f9f,#0a294e)!important;
 background:-o-linear-gradient(50deg,#303f9f,#0a294e)!important;
 background:linear-gradient(40deg,#303f9f,#0a294e)!important
 -webkit-border-radius:.25rem;
 border-radius:.25rem;
color:#fff;
padding:15px;
width:97%;
margin:auto;
margin-bottom:-30px;
z-index:99;
box-sizing: border-box;
font-weight:100;
font-size:13pt;
position:relative;
}



.lrg-logo {
display:none;

}
.sml-logo {
position:relative;
font-size:12pt;
color:#333;
margin-top:-5px;
height:50px;
}

.baslik{
padding-top:70px; 
padding-left:20px;
}

.b_position{
position:absolute;
right: 15px; 
bottom:0px;
}